Age | Commit message (Expand) | Author | Files | Lines |
2016-10-07 | Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra) | Haru | 1 | -4/+0 |
2016-10-04 | Add missing checks into socket.c | Andrei Karas | 1 | -9/+22 |
2016-09-22 | Fixed a compile error when SEND_SHORTLIST is disabled | Haru | 1 | -5/+4 |
2016-08-19 | Ported socket.conf (was packet.conf) to libconfig | Haru | 1 | -67/+196 |
2016-08-19 | Changed access_allow and access_deny to VECTORs | Haru | 1 | -24/+29 |
2016-08-19 | Removed unnecessary typedefs in socket.c | Haru | 1 | -13/+13 |
2016-07-08 | Add comments into defines in socket.c | Andrei Karas | 1 | -70/+70 |
2016-07-08 | Added epoll as event-dispatcher on linux (instead of select()) | Florian Wilkemeyer | 1 | -5/+165 |
2016-07-03 | Add into travis configure option --enable-buildbot. | Andrei Karas | 1 | -0/+2 |
2016-07-02 | Trivialities: indentation fixes | Haru | 1 | -4/+4 |
2016-03-20 | Dropped typedef from DBMap | Haru | 1 | -1/+1 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -1/+1 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -9/+9 |
2016-02-17 | Replaced some now unnecessary includes with forward declarations in header files | Haru | 1 | -0/+1 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -2/+2 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -1/+1 |
2016-01-12 | Whitespace cleanup (removed alignment tabs or trailing whitespace at line end) | Haru | 1 | -1/+1 |
2016-01-09 | Corrected various zero-argument function definitions | Haru | 1 | -6/+6 |
2015-12-17 | Merge pull request #917 from dastgir/packet | Andrei Karas | 1 | -1/+5 |
2015-12-17 | Update max packet size according to client date | Dastgir | 1 | -1/+5 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-02 | Fixed an issue with the socket send/receive timeouts in Windows | Haru | 1 | -12/+27 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Fixed various compiler warnings (follow-up to 5c22b63) | Haru | 1 | -1/+1 |
2015-10-11 | Changed various s_subnet arrays to VECTORs | Haru | 1 | -76/+45 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -2/+1 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -11/+2 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -9/+5 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+3 |
2015-08-15 | Moved session array into the socket interface | Haru | 1 | -101/+98 |
2015-08-15 | Cleaned up socket interface | Haru | 1 | -45/+48 |
2015-08-11 | subnet.conf overhaul | Haru | 1 | -0/+187 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -1/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -10/+10 |
2015-01-24 | Fixed 18 minor issues | Haru | 1 | -9/+20 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -26/+15 |
2015-01-18 | Connection History Redesign | shennetsind | 1 | -81/+56 |
2015-01-17 | Another ~10 Fixes | shennetsind | 1 | -2/+2 |
2015-01-17 | 10 Distinct fixes | shennetsind | 1 | -0/+1 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -6/+8 |
2014-12-26 | In linux enable thin-stream mode. | Andrei Karas | 1 | -0/+11 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -30/+30 |
2014-09-21 | Fixed Bug 8344 | shennetsind | 1 | -7/+0 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -12/+13 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -6/+6 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -7/+7 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -4/+4 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -31/+33 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -33/+31 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -31/+33 |