Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUMP 2.0.7-rc1r2.0.7-rc1 | Dan Pasette | 2012-07-29 | 1 | -1/+1 |
* | SERVER-6391 add resetLastTime to ElapsedTracker | Eliot Horowitz | 2012-07-27 | 1 | -0/+4 |
* | forgot the trailing hyphen | Eric Milkie | 2012-07-16 | 1 | -1/+1 |
* | post 2.0.7-rc0 | Eric Milkie | 2012-07-15 | 1 | -1/+1 |
* | BUMP 2.0.7-rc0r2.0.7-rc0 | Eric Milkie | 2012-07-13 | 1 | -1/+1 |
* | SERVER-6311 do not crash if FlushFileBuffers fails | Eric Milkie | 2012-07-11 | 1 | -1/+0 |
* | SERVER-6372 fassert does not exist in 2.0 | Eric Milkie | 2012-07-10 | 1 | -2/+2 |
* | SERVER-6311 abort if FlushViewOfFile takes longer than 15 minutes | Eric Milkie | 2012-07-09 | 1 | -3/+5 |
* | SERVER-3969 handle spaces in passwords at the "Enter password:" prompt | Tad Marshall | 2012-06-22 | 1 | -3/+2 |
* | SERVER-3097 -- "mongod --install" uses wrong image path depending on CWD | Tad Marshall | 2012-06-22 | 1 | -8/+3 |
* | SERVER-5663, SERVER-2942 MapViewOfFileEx backport | Tad Marshall | 2012-06-20 | 2 | -29/+68 |
* | SERVER-2833 -- shut down cleanly on OS or Service Controller shutdown event | Tad Marshall | 2012-06-10 | 1 | -4/+16 |
* | post 2.0.6 | Eric Milkie | 2012-06-04 | 1 | -1/+1 |
* | BUMP 2.0.6r2.0.6 | Eric Milkie | 2012-06-04 | 1 | -1/+1 |
* | post 2.0.6-rc0 | Andy Schwerin | 2012-05-23 | 1 | -1/+1 |
* | BUMP 2.0.6-rc0r2.0.6-rc0 | Eric Milkie | 2012-05-22 | 1 | -1/+1 |
* | backport - fix handling of socket timeouts on Windows SERVER-4758 | Eric Milkie | 2012-05-16 | 1 | -13/+13 |
* | post 2.0.5 | Andy Schwerin | 2012-05-09 | 1 | -1/+1 |
* | BUMP 2.0.5r2.0.5 | Andy Schwerin | 2012-05-08 | 1 | -1/+1 |
* | post 2.0.5-rc1 | Andy Schwerin | 2012-05-03 | 1 | -1/+1 |
* | BUMP 2.0.5-rc1r2.0.5-rc1 | Andy Schwerin | 2012-05-03 | 1 | -1/+1 |
* | post 2.0.5-rc0 | Eliot Horowitz | 2012-04-26 | 1 | -1/+1 |
* | BUMP 2.0.5-rc0r2.0.5-rc0 | Andy Schwerin | 2012-04-25 | 1 | -1/+1 |
* | SERVER-5348 backport C++ driver macro redefinition isolation | Eric Milkie | 2012-04-18 | 2 | -11/+0 |
* | SERVER-1163 Retry calls to FlushViewOfFile on error 33 | Tad Marshall | 2012-04-18 | 1 | -5/+32 |
* | SERVER-5449: It's not an error for the write() syscall to return a non-negati... | Andy Schwerin | 2012-04-17 | 1 | -12/+21 |
* | post 2.0.4 | Eliot Horowitz | 2012-03-19 | 1 | -1/+1 |
* | BUMP 2.0.4r2.0.4 | Eliot Horowitz | 2012-03-19 | 1 | -1/+1 |
* | post 2.0.4-rc1 | Eliot Horowitz | 2012-03-12 | 1 | -1/+1 |
* | BUMP 2.0.4-rc1 | Eliot Horowitz | 2012-03-12 | 1 | -1/+1 |
* | need to have waitable ticket holder, actually wait for ticket for config server | Greg Studer | 2012-03-08 | 1 | -16/+39 |
* | post 2.0.4-rc0 | Eliot Horowitz | 2012-03-08 | 1 | -1/+1 |
* | BUMP 2.0.4-rc0r2.0.4-rc0 | Eliot Horowitz | 2012-03-06 | 1 | -1/+1 |
* | post 2.0.3 | Eliot Horowitz | 2012-02-27 | 1 | -1/+1 |
* | BUMP 2.0.3r2.0.3 | Eliot Horowitz | 2012-02-26 | 1 | -1/+1 |
* | post 2.0.3-rc1 | Eliot Horowitz | 2012-02-18 | 1 | -1/+1 |
* | BUMP 2.0.3-rc1r2.0.3-rc1 | Eliot Horowitz | 2012-02-17 | 1 | -1/+1 |
* | post 2.0.3-rc0 | Dan Crosta | 2012-02-07 | 1 | -1/+1 |
* | BUMP 2.0.3-rc0r2.0.3-rc0 | Eliot Horowitz | 2012-02-06 | 1 | -1/+1 |
* | fix ssl mem leak | Eliot Horowitz | 2012-01-26 | 2 | -9/+14 |
* | avoid "unused local variable" warnings from g++ | Eric Milkie | 2012-01-24 | 1 | -2/+7 |
* | adding new scopeguard utility classes/macro | Eric Milkie | 2012-01-24 | 1 | -0/+427 |
* | ifix concurrency api when using openssl SERVER-4749 | Eliot Horowitz | 2012-01-24 | 1 | -0/+64 |
* | SERVER-2612 -- support logRotate under windows | Tad Marshall | 2011-12-22 | 1 | -25/+41 |
* | use fadvise(dontneed) for log file SERVER-3380 | Mathias Stearn | 2011-12-22 | 2 | -0/+11 |
* | post 2.0.2 | Eliot Horowitz | 2011-12-14 | 1 | -1/+1 |
* | BUMP 2.0.2r2.0.2 | Eliot Horowitz | 2011-12-14 | 1 | -1/+1 |
* | post 2.0.2-rc2 | Eliot Horowitz | 2011-12-08 | 1 | -1/+1 |
* | BUMP 2.0.2-rc2r2.0.2-rc2 | Eliot Horowitz | 2011-12-07 | 1 | -1/+1 |
* | Fix MessagingPort to register all ports in global list | Kristina | 2011-12-01 | 1 | -0/+1 |