summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* on a missing object, thats ok as a delete may occur laterKristina2011-10-052-16/+19
* continuation of initial sync fixKristina2011-10-051-6/+18
* fix a possible issue with initial sync with replication when updates are in f...Kristina2011-10-055-22/+91
* SERVER-3529: Sharded map reduce using merge stalls recreating indexes on the ...agirbal2011-08-291-1/+1
* only allow internal user with --keyFile option SERVER-3666Kristina2011-08-233-0/+7
* fix assertEliot Horowitz2011-08-171-1/+3
* better handling of new index versions SERVER-3589Eliot Horowitz2011-08-174-0/+18
* If user sets a smaller stack size than our default we should use it SERVER-2707Mathias Stearn2011-08-121-3/+12
* Add 4MB stack size code to mongod SERVER-2707Mathias Stearn2011-08-121-0/+21
* SERVER-3526: when a collection is renamed, its counters are kept in map, whic...agirbal2011-08-044-1/+16
* backport of SERVER-3447Eliot Horowitz2011-08-041-2/+1
* make chunk cleanup less impactful on FROM SERVER-3524Eliot Horowitz2011-08-031-1/+1
* Revert "use tailing queries for initial sync"Eliot Horowitz2011-07-261-1/+8
* use tailing queries for initial syncKristina2011-07-251-8/+1
* recheck ok() - fix for the fix SERVER-3428gregs2011-07-141-3/+3
* don't advance iterator if empty/at end for geo cursor SERVER-3428gregs2011-07-141-1/+8
* Revert "fix active in curop"Eliot Horowitz2011-07-071-1/+1
* fix active in curopEliot Horowitz2011-07-071-1/+1
* SERVER-3386 start command timers at right locationEliot Horowitz2011-07-071-1/+3
* don't wassert for too much data written uncommited since it propogates via GLEEliot Horowitz2011-06-301-2/+3
* add nojournal option to 1.8Eliot Horowitz2011-06-291-0/+4
* dont log too much when DR102 error happensEliot Horowitz2011-06-131-2/+11
* maxconns for mongosEliot Horowitz2011-06-062-13/+15
* fix remove broadcast checkEliot Horowitz2011-05-131-1/+1
* fix multi-shard writeback contentionEliot Horowitz2011-05-111-1/+3
* nicer debugging messageEliot Horowitz2011-05-111-1/+2
* fix compile backport of a replSetGetStatus concurrency fixDwight2011-05-101-0/+2
* backport of a replSetGetStatus concurrency fixDwight2011-05-104-6/+6
* allow {j:true} in getLastError. this indicates wait for journaling. but it ...Dwight2011-05-071-4/+15
* fix error message SERVER-2800Mathias Stearn2011-05-031-1/+1
* One more gcc 4.6 fixMathias Stearn2011-05-021-2/+0
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-05-024-5/+2
* fix m/r handling of undefined SERVER-2861Eliot Horowitz2011-04-281-1/+12
* authenticate rs manager thread SERVER-2919Kristina2011-04-281-0/+3
* only add covered matcher manually if a matcher does not exist SERVER-1742gregs2011-04-204-2/+12
* do not demote primary if a secondary restarts SERVER-2550Kristina2011-04-141-0/+6
* remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-312-137/+16
* 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
* 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
* SERVER-2737 commitIfNeeded() in cappedTruncateAfter()Aaron2011-03-241-0/+1
* SERVER-2810 check for dropped explain cursor before accessing soAaron2011-03-241-1/+1
* 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-223-8/+8
* allow 1 or true for rs config options SERVER-2714Kristina2011-03-181-3/+3
* SERVER-2662 don't attempt to yield a query after an earlier yield fails and d...Aaron2011-03-181-6/+14
* SERVER-2791 use write intent when setting initial bucketAaron2011-03-171-1/+1