0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2011-07-15 13:59:16 -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 don't create multicursor for _id upsert 2011-07-15 13:59:16 -04:00
repl log cleaning 2011-07-15 10:59:24 -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
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
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 Revert "SERVER-3189 fix listDatabases race condition that was causing dbcase test to fail" 2011-07-11 22:52:41 -07: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
dur_journalformat.h
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
dur_recover.h
dur_stats.h
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
durop.cpp
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
introspect.h
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
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
mongommf.h
mongomutex.h
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
querypattern.h
queryutil-inl.h
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 don't spam in --repair because not listening 2011-07-07 14:19:59 -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
tests.cpp