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
Age
Commit message (
Expand
)
Author
2011-12-06
backport of SERVER-4430
Eliot Horowitz
2011-12-05
Count new RS members as up before they are initialized
Kristina
2011-11-23
fix oplog replay segfault SERVER-4350
Eliot Horowitz
2011-11-16
return arrays if arrays given SERVER-3661
gregs
2011-11-14
make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837
Eliot Horowitz
2011-11-14
Generalize recloning docs on initial oplog application SERVER-3367
Kristina
2011-11-09
Only sync from members that build indexes unless buildIndexes=false SERVER-4160
Kristina
2011-10-25
Set auth hook in final MR step, if it wasn't set previously SERVER-4114
Kristina
2011-10-24
Initialize auth status in non-default hb ctor
Kristina
2011-10-24
Make secondaries go into recovering state when auth is wrong SERVER-3715
Kristina
2011-10-24
ScopedConn reconnection
Kristina
2011-10-24
stop initial sync once minvalid is reached SERVER-3899
Kristina
2011-10-23
factor number of connections into memory leak warning SERVER-4063
Eliot Horowitz
2011-10-16
fix segfault after modifying indexes during yield SERVER-3961 3
Eliot Horowitz
2011-10-08
check auth on _isSelf call SERVER-3953
Kristina
2011-10-06
use SimpleMutex instead of SpinLock for record
Eliot Horowitz
2011-10-02
setProfilingLevel(2) not always working because millis set in wrong place SER...
Eliot Horowitz
2011-09-29
upgrade indexes on resync SERVER-3900
Kristina
2011-09-28
on a missing object, thats ok as a delete may occur later
dwight
2011-09-28
continuation of initial sync fix
dwight
2011-09-28
fix a possible issue with initial sync with replication when updates are in f...
dwight
2011-09-22
check tags in member config equality func SERVER-3799
Kristina
2011-09-22
fix crash in filemd5 without correct index SERVER-3913
Eliot Horowitz
2011-09-14
fix reIndex on secondaries SERVER-3866
Eliot Horowitz
2011-09-12
Strip trailing / of dbpath on windows SERVER-3557
Mathias Stearn
2011-09-09
put connectionId in currentOp()
Eliot Horowitz
2011-09-07
reconfig should handle error messages from other members
Kristina
2011-09-07
move authentication check earlier for safety SERVER-3773
Eliot Horowitz
2011-09-06
Queries for rollback objects need SlaveOk bit SERVER-3650
Mathias Stearn
2011-09-06
need to add error value to bounding boxes on polygons + boxes SERVER-3725
gregs
2011-09-06
SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays.
dwight
2011-09-05
fix issue where dropDup code for insertion can fail on secondary during clone...
Eliot Horowitz
2011-09-04
turn off ageout code for now as implementation is unfinished
dwight
2011-09-02
improve log message
Kristina
2011-08-31
compile
Mathias Stearn
2011-08-31
SERVER-3717 last commit wasn't quite right :-(
Dwight
2011-08-31
try to fix compile on some platforms
Dwight
2011-08-31
Merge branch 'master' of github.com:mongodb/mongo
Dwight
2011-08-31
SERVER-3717
Dwight
2011-08-31
Do objcheck for single inserts outside of writelock. SERVER-3724
Mathias Stearn
2011-08-30
change log to warning SERVER-3712
Kristina
2011-08-30
SERVER-3719 long long values in v1 indexes were losing precision
Dwight
2011-08-29
fix yield with disk issue in update.cpp SERVER-3633
Eliot Horowitz
2011-08-29
fix double comparision of -0 and 0 for v1 indexes SERVER-3682
Eliot Horowitz
2011-08-23
ignore op objects without valid ts fields, which can be the case with synthet...
Aaron
2011-08-23
Revert "try to fix jstests/dur/closeall.js"
Aaron
2011-08-23
safety - may prevent a possible seg fault if datafiles are corrupt not sure i...
dwight
2011-08-23
try to fix jstests/dur/closeall.js
Eliot Horowitz
2011-08-23
don't allow access to internal user when running with --auth SERVER-3666
Kristina
2011-08-22
SERVER-3555 comments
Aaron
[next]