summaryrefslogtreecommitdiff
path: root/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* do'nt require boost options in mongoclient SERVER-855Eliot Horowitz2010-03-311-0/+2
* kill warnings on windowsDwight2010-03-221-2/+2
* undo options changeEliot Horowitz2010-03-181-1/+1
* slight fix to any - but stil very brokenEliot Horowitz2010-03-181-1/+1
* move --fork --logpath --logappend into cmdline so it works for mongos SHARDIN...Eliot Horowitz2010-03-181-25/+0
* mongos now using boost options SHARDING-82Eliot Horowitz2010-03-181-5/+2
* split out some command line stuff in prep for SHARDING-82Eliot Horowitz2010-03-181-50/+3
* flushing statsMathias Stearn2010-03-151-0/+3
* Make periodic data flushing synchronous SERVER-734Mathias Stearn2010-03-151-3/+9
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-0/+1
* fix diaglogEliot Horowitz2010-03-151-2/+1
* Revert "SERVER-695 don't destroy static global mutexes"Aaron2010-03-101-1/+0
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-091-1/+1
|\
| * typo MINORMathias Stearn2010-03-091-1/+1
* | SERVER-695 don't destroy static global mutexesAaron2010-03-091-0/+1
|/
* SERVER-705 exit cleanly from db.cpp instead of instance.cppAaron2010-03-081-0/+5
* SERVER-705 check for negative effects of large clock skews, seed last optime ...Aaron2010-03-081-4/+4
* turn off rest by default, --rest to enable SERVER-697Eliot Horowitz2010-03-031-0/+4
* SERVER-580 implement slavedelayAaron2010-03-011-0/+4
* print warning if have full debug enabledEliot Horowitz2010-02-231-1/+1
* minor: spellingMike Dirolf2010-02-201-1/+1
* SERVER-623 implement and test fastsync / snapshot repl pair modeAaron2010-02-161-0/+4
* clean up dbMsg - marg deprecatedEliot Horowitz2010-02-161-3/+6
* better error messageDwight Merriman2010-02-121-9/+1
* ctrl-c wasn't working on windowsDwight Merriman2010-02-121-0/+1
* make sure all threads that use a lock have a ClientEliot Horowitz2010-02-101-0/+1
* move some replication settings into ReplicationSettingsEliot Horowitz2010-02-081-7/+6
* SERVER-258 removing --authWriteOnly mode at Eliot's requestAaron2010-02-081-6/+0
* cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-2/+3
* new Top uiEliot Horowitz2010-02-021-0/+2
* Add debugging support for multiple destructors, and some guards to prevent th...Aaron2010-02-011-0/+10
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-7/+9
* SERVER-258 add authWriteOnly modeAaron2010-01-261-0/+6
* SERVER-308 add support for --directoryperdb optionAaron2010-01-261-1/+1
* SERVER-308 use flag, not fieldAaron2010-01-261-2/+4
* SERVER-308 add directoryperdb option, remove dead codeAaron2010-01-261-2/+2
* SERVER-426 make repair path configurableAaron2010-01-251-4/+20
* inspect NamespaceDetails on loadDwight2010-01-211-0/+8
* checking inShutdown() when recv a messageEliot Horowitz2010-01-201-0/+5
* don't display client shutdown on --upgrade or repair SERVER-554Eliot Horowitz2010-01-191-0/+1
* compile vcproj windowsDwight2010-01-151-1/+1
* change name of grab to connGrabEliot Horowitz2010-01-141-7/+12
* change order of parmam parsing so no possible issueEliot Horowitz2010-01-131-3/+3
* SERVER-531 use correct threading model for disabling lastErrorAaron2010-01-121-1/+0
* SERVER-531 refactor code for not influencing lastErrorAaron2010-01-121-8/+2
* SERVER-531 killCursors no longer affects lastErrorAaron2010-01-121-1/+8
* don't make running out of threads crash db SERVER-527Eliot Horowitz2010-01-101-3/+10
* cleaning up listening thread shutdownEliot Horowitz2010-01-091-1/+1
* small optDwight2009-12-311-2/+3
* more aggregious boost warningsEliot Horowitz2009-12-301-2/+1