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

268 Commits

Author SHA1 Message Date
Eliot Horowitz
8f27050318 in headers at least put using namespace in mongo namespace SERVER-1268 2011-07-27 09:48:35 -04:00
dwight
bac5bc016f branch prediction gcc 2011-07-11 20:00:54 -04:00
Eliot Horowitz
2750ffbb3c compile 2011-07-11 10:15:20 -04:00
Eliot Horowitz
9547bb5830 line endings 2011-07-11 10:10:50 -04:00
dwight
984dc80a02 prep for some compiler hinting in the future 2011-07-11 09:31:33 -04:00
Dwight
e9170171f9 use new index version on reindex command 2011-07-05 11:39:36 -04:00
dwight
5961cc9ddc SERVER-984 sorting of infinity 2011-07-05 11:17:05 -04:00
dwight
7f37213fc9 bson package tweaking 2011-06-28 01:44:43 -04:00
dwight
23a6515a89 make isValid() const 2011-06-28 00:37:42 -04:00
Dwight
01e780019a one more v1 index fix 2011-06-27 17:45:31 -04:00
dwight
4f87fbb17c move bson method to the right place for libs and include only use of bson 2011-06-27 09:14:55 -04:00
Mathias Stearn
03736f9567 Don't allow manual split-point with different field order SERVER-3080 2011-06-20 19:29:12 -04:00
Dwight
ac1232db80 remove nkeys from Ordering slightly faster 2011-06-16 14:46:27 -04:00
dwight
c38947fe02 signed dates and the shell 2011-06-06 19:53:49 -04:00
dwight
bc9b23b14d towards signed dates 2011-06-06 08:17:55 -04:00
dwight
5dcd98f9be one day it will compile 2011-06-05 18:36:13 -04:00
dwight
ff25eaadae compile 2011-06-05 18:20:43 -04:00
dwight
4d5715086f clean up nonce implementation 2011-06-05 18:13:18 -04:00
dwight
896e10bb8d fix comment 2011-06-05 18:10:46 -04:00
dwight
93b67ef211 move some functions to header as we want bson to be runnable header only 2011-06-05 18:10:07 -04:00
dwight
c7724b405a cleaning 2011-06-05 18:09:14 -04:00
gregs
1cc69e30ad be smarter about the pids we look for when cleaning old locks. 2011-06-03 17:58:26 -04:00
Dwight
5133061a17 prep for signed dates 2011-06-03 14:01:41 -04:00
Aaron
41be5821f3 remove BSONObjSetDefaultOrder and avoid inheriting from stl class 2011-06-02 13:34:26 -04:00
Aaron
70fbe10acf SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable for an index 2011-06-02 10:23:32 -04:00
Dwight
e104e01f84 use memcmp, not strcmp for comparing BSON strings 2011-06-01 14:57:40 -04:00
dwight
600f2eef36 SERVER-2935 fix woEqual which wasnt equalling ints and doubles 2011-06-01 09:35:42 -04:00
dwight
04d51756fc comments 2011-05-30 01:16:09 -04:00
Eliot Horowitz
02d431c238 pring 150 characters instead of 80 2011-05-27 20:57:18 -04:00
agirbal
559f103ea0 fix compile 2011-05-25 13:00:48 -07:00
dwight
8a0660ac31 use firstElementFieldName() 2011-05-23 20:03:19 -04:00
dwight
b99eaa3387 bson getfields method
getfirstelementfieldname method - faster than firstElement().fieldName()
bson cleaning tweaking and comments
2011-05-23 20:03:11 -04:00
dwight
3f9878191e tweak bsonobjiterator 2011-05-23 20:03:09 -04:00
dwight
b6f07e2b6d comments 2011-05-23 20:03:08 -04:00
dwight
53eb936ebb Merge branch 'master' of github.com:mongodb/mongo 2011-05-14 14:06:04 -04:00
dwight
52b09fbdd9 make comments doxygen friendly 2011-05-14 14:05:59 -04:00
Dwight
1c665c4547 clearer logging 2011-05-13 17:29:16 -04:00
Dwight
bb1ccfa6f3 remove WIN32 define from vcxprojs 2011-05-11 13:55:41 -04:00
dwight
ebbc72f17c set totalsize in bsonelement() if eoo element 2011-05-11 10:28:28 -04:00
Dwight
e4e267013c compile? 2011-05-10 13:04:24 -04:00
Dwight
40e9a56d22 make header dependency order happier/compile 2011-05-10 12:58:56 -04:00
dwight
871d923401 StackBufBuilder 2011-05-10 12:40:01 -04:00
dwight
ce0dd5aec9 hopefully fix solaris 2011-05-09 21:29:06 -04:00
dwight
1c00db6e1a compile 2011-05-09 21:21:02 -04:00
dwight
699ebbbe37 include cleanup 2011-05-09 21:23:58 -04:00
Eliot Horowitz
d9e693d9e9 const on BSONObjIterator BSONObj::begin SERVER-3065 2011-05-09 11:43:16 -04:00
dwight
3776dc77f1 eliminate null char from string Keys to save a little space 2011-05-08 22:41:13 -04:00
dwight
4d72b66db3 towards SERVER-1300 allow zeros in utf8 strings 2011-05-08 22:13:15 -04:00
Eliot Horowitz
71dc50d006 don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% faster 2011-05-07 17:00:57 -04:00
dwight
f6c332c91d safer 2011-05-07 12:34:20 -04:00