summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* BUMP 1.7.1r1.7.1Eliot Horowitz2010-09-281-1/+1
* Move bind_ip handling from me() to Me(). SERVER-1813Mathias Stearn2010-09-271-16/+17
* Don't need to copy bind_ip SERVER-1813gilles2010-09-271-1/+1
* Make hostname.me() smarterroot2010-09-271-0/+16
* Merge branch 'master' of github.com:mongodb/mongodwight2010-09-276-9/+44
|\
| * only use 2 bytes for header operation and use 2 bytes for flag/versionEliot Horowitz2010-09-251-2/+6
| * Cleaner serice exit code.Justin Dearing2010-09-252-3/+6
| * Better cleanup on nt service install.Justin Dearing2010-09-251-0/+5
| * SERVER-1590 Add --serviceDisplayName and --serviceDescription options to mong...Justin Dearing2010-09-251-1/+17
| * set version for indexes and hookup for IndexPlugin SERVER-1845Eliot Horowitz2010-09-231-0/+2
| * compile for systems w/out EAI_NODATAKristina Chodorow2010-09-221-1/+6
| * fix OS X 10.4 32-bit buildbot hostname resolutionKristina Chodorow2010-09-221-1/+2
| * one less call to timer under lockAlberto Lerner2010-09-201-2/+1
* | towards durabilitydwight2010-09-273-25/+87
* | readabledwight2010-09-191-27/+28
|/
* spacingEliot Horowitz2010-09-171-1/+1
* SERVER-1515 interface may not have an addressAlberto Lerner2010-09-171-2/+9
* LOG macros so can use LOG(1) instead of log(1)Eliot Horowitz2010-09-171-0/+3
* temp safer hashing till remove client idEliot Horowitz2010-09-171-1/+1
* fix isSelf for debain systems with weird loopback ipEliot Horowitz2010-09-161-2/+7
* Pull timer.h and time_support.h out of goodies.h (compile Legacy/SunOS)Alberto Lerner2010-09-161-0/+1
* Pull timer.h and time_support.h out of goodies.hAlberto Lerner2010-09-169-163/+233
* Fastpath for resolving numeric IP addresses SERVER-1709Mathias Stearn2010-09-151-0/+8
* start cleaning clientId handling - fixes dups caseEliot Horowitz2010-09-142-10/+1
* Solaris doesn't have getifaddrs SERVER-1515Mathias Stearn2010-09-141-3/+5
* Remove sameHostname and isLocalHost shortcuts since they make testing isSelf ...Mathias Stearn2010-09-141-2/+0
* Try using getifaddrs on all non-windows platforms SERVER-1515Mathias Stearn2010-09-141-8/+5
* Use actual port number with getaddrinfo SERVER-1515Mathias Stearn2010-09-141-1/+3
* implement copy on write test methods for linuxEliot Horowitz2010-09-141-0/+11
* copyonwrite test methodsDwight2010-09-143-7/+20
* give unix sockets 777 permissions SERVER-1774Mathias Stearn2010-09-131-0/+9
* use getifaddrs() on linux SERVER-1515Mathias Stearn2010-09-131-2/+100
* Revert "Revert "Revert "Use serverID in HostAndPort::isSelf SERVER-1515"""Mathias Stearn2010-09-131-37/+6
* Revert "HostAndPort::isSelf() -> ListeningSockets::listeningOn()"Mathias Stearn2010-09-134-45/+64
* Revert "Have ReplicaSets wait for Listener before initializing SERVER-1515"Mathias Stearn2010-09-135-16/+1
* Revert "Warning if hostname resolves to local address not in bind_ip"Mathias Stearn2010-09-131-10/+0
* Revert "increase listeningOn() timeout to 100ms"Mathias Stearn2010-09-131-1/+1
* read only mmap support on windowsDwight2010-09-131-5/+8
* don't use exception on BlockingQueue timed popEliot Horowitz2010-09-131-7/+6
* Merge branch 'master' of github.com:mongodb/mongodwight2010-09-131-0/+27
|\
| * BlockQueue pop with timeout - prep for SERVER-1725Eliot Horowitz2010-09-131-0/+27
* | read only mmap option (towards)dwight2010-09-132-5/+11
|/
* compile unixdwight2010-09-121-2/+1
* Merge branch 'master' of github.com:mongodb/mongodwight2010-09-121-1/+1
|\
| * increase listeningOn() timeout to 100msMathias Stearn2010-09-121-1/+1
* | gai_strerror is not threadsafe on widnows. so dont usedwight2010-09-122-11/+15
|/
* oopsdwight2010-09-101-1/+1
* fix hostandport warning on widnowsdwight2010-09-101-1/+1
* Warning if hostname resolves to local address not in bind_ipMathias Stearn2010-09-101-0/+10
* Have ReplicaSets wait for Listener before initializing SERVER-1515Mathias Stearn2010-09-105-1/+16