0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/db
2009-01-28 15:34:33 -05:00
..
btree.cpp perf experiments 2009-01-28 11:53:55 -05:00
btree.h Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-27 15:36:43 -05:00
btreecursor.cpp Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-27 15:36:43 -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
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 Release mutex before exit 2009-01-27 11:52:52 -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 better validate 2009-01-28 11:16:25 -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 Don't log an update having no effect, log id as query when doing just one remove 2009-01-28 15:24:52 -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 Legacy objects may not have ids 2009-01-28 15:34:33 -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 Reset index cache when deleting index 2009-01-27 16:16:53 -05:00
namespace.h Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-01-27 17:29:11 -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 Don't log an update having no effect, log id as query when doing just one remove 2009-01-28 15:24:52 -05:00
pdfile.h check that _id is unique 2009-01-26 17:23:45 -05:00
query.cpp Legacy objects may not have ids 2009-01-28 15:34:33 -05:00
query.h Don't log an update having no effect, log id as query when doing just one remove 2009-01-28 15:24:52 -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