index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
instance.cpp
Age
Commit message (
Expand
)
Author
2011-10-02
setProfilingLevel(2) not always working because millis set in wrong place SER...
Eliot Horowitz
2011-09-02
improve log message
Kristina
2011-08-31
Do objcheck for single inserts outside of writelock. SERVER-3724
Mathias Stearn
2011-08-08
Rename keep_going to continue_on_error SERVER-3233
Mathias Stearn
2011-07-14
return 0 instead of throwing getMoreWaitException
Kristina
2011-06-27
dont inline asserts. might matter with global optimizers.
Dwight
2011-06-26
some sock cleaning prep
Eliot Horowitz
2011-06-22
more cleaning
Eliot Horowitz
2011-06-20
putting delete in its own files and related cleaning
Eliot Horowitz
2011-06-20
more update cleaning
Eliot Horowitz
2011-06-16
better logic for no-result in rs for parallel ops SERVER-2481
gregs
2011-06-06
we were logging extraneously on oplog getmores. not sure why time went to 400...
Dwight
2011-06-02
curTimeMillis() was dubious as it rolls over frequently -- so eliminate it.
dwight
2011-05-29
cleaning and a small insert optimization
dwight
2011-05-24
fix dup error nums / compile
dwight
2011-05-24
make a noreturn version of insert, would be faster unless cmopiler is very sm...
dwight
2011-05-24
small reeivedinsert tuning
dwight
2011-05-23
Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509
Mathias Stearn
2011-05-23
minor refactor to prep for SERVER-509
Mathias Stearn
2011-05-13
fix remove broadcast check
Eliot Horowitz
2011-05-11
use _WIN32, not WIN32
Dwight
2011-05-08
put fields into system.profile, not a big string SERVER-3061
Eliot Horowitz
2011-05-07
reset OpDebug soon to avoid pointers to network buffers
Eliot Horowitz
2011-05-07
don't use stringbuffer for OpDebug SERVER-1591 - updates about 8% faster
Eliot Horowitz
2011-05-05
synchronize stepdowns with writes SERVER-2882
Kristina
2011-04-18
trap segfaults and such and try to log them on windows
dwight
2011-04-06
pathlock terminate message on windows was not very clear
Dwight
2011-04-05
use 0.0.0.0:0 for DBDirectClient like we used to
Eliot Horowitz
2011-04-05
fix linking of exitCleanly
Eliot Horowitz
2011-04-05
working towrads unifying network code
Eliot Horowitz
2011-04-04
Dont error out due to lockfile when running with --repair SERVER-1609
Mathias Stearn
2011-04-04
replace "dur" with "journal" in log messages
Mathias Stearn
2011-03-31
put namespace and client ip in profile collection as fields SERVER-2790
Eliot Horowitz
2011-03-30
fix assertion order
Eliot Horowitz
2011-03-30
slightly better error message
Eliot Horowitz
2011-03-30
better error messages for killCursors
Eliot Horowitz
2011-03-29
SERVER-1465 remove replica pairs
Aaron
2011-03-21
text
Dwight
2011-03-18
remove non-recomended alternative SERVER-2711
Mathias Stearn
2011-03-18
don't repeat error message SERVER-2711
Mathias Stearn
2011-03-18
bad error msg SERVER-2711
dwight
2011-03-17
db.fsyncUnlock() now waits for unlock to actually happen SERVER-2789
Mathias Stearn
2011-03-17
Add shell helpers db.fsyncLock() and db.fsyncUnlock() and clean up messages S...
Mathias Stearn
2011-03-15
flush directories where needed SERVER-2763
Mathias Stearn
2011-03-11
some old cruft cleaning
Eliot Horowitz
2011-03-08
commitifneeded a bit more often
dwight
2011-03-01
clarify confusing log line
dwight
2011-02-11
typo in log msg
Dwight
2011-02-10
better error message for old lock file
Eliot Horowitz
2011-02-07
if there is an old lock file, no journal files, and no dbs present, safe to s...
Eliot Horowitz
[next]