0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2011-08-29 14:39:43 -04:00
..
commands
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 add tags field to isMaster 2011-08-19 13:59:40 -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
client.h
clientcursor.cpp
clientcursor.h
cloner.cpp
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
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
dur_commitjob.h
dur_journal.cpp Use LSN file outside of DEBUG mode 2011-08-10 17:47:21 -04:00
dur_journal.h
dur_journalformat.h
dur_journalimpl.h
dur_preplogbuffer.cpp
dur_recover.cpp
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 Rename keep_going to continue_on_error SERVER-3233 2011-08-08 12:44:52 -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 fix double comparision of -0 and 0 for v1 indexes SERVER-3682 2011-08-29 11:41:16 -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
namespace.h
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
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
queryutil.cpp SERVER-3545 uassert if elemMatch specified with ithin in or nin 2011-08-08 23:10:24 +00:00
queryutil.h
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