Commit dac9df6
File tree
5 files changed
+103
-1
lines changed- src
- MongoDB
- tests
- readConcern
- writeConcern
5 files changed
+103
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
82 | 99 | | |
83 | 100 | | |
84 | 101 | | |
| |||
104 | 121 | | |
105 | 122 | | |
106 | 123 | | |
| 124 | + | |
107 | 125 | | |
108 | 126 | | |
109 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
161 | 178 | | |
162 | 179 | | |
163 | 180 | | |
| |||
187 | 204 | | |
188 | 205 | | |
189 | 206 | | |
| 207 | + | |
190 | 208 | | |
191 | 209 | | |
192 | 210 | | |
| |||
- .evergreen/compile-unix.sh+1-1
- .evergreen/config.yml+3-3
- Makefile.am+3-1
- NEWS+4-1
- build/autotools/CheckSnappy.m4+29-27
- build/autotools/CheckZlib.m4+28-27
- build/autotools/PrintBuildConfiguration.m4+3-3
- build/autotools/ReadCommandLineArguments.m4+16
- build/autotools/SetupAutomake.m4+6
- configure.ac+1-1
- doc/mongoc_read_concern_is_default.rst+22
- doc/mongoc_read_concern_t.rst+1
- doc/mongoc_write_concern_is_default.rst+23
- doc/mongoc_write_concern_t.rst+1
- src/libbson+1-1
- src/mongoc/mongoc-async-cmd.c+5-3
- src/mongoc/mongoc-client.c+2-2
- src/mongoc/mongoc-cluster.c+33-14
- src/mongoc/mongoc-cursor.c+5-39
- src/mongoc/mongoc-read-concern-private.h-2
- src/mongoc/mongoc-read-concern.c+2-4
- src/mongoc/mongoc-read-concern.h+2-1
- src/mongoc/mongoc-rpc-private.h+2-2
- src/mongoc/mongoc-rpc.c+95-22
- src/mongoc/mongoc-server-description.c+1-2
- src/mongoc/mongoc-uri.c+1-1
- src/mongoc/mongoc-write-concern-private.h-2
- src/mongoc/mongoc-write-concern.c+2-4
- src/mongoc/mongoc-write-concern.h+2
- tests/test-mongoc-connection-uri.c+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments