0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2009-02-02 18:23:57 -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 make security work with repl pairs 2009-01-24 21:25:55 -05:00
commands.cpp set last error state when a $cmd error happens 2009-01-27 18:16:37 -05:00
commands.h basic security 2009-01-18 20:31:33 -05:00
curop.h missing file 2009-01-29 09:23:58 -05:00
cursor.cpp Try to fix vc++ compiler warnings 2009-01-19 09:51:38 -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 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-02 18:23:57 -05:00
db.h datastore work 2009-02-02 18:18:22 -05:00
db.rc
db.sln complain if hint index not found. should we? 2009-01-30 12:32:58 -05:00
db.vcproj datastore work 2009-02-02 18:18:22 -05:00
dbcommands.cpp Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-30 10:07:14 -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 if there are users in admin, need to authenticate against that to use webserver 2009-01-30 15:06:33 -05:00
flushtest.cpp Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
instance.cpp Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-02 18:23:57 -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 typo 2009-01-23 16:47:53 -05:00
javajs.h track where the db was started from so easier to find jars 2009-01-22 11:15:51 -05:00
javatest.cpp
jsobj.cpp pragma pack changes for solaris 2009-02-01 22:21:32 -05:00
jsobj.h some helpers 2009-02-02 17:12:42 -05:00
json.cpp empty string -> emptyObj 2009-02-02 12:16:29 -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 pragma pack changes for solaris 2009-02-01 22:21:32 -05:00
pdfile.h pragma pack changes for solaris 2009-02-01 22:21:32 -05:00
query.cpp $hint takes keypattern objects now 2009-01-30 13:13:49 -05:00
query.h $hint takes keypattern objects now 2009-01-30 13:13:49 -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 datastore work 2009-02-02 18:18:22 -05:00
reccache.h datastore work 2009-02-02 18:18:22 -05:00
reci.h datastore work 2009-02-02 18:18:22 -05:00
recstore.h datastore work 2009-02-02 18:18:22 -05:00
repl.cpp Parse port suffix before calling hostbyname() 2009-02-02 16:18:44 -05:00
repl.h Add autoresync option 2009-02-02 11:15:24 -05:00
replset.h Make arbitration smarter -- arbiter forwards negotiate request to paired node 2009-02-02 09:53:01 -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 datastore work 2009-02-02 18:18:22 -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