0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/db
2009-02-05 10:10:53 -05:00
..
btree.cpp datastore work 2009-02-02 18:18:22 -05:00
btree.h datastore work 2009-02-02 18:18:22 -05:00
btreecursor.cpp killop / inprog commands 2009-01-28 18:08:02 -05:00
clientcursor.cpp Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
clientcursor.h Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
cloner.cpp Log generated id with inserted object, log id as update query in some cases 2009-02-03 22:34:51 -05:00
commands.cpp set last error state when a $cmd error happens 2009-01-27 18:16:37 -05:00
commands.h Allow 'count' command on a slave 2009-02-04 17:24:15 -05:00
curop.h missing file 2009-01-29 09:23:58 -05:00
cursor.cpp Real fixes for test failures 2009-02-02 23:42:34 -05:00
cursor.h killop / inprog commands 2009-01-28 18:08:02 -05:00
database.h abstracting out record storage for btree 2009-01-31 17:27:25 -05:00
db.cpp no more "msg end" 2009-02-04 14:49:24 -05:00
db.h reccache bug fix 2009-02-04 11:26:51 -05:00
db.rc we don't need MFC 2009-01-07 16:48:47 -05:00
db.sln on exit, wait for replication to finish up 2009-02-04 13:22:02 -05:00
db.vcproj fix vc proj file 2009-02-03 14:22:48 -05:00
dbcommands.cpp oops 2009-02-04 20:08:43 -05:00
dbeval.cpp authenticate command work 2009-01-18 17:48:44 -05:00
dbhelpers.cpp check the index range first before we go into the object on a query -- so we don't hit disk unnecessarily 2009-01-27 15:35:28 -05:00
dbhelpers.h replication with security on 2009-01-23 18:24:15 -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 killop / inprog commands 2009-01-28 18:08:02 -05:00
dbwebserver.cpp on exit, wait for replication to finish up 2009-02-04 13:22:02 -05:00
flushtest.cpp Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
instance.cpp no more "msg end" 2009-02-04 14:49:24 -05:00
instance.h Typo 2009-01-23 10:28:07 -05:00
introspect.cpp Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
introspect.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
javajs.cpp Don't use async signals in JVM, so our handlers won't get hosed on linux 2009-02-04 15:00:31 -05:00
javajs.h Fix default constructor 2009-02-02 23:47:14 -05:00
javatest.cpp
jsobj.cpp Undefined element can appear anywhere in object 2009-02-03 13:19:45 -05:00
jsobj.h Preserve old id on ipdate with no id spec 2009-02-03 19:13:27 -05:00
json.cpp Add rough parse error info 2009-02-03 00:13:42 -05:00
json.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
lasterror.cpp Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
lasterror.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
matcher.cpp pragma pack changes for solaris 2009-02-01 22:21:32 -05:00
matcher.h Matcher only reject incompatible types if not numbers 2009-01-20 15:44:40 -05:00
minilex.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
namespace.cpp datastore work 2009-02-02 18:18:22 -05:00
namespace.h pragma pack changes for solaris 2009-02-01 22:21:32 -05:00
nonce.cpp check the index range first before we go into the object on a query -- so we don't hit disk unnecessarily 2009-01-27 15:35:28 -05:00
nonce.h compile windows 2009-01-26 09:33:20 -05:00
pcre.txt
pdfile.cpp no more "msg end" 2009-02-04 14:49:24 -05:00
pdfile.h Log generated id with inserted object, log id as update query in some cases 2009-02-03 22:34:51 -05:00
query.cpp Don't update pattern if no key in matching object 2009-02-05 10:10:53 -05:00
query.h grid/message -> util/message 2009-02-03 13:30:28 -05:00
queryoptimizer.cpp Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
queryoptimizer.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
rec.h mamke getCollectionNames() in the shell prettier 2009-02-03 14:42:53 -05:00
reccache.h Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-04 11:26:59 -05:00
reci.h datastore work 2009-02-02 18:18:22 -05:00
recstore.h reccache bug fix 2009-02-04 11:26:51 -05:00
repl.cpp Allow 'count' command on a slave 2009-02-04 17:24:15 -05:00
repl.h on exit, wait for replication to finish up 2009-02-04 13:22:02 -05:00
replset.h on exit, wait for replication to finish up 2009-02-04 13:22:02 -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 make security work with repl pairs 2009-01-24 21:25:55 -05:00
storage.cpp some debug logging 2009-02-04 13:53:08 -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