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

1362 Commits

Author SHA1 Message Date
Dwight
fac2ee626f mamke getCollectionNames() in the shell prettier
overlogging
2009-02-03 14:42:53 -05:00
Dwight
8f373bf1d4 fix vc proj file
tweak reccache size limit
2009-02-03 14:22:48 -05:00
Dwight
17ec3b562a Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-03 14:12:39 -05:00
Eliot Horowitz
b4976fcb19 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-03 13:30:34 -05:00
Eliot Horowitz
3aa74384ae grid/message -> util/message 2009-02-03 13:30:28 -05:00
Aaron
cf5db7c6c1 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-03 13:29:16 -05:00
Aaron
b47b8b6829 Make sure object w/ undefined elt is valid 2009-02-03 13:27:46 -05:00
Aaron
f4d6c7fec1 Undefined element can appear anywhere in object 2009-02-03 13:19:45 -05:00
Eliot Horowitz
6097055ca5 name change 2009-02-03 13:15:54 -05:00
Aaron
ec93b8d7d0 Add comment about BSONObj reference counting thread safety 2009-02-03 12:07:53 -05:00
Dwight
681d64346e Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-03 12:02:29 -05:00
Dwight
f7294fdddf don't create the indexes.dat file unless built for that mode. 2009-02-03 12:02:22 -05:00
Aaron
0e2df92fbc Use const reference to string to avoid extra copy when string passed explicitly 2009-02-03 11:54:51 -05:00
Aaron
bae0ed9100 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-03 11:50:42 -05:00
Aaron
c68bc1589b Install JNI within context of unit test framework's signal handler 2009-02-03 11:50:30 -05:00
Eliot Horowitz
a5a1691716 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-03 11:05:27 -05:00
Eliot Horowitz
d0f2dd9169 make sure to use the original message id when responding 2009-02-03 11:05:16 -05:00
Eliot Horowitz
8e5a1a3edf safety and better error message 2009-02-03 11:04:54 -05:00
Dwight
7f1dd75086 return a nonzero exit code on a startup problem 2009-02-03 10:37:06 -05:00
Dwight
cce337de61 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-03 10:25:38 -05:00
Dwight
dc0093fbaa compilei on windows 2009-02-03 10:25:27 -05:00
Eliot Horowitz
687c1f237e cleaning old code 2009-02-03 10:12:01 -05:00
Aaron
309c4c95e3 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-03 09:51:32 -05:00
Geir Magnusson Jr
9f368285f6 doxygenConfig - s/mongo/MongoDB/ 2009-02-03 07:06:43 -05:00
Geir Magnusson Jr
5398a8bce6 TEMP FIX - ensure that indexes.dat goes to the specified
db path.

Someone please turn into usual db style
2009-02-03 04:31:38 -05:00
Aaron
bca4070869 Actually add javajstests 2009-02-03 00:14:14 -05:00
Aaron
1a695024db Add rough parse error info 2009-02-03 00:13:42 -05:00
Aaron
7b1d71bf25 Put javajstest in 'test' binary, fix fallout of starting jni in test binary 2009-02-03 00:05:49 -05:00
Aaron
51bf919b12 Fix default constructor 2009-02-02 23:47:14 -05:00
Aaron
b8c8de3f25 Real fixes for test failures 2009-02-02 23:42:34 -05:00
Eliot Horowitz
8098043bb8 list enhancements and search and better help 2009-02-02 22:16:46 -05:00
Eliot Horowitz
e20f07a46e list takes a filter 2009-02-02 22:16:39 -05:00
Aaron
c6e4f30590 Disable tests until I can fix the failures tomorrow 2009-02-02 21:39:54 -05:00
Dwight
86fa7463e9 Merge branch 'master' of git.10gen.com:/data/gitroot/p
Conflicts:

	db/instance.cpp
2009-02-02 18:23:57 -05:00
Dwight
d1ba9dfb49 datastore work 2009-02-02 18:18:22 -05:00
Eliot Horowitz
84a10094d0 warning for release build 2009-02-02 17:54:03 -05:00
Eliot Horowitz
288d83370d gridfs and some tools 2009-02-02 17:19:55 -05:00
Eliot Horowitz
3bba95ecee gridfs impl and utility 2009-02-02 17:13:38 -05:00
Eliot Horowitz
04430b44cc Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-02 17:13:03 -05:00
Eliot Horowitz
36ba844fe6 using string instead of char* in a couple o places 2009-02-02 17:12:56 -05:00
Eliot Horowitz
c905877e40 some helpers 2009-02-02 17:12:42 -05:00
Aaron
e93fa6cf95 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-02 16:18:56 -05:00
Aaron
99ad2eac76 Parse port suffix before calling hostbyname() 2009-02-02 16:18:44 -05:00
Eliot Horowitz
7442bdf4e4 export to json/csv tool 2009-02-02 12:17:20 -05:00
Eliot Horowitz
7d8e3c7296 Query(string) 2009-02-02 12:16:59 -05:00
Eliot Horowitz
d83e46829f empty string -> emptyObj 2009-02-02 12:16:29 -05:00
Aaron
ce75d6fd87 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-02 11:46:37 -05:00
Aaron
030c280fec Improve parameter description 2009-02-02 11:46:30 -05:00
Eliot Horowitz
7ef418ddf8 treat xcode config files as binary 2009-02-02 11:44:56 -05:00
Aaron
720527c105 Disable javajstest() in the right place 2009-02-02 11:26:57 -05:00