0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2010-12-21 21:23:52 -05:00
..
commands remove unused tempShort 2010-12-21 16:56:18 -05:00
geo get if a cursor is a multi key 2010-11-15 10:22:20 -05:00
helpers
modules
repl add passive field to isMaster SERVER-2220 2010-12-20 18:14:28 -05:00
stats handle overflow in opcounters a bit nicer SERVER-1907 2010-11-11 01:30:21 -05:00
background.h
btree.cpp eliminate the _DURABLE preprocessor define 2010-12-13 18:03:32 -05:00
btree.h btree delete internal key 2010-12-08 09:50:15 -08:00
btreecursor.cpp conventions cleaning 2010-11-10 11:49:28 -05:00
cap.cpp Pull some durability code into a class for easy disabling 2010-12-10 19:20:43 -05: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 if key is in index, use it for distinct SERVER-1673 2010-11-14 01:42:36 -05:00
clientcursor.h use data from indexes if possivle SERVER-192 2010-11-16 16:11:43 -05:00
cloner.cpp strcpy_s change 2010-11-24 10:20:34 -05:00
cmdline.cpp Cmdline() needs to be .h for now to compile cleanly 2010-12-13 16:42:12 -05:00
cmdline.h Use memcmp to speed up dur checking. Add --durOptions bit for extra checks 2010-12-13 18:54:53 -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 crlf 2010-11-06 10:35:57 -04:00
curop.h fix warning on windows 2010-11-27 23:48:42 -05:00
cursor.cpp
cursor.h get if a cursor is a multi key 2010-11-15 10:22:20 -05:00
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 cleaner 2010-12-19 14:15:32 -05:00
db.vcxproj.filters cleaner 2010-12-19 14:15:32 -05:00
dbcommands_admin.cpp move inl header inclusion to top 2010-11-04 09:07:28 -04:00
dbcommands_generic.cpp Merge branch 'master' of github.com:mongodb/mongo 2010-12-05 21:12:18 -05:00
dbcommands.cpp oops 2010-12-20 22:23:02 -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 move inl header inclusion to top 2010-11-04 09:07:28 -04:00
dbwebserver.cpp use boost::once for getHostNameCached and adding host to some commands 2010-11-28 02:07:38 -05:00
dbwebserver.h
deferredinvoker.h compile gcc 2010-12-21 13:05:53 -05:00
diskloc.h
driverHelpers.cpp move inl header inclusion to top 2010-11-04 09:07:28 -04:00
dur_commitjob.cpp do insertWriteIntent outside of dbMutex, which yeilds a small throughput increase 2010-12-21 12:52:59 -05:00
dur_commitjob.h do insertWriteIntent outside of dbMutex, which yeilds a small throughput increase 2010-12-21 12:52:59 -05:00
dur_journal.cpp Disable writting to LSN for now since it doesn't work on linux 2010-12-21 21:23:52 -05:00
dur_journal.h more on seq nums 2010-12-21 01:59:33 -05:00
dur_journalformat.h dur journal file format change in prep for addtl work 2010-12-20 20:24:43 -05:00
dur_journalimpl.h more on seq nums 2010-12-21 01:59:33 -05:00
dur_preplogbuffer.cpp do insertWriteIntent outside of dbMutex, which yeilds a small throughput increase 2010-12-21 12:52:59 -05:00
dur_recover.cpp move RecoveryJob out to header file 2010-12-21 21:23:52 -05:00
dur_recover.h make methods public 2010-12-21 21:23:52 -05:00
dur_stats.h merge 2010-12-19 11:47:39 -05:00
dur_writetodatafiles.cpp replace WriteIntent vector with a set and merge overlapping/adjacent intents 2010-12-20 15:17:02 -05:00
dur.cpp do insertWriteIntent outside of dbMutex, which yeilds a small throughput increase 2010-12-21 12:52:59 -05:00
dur.h Manually revert JObjAppendOp stuff 2010-12-20 13:29:58 -05:00
durop.cpp remove comrpessedbuilder 2010-12-20 09:28:19 -05:00
durop.h remove comrpessedbuilder 2010-12-20 09:28:19 -05:00
extsort.cpp move inl header inclusion to top 2010-11-04 09:07:28 -04:00
extsort.h move inl header inclusion to top 2010-11-04 09:07:28 -04:00
filever.h
flushtest.cpp
index.cpp disinct can pull data from indexes and will choose an index to use if sensible SERVER-1673 2010-11-14 01:57:27 -05:00
index.h disinct can pull data from indexes and will choose an index to use if sensible SERVER-1673 2010-11-14 01:57:27 -05:00
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 eliminate the _DURABLE preprocessor define 2010-12-13 18:03:32 -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 on w timeout, don't set ok=0, but set ok=1 and set err SERVER-1585 2010-11-10 16:03:32 -05:00
lasterror.h on w timeout, don't set ok=0, but set ok=1 and set err SERVER-1585 2010-11-10 16:03:32 -05:00
matcher_covered.cpp notes for SERVER-1264 2010-11-15 10:22:08 -05:00
matcher.cpp
matcher.h SERVER-2189 2010-12-07 23:01:40 -08:00
minilex.h
module.cpp
module.h
mongo.ico
mongommf.cpp dur optimizing seeting context to local database as that will be super common case 2010-12-17 08:00:06 -05:00
mongommf.h add test 2010-12-16 15:11: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 tuning 2010-12-19 21:08:04 -05:00
namespace.h dur declare as small a region as possible for the write intent 2010-12-16 17:28:34 -05: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 track replicated ops SERVER-1565 2010-11-09 17:01:58 -05:00
oplogreader.h allow initial sync from secondaries SERVER-1829 2010-11-09 17:29:27 -05:00
pcre.txt
pdfile.cpp remove temp collection code 2010-12-17 00:22:20 -05:00
pdfile.h can never change _id with a full object update SERVER-2206 2010-12-12 11:19:50 -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 SERVER-2217 queryoptimizer handle properly when notablescan exception is generated in queryop init 2010-12-14 10:52:32 -08:00
queryoptimizer.h SERVER-2189 2010-12-07 23:01:40 -08:00
queryutil.cpp raise the combinatorial limit for #in queries to 4M SERVER-2205 2010-12-10 16:02:27 -05:00
queryutil.h SERVER-2189 2010-12-07 23:01:40 -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 putting back validation on setParamter replApplyBatchSize and a setParamter validation hook 2010-12-01 11:12:28 -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 fix http with auth SERVER-1952 2010-11-12 10:56:00 -05:00
restapi.h
scanandorder.h const 2010-11-16 16:11:38 -05:00
security_commands.cpp
security.cpp
security.h
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