- Oct 19, 2016
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
- Oct 12, 2016
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
mongoc_async_run() no longer returns "true" if there is more work to do: it never returns early now since there is only one timeout for the whole function. Also, make timeouts int64_t in all internal functions.
-
A. Jesse Jiryu Davis authored
-
Hannes Magnusson authored
-
A. Jesse Jiryu Davis authored
Async ismaster commands started before a slow call to a blocking stream initiator had the initiator's duration subtracted from their timeouts. The initiator and the async commands use the same initial timeout value, so once an initiator times out, all async commands started beforehand now have 0 seconds remaining. They're canceled before they run. This change relies on the overall timeout applied to mongoc_async_run instead of per-command timeouts.
-
- Jun 13, 2016
-
-
A. Jesse Jiryu Davis authored
avoid abicheck failure
-
Remi Collet authored
x
-
- Mar 31, 2016
-
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Conflicts: tests/TestSuite.c tests/TestSuite.h
-
A. Jesse Jiryu Davis authored
-
- Mar 22, 2016
-
-
Hannes Magnusson authored
-
Hannes Magnusson authored
-
- Mar 15, 2016
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
Single-threaded clients had not re-checked the server certificate after a disconnect.
-
- Mar 13, 2016
-
-
A. Jesse Jiryu Davis authored
-
- Mar 01, 2016
-
-
A. Jesse Jiryu Davis authored
allow to skip online tests
-
Remi Collet authored
-
- Feb 05, 2016
-
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Copy write concern, read concern, and read preference from database, not from the client.
-
- Jan 27, 2016
-
-
A. Jesse Jiryu Davis authored
CDRIVER-1054: Support negative cursor limit
-
Jeremy Mikola authored
This adds internal support for specifying a negative cursor limit (i.e. single-batch mode) for both OP_QUERY and find command code paths. Note that this does not change the public API, which will be handled for 2.0 by CDRIVER-1053.
-
- Jan 19, 2016
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
- Jan 15, 2016
-
-
Hannes Magnusson authored
-
Jean-Bernard Jansen authored
- Add installation of a header file - Add installation of pkg-config files
-
- Jan 13, 2016
-
-
A. Jesse Jiryu Davis authored
-
- Jan 05, 2016
-
-
A. Jesse Jiryu Davis authored
-
- Jan 04, 2016
-
-
A. Jesse Jiryu Davis authored
-
- Dec 30, 2015
-
-
Hannes Magnusson authored
A dedicated task that creates a full release archive by running `make dist`, once. This archive is then uploaded as an artifact for the subsequent compile and test tasks for the rest of the variants. Note that all compile steps now depend on this task.
-