0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
mongodb/db
2010-12-28 17:13:52 -05:00
..
commands remove unused tempShort 2010-12-21 16:56:18 -05:00
geo
helpers
modules
repl allow initial sync when primary is down 2010-12-27 18:53:11 -05:00
stats
background.h
btree.cpp more asserts 2010-12-24 12:20:33 -05:00
btree.h more asserts 2010-12-24 12:21:19 -05:00
btreecursor.cpp
cap.cpp SERVER-2294 capped truncate handle empty extent 2010-12-27 22:30:06 -08:00
client.cpp remove temp collection code 2010-12-17 00:22:20 -05:00
client.h remove temp collection code 2010-12-17 00:22:20 -05:00
clientcursor.cpp pass ns to staticYield so can log on error/warning SERVER-2268 2010-12-22 02:48:47 -05:00
clientcursor.h pass ns to staticYield so can log on error/warning SERVER-2268 2010-12-22 02:48:47 -05:00
cloner.cpp strcpy_s change 2010-11-24 10:20:34 -05:00
cmdline.cpp rs auth 2010-12-27 16:07:33 -05:00
cmdline.h Add --durOptions 16 bit for DurAlwaysCommit to commit whenever the writelock is released 2010-12-27 14:33:13 -05:00
commands.cpp
commands.h
common.cpp dur remap 2010-11-27 15:25:08 -05:00
compact.cpp
concurrency.h dur 2010-11-17 01:53:52 -05:00
curop-inl.h
curop.h fix warning on windows 2010-11-27 23:48:42 -05:00
cursor.cpp
cursor.h
database.cpp dur remap 2010-11-27 15:25:08 -05:00
database.h dur 2010-11-23 14:13:46 -05:00
db.cpp compile 2010-12-15 10:48:55 -05:00
db.h
db.rc
db.vcxproj compoile windows 2010-12-27 17:33:37 -05:00
db.vcxproj.filters compoile windows 2010-12-27 17:33:37 -05:00
dbcommands_admin.cpp
dbcommands_generic.cpp Merge branch 'master' of github.com:mongodb/mongo 2010-12-05 21:12:18 -05:00
dbcommands.cpp verbose option to collstats that gives you extent breakdowns 2010-12-27 14:21:56 -05:00
dbeval.cpp
dbhelpers.cpp remove CursorIterator 2010-11-15 14:39:56 -05:00
dbhelpers.h remove CursorIterator 2010-11-15 14:39:56 -05:00
dbmessage.h
dbwebserver.cpp use boost::once for getHostNameCached and adding host to some commands 2010-11-28 02:07:38 -05:00
dbwebserver.h
diskloc.h
driverHelpers.cpp
dur_commitjob.cpp debug support 2010-12-24 12:13:26 -05:00
dur_commitjob.h looks like w_ptr is here to stay. 2010-12-28 17:13:52 -05:00
dur_journal.cpp Comment 2010-12-28 17:13:52 -05:00
dur_journal.h eliminate the lsn thread 2010-12-27 17:01:48 -05:00
dur_journalformat.h new lsn format 2010-12-23 14:50:22 -05:00
dur_journalimpl.h eliminate the lsn thread 2010-12-27 17:01:48 -05:00
dur_preplogbuffer.cpp dur stats 2010-12-27 11:29:16 -05:00
dur_recover.cpp writev can't write to different offsets 2010-12-28 11:47:33 -05:00
dur_recover.h compile warning 2010-12-22 09:38:11 -05:00
dur_stats.h dur stats 2010-12-27 11:29:16 -05:00
dur_writetodatafiles.cpp dur stats 2010-12-27 11:29:16 -05:00
dur.cpp eliminate the lsn thread 2010-12-27 17:01:48 -05:00
dur.h Manually revert JObjAppendOp stuff 2010-12-20 13:29:58 -05:00
durop.cpp use scoped_array instead of scoped_ptr for proper memory cleanup in durop.cpp 2010-12-27 15:24:37 -08:00
durop.h make it possible to avoid replaying durOps 2010-12-21 21:23:53 -05:00
extsort.cpp
extsort.h
filever.h
flushtest.cpp
index.cpp
index.h
indexkey.cpp basic sparse indexes working SERVER-484 2010-11-20 18:02:59 -05:00
indexkey.h basic sparse indexes working SERVER-484 2010-11-20 18:02:59 -05:00
instance.cpp clean lsnThread shutdown 2010-12-27 15:33:52 -05:00
instance.h remove isMember since it was ill-formed and only used for an assert 2010-12-18 21:47:22 -05:00
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp explicit short sizeof assumption 2010-12-15 13:07:09 -05:00
jsobj.h
jsobjmanipulator.h Pull some durability code into a class for easy disabling 2010-12-10 19:20:43 -05:00
json.cpp
json.h
lasterror.cpp
lasterror.h
matcher_covered.cpp
matcher.cpp fix Matcher speed with $all SERVER-2289 2010-12-25 02:04:09 -05:00
matcher.h SERVER-2189 2010-12-07 23:01:40 -08:00
minilex.h
module.cpp
module.h
mongo.ico
mongommf.cpp more logging on _DEBUG 2010-12-25 13:36:02 -05:00
mongommf.h attempted relativepath correction 2010-12-22 23:37:30 -05:00
mongomutex.h There is one and only one MongoMutex instance. Not sure what I was thinking... 2010-12-17 18:59:50 -05:00
namespace-inl.h faster 2010-12-13 20:45:16 -05:00
namespace.cpp verbose option to collstats that gives you extent breakdowns 2010-12-27 14:21:56 -05:00
namespace.h simple refactor of capped delete code 2010-12-27 22:30:06 -08:00
nonce.cpp elim warning 2010-12-13 20:22:54 -05:00
nonce.h
oplog.cpp Manually revert JObjAppendOp stuff 2010-12-20 13:29:58 -05:00
oplog.h
oplogreader.h
pcre.txt
pdfile.cpp SERVER-2294 fix nExtents test paramenter handling to satisfy existing unit tests 2010-12-27 22:30:06 -08:00
pdfile.h move some extent methods into Extent class 2010-12-24 13:43:06 -05:00
projection.cpp safety for Projection's current state SERVER-192 SERVER-2104 2010-11-16 14:44:39 -05:00
projection.h comments 2010-11-16 14:44:39 -05:00
query.cpp Note about updating shell's explain 2010-11-29 16:09:34 -05:00
query.h rename FieldMatcher to Projection 2010-11-15 16:36:04 -05:00
queryoptimizer.cpp pass ns to staticYield so can log on error/warning SERVER-2268 2010-12-22 02:48:47 -05:00
queryoptimizer.h SERVER-2189 2010-12-07 23:01:40 -08:00
queryutil.cpp SERVER-2245 use IndexSpec::GetKeys for or deduping 2010-12-22 18:58:54 -08:00
queryutil.h FieldRangeVector::match comments 2010-12-22 19:17:18 -08:00
repl_block.cpp SERVER-2119 expose the number of known slaves 2010-12-15 16:46:32 -05:00
repl_block.h SERVER-2119 expose the number of known slaves 2010-12-15 16:46:32 -05:00
repl.cpp rs auth 2010-12-27 16:07:33 -05:00
repl.h experimental option allowing application of multiple writes on a slave in a single write lock. 2010-11-29 10:21:18 -05:00
replpair.h
resource.h
restapi.cpp
restapi.h
scanandorder.h const 2010-11-16 16:11:38 -05:00
security_commands.cpp rs auth 2010-12-27 16:07:33 -05:00
security_key.cpp compoile windows 2010-12-27 17:33:37 -05:00
security_key.h rs auth 2010-12-27 16:07:33 -05:00
security.cpp rs auth 2010-12-27 16:07:33 -05:00
security.h rs auth 2010-12-27 16:07:33 -05:00
taskqueue.h compile *nix 2010-12-22 10:17:52 -05:00
tests.cpp
update.cpp fix case where the same element is in $each part of $addToSet SERVER-2249 2010-12-19 01:36:41 -05:00
update.h