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

916 Commits

Author SHA1 Message Date
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
Eliot Horowitz
36a89782b7 utility method on Namespace 2009-01-14 10:40:09 -05:00
Aaron
d6e961f4af Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-14 10:12:09 -05:00
Aaron
20dc205b17 Size calculation works for cap extent minSize on 64 bit machines, removed compiler warnings. 2009-01-14 10:11:51 -05:00
Eliot Horowitz
a7862f5527 int vs. double 2009-01-14 09:57:53 -05:00
Eliot Horowitz
bf7edfbae5 playing with BSONObjBuilder stream for building
and an example
2009-01-14 09:40:54 -05:00
Eliot Horowitz
57eeff38ec update 2009-01-13 16:08:07 -05:00
Eliot Horowitz
b1bd045a9a more builder returning itself 2009-01-13 16:08:01 -05:00
Eliot Horowitz
6d7a16678b simple clientTest 2009-01-13 15:45:49 -05:00
Eliot Horowitz
b457502b26 playing with Builder returning itself on append calls so you can do things like
BSONObjectBuider().append( "a" , 1 ).append( "b" , 2 ).doneAndDecouple()
2009-01-13 15:20:28 -05:00
Eliot Horowitz
7a7f4fd1ef Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-13 15:19:54 -05:00