summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6400 - framework and start of Matcher replacement. using Matcher2 nameEliot Horowitz2013-04-294-3/+91
* SERVER-6400 - fix compile with optimizer onfEliot Horowitz2013-04-292-6/+2
* SERVER-9452 do not stop queries in god modeEric Milkie2013-04-291-0/+2
* SERVER-6400 remove old unused code to make porting easierEliot Horowitz2013-04-292-151/+0
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-2919-105/+118
* SERVER-9401 remove duplicate points in lines because S2 doesn't like themHari Khalsa2013-04-291-0/+12
* SERVER-6400 - fix regex parsing error message and add some tests for field or...Eliot Horowitz2013-04-282-0/+11
* Merge pull request #418 from johanhedin/SERVER-9491Scott Hernandez2013-04-282-2/+2
|\
| * Fixes SERVER-9491Johan Hedin2013-04-282-2/+2
* | SERVER-7355 (4/5) Buffering input stream to handle arbitrarily large single l...Shaun Verch2013-04-261-52/+92
* | SERVER-7355 (3/5) Remove inline JSON array conditionals from now separated br...Shaun Verch2013-04-261-43/+21
* | SERVER-7355 (2/5) Copied main while loop to separate JSON array logic from on...Shaun Verch2013-04-261-39/+95
* | SERVER-7355 (1/5) Factored out insert function in mongoimportShaun Verch2013-04-261-20/+25
* | SERVER-8791 document unreliable dbtests, fix possible index cursor seek bugHari Khalsa2013-04-262-1/+20
* | SERVER-9242 Do not show warnings for mongod --helpTad Marshall2013-04-261-1/+0
* | Visual Studio -- add new filesTad Marshall2013-04-2612-0/+72
* | fix compile on some platforms by including pdfile.hHari Khalsa2013-04-251-0/+1
* | SERVER-8791 Fix Windows compileTad Marshall2013-04-251-1/+1
* | SERVER-9448: make map and reduce argument and receiver objects mutableBen Becker2013-04-251-3/+3
* | SERVER-8791 SERVER-9212 retire IndexInterfaceHari Khalsa2013-04-2524-226/+250
* | SERVER-9072 allow detaching a Client object from a threadGreg Studer2013-04-253-15/+54
* | Add V8String class to avoid copying v8::Strings into std::stringsMathias Stearn2013-04-245-42/+96
* | SERVER-6646 Fix more issues round-tripping V8 Strings with NUL bytesMathias Stearn2013-04-241-1/+1
* | Cache conversion of string literals to V8 StringsMathias Stearn2013-04-242-57/+83
* | Attach V8Scope to v8::Isolate's DataMathias Stearn2013-04-241-22/+18
* | Get rid of "args" global in V8Mathias Stearn2013-04-241-4/+0
* | Visual Studio -- add and remove filesTad Marshall2013-04-2416-264/+830
* | fix authorization_manager_test buildBen Becker2013-04-241-0/+4
* | SERVER-9129: reset js scope cache after auth and logoutBen Becker2013-04-247-5/+74
* | SERVER-6400 - fix case with indexes early fieldEliot Horowitz2013-04-241-1/+1
* | fix geo_near_random1.js by not messing up stats object in geoNear commandHari Khalsa2013-04-233-13/+18
* | SERVER-8791 fix interface to IndexBuildsInProgress::getEric Milkie2013-04-233-9/+2
* | SERVER-6400 compile in non-debug modeEliot Horowitz2013-04-232-0/+2
* | SERVER-6400 new expression tree and parserEliot Horowitz2013-04-2322-0/+5830
* | StatusWith class - designed for returning an error or a valueEliot Horowitz2013-04-231-0/+76
* | SERVER-9212 SERVER-8791 kill newCursor and suitability, centralize latterHari Khalsa2013-04-2327-312/+393
* | SERVER-9212 SERVER-8791 delete the old cursors, migrate geoNear commandHari Khalsa2013-04-2318-3293/+204
* | SERVER-9188: revert isMaster bevavior wrt godScott Hernandez2013-04-231-3/+4
* | SERVER-9339 ensure all rollback update/delete paths are recordedEric Milkie2013-04-235-8/+21
* | Changed jsontests.cpp to fix warnings on windowsAndrewCEmil2013-04-221-2/+16
* | SERVER-9315 Make sure local.slaves collection can be maintained in a system w...Spencer T Brody2013-04-221-0/+1
* | SERVER-8813 Support files and code reorganization to support SASL and GSSAPI ...Andy Schwerin2013-04-223-99/+102
* | SERVER-8813 Fix up location code conflict.Andy Schwerin2013-04-221-1/+1
* | SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-04-2210-349/+569
* | fix build break, keyAt function for 2d index yielding shouldn't throwHari Khalsa2013-04-221-3/+6
* | SERVER-9417 opReplicatedEnough should assert on step downEliot Horowitz2013-04-222-2/+14
* | increase rollback logging a littleEliot Horowitz2013-04-221-1/+1
|/
* Visual Studio -- add and remove filesTad Marshall2013-04-2016-22/+170
* SERVER-8791 SERVER-9165 SERVER-9212 Fix Windows compile warningTad Marshall2013-04-201-1/+1
* SERVER-8046 Don't overwrite field name when setting from BSONElementAndrew Morrow2013-04-192-1/+24