summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/jsobjtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-19/+4
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-2/+3
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-0/+11
* SERVER-14482 Add add missing appendX methods to BSONArrayBuilderTyler Brock2014-07-161-16/+17
* SERVER-14524 move jsobj.cpp components into proper filesEric Milkie2014-07-141-0/+87
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-14482 Add ability to append RegEx into BSONArrayBuilderTyler Brock2014-07-081-1/+9
* SERVER-14376 Remove mongoutils::checksum, which was only called in one test.Andy Schwerin2014-06-271-10/+0
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-011-1/+1
* SERVER-12737 Clean up includes of jsobjmanipulator.hAndrew Morrow2014-02-141-1/+0
* remove dead codeEliot Horowitz2014-01-091-45/+0
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-301-1/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11135 fixed appendNumber(long long) and appendIntOrLL to handle std::n...Benety Goh2013-10-211-2/+2
* SERVER-10251 Make OID date/time accessor test deterministicAndrew Morrow2013-09-121-16/+4
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-9/+10
* Don't truncate strings at NUL byte in BSONElement::String()Mathias Stearn2013-07-241-0/+14
* SERVER-7557: fix okForStorageScott Hernandez2013-07-231-7/+64
* SERVER-10110 Fix flakiness in TimeTBuilder jsobj testAndrew Morrow2013-07-111-3/+3
* SERVER-9713 Rewrite BSONObj::getFieldDotted to accept StringDataJason Rassi2013-05-201-0/+10
* SERVER-9538 Only update BufBuilder's len if successfully grewMathias Stearn2013-05-031-0/+22
* SERVER-7772 repl_startEric Milkie2013-03-111-1/+0
* SERVER-4948 Reinstate bson validation fuzz tests.aaron2012-12-281-42/+0
* Enhancements to BSONObjBuilder family of classes' stream APIMathias Stearn2012-12-101-0/+83
* SERVER-7172 Added comparison support in StringData.Alberto Lerner2012-11-151-24/+0
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-111-1/+0
* SERVER-3067 Move old external sort tests from jsobjtests.cpp to extsorttests.cppAaron2012-11-081-233/+0
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-29/+31
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-2001 change shard key validation to allow hashed shard keysKevin Matulef2012-10-101-0/+5
* Moved BSONField to its own module.Alberto Lerner2012-09-251-28/+0
* 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
|/