summaryrefslogtreecommitdiff
path: root/src/common/socket.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-1/+1
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-2/+2
2013-06-11Allegedly remove all manual memory managementBen Longbons1-6/+45
2013-05-18Tweak a little memory management in char-serverBen Longbons1-24/+23
2013-05-15Merge remote-tracking branch 'origin/master' into testBen Longbons1-1/+1
2013-05-15Fix network bug introduced in my original refactoringBen Longbons1-1/+1
2013-04-28Merge branch 'master' into testBen Longbons1-2/+11
2013-04-13Enable tcp_thin socket optimizations on LinuxMadCamel1-2/+11
2013-04-11Also implement x32 supportBen Longbons1-4/+4
2013-04-09Native amd64 supportBen Longbons1-1/+1
2013-02-12Strictify timersBen Longbons1-3/+7
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-6/+4
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-09Make incoming packets read-onlyBen Longbons1-0/+19
2013-01-08Improve warning management moreBen Longbons1-0/+2
2013-01-07Use cxxstdioBen Longbons1-7/+8
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-18/+22
2012-12-14Some formatting fixes before I go insaneBen Longbons1-101/+101
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+405