0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2009-07-01 17:09:37 -04:00
..
btree.cpp better error message on dup key SERVER-81 2009-06-01 14:17:44 -04:00
btree.h towards update unique key fix 2009-06-18 13:30:49 -04:00
btreecursor.cpp allow specification of inclusivity of index end key 2009-05-06 13:56:01 -04:00
clientcursor.cpp do checkLocation before testing refLoc in clientcursor, to remove warning message 2009-05-19 11:48:56 -04:00
clientcursor.h refactoring field matcher, no function changes yet MINOR 2009-07-01 14:55:52 -04:00
cloner.cpp moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO() 2009-06-09 11:43:04 -04:00
commands.cpp command helper system 2009-02-13 09:44:07 -05:00
commands.h virtual dtors == good 2009-02-18 13:42:32 -05:00
concurrency.h BSONObjBuilderValueStream bug fix 2009-02-23 18:05:38 -05:00
curop.h add client ip / port to current op, add unlocked version of current op to http interface 2009-05-26 17:18:34 -04:00
cursor.cpp Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
cursor.h comments MINOR 2009-05-28 15:22:24 -04:00
database.h Revert "Revert "do preallocation after initial allocation too, make file allocator interface more flexible"" 2009-04-15 16:10:34 -04:00
db.cpp make lognoquiet and make --quit not print connect/disconnect 2009-06-05 10:35:04 -04:00
db.h compile old boost MINOR 2009-05-06 11:43:28 -04:00
db.rc
db.sln fix mongos in vcproj to compile for release build - visual studio 2009-05-28 13:09:48 -04:00
db.vcproj make old vcproj include assert_util.cpp 2009-06-08 17:28:11 -04:00
dbcommands.cpp add nice version to buildinfo 2009-06-25 16:51:46 -04:00
dbeval.cpp fix eval returning Array 2009-06-08 10:53:50 -04:00
dbhelpers.cpp remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClient 2009-05-19 10:55:13 -04:00
dbhelpers.h comments MINOR 2009-05-28 15:22:24 -04:00
dbinfo.cpp Remove 'haveLogged' 2009-03-17 13:48:40 -04:00
dbinfo.h Remove 'haveLogged' 2009-03-17 13:48:40 -04:00
dbmessage.h refactoring field matcher, no function changes yet MINOR 2009-07-01 14:55:52 -04:00
dbwebserver.cpp valid json format 2009-06-16 12:14:34 -04:00
flushtest.cpp
instance.cpp add more logging in verbose mode 2009-06-20 20:19:34 -04:00
instance.h add client ip / port to current op, add unlocked version of current op to http interface 2009-05-26 17:18:34 -04:00
introspect.cpp Add 'cursorInfo' command, remove old method of getting information about cursors 2009-02-23 17:55:13 -05:00
introspect.h Add 'cursorInfo' command, remove old method of getting information about cursors 2009-02-23 17:55:13 -05:00
javatest.cpp
jsobj.cpp moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO() 2009-06-09 11:43:04 -04:00
jsobj.h better assertion message MINOR 2009-07-01 11:26:12 -04:00
jsobjmanipulator.h moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO() 2009-06-09 11:43:04 -04:00
json.cpp Use non-copying subobject builder in json parser 2009-03-25 18:47:03 -04:00
json.h
lasterror.cpp Add information on last update / delete to lastError 2009-03-26 13:45:29 -04:00
lasterror.h fix assert macro definition after a boost include (ugly at the moment) 2009-05-15 17:27:31 -04:00
matcher.cpp better warning for bad pcre lib 2009-06-30 14:16:56 -04:00
matcher.h fix $in with NumberInt, NumberDouble SERVER-113 2009-06-24 14:03:35 -04:00
minilex.h
namespace.cpp log more if too many passes in alloc 2009-05-14 10:18:46 -04:00
namespace.h towards update unique key fix 2009-06-18 13:30:49 -04:00
nonce.cpp hack to not do deal with c/c++ link issue on windows release build 2009-02-11 09:15:34 -05:00
nonce.h
pcre.txt
pdfile.cpp fix bug SERVER-96 update that changes unique index field disregards unique constraint 2009-06-19 16:03:44 -04:00
pdfile.h comments MINOR 2009-05-28 15:22:24 -04:00
query.cpp Merge branch 'master' of git@github.com:mongodb/mongo 2009-07-01 17:09:37 -04:00
query.h log separate op for each deleted object 2009-04-09 13:30:28 -04:00
queryoptimizer.cpp nice log messages 2009-07-01 11:59:43 -04:00
queryoptimizer.h comments MINOR 2009-05-28 15:22:24 -04:00
queryutil.cpp try to fix windows compile MINOR 2009-07-01 15:48:05 -04:00
queryutil.h FieldMathcer::getSpec 2009-07-01 15:33:03 -04:00
rec.h name enums to make old compiler happy (thx kristina) 2009-04-06 17:57:16 -04:00
reccache.cpp --cacheSize option - applies to recstore storage engine only 2009-05-14 16:55:44 -04:00
reccache.h never destroy the rec store mutex 2009-05-15 18:47:54 -04:00
reci.h recstore: closeFiles() support 2009-03-24 12:53:13 -04:00
recstore.h implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
repl.cpp moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO() 2009-06-09 11:43:04 -04:00
repl.h comments MINOR 2009-05-28 15:22:24 -04:00
replset.h must be exactly one master when applying oplog after initial sync completed 2009-04-10 17:03:45 -04:00
resource.h
scanandorder.h refactoring field matcher, no function changes yet MINOR 2009-07-01 14:55:52 -04:00
security_commands.cpp add 'unique' option to helpers' ensureIndex 2009-04-24 11:36:42 -04:00
security.cpp
security.h fix assert macro definition after a boost include (ugly at the moment) 2009-05-15 17:27:31 -04:00
storage.cpp MINOR fix compiler warnings 2009-04-06 16:10:31 -04:00
storage.h add index id in userCreateNS, unless this is not requested in create spec 2009-04-21 15:42:22 -04:00
tests.cpp update size in map and allocate asap interfaces 2009-04-15 16:11:54 -04:00