summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of AtomicUint::set on systems with older versions of GCC.Andy Schwerin2012-04-171-1/+1
* Follow up after codereview SERVER-5061Mathias Stearn2012-04-171-2/+4
* rename _StringBuilder to StringBuilderImpl SERVER-5061Mathias Stearn2012-04-171-18/+18
* Make StringBuilder use heap by defaultMathias Stearn2012-04-161-19/+22
* Lower maxToStringRecursionDepth to 100 SERVER-5127Mathias Stearn2012-04-161-1/+1
* SERVER-5127 Fix reversed testTad Marshall2012-04-141-1/+1
* SERVER-5127 Try to make Windows and gcc compileTad Marshall2012-04-141-1/+6
* SERVER-5127 Fix Windows compileTad Marshall2012-04-141-1/+1
* New message id in uassertSiddharth Singh2012-04-131-1/+1
* SERVER-5127 Limit recursion depthSiddharth Singh2012-04-133-7/+18
* Add stacktrace.cpp to Visual Studio projectsTad Marshall2012-04-131-8/+8
* Some fix-up of the 32-bit AtomicUint type.Andy Schwerin2012-04-121-6/+20
* Make Visual Studio disable the same warnings as sconsTad Marshall2012-04-091-8/+8
* More Visual Studio fixingTad Marshall2012-04-061-0/+8
* Fix all cases of alignment trap on ARMv7.Jani Monoses2012-04-063-3/+15
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+1
* use teh namespaceGreg Studer2012-03-291-6/+6
* SERVER-3562 movePrimary less dangerous...Greg Studer2012-03-292-0/+24
* Use signed char explicitly for BSONType()Jani Monoses2012-03-271-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-269-40/+37
* compile OS XDwight Merriman2012-03-141-1/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-1214-140/+155
|\
| * SERVER-5172 Adapt Visual Studio build to third_party/boostTad Marshall2012-03-071-16/+16
| * SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-062-7/+25
| * add a functor version of lexNumCmpAaron2012-03-061-0/+3
| * SERVER-1268: don't put "using namespace" statements in headersEric Milkie2012-03-0613-120/+114
* | SERVER-4328 compile 32 bit'Dwight2012-02-281-0/+3
* | signedAdd method for AtomicUIntDwight2012-02-161-2/+10
|/
* first cut at named traces (unused); copy ctor and assignment op for BSONObjU-tellus\cwestin2012-02-141-0/+12
* prevent windows from treating max as a macro SERVER-4367Mathias Stearn2012-02-131-1/+1
* Check limits when converting Date_t to time_t SERVER-4834Mathias Stearn2012-02-131-2/+9
* SERVER-4806: check for BufBuilder realloc success. (thx @spencerjackson for p...Ben Becker2012-02-091-1/+3
* fix 32-bit agg test and Date_tEliot Horowitz2012-01-311-1/+1
* hack for older boost versions on 32-bit platformsEliot Horowitz2012-01-252-2/+15
* change bson uassert to massert to get stack tracesEliot Horowitz2012-01-241-2/+2
* SERVER-4683 use stackbufbuilder in stringbuilder. this is a tweak and does no...dwight2012-01-142-5/+3
* SERVER-4683 the old resize code for bufbuilder was doubling but was not stayi...dwight2012-01-141-5/+3
* prep for SERVER-4608U-tellus\cwestin2012-01-061-1/+2
* SERVER-4593: Ensure mongoimport allows imports of up to 16MB in BSON size.Ben Becker2012-01-051-2/+7
* SERVER-4609 ensure correct buffer sizes for string representations of numbersEric Milkie2012-01-041-20/+29
* add support for building Win2008Plus with Visual StudioEric Milkie2011-12-281-2/+156
* fix a case where boost assert definition snuck back into the bson include hea...dwight2011-12-283-10/+19
* more include friendlydwight2011-12-273-4/+9
* use boost as little as we can in the cpp clientdwight2011-12-272-1/+2
* remove some dependencies in includes so that it is possible to include log.h ...dwight2011-12-251-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-2422-0/+5286