summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 1.8.2-rc0r1.8.2-rc0Eliot Horowitz2011-05-034-3/+9
|
* ping config server even if not doing balancing round SERVER-3015Eliot Horowitz2011-05-031-8/+9
|
* Make mongodump --oplog work with auth SERVER-2850Mathias Stearn2011-05-031-0/+2
|
* fix error message SERVER-2800Mathias Stearn2011-05-031-1/+1
|
* C++ driver now supports 1.8 M/R options SERVER-2893Mathias Stearn2011-05-033-6/+42
|
* check slave status before chunk migrate commit starts SERVER-2974Eliot Horowitz2011-05-031-8/+36
| | | | | | Conflicts: s/d_migrate.cpp
* fix socket time SERVER-3014Eliot Horowitz2011-05-021-24/+21
|
* One more gcc 4.6 fixMathias Stearn2011-05-021-2/+0
|
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-05-028-12/+6
|
* fix m/r handling of undefined SERVER-2861Eliot Horowitz2011-04-282-1/+34
|
* authenticate rs manager thread SERVER-2919Kristina2011-04-282-0/+15
|
* don't force a check on _id for sharding as it has to be thereEliot Horowitz2011-04-262-0/+13
| | | | yield for longer ones SERVER-3004
* Wait 300s for server shutdown in deb initscripts. SERVER-2041, maybe.Richard Kreuter2011-04-252-0/+3
| | | | | | Re: SERVER-2041, I can't reproduce the behavior the user reports, but it could be a timing issue where the running mongod hasn't finished shutting down before the next mongod tries to start.
* only add covered matcher manually if a matcher does not exist SERVER-1742gregs2011-04-204-2/+12
|
* Print warning when running on NUMA box w/o running numactl --interleaveEliot Horowitz2011-04-201-0/+34
| | | | | | Conflicts: util/version.cpp
* don't use ShardConnection for getMore SERVER-2961Eliot Horowitz2011-04-191-1/+1
| | | | test forthcoming
* don't call _reload_inlock while not lockedMathias Stearn2011-04-191-1/+1
|
* fix catchEliot Horowitz2011-04-151-1/+1
|
* do not demote primary if a secondary restarts SERVER-2550Kristina2011-04-142-4/+7
|
* more verbose logging on multiple retriesEliot Horowitz2011-04-121-2/+4
|
* flushRouterConfig to force a mongos config reload SERVER-2666Eliot Horowitz2011-04-114-0/+53
|
* better error handling in loading system.js.Eliot Horowitz2011-04-111-2/+2
|
* fix staticShardInfo to be thread safe SERVER-2929Eliot Horowitz2011-04-111-39/+57
|
* post 1.8.1Eliot Horowitz2011-04-062-2/+2
|
* BUMP 1.8.1r1.8.1Eliot Horowitz2011-04-064-3/+9
|
* post 1.8.1-rc1Eliot Horowitz2011-04-012-2/+2
|
* BUMP 1.8.1-rc1r1.8.1-rc1Eliot Horowitz2011-03-314-3/+9
|
* fix 1.8 compile backportEliot Horowitz2011-03-311-2/+2
|
* remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-3112-265/+89
|
* Cleanup connection when getlasterror failsgreg2011-03-311-2/+30
|
* fix callback for not master errors on replica set connections and make ↵Eliot Horowitz2011-03-312-6/+18
| | | | background thread more reliable SERVER-2868
* safer not master checkEliot Horowitz2011-03-311-4/+5
|
* more custom backport of SERVER-2854Eliot Horowitz2011-03-311-1/+1
|
* custom backport of SERVER-2854Eliot Horowitz2011-03-301-1/+3
|
* missing commitIfNeeded for dropDups SERVER-2815Mathias Stearn2011-03-301-1/+3
|
* Missing commitIfNeeded in background index build SERVER-2853Eliot Horowitz2011-03-301-0/+2
|
* better error messageEliot Horowitz2011-03-301-1/+1
|
* better errmsg for setShardVersion failureEliot Horowitz2011-03-301-3/+4
|
* post 1.8.1-rc0Eliot Horowitz2011-03-252-2/+2
|
* SERVER-2808 try to compile non appler1.8.1-rc0Aaron2011-03-241-1/+2
|
* SERVER-2808 print address information when available for signalsAaron2011-03-241-3/+23
|
* BUMP 1.8.1-rc0Eliot Horowitz2011-03-244-3/+9
|
* visaul studioEliot Horowitz2011-03-241-2/+2
|
* SERVER-2737 commitIfNeeded() in cappedTruncateAfter()Aaron2011-03-242-0/+51
|
* SERVER-2810 check for dropped explain cursor before accessing soAaron2011-03-242-1/+18
|
* SERVER-2809 update _nscanned with proper value, now that it may be returnedAaron2011-03-221-1/+1
|
* SERVER-2809 don't read cursor's nscanned if failed yield invalidated the cursorAaron2011-03-224-8/+26
|
* SERVER-2797 fix BTreeCursor handling and ensure chunks aren't over sizedEliot Horowitz2011-03-193-6/+10
|
* allow 1 or true for rs config options SERVER-2714Kristina2011-03-182-3/+20
|
* support boost 1.46 SERVER-2324 181?Mathias Stearn2011-03-181-0/+1
|