0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db
2010-10-19 13:25:23 -04:00
..
commands compile msvc 2010-10-15 15:45:57 -04:00
geo Faster $box queries SERVER-1392 2010-10-18 14:37:00 -04:00
helpers
modules
repl cleaning and slightly nicer output rs 2010-10-18 20:43:21 -04:00
stats SERVER-1804 tighter background job 2010-10-13 17:38:09 -04:00
background.h
btree.cpp cleaning 2010-10-18 23:25:56 -04:00
btree.h more cleaning toward conventions 2010-10-19 09:13:57 -04:00
btreecursor.cpp more cleaning toward conventions 2010-10-19 09:13:57 -04:00
cap.cpp towards durability 2010-09-27 12:35:22 -04:00
client.cpp optimization: avoid an extra thread local lookup on locks 2010-10-19 13:25:23 -04:00
client.h cleaning 2010-10-11 21:51:30 -04:00
clientcursor.cpp better warning for clientcursors 2010-10-19 09:29:22 -04:00
clientcursor.h SERVER-1804 tighter background job 2010-10-13 17:38:09 -04:00
cloner.cpp readability of code 2010-10-06 11:19:43 -04:00
cmdline.cpp fix SIGHUP handling SERVER-1934 2010-10-13 11:13:54 -04:00
cmdline.h allow changing notablescan at runtime via {set:} command 2010-10-15 17:00:34 -04:00
commands.cpp fix a 1.7 regression of REST stuff 2010-08-25 14:52:36 -04:00
commands.h Pull timer.h and time_support.h out of goodies.h 2010-09-16 09:18:46 -04:00
common.cpp cleaning and comme nts 2010-10-19 13:01:46 -04:00
compact.cpp compile 2010-10-17 19:18:41 -04:00
concurrency.h optimization: avoid an extra thread local lookup on locks 2010-10-19 13:25:23 -04:00
curop.h cleaning 2010-10-11 21:35:11 -04:00
cursor.cpp
cursor.h minor cleaning 2010-10-06 12:06:34 -04:00
database.cpp remove unused code and files 2010-09-30 15:42:04 -04:00
database.h make ClientCursor::byLoc have cursor id be part of key SERVER-1875 2010-09-30 12:19:35 -04:00
db_10.sln compile msvc 2010-10-15 15:45:57 -04:00
db.cpp better help 2010-10-19 09:13:42 -04:00
db.h using BSONObjMaxSize everywhere bson size comes into play 2010-10-10 20:01:17 -04:00
db.rc
db.sln
db.vcproj
db.vcxproj merge 2010-10-16 20:12:49 -04:00
db.vcxproj.filters merge 2010-10-16 20:12:49 -04:00
dbcommands_admin.cpp SERVER-1804 tighter background job 2010-10-13 17:38:09 -04:00
dbcommands_generic.cpp get all option 2010-10-15 17:06:23 -04:00
dbcommands.cpp consistent name for tmp 2010-10-17 22:59:27 -04:00
dbeval.cpp
dbhelpers.cpp yield lock during removeRange SERVER-1521 2010-09-09 17:55:20 -04:00
dbhelpers.h
dbmessage.h
dbwebserver.cpp SERVER-1822 dedup webGetAdminUser/webHaveAdminUser 2010-10-01 09:06:58 -04:00
dbwebserver.h SERVER-1822 dedup webGetAdminUser/webHaveAdminUser 2010-10-01 09:06:58 -04:00
diskloc.h durability more work on declaring intent to write in the code 2010-09-28 17:18:36 -04:00
driverHelpers.cpp
dur.cpp comments and LF fixes 2010-10-04 20:09:41 -04:00
dur.h legibility 2010-10-04 15:26:30 -04:00
extsort.cpp try to kill warning 2010-09-09 12:05:08 -04:00
extsort.h
filever.h
flushtest.cpp
index.cpp SERVER-1818 add a bit more safety by keeping kill_idx from throwing a db exception 2010-10-05 22:48:52 -07:00
index.h
indexkey.cpp better check for dup plugin name 2010-09-24 01:13:24 -04:00
indexkey.h set version for indexes and hookup for IndexPlugin SERVER-1845 2010-09-23 19:08:00 -04:00
instance.cpp split bson max size into User and Internal 2010-10-11 11:26:41 -04:00
instance.h comments 2010-10-06 14:09:30 -04:00
introspect.cpp
introspect.h
javatest.cpp
jsobj.cpp fixes x.y.N skipping N's elements SERVER-1820 2010-09-21 13:54:23 -04:00
jsobj.h
jsobjmanipulator.h SEVER-394 remove overwrite field name in place mode, as this can cause field ordering to differ between master and slave 2010-09-29 11:16:25 -07:00
json.cpp SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
json.h
lasterror.cpp crazy buildbot warnings 2010-08-30 12:36:39 -04:00
lasterror.h
matcher_covered.cpp SERVER-1701 don't use index key to resolve exists query 2010-08-30 14:06:32 -07:00
matcher.cpp $elemMatch works on primitives SERVER-1264 2010-09-24 15:57:20 -04:00
matcher.h $elemMatch works on primitives SERVER-1264 2010-09-24 15:57:20 -04:00
minilex.h
module.cpp
module.h
mongo.ico
mongommf.cpp try a SEQUENTIAL hint for .ns files 2010-10-13 13:06:49 -04:00
mongommf.h try a SEQUENTIAL hint for .ns files 2010-10-13 13:06:49 -04:00
mongomutex.h optimization: avoid an extra thread local lookup on locks 2010-10-19 13:25:23 -04:00
namespace-inl.h cleaning-move more to inl file instead of .h 2010-09-14 12:48:18 -04:00
namespace.cpp try a SEQUENTIAL hint for .ns files 2010-10-13 13:06:49 -04:00
namespace.h more cleaning toward conventions 2010-10-19 09:13:57 -04:00
nonce.cpp Pull timer.h and time_support.h out of goodies.h (compile Windows) 2010-09-16 17:13:58 -04:00
nonce.h
oplog.cpp intent to write 2010-09-29 10:18:11 -04:00
oplog.h Pull timer.h and time_support.h out of goodies.h 2010-09-16 09:18:46 -04:00
oplogreader.h
pcre.txt
pdfile.cpp readability of code 2010-10-06 11:19:43 -04:00
pdfile.h comments 2010-10-06 14:09:30 -04:00
query.cpp use constant for getMore size 2010-10-11 01:12:22 -04:00
query.h
queryoptimizer.cpp more cleaning toward conventions 2010-10-19 09:13:57 -04:00
queryoptimizer.h more cleaning toward conventions 2010-10-19 09:13:57 -04:00
queryutil.cpp SERVER-1883 expand nested array fields when testing document for match with previous or clause 2010-10-03 14:29:49 -07:00
queryutil.h SERVER-1213 allow splitting of or ranges 2010-09-14 14:30:18 -07:00
repl_block.cpp SERVER-1804 tighter background job 2010-10-13 17:38:09 -04:00
repl_block.h
repl.cpp cleanup ismaster code with replica sets 2010-10-15 11:04:44 -04:00
repl.h
replpair.h fix segfault on repl set slave before inited SERVER-1656 2010-08-22 18:04:42 -04:00
resource.h
restapi.cpp SERVER-1822 dedup webGetAdminUser/webHaveAdminUser 2010-10-01 09:06:58 -04:00
restapi.h SERVER-1822 dedup webGetAdminUser/webHaveAdminUser 2010-10-01 09:06:58 -04:00
scanandorder.h fix bugs with query yielding 162 2010-08-23 12:45:31 -04:00
security_commands.cpp SERVER-779 don't use a write lock 2010-09-07 19:54:35 -07:00
security.cpp
security.h
tests.cpp towards a new capped impl; NamespaceDetails readability; cleaning 2010-09-09 07:12:17 -04:00
update.cpp split bson max size into User and Internal 2010-10-11 11:26:41 -04:00
update.h SERVER-1917 stop using appendAs to provide new element 2010-10-10 15:09:40 -07:00