Commit Graph

8 Commits (e6757510733854e9a2d9d6edef67d2bd0c49ff3d)

Author SHA1 Message Date
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 87effd5dc2 Update links to C docs 8 years ago
Thijs Cadier 646da592a7 Documentation for flags 9 years ago
Thijs Cadier 8b3a94a6e8 Add collection update 9 years ago
Thijs Cadier e4b9864bfc Rename wrapper package and use openssl-sys crate 9 years ago
Thijs Cadier fc71370c0f Move integration tests to own dir 9 years ago
Thijs Cadier b12196a41e Support for tailing queries
Add a tail convenience method that returns a tailing cursor
that implements the recommended way of tailing and reconnecting
in it's iterator implementation.

Also move optional arguments to separate type that can optionally be
added to the various methods.
10 years ago
Thijs Cadier d686ba240f Initial version 10 years ago