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

771 Commits

Author SHA1 Message Date
unknown
cb90806ce1 basic security 2009-01-18 20:31:33 -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
e1021ee8ab authenticate command work
some dbhelpers additions
less verbose logging
2009-01-18 17:48:44 -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
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
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
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
e1f97b30c4 Partially unify sorted/non-sorted btree cursor creation code, fixes bug 1139 2009-01-16 09:55:36 -05:00
Aaron
7c7bd85c6d Add start / end key to explain, fix key extraction ordering 2009-01-15 13:04:25 -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
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
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
44b7b2cf1b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-14 10:40:22 -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
b1bd045a9a more builder returning itself 2009-01-13 16:08:01 -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
Aaron
72a4d77e23 Only check prev file size if file has been opened 2009-01-13 14:57:21 -05:00
Aaron
29bf72030f Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-13 14:28:04 -05:00
Aaron
f2bbe89666 Limit regex options, only use Dbref() in TenGen mode 2009-01-13 14:27:59 -05:00
Eliot Horowitz
4e60ec0df1 sayPiggyBack/piggyBack
not implemented yet, just passes through to say
2009-01-13 12:53:00 -05:00
Aaron
2cebe27624 Add new files to targets 2009-01-13 10:36:27 -05:00
Aaron
303ad60dcf Large oplog collection sizes + misc 2009-01-13 10:34:36 -05:00
Aaron
51276a86b1 Large oplog collection sizes + misc 2009-01-13 10:34:18 -05:00
Aaron
6cf747653f New capped collection cursors 2009-01-13 10:32:34 -05:00
Aaron
509c2de55b Logic for choosing file size 2009-01-13 10:31:56 -05:00
Aaron
c561ec3513 Make findElement const 2009-01-13 10:30:52 -05:00
Aaron
c794c1e681 Support capped collections w/ multiple extents (migration from old formats is automatic) 2009-01-13 10:30:01 -05:00