summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't grow a document on $pull/$pullAll. SERVER-6047Richard Kreuter2012-07-021-0/+8
* fix unreferenced local variable warningTad Marshall2012-06-291-1/+1
* SERVER-6244 behave better when non-Unicode font used with shellTad Marshall2012-06-291-0/+17
* fix uassert numbersMatt Dannenberg2012-06-291-1/+1
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-2926-39/+39
* SERVER-6147 fix aggro $ne to behave with constantsMatt Dannenberg2012-06-291-2/+3
* SERVER-6143 change verify to uassert on bad aggro date valueMatt Dannenberg2012-06-291-4/+1
* SERVER-6127 remove uassert from aggro pathparsingMatt Dannenberg2012-06-291-7/+2
* SERVER-6122 stop aggro from copying results thirceMatt Dannenberg2012-06-291-6/+6
* Convert to unix line endingsMathias Stearn2012-06-2939-7868/+7868
* SERVER-6204 fix inefficiency in pullAllKevin Matulef2012-06-291-15/+21
* SERVER-6178 catch dbexceptions not socket exceptions during startup consisten...Greg Studer2012-06-281-1/+5
* SERVER-6228 treat inserts into .system.indexes as commandsEric Milkie2012-06-281-1/+4
* New document structure for docgenSiddharth Singh2012-06-283-44/+62
* SERVER-4806: add test for bufbuilder realloc growthBen Becker2012-06-281-0/+17
* SERVER-6229 - remove alarming info msg 'journal _rotate called inside dbMutex'Dan Pasette2012-06-271-3/+0
* fix spamEliot Horowitz2012-06-271-1/+0
* Added fixtures to new unit test framework.Alberto Lerner2012-06-274-7/+140
* SERVER-6201 - catch DBException in background tll processEliot Horowitz2012-06-261-1/+6
* SERVER-6201 - don't uassert for invalid ttl setup in threadEliot Horowitz2012-06-261-1/+4
* remove broken implementation of killing ops if socket is goneEliot Horowitz2012-06-269-57/+31
* SREVER-6208 - fix segfault in ttl if collection is droppedEliot Horowitz2012-06-261-0/+4
* post 2.1.2Eliot Horowitz2012-06-261-1/+1
* BUMP 2.1.2r2.1.2Eliot Horowitz2012-06-261-1/+1
* fix linux warningEliot Horowitz2012-06-241-2/+2
* use fewer background repl threads on 32-bit systemsEliot Horowitz2012-06-242-2/+11
* added MONGO_PLATFORM_(32|64) to make it easier to change behavior at compile ...Eliot Horowitz2012-06-243-0/+64
* fix exception catchEliot Horowitz2012-06-241-1/+1
* initialize variable to avoid Windows assertion errorEric Milkie2012-06-221-1/+1
* SERVER-5685 don't block for 1 second in peek() callsEric Milkie2012-06-221-3/+0
* move memory leak stats into clientcursormonEric Milkie2012-06-222-17/+23
* Make create and $eval commands on mongos go through standard command codepathSpencer T Brody2012-06-222-7/+31
* SERVER-6164 fix connection logging for mongosEliot Horowitz2012-06-211-1/+6
* Chunk Migrate - PageFaultRetryableSection for migrate insertionEliot Horowitz2012-06-211-2/+12
* Chunk Migrate - write lock per index when creating indexesEliot Horowitz2012-06-211-7/+10
* Dont leak connections from the pools when there is an exception. SERVER-6133Spencer T Brody2012-06-211-3/+17
* SERVER-6155 sort1.js need to catch both Send and RecvStaleConfigException in ...Greg Studer2012-06-211-1/+1
* SERVER-6116 disable versioning of M/R counts with versionOk blockGreg Studer2012-06-211-7/+32
* buildbot SERVER-6160: make using real hostname the default for replica set te...Spencer T Brody2012-06-211-1/+1
* Make useHostName work properly in ReplicaSetTestSpencer T Brody2012-06-211-1/+1
* Revert "Use client's authentication credentials for addShard command."Spencer T Brody2012-06-201-1/+1
* Assert that addshard runs successfully when setting up ShardingTestSpencer T Brody2012-06-201-0/+1
* cpSpencer T Brody2012-06-201-1/+1
* Always use internal credetials when connecting to the config servers. SERVER-...Spencer T Brody2012-06-2015-38/+87
* commentDwight2012-06-202-5/+6
* Use client's authentication credentials for addShard command.Spencer T Brody2012-06-201-1/+1
* SERVER-6132 makeChunkWritable abort on failure (Windows)Tad Marshall2012-06-201-6/+15
* Add explicit auth check in mongos to commands that dont pass the command on t...Spencer T Brody2012-06-201-0/+40
* Add counters for replication queueKristina2012-06-203-1/+36
* SERVER-5685 do auth correctly for oplog applyingEric Milkie2012-06-201-3/+10