summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-8046 Additional unit tests based on gcov coverage resultsAndrew Morrow2013-07-053-4/+994
* SERVER-8046 Add support for cloning elements to mutableAndrew Morrow2013-05-316-11/+199
* SERVER-8046 Don't penalize debug build performance so heavilyAndrew Morrow2013-05-311-3/+10
* SERVER-8046 Avoid redundant traversals when finding the right childAndrew Morrow2013-05-311-12/+28
* SERVER-8046 Don't prohibit clang from using an unnamed namespaceAndrew Morrow2013-05-311-3/+4
* SERVER-8046 Add debug assertions to catch aliasing violationsAndrew Morrow2013-05-314-20/+136
* SERVER-8046 Add utilities to simplify debugging and testing with mutableAndrew Morrow2013-05-319-29/+152
* SERVER-8046 Copy field names before potentially invalidating themAndrew Morrow2013-05-241-22/+44
* SERVER-7174 Add support for $addToSet on new update frameworkAndrew Morrow2013-05-221-0/+17
* SERVER-7174 Add a new algorithm to de-duplicate childrenAndrew Morrow2013-05-222-0/+69
* SERVER-7174 Only validate sign direction on document mismatchesAndrew Morrow2013-05-221-2/+10
* SERVER-7174 Fix a minor issue with mutables checkDocAndrew Morrow2013-05-221-1/+1
* SERVER-7174 Re-enable three way document validation in modifier testsAndrew Morrow2013-05-081-11/+10
* SERVER-8046 Fix handling of array field names in mutable's woCompareAndrew Morrow2013-05-081-2/+10
* SERVER-8046 Fixed missed appendElement call implementation.Alberto Lerner2013-05-072-0/+15
* Add function to check if a mutable element is an integral typeAndrew Morrow2013-05-063-0/+33
* Add support for checking if a mutable Element is numericAndrew Morrow2013-05-063-0/+37
* SERVER-7172 Build support for creating a path in a mutable document.Alberto Lerner2013-05-032-2/+38
* Behave more elegantly when inserting empty field namesAndrew Morrow2013-05-012-4/+12
* Reveal latent children before adding a new oneAndrew Morrow2013-05-012-11/+27
* SERVER-8046 Don't overwrite field name when setting from BSONElementAndrew Morrow2013-04-192-1/+24
* SERVER-8046 Provide a non-const 'end' function for DocumentAndrew Morrow2013-04-193-1/+22
* SERVER-8046 Fix an issue where array field names were not being ignoredAndrew Morrow2013-04-192-2/+61
* SERVER-8046 Add a new hasChildren method is faster than countingAndrew Morrow2013-04-085-0/+57
* SERVER-8046 Add an easy way to get an invalid element for a docAndrew Morrow2013-04-083-0/+21
* SERVER-8046 Some additional mutable testsAndrew Morrow2013-04-081-0/+55
* SERVER-8046 Fix some rep invalidation issues in mutable bsonAndrew Morrow2013-03-292-37/+143
* SERVER-8046 re-order tests after mergeAndrew Morrow2013-03-291-44/+44
* SERVER-8046 Fix broken mutable bson algorithmAndrew Morrow2013-03-275-28/+133
* SERVER-7172 Add count of children method to mutable BSON.Alberto Lerner2013-03-261-0/+44
* Work around GCC bug 29365 unnamed namespace issuesAndrew Morrow2013-03-091-0/+7
* Fix verify for 32 bit compilesAndrew Morrow2013-03-091-1/+4
* SERVER-8046 Implement lazyness for mutable BSONAndrew Morrow2013-03-0822-2794/+4326
* Fixed file permissions.Alberto Lerner2012-12-1411-0/+0
* SERVER-7886 - use StringData methods in bson libraryEliot Horowitz2012-12-102-7/+5
* Fix invalid use of temporary string with StringDataAndrew Morrow2012-12-031-1/+1
* Use StringData as argument for rename in mutable BSONAndrew Morrow2012-12-032-2/+2
* Use proper style for private variablesAndrew Morrow2012-12-031-3/+3
* Make SHORTBIT a constant rather than a defineAndrew Morrow2012-12-031-4/+3
* Get field names as StringData and improve accessor nameAndrew Morrow2012-12-036-105/+98
* Remove non-sibling iterators from mutable BSONAndrew Morrow2012-12-036-389/+33
* Cleanup constant handling in mutable BSONAndrew Morrow2012-12-033-5/+3
* Be more aggressive about inlining in mutable BSONAndrew Morrow2012-12-034-178/+92
* Remove nonstandard trace and debug support from mutable BSONAndrew Morrow2012-12-037-165/+0
* Initial pass at setting an Element from a BSONElementAndrew Morrow2012-12-032-0/+116
* Add a generic find over mutable BSON sibling ElementsAndrew Morrow2012-12-034-2/+234
* Minor fixups for mutable bson builder classesAndrew Morrow2012-12-033-10/+25
* SERVER-7709 Fix OIDs with nullKristina2012-11-192-1/+12
* Cast to long long to avoid ambiguity in append callAndrew Morrow2012-11-181-1/+1
* Don't use StringData to transfer OIDs in mutable BSONAndrew Morrow2012-11-183-5/+6