summaryrefslogtreecommitdiff
path: root/src/common/socket.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-3/+3
2013-08-22Don't break gcc < 4.8 with warnings onBen Longbons1-0/+4
2013-08-22Suppress some warnings that only seem to appear on FedoraBen Longbons1-0/+2
Using gcc 4.8 and 2.17 works fine on Debian, but not Fedora. I'm planning on a better fix eventually, once I have distinct types for integers of a specified endianness.
2013-08-01Poison std::string and use the various string classesBen Longbons1-40/+7
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
Conflicts: src/char/char.cpp src/common/socket.cpp src/map/map.cpp
2013-04-13Enable tcp_thin socket optimizations on LinuxMadCamel1-2/+11
See kernel/Documentation/networking/tcp-thin.txt These TCP optimizations were designed for the specific purpose of low latency TCP gameservers and can help reduce latency in adverse network conditions.
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
Also delete the French translation from ladmin.
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+405
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h