0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2010-08-24 14:06:47 -04:00
..
geo $centerSphere WIP 2010-08-24 14:06:47 -04:00
helpers
modules
repl buildbot hates the text warning...sigh 2010-08-24 13:18:47 -04:00
stats SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -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 rs rollback create collection 2010-08-03 15:00:56 -04:00
client.cpp do not background index when applying a create index operation 2010-08-23 13:55:34 -04:00
client.h do not background index when applying a create index operation 2010-08-23 13:55:34 -04:00
clientcursor.cpp misc cleaning 2010-08-23 12:44:40 -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 Refactoring of Windows Service related code in preperation for SERVER-1589. 2010-08-20 18:40:44 -04:00
cmdline.h Refactoring of Windows Service related code in preperation for SERVER-1589. 2010-08-20 18:40:44 -04:00
commands.cpp
commands.h cleaning 2010-08-16 09:00:58 -04:00
common.cpp
concurrency.h
curop.h
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
database.h fix an old but serious bug with cursors 162 2010-08-23 11:12:35 -04:00
db_10.sln cleaning 2010-08-23 11:53:49 -04:00
db.cpp Refactoring of Windows Service related code in preperation for SERVER-1589. 2010-08-20 18:40:44 -04:00
db.h future not using yet 2010-08-23 08:37:26 -04:00
db.rc
db.sln
db.vcproj
db.vcxproj vcxproj fix 2010-08-22 10:35:12 -04:00
db.vcxproj.filters minilex deprecated 2010-08-16 11:58:02 -04:00
dbcommands_admin.cpp
dbcommands_generic.cpp SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
dbcommands.cpp fix datasize tests 2010-08-24 01:39:38 -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 fix help title 2010-08-04 17:02:43 -04:00
dbwebserver.h
diskloc.h
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 better error msg 2010-08-20 14:05:11 -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 sanity check for possible corruption 2010-08-22 16:32:14 -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 remove mechanism to put mongos -> mongod connections in last error id mode 2010-08-17 17:01:33 -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
matcher.cpp minor: recursive -> nested 2010-08-19 10:15:04 -04:00
matcher.h
minilex.h minilex deprecated 2010-08-16 11:58:02 -04:00
module.cpp
module.h
mongo.ico
mr.cpp fix m/r sort SERVER-1652 2010-08-21 21:23:33 -04:00
namespace.cpp SERVER-1614 2010-08-11 17:12:35 -04:00
namespace.h SERVER-1549 implement empty capped 2010-08-02 14:26:14 -07:00
nonce.cpp
nonce.h
oplog.cpp clean logging 2010-08-17 16:31:21 -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 do not background index when applying a create index operation 2010-08-23 13:55:34 -04:00
pdfile.h better error msg 2010-08-20 14:14:12 -04:00
query.cpp fix bugs with query yielding 162 2010-08-23 12:45:31 -04:00
query.h store rolled back info in flat files SERVER-1512 2010-08-03 09:47:03 -04:00
queryoptimizer.cpp SERVER-1528 account for expensive skipping operations in nscanned 2010-08-03 20:09:16 -07:00
queryoptimizer.h SERVER-1528 account for expensive skipping operations in nscanned 2010-08-03 20:09:16 -07:00
queryutil.cpp SERVER-726 optimize exclusive bounds 2010-08-18 11:42:58 -07:00
queryutil.h SERVER-726 optimize exclusive bounds 2010-08-18 11:42:58 -07:00
rec.h
reccache.cpp
reccache.h
reci.h
recstore.h
repl_block.cpp fix isMaster detection SERVER-1544 2010-08-02 16:54:09 -04:00
repl_block.h
repl.cpp do not background index when applying a create index operation 2010-08-23 13:55:34 -04: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 clean up diags clientcursor after changes 2010-08-23 11:24:34 -04:00
scanandorder.h fix bugs with query yielding 162 2010-08-23 12:45:31 -04:00
security_commands.cpp cleaning 2010-08-16 09:00:58 -04:00
security.cpp
security.h
storage.cpp
tests.cpp
update.cpp SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
update.h