summaryrefslogtreecommitdiff
path: root/dbtests/basictests.cpp
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-98/+98
* don't allow empty collection names SERVER-2314Eliot Horowitz2010-12-301-0/+10
* don't use path for RelativePath, just use string so boost isn't loaded at sta...Eliot Horowitz2010-12-191-0/+18
* != operator for HostAndPortEliot Horowitz2010-12-181-0/+17
* compileAlberto Lerner2010-12-141-2/+2
* str::count functionEliot Horowitz2010-12-141-0/+12
* readability of codeDwight2010-10-061-3/+3
* Database::ownsNSEliot Horowitz2010-09-221-0/+19
* don't use exception on BlockingQueue timed popEliot Horowitz2010-09-131-5/+2
* elikm warningDwight2010-09-131-1/+1
* BlockQueue pop with timeout - prep for SERVER-1725Eliot Horowitz2010-09-131-0/+17
* more tests for SERVER-1347Kristina Chodorow2010-08-261-0/+28
* fix lexNumCmp with magic end of markerEliot Horowitz2010-08-251-1/+8
* Thread sleep doesn't give any upper bound guarantee (test failed sporadicaly).Alberto Lerner2010-08-101-1/+1
* test robustnessEliot Horowitz2010-08-031-1/+1
* Fix buildAlberto Lerner2010-07-191-1/+1
* make check for $ fasterEliot Horowitz2010-06-091-0/+4
* isValidUTF8 functionMathias Stearn2010-06-031-0/+34
* some text utilitiesEliot Horowitz2010-05-261-0/+19
* compile vs2010 where shared_ptr is ambiguousDwight2010-05-201-4/+4
* Fix ptr and add testsMathias Stearn2010-05-191-0/+44
* check for bad db names and don't segfault SERVER-1132Eliot Horowitz2010-05-181-4/+12
* micro sleep isn't very accurateEliot Horowitz2010-04-271-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-04-271-7/+7
|\
| * only test sleepmicros on linuxEliot Horowitz2010-04-271-7/+7
* | stdafx->pchDwight2010-04-271-1/+1
|/
* tests for sleepmicrosEliot Horowitz2010-04-271-11/+33
* towards 3Dwight Merriman2010-04-241-2/+7
* make test much more lenient for winEliot Horowitz2010-03-271-1/+1
* debugging for winEliot Horowitz2010-03-271-2/+8
* relax testEliot Horowitz2010-03-261-2/+2
* fix sleepmicrosEliot Horowitz2010-03-261-0/+10
* fix array numberic sort order SERVER-833Eliot Horowitz2010-03-261-1/+4
* SERVER-652 more complete testAaron2010-03-031-0/+2
* SERVER-652 simplify field name upper limit check, guard against setting strin...Aaron2010-03-021-0/+5
* SERVER-652 process array elements in correct orderAaron2010-03-021-0/+33
* some missing operatorsEliot Horowitz2010-02-261-0/+24
* use re-usable fast array for sorting in memoryEliot Horowitz2010-02-201-0/+25
* test/check since i want to be able to rely on this assert behaviorEliot Horowitz2010-01-161-0/+25
* use nanosleep on *nix rather than boost, trying to fix os x issue SERVER-539Eliot Horowitz2010-01-141-0/+23
* 32-bit fixEliot Horowitz2009-12-291-1/+1
* first checking of simple/fast resettable StringBuilderEliot Horowitz2009-12-291-0/+77
* cast len to size_t to remove compiler warningMathias Stearn2009-10-151-1/+1
* make lasterror threadsafeDwight2009-10-121-3/+4
* fix base64 issueEliot Horowitz2009-10-011-0/+36
* base64 decodeEliot Horowitz2009-09-301-2/+16
* simple base64::encodeEliot Horowitz2009-09-301-0/+14
* win pre-compild headersunknown2009-09-301-1/+1
* new unit test frameworkEliot Horowitz2009-09-171-5/+5
* reset shared database after each test suite MINORAaron2009-05-121-1/+1