0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2009-03-02 18:32:12 -05:00
..
btree.cpp Add new Matcher interface, use in count, add consts 2009-03-02 10:41:36 -05:00
btree.h Add new Matcher interface, use in count, add consts 2009-03-02 10:41:36 -05:00
btreecursor.cpp Add const 2009-02-25 16:03:09 -05:00
clientcursor.cpp Add 'cursorInfo' command, remove old method of getting information about cursors 2009-02-23 17:55:13 -05:00
clientcursor.h Use key matcher, keep real BSONObj in matcher, fix deleteObject bug 2009-03-02 13:42:31 -05:00
cloner.cpp elim signed unsigned warning on windows 2009-02-24 10:21:03 -05: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 doneAndDecouple() -> obj() 2009-02-09 13:04:32 -05:00
cursor.cpp Real fixes for test failures 2009-02-02 23:42:34 -05:00
cursor.h Add new Matcher interface, use in count, add consts 2009-03-02 10:41:36 -05:00
database.h FieldBound work 2009-02-17 15:53:19 -05:00
db.cpp Remove comments 2009-02-27 11:48:12 -05:00
db.h BSONObjBuilderValueStream bug fix 2009-02-23 18:05:38 -05:00
db.rc we don't need MFC 2009-01-07 16:48:47 -05:00
db.sln Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-26 12:08:25 -05:00
db.vcproj compile windows 2009-02-24 16:43:52 -05:00
dbcommands.cpp Don't release lock before shutdown 2009-03-02 18:32:12 -05:00
dbeval.cpp authenticate command work 2009-01-18 17:48:44 -05:00
dbhelpers.cpp Use key val matcher in findOne(), cleanup 2009-03-02 17:12:02 -05:00
dbhelpers.h findOne use new query optimizer 2009-02-25 15:01:07 -05:00
dbinfo.cpp oops 2009-02-01 15:35:55 -05:00
dbinfo.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
dbmessage.h use AbstractMessagingPort 2009-03-01 23:43:00 -05:00
dbwebserver.cpp Add number of calls to setClient to DBTOP 2009-03-02 16:49:16 -05:00
flushtest.cpp Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
instance.cpp Remove old code 2009-02-24 14:41:53 -05:00
instance.h Dummy count implementation 2009-02-20 11:08:22 -05: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
javajs.cpp new java js system 2009-02-15 16:12:54 -05:00
javajs.h Fix default constructor 2009-02-02 23:47:14 -05:00
javatest.cpp
jsobj.cpp Key match checkpoint 2009-03-02 16:03:48 -05:00
jsobj.h Use key val matcher in findOne(), cleanup 2009-03-02 17:12:02 -05:00
jsobjmanipulator.h make timestamp work on update, and a test 2009-02-28 18:55:04 -05:00
json.cpp doneAndDecouple() -> obj() 2009-02-09 13:04:32 -05:00
json.h Use @file to tell doxygen to document globals, add more doc for BSON() and QUERY() 2009-02-10 14:04:03 -05:00
lasterror.cpp Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
lasterror.h More validation for modifier updates 2009-02-05 11:51:51 -05:00
matcher.cpp Use key val matcher in findOne(), cleanup 2009-03-02 17:12:02 -05:00
matcher.h Key match checkpoint 2009-03-02 16:03:48 -05:00
minilex.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
namespace.cpp Adjust dependencies 2009-02-26 11:08:23 -05:00
namespace.h Adjust dependencies 2009-02-26 11:08:23 -05: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 compile windows 2009-01-26 09:33:20 -05:00
pcre.txt
pdfile.cpp Add new Matcher interface, use in count, add consts 2009-03-02 10:41:36 -05:00
pdfile.h Add BSONElementManipulator and CurrentTime type 2009-02-27 17:18:56 -05:00
query.cpp Use key matcher, keep real BSONObj in matcher, fix deleteObject bug 2009-03-02 13:42:31 -05:00
query.h Remove dead code 2009-02-25 15:31:38 -05:00
queryoptimizer.cpp More detailed explain 2009-02-26 15:53:33 -05:00
queryoptimizer.h More detailed explain 2009-02-26 15:53:33 -05:00
queryutil.cpp Set exclusive for regex upper bound, add some tests 2009-02-27 11:48:39 -05:00
queryutil.h FieldBoundSet handles inclusive / exclusive bounds 2009-02-27 11:22:12 -05:00
rec.h new pagewriter 2009-02-06 13:29:57 -05:00
reccache.cpp bg page writer can run concurrently now 2009-02-06 15:29:02 -05:00
reccache.h bg page writer can run concurrently now 2009-02-06 15:29:02 -05:00
reci.h $SET change 2009-02-05 16:17:46 -05:00
recstore.h check if closed properly, recstore 2009-02-06 14:33:26 -05:00
repl.cpp Add idempotence test for timestamp update 2009-03-02 18:16:27 -05:00
repl.h clean up exception classes 2009-02-06 16:21:49 -05:00
replset.h virtual dtors == good 2009-02-18 13:42:32 -05:00
resource.h Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
scanandorder.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
security_commands.cpp getnonce now returns a prettier nonce string -- hex digits as a string instead of double as a string. 2009-01-21 15:06:13 -05:00
security.cpp md5 function no longer necessary 2009-01-23 11:38:26 -05:00
security.h virtual dtors == good 2009-02-18 13:42:32 -05:00
storage.cpp minor recstore 2009-02-06 15:56:36 -05:00
storage.h datastore work 2009-02-02 18:18:22 -05:00
tests.cpp authenticate command work 2009-01-18 17:48:44 -05:00