index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
database.cpp
Age
Commit message (
Expand
)
Author
2011-08-16
raise system.profile default size to 1MB SERVER-3618
Mathias Stearn
2011-07-31
SERVER-3293 ignore quota for local database
Aaron
2011-07-26
better secondary profiling support SERVER-2881
Eliot Horowitz
2011-05-23
towards proper --quotafiles support
dwight
2011-04-23
_dbprofile variable wasnt always being set correctly in CurOp
dwight
2011-04-12
SERVER-2111 Synchronize db names with master if a case conflict is detected i...
Aaron
2011-03-31
fix --profile by removing unused method and initializing in constructor SERVE...
Eliot Horowitz
2011-03-29
SERVER-2111 When checking for duplicate uncased db names, consider in-memory ...
Aaron
2011-02-09
SERVER-2502
dwight
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-30
fix extent search in old files SERVER-2310
Eliot Horowitz
2010-12-30
cleaning Database class
Eliot Horowitz
2010-11-27
dur remap
dwight
2010-09-30
remove unused code and files
Dwight
2010-09-30
make ClientCursor::byLoc have cursor id be part of key SERVER-1875
Eliot Horowitz
2010-08-26
const feels safer, especially for public member variables
Dwight
2010-08-26
make ~Database safer
Dwight
2010-07-26
Database::flushFiles and use in rs for speed
Eliot Horowitz
2010-07-22
handle databases with different cases in mongos SERVER-1443
Eliot Horowitz
2010-06-21
stability tests
Eliot Horowitz
2010-06-19
don't allow " in db name
Eliot Horowitz
2010-06-15
don't allow databases with the same name and different casing SERVER-1149
Eliot Horowitz
2010-06-15
better Database name check SERVER-1218
Eliot Horowitz
2010-05-18
check for bad db names and don't segfault SERVER-1132
Eliot Horowitz
2010-04-27
stdafx->pch
Dwight
2009-12-29
--profile command line option SERVER-456
Eliot Horowitz
2009-12-29
some profiling management cleaning pre SERVER-456
Eliot Horowitz
2009-12-29
some cleaning
Eliot Horowitz