summaryrefslogtreecommitdiff
path: root/src/mongo/util/net
Commit message (Expand)AuthorAgeFilesLines
* Use names rather than numbers in SocketException SERVER-6516 SERVER-6581Mathias Stearn2012-08-061-2/+10
* SERVER-6516 SERVER-6581 better reporting in GLE codepathsMathias Stearn2012-08-061-1/+13
* pch headerSiddharth Singh2012-08-064-4/+4
* SERVER-6603 remove remapLock and hook functions (Windows)Tad Marshall2012-08-011-8/+0
* SERVER-6489 Get rid of cloud.cpp, dynHost, etc.Andy Schwerin2012-07-232-93/+15
* SERVER-6391 add resetLastTime to ElapsedTrackerEliot Horowitz2012-07-151-0/+4
* SERVER-6320 and SERVER-6321 - fix broken ssl options and make error reporting...Eliot Horowitz2012-07-112-4/+13
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
* remove broken implementation of killing ops if socket is goneEliot Horowitz2012-06-264-31/+0
* SERVER-6164 fix connection logging for mongosEliot Horowitz2012-06-211-1/+6
* SERVER-5230 Use bind_ip in HostAndPort::me()Matt Dannenberg2012-06-131-5/+2
* use an atomic number for connection countsEliot Horowitz2012-06-131-2/+3
* SERVER-5000 only have a 1 connection id counter and passEliot Horowitz2012-06-136-9/+23
* make socket read retry forever instead of just onceEric Milkie2012-06-131-4/+2
* Revert "SERVER-6053 - make a const copier for Message, not ideal, but correct"Eliot Horowitz2012-06-102-16/+0
* SERVER-6053 - make a const copier for Message, not ideal, but correctEliot Horowitz2012-06-102-0/+16
* SERVER-5863 Added default options to --help for port, maxConns, and dbPathZhehao Mao2012-05-222-3/+3
* Include what you use fixes.Andy Schwerin2012-05-101-0/+2
* Limit exitCleanly() and ntservice module to mongos and mongod.Andy Schwerin2012-04-251-4/+0
* SERVER-2942 Windows remapPrivateView() should unmap & remapTad Marshall2012-04-101-1/+11
* more cleanup of pch.h and goodies.h; new file ticketholder.hEric Milkie2012-04-062-0/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-022-2/+1
* SERVER-5232 better assert messageEric Milkie2012-03-291-2/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-2610-39/+39
* SERVER-1259: Another batch of replacing "verify" with "assert" and getting ri...Andy Schwerin2012-03-261-1/+1
* SERVER-4949 avoid unhandled SIGPIPE causing process exit, on OS XEric Milkie2012-03-022-1/+8
* better HostAndPort assertion error messageEliot Horowitz2012-02-211-1/+1
* fix ssl after Socket refactorEliot Horowitz2012-02-161-0/+6
* Remove unused, incorrect and misleading struct OP_GETMORE.Andy Schwerin2012-02-131-7/+0
* Add -Woverloaded-virtual to CXXFLAGS and fix build SERVER-4802Mathias Stearn2012-02-093-4/+4
* goodbye boost::call_onceMathias Stearn2012-02-091-9/+6
* Don't destroy _hostNameCached SERVER-4367Mathias Stearn2012-02-091-1/+1
* SERVER-4866 include the webserver in our attempt to prevent socket leaksEric Milkie2012-02-092-9/+9
* SERVER-4866 prevent resource leaks by ensuring close() is always called for ...Eric Milkie2012-02-096-29/+43
* fix memory leak in ssl connectionsEliot Horowitz2012-01-252-9/+15
* ifix concurrency api when using openssl SERVER-4749Eliot Horowitz2012-01-231-0/+65
* cleanup message_port to aid in debuggingEric Milkie2012-01-131-17/+9
* print correct error text for socket errors on WindowsEric Milkie2012-01-061-3/+5
* minor header cleaningEliot Horowitz2012-01-062-7/+7
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-0/+2
* stop corrupting the stackEric Milkie2012-01-031-1/+2
* remove some dependencies in includes so that it is possible to include log.h ...dwight2011-12-251-0/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-2416-0/+3692