summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4739 use a thread for logRotate signal instead of a signal handlerEric Milkie2013-04-181-6/+19
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2013-03-061-4/+4
* SERVER-7434 Do not spawn a thread in grandparent process when using --fork.Andy Schwerin2013-01-231-13/+12
* SERVER-7352 do not try to exit cleanly in Windows exception handlerTad Marshall2012-11-061-7/+4
* SERVER-7031 don't shut down in Windows on CTRL_LOGOFF_EVENTTad Marshall2012-11-061-3/+2
* SERVER-6718 new parameter to control replication index prefetching behaviorEric Milkie2012-08-081-0/+4
* SERVER-6603 remove remapLock and hook functions (Windows)Tad Marshall2012-08-011-10/+0
* SERVER-6554 Windows unhandled exception filter print stack traceTad Marshall2012-07-311-0/+2
* Comments and style fixes for SERVER-6609Kristina2012-07-301-4/+15
* Use startupWarningsLog SERVER-6609Kristina2012-07-261-7/+7
* TTL monitor doesn't start if there's a rs config present SERVER-6609Kristina2012-07-261-11/+18
* SERVER-6509 ignore SIGPIPE rather than printing a messageEric Milkie2012-07-231-9/+1
* SERVER-6320 and SERVER-6321 - fix broken ssl options and make error reporting...Eliot Horowitz2012-07-111-12/+2
* added help output for SSL options on mongos/mongod - missing per SERVER-6320Adam Comerford2012-07-071-26/+41
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-3/+3
* SERVER-6053 - make sure not to point to memory in a query MessageEliot Horowitz2012-06-131-3/+3
* Support geo indexing with points equal to max (+180 by default) SERVER-4027Mathias Stearn2012-06-011-0/+5
* --repair should disable journaling SERVER-3639Mathias Stearn2012-06-011-0/+6
* SERVER-5863 Added default options to --help for port, maxConns, and dbPathZhehao Mao2012-05-221-1/+4
* Use _exit rather than returning from main in mongos, mongod, mongo shellAndy Schwerin2012-05-211-0/+7
* Replace ::exit with ::_exit.Andy Schwerin2012-05-211-4/+4
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-36/+35
* include what you useEric Milkie2012-05-181-0/+1
* S5458 --nohttpinterface option on mongosSiddharth Singh2012-05-171-1/+1
* SERVER-2942 Hook functions in the Windows Import Address TableTad Marshall2012-05-171-1/+11
* improve help msgDwight2012-05-151-1/+1
* SERVER-211 - simple ttl collections where we can expire based on ageEliot Horowitz2012-05-111-1/+3
* Include what you use fixes.Andy Schwerin2012-05-101-0/+4
* typo in minidump status messageTad Marshall2012-05-081-1/+1
* fix minidump logging outputEric Milkie2012-04-301-2/+2
* Limit exitCleanly() and ntservice module to mongos and mongod.Andy Schwerin2012-04-251-1/+7
* write minidumps for unhandled exceptions on WindowsEric Milkie2012-04-241-0/+45
* Use _exit() in fatal cases SERVER-5566Mathias Stearn2012-04-241-2/+2
* remove db/concurrency.h which has nothing in itEliot Horowitz2012-04-231-1/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2012-04-191-1/+22
|\
| * SERVER-5193 Display Windows access violation type and addressTad Marshall2012-04-191-1/+22
* | get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-4/+3
|/
* Don't check /proc/pid/exe in --shutdown SERVER-5358Mathias Stearn2012-04-101-16/+0
* Fix build break from last patch.Andy Schwerin2012-04-051-1/+1
* SERVER-4328: Background tasks in mongod that take database locks need a clien...Andy Schwerin2012-04-051-0/+1
* pare down pch.h some moreEric Milkie2012-04-051-1/+0
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* some security refactoringDwight2012-03-261-1/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-22/+20
* SERVER-5348: fix wrong usage of BOOST_CHECK_EXCEPTION macro BOOST_CHECK_EXCEP...Pedro Larroy2012-03-231-1/+1
* somewhat temporary fix. we were trying to open admin db for auth purposesDwight2012-03-221-0/+8
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-21/+18
|\
| * SERVER-5152 Improve unhandled exception code on WindowsTad Marshall2012-03-041-21/+18
* | minor textdwight2012-03-031-1/+1
* | Merge remote branch 'main_readonly/master'Dwight2012-02-291-5/+17
|\ \ | |/