summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ...Tad Marshall2013-06-207-63/+192
* SERVER-9976 buildbot metadata_loader_test debug make sure we test optional fi...Greg Studer2013-06-201-4/+4
* SERVER-7404 Visual Studio -- add posix_fadvise.{cpp,h}Tad Marshall2013-06-1916-0/+64
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-06-199-13/+121
* SERVER-7800 Fix "db.printSlaveReplicationInfo()" command in mongo shell, for ...matt dannenberg2013-06-191-6/+6
* SERVER-7800 Fix "db.printSlaveReplicationInfo()" command in mongo shell, for ...Azat Khuzhin2013-06-191-3/+21
* SERVER-9960 Replace X509_NAME_oneline with X509_NAME_print_exAndreas Nilsson2013-06-191-5/+17
* SERVER-6405: temporarily remove new assert until index changes completeEliot Horowitz2013-06-191-1/+2
* Visual Studio -- add and remove filesTad Marshall2013-06-1912-24/+84
* Make scons lint happyMathias Stearn2013-06-181-1/+1
* SERVER-9876 place upper limit on the default oplog size contmatt dannenberg2013-06-181-2/+3
* SERVER-9876 place upper limit on the default oplog sizematt dannenberg2013-06-181-0/+3
* SERVER-9841 $map expression for aggregationMathias Stearn2013-06-182-2/+138
* Rename ExpressionMap typedef to FieldMapMathias Stearn2013-06-182-10/+10
* SERVER-9840 Introduce the concept of Variables into aggregation and add $let ...Mathias Stearn2013-06-188-259/+509
* Accumulators are not Expressions so they shouldn't deriveMathias Stearn2013-06-1811-210/+109
* Add Value::consume() to create an Array-typed Value without copyingMathias Stearn2013-06-185-5/+17
* Literal syntax for Document/Value similar to BSON() and BSON_ARRAY()Mathias Stearn2013-06-182-39/+87
* exchanged toBson(Obj|Array) to serialize in aggMatt Dannenberg2013-06-1811-352/+170
* removes legacy Value "createType" functionsMatt Dannenberg2013-06-189-179/+159
* SERVER-7174: new rename modScott Hernandez2013-06-188-3/+770
* SERVER-9882 addShard fails if connection string includes hidden memberRandolph Tan2013-06-181-117/+132
* SERVER-9934 remove double getmore when pulling new opsEric Milkie2013-06-181-67/+75
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-1821-135/+144
* Visual Studio -- add and remove filesTad Marshall2013-06-1816-96/+462
* SERVER-9941 Always link client tests against client library in 'sharedclient'...Andrew Morrow2013-06-171-15/+13
* SERVER-9786 Link to strcasestr at runtime for SolarisTad Marshall2013-06-174-11/+138
* SERVER-9878 Add type checks to V8 C++ bindingsMathias Stearn2013-06-175-616/+725
* SERVER-8598 minor fixup from reviewGreg Studer2013-06-175-37/+24
* SERVER-8598 preserve semantics of exception-on-conn-failure in trySetVersionGreg Studer2013-06-177-464/+496
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-1719-1257/+1293
* SERVER-8598 hook up CollectionManager in place of ShardChunkManagerGreg Studer2013-06-1716-1139/+114
* SERVER-2618 Attempting to create a new index that already exists with diff op...Randolph Tan2013-06-172-8/+225
* SERVER-6246 Hash password in createUser commandSpencer T Brody2013-06-141-2/+3
* SERVER-6405: fix dropIndexes looping code to make it more readableEliot Horowitz2013-06-141-13/+6
* SERVER-6405: fix --dd compileEliot Horowitz2013-06-141-5/+5
* SERVER-6246 Add updateUser command and shell helperSpencer T Brody2013-06-1412-10/+199
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-1436-581/+748
* SERVER-3531 - yield in m/r when docs do not matchDan Pasette2013-06-131-0/+5
* SERVER-9913 protect ScopedDbConn constructor in migrate critical sectionGreg Studer2013-06-131-33/+32
* SERVER-9909 balancer reload idle sharded coll data, and don't abort roundGreg Studer2013-06-132-44/+71
* SERVER-7961 re-adding copyright noticeAndreas Nilsson2013-06-131-1/+2
* SERVER-7961 Not calling doSSLHandshake for non-SSL webserverAndreas Nilsson2013-06-131-0/+2
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-1319-34/+218
* buildbot rs_stepdown_and_pooling.js more verbosity for debugGreg Studer2013-06-121-6/+6
* SERVER-9902 Use #pragma once in StatusWithSpencer Jackson2013-06-121-0/+2
* SERVER-9859 SERVER-8687 prevent hashed sharding w/o default seedGreg Studer2013-06-123-11/+39
* SERVER-9481 further rollback exception cleanupMatt Dannenberg2013-06-122-23/+13
* SERVER-9481 Fixes fluctuating between ROLLBACK and SECONDARY when ROLLBACK is...Andreas Heck2013-06-122-5/+12
* SERVER-6246 Visual Studio -- add new fileTad Marshall2013-06-1212-0/+24