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

61 Commits

Author SHA1 Message Date
Erick Tryzelaar
e657acd9dc Fix a typo. 2010-06-22 16:26:56 +08:00
dwight
a38bc950bd compile (windows) 2010-06-22 00:26:08 +02:00
Eliot Horowitz
a7f063dc21 nicer way to create bson
BSONField<int> x("x");
     BSONObj o = BSON( x(5) );
     ASSERT_EQUALS( BSON( "x" << 5 ) , o );

     o = BSON( x.gt(5) );
     ASSERT_EQUALS( BSON( "x" << BSON( "$gt" << 5 ) ) , o );
2010-06-21 11:18:33 -04:00
Eliot Horowitz
de1ce815b6 OID::isSet() 2010-06-14 18:44:42 -04:00
Mathias Stearn
2f94443140 fix GridFS. Add binDataClean to handle subtype 2. SERVER-1233 2010-06-14 06:30:19 -04:00
Eliot Horowitz
49122f7d6c fix json parser cleanup 2010-06-12 23:28:38 -04:00
Eliot Horowitz
be7b84c033 close subobj BSONObjBuilders automatically if they don't get closed cleanly 2010-06-10 16:00:37 -04:00
dwight
dd285bfae6 make bsondemo.cpp compile 2010-06-09 12:54:08 -04:00
Eliot Horowitz
04e67973ee fix assert 2010-06-09 12:07:15 -04:00
Eliot Horowitz
0aa13e8e62 Merge branch 'master' of github.com:mongodb/mongo 2010-06-09 11:32:12 -04:00
Eliot Horowitz
cbb36406f0 some tool cleaning, bsondump tool 2010-06-09 11:31:30 -04:00
dwight
23882959f5 switch default subtype to 0 for BinData bson 2010-06-09 11:00:43 -04:00
dwight
3f8da3805a towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
Richard Kreuter
e79e21e2e9 Add license headers for some files. 2010-06-04 10:27:35 -04:00
Dwight Merriman
f36becfb54 repl cleaning 2010-05-29 16:17:33 -04:00
Dwight Merriman
9d68fe1195 file 2010-05-29 15:48:17 -04:00
Mathias Stearn
4436e111c6 this should never have compiled 2010-05-26 17:15:27 -04:00
Aaron
ea362c0ca4 SERVER-109 explain 2010-05-26 01:30:50 -07:00
Aaron
cb17065bae maybe compile solaris 2010-05-25 17:57:50 -07:00
Aaron
8affe97c8d maybe compile solaris 2010-05-25 17:49:40 -07:00
Dwight Merriman
d1c913cc72 cleaning 2010-05-23 18:52:26 -04:00
Dwight Merriman
6efbf9af37 bson tweaking 2010-05-23 18:35:08 -04:00
Dwight
9675dc776f c++ strikes again 2010-05-21 18:03:11 -04:00
Dwight
27e55029fd ismaster; bsonobjbuilder 2010-05-21 17:50:08 -04:00
Dwight
13e25a7171 apbsonobjbuilder pend d list 2010-05-21 17:39:25 -04:00
Eliot Horowitz
0afdef1676 cruft/pack cleaning 2010-05-17 16:50:47 -04:00
Dwight Merriman
63b7b35c7c change log.h 2010-05-15 11:44:03 -04:00
Eliot Horowitz
c73d192855 in log() gen time at end 2010-05-14 17:08:03 -04:00
Eliot Horowitz
04662e21d9 object id coordination across cluster SERVER-927 2010-05-11 12:06:09 -04:00
Dwight
e2972cb6a0 rs renaming 2010-05-05 14:57:49 -04:00
Dwight
206aac1097 Merge branch 'master' of github.com:mongodb/mongo 2010-05-04 17:36:28 -04:00
Dwight
1efea63bdb vs2010 cleaning 2010-05-04 17:08:30 -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
8be209992d build procdess tweaking 2010-05-02 19:17:35 -04:00
Dwight Merriman
c9a8840035 vcproj 2010-05-01 02:58:46 -04:00
Eliot Horowitz
19b7872bd8 remove warnings and useless assert 2010-04-28 20:57:32 -04:00
Dwight Merriman
5de1d2ee5c elim some 64 bit warnings 2010-04-28 18:16:16 -04:00
Dwight Merriman
d0cb26db49 minor 2010-04-28 18:05:03 -04:00
Dwight Merriman
dc77ed7c55 minor 2010-04-27 08:49:09 -04:00
Eliot Horowitz
a16d4d1159 better error message 2010-04-27 00:24:33 -04:00
Dwight
53ad3023c9 look for boost in program files/boost/latest/ on windows in vcproj 2010-04-26 17:09:56 -04:00
Dwight Merriman
8fb9289813 bson cleaning 2010-04-25 17:48:49 -04:00
Eliot Horowitz
98f7edd4cd compile 2010-04-24 21:42:37 -04:00
Dwight Merriman
5be10027f3 bson!!! 2010-04-24 19:56:42 -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 Merriman
96b58977fc towards 2 2010-04-24 17:14:44 -04:00
Dwight Merriman
8d3ab6a171 towards a clena bson cpp lib 2010-04-24 16:43:09 -04:00
Dwight Merriman
0fdc95bfb5 some bson cleaning 2010-04-24 15:45:50 -04:00