Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | post 2.0.2-rc1 | Eliot Horowitz | 2011-11-22 | 1 | -1/+1 |
* | Merge branch 'v2.0' of github.com:mongodb/mongo into v2.0 | Eliot Horowitz | 2011-11-22 | 1 | -1/+1 |
|\ | |||||
| * | BUMP 2.0.2-rc1r2.0.2-rc1 | Eliot Horowitz | 2011-11-22 | 1 | -1/+1 |
* | | add some extra_info for windows serverStatus output | dwight | 2011-11-21 | 1 | -2/+15 |
|/ | |||||
* | post 2.0.2-rc0 | Eliot Horowitz | 2011-11-18 | 1 | -1/+1 |
* | BUMP 2.0.2-rc0r2.0.2-rc0 | Eliot Horowitz | 2011-11-17 | 1 | -1/+1 |
* | Catch DBException separate from std::exception SERVER-4137 | Mathias Stearn | 2011-10-25 | 1 | -0/+4 |
* | Merge pull request #124 from ymarkovitch/v2.0 | Eliot | 2011-10-22 | 1 | -2/+1 |
|\ | |||||
| * | Merge branch 'v2.0' of git://github.com/mongodb/mongo into v2.0 | Yakov Markovitch | 2011-10-21 | 1 | -1/+1 |
| |\ | |||||
| * | | Type qualifiers are ignored on function return type. | Yakov Markovitch | 2011-10-14 | 1 | -2/+1 |
* | | | post 2.0.1 | Eliot Horowitz | 2011-10-22 | 1 | -1/+1 |
* | | | BUMP 2.0.1r2.0.1 | Eliot Horowitz | 2011-10-21 | 1 | -1/+1 |
| |/ |/| | |||||
* | | post 2.0.1-rc1 | Eliot Horowitz | 2011-10-18 | 1 | -1/+1 |
* | | 2.0.1-rc1r2.0.1-rc1 | Eliot Horowitz | 2011-10-17 | 1 | -1/+1 |
|/ | |||||
* | make spinlocks degrade better when under high contention | Eliot Horowitz | 2011-10-13 | 1 | -1/+30 |
* | post 2.0.1-rc0 | Eliot Horowitz | 2011-10-12 | 1 | -1/+1 |
* | BUMP 2.0.1-rc0r2.0.1-rc0 | Eliot Horowitz | 2011-10-12 | 1 | -1/+1 |
* | use SpinLock for DiagStr | Eliot Horowitz | 2011-10-10 | 2 | -8/+7 |
* | don't create ShardedConnectionInfo without an id | Eliot Horowitz | 2011-10-08 | 2 | -7/+9 |
* | SERVER-3955 bug in diagstr::operator=. backport. | dwight | 2011-10-08 | 1 | -1/+1 |
* | SERVER-3955. concurrency bug in DiagStr. | dwight | 2011-10-08 | 1 | -1/+55 |
* | paranoid compiler fix | Eliot Horowitz | 2011-09-26 | 1 | -1/+1 |
* | fix numa parsing issue SERVER-3496 | Eliot Horowitz | 2011-09-26 | 1 | -1/+1 |
* | mutexDebugger only in DEBUG build | Eliot Horowitz | 2011-09-26 | 1 | -1/+1 |
* | try/catch around send in mini webserver SERVER-3907 | Eliot Horowitz | 2011-09-22 | 1 | -2/+7 |
* | RamLog toHTML missing newline SERVER-3811 | Eliot Horowitz | 2011-09-12 | 1 | -1/+1 |
* | 2.0.1 setup | Eliot Horowitz | 2011-09-12 | 1 | -1/+1 |
* | BUMP 2.0.0r2.0.0 | Eliot Horowitz | 2011-09-11 | 1 | -1/+1 |
* | fix thread name setting when using conn | Eliot Horowitz | 2011-09-09 | 1 | -0/+8 |
* | post 2.0.0-rc2 | Eliot Horowitz | 2011-09-07 | 1 | -1/+1 |
* | BUMP 2.0.0-rc2r2.0.0-rc2 | Eliot Horowitz | 2011-09-07 | 1 | -1/+1 |
* | post 2.0.0-rc1 | Eliot Horowitz | 2011-09-02 | 1 | -1/+1 |