File tree
4 files changed
+2
-6
lines changed- src
- tests/server
4 files changed
+2
-6
lines changed- .gitmodules+1
- CMakeLists.txt+2-2
- NEWS+100
- README.rst+7-7
- build/autotools/Versions.m4+2-2
- build/future_function_templates/future.c.template+13-4
- build/rpm/mongo-c-driver.spec+8-3
- debian/changelog+6
- doc/Makefile.am+10-2
- doc/bulk.page+2
- doc/installing.page+11-27
- doc/mongoc_version.page+1-1
- doc/mongoc_write_concern_set_wmajority.page+2-1
- doc/mongoc_write_concern_set_wtimeout.page+2-2
- src/libbson+1-1
- src/mongoc/mongoc-client-private.h+1
- src/mongoc/mongoc-client.c+4-3
- src/mongoc/mongoc-cluster.c+2-2
- src/mongoc/mongoc-collection.c+5-3
- src/mongoc/mongoc-cursor-private.h+9-8
- src/mongoc/mongoc-cursor.c+17-8
- src/mongoc/mongoc-error.h+1
- src/mongoc/mongoc-server-description.c+5-1
- src/mongoc/mongoc-stream-tls.c+1-2
- src/mongoc/mongoc-topology-description.c+2-2
- src/mongoc/mongoc-write-command.c+87-31
- src/mongoc/mongoc-write-concern.c+21-4
- tests/ha-test.c+2-2
- tests/json-test.c+4-4
- tests/mock_server/future.c+13-4
- tests/mock_server/mock-server.c+1-1
- tests/test-bulk.c+106-19
- tests/test-libmongoc.c+52-2
- tests/test-libmongoc.h+4
- tests/test-mongoc-async.c+6-2
- tests/test-mongoc-client.c+1-1
- tests/test-mongoc-collection.c+17-14
- tests/test-mongoc-exhaust.c+3-3
- tests/test-mongoc-matcher.c+1-1
- tests/test-mongoc-rpc.c+5-5
- tests/test-mongoc-sdam.c+2-2
- tests/test-mongoc-server-selection-errors.c+12-5
- tests/test-mongoc-topology.c+14
- tests/test-mongoc-write-concern.c+33
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
|
0 commit comments