Commit Graph

227 Commits (bson_11)
 

Author SHA1 Message Date
Thijs Cadier 4dfb05bec3 Bump bson to 1.2 4 years ago
Thijs Cadier 2123095be0 Bump bson to 1.1 4 years ago
Thijs Cadier 984fc9ea2b Move to 2018 edition 4 years ago
Thijs Cadier 727bf09e70 Update use of tests dir 4 years ago
Thijs Cadier 97d22cc241 Fix warnings on latest stable 4 years ago
Thijs Cadier ebe89683b4 Remove broken windows build 4 years ago
Thijs Cadier 204dd417e1 Remove obsolete tests target 4 years ago
Thijs Cadier 7af5219c76
Merge pull request #56 from brokenthorn/update-readme-installation
Add env export for PKG_CONFIG_PATH
5 years ago
Paul-Sebastian Manole 5991037498
Add env export for PKG_CONFIG_PATH
This was needed in order to successfully build crate `mongoc-sys`, which `mongo_driver` v0.12 depends on.
5 years ago
Thijs Cadier 95430f2997
Merge pull request #47 from inv2004/master
mongo-sys msvc support
6 years ago
inv2004 3ea8822004 ::command tests ignored for windows 6 years ago
inv2004 b12c64c9d7 ::command tests disabled for windows (until mongoc update) 6 years ago
inv2004 0e9d86692b dll in PATH 6 years ago
inv2004 b65a49f5f1 unused use moved 6 years ago
inv2004 c350eaa55c SKIP_SSL_CONNECTION_TESTS 6 years ago
inv2004 e346d63834 appveyor mongodb service 6 years ago
inv2004 bd03b4be01 lets try to copy dll 6 years ago
inv2004 2b9de48990 vcpkg integrate 6 years ago
inv2004 6593e9c165 cd to build folder 6 years ago
inv2004 85ead8ba99 appveyor path fix2 6 years ago
inv2004 71345bf349 appveyor path 6 years ago
inv2004 97a13250cd appveyor change 6 years ago
inv2004 73caa143a7 +appveyor 6 years ago
inv2004 892f50cbb2 libc::c_uling is diff for win/lib 6 years ago
inv2004 ab5b523b05 BSON_LIB example misprint 6 years ago
inv2004 6ac43b70b3 misprint lib=>lin 6 years ago
inv2004 817e5da57e windows dylib works 6 years ago
inv2004 c23b3798e8 trying to build for windows 6 years ago
Thijs Cadier 1539d8f3b8 Bump version to 0.12.1 6 years ago
Thijs Cadier 262f31c551
Merge pull request #43 from MiesJansen/master
added mongoc_client_read_command_with_opts
6 years ago
Michael Jansen b808bd5f53 added mongoc_client_read_command_with_opts 6 years ago
Thijs Cadier e675751073
Merge pull request #42 from Matrix-Zhang/master
update Cargo
6 years ago
Matrix 1c4b076503 update Cargo 6 years ago
Thijs Cadier 0d4fb2d627 Bump version to 0.12.1 6 years ago
Thijs Cadier 9a10284073 Whitespace fixes 6 years ago
Thijs Cadier 1c927bdde4
Merge pull request #39 from MiesJansen/master
Added the ability to automatically manage getMore calls
6 years ago
Michael Jansen e79047a186 avoid conflict with test_create_collection 6 years ago
Michael Jansen d5a3c53b0e drop test collection after test 6 years ago
Michael Jansen 77cbcf340d * Improve documentation
* add has_collection test
* fix white spaces
6 years ago
Michael Jansen f6a4cefb64 Add listIndexes to supported batch commands 6 years ago
Michael Jansen 0a3f41bb0c Add database.command_batch which automatically
calls getMore for find and append.
7 years ago
Michael Jansen 0aa99ffbc5 add documentation not to use getMore with db.command 7 years ago
Michael Jansen 8e0b37bc03 add DS_Store to .gitignore 7 years ago
Michael Jansen 5a0756ffaa change bool to in32 (missing bool on windows?) 7 years ago
Michael Jansen 4fba9e8b5a Add db.has_collection 7 years ago
Thijs Cadier 50b10ad52e Bump to 0.12 7 years ago
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.
7 years ago
Thijs Cadier 8e8a02f454 Different invalid utf-8 test string 7 years ago
Thijs Cadier bf23a5d470 Bump libmongoc to 1.8.2 7 years ago
Thijs Cadier 2eae40d9c6 Better utf8 invalid test 7 years ago