summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* JSON parser supports 'new Date(1234)' SERVER-461Mathias Stearn2009-12-301-1/+1
* MINOR commentAaron2009-12-301-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-12-302-2/+3
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-303-12/+30
| |\
| * | more aggregious boost warningsEliot Horowitz2009-12-302-2/+3
* | | commentsDwight2009-12-302-2/+11
| |/ |/|
* | prep for fsync exec optionDwight2009-12-303-12/+30
|/
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-12-301-2/+8
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-302-14/+18
| |\
| * | slighly ugly handling of nester CurOpEliot Horowitz2009-12-301-2/+8
* | | SERVER-485 fix validate on capped collectionDwight2009-12-301-0/+7
| |/ |/|
* | compile windows (vcproj)Dwight2009-12-302-14/+18
|/
* stop using stringstream for loggingEliot Horowitz2009-12-2912-67/+81
* undo temp changeEliot Horowitz2009-12-291-1/+1
* first checking of simple/fast resettable StringBuilderEliot Horowitz2009-12-292-2/+8
* configure "slow" queriesEliot Horowitz2009-12-295-7/+14
* link errorEliot Horowitz2009-12-292-1/+2
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-296-95/+5
|\
| * remove dbinfo.hdwight2009-12-291-0/+0
| * Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-2945-322/+402
| |\
| * | remove dbinfo.h/cppdwight2009-12-296-99/+5
* | | option to limit # of connections (threads currently) default 20000 SERVER-471Eliot Horowitz2009-12-293-1/+28
| |/ |/|
* | --profile command line option SERVER-456Eliot Horowitz2009-12-295-6/+25
* | some profiling management cleaning pre SERVER-456Eliot Horowitz2009-12-293-12/+35
* | some cleaningEliot Horowitz2009-12-294-9/+28
* | use code in getLastError SERVER-112Eliot Horowitz2009-12-283-4/+9
* | Exception classess need codes too SERVER-112Eliot Horowitz2009-12-286-8/+9
* | uassert/massert take error code SERVER-112Eliot Horowitz2009-12-2839-281/+278
* | fix multiple $inc/$push on same embedded object SERVER-333Eliot Horowitz2009-12-281-9/+12
* | add dropTarget option to renameCollection SERVER-487Eliot Horowitz2009-12-281-1/+9
* | undefined should be falseEliot Horowitz2009-12-281-0/+1
|/
* some speed improvementsEliot Horowitz2009-12-272-19/+18
* fix $bit testEliot Horowitz2009-12-242-8/+56
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2009-12-2313-53/+75
|\
| * commentEliot Horowitz2009-12-231-1/+1
| * getNonce() wasn't threadsafeDwight2009-12-231-0/+2
| * commentDwight2009-12-231-1/+2
| * new killOp(opnumber)Dwight2009-12-2211-51/+70
* | Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2009-12-221-1/+1
|\ \ | |/
| * better logging for repl problemsEliot Horowitz2009-12-221-1/+1
* | truncate lock file SERVER-504Eliot Horowitz2009-12-221-1/+1
|/
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-12-212-3/+46
|\
| * start work on bit operators SERVER-503Eliot Horowitz2009-12-212-3/+46
* | $atomic option on remove()Dwight2009-12-219-46/+63
|/
* cleaningEliot Horowitz2009-12-211-7/+6
* rename classDwight2009-12-211-6/+6
* less unused diag string generationDwight2009-12-211-6/+6
* QueryMessage was being instantiated twice on every query - fixed.Dwight2009-12-213-82/+7
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-12-214-3/+14
|\
| * MINOR commentsAaron2009-12-214-3/+14