mongo/db
2010-06-29 20:57:51 -07:00
..
modules disbale mms for release 2010-03-02 00:00:01 -05:00
stats remove debugging 2010-06-26 11:39:26 -04:00
background.h SERVER-620 2010-02-10 15:34:41 -05:00
btree.cpp SERVER-983 split bucket unevenly when inserting at high end 2010-04-08 21:35:58 -04:00
btree.h some Cursors may not support get more 2010-03-17 11:46:26 -04:00
btreecursor.cpp get rid of cursor hack and add test 2010-03-01 13:30:10 -05:00
client.cpp adaptive sleep for ClientCusror::yield SERVER-975 2010-04-13 17:19:28 -04:00
client.h adaptive sleep for ClientCusror::yield SERVER-975 2010-04-13 17:19:28 -04:00
clientcursor.cpp adaptive sleep for ClientCusror::yield SERVER-975 2010-04-13 17:19:28 -04:00
clientcursor.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
cloner.cpp better error message 2010-03-12 12:13:48 -05:00
cmdline.cpp do'nt require boost options in mongoclient SERVER-855 2010-03-31 11:58:09 -04:00
cmdline.h mongos now using boost options SHARDING-82 2010-03-18 12:15:29 -04:00
commands.cpp change Command locking config 2010-02-26 14:38:51 -05:00
commands.h change Command locking config 2010-02-26 14:38:51 -05:00
common.cpp compile vcproj 2010-02-08 11:29:49 -05:00
concurrency.h try to fix old boost again 2010-06-08 13:43:01 -04:00
curop.h reset curop in repl thread SERVER-837 2010-03-26 21:39:22 -04:00
cursor.cpp new killOp(opnumber) 2009-12-22 15:22:37 -05:00
cursor.h some Cursors may not support get more 2010-03-17 11:46:26 -04:00
database.cpp --profile command line option SERVER-456 2009-12-29 12:27:27 -05:00
database.h fix preallocation 2010-05-24 18:54:48 -07:00
db_10.sln some initial visual studio 2010 support 2009-11-30 12:09:39 -05:00
db.cpp fix MessagingPort leaking SERVER-777 2010-06-25 12:13:28 -04:00
db.h catch empty db names early SERVER-821 2010-03-29 10:41:04 -04:00
db.rc we don't need MFC 2009-01-07 16:48:47 -05:00
db.sln shell fix 2010-02-25 17:28:19 -05:00
db.vcproj compile vcproj 2010-03-22 17:02:05 -04:00
db.vcxproj some initial visual studio 2010 support 2009-11-30 12:09:39 -05:00
dbcommands_admin.cpp fix validation for looped capped collections 2010-03-15 23:18:24 -07:00
dbcommands.cpp Add version and bits to db.serverStatus() 2010-05-24 11:11:31 -04:00
dbeval.cpp change Command locking config 2010-02-26 14:38:51 -05:00
dbhelpers.cpp rename DBContext to Client::Context 2010-01-17 16:57:35 -05:00
dbhelpers.h rename DBContext to Client::Context 2010-01-17 16:57:35 -05:00
dbmessage.h if first call to nextJsObj has no data use a more informative assert 2010-03-18 12:05:50 -04:00
dbwebserver.cpp client fix for bad queries 2010-04-09 14:32:49 -04:00
diskloc.h rename storage.h -> diskloc.h 2010-02-04 18:06:04 -05:00
driverHelpers.cpp driver helpers 2010-02-27 16:42:00 -05:00
extsort.cpp spam 2010-03-06 23:03:16 -05:00
extsort.h don't waste so much memory for small collections 2010-02-20 17:37:12 -05:00
filever.h datafile ver checking beginnings 2009-09-08 15:20:21 -04:00
flushtest.cpp Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
index_geo2d.cpp slight tweak to maxDistance SERVER-1027 2010-04-21 12:55:29 -04:00
index.cpp another case for SERVER-1082 2010-05-04 19:20:59 -04:00
index.h allow re-sorting for geo searches SERVER-730 2010-03-10 22:31:10 -05:00
instance.cpp defensive asserts 2010-06-02 10:03:32 -04:00
instance.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
introspect.cpp get rid of setClient - all Database storage is in Client::Context 2010-01-29 17:22:34 -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 fix a.0.x for regex SERVER-799 2010-03-22 13:37:56 -04:00
jsobj.h cleaning un-used option 2010-03-22 13:10:06 -04:00
jsobjmanipulator.h refactor update so Mod and ModSet are re-usable. design is clean - still more cleaning to be done and some speed checking 2010-01-25 17:23:37 -05:00
json.cpp move hex::val to util/hex.h and rename to fromHex 2010-03-03 21:49:50 -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 make sure tools create a LastError object SERVER-839 2010-03-28 17:15:56 -04:00
lasterror.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
matcher.cpp $regex handles RegEx 2010-03-24 10:19:28 -04:00
matcher.h SERVER-322 implement $in with regex 2010-03-08 16:53:45 -08:00
minilex.h cleaning to remove warning MINOR 2009-09-16 15:46:41 -04:00
module.cpp Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -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 unlock a little more often 2010-03-19 14:00:40 -04:00
namespace.cpp SERVER-758 reset query optimizer stats after building index in background 2010-03-16 00:58:47 -07:00
namespace.h SERVER-758 reset query optimizer stats after building index in background 2010-03-16 00:58:47 -07:00
nonce.cpp Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07: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 defensive asserts 2010-06-02 10:03:32 -04:00
pdfile.h rename storage.h -> diskloc.h 2010-02-04 18:06:04 -05:00
query.cpp fix limit with $with SERVER-777 2010-03-17 21:51:14 -04:00
query.h fix limit with $with SERVER-777 2010-03-17 21:51:14 -04:00
queryoptimizer.cpp query optimizer would sometimes swap out geo index SERVER-780 2010-03-18 15:00:29 -04:00
queryoptimizer.h query optimizer would sometimes swap out geo index SERVER-780 2010-03-18 15:00:29 -04:00
queryutil.cpp some prep for geo $within SERVER-690 2010-03-15 23:50:14 -04:00
queryutil.h SERVER-322 implement $in with regex 2010-03-08 16:53:45 -08:00
rec.h Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
reccache.cpp Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
reccache.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
reci.h Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
recstore.h crlf->lf 2010-02-09 18:30:32 -05:00
repl.cpp SERVER-1324 scan while locked more carefully 2010-06-29 20:57:51 -07:00
repl.h SERVER-1324 scan while locked more carefully 2010-06-29 20:57:51 -07:00
replset.h make info thread safe SERVER-674 2010-02-26 11:33:27 -05:00
resource.h Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
scanandorder.h make undefined sort same with with and w/o an index SERVER-635 2010-02-17 22:53:32 -05:00
security_commands.cpp SERVER-762 flush log 2010-03-16 00:46:13 -07:00
security.cpp fix auth recursive lock issue 2010-02-25 13:47:59 -05:00
security.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
storage.cpp Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
tests.cpp got rid of exit() calls 2009-08-07 15:37:50 -04:00
update.cpp fix repl $inc issue SERVER-1161 2010-05-27 11:45:24 -04:00
update.h fix repl $inc issue SERVER-1161 2010-05-27 11:45:24 -04:00