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

926 Commits

Author SHA1 Message Date
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
Aaron
248a6dd8de Replace tab indentation with spaces 2009-01-14 17:17:24 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Eliot Horowitz
023535d844 this is already defined 2009-01-14 14:52:26 -05:00
Aaron
64cc93ac22 Merge jsobj.h changes 2009-01-14 14:24:34 -05:00
Aaron
21a13b1336 NEW pdfile # : 4.4; Support compound directions with compound indexes 2009-01-14 13:56:52 -05:00
Eliot Horowitz
9ecc007b5b move sayDbContext to stdafx (it was defined there anyway) 2009-01-14 13:00:07 -05:00
Eliot Horowitz
47e463f0ce --prefix to conrol install location 2009-01-14 10:58:32 -05:00
Eliot Horowitz
3c7205be4a made example simple, moved tests to clientTest 2009-01-14 10:44:25 -05:00
Eliot Horowitz
44b7b2cf1b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-14 10:40:22 -05:00
Eliot Horowitz
cc47974312 ensureIndex 2009-01-14 10:40:15 -05:00