summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2874 Import S2 the flags library it depends on, add GeoJSON parsingHari Khalsa2012-10-29212-3/+105003
* SERVER-7492 use --logappend in jstests/slowNightly/sync6_slow.jsTad Marshall2012-10-281-1/+1
* SERVER-7438 remove unused 'extentLoc' argument from two routinesTad Marshall2012-10-273-14/+10
* SERVER-7492 use NUL instead of /dev/null in tests on WindowsTad Marshall2012-10-274-11/+7
* Visual Studio -- add new filesTad Marshall2012-10-276-3/+110
* Use write lock instead of read lock when exiting critical section so lock acq...Spencer T Brody2012-10-261-1/+1
* Fix how we abort a commit if _recvChunkVersion throws an exceptionSpencer T Brody2012-10-261-8/+8
* split serverStatus().mem into Metrics so don't need mmap in mongosEliot Horowitz2012-10-263-32/+32
* remove dependcies for the shellEliot Horowitz2012-10-263-31/+34
* SERVER-6802 fix v8 to accept insert flagsGreg Studer2012-10-261-2/+3
* SERVER-7484 zero results should not trigger error w/ returnPartialGreg Studer2012-10-262-3/+117
* Merge pull request #316 from derickr/shell-show-databasesIan Whalen2012-10-261-1/+1
|\
| * Allow "show databases" as alias for "show dbs".Derick Rethans2012-10-161-1/+1
* | rewrite sererStatus caommands to be modularEliot Horowitz2012-10-2625-569/+966
* | simple Counter64 classEliot Horowitz2012-10-261-0/+36
* | SERVER-7126 Use std::bitset in ActionSet instead of uint64_tSpencer T Brody2012-10-262-4/+6
* | SERVER-7399 Move fail_point.js to jstests directoryRandolph Tan2012-10-261-0/+1
* | SERVER-7332 Split command line processing from server startup in mongos.Andy Schwerin2012-10-261-29/+45
* | SERVER-7399 Move fail_point.js to jstests directoryRandolph Tan2012-10-261-0/+0
* | SERVER-7129 Introduce AuthenticationSession abstract type.Andy Schwerin2012-10-267-29/+163
* | SERVER-7475 Remove upper bound test on mock dbclient delayRandolph Tan2012-10-261-2/+5
* | SERVER-7231 Fixed cases where LOG(level) macro is used with booleansShaun Verch2012-10-256-7/+7
* | SERVER-7475 Remove upper bound test on mock dbclient delayRandolph Tan2012-10-251-4/+2
* | Fix includes in mongo/db/nonce.h.Andy Schwerin2012-10-251-1/+1
* | Cleanup includes in mongo/db/client.hAndy Schwerin2012-10-251-9/+10
* | buildbot shard_gle_insert.js windows error message changed, make test more fl...Greg Studer2012-10-251-7/+13
* | SERVER-6802 fix call to insert()Eric Milkie2012-10-241-1/+1
* | SERVER-6802 errorcodeGreg Studer2012-10-241-1/+1
* | SERVER-6802 preserve correct continue-on-error semantics for mongos bulk insertsGreg Studer2012-10-244-171/+791
* | SERVER-7369 WBL too verbose when calling gleGreg Studer2012-10-241-2/+0
* | SERVER-6802 allow trivial bulk insert for SCCsGreg Studer2012-10-241-0/+5
* | buildbot make smoke.py ignore more explicitGreg Studer2012-10-241-1/+10
* | SERVER-6802 allow bulk insert options from the shellGreg Studer2012-10-244-7/+12
* | SERVER-7231 Construct log helper variables only when they will be loggedShaun Verch2012-10-241-6/+21
* | SERVER-7231 Removed log(level) functionsShaun Verch2012-10-241-19/+2
* | SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-2461-239/+249
* | SERVER-7231 Use ternary operator in LOG() macro and add necessary comparison ...Shaun Verch2012-10-241-1/+14
* | whitespace: indentationTad Marshall2012-10-241-90/+90
* | whitespace: tabs and indentationTad Marshall2012-10-243-7/+7
* | SERVER-3067 Remove tab characters from the btreebuilder.cpp file.Aaron2012-10-241-6/+6
* | SERVER-7126 Fix Windows warningsTad Marshall2012-10-241-2/+2
* | comment on writeback changeEliot Horowitz2012-10-241-1/+5
* | SERVER-7443 - make sure writeback ids are in orderEliot Horowitz2012-10-243-26/+16
* | fix aboutToDelete testEliot Horowitz2012-10-241-1/+1
* | pass more info through aboutToDeleteEliot Horowitz2012-10-244-7/+8
* | comment capExtentEliot Horowitz2012-10-241-1/+1
* | use std::vector instead of std::list in compact (much faster)Eliot Horowitz2012-10-241-11/+17
* | use StringData instead of string for memconcept to avoid mallocEliot Horowitz2012-10-242-7/+9
* | --use-cpu-profiler shouldn't impact variant dirEliot Horowitz2012-10-241-1/+1
* | take buffer allocation for getMore out of lockEliot Horowitz2012-10-242-6/+8