summaryrefslogtreecommitdiff
path: root/src/mongo/base
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-7175 Support for catching conflicting mods in the update driver.Alberto Lerner2013-07-051-0/+1
* SERVER-10074 RotatableFileWriter type, introduce logger module.Andy Schwerin2013-07-031-0/+3
* add multipoint/line/poly. SERVER-8907 SERVER-8349Hari Khalsa2013-06-251-1/+1
* SERVER-8598 preserve semantics of exception-on-conn-failure in trySetVersionGreg Studer2013-06-171-0/+1
* SERVER-9902 Use #pragma once in StatusWithSpencer Jackson2013-06-121-0/+2
* SERVER-6246 Add createUser commandSpencer T Brody2013-06-111-0/+1
* SERVER-7176 Cap the amount of array backfilling in an update.Alberto Lerner2013-06-041-0/+1
* SERVER-9768 create non-dying entry point for running initializers, for use by...Eric Milkie2013-05-232-18/+13
* SERVER-9757 Move Status inlines to inline headerAndrew Morrow2013-05-222-34/+53
* SERVER-9757 Improve performance of Status as a return valueAndrew Morrow2013-05-224-82/+112
* SERVER-9518 Initial implementation of RoleGraph data structuresSpencer T Brody2013-05-221-0/+3
* SERVER-7172 Build support for creating a path in a mutable document.Alberto Lerner2013-05-031-0/+1
* Handle exceptions in initializers more gracefullyAndrew Morrow2013-05-021-1/+7
* Remove post-install dependency on murmurhash3 from clientMathias Stearn2013-04-303-8/+13
* Add V8String class to avoid copying v8::Strings into std::stringsMathias Stearn2013-04-241-0/+15
* StatusWith class - designed for returning an error or a valueEliot Horowitz2013-04-231-0/+76
* SERVER-7172 Build support for finding a path in a mutable document.Alberto Lerner2013-04-101-0/+2
* 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