Commit Graph

220 Commits (6d7fc5ca554c65ef6b1e54b9fcc3ac7871cadc66)
 

Author SHA1 Message Date
inv2004 6d7fc5ca55 ChangeStream test in_progress
inv2004 2e424b43df ChangeStream + bindings
Thijs Cadier 95430f2997
Merge pull request from inv2004/master
mongo-sys msvc support
inv2004 3ea8822004 ::command tests ignored for windows
inv2004 b12c64c9d7 ::command tests disabled for windows (until mongoc update)
inv2004 0e9d86692b dll in PATH
inv2004 b65a49f5f1 unused use moved
inv2004 c350eaa55c SKIP_SSL_CONNECTION_TESTS
inv2004 e346d63834 appveyor mongodb service
inv2004 bd03b4be01 lets try to copy dll
inv2004 2b9de48990 vcpkg integrate
inv2004 6593e9c165 cd to build folder
inv2004 85ead8ba99 appveyor path fix2
inv2004 71345bf349 appveyor path
inv2004 97a13250cd appveyor change
inv2004 73caa143a7 +appveyor
inv2004 892f50cbb2 libc::c_uling is diff for win/lib
inv2004 ab5b523b05 BSON_LIB example misprint
inv2004 6ac43b70b3 misprint lib=>lin
inv2004 817e5da57e windows dylib works
inv2004 c23b3798e8 trying to build for windows
Thijs Cadier 1539d8f3b8 Bump version to 0.12.1
Thijs Cadier 262f31c551
Merge pull request from MiesJansen/master
added mongoc_client_read_command_with_opts
Michael Jansen b808bd5f53 added mongoc_client_read_command_with_opts
Thijs Cadier e675751073
Merge pull request from Matrix-Zhang/master
update Cargo
Matrix 1c4b076503 update Cargo
Thijs Cadier 0d4fb2d627 Bump version to 0.12.1
Thijs Cadier 9a10284073 Whitespace fixes
Thijs Cadier 1c927bdde4
Merge pull request from MiesJansen/master
Added the ability to automatically manage getMore calls
Michael Jansen e79047a186 avoid conflict with test_create_collection
Michael Jansen d5a3c53b0e drop test collection after test
Michael Jansen 77cbcf340d * Improve documentation
* add has_collection test
* fix white spaces
Michael Jansen f6a4cefb64 Add listIndexes to supported batch commands
Michael Jansen 0a3f41bb0c Add database.command_batch which automatically
calls getMore for find and append.
Michael Jansen 0aa99ffbc5 add documentation not to use getMore with db.command
Michael Jansen 8e0b37bc03 add DS_Store to .gitignore
Michael Jansen 5a0756ffaa change bool to in32 (missing bool on windows?)
Michael Jansen 4fba9e8b5a Add db.has_collection
Thijs Cadier 50b10ad52e Bump to 0.12
Thijs Cadier d0b93b6bb0 Bump bson to 0.11 and use lossy utf-8 decoding for responses
Mongo can return invalid UTF-8 in bson responses:

https://jira.mongodb.org/browse/SERVER-24007

We use lossy UTF-8 decoding when parsing now.
Thijs Cadier 8e8a02f454 Different invalid utf-8 test string
Thijs Cadier bf23a5d470 Bump libmongoc to 1.8.2
Thijs Cadier 2eae40d9c6 Better utf8 invalid test
Thijs Cadier 2edd61d2e9 Add test for invalid utf8 in bulk operation
Thijs Cadier ed49b0067e Bump to 0.11, use pkg version in build of sys package
Thijs Cadier b90a142d1e
Merge pull request from Matrix-Zhang/master
mongosys use local libmongoc first, update bson dependency
Matrix 5d5a7bca2d update bson dependency
Matrix 33390f57a9 use local installed libmongoc first
Thijs Cadier 4c9cdbf8e1 Merge pull request from thijsc/null_bytes
Test for null bytes in bson string
Thijs Cadier 9cdd8e7b62 Test for null bytes in bson string
Make sure there is no regression in the C driver for:

https://jira.mongodb.org/browse/CDRIVER-2250