0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/db
2009-10-12 15:21:30 -04:00
..
btree.cpp Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-09 12:10:28 -04:00
btree.h fix slight memory wastage on bottom up index build 2009-09-29 15:48:58 -04:00
btreecursor.cpp SERVER-100 btree cursor handle case where first interval is empty 2009-09-07 13:19:10 -07:00
client.h make lasterror threadsafe 2009-10-12 15:12:16 -04:00
clientcursor.cpp Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-09 12:10:28 -04:00
clientcursor.h comment 2009-10-09 13:37:30 -04:00
cloner.cpp cleaning MINOR 2009-10-08 21:37:13 -04:00
cmdline.h --smallfiles for some regression tests 2009-10-08 16:29:04 -04: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 make ClientCursor methods threadsafe 2009-10-09 11:24:37 -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 more buildindex 2009-09-24 17:10:45 -04:00
db.cpp make lasterror threadsafe 2009-10-12 15:12:16 -04:00
db.h small cleanups 2009-10-06 16:17:11 -04:00
db.rc we don't need MFC 2009-01-07 16:48:47 -05:00
db.sln compile 2009-10-12 15:21:30 -04:00
db.vcproj make lasterror threadsafe 2009-10-12 15:12:16 -04:00
dbcommands.cpp make lasterror threadsafe 2009-10-12 15:12:16 -04:00
dbeval.cpp handle js -> bson in 1 place 2009-09-21 15:54:41 -04:00
dbhelpers.cpp add Connection class 2009-10-09 14:59:44 -04:00
dbhelpers.h add Connection class 2009-10-09 14:59:44 -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 make lasterror threadsafe 2009-10-12 15:12:16 -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 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
instance.cpp make lasterror threadsafe 2009-10-12 15:12:16 -04:00
instance.h make lasterror threadsafe 2009-10-12 15:12:16 -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 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
jsobj.cpp make lasterror threadsafe 2009-10-12 15:12:16 -04:00
jsobj.h make lasterror threadsafe 2009-10-12 15:12:16 -04:00
jsobjmanipulator.h first cut off NumberLong (64 bit ints) in BSON 2009-08-03 14:16:49 -04:00
json.cpp finish getting rid of boost base64 2009-10-01 09:49:17 -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 make lasterror threadsafe 2009-10-12 15:12:16 -04:00
lasterror.h make lasterror threadsafe 2009-10-12 15:12:16 -04:00
matcher.cpp refactor matcher a bit 2009-10-12 12:58:43 -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 compile windows 2009-07-20 12:42:06 -04:00
mms.h beginnings of mms client 2009-07-17 15:49:24 -04:00
mr.cpp faster map/reduce impl 2009-10-07 12:57:45 -04:00
namespace.cpp allow you to store js functions in the server SERVER-157 2009-09-29 16:54:31 -04:00
namespace.h system.profile collection can now be dropped 2009-10-05 16:40:24 -04:00
nonce.cpp remove c depends 2009-08-28 11:57:09 -04:00
nonce.h compile windows 2009-01-26 09:33:20 -05:00
pcre.txt makefile 2007-11-04 13:14:02 -05:00
pdfile.cpp Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-10 10:15:15 -04:00
pdfile.h --smallfiles for some regression tests 2009-10-08 16:29:04 -04:00
query.cpp make lasterror threadsafe 2009-10-12 15:12:16 -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 SERVER-100 checkpoint move index bounding code to FieldRangeSet 2009-09-07 11:44:41 -07:00
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 cleanup 2009-08-25 16:14:55 -04:00
reccache.h cleanup 2009-08-25 16:14:55 -04:00
reci.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
recstore.h implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
repl.cpp make lasterror threadsafe 2009-10-12 15:12:16 -04:00
repl.h adaptive replication sleep time 2009-09-22 10:10:02 -04:00
replset.h fix isMaster() for master-master mode 2009-09-22 14:34:55 -04:00
resource.h Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
scanandorder.h more helpful comment 2009-09-09 16:38:52 -04:00
security_commands.cpp make lasterror threadsafe 2009-10-12 15:12:16 -04:00
security.cpp make lasterror threadsafe 2009-10-12 15:12:16 -04:00
security.h add Connection class 2009-10-09 14:59:44 -04:00
storage.cpp MINOR fix compiler warnings 2009-04-06 16:10:31 -04:00
storage.h more buildindex 2009-09-24 17:10:45 -04:00
tests.cpp got rid of exit() calls 2009-08-07 15:37:50 -04:00