summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9072 slightly cleanup removeRange, put new cloning logic out of shardi...Greg Studer2013-04-031-0/+2
* SERVER-8936 use proper macro name for SolarisEric Milkie2013-03-141-1/+1
* SERVER-8936 Do not test parsing hexadecimal floating point on Solaris; not su...Andy Schwerin2013-03-141-2/+2
* SERVER-8936 Improved Windows support of parseNumberFromString<double>().Andy Schwerin2013-03-123-7/+57
* SERVER-8936 Temporarily disable parse_number_test unit test.Andy Schwerin2013-03-111-3/+3
* SERVER-8936 Fix parse_number_test on RHEL5 32-bit and Windows.Andy Schwerin2013-03-111-5/+6
* Add StringData::rfind(char) const method.Andy Schwerin2013-03-113-0/+29
* Implement parseNumberFromStringWithBase<double>().Andy Schwerin2013-03-112-0/+95
* SERVER-8897 Don't use non-portable variadic comma elisionAndrew Morrow2013-03-085-48/+51
* SERVER-8763: Add decrement to Counter64Scott Hernandez2013-03-013-1/+54
* remove Counter64.set(...) -- missed during cleanupScott Hernandez2013-01-291-3/+0
* SERVER-8203: replication metricsScott Hernandez2013-01-291-2/+13
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-162-3/+6
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-141-3/+4
* Fix StringData::substr with single argumentMathias Stearn2013-01-092-11/+39
* Fix handling of short, invalid inputs to parseNumberFromString() and its ilk.Andy Schwerin2013-01-092-20/+43
* Add startsWith and endsWith predicates to StringData.Andy Schwerin2013-01-093-1/+58
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-213-0/+89
* SERVER-7646 - track how many docs TTL deletesEliot Horowitz2012-12-191-1/+2
* add Status::toStringEliot Horowitz2012-12-192-0/+12
* SERVER-7091 When available, include authenticated user information in log mes...Andy Schwerin2012-12-181-1/+1
* SERVER-7769 - fast bson validateEliot Horowitz2012-12-181-0/+2
* SERVER-7886 - remove StringData::__dataEliot Horowitz2012-12-121-3/+0
* Use '#pragma warning' to suppress an MSVC warningTad Marshall2012-12-121-0/+6
* SERVER-6399 Fixed wrong comment.Alberto Lerner2012-12-111-1/+1
* SERVER-6399 Made is easy to copy string data's.Alberto Lerner2012-12-111-1/+1
* SERVER-6399 Allowed creation of empty string data's.Alberto Lerner2012-12-112-5/+20
* SERVER-7886 - remove StringData::data()Eliot Horowitz2012-12-101-2/+1
* SERVER-7866 - use StringData's correct methods and substrEliot Horowitz2012-12-103-21/+7
* SERVER-7886 - more methods on StringData to match std::stringEliot Horowitz2012-12-103-17/+180
* Fix parseNumberFromStringWithBase to compile on Solaris.Andy Schwerin2012-12-071-2/+2
* Implement parseNumberFromString directly, rather than through strtol, and sup...Andy Schwerin2012-12-073-111/+218
* SERVER-939 minor fixes to test cases for new type_ parsingGreg Studer2012-12-031-4/+4
* SERVER-939 enhance owned pointer vector and add owned pointer mapGreg Studer2012-12-032-1/+74
* Add stream out for StringData so it works in unit test assertsAndrew Morrow2012-12-033-1/+31
* operator[] on StringData for getting a charEliot Horowitz2012-11-271-0/+1
* SERVER-7602 Fix licenses for auto-generated filesSpencer T Brody2012-11-271-0/+28
* Fixed toString() to account for lazy _space evaluation.Alberto Lerner2012-11-181-1/+1
* Switch from StringData::toStdString to toStringMathias Stearn2012-11-181-1/+0
* Rewrite Document and Value classesMathias Stearn2012-11-161-0/+1
* SERVER-7172 Added comparison support in StringData.Alberto Lerner2012-11-153-29/+194
* Client and common support for SASL authentication.Andy Schwerin2012-11-081-2/+6
* Add missing ostream headerAndrew Morrow2012-11-081-0/+2
* Move ASSERT_OK macro into mongo/unittest/unittest.h.Andy Schwerin2012-11-063-6/+0
* SERVER-7565 Make line endings Unix-style on WindowsTad Marshall2012-11-061-2/+2
* SERVER-7565 Fix typos and styleTad Marshall2012-11-061-4/+4
* Adding mutable bson classesPaul Pedersen2012-11-051-0/+2
* fix C++ driver compileEric Milkie2012-11-051-0/+1
* Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...Andy Schwerin2012-11-013-2/+57
* Auto-generate error_codes.{h,cpp}.Andy Schwerin2012-10-294-103/+213