0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/db
2009-11-03 16:39:55 -05:00
..
btree.cpp fix assert to use ours and thus make unit test pass 2009-10-15 16:47:35 -04:00
btree.h get rid of deep on Cursor::getsetdup 2009-11-02 10:47:29 -05:00
btreecursor.cpp SERVER-100 btree cursor handle case where first interval is empty 2009-09-07 13:19:10 -07:00
client.cpp ability to make a Client god for a little while 2009-10-22 23:47:39 -04:00
client.h prettier 2009-10-23 11:13:08 -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 store query in ClientCursor so can see query on slow getMore queries 2009-10-17 23:07:26 -04:00
cloner.cpp when doing a clone() load all indexes before starting to create so no socket timeout issues SERVER-397 2009-10-29 11:23:26 -04:00
cmdline.h --quotaFiles SERVER-374 2009-10-20 13:29:05 -04:00
commands.cpp all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
commands.h all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
concurrency.h dos2unix MINOR 2009-10-25 00:47:31 -04:00
curop.h move CurOp into Client and make inprog handle multiple in progress 2009-10-16 15:36:34 -04:00
cursor.cpp small cleanups 2009-10-06 16:17:11 -04:00
cursor.h get rid of deep on Cursor::getsetdup 2009-11-02 10:47:29 -05:00
database.h move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
db.cpp Pull launchGDB out to debug_util.cpp 2009-11-03 16:39:55 -05:00
db.h refactor a little 2009-10-14 16:29:32 -04:00
db.rc
db.sln comment 2009-11-03 09:09:37 -05:00
db.vcproj add update.cpp to vcproj 2009-10-19 13:25:53 -04:00
dbcommands.cpp disintct and eoo fix 2009-10-27 12:56:59 -04:00
dbeval.cpp only put a timeout on db.eval if --quota is on 2009-10-16 11:37:31 -04:00
dbhelpers.cpp Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-21 16:00:55 -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 FieldMatcher now supports positive and negative matching. SERVER-299 and SERVER-125 2009-10-28 12:44:26 -04:00
dbwebserver.cpp move CurOp into Client and make inprog handle multiple in progress 2009-10-16 15:36:34 -04:00
extsort.cpp some defensive code for boost versions 2009-11-03 13:19:57 -05: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 FieldMatcher now supports positive and negative matching. SERVER-299 and SERVER-125 2009-10-28 12:44:26 -04:00
instance.h move CurOp into Client and make inprog handle multiple in progress 2009-10-16 15:36:34 -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 fix for boost 1.33. no BOOST_FOREACH :( 2009-11-02 13:46:25 -05:00
jsobj.h Add assert to prevent calling appendAs with EOO 2009-11-03 16:39:55 -05:00
jsobjmanipulator.h
json.cpp finish getting rid of boost base64 2009-10-01 09:49:17 -04:00
json.h
lasterror.cpp all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
lasterror.h all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
matcher.cpp get rid of deep in Matcher 2009-11-02 10:51:42 -05:00
matcher.h get rid of deep in Matcher 2009-11-02 10:51:42 -05: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 stats for sharded map/reduce SHARDING-37 2009-11-03 14:44:41 -05:00
namespace.cpp slightly better error message when problem opening files 2009-10-27 14:25:45 -04:00
namespace.h allow more indexes 2009-10-21 16:00:40 -04:00
nonce.cpp all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
nonce.h all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
pcre.txt
pdfile.cpp update returns DiskLoc where object ends up 2009-10-30 15:50:21 -04:00
pdfile.h update returns DiskLoc where object ends up 2009-10-30 15:50:21 -04:00
query.cpp comment 2009-11-03 09:09:37 -05:00
query.h refactoring updateObjects return to be cleaner and so can work with multi-object update SERVER-268 2009-10-21 15:18:21 -04:00
queryoptimizer.cpp find _id index more robustly 2009-10-29 11:59:38 -04:00
queryoptimizer.h SERVER-100 checkpoint move index bounding code to FieldRangeSet 2009-09-07 11:44:41 -07:00
queryutil.cpp cleaning 2009-10-29 16:06:35 -04:00
queryutil.h FieldMatcher now supports positive and negative matching. SERVER-299 and SERVER-125 2009-10-28 12:44:26 -04:00
rec.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
reccache.cpp refactor a little 2009-10-14 16:29:32 -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 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-21 16:00:55 -04:00
repl.h adaptive replication sleep time 2009-09-22 10:10:02 -04:00
replset.h ability to make a Client god for a little while 2009-10-22 23:47:39 -04:00
resource.h
scanandorder.h FieldMatcher now supports positive and negative matching. SERVER-299 and SERVER-125 2009-10-28 12:44:26 -04:00
security_commands.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04:00
security.cpp security cleanup / segault fix in currentOp SERVER-384 2009-10-25 00:47:43 -04:00
security.h security cleanup / segault fix in currentOp SERVER-384 2009-10-25 00:47:43 -04:00
storage.cpp
storage.h more buildindex 2009-09-24 17:10:45 -04:00
tests.cpp
update.cpp compile windows 2009-11-03 09:15:45 -05:00