0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/db
2011-07-16 08:03:52 -04:00
..
commands Clean up cursor if exception thrown in reduce 2011-07-08 18:15:36 -04:00
geo recheck ok() - fix for the fix SERVER-3428 2011-07-14 11:45:27 -04:00
helpers
modules net cleaning: move message.* to net/ 2011-06-26 17:13:54 -04:00
ops fix upsert 2011-07-15 20:48:40 -04:00
repl fix concurrency around GhostSync 2011-07-16 08:03:52 -04:00
stats net cleaning: move message.* to net/ 2011-06-26 17:13:54 -04:00
background.h
btree.cpp compile gcc 2011-07-05 11:22:02 -04:00
btree.h set keysize in v1 to 1KB 2011-07-05 16:12:11 -04:00
btreebuilder.cpp SERVER-984 sorting of infinity 2011-07-05 11:17:05 -04:00
btreebuilder.h an index v1 buf fix and a bunch of cleaning/safety 2011-06-27 14:11:46 -04:00
btreecursor.cpp fix an issue with cursors on a delete bucket from within deleteObjects 2011-06-28 00:55:06 -04:00
cap.cpp more cleaning 2011-06-22 15:51:08 -04:00
client.cpp better handsake 2011-07-08 13:22:45 -04:00
client.h put thread if in currentOp() 2011-05-29 04:05:49 -04:00
clientcursor.cpp set keysize in v1 to 1KB 2011-07-05 16:12:11 -04:00
clientcursor.h ClientCursor::getFieldsDotted safe for v1 indexes 2011-07-01 10:07:38 -04:00
cloner.cpp more cleaning 2011-06-22 15:51:08 -04:00
cloner.h SERVER-2111 Synchronize db names with master if a case conflict is detected in replication 2011-04-12 21:54:20 -07:00
cmdline.cpp move connTicketHolder 2011-06-26 18:41:08 -04:00
cmdline.h put objcheck in CmdLine 2011-06-26 18:28:45 -04:00
commands.cpp move runAgainstRegistered to sharding SERVER-921 2011-06-22 14:20:53 -04:00
commands.h split out sharding/non-sharding shutdown 2011-06-10 12:35:33 -04:00
common.cpp stub doPreServerStatupInits() 2011-06-17 14:57:16 -04:00
compact.cpp use legacy compare for legacy index building 2011-06-16 16:35:07 -04:00
compact.h remove BSONObjSetDefaultOrder and avoid inheriting from stl class 2011-06-02 13:34:26 -04:00
concurrency.h remove dead code 2011-02-24 21:52:19 -05:00
curop-inl.h
curop.h spinlock default implementation was using rwlock which is suboptimal. 2011-07-11 17:19:11 -04:00
cursor.cpp
cursor.h SERVER-2977 add yielding, simple ordering, and some exception handling to query optimizer cursor 2011-05-17 12:20:08 -07:00
database.cpp towards proper --quotafiles support 2011-05-23 20:03:24 -04:00
database.h towards proper --quotafiles support 2011-05-23 20:03:24 -04:00
db_10.sln curTimeMillis() was dubious as it rolls over frequently -- so eliminate it. 2011-06-02 23:49:49 -04:00
db.cpp clean up --sysinfo output 2011-07-08 18:15:36 -04:00
db.h net cleaning: move message.* to net/ 2011-06-26 17:13:54 -04:00
db.rc
db.vcxproj add findandmodify.cpp to vcxproj 2011-07-01 13:29:04 -04:00
db.vcxproj.filters add findandmodify.cpp to vcxproj 2011-07-01 13:29:04 -04:00
dbcommands_admin.cpp put full extends in validate with full 2011-06-27 02:09:12 -04:00
dbcommands_generic.cpp more cleaning 2011-06-22 15:51:08 -04:00
dbcommands.cpp more timing for serverStatus 2011-07-16 07:32:53 -04:00
dbeval.cpp more cleaning 2011-06-22 15:51:08 -04:00
dbhelpers.cpp SERVER-2563 - make ClientCursor check disk location for record in memory if its going to be needed 2011-06-23 15:46:10 -04:00
dbhelpers.h
dbmessage.cpp compile vstudio 2011-06-27 09:15:53 -04:00
dbmessage.h when a writeback request fails, don't writeback, deal with it inline 2011-07-08 13:23:25 -04:00
dbwebserver.cpp net cleaning: move message.* to net/ 2011-06-26 17:13:54 -04:00
dbwebserver.h
diskloc.h 56 bit disklocs in btree v1 2011-06-20 10:17:42 -04:00
driverHelpers.cpp
dur_commitjob.cpp don't wassert for too much data written uncommited since it propogates via GLE 2011-06-30 18:27:58 -04:00
dur_commitjob.h dead code elim 2011-07-11 08:11:38 -04:00
dur_journal.cpp crlf 2011-07-01 11:25:48 -04:00
dur_journal.h clarify confusing log line 2011-03-01 21:20:34 -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 temp stop age out of journal files for backups. backport? 2011-06-21 12:48:31 -04:00
dur_preplogbuffer.cpp prep for some compiler hinting in the future 2011-07-11 09:31:33 -04:00
dur_recover.cpp debugging asserts for SERVER-2755 2011-04-04 14:50:33 -04:00
dur_recover.h attempt to fix setNoJournal. it could have been racing with WRITETODATAFILES? 2011-03-20 11:43:24 -04:00
dur_stats.h csv output for dbtests perf for easy spreadsheetization 2011-02-23 20:51:04 -05:00
dur_writetodatafiles.cpp dead code elim 2011-07-11 08:11:38 -04:00
dur.cpp comments 2011-07-09 14:11:42 -04:00
dur.h Merge branch 'master' into main 2011-05-03 15:53:27 -04:00
durop.cpp replace "dur" with "journal" in log messages 2011-04-04 12:15:23 -04:00
durop.h
extsort.cpp use legacy compare for legacy index building 2011-06-16 16:35:07 -04:00
extsort.h use legacy compare for legacy index building 2011-06-16 16:35:07 -04:00
filever.h
flushtest.cpp
index.cpp an index v1 buf fix and a bunch of cleaning/safety 2011-06-27 14:11:46 -04:00
index.h support geo indexes with v1 index 2011-06-27 00:14:53 -04:00
indexkey.cpp more cleaning 2011-06-22 15:51:08 -04:00
indexkey.h 56 bit disklocs in btree v1 2011-06-20 10:17:42 -04:00
instance.cpp return 0 instead of throwing getMoreWaitException 2011-07-14 15:44:34 -04:00
instance.h fix connection pooling with socket timeouts 2011-07-12 13:48:20 -04:00
introspect.cpp put authed username in system.profile SERVER-3074 2011-05-10 14:50:32 -04:00
introspect.h put fields into system.profile, not a big string SERVER-3061 2011-05-08 00:53:07 -04:00
javatest.cpp
jsobj.cpp Merge branch 'master' of github.com:mongodb/mongo into bug-csvFullStop 2011-07-01 16:00:18 -04:00
jsobj.h
jsobjmanipulator.h
json.cpp SERVER-2950 use strtod to parse real numbers from json strings 2011-06-09 11:45:21 -04:00
json.h
key.cpp SERVER-984 sorting of infinity 2011-07-05 11:17:05 -04:00
key.h fix last commit breakage 2011-06-27 14:38:10 -04:00
lasterror.cpp net cleaning: move message.* to net/ 2011-06-26 17:13:54 -04:00
lasterror.h remove all clientId related code and systems, and just use tls SERVER-2872 2011-03-30 17:04:22 -04:00
matcher_covered.cpp fix an issue with cursors on a delete bucket from within deleteObjects 2011-06-28 00:55:06 -04:00
matcher.cpp SERVER-3192 require atomic specifier to be top level 2011-06-15 21:03:06 -07:00
matcher.h SERVER-2563 - make ClientCursor check disk location for record in memory if its going to be needed 2011-06-23 15:46:10 -04:00
minilex.h
module.cpp
module.h
mongo.ico
mongommf.cpp fix a race bug with mmmutex and dur in particular with closealldatabases 2011-04-29 14:50:41 -04:00
mongommf.h be sure we are flushing the right view 2011-03-03 14:57:36 -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 fix error codes 2011-06-06 14:41:56 -04:00
namespace.cpp more cleaning 2011-06-22 15:51:08 -04:00
namespace.h Revert "Revert "increase query cache clear threshold"" 2011-06-21 10:51:15 -07:00
nonce.cpp clean up nonce implementation 2011-06-05 18:13:18 -04:00
nonce.h clean up nonce implementation 2011-06-05 18:13:18 -04:00
oplog.cpp more cleaning 2011-06-22 15:51:08 -04:00
oplog.h some include cleaning 2011-06-21 01:56:49 -04:00
oplogreader.h fast sync passthrough SERVER-992 2011-06-09 15:05:34 -04:00
pcre.txt
pdfile.cpp SERVER-2563 - make ClientCursor check disk location for record in memory if its going to be needed 2011-06-23 15:46:10 -04:00
pdfile.h don't spam in --repair because not listening 2011-07-07 14:19:59 -04:00
projection.cpp use firstElementFieldName() 2011-05-23 20:03:19 -04:00
projection.h Make findAndModify work when _id is removed in projection SERVER-2626 2011-05-31 15:28:56 -04:00
queryoptimizer.cpp QueryPlanSet::Runner::mayYield cleaning 2011-06-24 16:23:13 -04:00
queryoptimizer.h net cleaning: message split checkpoint where everything works 2011-06-26 18:11:45 -04:00
queryoptimizercursor.cpp Implement indexKeyPattern in additional cursors, now that it is required in matcher 2011-06-15 21:03:06 -07:00
querypattern.cpp compile 2011-04-25 14:21:10 -07:00
querypattern.h compile 2011-04-25 14:21:10 -07:00
queryutil-inl.h rename FieldRangeOrSet to OrRangeGenerator 2011-05-02 10:33:52 -07:00
queryutil.cpp removed global debugString with Message::toString 2011-06-26 18:36:05 -04:00
queryutil.h SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable for an index 2011-06-02 10:23:32 -04:00
record.cpp slightly safer record usage of compiler hack 2011-07-15 17:58:29 -04:00
repl_block.cpp slave tracking optimizations 2011-07-14 13:40:22 -04:00
repl_block.h expose tagging to getLastError SERVER-992 2011-06-09 15:06:35 -04:00
repl.cpp net cleaning: move message.* to net/ 2011-06-26 17:13:54 -04:00
repl.h safer access SERVER-3335 2011-06-26 01:14:06 -04:00
replutil.h more cleaning 2011-06-22 15:51:08 -04:00
resource.h
restapi.cpp net cleaning: move message.* to net/ 2011-06-26 17:13:54 -04:00
restapi.h
scanandorder.h SERVER-480 SERVER-2884 Perform in memory sorts by generating keys suitable for an index 2011-06-02 10:23:32 -04:00
security_commands.cpp split security into s-only, d-only, and common SERVER-921 2011-06-22 14:20:53 -04:00
security_common.cpp split security into s-only, d-only, and common SERVER-921 2011-06-22 14:20:53 -04:00
security_common.h split security into s-only, d-only, and common SERVER-921 2011-06-22 14:20:53 -04:00
security.cpp split security into s-only, d-only, and common SERVER-921 2011-06-22 14:20:53 -04:00
security.h split security into s-only, d-only, and common SERVER-921 2011-06-22 14:20:53 -04:00
taskqueue.h old compilers were giving a warning try to eliminate it. 2011-02-14 12:32:23 -05:00
tests.cpp