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

191 Commits

Author SHA1 Message Date
Dwight
5d1f802ebe constructor should be explicit 2011-01-05 12:32:54 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
5266e0fd8a OID <= operator 2011-01-03 14:13:07 -05:00
dwight
c664067e07 oid cleaning 2010-12-31 10:48:42 -05:00
Mathias Stearn
9d8e3967a9 fix assert in test. C++ != Python 2010-12-30 23:38:51 -05:00
dwight
b0f1ce87ff additional test 2010-12-30 23:17:23 -05:00
dwight
d378223f7b OID a little better for c++ client 2010-12-30 22:20:45 -05:00
Eliot Horowitz
4e76652538 fix some type conversion warnings SERVER-2251 2010-12-23 15:04:39 -05:00
Eliot Horowitz
2da179f9a7 BONObjBuilder::append( const StringData& fieldName, string str), second argument should be passed by const& SERVER-2224 2010-12-15 00:36:52 -05:00
Eliot Horowitz
efac81dc39 indenatation 2010-12-14 11:23:51 -05:00
Eliot Horowitz
29d9dab034 increase bson size to 16mb SERVER-431 2010-12-09 16:59:10 -05:00
Dwight
60f61df8a6 elim warning 2010-12-07 10:10:22 -05:00
dwight
14d95e7f37 support pids bits 2010-12-05 21:30:46 -05:00
dwight
82d8139ead typo 2010-12-05 21:18:42 -05:00
dwight
4a5a00525b refactor OID class a bit, cleanup, better id generation SERVER-2175 2010-12-05 20:56:51 -05:00
dwight
984e62f550 comment 2010-12-01 09:52:19 -05:00
dwight
08897a56a7 comment 2010-11-30 08:51:40 -05:00
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