0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
mongodb/db
2009-10-07 11:51:13 -04:00
..
btree.cpp killOp() wasn't working with validate 2009-10-07 11:51:13 -04:00
btree.h fix slight memory wastage on bottom up index build 2009-09-29 15:48:58 -04:00
btreecursor.cpp SERVER-100 btree cursor handle case where first interval is empty 2009-09-07 13:19:10 -07:00
clientcursor.cpp log(1) cursor kill instead of log(2) 2009-08-28 15:48:10 -04:00
clientcursor.h no cursor timeout query option - using for clone 2009-07-29 12:09:38 -04:00
cloner.cpp some help for commands 2009-09-01 16:23:56 -04:00
cmdline.h --notablescan - might be too strict SERVER-274 2009-09-15 15:10:54 -04:00
commands.cpp
commands.h
concurrency.h small cleanups 2009-10-06 16:17:11 -04:00
curop.h add client ip / port to current op, add unlocked version of current op to http interface 2009-05-26 17:18:34 -04:00
cursor.cpp small cleanups 2009-10-06 16:17:11 -04:00
cursor.h killOp() wasn't working with validate 2009-10-07 11:51:13 -04:00
database.h more buildindex 2009-09-24 17:10:45 -04:00
db.cpp killOp() wasn't working with validate 2009-10-07 11:51:13 -04:00
db.h small cleanups 2009-10-06 16:17:11 -04:00
db.rc
db.sln windows vcproj: remove release_nojni option no longer needed 2009-10-01 14:59:24 -04:00
db.vcproj link visual studio base64 2009-10-01 10:10:02 -04:00
dbcommands.cpp killOp() wasn't working with validate 2009-10-07 11:51:13 -04:00
dbeval.cpp handle js -> bson in 1 place 2009-09-21 15:54:41 -04:00
dbhelpers.cpp don't allow dropping an index $ collection 2009-08-13 13:26:03 -04:00
dbhelpers.h comments MINOR 2009-05-28 15:22:24 -04:00
dbinfo.cpp
dbinfo.h
dbmessage.h refactoring field matcher, no function changes yet MINOR 2009-07-01 14:55:52 -04:00
dbwebserver.cpp begin cmdline.h 2009-08-25 10:24:44 -04:00
extsort.cpp put esort files in _tmp and remove on startup 2009-10-05 10:56:42 -04:00
extsort.h don't use set for extsort, use list and then sort 2009-09-26 23:47:08 -04:00
filever.h datafile ver checking beginnings 2009-09-08 15:20:21 -04:00
flushtest.cpp
instance.cpp killOp() wasn't working with validate 2009-10-07 11:51:13 -04:00
instance.h don't complain about ScopedDBConnection if the underlying connection failed 2009-09-14 14:31:46 -04:00
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp don't use Timestamp for other things since it may change 2009-10-05 17:13:55 -04:00
jsobj.h fix BSONObj::dump 2009-10-01 01:26:57 -04:00
jsobjmanipulator.h first cut off NumberLong (64 bit ints) in BSON 2009-08-03 14:16:49 -04:00
json.cpp finish getting rid of boost base64 2009-10-01 09:49:17 -04:00
json.h
lasterror.cpp fix slight memory wastage on bottom up index build 2009-09-29 15:48:58 -04:00
lasterror.h mongod side of client based errors for SHARDING-16 2009-09-11 12:52:17 -04:00
matcher.cpp cleaning to remove warning MINOR 2009-09-16 15:46:41 -04:00
matcher.h make matching use only index if it can, makes count fast SERVER-232 2009-09-15 11:35:14 -04:00
minilex.h cleaning to remove warning MINOR 2009-09-16 15:46:41 -04:00
mms.cpp compile windows 2009-07-20 12:42:06 -04:00
mms.h beginnings of mms client 2009-07-17 15:49:24 -04:00
mr.cpp use _id for M/R output table - saves space and an index 2009-10-02 15:43:30 -04:00
namespace.cpp allow you to store js functions in the server SERVER-157 2009-09-29 16:54:31 -04:00
namespace.h system.profile collection can now be dropped 2009-10-05 16:40:24 -04:00
nonce.cpp remove c depends 2009-08-28 11:57:09 -04:00
nonce.h
pcre.txt
pdfile.cpp system.profile collection can now be dropped 2009-10-05 16:40:24 -04:00
pdfile.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
query.cpp make getMore buffer big since we know there are lots of results 2009-10-05 16:39:49 -04:00
query.h minor prep for multi update work 2009-10-01 10:01:02 -04:00
queryoptimizer.cpp --tablescan only disallows scans that have a filter 2009-10-05 13:49:03 -04:00
queryoptimizer.h SERVER-100 checkpoint move index bounding code to FieldRangeSet 2009-09-07 11:44:41 -07:00
queryutil.cpp SERVER-100 generate precise btree intervals in FieldRangeSet::indexBounds 2009-09-07 13:49:22 -07:00
queryutil.h make nontrivial smarter with empty bounds 2009-10-05 14:09:43 -04:00
rec.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
reccache.cpp cleanup 2009-08-25 16:14:55 -04:00
reccache.h cleanup 2009-08-25 16:14:55 -04:00
reci.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
recstore.h
repl.cpp fail fast on oplog already existing 2009-10-05 16:26:19 -04:00
repl.h adaptive replication sleep time 2009-09-22 10:10:02 -04:00
replset.h fix isMaster() for master-master mode 2009-09-22 14:34:55 -04:00
resource.h
scanandorder.h more helpful comment 2009-09-09 16:38:52 -04:00
security_commands.cpp add 'unique' option to helpers' ensureIndex 2009-04-24 11:36:42 -04:00
security.cpp
security.h cleanup 2009-08-25 16:14:55 -04:00
storage.cpp MINOR fix compiler warnings 2009-04-06 16:10:31 -04:00
storage.h more buildindex 2009-09-24 17:10:45 -04:00
tests.cpp got rid of exit() calls 2009-08-07 15:37:50 -04:00