0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
mongodb/db
2010-03-08 18:16:53 -08:00
..
modules disbale mms for release 2010-03-02 00:00:01 -05:00
stats appendNumber for nicer numbers in the shell 2010-03-01 17:14:23 -05: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 SERVER-692 replace startKey/endKey with indexBounds 2010-03-03 01:46:31 -08:00
btreecursor.cpp get rid of cursor hack and add test 2010-03-01 13:30:10 -05:00
client.cpp fix auth recursive lock issue 2010-02-25 13:47:59 -05:00
client.h debugging MINOR 2010-02-04 22:51:57 -05:00
clientcursor.cpp change Command locking config 2010-02-26 14:38:51 -05:00
clientcursor.h refactoring runQuery / UserQueryOp part 1 2010-02-15 22:33:27 -05:00
cloner.cpp change Command locking config 2010-02-26 14:38:51 -05:00
cmdline.h turn off rest by default, --rest to enable SERVER-697 2010-03-03 22:37:41 -05: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 fix auth recursive lock issue 2010-02-25 13:47:59 -05:00
curop.h count commands separately 2010-02-11 12:52:26 -05:00
cursor.cpp
cursor.h SERVER-692 replace startKey/endKey with indexBounds 2010-03-03 01:46:31 -08:00
database.cpp
database.h
db_10.sln
db.cpp SERVER-705 exit cleanly from db.cpp instead of instance.cpp 2010-03-08 13:05:40 -08: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 change Command locking config 2010-02-26 14:38:51 -05:00
dbcommands.cpp SERVER-705 add godinsert command for testing 2010-03-08 12:54:16 -08:00
dbeval.cpp change Command locking config 2010-02-26 14:38:51 -05:00
dbhelpers.cpp
dbhelpers.h
dbmessage.h refactoring runQuery / UserQueryOp part 1 2010-02-15 22:33:27 -05:00
dbwebserver.cpp Merge branch 'master' of github.com:mongodb/mongo 2010-03-04 08:30:26 -05: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 Merge branch 'master' of git@github.com:mongodb/mongo 2010-03-06 12:12:40 -05:00
index.cpp error text 2010-03-04 15:26:56 -05:00
index.h handle multiple geo indexes with $near SERVER-686 2010-03-01 22:06:30 -05:00
instance.cpp SERVER-705 exit cleanly from db.cpp instead of instance.cpp 2010-03-08 13:05:40 -08:00
instance.h
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp Don't escape '/' in JSON strings SERVER-713 2010-03-08 16:39:23 -05:00
jsobj.h SERVER-652 unset/array sets value to null, which makes more sense 2010-03-02 23:09:34 -08: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
lasterror.h
matcher.cpp SERVER-322 $nin and regex 2010-03-08 18:16:53 -08: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 wrong lock type on map reduce finish 2010-02-26 15:10:04 -05:00
namespace.cpp indexSpec() can now be used from read locked locations (or even unlocked) 2010-02-23 12:30:53 -05:00
namespace.h Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-25 15:15:07 -05:00
nonce.cpp
nonce.h
pcre.txt
pdfile.cpp better log msg 2010-02-25 13:52:58 -05:00
pdfile.h
query.cpp SERVER-692 replace startKey/endKey with indexBounds 2010-03-03 01:46:31 -08:00
query.h make query more flexible for php arrays 2010-02-21 14:55:12 -05:00
queryoptimizer.cpp SERVER-692 replace startKey/endKey with indexBounds 2010-03-03 01:46:31 -08:00
queryoptimizer.h can access geo through $near 2010-02-25 23:34:01 -05:00
queryutil.cpp SERVER-505 with regex 2010-03-08 17:33:47 -08: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 crlf->lf 2010-02-09 18:30:32 -05:00
reccache.h Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05: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 Merge branch 'master' of github.com:mongodb/mongo 2010-03-08 13:09:10 -08:00
repl.h keepalive event logged by masters for replication 2010-03-08 15:03:00 -05: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 change Command locking config 2010-02-26 14:38:51 -05:00
security.cpp fix auth recursive lock issue 2010-02-25 13:47:59 -05:00
security.h SERVER-258 removing --authWriteOnly mode at Eliot's request 2010-02-08 16:52:41 -08: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 fix test and ~ impl a bit 2010-03-07 21:42:58 -05:00
update.h array match value mod update( {a.x : 5 } , { a.~.y ... } ) SERVER-631 2010-03-06 22:12:58 -05:00