0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
mongodb/db
2010-06-07 02:22:43 -04:00
..
helpers fix repair with dups and background indexes SERVER-1099 2010-05-07 12:19:00 -04:00
modules cleaning db.vcxproj 2010-06-01 08:56:06 -04:00
repl make a .vcxproj/.sln for the shell 2010-06-05 20:55:11 -04:00
stats Support for cumulative stats for mongod 2010-06-02 13:43:18 -04:00
background.h
btree.cpp better logging 2010-05-17 16:50:33 -04:00
btree.h SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid of 'query' in various objects 2010-06-02 17:10:34 -07:00
btreecursor.cpp make cursor traversal during a multi remove fast 2010-05-19 13:34:06 -04:00
client.cpp MutexDebugger 2010-05-26 00:46:49 -04:00
client.h rs 2010-06-01 11:08:27 -04:00
clientcursor.cpp starting to fool with more indexes 2010-05-22 16:23:09 -04:00
clientcursor.h towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
cloner.cpp attempt to fix cloner 2010-05-18 16:32:34 -04:00
cmdline.cpp compile win 2010-05-10 19:58:01 -04:00
cmdline.h merge signal handling between mongod and mongos 2010-05-10 17:13:21 -04:00
commands.cpp Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
commands.h Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
common.cpp Add license headers for some files. 2010-06-04 10:27:35 -04:00
concurrency.h beNice() 2010-06-07 02:22:43 -04:00
curop.h cleaner error / uassert logging 2010-05-15 18:48:13 -04:00
cursor.cpp
cursor.h SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid of 'query' in various objects 2010-06-02 17:10:34 -07:00
database.cpp check for bad db names and don't segfault SERVER-1132 2010-05-18 09:59:43 -04:00
database.h Add fileSize to db.stats() SERVER-1123 2010-06-03 19:46:53 -04:00
db_10.sln try to fix linux 2010-05-26 00:54:53 -04:00
db.cpp beNice() 2010-06-07 02:22:43 -04:00
db.h cleaning 2010-05-25 21:11:38 -04:00
db.rc icon 2010-05-17 11:00:31 -04:00
db.sln
db.vcproj Clean remerge of SERVER-1189 Improves logging in util/ntservice.cpp 2010-06-05 09:38:54 +08:00
db.vcxproj QueryOption_Exhaust 2010-06-06 22:19:06 -04:00
db.vcxproj.filters QueryOption_Exhaust 2010-06-06 22:19:06 -04:00
dbcommands_admin.cpp quieter on test run 2010-05-23 15:07:32 -04:00
dbcommands_generic.cpp Pull all the code for defining and printing the version of executables to one place. 2010-05-28 12:08:36 -04:00
dbcommands.cpp Add fileSize to db.stats() SERVER-1123 2010-06-03 19:46:53 -04:00
dbeval.cpp SERVER-778 don't allow running write command with read lock 2010-05-11 10:05:34 -04:00
dbhelpers.cpp rs 2010-06-04 15:37:37 -04:00
dbhelpers.h rs 2010-06-04 15:37:37 -04:00
dbmessage.h towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
dbwebserver.cpp diags rs 2010-06-04 14:02:20 -04:00
diskloc.h fix some pragma pack 2010-05-17 16:50:58 -04:00
driverHelpers.cpp Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
extsort.cpp
extsort.h
filever.h
flushtest.cpp
index_geo2d.cpp small things 2010-06-05 21:46:53 -04:00
index.cpp MutexDebugger 2010-05-26 00:46:49 -04:00
index.h
indexkey.cpp more debugging 2010-06-03 10:02:38 -04:00
indexkey.h cleaning 2010-05-23 16:23:54 -04:00
instance.cpp towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
instance.h towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp see if this is happy on all platforms 2010-05-19 09:55:45 -04:00
jsobj.h
jsobjmanipulator.h
json.cpp 30% boost in JSON parsing speed by moving extensions to the end 2010-06-04 15:03:01 -04:00
json.h
lasterror.cpp LastError cleanup SERVER-1165 2010-05-28 17:07:18 -04:00
lasterror.h LastError cleanup SERVER-1165 2010-05-28 17:07:18 -04:00
matcher_covered.cpp SERVER-109 cleanup 2010-06-03 13:00:59 -07:00
matcher.cpp SERVER-109 matcher or pop 2010-06-01 16:07:35 -07:00
matcher.h SERVER-109 comments/cleanup 2010-06-03 12:50:49 -07:00
minilex.h
module.cpp
module.h
mongo.ico icon 2010-05-17 11:00:31 -04:00
mr.cpp another connection leak 2010-05-26 01:45:21 -04:00
namespace.cpp MutexDebugger 2010-05-26 00:46:49 -04:00
namespace.h pack(push|pop) not supported on solaris 2010-05-26 13:27:42 -04:00
nonce.cpp MutexDebugger 2010-05-26 00:46:49 -04:00
nonce.h
oplog.cpp rs 2010-06-04 15:54:25 -04:00
oplog.h rs 2010-06-04 15:54:25 -04:00
pcre.txt
pdfile.cpp defensive asserts 2010-06-02 10:01:42 -04:00
pdfile.h auto_ptr -> shared_ptr for Cursor objects 2010-05-07 17:25:57 -04:00
query.cpp towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
query.h towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
queryoptimizer.cpp SERVER-109 comments/cleanup 2010-06-03 12:50:49 -07:00
queryoptimizer.h SERVER-109 fix mem ownership when popping or clauses, real doc lookup when required 2010-06-03 12:24:13 -07:00
queryutil.cpp SERVER-109 FieldRangeSet owns query mem, update some tests 2010-06-03 01:04:50 -07:00
queryutil.h SERVER-109 fix mem ownership when popping or clauses, real doc lookup when required 2010-06-03 12:24:13 -07:00
rec.h remove reccache (mostly) 2010-05-17 10:38:36 -04:00
reccache.cpp remove reccache (mostly) 2010-05-17 10:38:36 -04:00
reccache.h remove reccache (mostly) 2010-05-17 10:38:36 -04:00
reci.h
recstore.h remove reccache (mostly) 2010-05-17 10:38:36 -04:00
repl_block.cpp MutexDebugger 2010-05-26 00:46:49 -04:00
repl_block.h
repl.cpp repl: only try to get a write lock for keepalive 2010-06-04 23:07:41 -04:00
repl.h better assert string() 2010-05-11 15:18:07 -04:00
replpair.h moving towards less in makefiles. 2010-06-03 15:00:09 -04:00
resource.h icon 2010-05-17 11:00:31 -04:00
scanandorder.h $showDiskLoc query option SERVER-1054. 2010-05-11 19:12:13 -04:00
security_commands.cpp Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
security.cpp
security.h MutexDebugger 2010-05-26 00:46:49 -04:00
storage.cpp remove reccache (mostly) 2010-05-17 10:38:36 -04:00
tests.cpp
update.cpp SERVER-109 fix mem ownership when popping or clauses, real doc lookup when required 2010-06-03 12:24:13 -07:00
update.h fix replication with multiple $inc SERVER-1161 2010-05-27 11:39:48 -04:00