Commit Graph

100 Commits (bdf4b6fad848ea750f45e5eff7311dc041082e4e)
 

Author SHA1 Message Date
Thijs Cadier bdf4b6fad8 Docs for cursor
Thijs Cadier dd4b3b7f4f Documentation for Database
Thijs Cadier 58a45bd49d Move Uri to client module
Thijs Cadier 646da592a7 Documentation for flags
Thijs Cadier 3c56489dca Documentation for collection
Thijs Cadier 4b86f8f1f3 Tweak lib doc
Thijs Cadier 15464cddd8 Fix typo in docs
Thijs Cadier 13e0d1662f Move bulk operation to collection and add docs
Thijs Cadier 283a94ce18 Document for client module
Thijs Cadier 981dd021c9 Documentation tweaks for client
Thijs Cadier 02c62c1f9b Docs for bulk operation
Thijs Cadier 0c4428611b Top level documentation and example
Thijs Cadier ede8ee0278 Use dual Apache/MIT license
Thijs Cadier eac8a0aff6 Use mem::zeroed instead of mem::uninitialized
Thijs Cadier ded48f4257 Config for published crate
Thijs Cadier 9b9568476c Tweak readme [ci skip]
Thijs Cadier 56453940b5 Merge pull request from thijsc/travis
Add Travis config
Thijs Cadier 6925118d15 Add Travis badge and tweak readme
Thijs Cadier 6f0fc9b5b9 Skip extended bulk operation test on Travis
Thijs Cadier 9c86079f87 Remove test of error message that can vary between MongoDB versions
Thijs Cadier 3cdd312cdf Convert bson json to String directly
Thijs Cadier c44f47ce6f Add Travis config
Thijs Cadier fcabf5e262 Tweak comments
Thijs Cadier ac9dd3a357 Update readme
Thijs Cadier 32d807f216 Bump C driver to 1.3.0
Thijs Cadier 5a16cbdd37 Merge pull request from thijsc/mongo_c_1_2
Mongo C driver 1.2
Thijs Cadier 1a4964a36e Use Mongo C driver 1.2.1
Thijs Cadier 44bdec78be Replace deprecrated way of going from PathBuf to CString
Thijs Cadier 269d26feb9 Use durations instead of ms for sleeps
Thijs Cadier 9a65732c26 Keep track of bindings semi-manually
Thijs Cadier bae6556fed Updates for newest nightly and bindgen
Thijs Cadier e02ff4d627 Remove cstr_to_str feature marker
Thijs Cadier 5aa1b62faf Use an Arc to share ClientPool between threads
Thijs Cadier 8b3a94a6e8 Add collection update
Thijs Cadier 7140cdd443 Methods to take ownership of a database and collection
Thijs Cadier 6be7ce71f5 Implement partialeq for uri and add get_uri on pool
Thijs Cadier 86d3d180a0 Bump mongo c driver to 1.1.11
Thijs Cadier 5ef49c0258 Drop collection in find and modify test
Thijs Cadier 87e4f3cb8b Fix lifetime issue in options
Thijs Cadier 494914c638 Add bson encoding and decoding test
Thijs Cadier c2338a389f Fix passing of update in find_and_modify
Thijs Cadier b536f1c048 Add test for count options
Thijs Cadier e922adcad6 Add find_and_modify on collection
Thijs Cadier 5fce1cd42b Les error-prone skipping of ssl tests
Thijs Cadier 418225ea25 Remove from_json method in bsonc we don't use
Thijs Cadier 98bb376969 Tests and a fix for ssl connections
Setting ssl options was broken because the memory for its content
was released immediately. We now keep ownership of everything until
the pool is dropped.
Thijs Cadier 96a051ef74 Whitespace
Thijs Cadier 74c38fe32a Show code and domain in bsonc error debug output
Thijs Cadier 72cb5be78f Add command_simple
Thijs Cadier dcf7db62a3 Enable mongoc trace log
For now it gets filtered via the log crate infrastructure if desired,
in the 1.2 branch we'll only enable this when needed.