summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* SERVER-6311 do not crash if FlushFileBuffers failsEric Milkie2012-07-111-1/+0
| | | | | Unclear what it means if it fails. It should not matter with regard to data integrity; the critical call is FlushViewOfFile.
* SERVER-6372 fassert does not exist in 2.0Eric Milkie2012-07-101-2/+2
|
* SERVER-5920 buildbot bad_config_load.js also check for socket exceptions in testGreg Studer2012-07-091-1/+4
| | | | Signed-off-by: Eric Milkie <milkie@10gen.com>
* SERVER-6311 abort if FlushViewOfFile takes longer than 15 minutesEric Milkie2012-07-091-3/+5
| | | | | | | This avoids data corruption on Windows; the previous behavior gave up after 60 seconds and then blindly continued. Signed-off-by: Eric Milkie <milkie@10gen.com>
* SERVER-5594 memory corruption in sharding/auth1.js V8 builderRandolph Tan2012-07-091-1/+1
| | | | Signed-off-by: Eric Milkie <milkie@10gen.com>
* SERVER-6359 mongoexport now outputs full strings in CSV modeJosh Price2012-07-091-1/+1
| | | | | | See discussion here: https://groups.google.com/forum/?fromgroups#!topic/mongodb-user/ngu9U1lKMfk Signed-off-by: Eric Milkie <milkie@10gen.com>
* SERVER-6305 command-line option to turn off auto-splitting on particular ↵Greg Studer2012-07-065-1/+54
| | | | mongoses
* fix Windows compileEric Milkie2012-07-051-31/+27
|
* SERVER-4907 Backport query plan hinting when oplog entries are applied.Aaron2012-07-047-13/+170
|
* SERVER-4992 Disable dropDatabase command on configSiddharth Singh2012-07-033-0/+48
| | | | | | | i) Diallow completely via mongos ii) And partially if mongod started with --configsvr Signed-off-by: Eric Milkie <milkie@10gen.com>