summaryrefslogtreecommitdiff
path: root/mongo.xcodeproj
Commit message (Collapse)AuthorAgeFilesLines
* restore capped2 configAaron2009-09-061-2/+2
|
* update xcode proj MINORAaron2009-05-281-0/+42
|
* BUG SERVER-71 don't allow multiple _id indexesAaron2009-05-261-0/+2
|
* BUG SERVER-68 - regex matches within objects within arraysAaron2009-05-261-0/+2
|
* add test for replicating new capped collectionAaron2009-05-201-0/+2
|
* add smokeToolAaron2009-05-201-0/+10
|
* Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 ↵Aaron2009-05-191-0/+10
| | | | minutes for db.eval
* add test for expiration of indexed or cursor referenced objects in capped ↵Aaron2009-05-181-0/+2
| | | | collection
* add cloneCollectionAsCapped commandAaron2009-05-181-0/+2
|
* add ability to spawn a shell from shellAaron2009-05-151-2/+2
|
* port quit and allocatePortsAaron2009-05-141-0/+4
|
* in shell, print() produces json output, output is recorded for test to ↵Aaron2009-05-121-0/+2
| | | | access, assert.soon accepts timeout parameter, timeout to connect to a mongod is now 5 secs MINOR
* count() in shell takes queryAaron2009-05-111-0/+2
|
* fix compile warning MINORAaron2009-05-111-2/+4
|
* additional test cases MINORAaron2009-05-111-10/+12
|
* disable repair test MINORAaron2009-05-081-0/+2
|
* safety asserts in closeClient MINORAaron2009-05-081-2/+0
|
* fix repair segfaultAaron2009-05-081-0/+2
|
* sanity check and debug for clonecollection.js MINORAaron2009-05-051-12/+10
|
* convert some shell functions to new js engine frameworkAaron2009-05-041-0/+44
|
* stubbed v8 engineAaron2009-05-041-0/+4
|
* update xcode proj MINORAaron2009-05-041-4/+20
|
* more flexibility and sanity checks for min/max query specsAaron2009-04-301-0/+2
|
* Revert "Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per ↵Aaron2009-04-281-0/+2
| | | | | | function uniqueness"" This reverts commit ce91c67c40e24c817214e1d71bb486d7831035da.
* Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per ↵Aaron Staple2009-04-271-2/+0
| | | | | | function uniqueness" This reverts commit cc3887c8647f963d66f1fbcf7ba4b67acb43b03b.
* use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniquenessAaron2009-04-271-0/+2
|
* tests for db and mem based id setsAaron2009-04-231-0/+2
|
* fix timing related test failure now that logging is gone MINORAaron2009-04-221-0/+6
|
* add unique option when creating index in c++, js drivers; basic unique key ↵Aaron2009-04-201-0/+2
| | | | unit tests
* Revert "Revert "allocate files in background""Aaron2009-04-151-10/+14
| | | | This reverts commit e577a2c64e6892be4a3112b7a18add934c82ed06.
* Revert "allocate files in background"Aaron2009-04-151-14/+10
| | | | This reverts commit 0033bd91dfd8846e7f53e4a58c91714fa5b6d99e.
* allocate files in backgroundAaron2009-04-151-10/+14
|
* add support for $ninAaron2009-04-131-0/+2
|
* forward stack trace to client when $where throws exceptionAaron2009-04-081-0/+2
|
* add renameCollection commandAaron2009-04-071-0/+2
|
* drop command now deletes indexes firstAaron2009-04-071-0/+2
|
* reinstate KeyValJsMatcherAaron2009-04-071-2/+2
|
* back out KeyValJsMatcher, until we can fix it to handle multikey arrays ↵Aaron2009-04-061-0/+2
| | | | correctly
* add $all query optionAaron2009-04-061-0/+2
|
* more correct process termination check, related debug loggingAaron2009-04-031-0/+4
|
* Add mongobridgeAaron2009-04-021-0/+2
|
* Close listener sockets on exitAaron2009-04-011-0/+2
|
* Persist dbs to addAaron2009-03-311-0/+2
|
* Add medianKey commandAaron2009-03-271-0/+2
|
* Add information on last update / delete to lastErrorAaron2009-03-261-0/+4
|
* Test single master and two slavesAaron2009-03-251-0/+2
|
* Better replacepeer testsAaron2009-03-231-2/+4
|
* Replace emptyObj with BSONObj()Aaron2009-03-191-0/+18
|
* On resync, clear all nontrivial local dbs that exist on remote machineAaron2009-03-181-0/+2
|
* Simple replacepeer testAaron2009-03-171-0/+2
|