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

388 Commits

Author SHA1 Message Date
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -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
67e3503b9d bson cleaning 2010-04-22 10:31:16 -04:00
Dwight
f0928e5f7d rs work 2010-04-21 16:14:28 -04:00
Dwight
213c83e9ca minor 2010-04-21 15:24:30 -04:00
Dwight
5dab211e68 more bson headers 2010-04-21 15:23:00 -04:00
Dwight
73ee41d32d Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	db/jsobj.h
2010-04-21 15:03:55 -04:00
Dwight
29fc7049a8 bson 2010-04-21 15:03:05 -04:00
Eliot Horowitz
65cd977625 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-21 15:03:04 -04:00
Eliot Horowitz
64c2ab5a06 can iterate over a BSONObjBuilder without commiting 2010-04-21 15:02:37 -04:00
Dwight
7fb0052d9c some rs work and clean up BSONElement 2010-04-21 14:41:09 -04:00
Eliot Horowitz
5660d03477 fix Ordering 2010-04-20 23:11:35 -04:00
Dwight Merriman
18f3614188 faster! Ordering class 2010-04-20 19:42:53 -04:00
Dwight
28a303759c more tomorrow 2010-04-20 18:12:30 -04:00
Dwight
fb09b88240 rs 2010-04-20 12:29:00 -04:00
Dwight Merriman
b0da7500d9 allow some commands in the webui 2010-04-19 21:05:46 -04:00
Mathias Stearn
7e25fdb8e8 ObjectID from Date_t SERVER-857 2010-04-14 19:53:28 -04:00
Mathias Stearn
0cae84589e Convert OID to datetimes SERVER-857 2010-04-14 19:53:28 -04:00
Aaron
00f604c063 SERVER-489 toString() foramt arrays as arrays not objects 2010-04-05 23:48:09 -07:00
Eliot Horowitz
9c8fa4b935 $maxDistance for $near SERVER-813 2010-04-01 17:17:32 -04:00
Eliot Horowitz
c91e3ba456 fix equality matching of emdeded docs with numbers SERVER-853 2010-03-31 12:27:10 -04:00
Eliot Horowitz
1112908491 optime() helper on BSONElement 2010-03-30 13:28:30 -04:00
Eliot Horowitz
90d73f012a try to fix distinct 2010-03-29 13:49:32 -04:00
Eliot Horowitz
04f21a1ffe optimize explain() SERVER-830 2010-03-25 15:49:06 -04:00
Eliot Horowitz
fd7616631b cleaning un-used option 2010-03-22 13:10:06 -04:00
Mathias Stearn
0358eae899 Revert "BSONObj::appendAny for boost::any"
This reverts commit d6d9d114f1.

Conflicts:

	db/jsobj.h
2010-03-18 21:59:23 -04:00
Mathias Stearn
26e947b4d3 getCmdLineOpts command 2010-03-18 18:08:30 -04:00
Mathias Stearn
d6d9d114f1 BSONObj::appendAny for boost::any 2010-03-18 18:06:40 -04:00
Mathias Stearn
941f70164b matching new[] and delete[] 2010-03-16 23:09:37 -04:00
Eliot Horowitz
3f6d78ca29 some prep for geo $within SERVER-690 2010-03-15 23:50:14 -04:00
Aaron
4461c46f3f SERVER-652 unset/array sets value to null, which makes more sense 2010-03-02 23:09:34 -08:00
Aaron
09b1285b95 merge 2010-03-02 22:43:31 -08:00
Mathias Stearn
86b8864440 fix appendNumber 2010-03-02 20:58:31 -05:00
Aaron
246109cc18 SERVER-652 simplify field name upper limit check, guard against setting string fields in arrays 2010-03-02 13:16:20 -08:00
Aaron
6a95b558e1 SERVER-652 basic support for set with indexed elements 2010-03-01 23:58:24 -08:00
Aaron
bccf8f4113 SERVER-652 basic array index unset support 2010-03-01 15:04:01 -08:00
Eliot Horowitz
59eb3a8b0c 32bit compile 2010-03-01 17:19:05 -05:00
Eliot Horowitz
dc29dbbb7c appendNumber for nicer numbers in the shell 2010-03-01 17:14:23 -05:00
Eliot Horowitz
6ac50f8e9e fix BSONElementCmpWithoutField and therefore BSONElementSet 2010-02-27 21:53:28 -05:00
Mathias Stearn
56bbdda127 Fix GENOID 2010-02-26 22:40:50 -05:00
Mathias Stearn
5bc4788ff4 Lower size for BSON literal macro to 64 2010-02-26 22:40:50 -05:00
Eliot Horowitz
f08ba724c3 checkpoint on $near op 2010-02-25 16:24:34 -05:00
Aaron
3f1befcda1 SERVER-252 checkpoint 2010-02-23 12:49:22 -08:00
Eliot Horowitz
6adaeeaa85 BSONSizeTracker - tracks how big actual bson objects created with a builder are
then can correctly size buffers from the beginning
using this is index creation, so when doing external sort, we have a more accurate memory estimate
fixes SERVER-651
2010-02-20 16:20:33 -05:00
Eliot Horowitz
d1e3572f45 re-hydrate index values 2010-02-16 16:24:23 -05:00
Mathias Stearn
a733d58f95 fix logic error in appendIntOrLL 2010-02-02 21:34:21 -05:00
Eliot Horowitz
cddedd78af Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-02 15:49:38 -05:00
Aaron
727e7201f7 Add boolean version of append() 2010-02-02 12:38:11 -08:00
Eliot Horowitz
ef206c16b2 BSONObjBuilder::appendIntOrLL - for admin/reporting sanity 2010-02-01 13:56:27 -05:00