- Oct 31, 2023
-
-
Kevin Albertson authored
-
- Oct 18, 2023
-
-
Kevin Albertson authored
* add regression test * format mongoc-cluster.c * store recoveryToken for loadBalanced topology * make `_in_sharded_txn` static * use `static` Co-authored-by:
Kyle Kloberdanz <kyle.kloberdanz@mongodb.com> * removing redundant calls to `_mongoc_topology_get_type` Co-authored-by:
Kyle Kloberdanz <kyle.kloberdanz@mongodb.com>
-
- Sep 21, 2023
-
-
Kevin Albertson authored
* add `restore-instance-profile` function --------- Co-authored-by:Ezra Chung <88335979+eramongodb@users.noreply.github.com>
-
- Sep 14, 2023
-
-
Kevin Albertson authored
* silence `kinit` check * do not assume existence of `krb5.conf` Instead: check for presence of `kinit` command. `/etc/krb5.conf` does not appear present on macOS hosts. * regenerate Evergreen config
-
- Sep 06, 2023
-
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
-
Roberto C. Sánchez authored
-
Roberto C. Sánchez authored
Also, CDRIVER-4704
-
Adrian Dole authored
Signed-off-by:Adrian Dole <adrian@dole.tech>
-
- Sep 01, 2023
-
-
Kevin Albertson authored
* move bson-dsl.h to src/common bson-dsl.h is not installed, but shared between libmongoc and libbson. Intended to resolve CDRIVER-4673. * format bson-dsl.h * add bson-dsl.h to dist tarball * remove bson-dsl.h from old dist list * add regression test
-
- Aug 11, 2023
-
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
(Debian packaging) ignore lintian warnings regarding poetry since poetry is not used for debian packaging
-
Kyle Kloberdanz authored
-
- Aug 09, 2023
-
-
Kyle Kloberdanz authored
-
- Aug 08, 2023
-
-
Kevin Albertson authored
Signed-off-by:Kevin Albertson <kevin.albertson@mongodb.com>
-
- Aug 04, 2023
-
-
Ezra Chung authored
* Revert commit ac436db8. * Depend on XSI-compliant strerror_l instead of strerror_r
-
Kevin Albertson authored
* add a failing test for CDRIVER-4666 * assert single_threaded * remove locks during single-threaded scanning Fixes a possible recursive mutex lock in some error scenarios. Refer: CDRIVER-4666
-
- Jul 29, 2023
-
-
Kevin Albertson authored
* CDRIVER-4699 add regression test * Call `_mongoc_scram_destroy` when resetting auth state * only call if `MONGOC_ENABLE_CRYPTO` is defined `_mongoc_scram_destroy` is conditionally defined. If `MONGOC_ENABLE_CRYPTO` is not defined, scram auth is not supported.
-
Joshua Siegel authored
-
Joshua Siegel authored
-
- Jul 25, 2023
-
-
Joshua Siegel authored
-
Ezra Chung authored
* CDRIVER-4679 Prefer XSI-compliant strerror_r when available * Use CheckCSourceCompiles to test for XSI-compliant strerror_r
-
Roberto C. Sánchez authored
-
- Jul 19, 2023
-
-
Jeremy Mikola authored
This fixes an assert failure during MONGODB-AWS auth when an application is bundled with both libmongoc and libmongocrypt, and libmongocrypt's KMS library is used.
-
- Jul 13, 2023
-
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
-
- Jul 12, 2023
-
-
Kevin Albertson authored
Signed-off-by:Kevin Albertson <kevin.albertson@mongodb.com>
-
Kevin Albertson authored
serverId is expected in mongoc_cursor_new_from_command_reply_with_opts when the reply includes a non-zero cursor.id
-
- Jun 30, 2023
-
-
Roberto C. Sánchez authored
Follow-up for d9a5d22a
-
- Jun 29, 2023
-
-
Roberto C. Sánchez authored
-
- Jun 27, 2023
-
-
Kevin Albertson authored
* log and do not update state when creating thread fails add `errno_out` arg to mcommon_thread_create * return error code
-
Kevin Albertson authored
* fix type of BCON_INT32 value * require serverID for open cursor with `mongoc_cursor_new_from_command_reply_with_opts` * document expectations of server ID option * assert `found` after `mongoc_cursor_error` If an error occurs, `found` is false. Assert on the error first to print the error. * remove unnecessary nested `if`
-
- Jun 23, 2023
-
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
-
Kyle Kloberdanz authored
-
- Jun 21, 2023
-
-
Kevin Albertson authored
Signed-off-by:Kevin Albertson <kevin.albertson@mongodb.com>
-