summaryrefslogtreecommitdiff
path: root/db/namespace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-291-6/+6
|\
| * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-6/+6
* | remove dbinfo.h/cppdwight2009-12-291-1/+2
|/
* make query optimizer map thread-safeDwight2009-12-091-1/+3
* some assertsDwight2009-12-091-0/+4
* more renamingDwight2009-12-091-18/+18
* cleaning/comments for namespacedetailstranient readabilityDwight2009-12-091-22/+23
* minor cleaningDwight2009-12-081-2/+2
* slightly better error message when problem opening filesDwight2009-10-271-6/+10
* allow more indexesDwight2009-10-211-11/+35
* cleanup/prep for # of indexes workDwight2009-10-191-2/+2
* some tests were failing when _DEBUG was defined...MINORDwight2009-10-191-3/+9
* move curNs to Client objectDwight2009-10-131-2/+2
* allow you to store js functions in the server SERVER-157Eliot Horowitz2009-09-291-0/+14
* better debugging MINOREliot Horowitz2009-09-031-1/+4
* --nssize parameterdwight2009-08-201-5/+22
* comments and fix indentation MINORdwight2009-08-191-72/+68
* add collstats command SERVER-215Eliot Horowitz2009-08-121-1/+13
* got rid of exit() callsEliot Horowitz2009-08-071-1/+1
* repl support for fast rename plus testAaron Staple2009-07-291-1/+0
* fast collection renaming within a databaseAaron Staple2009-07-291-0/+64
* long instead of int for file sizeEliot Horowitz2009-07-091-1/+1
* log more if too many passes in allocDwight2009-05-141-1/+5
* add index id in userCreateNS, unless this is not requested in create specAaron2009-04-211-1/+1
* update size in map and allocate asap interfacesAaron2009-04-151-1/+1
* Replace emptyObj with BSONObj()Aaron2009-03-191-1/+1
* Test exhausting oplog spaceAaron2009-03-061-4/+4
* Invalidate log if run out of spaceAaron2009-03-061-0/+3
* Infrastructure for validating logAaron2009-03-061-2/+17
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-061-4/+4
|\
| * Compile g++ 4.3Aaron2009-03-041-4/+4
* | Fix some clonecollection issuesAaron2009-03-051-0/+2
* | Better cloneCollection checkpointAaron2009-03-041-0/+14
|/
* Move index cache to NamespaceDetailsTransientAaron2009-03-031-1/+1
* Clarify use of prefixAaron2009-03-031-2/+2
* Reset NamespaceDetailsTransient and clear query cache on drop databaseAaron2009-03-031-5/+15
* Adjust dependenciesAaron2009-02-261-0/+6
* Create .ns file lazilyAaron2009-02-061-11/+14
* datastore workDwight2009-02-021-2/+3
* Reset index cache when deleting indexAaron2009-01-271-0/+1
* check that _id is uniqueDwight2009-01-261-0/+3
* Use ns string value for map key, rather than pointer locationAaron2009-01-211-2/+2
* changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-2/+1
* authenticate command workdwight2009-01-181-1/+1
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-18/+18
* Indent all lines within namespaces one levelAaron2009-01-151-432/+432
* Replace tab indentation with spacesAaron2009-01-141-25/+25
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+3
* Support capped collections w/ multiple extents (migration from old formats is...Aaron2009-01-131-37/+199
* nicer loggingDwight2008-12-291-1/+2