Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+1 | |
2013-09-09 | Use IP4 classes and rename conf variables | Ben Longbons | 1 | -3/+3 | |
2013-08-22 | Don't break gcc < 4.8 with warnings on | Ben Longbons | 1 | -0/+4 | |
2013-08-22 | Suppress some warnings that only seem to appear on Fedora | Ben Longbons | 1 | -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-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -40/+7 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -1/+1 | |
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 1 | -2/+2 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -6/+45 | |
2013-05-18 | Tweak a little memory management in char-server | Ben Longbons | 1 | -24/+23 | |
2013-05-15 | Merge remote-tracking branch 'origin/master' into test | Ben Longbons | 1 | -1/+1 | |
2013-05-15 | Fix network bug introduced in my original refactoring | Ben Longbons | 1 | -1/+1 | |
2013-04-28 | Merge branch 'master' into test | Ben Longbons | 1 | -2/+11 | |
Conflicts: src/char/char.cpp src/common/socket.cpp src/map/map.cpp | |||||
2013-04-13 | Enable tcp_thin socket optimizations on Linux | MadCamel | 1 | -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-11 | Also implement x32 support | Ben Longbons | 1 | -4/+4 | |
2013-04-09 | Native amd64 support | Ben Longbons | 1 | -1/+1 | |
2013-02-12 | Strictify timers | Ben Longbons | 1 | -3/+7 | |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 1 | -6/+4 | |
2013-01-17 | Clean up some things after declassization | Ben Longbons | 1 | -0/+2 | |
2013-01-09 | Make incoming packets read-only | Ben Longbons | 1 | -0/+19 | |
2013-01-08 | Improve warning management more | Ben Longbons | 1 | -0/+2 | |
2013-01-07 | Use cxxstdio | Ben Longbons | 1 | -7/+8 | |
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 1 | -18/+22 | |
2012-12-14 | Some formatting fixes before I go insane | Ben Longbons | 1 | -101/+101 | |
Also delete the French translation from ladmin. | |||||
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 1 | -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 |