summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-29105-590/+872
| | |\
| | * | remove dbinfo.h/cppdwight2009-12-2910-103/+6
| * | | option to limit # of connections (threads currently) default 20000 SERVER-471Eliot Horowitz2009-12-294-1/+90
| | |/ | |/|
| * | --profile command line option SERVER-456Eliot Horowitz2009-12-295-6/+25
| * | some profiling management cleaning pre SERVER-456Eliot Horowitz2009-12-294-12/+37
| * | some cleaningEliot Horowitz2009-12-295-10/+29
| * | Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-293-11/+27
| |\ \
| | * | smoke tests call mongo with directory rather than globs for windows support. ...Mathias Stearn2009-12-281-3/+3
| | * | mongo shell can now take a directory and run all *.js files in itMathias Stearn2009-12-281-4/+20
| | * | Allocate line buffer on heap to avoid blowing the stack on windows. SERVER-410Mathias Stearn2009-12-281-4/+4
| * | | fix nightlyEliot Horowitz2009-12-291-1/+1
| |/ /
| * | better debugging for weird mmap issueEliot Horowitz2009-12-281-1/+1
| * | fix 64-bit osxEliot Horowitz2009-12-281-1/+1
| * | use code in getLastError SERVER-112Eliot Horowitz2009-12-286-11/+22
| * | Exception classess need codes too SERVER-112Eliot Horowitz2009-12-2824-53/+68
| * | Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-283-6/+34
| |\ \
| * | | uassert/massert take error code SERVER-112Eliot Horowitz2009-12-2888-482/+571
* | | | SERVER-446 MINOR refactor usage of v8 raii objectsAaron2009-12-292-65/+29
* | | | SERVER-446 use v8's raii objects correctly per documentationAaron2009-12-295-48/+128
| |/ / |/| |
* | | MINOR put helper in assert namespaceAaron2009-12-282-2/+2
* | | Merge branch 'master' of github.com:mongodb/mongoAaron2009-12-286-14/+69
|\ \ \ | |/ /
| * | more tests for SERVER-181Eliot Horowitz2009-12-281-0/+16
| * | fix multiple $inc/$push on same embedded object SERVER-333Eliot Horowitz2009-12-282-10/+13
| * | forgot to commit test for SERVER-487Eliot Horowitz2009-12-281-0/+25
| * | docEliot Horowitz2009-12-281-1/+1
| * | add dropTarget option to renameCollection SERVER-487Eliot Horowitz2009-12-282-3/+13
| * | undefined should be falseEliot Horowitz2009-12-281-0/+1
| |/
* | MINOR update xcode projectAaron2009-12-281-0/+2
* | SERVER-470 add runParallelTests helper, improve insert testAaron2009-12-282-15/+31
* | SERVER-470 improve basic testAaron2009-12-281-3/+13
|/
* some speed improvementsEliot Horowitz2009-12-272-19/+18
* short circuit if not in sharded modeEliot Horowitz2009-12-271-0/+5
* some additions to TimerEliot Horowitz2009-12-271-0/+6
* more Top cleaningEliot Horowitz2009-12-251-6/+8
* some Top refactoringEliot Horowitz2009-12-254-153/+162
* fix $bit testEliot Horowitz2009-12-243-10/+58
* debugging for weird 32-bit linux issueEliot Horowitz2009-12-231-0/+2
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2009-12-2343-112/+732
|\
| * Removing unused headerMathias Stearn2009-12-231-1/+0
| * test that doesn't work yet for $bit - commented outEliot Horowitz2009-12-231-1/+20
| * commentEliot Horowitz2009-12-231-1/+1
| * commentEliot Horowitz2009-12-231-0/+1
| * fail faster on bad mmap dataEliot Horowitz2009-12-231-0/+3
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-234-16/+26
| |\
| | * ASIO mongos now uses a threadpool for database operations.Mathias Stearn2009-12-232-15/+22
| | * getNonce() wasn't threadsafeDwight2009-12-231-0/+2
| | * commentDwight2009-12-231-1/+2
| * | when loading js files, only get read accessEliot Horowitz2009-12-232-5/+5
| |/
| * Merge branch 'master' of github.com:mongodb/mongoAaron2009-12-2216-61/+91
| |\
| | * compile windows / vcprojDwight2009-12-223-7/+12