Commit Graph

12 Commits (b0ddff5dfc90267789dfa9cf45ecce97a7c2a755)

Author SHA1 Message Date
inv2004 b0ddff5dfc in_progress: trying to ignore test_change_stream
inv2004 365957e0e8 trying to ignore test_read_command_with_opts
Michael Jansen b808bd5f53 added mongoc_client_read_command_with_opts
Thijs Cadier 58a45bd49d Move Uri to client module
Thijs Cadier 1a4964a36e Use Mongo C driver 1.2.1
Thijs Cadier 5aa1b62faf Use an Arc to share ClientPool between threads
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 5fce1cd42b Les error-prone skipping of ssl tests
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 6d5c6ec18d Uri new now returns an option
Thijs Cadier fc71370c0f Move integration tests to own dir