0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/db
Eliot Horowitz fa4ccdb845 typo
2009-01-23 16:47:53 -05:00
..
btree.cpp compile on windows 2009-01-18 11:53:33 -05:00
btree.h Fix simple match spec for encapsulating elements and numbers 2009-01-20 16:54:57 -05:00
btreecursor.cpp Fix simple match spec for encapsulating elements and numbers 2009-01-20 16:54:57 -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 Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
commands.cpp Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
commands.h basic security 2009-01-18 20:31:33 -05:00
cursor.cpp Try to fix vc++ compiler warnings 2009-01-19 09:51:38 -05:00
cursor.h Add start / end key to explain, fix key extraction ordering 2009-01-15 13:04:25 -05:00
database.h Replaced our #defined cout with mongo::out() 2009-01-15 11:26:38 -05:00
db.cpp Rely on DBDirectClient dummy authorization instead 2009-01-23 11:33:26 -05:00
db.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
db.rc we don't need MFC 2009-01-07 16:48:47 -05:00
db.sln release_nojni visual studio target added 2008-12-22 12:38:12 -05:00
db.vcproj basic security 2009-01-18 20:31:33 -05:00
dbcommands.cpp correct security on db eval's 2009-01-23 11:35:22 -05:00
dbeval.cpp authenticate command work 2009-01-18 17:48:44 -05:00
dbhelpers.cpp authenticate command work 2009-01-18 17:48:44 -05:00
dbhelpers.h if no admin.system.users, allow access to everything from localhost 2009-01-21 17:26:16 -05:00
dbinfo.cpp Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
dbinfo.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
dbmessage.h Clean up object size check 2009-01-21 11:14:35 -05:00
dbwebserver.cpp Set up authInfo in contexts where it may be required 2009-01-20 11:05:53 -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 ssh://git.10gen.com/data/gitroot/p 2009-01-23 11:35:42 -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 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
jsobj.cpp Fix dependency problem 2009-01-23 11:28:29 -05:00
jsobj.h Convert to const 2009-01-23 10:15:36 -05:00
json.cpp Parse both hex characters of each byte 2009-01-22 16:38:02 -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
makefile Fix dependency problem 2009-01-23 11:28:29 -05:00
makefile.Darwin.i386 testing - please ignore - no functional change 2008-12-29 14:07:20 -05:00
makefile.Linux.i686 Modify makefile system to allow different builds on 32-bit vs 64-bit linux. 2008-03-26 10:11:29 -04:00
makefile.Linux.x86_64 added 64 bit directory 2008-06-08 20:43:12 +00:00
matcher.cpp Matcher only reject incompatible types if not numbers 2009-01-20 15:44:40 -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 Use ns string value for map key, rather than pointer location 2009-01-21 14:40:15 -05:00
namespace.h Use ns string value for map key, rather than pointer location 2009-01-21 14:40:15 -05:00
nonce.cpp Fix dependency problem 2009-01-23 11:28:29 -05:00
nonce.h Fix dependency problem 2009-01-23 11:28:29 -05:00
pcre.txt makefile 2007-11-04 13:14:02 -05:00
pdfile.cpp Convert to const 2009-01-23 10:15:36 -05:00
pdfile.h Convert to const 2009-01-23 10:15:36 -05:00
query.cpp Add idempotence tests for some oplog operations 2009-01-23 10:17:29 -05:00
query.h Add 'fields' spec to cmd run count 2009-01-21 10:36:40 -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
repl.cpp log a little less 2009-01-23 15:15:07 -05:00
repl.h Destroy cursor before connection 2009-01-23 14:25:16 -05:00
replset.h authenticate command work 2009-01-18 17:48:44 -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 Fix dependency problem 2009-01-23 11:28:29 -05:00
storage.h Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
tests.cpp authenticate command work 2009-01-18 17:48:44 -05:00