Mathias Stearn
|
585b3797ff
|
use less stringstream in bson
|
2010-07-27 17:18:43 -04:00 |
|
Andrew C. Morrow
|
8443231430
|
fast done capability for BSONObjBuilder
|
2010-07-27 09:32:46 +08:00 |
|
Eliot Horowitz
|
91cc690bb9
|
don't build string for uassert in bson since uassert there isn't a macro
|
2010-07-26 16:10:37 -04:00 |
|
Alberto Lerner
|
67710484c1
|
SERVER-1270 Missed one call in BSONObjBuilder
|
2010-07-20 12:29:29 -04:00 |
|
Alberto Lerner
|
27dde175e0
|
SERVER-1270 Hook StringData to BSONObjBuilder
|
2010-07-20 11:15:06 -04:00 |
|
Mathias Stearn
|
8047e6afb2
|
$or helper in C++ SERVER-1332
|
2010-07-19 13:42:09 -04:00 |
|
Alberto Lerner
|
f51a4d0669
|
SERVER-1270 Hook StringData to BufBuilder
|
2010-07-19 09:56:24 -04:00 |
|
Dwight
|
db5aafcd11
|
rs fixes
|
2010-07-14 15:08:59 -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 |
|
Alberto Lerner
|
cc37c07bb5
|
SERVER-1270 Make it a bit faster for std::string's
|
2010-07-06 20:33:59 -04:00 |
|
Dwight
|
df99ec85df
|
elim warnings on widnows compile
|
2010-06-29 11:28:20 -04:00 |
|
Mathias Stearn
|
23a6d6a869
|
Start handling Nuls in strings. SERVER-1177
|
2010-06-25 17:34:27 -04: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
|
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
|
23882959f5
|
switch default subtype to 0 for BinData bson
|
2010-06-09 11:00:43 -04:00 |
|
Dwight Merriman
|
f36becfb54
|
repl cleaning
|
2010-05-29 16:17:33 -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
|
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
|
a16d4d1159
|
better error message
|
2010-04-27 00:24:33 -04:00 |
|
Dwight Merriman
|
8fb9289813
|
bson cleaning
|
2010-04-25 17:48:49 -04:00 |
|
Dwight Merriman
|
c4bd465042
|
towards 3
|
2010-04-24 18:25:58 -04:00 |
|
Dwight Merriman
|
0fdc95bfb5
|
some bson cleaning
|
2010-04-24 15:45:50 -04:00 |
|
Dwight
|
4b77d7fc78
|
allow a chaining style with BSONObjBuilder appends
|
2010-04-23 18:48:20 -04:00 |
|
Dwight
|
f0928e5f7d
|
rs work
|
2010-04-21 16:14:28 -04:00 |
|
Eliot Horowitz
|
9fb9801971
|
indent MINOR
|
2010-04-21 15:26:38 -04:00 |
|
Dwight
|
5dab211e68
|
more bson headers
|
2010-04-21 15:23:00 -04:00 |
|