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

936 Commits

Author SHA1 Message Date
unknown
15b3d3600c allow ismaster without auth 2009-01-18 20:37:17 -05:00
unknown
60c4c06bf3 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-18 20:32:00 -05:00
unknown
cb90806ce1 basic security 2009-01-18 20:31:33 -05:00
dwight
f438dd0ac4 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-18 19:40:51 -05:00
dwight
e4b9bfcf5d fix dbtests for my renaming 2009-01-18 19:40:25 -05:00
unknown
c0961eb637 suppress a couple compiler warnings 2009-01-18 19:13:12 -05:00
dwight
500168288c minor/safer 2009-01-18 19:01:51 -05:00
dwight
1ee8d1f93e Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-18 17:49:12 -05:00
dwight
e1021ee8ab authenticate command work
some dbhelpers additions
less verbose logging
2009-01-18 17:48:44 -05:00
Eliot Horowitz
8db6d69f00 should work with various boost versions now 2009-01-18 15:32:00 -05:00
dwight
f7dcfc6a2c better randoms on OS X 2009-01-18 12:19:26 -05:00
dwight
644af22b4d makefile flags were wrong for C files 2009-01-18 12:05:17 -05:00
unknown
f412f99bee compile on windows 2009-01-18 11:53:33 -05:00
dwight
adfc20de09 make dbgrid compile 2009-01-18 11:10:01 -05:00
Aaron
7ab5c92da2 Extension, not suffix 2009-01-18 10:23:57 -05:00
Aaron
be8eec73d1 Ha, remove tab in SConstruct 2009-01-17 10:33:43 -05:00
Aaron
57b78fd144 Allow random seed spec 2009-01-17 10:25:56 -05:00
Aaron
4097bfec55 Add new scons targets for convenience: smoke, checkSource, and push 2009-01-17 09:22:55 -05:00
Aaron
9114640a56 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-17 09:12:43 -05:00
Aaron
204da5d094 Add more interesting fuzz tests, move json tests into separate file 2009-01-17 08:57:27 -05:00
Eliot Horowitz
1f27383fc2 oid parsing, slight better random 2009-01-17 00:20:47 -05:00
Eliot Horowitz
ff99799a0c moving some stuff to header file 2009-01-17 00:19:43 -05:00
Aaron
b36a643a54 Disable BigCollection test 2009-01-16 17:36:48 -05:00
Aaron
b99376f893 Include scons targets in xcode project file 2009-01-16 17:12:56 -05:00
Aaron
cd8f315538 Just use a char 2009-01-16 16:51:06 -05:00
Aaron
4dd2a1765f Remove out dated asserts; we may be reading an existing hashtable from a file, and the asserts are invalid in that case 2009-01-16 16:42:00 -05:00
Aaron
980ce5a396 Add tests for BSON validating randomized bitstreams 2009-01-16 16:40:46 -05:00
Aaron
2a368b1ef4 Check that initial int representing size is in valid memory 2009-01-16 15:52:17 -05:00
Aaron
1c2b23bb0f Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-16 15:15:33 -05:00
Aaron
1524c3e44b Enhance BSONObj::validate() 2009-01-16 15:13:46 -05:00
Eliot Horowitz
004db2d6fe incorrect implementation of OID 2009-01-16 14:21:46 -05:00
Aaron
ca65f70e08 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-16 11:16:58 -05:00
Eliot Horowitz
61b0b78d75 paired connection doesn't implement all the methods yet 2009-01-16 11:13:18 -05:00
Aaron
3305dbf856 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-16 11:06:57 -05:00
Eliot Horowitz
31a8c7c0b2 little more doc cleaning 2009-01-16 10:48:21 -05:00
Eliot Horowitz
9ae07259eb Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-16 10:45:04 -05:00
Eliot Horowitz
e87560d553 doc cleaning 2009-01-16 10:44:56 -05:00
Aaron
3a533a9432 Add new BSONObj::hexDump() function 2009-01-16 10:21:23 -05:00
Aaron
f9054d860b Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-16 10:02:46 -05:00
Aaron
e1f97b30c4 Partially unify sorted/non-sorted btree cursor creation code, fixes bug 1139 2009-01-16 09:55:36 -05:00
Eliot Horowitz
528bceb2d2 doc cleaning/org 2009-01-15 17:40:43 -05:00
Aaron
3d034b2882 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-15 13:04:31 -05:00
Aaron
7c7bd85c6d Add start / end key to explain, fix key extraction ordering 2009-01-15 13:04:25 -05:00
Eliot Horowitz
2dcdaa494a explicitly use mongo:: for this example for clarity 2009-01-15 11:38:32 -05:00
Eliot Horowitz
db0b2adb69 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-15 11:34:04 -05:00
Eliot Horowitz
85157dfb02 basic config file doxygen 2009-01-15 11:33:59 -05:00
Aaron
261a467aa5 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Eliot Horowitz
938c2c07a8 some cleaning so that client doesn't have to link against java and pcre 2009-01-15 10:08:20 -05:00
Aaron
e5db6b0d39 Allow compiler on Hudson to 'extern' variables in mongo namespace 2009-01-14 18:40:19 -05:00