0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
Mathias Stearn 56122624cf compile
2011-08-31 13:12:24 -04:00
..
commands handle m/r errors via assertion exceptions to keep consistent error interface SERVER-3478 2011-08-05 12:22:30 -04:00
geo SERVER-3670 polygon edge case fixes 2011-08-22 17:03:56 -04:00
helpers
modules
ops fix yield with disk issue in update.cpp SERVER-3633 2011-08-29 14:39:43 -04:00
repl change log to warning SERVER-3712 2011-08-30 11:18:45 -04:00
stats
background.h
btree.cpp
btree.h
btreebuilder.cpp
btreebuilder.h
btreecursor.cpp change BSONObj::shallowEqual to binaryEqual 2011-08-16 14:19:44 -04:00
cap.cpp
client.cpp cleaning new profiler data SERVER-1815 2011-08-08 12:25:38 -04:00
client.h
clientcursor.cpp
clientcursor.h
cloner.cpp SERVER-3526: when a collection is renamed, its counters are kept in map, which can increase memory over time (e.g. with M/R) 2011-08-03 15:12:46 -07:00
cloner.h
cmdline.cpp don't allow access to internal user when running with --auth SERVER-3666 2011-08-23 12:08:37 -04:00
cmdline.h don't allow access to internal user when running with --auth SERVER-3666 2011-08-23 12:08:37 -04:00
commands.cpp
commands.h
common.cpp
compact.cpp
compact.h
concurrency.h
curop-inl.h
curop.h cleaning new profiler data SERVER-1815 2011-08-08 12:25:38 -04:00
cursor.cpp
cursor.h
database.cpp raise system.profile default size to 1MB SERVER-3618 2011-08-16 17:23:59 -04:00
database.h
db_10.sln
db.cpp Warn that journaling isn't default on 32-bit SERVER-3654 2011-08-22 15:42:20 -04:00
db.h
db.rc
db.vcxproj fix visual studio project files for the move of pcre. that was more painful than i expected. 2011-08-19 14:27:18 -04:00
db.vcxproj.filters fix visual studio project files for the move of pcre. that was more painful than i expected. 2011-08-19 14:27:18 -04:00
dbcommands_admin.cpp
dbcommands_generic.cpp fix ageoutjournalfiles parameter setting bug SERVER-3302 2011-08-16 12:09:09 -04:00
dbcommands.cpp fix ageoutjournalfiles parameter setting bug SERVER-3302 2011-08-16 12:09:09 -04:00
dbeval.cpp
dbhelpers.cpp
dbhelpers.h
dbmessage.cpp
dbmessage.h Rename keep_going to continue_on_error SERVER-3233 2011-08-08 12:44:52 -04:00
dbwebserver.cpp fix pcre include for client 2011-08-22 15:35:38 -04:00
dbwebserver.h
diskloc.h
driverHelpers.cpp
dur_commitjob.cpp Revert "SERVER-3447 we were overcounting bytes since last commit in some cases" 2011-08-04 10:40:34 -04:00
dur_commitjob.h Revert "SERVER-3447 we were overcounting bytes since last commit in some cases" 2011-08-04 10:40:34 -04:00
dur_journal.cpp Use LSN file outside of DEBUG mode 2011-08-10 17:47:21 -04:00
dur_journal.h SERVER-2506 configurable journal batch commit time 2011-08-08 09:06:19 -04:00
dur_journalformat.h
dur_journalimpl.h
dur_preplogbuffer.cpp
dur_recover.cpp remove unused mutex 2011-08-08 12:44:51 -04:00
dur_recover.h
dur_stats.h
dur_writetodatafiles.cpp
dur.cpp SERVER-2506 wasnt looping quite enough on journal commit checks 2011-08-19 20:11:05 -04:00
dur.h
durop.cpp
durop.h
extsort.cpp
extsort.h
filever.h
flushtest.cpp
index.cpp
index.h
indexkey.cpp
indexkey.h
instance.cpp Do objcheck for single inserts outside of writelock. SERVER-3724 2011-08-31 11:14:51 -04:00
instance.h
introspect.cpp Don't insert oversized records into system.profile SERVER-3618 2011-08-16 17:23:59 -04:00
introspect.h
javatest.cpp
jsobj.cpp change BSONObj::shallowEqual to binaryEqual 2011-08-16 14:19:44 -04:00
jsobj.h
jsobjmanipulator.h
json.cpp
json.h
key.cpp compile 2011-08-31 13:12:24 -04:00
key.h
lasterror.cpp
lasterror.h
matcher_covered.cpp
matcher.cpp SERVER-3545 uassert if elemMatch specified with ithin in or nin 2011-08-08 23:10:24 +00:00
matcher.h fix pcre include for client 2011-08-22 15:35:38 -04:00
minilex.h
module.cpp
module.h
mongo.ico
mongommf.cpp
mongommf.h
mongomutex.h
namespace-inl.h
namespace.cpp SERVER-3526: when a collection is renamed, its counters are kept in map, which can increase memory over time (e.g. with M/R) 2011-08-03 15:12:46 -07:00
namespace.h SERVER-3526: when a collection is renamed, its counters are kept in map, which can increase memory over time (e.g. with M/R) 2011-08-03 15:12:46 -07:00
nonce.cpp
nonce.h
oplog.cpp
oplog.h SERVER-3554 assert on failed yield recovery in finding start cursor 2011-08-17 21:03:54 -07:00
oplogreader.h
pcre.txt
pdfile.cpp SERVER-3526: when a collection is renamed, its counters are kept in map, which can increase memory over time (e.g. with M/R) 2011-08-03 15:12:46 -07:00
pdfile.h
projection.cpp
projection.h
queryoptimizer.cpp SERVER-3555 assert when or query yield fails to prevent potential invalid memory access 2011-08-17 21:03:54 -07:00
queryoptimizer.h SERVER-3555 assert when or query yield fails to prevent potential invalid memory access 2011-08-17 21:03:54 -07:00
queryoptimizercursor.cpp SERVER-3555 assert when or query yield fails to prevent potential invalid memory access 2011-08-17 21:03:54 -07:00
querypattern.cpp
querypattern.h
queryutil-inl.h SERVER-3373 query optimizer optimizations, primarily for non or queries 2011-08-04 22:10:34 -07:00
queryutil.cpp SERVER-3545 uassert if elemMatch specified with ithin in or nin 2011-08-08 23:10:24 +00:00
queryutil.h toString on some Field* classes 2011-08-05 11:42:56 -04:00
record.cpp fix yield with disk issue in update.cpp SERVER-3633 2011-08-29 14:39:43 -04:00
repl_block.cpp
repl_block.h
repl.cpp ignore op objects without valid ts fields, which can be the case with synthetic 'db' ops created slave side; should fix closeall bb failures 2011-08-23 13:05:44 -07:00
repl.h
replutil.h
resource.h
restapi.cpp
restapi.h
scanandorder.cpp
scanandorder.h
security_commands.cpp
security_common.cpp
security_common.h SERVER-3572 write lock for authenticate 2011-08-12 11:23:06 -04:00
security.cpp don't allow access to internal user when running with --auth SERVER-3666 2011-08-23 12:08:37 -04:00
security.h SERVER-3572 write lock for authenticate 2011-08-12 11:23:06 -04:00
taskqueue.h
tests.cpp