summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-10458 sanity check before critical section that all cloned docs sentv2.0Greg Studer2013-08-121-1/+29
|
* SERVER-10478 fix batch limit check for _cloneLocs in migrationGreg Studer2013-08-123-1/+69
|
* post 2.0.9Ernie Hershey2013-04-022-2/+2
|
* BUMP 2.0.9r2.0.9Dan Pasette2013-03-293-3/+3
|
* post 2.0.9-rc1Eric Milkie2013-03-271-1/+1
|
* BUMP 2.0.9-rc1r2.0.9-rc1Eric Milkie2013-03-263-3/+3
|
* SERVER-9124: cast id to double before converting to JSBen Becker2013-03-261-3/+3
|
* BUMP 2.9.0-rc0Dan Pasette2013-03-263-3/+3
|
* SERVER-9124: Avoid raw pointers for SM's nativeHelperDan Pasette2013-03-261-38/+78
|
* post 2.0.8Dan Pasette2012-11-162-2/+2
|
* BUMP 2.0.8r2.0.8Dan Pasette2012-11-153-3/+3
|
* post 2.0.8-rc0r2.0.8-rc0Eric Milkie2012-10-261-1/+1
|
* BUMP 2.0.8-rc0Dan Pasette2012-10-253-3/+3
|
* fix for Solaris s3distEric Milkie2012-10-251-0/+2
|
* Compile when SIGPIPE is not definedTad Marshall2012-10-161-0/+2
| | | | | | | Conflicts: s/server.cpp Signed-off-by: Eric Milkie <milkie@10gen.com>
* SERVER-6397 fix backport by stopping balancer without helperDan Pasette2012-10-161-1/+2
|
* Ignore SIGPIPE on mongos. SERVER-6509 SERVER-6513Spencer T Brody2012-10-151-0/+1
| | | | | | | | Was already ignoring on mongod, this just duplicated that behavior for mongos. Conflicts: s/server.cpp
* SERVER-6647 Potential out of bounds access in ReplicaSetMonitorDan Pasette2012-10-151-1/+4
| | | | Backport of commit f86f60afe1ee1af619662002e8640cf6555aef02
* Make C++ driver call GLE after storing gridFS chunks, before calling ↵Spencer T Brody2012-10-151-0/+6
| | | | | | filemd5. SERVER-6742 This ensures that there are no pending writebacks from the chunks being inserted.
* SERVER-6709: Don't call ->done() on a null ptrDan Pasette2012-10-151-1/+2
| | | | Backport of git commit: bf724ef21063d3f7f9dec856ef602899b5d0ea14
* SERVER-4995: check for and link with librt on SolarisDan Crosta2012-10-151-0/+1
|
* SERVER-6397 buildbot sync2.js turn off balancer before doing manual chunk movesgregs2012-10-151-0/+2
|
* fix for SERVER-6463 slightly betterEliot Horowitz2012-10-131-7/+0
|
* backport of 8e42151eccd3766bd0ad0320340d930ad0cc54ed for SERVER-6463Eliot Horowitz2012-10-121-1/+8
|
* SERVER-6878 Clean distinct3.js and make evalb.js more robust.Aaron2012-09-122-11/+41
| | | | | | Conflicts: jstests/evalb.js
* post 2.0.7Dan Pasette2012-08-082-2/+2
|
* BUMP 2.0.7r2.0.7Dan Pasette2012-08-073-3/+3
|
* forgot the trailing hyphen; should fix buildbot.Eric Milkie2012-08-051-1/+1
|
* post 2.0.7-rc1Dan Pasette2012-08-021-1/+1
|
* BUMP 2.0.7-rc1r2.0.7-rc1Dan Pasette2012-07-293-3/+3
|
* SERVER-6391 - don't sleep if we're a reader,Eliot Horowitz2012-07-271-6/+18
| | | | | | | | and call ElapsedTracker::resetLastTime when we're done sleeping Conflicts: db/clientcursor.cpp
* SERVER-6391 - lower sleep times when yieldingEliot Horowitz2012-07-271-2/+2
|
* SERVER-6391 add resetLastTime to ElapsedTrackerEliot Horowitz2012-07-271-0/+4
|
* SERVER-6509 ignore SIGPIPE rather than printing a messageEric Milkie2012-07-271-9/+1
| | | | | | | | | | Solaris was crashing because we were using signal() instead of sigaction() to install the dummy signal handler for SIGPIPE. SIGPIPE is supressed via the socket library on other operating systems but this is not an option on Solaris. Conflicts: db/db.cpp
* SERVER-5680 fix Windows accvios due to incorrect recursive locking of MongoFilesEric Milkie2012-07-271-0/+10
| | | | | Conflicts: db/dur.cpp
* SERVER-6512 ReplicaSetMonitor::_checkConnection does not check upper bounds ↵Eric Milkie2012-07-271-1/+13
| | | | | | | for the indexes Make sure to invalidate the cached _master index whenever the _nodes structure is modified. This is a short term fix - the long term is to not use indexes at all.
* forgot the trailing hyphenEric Milkie2012-07-161-1/+1
|
* post 2.0.7-rc0Eric Milkie2012-07-151-1/+1
|
* BUMP 2.0.7-rc0r2.0.7-rc0Eric Milkie2012-07-134-3/+10
|
* SERVER-6414 - fixed posix_fadvise callEliot Horowitz2012-07-121-1/+3
|
* fix test failure on Windows: open temp file in binary modeEric Milkie2012-07-121-9/+4
|
* fix Windows compile and link, for realEric Milkie2012-07-121-4/+4
|
* windows includeEliot Horowitz2012-07-111-0/+5
|
* SERVER-6414 - windows compile part 5Eliot Horowitz2012-07-111-1/+1
|
* SERVER-6414 - windows compile part 4Eliot Horowitz2012-07-111-1/+6
|
* SERVER-6414 - windows compile part 3Eliot Horowitz2012-07-111-1/+1
|
* SERVER-6414 - windows compile part 2Eliot Horowitz2012-07-111-2/+2
|
* SERVER-6414 - windows compileEliot Horowitz2012-07-111-2/+15
|
* Windows does not have ssize_tEric Milkie2012-07-112-4/+4
|
* SERVER-6414 - use regular file io, not mmap for external sortEliot Horowitz2012-07-112-15/+65
| | | | | | | Conflicts: db/extsort.cpp db/extsort.h