summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsobjtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6367 StringData doesn't work if you feed it temporariesEric Milkie2012-07-101-7/+8
* try to make StringData test results clearerEliot Horowitz2012-07-101-3/+5
* Treat undefined as null in aggregation rather than erroring SERVER-4674Mathias Stearn2012-07-031-0/+3
* fix unreferenced local variable warningTad Marshall2012-06-291-1/+1
* SERVER-4806: add test for bufbuilder realloc growthBen Becker2012-06-281-0/+17
* remove broken implementation of killing ops if socket is goneEliot Horowitz2012-06-261-0/+29
* add OID::initSequentialEliot Horowitz2012-06-041-0/+16
* move isPrefixOf utility to BSONObj classKevin Matulef2012-06-031-0/+26
* fix isnan; call internal function isNaN instead; create a new float_utils.h h...Eric Milkie2012-05-091-0/+1
* get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-1/+1
* SERVER-5127 Limit recursion depthSiddharth Singh2012-04-131-0/+52
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-18/+18
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-2/+57
|\
| * SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-2/+57
* | SERVER-4328 use a mutex of its own for OpTime::now. we stay in the mutex for ...Dwight2012-02-281-2/+2
|/
* SERVER-4948 disable jsobj fuzz testsAaron2012-02-121-0/+3
* don't add tests to suite multiple timesAaron2012-02-121-2/+0
* SERVER-3719 specify correct jira numberAaron2012-02-121-5/+5
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+2208