.. |
commands
|
comment
|
2011-11-02 20:43:02 -04:00 |
geo
|
don't overwrite dirty point when adding new SERVER-3688
|
2011-10-04 11:27:43 -04:00 |
helpers
|
|
|
modules
|
full API change to command interface, add options SERVER-3405
|
2011-07-27 15:59:27 -04:00 |
ops
|
preparation for having a clean collection object
|
2011-11-17 14:40:14 -05:00 |
repl
|
Do not leave initial sync until minvalid is reached SERVER-4294
|
2011-11-16 14:33:49 -05:00 |
stats
|
SERVER-4041 -- Spelling error on web server
|
2011-10-09 10:40:25 -04:00 |
background.h
|
|
|
btree.cpp
|
add the number of key node numbers to shape SERVER-4104
|
2011-10-20 10:43:40 +08:00 |
btree.h
|
check cached geo results when collection is modified on advance() SERVER-3688
|
2011-10-04 11:27:42 -04:00 |
btreebuilder.cpp
|
|
|
btreebuilder.h
|
|
|
btreecursor.cpp
|
Allow cursors to use the spec provided by FRV - prep for SERVER-3688
|
2011-10-04 11:27:42 -04:00 |
cap.cpp
|
|
|
client_common.h
|
cleaning. we want to use pch.h as little as possible (zero eventually)
|
2011-10-02 13:38:29 -04:00 |
client.cpp
|
comments and logging
|
2011-11-12 12:01:55 -05:00 |
client.h
|
crlf
|
2011-11-17 08:09:07 -05:00 |
clientcursor.cpp
|
Keep advancing cursor until no longer pointing to deleted record SERVER-4154
|
2011-10-26 13:50:40 -04:00 |
clientcursor.h
|
make a long running operation terminate if the client has disconnected. we check for this at the beginning
|
2011-10-11 15:16:01 -04:00 |
cloner.cpp
|
Cloner shouldn't call logOp() when creating a collection on the secondary SERVER-3939
|
2011-11-16 14:33:49 -05:00 |
cloner.h
|
Auth before cloning collection during rollback SERVER-4115
|
2011-10-25 11:47:43 -04:00 |
cmdline.cpp
|
use filesystem friendly syslog ident
|
2011-10-27 16:16:46 -04:00 |
cmdline.h
|
minor
|
2011-10-26 15:55:03 -04:00 |
collection.h
|
preparation for having a clean collection object
|
2011-11-17 14:40:14 -05:00 |
commands.cpp
|
remove pcre dependency from the cpp client
|
2011-09-14 22:12:44 -04:00 |
commands.h
|
cloud cmd for custom dynamic naming beginnings
|
2011-10-03 09:33:22 -04:00 |
common.cpp
|
|
|
compact.cpp
|
preparation for having a clean collection object
|
2011-11-17 14:40:14 -05:00 |
compact.h
|
|
|
concurrency.h
|
concurrency cleaning
|
2011-11-10 16:35:34 -05:00 |
curop-inl.h
|
|
|
curop.h
|
comments and logging
|
2011-11-12 12:01:55 -05:00 |
cursor.cpp
|
|
|
cursor.h
|
allow cursor to specify whether auto-deduping is enabled SERVER-3688
|
2011-10-04 11:27:42 -04:00 |
d_concurrency.cpp
|
prep
|
2011-11-17 14:40:09 -05:00 |
d_concurrency.h
|
concurrency work
|
2011-11-17 08:05:15 -05:00 |
database.cpp
|
move validDBName from Database to NamespaceString
|
2011-11-16 15:40:58 -05:00 |
database.h
|
prep
|
2011-11-17 14:40:09 -05:00 |
db_10.sln
|
beginnings of a perf test
|
2011-10-28 12:06:29 -04:00 |
db.cpp
|
fix DiagLog race condition. while at it some cleaning
|
2011-11-14 18:38:16 -05:00 |
db.h
|
finish migration of Database::validDBName to NamespaceString::validDBName
|
2011-11-16 15:40:58 -05:00 |
db.rc
|
|
|
db.vcxproj
|
vcxproj
|
2011-10-30 21:37:30 -04:00 |
db.vcxproj.filters
|
vcxproj
|
2011-10-30 21:37:30 -04:00 |
dbcommands_admin.cpp
|
Revert "Stop fsync-lock from blocking out reads. SERVER-4243"
|
2011-11-15 12:13:49 -05:00 |
dbcommands_generic.cpp
|
make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837
|
2011-11-14 15:49:24 -05:00 |
dbcommands.cpp
|
fix DiagLog race condition. while at it some cleaning
|
2011-11-14 18:38:16 -05:00 |
dbeval.cpp
|
more commands require authentication SERVER-3773
|
2011-09-29 13:07:14 -04:00 |
dbhelpers.cpp
|
|
|
dbhelpers.h
|
comment
|
2011-09-12 23:32:54 -04:00 |
dbmessage.cpp
|
|
|
dbmessage.h
|
Rename keep_going to continue_on_error SERVER-3233
|
2011-08-08 12:44:52 -04:00 |
dbwebserver.cpp
|
SERVER-2917: REST interface now authenticate user to db when user successfully authenticates to web server
|
2011-10-19 12:34:35 -04:00 |
dbwebserver.h
|
|
|
diskloc.h
|
|
|
driverHelpers.cpp
|
full API change to command interface, add options SERVER-3405
|
2011-07-27 15:59:27 -04:00 |
dur_commitjob.cpp
|
utilize two step index insertion with record insert code
|
2011-09-12 23:22:19 -04:00 |
dur_commitjob.h
|
Don't destroy CommitJob. Causing stackdump after shutdown
|
2011-09-26 12:18:50 -04:00 |
dur_journal.cpp
|
better logging on a fatal journalingFailure
|
2011-11-16 14:21:47 -05:00 |
dur_journal.h
|
SERVER-2506 configurable journal batch commit time
|
2011-08-08 09:06:19 -04:00 |
dur_journalformat.h
|
journal compression
|
2011-08-02 02:41:45 -04:00 |
dur_journalimpl.h
|
various mutex cleanup. fix a bug with recursive lock of nonrecursive mutex. detect recursion with SimpleMutex. use SimpleMutex.
|
2011-10-03 18:14:34 -04:00 |
dur_preplogbuffer.cpp
|
comments and such
|
2011-11-17 10:11:10 -05:00 |
dur_recover.cpp
|
Merge branch 'master' of github.com:mongodb/mongo
|
2011-10-03 13:43:34 -04:00 |
dur_recover.h
|
journal compression
|
2011-08-02 02:41:45 -04:00 |
dur_stats.h
|
journal compression. the write half of the work.
|
2011-08-02 02:39:04 -04:00 |
dur_writetodatafiles.cpp
|
logging for journaling at higher trace log levels
|
2011-11-12 15:56:41 -05:00 |
dur.cpp
|
logging for journaling at higher trace log levels
|
2011-11-12 15:56:41 -05:00 |
dur.h
|
|
|
durop.cpp
|
|
|
durop.h
|
journal compression
|
2011-08-02 02:39:51 -04:00 |
extsort.cpp
|
comment
|
2011-11-12 15:56:08 -05:00 |
extsort.h
|
|
|
filever.h
|
|
|
flushtest.cpp
|
|
|
globals.h
|
concurrency
|
2011-10-26 15:27:19 -04:00 |
index.cpp
|
preparation for having a clean collection object
|
2011-11-17 14:40:14 -05:00 |
index.h
|
phasedindexinsert enhancement slight
|
2011-09-12 23:22:31 -04:00 |
indexkey.cpp
|
better error message w/context of index/field
|
2011-09-28 11:51:46 -04:00 |
indexkey.h
|
merge assert codes and fix mongos linking
|
2011-07-31 09:34:04 -07:00 |
instance.cpp
|
Merge branch 'master' of github.com:mongodb/mongo
|
2011-11-17 10:11:15 -05:00 |
instance.h
|
comment
|
2011-11-17 08:05:12 -05:00 |
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
|
return arrays if arrays given SERVER-3661
|
2011-09-29 12:45:09 -04:00 |
jsobj.h
|
|
|
jsobjmanipulator.h
|
|
|
json.cpp
|
better $timestamp format
|
2011-09-28 10:20:29 -04:00 |
json.h
|
|
|
key.cpp
|
two step key addition to indexes
|
2011-09-12 23:22:10 -04:00 |
key.h
|
two step key addition to indexes
|
2011-09-12 23:22:10 -04:00 |
lasterror.cpp
|
|
|
lasterror.h
|
|
|
matcher_covered.cpp
|
logging for matcher
|
2011-11-04 16:52:48 -04:00 |
matcher.cpp
|
spaces, not tabs.
|
2011-11-16 13:51:59 -05:00 |
matcher.h
|
spaces, not tabs.
|
2011-11-16 13:51:59 -05:00 |
minilex.h
|
|
|
module.cpp
|
|
|
module.h
|
|
|
mongo.ico
|
|
|
mongommf.cpp
|
|
|
mongommf.h
|
better logging on a fatal journalingFailure
|
2011-11-16 14:21:47 -05:00 |
mongomutex.h
|
Revert "Stop fsync-lock from blocking out reads. SERVER-4243"
|
2011-11-15 12:13:49 -05:00 |
namespace_common.h
|
move validDBName from Database to NamespaceString
|
2011-11-16 15:40:58 -05:00 |
namespace-inl.h
|
|
|
namespace.cpp
|
preparation for having a clean collection object
|
2011-11-17 14:40:14 -05:00 |
namespace.h
|
preparation for having a clean collection object
|
2011-11-17 14:40:14 -05:00 |
nonce.cpp
|
|
|
nonce.h
|
|
|
oplog.cpp
|
Generalize recloning docs on initial oplog application SERVER-3367
|
2011-11-11 18:24:36 -05:00 |
oplog.h
|
Generalize recloning docs on initial oplog application SERVER-3367
|
2011-11-11 18:24:36 -05:00 |
oplogreader.h
|
Don't crash node if it doesn't have a cursor to the primary for replication.
|
2011-11-03 18:55:39 -04:00 |
pcre.txt
|
|
|
pdfile.cpp
|
preparation for having a clean collection object
|
2011-11-17 14:40:14 -05:00 |
pdfile.h
|
use PDFILE_VERSION instead of VERSION since its such a common name SERVER-3671
|
2011-10-22 12:03:38 -04:00 |
projection.cpp
|
|
|
projection.h
|
|
|
queryoptimizer.cpp
|
make a long running operation terminate if the client has disconnected. we check for this at the beginning
|
2011-10-11 15:16:01 -04:00 |
queryoptimizer.h
|
allow cursor to specify whether auto-deduping is enabled SERVER-3688
|
2011-10-04 11:27:42 -04:00 |
queryoptimizercursor.cpp
|
comments
|
2011-09-13 08:38:20 -07:00 |
querypattern.cpp
|
SERVER-2864 allow generating a query pattern when there is an invalid range for a field
|
2011-09-13 08:38:19 -07:00 |
querypattern.h
|
SERVER-2864 allow generating a query pattern when there is an invalid range for a field
|
2011-09-13 08:38:19 -07:00 |
queryutil-inl.h
|
elim warning with vcpp
|
2011-11-07 13:40:54 -05:00 |
queryutil.cpp
|
logging for matcher
|
2011-11-04 16:52:05 -04:00 |
queryutil.h
|
logging for matcher
|
2011-11-04 16:52:05 -04:00 |
record.cpp
|
faster, at least with gcc44
|
2011-10-07 11:04:51 -04:00 |
repl_block.cpp
|
Don't clear slave cache as often SERVER-4278
|
2011-11-14 16:31:22 -05:00 |
repl_block.h
|
|
|
repl.cpp
|
Generalize recloning docs on initial oplog application SERVER-3367
|
2011-11-11 18:24:36 -05:00 |
repl.h
|
Generalize recloning docs on initial oplog application SERVER-3367
|
2011-11-11 18:24:36 -05:00 |
replutil.h
|
clearer logging
|
2011-09-22 22:44:06 -04:00 |
resource.h
|
|
|
restapi.cpp
|
tweak web admin page
|
2011-10-11 19:13:31 -04:00 |
restapi.h
|
|
|
scanandorder.cpp
|
update vcxproj
|
2011-08-02 09:53:35 -04:00 |
scanandorder.h
|
SERVER-3513 standardize on 32mb limit for scan and order
|
2011-08-01 17:54:35 -04:00 |
security_commands.cpp
|
change from an int to enum for authentication level prep for SERVER-4156
|
2011-10-26 17:43:04 -04:00 |
security_common.cpp
|
change from an int to enum for authentication level prep for SERVER-4156
|
2011-10-26 17:43:04 -04:00 |
security_common.h
|
SERVER-2917: REST interface now authenticate user to db when user successfully authenticates to web server
|
2011-10-19 12:34:35 -04:00 |
security.cpp
|
Revert "build index in system.user on insert SERVER-3572"
|
2011-10-24 18:21:32 -04:00 |
security.h
|
change from an int to enum for authentication level prep for SERVER-4156
|
2011-10-26 17:43:04 -04:00 |
taskqueue.h
|
|
|
tests.cpp
|
|
|