summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-695 add StaticObserver to more binariesAaron2010-03-151-0/+1
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-154-7/+7
* move CmdLine cmdLine into its own file in prep for other command line workEliot Horowitz2010-03-121-1/+0
* appendNumber for nicer numbers in the shellEliot Horowitz2010-03-011-3/+3
* change Command locking configEliot Horowitz2010-02-263-2/+20
* use long long for counting big thingsEliot Horowitz2010-02-161-10/+10
* make chunk size configurable and default 200mbEliot Horowitz2010-02-125-3/+32
* Don't split chunk if min would equal maxr1.3.2Mathias Stearn2010-02-111-4/+23
* Add license headers to .cpp & .h files that lacked them. MINORRichard Kreuter2010-02-098-0/+128
* Sharded findAndModify SHARDING-64Mathias Stearn2010-02-091-0/+93
* sharding: ChunkCmp STL compare functorMathias Stearn2010-02-091-0/+18
* sharding: Chunk const-correctness MINORMathias Stearn2010-02-092-17/+17
* fix race condition when starting multiple mongos SHARDING-69Eliot Horowitz2010-02-081-1/+1
* Fix windows buildMathias Stearn2010-01-281-0/+3
* fix compiler warnings (hopefully)Mathias Stearn2010-01-281-0/+1
* sharding: Don't use count() for stats() SHARDING-59Mathias Stearn2010-01-271-10/+4
* Sharded db.c.stats() SHARDING-59Mathias Stearn2010-01-271-0/+67
* make addshard less strict SHARDING-75Eliot Horowitz2010-01-261-2/+1
* don't use asio for mongos with win vcproj yetDwight2010-01-261-34/+2
* mongos: Call dbexit on SIGINT and SIGTERM.Mathias Stearn2010-01-251-0/+6
* some command cleaningEliot Horowitz2010-01-201-1/+1
* better handling of sharded upserts. SHARDING-72Mathias Stearn2010-01-191-1/+4
* when scanning serially, if a chunk had no results, stopped prematurely SHARDI...Eliot Horowitz2010-01-152-2/+5
* some more debugging for sharding MINOREliot Horowitz2010-01-141-0/+10
* Make sharded upserts work if shard key is in queryMathias Stearn2010-01-051-1/+1
* cleanup comments prepwork for some repl improvementsDwight2010-01-041-1/+1
* a little code cleanup / renameingDwight2010-01-031-2/+2
* SERVER-255 lock on fsync for snapshottingunknown2010-01-021-201/+201
* compile windows (vcproj)Dwight2009-12-301-0/+4
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-2913-77/+79
|\
| * Exception classess need codes too SERVER-112Eliot Horowitz2009-12-286-16/+18
| * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-2813-61/+61
* | remove dbinfo.h/cppdwight2009-12-291-1/+0
|/
* short circuit if not in sharded modeEliot Horowitz2009-12-271-0/+5
* commentEliot Horowitz2009-12-231-0/+1
* Removing unused functionsMathias Stearn2009-12-151-245/+0
* Get rid of compareValuesMathias Stearn2009-12-141-3/+3
* win compileEliot Horowitz2009-12-141-1/+1
* debuggingEliot Horowitz2009-12-103-3/+13
* Remove ill-planned nested/dotted split. Keep everything dotted.Mathias Stearn2009-12-096-46/+29
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-094-5/+5
* cleaning and commentEliot Horowitz2009-12-081-3/+1
* mongos compileEliot Horowitz2009-12-031-0/+30
* new master version numbersEliot Horowitz2009-12-031-1/+1
* sharded dropDatabase SHARDING-53Eliot Horowitz2009-12-025-6/+165
* add "ok" to commands resultEliot Horowitz2009-12-011-17/+0
* fix broken test. MINORMathias Stearn2009-11-301-1/+1
* some initial visual studio 2010 supportDwight2009-11-301-0/+201
* fail early with compound shard keysMathias Stearn2009-11-241-0/+3
* refactoring/cleaning of drop/dropDatabase/removeshardEliot Horowitz2009-11-246-86/+106