Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-4415: Updated dbtest to allow inf | Brandon Diamond | 2011-12-06 | 1 | -4/+0 |
| | |||||
* | Revert "remove old code for running 'test' binary with journaling enabled ↵ | Aaron | 2011-12-04 | 1 | -0/+7 |
| | | | | | | (journaling is now the default)" This reverts commit c409dd93ec121d607c177424165104749f610dfb. | ||||
* | remove old code for running 'test' binary with journaling enabled ↵ | Aaron | 2011-12-04 | 1 | -7/+0 |
| | | | | (journaling is now the default) | ||||
* | merge | dwight | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | revert dbholdermutex | dwight | 2011-12-03 | 2 | -2/+1 |
| | |||||
* | compile | dwight | 2011-12-03 | 4 | -18/+26 |
| | |||||
* | clarify name | dwight | 2011-12-03 | 9 | -16/+18 |
| | |||||
* | buildbot tojson NaN SERVER-2157 | dwight | 2011-12-03 | 1 | -2/+9 |
| | |||||
* | SERVER-3522 alternate (better) mem leak fix | Kevin Matulef | 2011-12-02 | 1 | -83/+81 |
| | |||||
* | fix test | Dwight | 2011-12-01 | 1 | -7/+10 |
| | |||||
* | SERVER-3522 fixed memory leak | Kevin Matulef | 2011-12-01 | 1 | -0/+2 |
| | |||||
* | warning compiler | Dwight | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | SERVER-4401 attempt to advance to next or clause if a cursor becomes invalid ↵ | Aaron | 2011-11-30 | 1 | -0/+92 |
| | | | | on yield recovery | ||||
* | add tests for recloning missing docs SERVER-3367 | Kristina | 2011-11-30 | 1 | -0/+42 |
| | |||||
* | redo how we handle concurrency when opening a database initially. | dwight | 2011-11-26 | 2 | -0/+4 |
| | | | | | | | | | | this was awkward at best before (very old code). however the change is pretty big and is thus worth a careful review - the main issue possible is not being locked as widely as it should be somewhere, not so much the specifics of any one line of the change. also cleaned up the Context constructors to be more readable and got rid of one completely made several Context object members const | ||||
* | vcxproj | dwight | 2011-11-23 | 1 | -5/+5 |
| | |||||
* | SERVER-4304 -- Generate .CPP files from JavaScript in Visual Studio | Tad Marshall | 2011-11-19 | 2 | -2/+18 |
| | | | | | | | | | | | | We no longer need mongo_vstudio.cpp and it is removed from the Git repository with this commit. Visual Studio 2010 will now generate its own copies of shell/mongo.cpp and shell/mongo-server.cpp. The code that creates these files closely mimics the jsToH function in SConstruct such that the resulting files are identical (quirks and all). SConstruct no longer creates shell/mongo_vstudio.cpp and Visual Studio creates and uses the same filename as SCons (shell/mongo.cpp). All projects that were using mongo_vstudio.cpp will now instead generate shell/mongo.cpp as a "Pre-Build" step. | ||||
* | preparation for having a clean collection object | Dwight | 2011-11-17 | 3 | -1/+3 |
| | |||||
* | concurrency work | dwight | 2011-11-17 | 2 | -733/+742 |
| | |||||
* | finish migration of Database::validDBName to NamespaceString::validDBName | Eliot Horowitz | 2011-11-16 | 1 | -3/+4 |
| | |||||
* | Change replset tests to use non-static applyOperation | Kristina | 2011-11-12 | 1 | -12/+11 |
| | |||||
* | dynamic naming implementation work | Dwight | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | fix runtime of test | Dwight | 2011-10-14 | 1 | -2/+2 |
| | |||||
* | make spinlocks degrade better when under high contention | Eliot Horowitz | 2011-10-13 | 1 | -2/+8 |
| | |||||
* | - SERVER-3676: JSTests::NumberLong fails | agirbal | 2011-10-06 | 1 | -1/+47 |
| | |||||
* | compareandswap perftest / minor | dwight | 2011-10-06 | 1 | -1/+16 |
| | |||||
* | towards cloud/azure | dwight | 2011-10-04 | 2 | -11/+93 |
| | |||||
* | output cleaning | dwight | 2011-10-04 | 1 | -11/+14 |
| | |||||
* | compile | Eliot Horowitz | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | dont compile mutexdebugger on release builds; compile | dwight | 2011-10-03 | 1 | -2/+4 |
| | |||||
* | rwlock refactoring | Dwight | 2011-10-03 | 2 | -12/+12 |
| | |||||
* | Merge branch 'master' of github.com:mongodb/mongo | Dwight | 2011-10-03 | 9 | -2551/+2682 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: db/btree.cpp db/db.vcxproj dbtests/test.vcxproj server.h util/concurrency/rwlock.h util/concurrency/value.h | ||||
| * | cloud cmd for custom dynamic naming beginnings | dwight | 2011-10-03 | 1 | -58/+12 |
| | | |||||
| * | add test for SERVER-3799 | Kristina | 2011-09-20 | 1 | -1/+23 |
| | | |||||
| * | elim some warnings | dwight | 2011-09-14 | 1 | -1/+1 |
| | | |||||
| * | put QueryOptimizerCursor tests in a separate file | Aaron | 2011-09-13 | 2 | -1720/+1763 |
| | | |||||
| * | more readable assertion if bestGuessCursor passed query and unindexed sort | Aaron | 2011-09-13 | 1 | -0/+8 |
| | | |||||
| * | compile | dwight | 2011-09-13 | 1 | -2/+5 |
| | | |||||
| * | more perftest | dwight | 2011-09-12 | 1 | -16/+69 |
| | | |||||
| * | perftest | dwight | 2011-09-12 | 1 | -2/+14 |
| | | |||||
| * | fix Timer change, prev commit wasnt quite right | dwight | 2011-09-12 | 1 | -1/+1 |
| | | |||||
| * | timer class was slow on windows; fixed. | dwight | 2011-09-12 | 1 | -2/+2 |
| | | |||||
| * | perftests addition and pstats fix therein | dwight | 2011-09-12 | 1 | -2/+18 |
| | | |||||
| * | clean up perftest | dwight | 2011-09-12 | 1 | -36/+1 |
| | | |||||
| * | two step key addition to indexes | dwight | 2011-09-12 | 2 | -1/+22 |
| | | |||||
| * | make test more reliable | Eliot Horowitz | 2011-09-09 | 1 | -1/+1 |
| | | |||||
| * | SERVER-3760 fix memcmp to now potentially go to far on one of the input arrays. | dwight | 2011-09-06 | 1 | -0/+34 |
| | | | | | | | | | | in addition fix a case where compare order of bindata types, when subtype and len, were in consistent with BSONObj's compare. this ordering is somewhat arbitrary but must be consistent. | ||||
* | | rwlock refactoring | Dwight | 2011-09-26 | 1 | -5/+5 |
| | | |||||
* | | SERVER-3717 related test | Dwight | 2011-09-06 | 1 | -0/+26 |
| | | |||||
* | | Merge branch 'master' of github.com:mongodb/mongo | Dwight | 2011-08-29 | 4 | -861/+799 |
|\ \ | |/ | | | | | | | | | Conflicts: db/db.vcxproj dbtests/test.vcxproj |