summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2011-12-24bulk move of code to src/ SERVER-4551Eliot Horowitz
2011-12-23SERVER-4499: avoid renaming non-reg filesBrandon Diamond
2011-12-22saferdwight
2011-12-22SERVER-4499: made log rotation more robustBrandon Diamond
2011-12-22SERVER-4499: old log rotated, not clobberedBrandon Diamond
2011-12-21fix duplicated codeEric Milkie
2011-12-21SERVER-4538 fix code buffer size calculationEric Milkie
2011-12-21SERVER-4538 detect if pages are in our working set, on WindowsEric Milkie
2011-12-21milliseconds are thousandths of a second; thx TadEric Milkie
2011-12-21fix socket timeouts on WindowsEric Milkie
2011-12-20SERVER-3844 make exclusive recursive mutex work properlyEric Milkie
2011-12-20SERVER-1273 fix name collisions between bson.h and assert_util.hEric Milkie
2011-12-19cleaner currentop output lslightlyDwight
2011-12-19printmeminfo references memorymappfile stuff so move it to avoid dependcencie...Dwight
2011-12-19compile gccdwight
2011-12-19begin the process of putting global vairables in one central location. in par...Dwight
2011-12-18cleaningdwight
2011-12-17compile linuxdwight
2011-12-17beginnings of PageFaultException. Not yet active (ifdefd out)dwight
2011-12-16vcpp compile warnings elimDwight
2011-12-16Merge branch 'master' of github.com:mongodb/mongoDwight
2011-12-16comments and loggingDwight
2011-12-14SERVER-4215 use consistent cursor for map phaseGreg Studer
2011-12-13Also track heap usage in mmap blocks in addition to main arena SERVER-4483Mathias Stearn
2011-12-13back out bc1c27f184cc1dda2d07f387a2534be0337640d0Eric Milkie
2011-12-13technically, these memory reads need to be serialized for multi-threaded accessEric Milkie
2011-12-12clcdwight
2011-12-11Merge pull request #151 from charsyam/patch-1Eliot
2011-12-11clcdwight
2011-12-11change false -> true in opIsWrite in op is dbUpdate/dbInsert/dbDeletecharsyam
2011-12-08fix namespace for Windows-only non-Visual-Studio source filesEric Milkie
2011-12-08SERVER-4459 move shared_mutex so that we only "using" it on non-Windows and o...Eric Milkie
2011-12-08SERVER-4459 tighten up namespace pollution. importing all of boost in a glob...Eric Milkie
2011-12-07Merge branch 'master' of http://github.com/mongodb/mongo into aggregationU-tellus\cwestin
2011-12-07SERVER-4075 add traceException parameter for turning on stack traces of all D...Greg Studer
2011-12-07merge from mainU-tellus\cwestin
2011-12-06Make sure journal truncation is on disk before we proceed with rotationMathias Stearn
2011-12-02SERVER-4410 -- Windows Service --install option isn't quoting all file parame...Tad Marshall
2011-12-01SERVER-2833 -- shut down cleanly on OS or Service Controller shutdown eventTad Marshall
2011-12-01Fix MessagingPort to register all ports in global listKristina
2011-12-01RecursiveMutex classDwight
2011-12-01new threadlocal methodDwight
2011-11-29SERVER-4359U-tellus\cwestin
2011-11-27SERVER-3969 -- handle spaces in passwords at the "Enter password:" promptTad Marshall
2011-11-27catch boost exceptiondwight
2011-11-26redo how we handle concurrency when opening a database initially.dwight
2011-11-26SERVER-3582 -- Mongo Windows Service locks up CPU when computer reboots after...Tad Marshall
2011-11-26SERVER-3097 -- "mongod --install" uses wrong image path depending on CWDTad Marshall
2011-11-23crlfdwight
2011-11-23SERVER-2612 -- support logRotate under windowsTad Marshall