0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2009-03-19 14:44:28 -04:00
..
btree.cpp implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
btree.h Clean up tailable cursor code 2009-03-11 17:05:50 -04:00
btreecursor.cpp Add const 2009-02-25 16:03:09 -05:00
clientcursor.cpp Clean up tailable cursor code 2009-03-11 17:05:50 -04:00
clientcursor.h Use key matcher, keep real BSONObj in matcher, fix deleteObject bug 2009-03-02 13:42:31 -05:00
cloner.cpp cleanup 2009-03-11 18:47:16 -04:00
commands.cpp
commands.h
concurrency.h
curop.h Log current op to console on crash 2009-03-03 16:10:42 -05:00
cursor.cpp Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
cursor.h Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
database.h Remove 'haveLogged' 2009-03-17 13:48:40 -04:00
db.cpp Print os information on startup 2009-03-18 14:15:52 -04:00
db.h Revert "Use os file locking to lock dbpath" 2009-03-10 10:14:37 -04:00
db.rc
db.sln Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 12:08:25 -05:00
db.vcproj
dbcommands.cpp implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
dbeval.cpp
dbhelpers.cpp Use key val matcher in findOne(), cleanup 2009-03-02 17:12:02 -05:00
dbhelpers.h findOne use new query optimizer 2009-02-25 15:01:07 -05:00
dbinfo.cpp Remove 'haveLogged' 2009-03-17 13:48:40 -04:00
dbinfo.h Remove 'haveLogged' 2009-03-17 13:48:40 -04:00
dbmessage.h objcheck validates every bson object read from a message 2009-03-13 12:07:00 -04:00
dbwebserver.cpp Add number of calls to setClient to DBTOP 2009-03-02 16:49:16 -05:00
flushtest.cpp
instance.cpp making mongod sharding aware 2009-03-17 17:25:10 -04:00
instance.h Revert "Use os file locking to lock dbpath" 2009-03-10 10:14:37 -04:00
introspect.cpp
introspect.h
javajs.cpp implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
javajs.h
javatest.cpp
jsobj.cpp Don't allocate a Details object if memory is not owned 2009-03-19 13:41:20 -04:00
jsobj.h More sensible isValid 2009-03-19 14:44:28 -04:00
jsobjmanipulator.h $set can be used with any type, checkpoint 2009-03-18 18:06:37 -04:00
json.cpp
json.h
lasterror.cpp
lasterror.h
matcher.cpp Use key val matcher in findOne(), cleanup 2009-03-02 17:12:02 -05:00
matcher.h Key match checkpoint 2009-03-02 16:03:48 -05:00
minilex.h
namespace.cpp Test exhausting oplog space 2009-03-06 11:51:44 -05:00
namespace.h Test exhausting oplog space 2009-03-06 11:51:44 -05:00
nonce.cpp
nonce.h
pcre.txt
pdfile.cpp Now forward startLoc, with test 2009-03-18 17:50:45 -04:00
pdfile.h Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
query.cpp $set can be used with any type, checkpoint 2009-03-18 18:06:37 -04:00
query.h Remove dead code 2009-02-25 15:31:38 -05:00
queryoptimizer.cpp Now forward startLoc, with test 2009-03-18 17:50:45 -04:00
queryoptimizer.h Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
queryutil.cpp replace couple copy() calls with getOwned() 2009-03-06 13:42:52 -05:00
queryutil.h Move index cache to NamespaceDetailsTransient 2009-03-03 17:30:26 -05:00
rec.h implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
reccache.cpp implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
reccache.h implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
reci.h implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
recstore.h implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
repl.cpp Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
repl.h On resync, clear all nontrivial local dbs that exist on remote machine 2009-03-18 13:45:32 -04:00
replset.h
resource.h
scanandorder.h
security_commands.cpp
security.cpp
security.h
storage.cpp implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
storage.h
tests.cpp