0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2009-09-10 13:03:24 -04:00
..
btree.cpp begin cmdline.h 2009-08-25 10:24:44 -04:00
btree.h SERVER-100 btree cursor handle case where first interval is empty 2009-09-07 13:19:10 -07:00
btreecursor.cpp SERVER-100 btree cursor handle case where first interval is empty 2009-09-07 13:19:10 -07:00
clientcursor.cpp log(1) cursor kill instead of log(2) 2009-08-28 15:48:10 -04:00
clientcursor.h no cursor timeout query option - using for clone 2009-07-29 12:09:38 -04:00
cloner.cpp some help for commands 2009-09-01 16:23:56 -04:00
cmdline.h more CmdLine object 2009-08-25 14:35:22 -04:00
commands.cpp
commands.h
concurrency.h cleanup 2009-08-25 16:14:55 -04:00
curop.h add client ip / port to current op, add unlocked version of current op to http interface 2009-05-26 17:18:34 -04:00
cursor.cpp don't crash if ns len too long 2009-09-09 16:28:59 -04:00
cursor.h fixed bug SERVER-118 multikey duplicate results from queries 2009-07-07 13:17:53 -04:00
database.h changed dbpath to std::string 2009-08-11 14:29:03 -04:00
db.cpp change to NullStream 2009-09-03 13:11:30 -04:00
db.h cleanup 2009-08-25 16:14:55 -04:00
db.rc
db.sln vcproj 2009-09-09 09:38:43 -04:00
db.vcproj compile windows db.sln 2009-08-28 15:18:15 -04:00
dbcommands.cpp mem safety for distinct 2009-09-10 13:03:24 -04:00
dbeval.cpp uassert instead assert for bad eval thing 2009-08-16 13:30:51 -04:00
dbhelpers.cpp don't allow dropping an index $ collection 2009-08-13 13:26:03 -04:00
dbhelpers.h comments MINOR 2009-05-28 15:22:24 -04: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 refactoring field matcher, no function changes yet MINOR 2009-07-01 14:55:52 -04:00
dbwebserver.cpp begin cmdline.h 2009-08-25 10:24:44 -04:00
filever.h datafile ver checking beginnings 2009-09-08 15:20:21 -04:00
flushtest.cpp
instance.cpp minor reorder and comment 2009-09-03 12:52:08 -04:00
instance.h begin cmdline.h 2009-08-25 10:24:44 -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
javatest.cpp
jsobj.cpp slight change to extractFields to make it more backwardsCompatible 2009-09-09 13:02:41 -04:00
jsobj.h normalize sort order - put null first 2009-09-09 11:51:23 -04:00
jsobjmanipulator.h first cut off NumberLong (64 bit ints) in BSON 2009-08-03 14:16:49 -04:00
json.cpp some work on $snapshot 2009-08-09 12:13:50 -04:00
json.h
lasterror.cpp Add information on last update / delete to lastError 2009-03-26 13:45:29 -04:00
lasterror.h fix assert macro definition after a boost include (ugly at the moment) 2009-05-15 17:27:31 -04:00
matcher.cpp some sm safety 2009-08-28 16:35:09 -04:00
matcher.h use canonicalType in a couple more places - make symbol test work 2009-08-27 10:19:58 -04:00
minilex.h
mms.cpp compile windows 2009-07-20 12:42:06 -04:00
mms.h beginnings of mms client 2009-07-17 15:49:24 -04:00
namespace.cpp better debugging MINOR 2009-09-03 10:34:31 -04:00
namespace.h don't crash if ns len too long 2009-09-09 16:28:59 -04:00
nonce.cpp remove c depends 2009-08-28 11:57:09 -04:00
nonce.h
pcre.txt
pdfile.cpp begin cmdline.h 2009-08-25 10:24:44 -04:00
pdfile.h don't allow dropping an index $ collection 2009-08-13 13:26:03 -04:00
query.cpp fix $pop and replication SERVER-100 2009-09-07 22:51:51 -04:00
query.h better comment 2009-08-11 14:34:45 -04:00
queryoptimizer.cpp SERVER-100 checkpoint move index bounding code to FieldRangeSet 2009-09-07 11:44:41 -07:00
queryoptimizer.h SERVER-100 checkpoint move index bounding code to FieldRangeSet 2009-09-07 11:44:41 -07:00
queryutil.cpp SERVER-100 generate precise btree intervals in FieldRangeSet::indexBounds 2009-09-07 13:49:22 -07:00
queryutil.h SERVER-100 generate precise btree intervals in FieldRangeSet::indexBounds 2009-09-07 13:49:22 -07:00
rec.h fast collection renaming within a database 2009-07-29 15:53:14 -04:00
reccache.cpp cleanup 2009-08-25 16:14:55 -04:00
reccache.h cleanup 2009-08-25 16:14:55 -04:00
reci.h fast collection renaming within a database 2009-07-29 15:53:14 -04:00
recstore.h implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
repl.cpp more CmdLine object 2009-08-25 14:35:22 -04:00
repl.h isMaster() - still wasn't right 2009-08-17 21:46:18 -04:00
replset.h begin cmdline.h 2009-08-25 10:24:44 -04:00
resource.h
scanandorder.h more helpful comment 2009-09-09 16:38:52 -04:00
security_commands.cpp add 'unique' option to helpers' ensureIndex 2009-04-24 11:36:42 -04:00
security.cpp
security.h cleanup 2009-08-25 16:14:55 -04:00
storage.cpp MINOR fix compiler warnings 2009-04-06 16:10:31 -04:00
storage.h validate() says invalid if more than 20 files SERVER-269 2009-08-28 10:17:04 -04:00
tests.cpp got rid of exit() calls 2009-08-07 15:37:50 -04:00