0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2011-05-23 20:03:05 -04:00
..
commands SERVER-2977 use query optimizer cursor for distinct 2011-05-17 22:54:22 -07:00
geo exact points included in polygon 2011-05-22 21:23:54 -04:00
helpers
modules
repl comments, cleaning 2011-05-23 20:03:03 -04:00
stats fix dbtop in webconsole 2011-03-10 15:58:47 -05:00
background.h
btree.cpp fix condition and make normal assert 2011-05-06 19:37:59 -04:00
btree.h fix comment 2011-05-17 12:20:08 -07:00
btreebuilder.cpp compile gcc 4.4 2011-05-02 18:16:03 -04:00
btreebuilder.h compile gcc 4.4 2011-05-02 18:16:03 -04:00
btreecursor.cpp fix bug in new btreecursor code was breaking delx.js 2011-05-04 15:10:51 -04:00
cap.cpp Merge branch 'master' into main 2011-05-03 15:53:27 -04:00
client.cpp access to progress meter in db.currentOp() SERVER-2167 2011-05-17 10:50:12 -04:00
client.h comments, cleaning 2011-05-23 20:03:03 -04:00
clientcursor.cpp SERVER-2977 add yielding, simple ordering, and some exception handling to query optimizer cursor 2011-05-17 12:20:08 -07:00
clientcursor.h Matching class/struct 2011-05-09 11:46:22 -04:00
cloner.cpp allow slaveOk on copydb command 2011-04-15 16:51:21 -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 code back to header so mongo_client_lib.cpp doesnt break 2011-04-14 21:21:59 -04:00
cmdline.h move code back to header so mongo_client_lib.cpp doesnt break 2011-04-14 21:21:59 -04:00
commands.cpp remove unused variable 2011-03-30 01:37:21 -04:00
commands.h StackBufBuilder 2011-05-10 12:40:01 -04:00
common.cpp check we are in writelock on optime::now. also tune it a bit 2011-05-14 20:16:24 -04:00
compact.cpp compact command is now live in 1.9 2011-04-12 12:10:54 -04:00
compact.h DRY 2011-04-04 16:41:58 -04:00
concurrency.h
curop-inl.h
curop.h put fields into system.profile, not a big string SERVER-3061 2011-05-08 00:53:07 -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 _dbprofile variable wasnt always being set correctly in CurOp 2011-04-23 13:50:53 -04:00
database.h SERVER-2111 Synchronize db names with master if a case conflict is detected in replication 2011-04-12 21:54:20 -07:00
db_10.sln cleaning 2011-05-23 20:03:05 -04:00
db.cpp convert WriteBack cleaner to periodic task 2011-05-17 14:23:18 -04:00
db.h
db.rc
db.vcxproj remove WIN32 define from vcxprojs 2011-05-11 13:55:41 -04:00
db.vcxproj.filters add queryoptimizercursor.cpp to vcxproj 2011-05-09 20:27:27 -04:00
dbcommands_admin.cpp full should imply scanData in validate command SERVER-3041 2011-05-12 14:49:20 -04:00
dbcommands_generic.cpp clean includes 2011-05-04 10:27:23 -07:00
dbcommands.cpp make serverStatus more obvious with journal 2011-05-18 20:05:56 -04:00
dbeval.cpp SERVER-2579: all v8 object creation is now lazy. 2011-05-02 16:08:41 -07:00
dbhelpers.cpp don't override cursor matcher with default op matcher 2011-05-11 13:41:46 -04:00
dbhelpers.h
dbmessage.h SERVER-2552 initialize result flags for empty get more result 2011-03-17 14:32:36 -07:00
dbwebserver.cpp re: Jira.SERVER-2785, added charset=utf8 where needed 2011-05-05 03:57:00 +08:00
dbwebserver.h
diskloc.h versions for btree. checkpointing so far 2011-04-20 15:45:32 -04:00
driverHelpers.cpp
dur_commitjob.cpp abort _DEBUG on wasserts, they arent supposed to happen 2011-03-29 07:54:57 -04:00
dur_commitjob.h fix attempt for getlasterror fsync true in 1.9 2011-03-15 10:22:11 -04:00
dur_journal.cpp comment 2011-05-05 21:05:37 -04:00
dur_journal.h
dur_journalformat.h
dur_journalimpl.h use smaller journal files with --smallfiles option 2011-04-18 19:16:08 -04:00
dur_preplogbuffer.cpp replace "dur" with "journal" in log messages 2011-04-04 12:15:23 -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
dur_writetodatafiles.cpp fix a race bug with mmmutex and dur in particular with closealldatabases 2011-04-29 14:50:41 -04:00
dur.cpp fix a race bug with mmmutex and dur in particular with closealldatabases 2011-04-29 14:50:41 -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
extsort.h
filever.h
flushtest.cpp
index.cpp compile gcc 4.2 2011-05-03 16:31:21 -04:00
index.h compile gcc 4.4 2011-05-02 18:16:03 -04:00
indexkey.cpp index key class KeyV1 close to done 2011-04-12 17:09:08 -04:00
indexkey.h towards compact 2011-04-04 16:30:23 -04:00
instance.cpp Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509 2011-05-23 18:46:27 -04:00
instance.h use _WIN32, not WIN32 2011-05-11 11:45:47 -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 check we are in writelock on optime::now. also tune it a bit 2011-05-14 20:16:24 -04:00
jsobj.h
jsobjmanipulator.h
json.cpp json support for undefined 2011-05-13 15:27:25 -04:00
json.h
key.cpp make Key::woEqual about 50% faster 2011-05-14 22:30:18 -04:00
key.h StackBufBuilder 2011-05-10 12:40:01 -04:00
lasterror.cpp fix multi-shard writeback contention 2011-05-11 13:30:12 -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 SERVER-3103 remove placeholder code 2011-05-17 12:20:08 -07:00
matcher.cpp SERVER-2579: all v8 object creation is now lazy. 2011-05-02 16:08:41 -07:00
matcher.h SERVER-3103 remove placeholder code 2011-05-17 12:20:08 -07: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
mongomutex.h
namespace-inl.h Merge branch 'master' into main 2011-05-03 15:53:27 -04:00
namespace.cpp Merge branch 'master' into main 2011-05-03 15:53:27 -04:00
namespace.h SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit some simple queries 2011-05-17 22:54:22 -07:00
nonce.cpp
nonce.h
oplog.cpp cleaning 2011-05-23 20:03:05 -04:00
oplog.h reduce queryutil dependencies a bit 2011-04-25 13:29:50 -07:00
oplogreader.h old boost again 2011-05-12 08:23:12 -04:00
pcre.txt
pdfile.cpp code path tuning and should be a bit more readable too 2011-05-15 23:05:08 -04:00
pdfile.h code path tuning and should be a bit more readable too 2011-05-15 23:05:08 -04:00
projection.cpp
projection.h
query.cpp don't override cursor matcher with default op matcher 2011-05-11 13:41:46 -04:00
query.h tweaking 2011-05-12 23:49:13 -04:00
queryoptimizer.cpp SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit some simple queries 2011-05-17 22:54:22 -07:00
queryoptimizer.h SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit some simple queries 2011-05-17 22:54:22 -07:00
queryoptimizercursor.cpp SERVER-2977 generate cursor in NamespaceDetailsTransient, and short circuit some simple queries 2011-05-17 22:54:22 -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 SERVER-958 Looser bounds for multikey indexes with parallel nested fields 2011-05-02 10:33:53 -07:00
queryutil.h comments 2011-05-02 10:33:52 -07:00
repl_block.cpp pass-through sync in a separate thread 2011-05-17 15:04:34 -04:00
repl_block.h
repl.cpp fixed sync cache access 2011-05-14 11:43:25 -04:00
repl.h reduce queryutil dependencies a bit 2011-04-25 13:29:50 -07:00
replutil.h SERVER-1465 remove replica pairs 2011-03-29 16:56:53 -07:00
resource.h
restapi.cpp SERVER-1465 remove replica pairs 2011-03-29 16:56:53 -07:00
restapi.h
scanandorder.h
security_commands.cpp store authed username in AuthenticationInfo SERVER-3074 2011-05-10 14:50:32 -04:00
security_key.cpp use _WIN32, not WIN32 2011-05-11 11:45:47 -04:00
security_key.h
security.cpp store authed username in AuthenticationInfo SERVER-3074 2011-05-10 14:50:32 -04:00
security.h store authed username in AuthenticationInfo SERVER-3074 2011-05-10 14:50:32 -04:00
taskqueue.h
tests.cpp
update.cpp minor: error typo 2011-05-19 11:11:36 -04:00
update.h