0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2010-09-07 19:54:35 -07:00
..
geo errno SERVER-1342 2010-09-02 20:19:08 -04:00
helpers
modules
repl name was confusing 2010-09-07 12:18:44 -04:00
stats say TOTAL instead of GLOBAL in dbtop 2010-08-26 08:43:11 -04:00
background.h
btree.cpp Merge branch 'master' of github.com:mongodb/mongo 2010-08-22 12:42:49 -04:00
btree.h SERVER-726 optimize exclusive bounds 2010-08-18 11:42:58 -07:00
btreecursor.cpp SERVER-726 optimize exclusive bounds 2010-08-18 11:42:58 -07:00
cap.cpp comments 2010-09-07 05:30:27 -04:00
capped-inl.h no capped dir 2010-09-07 12:15:35 -04:00
capped.cpp no capped dir 2010-09-07 12:15:35 -04:00
capped.h no capped dir 2010-09-07 12:15:35 -04:00
client.cpp don't check shard version twice for update and delete 2010-09-07 12:11:36 -04:00
client.h rs checkpoint work 2010-08-27 16:38:56 -04:00
clientcursor.cpp defensive 2010-08-25 16:01:32 -04:00
clientcursor.h cleaning 2010-08-23 11:53:49 -04:00
cloner.cpp rs rollback work 162 163 2010-08-23 15:48:13 -04:00
cmdline.cpp post 1.7.0 2010-09-04 12:21:35 -04:00
cmdline.h Disable JSONP by default due to security implications 2010-08-25 15:26:20 -04:00
commands.cpp fix a 1.7 regression of REST stuff 2010-08-25 14:52:36 -04:00
commands.h cleaning 2010-08-16 09:00:58 -04:00
common.cpp
concurrency.h
curop.h cleaning query caching thread safety 2010-08-26 17:23:48 -04:00
cursor.cpp SERVER-1528 account for expensive skipping operations in nscanned 2010-08-03 20:09:16 -07:00
cursor.h SERVER-1528 account for expensive skipping operations in nscanned 2010-08-03 20:09:16 -07:00
database.cpp const feels safer, especially for public member variables 2010-08-26 11:03:31 -04:00
database.h const feels safer, especially for public member variables 2010-08-26 11:03:31 -04:00
db_10.sln cleaning 2010-08-23 11:53:49 -04:00
db.cpp OpenVZ warning SERVER-1668 2010-09-02 21:46:38 -04:00
db.h make ~Database safer 2010-08-26 10:42:07 -04:00
db.rc
db.sln
db.vcproj
db.vcxproj Namespace class cleaner 2010-09-07 12:47:11 -04:00
db.vcxproj.filters Namespace class cleaner 2010-09-07 12:47:11 -04:00
dbcommands_admin.cpp Namespace class cleaner 2010-09-07 12:47:11 -04:00
dbcommands_generic.cpp optionally have dbexit try to get a dblock 2010-08-31 10:46:05 -04:00
dbcommands.cpp don't log create collection if on replication side SERVER-1707 2010-08-31 11:17:58 -04:00
dbeval.cpp
dbhelpers.cpp Merge branch 'master' of github.com:mongodb/mongo 2010-08-03 20:09:28 -07:00
dbhelpers.h rs handle rollbacks from capped collections 2010-08-03 14:13:53 -04:00
dbmessage.h
dbwebserver.cpp Disable JSONP by default due to security implications 2010-08-25 15:26:20 -04:00
dbwebserver.h HTTP handlers get pre-parsed url?params 2010-08-24 17:57:00 -04:00
diskloc.h pdf() function didnt seem to be in use so remove it 2010-09-05 09:58:28 -04:00
driverHelpers.cpp
extsort.cpp
extsort.h
filever.h
flushtest.cpp
index.cpp misc cleaning 2010-08-23 12:44:40 -04:00
index.h
indexkey.cpp
indexkey.h
instance.cpp don't check shard version twice for update and delete 2010-09-07 12:11:36 -04:00
instance.h fix getMore with sharding+rs in edge case SERVER-1584 2010-08-06 13:24:59 -04:00
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp Parse $nearSphere queries SERVER-1342 2010-09-02 20:12:37 -04:00
jsobj.h
jsobjmanipulator.h
json.cpp SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
json.h
lasterror.cpp crazy buildbot warnings 2010-08-30 12:36:39 -04:00
lasterror.h remove mechanism to put mongos -> mongod connections in last error id mode 2010-08-17 17:01:33 -04:00
matcher_covered.cpp SERVER-1701 don't use index key to resolve exists query 2010-08-30 14:06:32 -07:00
matcher.cpp minor: recursive -> nested 2010-08-19 10:15:04 -04:00
matcher.h SERVER-1701 don't use index key to resolve exists query 2010-08-30 14:06:32 -07:00
minilex.h minilex deprecated 2010-08-16 11:58:02 -04:00
module.cpp
module.h
mongo.ico
mr.cpp don't allow db access in m/r finalize SERVER-1715 2010-09-01 01:32:35 -04:00
namespace-inl.h make last commit link 2010-09-07 12:51:30 -04:00
namespace.cpp make last commit link 2010-09-07 12:51:30 -04:00
namespace.h Namespace class cleaner 2010-09-07 12:47:11 -04:00
nonce.cpp
nonce.h
oplog.cpp use logns so dbtop is sane 2010-08-26 12:16:22 -04:00
oplog.h more const 2010-08-23 11:45:32 -04:00
oplogreader.h remove logging 2010-08-16 13:53:29 -04:00
pcre.txt
pdfile.cpp Namespace class cleaner 2010-09-07 12:47:11 -04:00
pdfile.h Namespace class cleaner 2010-09-07 12:47:11 -04:00
query.cpp SERVER-1207 be more conservative recording a successful query plan when part of an or clause 2010-08-31 20:33:58 -07:00
query.h store rolled back info in flat files SERVER-1512 2010-08-03 09:47:03 -04:00
queryoptimizer.cpp when using a special index, don't record because may screw up later SERVER-1669 2010-08-26 00:28:35 -04:00
queryoptimizer.h SERVER-1528 account for expensive skipping operations in nscanned 2010-08-03 20:09:16 -07:00
queryutil.cpp SERVER-1705 validate op type with regex 2010-08-30 20:11:00 -07:00
queryutil.h SERVER-1212 ne range negation checkpoint 2010-08-30 14:09:01 -07:00
rec.h
reccache.cpp
reccache.h
reci.h
recstore.h
repl_block.cpp
repl_block.h
repl.cpp SERVER-779 don't use a write lock 2010-09-07 19:54:35 -07:00
repl.h
replpair.h fix segfault on repl set slave before inited SERVER-1656 2010-08-22 18:04:42 -04:00
resource.h
restapi.cpp HTTP handlers get pre-parsed url?params 2010-08-24 17:57:00 -04:00
scanandorder.h fix bugs with query yielding 162 2010-08-23 12:45:31 -04:00
security_commands.cpp SERVER-779 don't use a write lock 2010-09-07 19:54:35 -07:00
security.cpp
security.h
storage.cpp comments and cleaning 2010-09-04 14:20:14 +02:00
tests.cpp
update.cpp fix lexNumCmp with magic end of marker 2010-08-25 18:30:51 -04:00
update.h