summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* don't try and accept sockets after socket is closedEliot Horowitz2010-02-072-2/+2
* fix madvise ifEliot Horowitz2010-02-041-4/+4
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-041-1/+1
|\
| * compile winDwight2010-02-041-1/+1
* | ifdef madviseEliot Horowitz2010-02-041-1/+4
|/
* sequential option for mmap SERVER-607Eliot Horowitz2010-02-043-4/+19
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-02-044-7/+33
|\
| * make allocation handle smaller os buffersEliot Horowitz2010-02-041-7/+8
| * better errno reportingEliot Horowitz2010-02-043-2/+13
| * cleaning up security - moving to centralized locationEliot Horowitz2010-02-041-0/+14
* | background index buildingDwight2010-02-041-0/+5
|/
* Fix bug in StringBuilder::str()Mathias Stearn2010-02-021-1/+1
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-02-023-202/+0
|\
| * move util/top to db/stats/topEliot Horowitz2010-02-013-202/+0
* | Add debugging support for multiple destructors, and some guards to prevent th...Aaron2010-02-012-1/+10
|/
* only launch gdbserver if compiled with --gdbserverMathias Stearn2010-01-291-1/+1
* size_t <-> int changes to fix win64 warningsMathias Stearn2010-01-283-6/+6
* final darwing fix MINOREliot Horowitz2010-01-281-1/+1
* dawrin MINOREliot Horowitz2010-01-281-0/+1
* darwin compile MINOREliot Horowitz2010-01-282-1/+2
* win compile MINOREliot Horowitz2010-01-282-1/+3
* add checking to see if a page is in memory to ProcessInfoEliot Horowitz2010-01-285-0/+62
* disable backtrace scan on freebsdAaron2010-01-261-1/+1
* don't use asio for mongos with win vcproj yetDwight2010-01-261-0/+2
* Fix AtomicUInt for old GCCMathias Stearn2010-01-251-7/+5
* Pulling atomic functionality from WrappingInt to AtomicUInt. More atomic func...Mathias Stearn2010-01-254-28/+106
* mongos async: use StickyThreads.Mathias Stearn2010-01-251-3/+62
* mongos async: use two IO threadsMathias Stearn2010-01-251-0/+1
* mongos async: cache remote portMathias Stearn2010-01-251-5/+11
* SERVER-541 make file allocation start log more preciseAaron2010-01-251-1/+1
* better debugging when can't open streamsEliot Horowitz2010-01-242-0/+13
* don't assert in rawoutdwight2010-01-241-3/+3
* inspect NamespaceDetails on loadDwight2010-01-211-1/+1
* fix hashtable so that deleted entries don't prevent finding later chained ent...Eliot Horowitz2010-01-191-4/+9
* compile fix for windows SERVER-551Eliot Horowitz2010-01-191-3/+2
* catch exceptions in webserver SERVER-551Eliot Horowitz2010-01-191-1/+14
* Provide extra info with db.serverStatus()Mathias Stearn2010-01-155-1/+22
* elim warning on windowsDwight2010-01-151-2/+4
* Better VirtualMemorySize on windowsMathias Stearn2010-01-151-3/+4
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-01-151-1/+1
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-01-151-0/+1
| |\
| * | refactor and clean up some index building codeDwight2010-01-151-1/+1
* | | iterall for HashTableEliot Horowitz2010-01-151-1/+11
| |/ |/|
* | fix uninitialized length for MemoryMapFile on windows.Mathias Stearn2010-01-151-0/+1
|/
* browser error msgDwight2010-01-151-2/+5
* use boost sleep on sunos SERVER-548Eliot Horowitz2010-01-151-1/+1
* use nanosleep on *nix rather than boost, trying to fix os x issue SERVER-539Eliot Horowitz2010-01-141-0/+23
* fix --logappend SERVER-543Eliot Horowitz2010-01-141-1/+1
* fix race conditionMathias Stearn2010-01-121-1/+1
* Fix race condition. SERVER-532Mathias Stearn2010-01-121-1/+1