0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/db
2010-03-22 10:39:01 -04:00
..
modules disbale mms for release 2010-03-02 00:00:01 -05:00
stats fix Top leak with drop SERVER-768 2010-03-16 17:38:39 -04:00
background.h SERVER-620 2010-02-10 15:34:41 -05:00
btree.cpp SERVER-619 background indexing fix 2010-02-11 14:49:55 -05:00
btree.h some Cursors may not support get more 2010-03-17 11:46:26 -04:00
btreecursor.cpp get rid of cursor hack and add test 2010-03-01 13:30:10 -05:00
client.cpp fix Top leak with drop SERVER-768 2010-03-16 17:38:39 -04:00
client.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
clientcursor.cpp Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
clientcursor.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
cloner.cpp better error message 2010-03-12 12:13:48 -05:00
cmdline.cpp Just store argv as a BSONArray for getCmdLineOpts 2010-03-18 22:47:40 -04:00
cmdline.h mongos now using boost options SHARDING-82 2010-03-18 12:15:29 -04:00
commands.cpp change Command locking config 2010-02-26 14:38:51 -05:00
commands.h change Command locking config 2010-02-26 14:38:51 -05:00
common.cpp compile vcproj 2010-02-08 11:29:49 -05:00
concurrency.h DEB debugging to make sure we don't have unknown write lockers 2010-03-12 23:09:51 -05:00
curop.h make killOp work for map reduce SERVER-387 2010-03-16 00:09:52 -04:00
cursor.cpp
cursor.h some Cursors may not support get more 2010-03-17 11:46:26 -04:00
database.cpp
database.h
db_10.sln
db.cpp kill warnings on windows 2010-03-22 10:39:01 -04:00
db.h SERVER-705 exit cleanly from db.cpp instead of instance.cpp 2010-03-08 13:05:40 -08:00
db.rc
db.sln shell fix 2010-02-25 17:28:19 -05:00
db.vcproj fix a couple things in vcproj for release builds 2010-02-23 13:10:09 -05:00
db.vcxproj
dbcommands_admin.cpp fix validation for looped capped collections 2010-03-15 23:18:24 -07:00
dbcommands.cpp Revert "SERVER-778 don't allow running write command with read lock" 2010-03-18 00:22:31 -07:00
dbeval.cpp change Command locking config 2010-02-26 14:38:51 -05:00
dbhelpers.cpp
dbhelpers.h
dbmessage.h if first call to nextJsObj has no data use a more informative assert 2010-03-18 12:05:50 -04:00
dbwebserver.cpp support repl=1 on _status 2010-03-19 16:31:02 -04:00
diskloc.h
driverHelpers.cpp driver helpers 2010-02-27 16:42:00 -05:00
extsort.cpp spam 2010-03-06 23:03:16 -05:00
extsort.h don't waste so much memory for small collections 2010-02-20 17:37:12 -05:00
filever.h
flushtest.cpp Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
index_geo2d.cpp debugging off 2010-03-19 14:02:48 -04:00
index.cpp Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
index.h allow re-sorting for geo searches SERVER-730 2010-03-10 22:31:10 -05:00
instance.cpp Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-18 19:28:48 -04:00
instance.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp Revert "BSONObj::appendAny for boost::any" 2010-03-18 21:59:23 -04:00
jsobj.h Revert "BSONObj::appendAny for boost::any" 2010-03-18 21:59:23 -04:00
jsobjmanipulator.h
json.cpp move hex::val to util/hex.h and rename to fromHex 2010-03-03 21:49:50 -05:00
json.h
lasterror.cpp Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
lasterror.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
matcher.cpp some prep for geo $within SERVER-690 2010-03-15 23:50:14 -04:00
matcher.h SERVER-322 implement $in with regex 2010-03-08 16:53:45 -08:00
minilex.h
module.cpp Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
module.h
mr.cpp unlock a little more often 2010-03-19 14:00:40 -04:00
namespace.cpp SERVER-758 reset query optimizer stats after building index in background 2010-03-16 00:58:47 -07:00
namespace.h SERVER-758 reset query optimizer stats after building index in background 2010-03-16 00:58:47 -07:00
nonce.cpp Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
nonce.h
pcre.txt
pdfile.cpp on a collection drop remove namespaces from Top SERVER-768 2010-03-16 16:18:36 -04:00
pdfile.h
query.cpp fix limit with $with SERVER-777 2010-03-17 21:51:14 -04:00
query.h fix limit with $with SERVER-777 2010-03-17 21:51:14 -04:00
queryoptimizer.cpp query optimizer would sometimes swap out geo index SERVER-780 2010-03-18 15:00:29 -04:00
queryoptimizer.h query optimizer would sometimes swap out geo index SERVER-780 2010-03-18 15:00:29 -04:00
queryutil.cpp some prep for geo $within SERVER-690 2010-03-15 23:50:14 -04:00
queryutil.h SERVER-322 implement $in with regex 2010-03-08 16:53:45 -08:00
rec.h Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
reccache.cpp Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
reccache.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
reci.h Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
recstore.h crlf->lf 2010-02-09 18:30:32 -05:00
repl.cpp don't make oplog very big on OS X 2010-03-18 16:12:35 -04:00
repl.h SERVER-684 refactor findingStart code 2010-03-09 13:54:19 -08:00
replset.h make info thread safe SERVER-674 2010-02-26 11:33:27 -05:00
resource.h
scanandorder.h make undefined sort same with with and w/o an index SERVER-635 2010-02-17 22:53:32 -05:00
security_commands.cpp SERVER-762 flush log 2010-03-16 00:46:13 -07:00
security.cpp fix auth recursive lock issue 2010-02-25 13:47:59 -05:00
security.h Revert "Revert "SERVER-695 don't destroy static global mutexes"" 2010-03-15 09:42:01 -07:00
storage.cpp Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
tests.cpp
update.cpp use .$ instead of .~ for SERVER-631 2010-03-09 21:24:36 -05:00
update.h fix idempotency of initial $inc SERVER-717 2010-03-08 23:52:12 -05:00