0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
mongodb/db
2009-03-24 14:33:49 -04:00
..
btree.cpp checkpoint: beginnings of cleaning up the recstore interface 2009-03-20 15:39:22 -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 comments/cleanup 2009-03-24 14:19:03 -04:00
clientcursor.h comments/cleanup 2009-03-24 14:19:03 -04:00
cloner.cpp Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
commands.cpp
commands.h
concurrency.h BSONObjBuilderValueStream bug fix 2009-02-23 18:05:38 -05:00
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 Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
database.h recstore: closeFiles() support 2009-03-24 12:53:13 -04:00
db.cpp Print os information on startup 2009-03-18 14:15:52 -04:00
db.h checkpoint: beginnings of cleaning up the recstore interface 2009-03-20 15:39:22 -04:00
db.rc
db.sln minor: better error message 2009-03-20 12:19:21 -04:00
db.vcproj clean up warnings on windows 2009-03-23 13:12:47 -04:00
dbcommands.cpp Support large count and nscanned 2009-03-24 12:12:04 -04:00
dbeval.cpp
dbhelpers.cpp Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04: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 Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
flushtest.cpp
instance.cpp comment 2009-03-23 11:32:30 -04:00
instance.h Revert "Use os file locking to lock dbpath" 2009-03-10 10:14:37 -04:00
introspect.cpp Add 'cursorInfo' command, remove old method of getting information about cursors 2009-02-23 17:55:13 -05:00
introspect.h Add 'cursorInfo' command, remove old method of getting information about cursors 2009-02-23 17:55:13 -05:00
javajs.cpp implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
javajs.h
javatest.cpp
jsobj.cpp Initialize BSONElement() with correct totalSize 2009-03-24 14:32:13 -04:00
jsobj.h embedded mod checkpoint 2009-03-24 11:34:09 -04:00
jsobjmanipulator.h $set can be used with any type, checkpoint 2009-03-18 18:06:37 -04:00
json.cpp Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
json.h
lasterror.cpp
lasterror.h
matcher.cpp const ref 2009-03-20 16:20:46 -04:00
matcher.h const ref 2009-03-20 16:20:46 -04:00
minilex.h
namespace.cpp Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
namespace.h Support large count and nscanned 2009-03-24 12:12:04 -04:00
nonce.cpp
nonce.h
pcre.txt
pdfile.cpp checkpoint: beginnings of cleaning up the recstore interface 2009-03-20 15:39:22 -04:00
pdfile.h Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
query.cpp Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-24 14:33:49 -04:00
query.h Support large count and nscanned 2009-03-24 12:12:04 -04:00
queryoptimizer.cpp Support large count and nscanned 2009-03-24 12:12:04 -04:00
queryoptimizer.h Support large count and nscanned 2009-03-24 12:12:04 -04:00
queryutil.cpp replace couple copy() calls with getOwned() 2009-03-06 13:42:52 -05:00
queryutil.h Remove unused function 2009-03-20 16:06:43 -04:00
rec.h recstore: closeFiles() support 2009-03-24 12:53:13 -04:00
reccache.cpp recstore: closeFiles() support 2009-03-24 12:53:13 -04:00
reccache.h recstore: closeFiles() support 2009-03-24 12:53:13 -04:00
reci.h recstore: closeFiles() support 2009-03-24 12:53:13 -04:00
recstore.h implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
repl.cpp Just exit if --only specified without --source 2009-03-24 11:46:55 -04:00
repl.h Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
replset.h
resource.h
scanandorder.h
security_commands.cpp
security.cpp
security.h
storage.cpp checkpoint: beginnings of cleaning up the recstore interface 2009-03-20 15:39:22 -04:00
storage.h
tests.cpp