summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-8123: text indexes should be v 1Eliot Horowitz2013-01-091-2/+10
* SERVER-8124: in fts, error out when creating indexes if score is too highEliot Horowitz2013-01-091-3/+6
* Add startsWith and endsWith predicates to StringData.Andy Schwerin2013-01-093-1/+58
* Visual Studio -- add filesTad Marshall2013-01-098-0/+68
* don't make a btree cursor for empty geometryHari Khalsa2013-01-096-34/+47
* SERVER-8119: add TimerStats class for collecting timing informationEliot Horowitz2013-01-092-0/+138
* SERVER-8119: add a timer for how long getLastError wtime takesEliot Horowitz2013-01-093-4/+38
* fix type mismatchEliot Horowitz2013-01-091-1/+1
* SERVER-7511: fix update with positional mod or index offsetEliot Horowitz2013-01-093-41/+100
* SERVER-7849: typoBen Becker2013-01-081-1/+1
* SERVER-7849: fix Random.genExp when random returns 0Eliot Horowitz2013-01-081-1/+8
* 2dsphere only suitable for within queries it actually handlesHari Khalsa2013-01-081-1/+15
* Visual Studio -- add and remove filesTad Marshall2013-01-086-20/+4
* fix within-in-matcherHari Khalsa2013-01-082-4/+7
* Fix behavioral bugs in db.addUser js helper.Andy Schwerin2013-01-071-4/+13
* SERVER-8097 increment writebackSince on every request but GLEGreg Studer2013-01-072-1/+2
* enable within for indexed 2dsphereHari Khalsa2013-01-075-44/+151
* de-dup results in a shell in s2nearcursor.cppHari Khalsa2013-01-071-0/+18
* compile vcxprojDwight2013-01-072-4/+0
* verify on addShard that the mongod isnt a --configsvr. that can be a typo peo...Dwight2013-01-071-0/+12
* only polygons we deal with in 2dsphere are geojson polygonsHari Khalsa2013-01-072-4/+6
* do not run map performance test in debug buildsEliot Horowitz2013-01-071-0/+2
* SERVER-8090: don't check PooledScope constructor for nowEliot Horowitz2013-01-061-0/+5
* SERVER-8040 Fix SpiderMonkey compileTad Marshall2013-01-061-0/+3
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-066-1/+14
* SERVER-8086 Fix includes of gsasl.hAndy Schwerin2013-01-042-2/+3
* SERVER-8040: ensure all entry/exit points for v8 execution are wrapped in nat...Ben Becker2013-01-042-10/+47
* SERVER-7984 config upgrade timeout for legacy mongos is incorrectGreg Studer2013-01-041-5/+7
* During a chunk migration, log when receiving shard begins cloning data SERVER...Spencer T Brody2013-01-041-0/+4
* SERVER-7998 only check chunk bounds if in async cleanup threadGreg Studer2013-01-033-6/+10
* DOCS-929 changed link to release notes for nowGreg Studer2013-01-031-2/+2
* SERVER-8071 allow surpressing metrics section of serverStatusEliot Horowitz2013-01-031-2/+5
* fix 32-bit linux build/likely gcc bugHari Khalsa2013-01-032-7/+6
* SERVER-991 SERVER-8008 Fixed test to use $slice instead of $trimTo.Alberto Lerner2013-01-031-9/+9
* SERVER-991 SERVER-8008 Replaced $trimTo by $slice (but only accepting negativ...Alberto Lerner2013-01-033-278/+370
* SERVER-7998 don't allow migration cleanup if docs not owned by SCMgregs2013-01-031-2/+27
* SERVER-7128 Add --authenticationMechanism parameter to mongo shell.Andy Schwerin2013-01-024-14/+42
* Bulk v8 cleanup:Ben Becker2013-01-029-1782/+1551
* Small cleanup to addUser shell helperSpencer T Brody2013-01-021-8/+4
* SERVER-8014 Fix inspection of error object when adding usersSpencer T Brody2013-01-021-2/+5
* SERVER-8014 Add db.changeUserPassword shell helperSpencer T Brody2013-01-021-3/+16
* SERVER-8014 Update addUser shell helper to support extended-form privilege do...Spencer T Brody2013-01-021-14/+46
* Perform work in db.js inside an anonymous function.Andy Schwerin2013-01-021-1/+7
* SERVER-7128 Changes to smoke.py and utils.js to run tests with sasl authentic...Andy Schwerin2013-01-021-3/+8
* Revert "SERVER-7128 Changes to smoke.py and utils.js to run tests with sasl a...Andy Schwerin2013-01-021-8/+3
* SERVER-2771 Revert command handlingKristina2013-01-0216-931/+39
* SERVER-7128 Changes to smoke.py and utils.js to run tests with sasl authentic...Andy Schwerin2013-01-021-3/+8
* better handle db/collection drops during migrationEliot Horowitz2013-01-011-25/+45