Commit Graph

247 Commits (snappy)
 

Author SHA1 Message Date
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
Thijs Cadier 2edd61d2e9 Add test for invalid utf8 in bulk operation 7 years ago
Thijs Cadier ed49b0067e Bump to 0.11, use pkg version in build of sys package 7 years ago
Thijs Cadier b90a142d1e
Merge pull request #35 from Matrix-Zhang/master
mongosys use local libmongoc first, update bson dependency
7 years ago
Matrix 5d5a7bca2d update bson dependency 7 years ago
Matrix 33390f57a9 use local installed libmongoc first 7 years ago
Thijs Cadier 4c9cdbf8e1 Merge pull request #32 from thijsc/null_bytes
Test for null bytes in bson string
7 years ago
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
7 years ago
Thijs Cadier c3c364c059 Merge pull request #33 from thijsc/mongoc_18
Upgrade to mongo c driver 1.8.0
7 years ago
Thijs Cadier eb4709a8f4 Bump to 0.10.0 7 years ago
Thijs Cadier 5e1449df0d Bump mongo c driver to 1.8.0 7 years ago
Thijs Cadier e028d5f2d3 Add tests to verify UTF-8 support works 7 years ago
Thijs Cadier ac0020c0be Bump crate to 0.9.0 7 years ago
Thijs Cadier 11d927bb7d Add changelog for 0.8.0 7 years ago
Thijs Cadier 732d98ae4e Don't use natural option in tail anymore
It's not supported anymore in MongoDB 3.4.
7 years ago
Thijs Cadier d7019099a2 Add note about ssl test to readme 7 years ago
Thijs Cadier 1939a5d6ee Merge pull request #31 from thijsc/bulk_operation_error
Bulk operation result which includes reply
7 years ago
Thijs Cadier 2239818480 Bulk operation result which includes reply 7 years ago
Thijs Cadier fdbb0e1a5d Merge pull request #30 from matsimitsu/patch-1
Fix readme code block
7 years ago
Robert Beekman 5687ad0f82 Fix readme code block 7 years ago
Thijs Cadier 09de0848eb Merge pull request #29 from thijsc/error_code_update
Error code update
7 years ago
Thijs Cadier 8445e39a73 Add error code for unknown error 7 years ago
Thijs Cadier 2a42c5da7b Add WriteConcernError and DuplicateKey to error 7 years ago
Thijs Cadier c4c22e82f4 Update readme 7 years ago
Thijs Cadier 9d40b2ffbb Bump crate to 0.8.0, add categories and badges for crates.io 7 years ago
Thijs Cadier 621a9828c2 Bump to 1.6.3-1, add crates.io category 7 years ago
Thijs Cadier bfecc69775 Merge pull request #28 from thijsc/bson_09
Upgrade bson dependency to 0.9
7 years ago
Thijs Cadier 074974f715 Upgrade bson dependency to 0.9 7 years ago
Thijs Cadier 70a9a75101 Bump to 0.7.2 7 years ago
Thijs Cadier b7a637744c Make chrono dev dependency consistent with the one in bson 7 years ago
Thijs Cadier 0952cd8566 Merge pull request #27 from thijsc/darwin_ssl
Always link openssl, make uri sync and send
7 years ago