summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make test more stableEliot Horowitz2013-01-101-0/+1
* Revert "SERVER-8130 add test case for textSearchEnabled flag"Jason Rassi2013-01-091-13/+0
* SERVER-8130 add test case for textSearchEnabled flagJason Rassi2013-01-091-0/+13
* 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-092-3/+13
* SERVER-8124: in fts, error out when creating indexes if score is too highEliot Horowitz2013-01-091-3/+6
* fix slowNightly sharding passthrough with find1Eliot Horowitz2013-01-091-1/+11
* 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-097-34/+75
* 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-094-41/+213
* SERVER-7849: typoBen Becker2013-01-081-1/+1
* SERVER-7849: fix Random.genExp when random returns 0Eliot Horowitz2013-01-081-1/+8
* SERVER-6700 Remove race in part 3 of testTad Marshall2013-01-081-0/+1
* 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
* SERVER-7849: lower number of clients for debug builds and non-linux machinesEliot Horowitz2013-01-081-1/+8
* 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-073-1/+64
* enable within for indexed 2dsphereHari Khalsa2013-01-077-44/+190
* de-dup results in a shell in s2nearcursor.cppHari Khalsa2013-01-072-0/+29
* 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-073-10/+16
* 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
* try to fix smoke.py when running old failing testsEliot Horowitz2013-01-061-1/+1
* 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
* Skip --only-old-fails if generated with an old version of smoke.pyMathias Stearn2013-01-041-3/+19
* SERVER-7984 config upgrade timeout for legacy mongos is incorrectGreg Studer2013-01-041-5/+7
* fix cleanbb for bambooEliot Horowitz2013-01-041-0/+3
* 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-034-6/+77
* DOCS-929 changed link to release notes for nowGreg Studer2013-01-031-2/+2
* SERVER-7490 Fix SYSLIBDEPS when a syslibdep is specified as a file path.Andy Schwerin2013-01-031-2/+12
* move writing of smoke-last.json above where we throw an exceptionEliot Horowitz2013-01-031-4/+5
* 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-034-299/+432
* 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-025-16/+43