0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2010-12-06 20:25:20 -05:00
..
commands some m/r cleaning 2010-12-06 17:39:13 -05:00
geo get if a cursor is a multi key 2010-11-15 10:22:20 -05:00
helpers
modules
repl show host when attempting initial hb 2010-12-06 17:12:40 -05:00
stats handle overflow in opcounters a bit nicer SERVER-1907 2010-11-11 01:30:21 -05:00
background.h
btree.cpp btree balance rather than delete bucket 2010-11-23 12:31:30 -08:00
btree.h btree balance rather than delete bucket 2010-11-23 12:31:30 -08:00
btreecursor.cpp conventions cleaning 2010-11-10 11:49:28 -05:00
bufreader.h dur 2010-11-26 18:18:24 -05:00
cap.cpp
client.cpp move include to top of file from bottom 2010-11-04 09:00:39 -04:00
client.h move inl header inclusion to top 2010-11-04 09:07:28 -04: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 putting back validation on setParamter replApplyBatchSize and a setParamter validation hook 2010-12-01 11:12:28 -05:00
cmdline.h putting back validation on setParamter replApplyBatchSize and a setParamter validation hook 2010-12-01 11:12:28 -05:00
commands.cpp
commands.h
common.cpp dur remap 2010-11-27 15:25:08 -05:00
compact.cpp move include to top of file from bottom 2010-11-04 09:00:39 -04:00
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 move include to top of file from bottom 2010-11-04 09:00:39 -04:00
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 envp is not used 2010-11-28 20:23:49 -05:00
db.h
db.rc
db.vcxproj refactor OID class a bit, cleanup, better id generation SERVER-2175 2010-12-05 20:56:51 -05:00
db.vcxproj.filters refactor OID class a bit, cleanup, better id generation SERVER-2175 2010-12-05 20:56:51 -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 use boost::once for getHostNameCached and adding host to some commands 2010-11-28 02:07:38 -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
diskloc.h SERVER-2007 in btree code use const qualifiers to better enforce durability requirements, also attempt to remove memory state dependencies between functions and make remaining dependencies more explicit 2010-11-03 20:25:33 -07:00
driverHelpers.cpp move inl header inclusion to top 2010-11-04 09:07:28 -04:00
dur_commitjob.h dur bug fix and lots of asserts 2010-12-01 13:16:37 -05:00
dur_journal.cpp --dur cmd line option to dbtest program 2010-11-30 14:04:48 -05:00
dur_journal.h dur 2010-11-26 18:18:24 -05:00
dur_journalformat.h dur 2010-11-26 18:18:24 -05:00
dur_recover.cpp dur fix an intent in dbtests and some other diag stuff 2010-12-06 17:24:30 -05:00
dur.cpp tweak name 2010-12-06 20:25:20 -05:00
dur.h dur safer 2010-12-06 19:30:34 -05:00
durop.cpp spelling 2010-12-06 19:12:05 -05:00
durop.h spelling 2010-12-06 19:12:05 -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 dur fix an intent in dbtests and some other diag stuff 2010-12-06 17:24:30 -05:00
instance.h move include to top of file from bottom 2010-11-04 09:00:39 -04:00
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp refactor OID class a bit, cleanup, better id generation SERVER-2175 2010-12-05 20:56:51 -05:00
jsobj.h
jsobjmanipulator.h
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 notes for SERVER-1264 2010-11-15 10:22:08 -05:00
minilex.h
module.cpp
module.h
mongo.ico
mongommf.cpp dur bug fix and lots of asserts 2010-12-01 13:16:37 -05:00
mongommf.h dur 2010-11-30 14:46:18 -05:00
mongomutex.h tweak name 2010-12-06 20:25:20 -05:00
namespace-inl.h move inl header inclusion to top 2010-11-04 09:07:28 -04:00
namespace.cpp dur safer 2010-12-06 19:30:34 -05:00
namespace.h comments 2010-11-16 14:44:39 -05:00
nonce.cpp better getrandomnumber on windows SERVER-2175 2010-12-05 17:10:51 -05:00
nonce.h
oplog.cpp fix regression of pretouch slave repl 2010-11-28 23:44:23 -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 dur remap 2010-11-27 15:25:08 -05:00
pdfile.h dur fix an intent in dbtests and some other diag stuff 2010-12-06 17:24:30 -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 get if a cursor is a multi key 2010-11-15 10:22:20 -05:00
queryoptimizer.h get if a cursor is a multi key 2010-11-15 10:22:20 -05:00
queryutil.cpp more FieldMatcher cleaning 2010-11-15 16:36:02 -05:00
queryutil.h more FieldMatcher cleaning 2010-11-15 16:36:02 -05:00
repl_block.cpp
repl_block.h
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 move include to top of file from bottom 2010-11-04 09:00:39 -04:00
security.h
tests.cpp
update.cpp cleaning update durability code 2010-11-02 20:15:31 -04:00
update.h cleaning update durability code 2010-11-02 20:15:31 -04:00