summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 2.2.1-rc1r2.2.1-rc1r2.1.1-rc1Eric Milkie2012-10-191-1/+1
* SERVER-7376 make migration not wait for deletes, no change to default delete ...Greg Studer2012-10-181-3/+12
* Revert "SERVER-7376 make all migration cleanup async unless explicitly specif...Greg Studer2012-10-187-95/+33
* SERVER-7376 make all migration cleanup async unless explicitly specified othe...Greg Studer2012-10-177-33/+95
* SERVER-7186 Fixed addToSet logging for an element that exists and is not at t...Alberto Lerner2012-10-172-6/+10
* SERVER-7376 better logging in moveChunk, don't swallow error reported to mongosgregs2012-10-171-3/+12
* SERVER-7376 more logging around removeRangegregs2012-10-171-1/+9
* SERVER-4781 Fix style issues.Alberto Lerner2012-10-163-19/+30
* SERVER-7371 Fix same corner case as the last one, but now when applied to sec...Alberto Lerner2012-10-162-1/+30
* SERVER-7371 Remove old comment.Alberto Lerner2012-10-161-1/+0
* SERVER-7371 Fix corner case where an update mod is applied twice.Alberto Lerner2012-10-162-1/+23
* SERVER-4781 If in initial replication, allow a non-strict mod applying policy.Alberto Lerner2012-10-157-30/+129
* SERVER-6925 use the size of the queue in bytes rather than number of objects ...Eric Milkie2012-10-121-1/+1
* SERVER-7186 Fixed unittest impacted by previous commit.Alberto Lerner2012-10-121-1/+1
* SERVER-7186 Fixed the case where logging addToSet would fail dollar sign veri...Alberto Lerner2012-10-122-8/+31
* SERVER-7186 Optimized logging of push and addToSet update modifiers.Alberto Lerner2012-10-124-10/+58
* SERVER-7186 Fixed the case where a no-op turned into an object replace on th...Alberto Lerner2012-10-122-8/+59
* SERVER-7186 Addressed idempotency violations in update operators.Alberto Lerner2012-10-125-103/+632
* SERVER-6671 end batch early if oplog version change is detectedEric Milkie2012-10-053-2/+43
* SERVER-6671 split lines for easier debuggingEric Milkie2012-10-042-7/+15
* SERVER-6671 add a 'v' version field to each oplog documentEric Milkie2012-10-045-30/+53
* SERVER-7199 Bump minvalid correctly when batch goes past minvalidKristina2012-10-043-16/+44
* SERVER-7199 Keep minvalid up-to-date and only write initial op onceKristina2012-10-042-26/+11
* SERVER-7199 Don't reclone docs on 2nd and 3rd oplog applicationsKristina2012-10-044-20/+43
* SERVER-7199 Replay oplog a second time before initial syncing indexesKristina2012-10-041-1/+30
* SERVER-7198 Prevent rollback in inconsistent stateKristina2012-10-031-0/+17
* SERVER-7181 fix build - assert code conflictEric Milkie2012-10-031-1/+1
* SERVER-7181 Fix error reporting in mongorestore during index buildRandolph Tan2012-10-031-5/+13
* SERVER-7238 fix power of 2 allocation with documents > 8mbEliot Horowitz2012-10-022-4/+11
* SERVER-6671 do not ignore special _id unique indexEric Milkie2012-10-024-13/+24
* SERVER-6671 ignore dups for multikey index insertions during certain replicat...Eric Milkie2012-10-021-2/+3
* SERVER-6671 add ROLLBACK to the list of states where we suppress duplicate ke...Eric Milkie2012-10-021-1/+2
* SERVER-6671 suppress unique index enforcement during STARTUP2 or RECOVERING s...Eric Milkie2012-10-026-15/+30
* SERVER-7182 Fix broken compile for mongosSpencer T Brody2012-10-021-1/+1
* SERVER-7182 Call getLastError on the correct database in mongorestoreSpencer T Brody2012-10-025-7/+50
* SERVER-7160 Full mongorestore with auth should auth only against the admin dbSpencer T Brody2012-10-022-5/+17
* SERVER-6911 don't run TTL monitor if not in a readable stateKevin Matulef2012-09-271-1/+5
* post 2.2.1-rc0r2.2.1-rc0Dan Pasette2012-09-221-1/+1
* BUMP 2.2.1-rc0Dan Pasette2012-09-191-1/+1
* SERVER-6540 fix writeback hangs when messages are too bigGreg Studer2012-09-191-2/+12
* SERVER-6993 - fix findAndModify positional operator regression with undotted ...Eliot Horowitz2012-09-181-1/+25
* SERVER-6943: fix sh.addTagRange for 3 config serversScott Hernandez2012-09-181-3/+3
* SERVER-7061 mongos can use invalid ptr to master conn when setShardVersion failsRandolph Tan2012-09-182-4/+16
* SERVER-7004: properly set buffer size for darwin's sysctlbyname()Ben Becker2012-09-181-5/+18
* SERVER-6909 fix case where update can modify document such that query doesn't...Eliot Horowitz2012-09-181-5/+15
* SERVER-6808 RecoveryJob shouldn't find MMF for each journal entryMathias Stearn2012-09-132-31/+47
* SERVER-6816 cap repl batches at 1 second or 5000 opsEric Milkie2012-09-132-8/+12
* SERVER-7003 fix migrations in the presence of active deletionsKevin Matulef2012-09-131-1/+7
* SERVER-6816 add a 5 sec time limit to replication batchesEric Milkie2012-09-122-4/+10
* SERVER-6816 cap the batch on the journal commit limitEric Milkie2012-09-122-2/+4