0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
Eliot Horowitz
d3c3b8a903 using BSONObjMaxSize everywhere bson size comes into play
still 4mb, this is just prep for changing SERVER-431
2010-10-10 20:01:17 -04:00
Eliot Horowitz
1c0d685f9a try to prevent segfault on corrupt data SERVER-1724 2010-09-03 11:59:13 -04:00
dwight
b12c0a79fe rs SERVER-1598 getlasterrordefaults 2010-08-09 16:15:41 -04:00
Mathias Stearn
99c0d3557f More efficient toString 2010-07-27 17:18:43 -04:00
Mathias Stearn
585b3797ff use less stringstream in bson 2010-07-27 17:18:43 -04:00
Eliot Horowitz
9bc4aea8ba operator < > <= >= for BSONObj 2010-07-20 23:16:48 -04:00
Alberto Lerner
f51a4d0669 SERVER-1270 Hook StringData to BufBuilder 2010-07-19 09:56:24 -04:00
Alberto Lerner
6f728ae260 Eliminate BSONObj->string implicit conversion 2010-07-18 15:15:31 -04:00
dwight
c3b07d52ce git???? 2010-07-18 15:04:01 -04:00
Eliot Horowitz
94af9c42e4 added a StringDataNoSize struct 2010-07-18 11:21:48 -04:00
Eliot Horowitz
867b9c16f1 use StringData in place rather than hacking 2010-07-18 11:14:32 -04:00
Alberto Lerner
daf8c0fbd0 Revert "SERVER-1270 Prep for hooking StringData"
This reverts commit b7c9a9fc57.
2010-07-17 16:07:38 -04:00
Alberto Lerner
b7c9a9fc57 SERVER-1270 Prep for hooking StringData 2010-07-17 14:33:17 -04:00
Mathias Stearn
4407f18829 extractFieldsDotted was unused and broken (done() vs obj()). use extractFields instead. 2010-07-14 14:34:44 -04:00
Mathias Stearn
1dcdf8305b full option to BSONObj::toString. fix Chunk::genId. SERVER-1370 2010-07-07 12:18:57 -04:00
Mathias Stearn
13c6875815 temporarily Revert "git rid of "operator string""
This reverts commit 95fa51a1df.
2010-07-07 01:22:33 -04:00
Mathias Stearn
95fa51a1df git rid of "operator string" 2010-07-07 00:30:17 -04:00
Eliot Horowitz
a3c7ba0c77 Merge commit '1094c42' 2010-06-25 15:58:54 -04:00
Eliot Horowitz
9959f32daa open to BSONObj::woCompare to treak compare key as dotted 2010-06-25 15:43:41 -04:00
Eliot Horowitz
a5b8c2b7cf string verstion of getFieldDotted 2010-06-24 10:49:49 -04:00
Erick Tryzelaar
e657acd9dc Fix a typo. 2010-06-22 16:26:56 +08:00
Dwight Merriman
6efbf9af37 bson tweaking 2010-05-23 18:35:08 -04:00
Eliot Horowitz
0afdef1676 cruft/pack cleaning 2010-05-17 16:50:47 -04:00
Mathias Stearn
bad71c1584 BSONObj::operator== const 2010-05-04 16:49:04 -04:00
Mathias Stearn
d2cec0e4d0 better debugging of invalid bsonobj size 2010-05-03 14:30:41 -04:00
Dwight Merriman
8fb9289813 bson cleaning 2010-04-25 17:48:49 -04:00
Dwight Merriman
88e56090e6 bson separation 2010-04-24 19:24:07 -04:00
Dwight Merriman
c4bd465042 towards 3 2010-04-24 18:25:58 -04:00
Dwight
67e3503b9d bson cleaning 2010-04-22 10:31:16 -04:00