0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/db
2009-01-26 15:44:48 -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 make security work with repl pairs 2009-01-24 21:25:55 -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 get rid of #define exit and just defined it in the mongo namespace 2009-01-25 12:40:11 -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 compile windows 2009-01-26 09:33:20 -05:00
dbcommands.cpp uptime to timeinfo command 2009-01-26 15:44:48 -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 replication with security on 2009-01-23 18:24:15 -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 dbexit needs to use real exit 2009-01-25 16:25:36 -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 Don't assume referenced object exists 2009-01-25 22:25:01 -05:00
jsobj.h element stream 2009-01-25 19:56:44 -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
makefile.Linux.x86_64
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 compile windows 2009-01-26 09:33:20 -05:00
pcre.txt
pdfile.cpp replication with security on 2009-01-23 18:24:15 -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 _id can be any type 2009-01-25 19:53:51 -05:00
repl.h replication with security on 2009-01-23 18:24:15 -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 make security work with repl pairs 2009-01-24 21:25:55 -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