0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2011-03-01 13:10:32 -05:00
..
commands typos in comment 2011-02-17 16:35:49 -05:00
geo geo indexing with nested multikeys now works as non-nested 2011-01-28 12:28:57 -05:00
helpers ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
modules ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
repl don't allow changing from localhost to hostname SERVER-2622 2011-02-28 12:57:58 -05:00
stats more background job debugging 2011-02-13 16:04:06 -05:00
background.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
btree.cpp SERVER-2631 missing commitIfNeeded in ~BtreeBuilder - 180? 2011-02-28 15:30:51 -05:00
btree.h rename function for clarity 2011-01-14 17:28:33 -08:00
btreecursor.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
cap.cpp rename backgroundIndexBuildInProgress to indexBuildInProgress 2011-01-14 16:27:07 -08:00
client.cpp fix Client::recommendedYieldMicros(). Should get indexbg1 passing 2011-01-31 16:06:08 -05:00
client.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
clientcursor.cpp more info when cannot yield 2011-02-25 00:02:07 -05:00
clientcursor.h ClientCursor::getFieldDotted 2011-02-05 17:52:36 -05:00
cloner.cpp commitIfNeeded() in cloneCollection 2011-01-10 17:16:31 -05:00
cmdline.cpp fix warning 2011-01-25 12:05:15 -05:00
cmdline.h fix --fork and relative --dbpath SERVER-2345 2011-01-25 10:53:42 -05:00
commands.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
commands.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
common.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
compact.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
concurrency.h remove dead code 2011-02-24 21:52:19 -05:00
curop-inl.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
curop.h SERVER-2323 CachedBSONObj::reset() minor cleanup 2011-01-04 11:06:29 -08:00
cursor.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
cursor.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
database.cpp SERVER-2502 2011-02-09 16:15:47 -05:00
database.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
db_10.sln add simple_client_demo.vcxproj 2011-02-24 14:39:18 -05:00
db.cpp don't clean up journal files, or do much of anything, on an abruptQuit() 2011-02-28 16:56:46 -05:00
db.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
db.rc
db.vcxproj our convention is that methods go in the cpp if not one liners and not performance critical for inlining 2011-02-27 11:23:04 -05:00
db.vcxproj.filters our convention is that methods go in the cpp if not one liners and not performance critical for inlining 2011-02-27 11:23:04 -05:00
dbcommands_admin.cpp more background job debugging 2011-02-13 16:04:06 -05:00
dbcommands_generic.cpp move availableQueryOptions to dbcommands_generic so it works in mongos SERVER-2462 2011-02-02 01:00:38 -05:00
dbcommands.cpp debugging for slow server status 2011-02-28 18:40:02 -05:00
dbeval.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
dbhelpers.cpp finish curop in helpers SERVER-2578 2011-02-25 16:46:13 -05:00
dbhelpers.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
dbmessage.h DbMessage::getInt64 helper 2011-02-05 17:52:36 -05:00
dbwebserver.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
dbwebserver.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
diskloc.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
driverHelpers.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
dur_commitjob.cpp SERVER-2500 private map was using too much memory on windows 2011-02-15 15:04:12 -05:00
dur_commitjob.h Fix race condition with waiting for dur commit 2011-03-01 13:10:32 -05:00
dur_journal.cpp change to a faster checksum (old was md5). new is less discriminating but fast. 2011-02-24 13:34:42 -05:00
dur_journal.h rename function 2011-01-10 13:58:14 -05:00
dur_journalformat.h change to a faster checksum (old was md5). new is less discriminating but fast. 2011-02-24 13:34:42 -05:00
dur_journalimpl.h dur try to fix fileId bug 2011-02-07 13:48:32 -05:00
dur_preplogbuffer.cpp change to a faster checksum (old was md5). new is less discriminating but fast. 2011-02-24 13:34:42 -05:00
dur_recover.cpp fix invalid 'unexpected file in journal directory' error message. 2011-03-01 08:05:51 -05:00
dur_recover.h log less 2011-02-02 02:51:54 -05:00
dur_stats.h csv output for dbtests perf for easy spreadsheetization 2011-02-23 20:51:04 -05:00
dur_writetodatafiles.cpp fix durability with _DEBUG 2011-01-05 15:40:43 -05:00
dur.cpp faster: groupCommit already catches exceptions 2011-02-24 19:07:44 -05:00
dur.h mispelling 2011-01-26 17:25:08 -08:00
durop.cpp assert on error writing file during recovery 2011-01-14 16:27:06 -08:00
durop.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
extsort.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
extsort.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
filever.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
flushtest.cpp
index.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
index.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
indexkey.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
indexkey.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
instance.cpp typo in log msg 2011-02-11 10:58:52 -05:00
instance.h comment 2011-02-15 15:04:10 -05:00
introspect.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
introspect.h
javatest.cpp
jsobj.cpp make getFieldDottedOrArray 2x faster 2011-01-31 00:12:04 -05:00
jsobj.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
jsobjmanipulator.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
json.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
json.h
lasterror.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
lasterror.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
matcher_covered.cpp constructor should be explicit 2011-01-05 12:32:54 -05:00
matcher.cpp remove( { x : undefined } ) should not delete everything in the collection SERVER-2384 2011-01-21 02:51:21 -05:00
matcher.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
minilex.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
module.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
module.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
mongo.ico
mongommf.cpp elim warning on 32 bit 2011-02-24 14:37:40 -05:00
mongommf.h compile 2011-02-21 11:14:01 -05:00
mongomutex.h need to init the client earlier as shutdown may try to acquire a lock and that assumes there is a client for the thread 2011-01-13 21:51:28 -05:00
namespace-inl.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
namespace.cpp rename backgroundIndexBuildInProgress to indexBuildInProgress 2011-01-14 16:27:07 -08:00
namespace.h SERVER-2500 private map was using too much memory on windows 2011-02-15 15:04:12 -05:00
nonce.cpp correct nonce on os x 2011-02-22 11:29:49 -05:00
nonce.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
oplog.cpp missing WriteIntent during RS initial sync 2011-01-12 17:40:14 -05:00
oplog.h SERVER-2558 don't orphan client cursors in FindingStartCursor 2011-02-15 17:26:15 -08:00
oplogreader.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
pcre.txt
pdfile.cpp rare warning 2011-02-28 18:16:58 -05:00
pdfile.h better error message 2011-02-11 11:19:38 -05:00
projection.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
projection.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
query.cpp SERVER-2451 guard dropped cursor on explain yield 2011-01-31 21:02:49 -08:00
query.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
queryoptimizer.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
queryoptimizer.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
queryutil.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
queryutil.h comments 2011-01-31 15:58:55 -08:00
repl_block.cpp cleaner pointer handling in SlaveTracking 2011-02-10 11:47:13 -05:00
repl_block.h better comments 2011-01-17 22:11:57 -05:00
repl.cpp comment 2011-02-03 12:12:15 -05:00
repl.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
replpair.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
resource.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
restapi.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
restapi.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
scanandorder.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
security_commands.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
security_key.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
security_key.h rs auth 2010-12-27 16:07:33 -05:00
security.cpp ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
security.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
taskqueue.h old compilers were giving a warning try to eliminate it. 2011-02-14 12:32:23 -05:00
tests.cpp towards a new capped impl; NamespaceDetails readability; cleaning 2010-09-09 07:12:17 -04:00
update.cpp fix update memory leak on user error SERVER-2497 2011-02-08 21:24:09 -05:00
update.h ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00