summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* defensive optimedwight2011-07-171-1/+5
* defensivedwight2011-07-171-0/+32
* MONGO_IFdwight2011-07-161-1/+1
* Revert "not sure it makes a difference but reduce the footprint of desturctor...dwight2011-07-111-2/+5
* try to fix windows compileEliot Horowitz2011-07-111-10/+10
* fix mutex compileEliot Horowitz2011-07-111-2/+5
* Merge branch 'master' of github.com:mongodb/mongodwight2011-07-111-1/+11
|\
| * fix network error codeEliot Horowitz2011-07-111-1/+11
* | not sure it makes a difference but reduce the footprint of desturctor guard a...dwight2011-07-111-5/+2
|/
* partial fix compiledwight2011-07-111-2/+2
* spinlock default implementation was using rwlock which is suboptimal.Dwight2011-07-112-17/+19
* upgradeable prep (no use yet) and some slight cleaning and a writelock testDwight2011-07-111-30/+22
* fix global var init order potential crashdwight2011-07-111-2/+5
* windows.h cleaningdwight2011-07-103-7/+0
* compile windows w/out warnings and cleaningdwight2011-07-091-34/+22
* fix listen.ccp after refactorEliot Horowitz2011-07-061-1/+1
* net cleaning: headersEliot Horowitz2011-07-063-8/+33
* net cleaning: some commentsEliot Horowitz2011-07-061-1/+12
* net cleaning: sock.h -> sock.cppEliot Horowitz2011-07-062-30/+38
* net cleaning cruftEliot Horowitz2011-07-062-9/+7
* split MessagePort into MessagePort and SocketEliot Horowitz2011-07-066-257/+291
* moving code from sock.h to sock.cppEliot Horowitz2011-07-062-87/+110
* net cleaning: re-organizing fileEliot Horowitz2011-07-061-20/+27
* net cleaning: remove old error check code and use currentEliot Horowitz2011-07-062-11/+1
* remove unused UDPConnectionEliot Horowitz2011-07-061-84/+0
* a little http client cleaning and better testEliot Horowitz2011-07-062-3/+10
* dont inline asserts. might matter with global optimizers.Dwight2011-06-271-9/+7
* make journal files smaller on OS X as that is probably a developer box not a ...dwight2011-06-271-1/+1
* move bson method to the right place for libs and include only use of bsondwight2011-06-271-18/+0
* compile vcxprojdwight2011-06-277-7/+7
* pragma oncedwight2011-06-271-4/+1
* message_port.cppEliot Horowitz2011-06-261-0/+506
* move connTicketHolderEliot Horowitz2011-06-262-1/+1
* removed global debugString with Message::toStringEliot Horowitz2011-06-261-1/+2
* put objcheck in CmdLineEliot Horowitz2011-06-261-2/+0
* net cleaning: message.cpp splitEliot Horowitz2011-06-262-493/+18
* net cleaning: more splittingEliot Horowitz2011-06-262-228/+251
* net cleaning: message split checkpoint where everything worksEliot Horowitz2011-06-268-56/+330
* net cleaning: starting to split up message.hEliot Horowitz2011-06-267-204/+38
* move noUnixSocket to cmdlineEliot Horowitz2011-06-262-5/+2
* net cleaning: move message.* to net/Eliot Horowitz2011-06-267-20/+23
* net cleaning: move message_server* to netEliot Horowitz2011-06-263-6/+6
* net cleaning: move sock.h to net/Eliot Horowitz2011-06-265-10/+10
* net cleaning: move hostandport to net subdirectoryEliot Horowitz2011-06-262-4/+4
* net cleaning: remove unused methodEliot Horowitz2011-06-261-18/+0
* some sock cleaning prepEliot Horowitz2011-06-261-26/+24
* fix lexNumCmp for middle 0 SERVER-3218Eliot Horowitz2011-06-251-4/+14
* move lexNumCmp to util/stringutils.hEliot Horowitz2011-06-253-73/+74
* require server name on SocketExceptionEliot Horowitz2011-06-252-8/+8
* Create conn threads in detached state since we never join them SERVER-2707Mathias Stearn2011-06-201-0/+1