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

174 Commits

Author SHA1 Message Date
dwight
eb5ac64eeb comment 2010-11-30 08:46:51 -05:00
dwight
7ca8b464eb commennt 2010-11-30 08:36:00 -05:00
dwight
47b43cea41 comment was wrong 2010-11-30 08:21:50 -05:00
dwight
e183f5d144 comments 2010-11-29 23:50:20 -05:00
Eliot Horowitz
a8115022f0 StringBuilder support for BSONObj/BSONElement 2010-11-28 03:40:02 -05:00
Eliot Horowitz
108401044c const 2010-11-28 03:36:56 -05:00
dwight
278fba2dd4 dur make fixes 2010-11-27 16:14:47 -05:00
dwight
ce93e7c824 dur 2010-11-26 18:18:24 -05:00
dwight
99196081b2 crlf 2010-11-25 14:33:24 -05:00
dwight
fa436b0224 i broke zero case a few minutes ago, fixed. SERVER-2149 2010-11-25 12:34:20 -05:00
dwight
5e970e64bd avoid using macro to save on header pollution 2010-11-25 12:17:07 -05:00
dwight
20f630656c pop pragma to avoid header pollution 2010-11-25 11:56:20 -05:00
dwight
c0bc0ccf7c fix warning 2010-11-25 11:32:32 -05:00
dwight
df3077d5aa towards SERVER-2149. not fixed yet but slightly better. 2010-11-25 11:27:56 -05:00
dwight
3d2a3d2e5a add comment 2010-11-25 11:27:33 -05:00
Alberto Lerner
dce215638a BSON( min << MINKEY << max << MAXKEY) is handy 2010-11-23 11:28:49 -05:00
dwight
a69a19c88d cleaning 2010-11-14 16:30:49 -05:00
dwight
eaec449b9e dur 2010-11-13 17:42:41 -05:00
Eliot Horowitz
1a499bf7dc add zero() and clean AtomicUInt 2010-11-11 01:30:02 -05:00
Dwight
89197e9518 comment 2010-11-02 11:53:37 -04:00
dwight
259b1a24f3 rename to our -inl convention 2010-10-27 20:13:45 -04:00
dwight
292cf88eb1 tab to space 2010-10-27 18:17:26 -04:00
dwight
e6e25269c2 optimization 2010-10-27 12:39:00 -04:00
Dwight
c11fceb8f1 a small maybe optimization 2010-10-26 18:42:14 -04:00
Eliot Horowitz
0dbcd449c6 comments on obj() and arr() 2010-10-25 02:41:57 -04:00
Alberto Lerner
fd21745be1 readability 2010-10-18 14:12:58 -04:00
Eliot Horowitz
0e2f0db9a7 make OID == and != const SERVER-1959 2010-10-18 09:40:16 -04:00
Eliot Horowitz
738b686c12 way to get len() on BSON(Obj|Array)Builder 2010-10-17 22:29:12 -04:00
Eliot Horowitz
b357c3ea89 increase bson size to 8mb SERVER-1918 SERVER-431 2010-10-11 21:56:16 -04:00
Eliot Horowitz
53a0d295e3 split bson max size into User and Internal
sometimes objects have to be bigger (oplog insertion for example)
more prep for SERVER-431
2010-10-11 11:26:41 -04:00
Eliot Horowitz
54e30b4c5b can't base buffer max size on bson max size just yet 2010-10-11 01:12:29 -04:00
Eliot Horowitz
3b1aee171b better assert for obj user check 2010-10-10 22:48:19 -04:00
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
Aaron
78044d147a SERVER-1917 don't allow returning new element with appendAs 2010-10-10 15:09:40 -07:00
Eliot Horowitz
09d965b418 initial buffer size for BSONArrayBuilder 2010-10-09 21:57:57 -04:00
Eliot Horowitz
e3e3a22e8d remove some extraneous c_str 2010-10-09 11:01:50 -04:00
Aaron
75351ec80f bsonobjbuilder change appendAs interface 2010-10-01 17:42:35 -07:00
Aaron
2a4c95a3f4 SERVER-394 bsonobjbuilder allow returning newly appended element, in one case 2010-09-29 11:14:53 -07:00
Dwight
7edb8c3f65 intent to write 2010-09-29 10:18:11 -04:00
Alberto Lerner
4b56d14a15 SERVER-1860 Stringbuilder is non-copyable 2010-09-27 16:52:54 -04:00
Alberto Lerner
5f7500bf01 Pull timer.h and time_support.h out of goodies.h
The code on both the new header files is essentially the same. This
commit just adjusted #include in dependent modules. The new headers
did not make to pch.h.

This change is in preparation for some improvements in code that is
now in time_support.h
2010-09-16 09:18:46 -04:00
Dwight
b2e6ff04bc compile? 2010-09-09 10:17:02 -04:00
Alberto Lerner
459e4f7450 Better usage comments 2010-09-07 12:50:13 -04:00
dwight
32d9a4cb47 comments 2010-09-07 05:30:27 -04:00
Eliot Horowitz
1c0d685f9a try to prevent segfault on corrupt data SERVER-1724 2010-09-03 11:59:13 -04:00
Alberto Lerner
7a7cc4adfa SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
Eliot Horowitz
5663169f5f fix 32-bit compile 2010-08-18 10:03:08 -04:00
Eliot Horowitz
a054706d1e appendNumber unsizned, size_t 2010-08-18 09:47:51 -04:00
dwight
bc9997faef rs towards slaveDelay 162 2010-08-17 23:35:53 -04:00
Dwight
14bc66a7e9 fix sizet int translate warning windows 2010-08-16 11:57:54 -04:00