mongo/db
2010-03-09 10:24:11 -08:00
..
modules minor: don't put mms in options 2009-11-25 10:14:08 -05:00
btree.cpp CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bucket invariant 2010-02-08 20:48:50 -05:00
btree.h CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bucket invariant 2010-02-08 20:48:50 -05:00
btreecursor.cpp correct fix for SERVER-436 2009-11-23 01:29:38 -05: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 compile on gcc 4.4.2 2009-12-20 07:17:54 -05:00
clientcursor.h minor concurrency prep tweaking 2009-11-27 16:40:58 -05:00
cloner.cpp slaves can clone system.js SERVER-466 2009-12-09 10:19:11 -05:00
cmdline.h add --configsvr and --shardsvr options that make mongod run on different 2009-11-08 10:46:41 -05:00
commands.cpp use float like mongod 2009-12-01 16:33:58 -05:00
commands.h compile vstudio 2009-11-28 10:25:45 -05:00
concurrency.h fix boost include order 2009-11-30 15:12:22 -05: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_10.sln some initial visual studio 2010 support 2009-11-30 12:09:39 -05:00
db.cpp SERVER-705 exit cleanly from db.cpp instead of instance.cpp 2010-03-09 10:01:15 -08:00
db.h SERVER-705 exit cleanly from db.cpp instead of instance.cpp 2010-03-09 10:01:15 -08:00
db.rc we don't need MFC 2009-01-07 16:48:47 -05:00
db.sln comment 2009-11-03 09:09:37 -05:00
db.vcproj fix seg fault on windows because of static initializier order 2009-11-18 14:22:00 -05:00
db.vcxproj some initial visual studio 2010 support 2009-11-30 12:09:39 -05:00
dbcommands_admin.cpp fsync command part of SERVER-255 2009-11-11 13:41:45 -05:00
dbcommands.cpp SERVER-705 merge 2010-03-09 10:24:11 -08:00
dbeval.cpp only put a timeout on db.eval if --quota is on 2009-10-16 11:37:31 -04:00
dbhelpers.cpp fix _id lookup with no index SERVER-608 2010-02-06 10:49:42 -05:00
dbhelpers.h fix _id lookup with no index SERVER-608 2010-02-06 10:49:42 -05:00
dbinfo.cpp Remove 'haveLogged' 2009-03-17 13:48:40 -04:00
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 remove commented line was for testing 2009-11-28 14:10:39 -05:00
extsort.cpp slightly stupid way to make memory on indexing not so bad for 1.2 SERVER-651 2010-02-21 10:40:34 -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 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
instance.cpp SERVER-705 exit cleanly from db.cpp instead of instance.cpp 2010-03-09 10:01:15 -08:00
instance.h diaglog obey --dbpath SERVER-601 2010-02-03 12:53:04 -05:00
introspect.cpp move the var 'database' inside Client object 2009-10-14 14:34:38 -04: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 manually cherry-pick for SERVER-706 2010-03-06 22:20:44 -05:00
jsobj.h better debugging for invalid objects 2010-01-26 10:06:33 -05:00
jsobjmanipulator.h first cut off NumberLong (64 bit ints) in BSON 2009-08-03 14:16:49 -04:00
json.cpp Use boost's list_p in the json parser. SUPPORT-11 SERVER-443 2009-11-30 18:51:39 -05: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 all client files now marked as Apache 2.0. SERVER-329. 2009-10-27 15:59:37 -04:00
lasterror.h fix error message reporting on build index 2009-11-18 14:54:37 -05:00
matcher.cpp CS-6 fix for 'only' mode 2010-02-25 20:59:44 -08: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
module.cpp minor: don't put mms in options 2009-11-25 10:14:08 -05:00
module.h fix linux static init. will have to look at windows more 2009-11-18 17:08:58 -05:00
mr.cpp beter error handling in m/r 2009-12-29 14:26:12 -05:00
namespace.cpp better maxPasses again SERVER-649 2010-02-20 16:40:35 -05:00
namespace.h allow more indexes 2009-10-21 16:00:40 -04:00
nonce.cpp linux compile 2009-11-25 22:46:01 -05:00
nonce.h bug fix with OID generation on OS X (init order problem) 2009-11-24 18:09:20 -05:00
pcre.txt makefile 2007-11-04 13:14:02 -05:00
pdfile.cpp better debugging for SERVER-650 2010-02-20 16:39:01 -05:00
pdfile.h update returns DiskLoc where object ends up 2009-10-30 15:50:21 -04:00
query.cpp CS-6 fix for 'only' mode 2010-02-25 20:59:44 -08: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 fixes for boost 1.36 2009-11-16 11:33:57 -05:00
reccache.h concurrency work 2009-11-28 13:57:30 -05: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 SERVER-705 check for negative effects of large clock skews, seed last optime using oplog 2010-03-09 10:00:18 -08: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 Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
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 SERVER-469 don't crash when authenticate called before getnonce 2009-12-10 10:16:25 -05: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 MINOR fix compiler warnings 2009-04-06 16:10:31 -04:00
storage.h Increase max data size to 32TB 2009-12-02 15:39:46 -05:00
tests.cpp got rid of exit() calls 2009-08-07 15:37:50 -04:00
update.cpp $set doesn't convert from int to other types SERVER-555 2010-01-20 09:53:48 -05:00