0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/db
2009-10-14 15:59:55 -04:00
..
btree.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
btree.h fix slight memory wastage on bottom up index build 2009-09-29 15:48:58 -04:00
btreecursor.cpp
client.h make Top threadsafe 2009-10-14 15:48:13 -04:00
clientcursor.cpp fix bug with cursors and capped collections where cursor could get partial data 2009-10-13 16:44:52 -04:00
clientcursor.h comment 2009-10-09 13:37:30 -04:00
cloner.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
cmdline.h --smallfiles for some regression tests 2009-10-08 16:29:04 -04:00
commands.cpp
commands.h
concurrency.h make Top threadsafe 2009-10-14 15:48:13 -04:00
curop.h make lasterror threadsafe 2009-10-12 15:12:16 -04:00
cursor.cpp small cleanups 2009-10-06 16:17:11 -04:00
cursor.h make ClientCursor methods threadsafe 2009-10-09 11:24:37 -04:00
database.h move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
db.cpp safer shutdown 2009-10-14 15:15:38 -04:00
db.h make Top threadsafe 2009-10-14 15:48:13 -04:00
db.rc
db.sln compile 2009-10-12 15:21:30 -04:00
db.vcproj more database fix and add mr.cpp to vcproj file 2009-10-14 14:52:01 -04:00
dbcommands.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
dbeval.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
dbhelpers.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
dbhelpers.h move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
dbinfo.cpp
dbinfo.h move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
dbmessage.h
dbwebserver.cpp startable 2009-10-14 15:59:55 -04:00
extsort.cpp put esort files in _tmp and remove on startup 2009-10-05 10:56:42 -04:00
extsort.h don't use set for extsort, use list and then sort 2009-09-26 23:47:08 -04:00
filever.h datafile ver checking beginnings 2009-09-08 15:20:21 -04:00
flushtest.cpp
instance.cpp make Top threadsafe 2009-10-14 15:48:13 -04:00
instance.h move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
introspect.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
introspect.h
javatest.cpp
jsobj.cpp codify some assumptions 2009-10-13 17:14:32 -04:00
jsobj.h BSON( "created" << DATENOW ) 2009-10-13 12:33:25 -04:00
jsobjmanipulator.h
json.cpp finish getting rid of boost base64 2009-10-01 09:49:17 -04:00
json.h
lasterror.cpp ThreadLocalInt prettier 2009-10-13 12:55:23 -04:00
lasterror.h ThreadLocalInt prettier 2009-10-13 12:55:23 -04:00
matcher.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
matcher.h refactor matcher a bit 2009-10-12 12:58:43 -04:00
minilex.h cleaning to remove warning MINOR 2009-09-16 15:46:41 -04:00
mms.cpp
mms.h comments on mms 2009-10-14 14:30:55 -04:00
mr.cpp more database fix and add mr.cpp to vcproj file 2009-10-14 14:52:01 -04:00
namespace.cpp move curNs to Client object 2009-10-13 16:01:02 -04:00
namespace.h move curNs to Client object 2009-10-13 16:01:02 -04:00
nonce.cpp
nonce.h
pcre.txt
pdfile.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
pdfile.h fix test and 1 assert 2009-10-14 15:36:49 -04:00
query.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
query.h minor prep for multi update work 2009-10-01 10:01:02 -04:00
queryoptimizer.cpp --tablescan only disallows scans that have a filter 2009-10-05 13:49:03 -04:00
queryoptimizer.h
queryutil.cpp make $mod faster by using index and only looking at numeric types 2009-10-12 12:00:25 -04:00
queryutil.h arrays match themselves in queryies SERVER-146 2009-10-09 10:12:19 -04:00
rec.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
reccache.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
reccache.h startable 2009-10-14 15:59:55 -04:00
reci.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
recstore.h
repl.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
repl.h adaptive replication sleep time 2009-09-22 10:10:02 -04:00
replset.h move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
resource.h
scanandorder.h more helpful comment 2009-09-09 16:38:52 -04:00
security_commands.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
security.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
security.h add Connection class 2009-10-09 14:59:44 -04:00
storage.cpp
storage.h more buildindex 2009-09-24 17:10:45 -04:00
tests.cpp