.. |
modules
|
clean up MutexInfo
|
2009-12-03 13:12:51 -05:00 |
btree.cpp
|
use Helpers::findById for simpel _id lookups
|
2009-11-25 12:41:13 -05:00 |
btree.h
|
some btree helpers and test
|
2009-11-25 10:09:59 -05:00 |
btreecursor.cpp
|
correct fix for SERVER-436
|
2009-11-23 01:29:38 -05:00 |
client.cpp
|
small rename
|
2009-12-08 11:34:57 -05:00 |
client.h
|
small rename
|
2009-12-08 11:34:57 -05:00 |
clientcursor.cpp
|
when doing large delete, unlock so other things can go: SERVER-494
|
2009-12-17 16:54:40 -05:00 |
clientcursor.h
|
rename func
|
2009-12-17 17:17:46 -05:00 |
cloner.cpp
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-10 13:54:34 -05:00 |
cmdline.h
|
add --configsvr and --shardsvr options that make mongod run on different
|
2009-11-08 10:46:41 -05:00 |
commands.cpp
|
use float like mongod
|
2009-12-01 16:33:58 -05:00 |
commands.h
|
comment
|
2009-12-05 13:59:28 -05:00 |
concurrency.h
|
fix old boost version
|
2009-12-05 23:47:24 -05:00 |
curop.h
|
small rename
|
2009-12-08 11:34:57 -05:00 |
cursor.cpp
|
small cleanups
|
2009-10-06 16:17:11 -04:00 |
cursor.h
|
rename func
|
2009-12-17 17:17:46 -05:00 |
database.h
|
fix a problem with extent re-use SERVER-490
|
2009-12-18 17:43:40 -05:00 |
db_10.sln
|
some initial visual studio 2010 support
|
2009-11-30 12:09:39 -05:00 |
db.cpp
|
fix SERVER-474
|
2009-12-11 12:41:26 -05:00 |
db.h
|
add dbtempreleasecond that only releases if you have a single level lock
|
2009-12-17 20:45:54 -05:00 |
db.rc
|
|
|
db.sln
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-03 12:01:58 -05:00 |
db.vcproj
|
build vis studio
|
2009-12-17 16:18:00 -05:00 |
db.vcxproj
|
some initial visual studio 2010 support
|
2009-11-30 12:09:39 -05:00 |
dbcommands_admin.cpp
|
fsync command part of SERVER-255
|
2009-11-11 13:41:45 -05:00 |
dbcommands.cpp
|
option for getlasterror to fsync
|
2009-12-17 16:15:36 -05:00 |
dbeval.cpp
|
only put a timeout on db.eval if --quota is on
|
2009-10-16 11:37:31 -04:00 |
dbhelpers.cpp
|
fix warning
|
2009-12-06 01:08:19 -05:00 |
dbhelpers.h
|
fix warning
|
2009-12-06 01:08:19 -05:00 |
dbinfo.cpp
|
|
|
dbinfo.h
|
checkpoint some intermediate concurrency work
|
2009-12-02 09:39:17 -05:00 |
dbmessage.h
|
FieldMatcher now supports positive and negative matching. SERVER-299 and SERVER-125
|
2009-10-28 12:44:26 -04:00 |
dbwebserver.cpp
|
make lastAssert threadsafe
|
2009-12-08 14:34:09 -05:00 |
extsort.cpp
|
some defensive code for boost versions
|
2009-11-03 13:19:57 -05:00 |
extsort.h
|
|
|
filever.h
|
|
|
flushtest.cpp
|
|
|
instance.cpp
|
fix inShutdown
|
2009-12-14 11:06:06 -05:00 |
instance.h
|
fix SERVER-474
|
2009-12-11 12:41:26 -05:00 |
introspect.cpp
|
move the var 'database' inside Client object
|
2009-10-14 14:34:38 -04:00 |
introspect.h
|
|
|
javatest.cpp
|
|
|
jsobj.cpp
|
BSONObjIteratorSorted - sorted iterator for bson obj that is sorted by field name
|
2009-12-18 01:50:43 -05:00 |
jsobj.h
|
BSONObjIteratorSorted - sorted iterator for bson obj that is sorted by field name
|
2009-12-18 01:50:43 -05:00 |
jsobjmanipulator.h
|
|
|
json.cpp
|
Start using Date_t. Can anyone think of a better name?
|
2009-12-09 12:00:17 -05:00 |
json.h
|
|
|
lasterror.cpp
|
all client files now marked as Apache 2.0. SERVER-329.
|
2009-10-27 15:59:37 -04:00 |
lasterror.h
|
fix error message reporting on build index
|
2009-11-18 14:54:37 -05:00 |
matcher.cpp
|
Start using Date_t. Can anyone think of a better name?
|
2009-12-09 12:00:17 -05:00 |
matcher.h
|
actually implement interface KeyValJSMatcher::matches
|
2009-12-04 01:25:09 -05:00 |
minilex.h
|
|
|
module.cpp
|
minor: don't put mms in options
|
2009-11-25 10:14:08 -05:00 |
module.h
|
fix linux static init. will have to look at windows more
|
2009-11-18 17:08:58 -05:00 |
mr.cpp
|
change map/reduce locking strategy
|
2009-12-04 16:20:13 -05:00 |
namespace.cpp
|
make query optimizer map thread-safe
|
2009-12-09 18:13:36 -05:00 |
namespace.h
|
increase default collection loevel log size from 128 to 256 mb
|
2009-12-11 22:19:13 -05:00 |
nonce.cpp
|
linux compile
|
2009-11-25 22:46:01 -05:00 |
nonce.h
|
bug fix with OID generation on OS X (init order problem)
|
2009-11-24 18:09:20 -05:00 |
pcre.txt
|
|
|
pdfile.cpp
|
fix a problem with extent re-use SERVER-490
|
2009-12-18 17:43:40 -05:00 |
pdfile.h
|
fix a problem with extent re-use SERVER-490
|
2009-12-18 17:43:40 -05:00 |
query.cpp
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-12-18 10:23:22 -05:00 |
query.h
|
refactoring updateObjects return to be cleaner and so can work with multi-object update SERVER-268
|
2009-10-21 15:18:21 -04:00 |
queryoptimizer.cpp
|
make query optimizer map thread-safe
|
2009-12-09 18:13:36 -05:00 |
queryoptimizer.h
|
|
|
queryutil.cpp
|
cleaning
|
2009-10-29 16:06:35 -04:00 |
queryutil.h
|
FieldMatcher now supports positive and negative matching. SERVER-299 and SERVER-125
|
2009-10-28 12:44:26 -04:00 |
rec.h
|
|
|
reccache.cpp
|
fixes for boost 1.36
|
2009-11-16 11:33:57 -05:00 |
reccache.h
|
seg fault
|
2009-12-05 21:19:07 -05:00 |
reci.h
|
|
|
recstore.h
|
|
|
repl.cpp
|
MINOR TEMP log logCollection command object for debugging
|
2009-12-10 10:13:33 -08:00 |
repl.h
|
|
|
replset.h
|
ability to make a Client god for a little while
|
2009-10-22 23:47:39 -04:00 |
resource.h
|
|
|
scanandorder.h
|
FieldMatcher now supports positive and negative matching. SERVER-299 and SERVER-125
|
2009-10-28 12:44:26 -04:00 |
security_commands.cpp
|
SERVER-469 don't crash when authenticate called before getnonce
|
2009-12-09 14:00:14 -08:00 |
security.cpp
|
security cleanup / segault fix in currentOp SERVER-384
|
2009-10-25 00:47:43 -04:00 |
security.h
|
change dblock to readlock
|
2009-12-07 12:22:08 -05:00 |
storage.cpp
|
|
|
storage.h
|
Increase max data size to 32TB
|
2009-12-02 15:39:46 -05:00 |
tests.cpp
|
|
|
update.cpp
|
fix un-sorted update
|
2009-12-18 01:51:43 -05:00 |
update.h
|
when doing upsert, don't copy $ filters SERVER-492
|
2009-12-16 21:53:12 -05:00 |