summaryrefslogtreecommitdiff
path: root/db/instance.cpp
AgeCommit message (Expand)Author
2011-10-02setProfilingLevel(2) not always working because millis set in wrong place SER...Eliot Horowitz
2011-09-02improve log messageKristina
2011-08-31Do objcheck for single inserts outside of writelock. SERVER-3724Mathias Stearn
2011-08-08Rename keep_going to continue_on_error SERVER-3233Mathias Stearn
2011-07-14return 0 instead of throwing getMoreWaitExceptionKristina
2011-06-27dont inline asserts. might matter with global optimizers.Dwight
2011-06-26some sock cleaning prepEliot Horowitz
2011-06-22more cleaningEliot Horowitz
2011-06-20putting delete in its own files and related cleaningEliot Horowitz
2011-06-20more update cleaningEliot Horowitz
2011-06-16better logic for no-result in rs for parallel ops SERVER-2481gregs
2011-06-06we were logging extraneously on oplog getmores. not sure why time went to 400...Dwight
2011-06-02curTimeMillis() was dubious as it rolls over frequently -- so eliminate it.dwight
2011-05-29cleaning and a small insert optimizationdwight
2011-05-24fix dup error nums / compiledwight
2011-05-24make a noreturn version of insert, would be faster unless cmopiler is very sm...dwight
2011-05-24small reeivedinsert tuningdwight
2011-05-23Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn
2011-05-23minor refactor to prep for SERVER-509Mathias Stearn
2011-05-13fix remove broadcast checkEliot Horowitz
2011-05-11use _WIN32, not WIN32Dwight
2011-05-08put fields into system.profile, not a big string SERVER-3061Eliot Horowitz
2011-05-07reset OpDebug soon to avoid pointers to network buffersEliot Horowitz
2011-05-07don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% fasterEliot Horowitz
2011-05-05synchronize stepdowns with writes SERVER-2882Kristina
2011-04-18trap segfaults and such and try to log them on windowsdwight
2011-04-06pathlock terminate message on windows was not very clearDwight
2011-04-05use 0.0.0.0:0 for DBDirectClient like we used toEliot Horowitz
2011-04-05fix linking of exitCleanlyEliot Horowitz
2011-04-05working towrads unifying network codeEliot Horowitz
2011-04-04Dont error out due to lockfile when running with --repair SERVER-1609Mathias Stearn
2011-04-04replace "dur" with "journal" in log messagesMathias Stearn
2011-03-31put namespace and client ip in profile collection as fields SERVER-2790Eliot Horowitz
2011-03-30fix assertion orderEliot Horowitz
2011-03-30slightly better error messageEliot Horowitz
2011-03-30better error messages for killCursorsEliot Horowitz
2011-03-29SERVER-1465 remove replica pairsAaron
2011-03-21textDwight
2011-03-18remove non-recomended alternative SERVER-2711Mathias Stearn
2011-03-18don't repeat error message SERVER-2711Mathias Stearn
2011-03-18bad error msg SERVER-2711dwight
2011-03-17db.fsyncUnlock() now waits for unlock to actually happen SERVER-2789Mathias Stearn
2011-03-17Add shell helpers db.fsyncLock() and db.fsyncUnlock() and clean up messages S...Mathias Stearn
2011-03-15flush directories where needed SERVER-2763Mathias Stearn
2011-03-11some old cruft cleaningEliot Horowitz
2011-03-08commitifneeded a bit more oftendwight
2011-03-01clarify confusing log linedwight
2011-02-11typo in log msgDwight
2011-02-10better error message for old lock fileEliot Horowitz
2011-02-07if there is an old lock file, no journal files, and no dbs present, safe to s...Eliot Horowitz