summaryrefslogtreecommitdiff
path: root/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-705 exit cleanly from db.cpp instead of instance.cppAaron2010-03-091-3/+0
* SERVER-705 check for negative effects of large clock skews, seed last optime ...Aaron2010-03-091-0/+3
* some debuggabilityEliot Horowitz2009-12-021-6/+22
* concurrency workdwight2009-11-281-13/+21
* checkpoitn a little sync workdwight2009-11-281-1/+1
* fixes for boost 1.36Mathias Stearn2009-11-161-1/+1
* rename old oplog to diaglog - make it always compiled inEliot Horowitz2009-11-111-11/+6
* starting rename old oplog to diaglogEliot Horowitz2009-11-111-3/+3
* FieldMatcher now supports positive and negative matching. SERVER-299 and SERV...Mathias Stearn2009-10-281-0/+3
* MINOR global var cleanupdwight2009-10-241-2/+0
* flag to update multiple objects with $ operators SERVER-268Eliot Horowitz2009-10-211-2/+2
* refactoring updateObjects return to be cleaner and so can work with multi-obj...Eliot Horowitz2009-10-211-2/+2
* store query in ClientCursor so can see query on slow getMore queriesEliot Horowitz2009-10-171-1/+1
* move oplogSize to CmdLineEliot Horowitz2009-10-161-2/+0
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-161-11/+35
* move quota/cpu to cmdLineEliot Horowitz2009-10-161-3/+0
* comment out deprecated jni stuffEliot Horowitz2009-10-151-5/+5
* make Top threadsafeDwight2009-10-141-5/+5
* move the var 'database' inside Client objectDwight2009-10-141-6/+11
* make lasterror threadsafeDwight2009-10-121-4/+4
* add Connection classDwight2009-10-091-9/+8
* killOp() wasn't working with validateDwight2009-10-071-0/+1
* small cleanupsDwight2009-10-061-3/+4
* more verbose shutdown logging to try and figure out why shutdown is very slow...Eliot Horowitz2009-10-051-1/+6
* clean up killCursors logginEliot Horowitz2009-10-041-2/+3
* minor prep for multi update workDwight2009-10-011-3/+4
* tuning index performancedwight2009-09-271-1/+1
* some size checks when saving objects int he db (4MB limit)Dwight2009-09-231-3/+3
* fix bug where isMaster() returned false when should have been trueDwight2009-09-221-3/+3
* client id work and make getLastError work non sharded-collections in sharding...Eliot Horowitz2009-09-111-1/+4
* minor reorder and commentdwight2009-09-031-7/+8
* cleanupDwight2009-08-251-1/+1
* begin cmdline.hDwight2009-08-251-1/+3
* dont close lockfile if couldn't open SERVER-244Eliot Horowitz2009-08-191-2/+4
* fix checks that operations cannot be performed on slaves; also, allow read op...dwight2009-08-171-4/+1
* don't allow dropping an index $ collectionDwight2009-08-131-1/+1
* changed dbpath to std::stringEliot Horowitz2009-08-111-1/+1
* inShutdown() method so spider monkey can shutdown cleanlyEliot Horowitz2009-08-051-0/+4
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-1/+1
* remove warning look at return code MINOREliot Horowitz2009-07-281-1/+1
* write pid to mongod.lock SERVER-186Eliot Horowitz2009-07-281-2/+10
* add more logging in verbose modeEliot Horowitz2009-06-201-3/+3
* Added support for running mongod as a Windows NT Servicealanw2009-06-041-3/+10
* file allocator compile windows MINORAaron2009-05-281-2/+0
* add client ip / port to current op, add unlocked version of current op to htt...Aaron2009-05-261-4/+4
* make tools capable of running standalone, without a mongod instanceAaron2009-05-201-0/+9
* add reads/writes to dbtopAaron2009-05-181-0/+5
* revert tracking stack of current ops, as not enough infrastructure in place t...Aaron2009-05-131-19/+10
* maintain stack of current ops, do http authentication after recording context...Aaron2009-05-131-10/+19
* safety asserts in closeClient MINORAaron2009-05-081-0/+2