0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2009-10-05 15:16:06 -04:00
..
btree.cpp fix slight memory wastage on bottom up index build 2009-09-29 15:48:58 -04:00
btree.h fix slight memory wastage on bottom up index build 2009-09-29 15:48:58 -04:00
btreecursor.cpp
clientcursor.cpp
clientcursor.h
cloner.cpp
cmdline.h --notablescan - might be too strict SERVER-274 2009-09-15 15:10:54 -04:00
commands.cpp
commands.h
concurrency.h
curop.h
cursor.cpp
cursor.h
database.h more buildindex 2009-09-24 17:10:45 -04:00
db.cpp exit faster on ctrl-c 2009-10-05 12:59:51 -04:00
db.h minor: use int instead of unsigned to avoid comparison warning 2009-09-24 10:21:08 -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 correctly rollback a failed index create 2009-10-05 10:19:51 -04:00
dbeval.cpp handle js -> bson in 1 place 2009-09-21 15:54:41 -04:00
dbhelpers.cpp
dbhelpers.h
dbinfo.cpp
dbinfo.h
dbmessage.h
dbwebserver.cpp
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
flushtest.cpp
instance.cpp more verbose shutdown logging to try and figure out why shutdown is very slow sometimes 2009-10-05 15:09:52 -04:00
instance.h
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp starting to rip out boost base64 2009-10-01 08:34:50 -04:00
jsobj.h fix BSONObj::dump 2009-10-01 01:26:57 -04:00
jsobjmanipulator.h
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
matcher.cpp cleaning to remove warning MINOR 2009-09-16 15:46:41 -04:00
matcher.h
minilex.h cleaning to remove warning MINOR 2009-09-16 15:46:41 -04:00
mms.cpp
mms.h
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 allow you to store js functions in the server SERVER-157 2009-09-29 16:54:31 -04:00
nonce.cpp
nonce.h
pcre.txt
pdfile.cpp exit faster on ctrl-c 2009-10-05 12:59:51 -04:00
pdfile.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
query.cpp clean up killCursors loggin 2009-10-04 21:49:36 -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
queryutil.cpp
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
reccache.h
reci.h intermediate buildindex commit 2009-09-24 14:21:40 -04:00
recstore.h
repl.cpp print out oplog size when creating 2009-10-05 15:16:06 -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
security_commands.cpp
security.cpp
security.h
storage.cpp
storage.h more buildindex 2009-09-24 17:10:45 -04:00
tests.cpp