0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2009-05-08 16:57:56 -07:00
..
btree.cpp add const 2009-04-21 15:10:13 -04:00
btree.h allow specification of inclusivity of index end key 2009-05-06 13:56:01 -04:00
btreecursor.cpp allow specification of inclusivity of index end key 2009-05-06 13:56:01 -04:00
clientcursor.cpp timeout old cursors (for sharding) 2009-03-27 16:27:35 -04:00
clientcursor.h reinstate KeyValJsMatcher 2009-04-07 10:40:10 -04:00
cloner.cpp fix repair segfault 2009-05-08 16:43:22 -07:00
commands.cpp command helper system 2009-02-13 09:44:07 -05:00
commands.h virtual dtors == good 2009-02-18 13:42:32 -05:00
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 Revert "Revert "do preallocation after initial allocation too, make file allocator interface more flexible"" 2009-04-15 16:10:34 -04:00
db.cpp add 'bind_ip' option to bind listener only to requested local interface 2009-04-29 14:14:51 -04:00
db.h compile old boost MINOR 2009-05-06 11:43:28 -04:00
db.rc
db.sln visual studio happy 2009-04-23 14:31:40 -04:00
db.vcproj visual studio happy 2009-04-23 14:31:40 -04:00
dbcommands.cpp median key handle empty range correctly 2009-05-06 14:22:44 -04:00
dbeval.cpp Spider Monkey: udpate working, other db.eval things 2009-05-06 15:30:05 -04:00
dbhelpers.cpp handle 'require index' more cleanly 2009-04-24 18:10:12 -04:00
dbhelpers.h add 'unique' option to helpers' ensureIndex 2009-04-24 11:36:42 -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 mark postion on dbmessage so can replay, etc... MINOR 2009-04-12 16:05:03 -04:00
dbwebserver.cpp add 'bind_ip' option to bind listener only to requested local interface 2009-04-29 14:14:51 -04:00
flushtest.cpp
instance.cpp safety asserts in closeClient MINOR 2009-05-08 16:57:56 -07:00
instance.h DBDirectClient uses main db mutex recursively and preserves database context 2009-05-06 11:32:48 -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 convert some shell functions to new js engine framework 2009-05-04 17:37:02 -04:00
jsobj.h convert some shell functions to new js engine framework 2009-05-04 17:37:02 -04:00
jsobjmanipulator.h tests for db and mem based id sets 2009-04-23 18:01:24 -04:00
json.cpp Use non-copying subobject builder in json parser 2009-03-25 18:47:03 -04:00
json.h Use @file to tell doxygen to document globals, add more doc for BSON() and QUERY() 2009-02-10 14:04:03 -05:00
lasterror.cpp Add information on last update / delete to lastError 2009-03-26 13:45:29 -04:00
lasterror.h lastError 'n' zero on failed non upsert update 2009-04-10 10:30:57 -04:00
matcher.cpp Spider Monkey: insert, jni(1|2|3) work 2009-05-06 16:01:41 -04:00
matcher.h nin need not force full object negative match 2009-04-27 14:56:15 -04:00
minilex.h
namespace.cpp add index id in userCreateNS, unless this is not requested in create spec 2009-04-21 15:42:22 -04:00
namespace.h treat empty database same as just created database when figuring ownership 2009-04-23 13:55:07 -04:00
nonce.cpp hack to not do deal with c/c++ link issue on windows release build 2009-02-11 09:15:34 -05:00
nonce.h
pcre.txt
pdfile.cpp better id index logging MINOR 2009-04-21 17:52:11 -04:00
pdfile.h Revert "Revert "allocate files in background"" 2009-04-15 16:10:21 -04:00
query.cpp generate simplified key to match query with simple bounds 2009-05-08 15:42:50 -07:00
query.h log separate op for each deleted object 2009-04-09 13:30:28 -04:00
queryoptimizer.cpp make $max query parameter an exclusive bound 2009-05-06 14:02:44 -04:00
queryoptimizer.h generate simplified key to match query with simple bounds 2009-05-08 15:42:50 -07:00
queryutil.cpp add $all query option 2009-04-06 11:27:43 -04:00
queryutil.h Remove unused function 2009-03-20 16:06:43 -04:00
rec.h name enums to make old compiler happy (thx kristina) 2009-04-06 17:57:16 -04:00
reccache.cpp make dbunlocking() inlineable -- should be faster 2009-03-26 14:25:49 -04:00
reccache.h name enums to make old compiler happy (thx kristina) 2009-04-06 17:57:16 -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 DBDirectClient uses main db mutex recursively and preserves database context 2009-05-06 11:32:48 -04:00
repl.h update comments to describe new repl data format MINOR 2009-05-06 11:41:09 -04:00
replset.h must be exactly one master when applying oplog after initial sync completed 2009-04-10 17:03:45 -04:00
resource.h
scanandorder.h
security_commands.cpp add 'unique' option to helpers' ensureIndex 2009-04-24 11:36:42 -04:00
security.cpp
security.h virtual dtors == good 2009-02-18 13:42:32 -05:00
storage.cpp MINOR fix compiler warnings 2009-04-06 16:10:31 -04:00
storage.h add index id in userCreateNS, unless this is not requested in create spec 2009-04-21 15:42:22 -04:00
tests.cpp update size in map and allocate asap interfaces 2009-04-15 16:11:54 -04:00