1. de40d79 CLEANUP: connection: completely remove CO_FL_WAKE_DATA by Willy Tarreau · 7 years ago
  2. a84a2db CONTRIB: tcploop: use the trash instead of NULL for recv() by Willy Tarreau · 7 years ago
  3. 24d41b9 CONTRIB: tcploop: fix connect's address length by Willy Tarreau · 7 years ago
  4. bcd817e CONTRIB: tcploop: report action 'K' (kill) in usage message by Willy Tarreau · 7 years ago
  5. 752cc49 CONTRIB: tcploop: fix time format to silence build warnings by Willy Tarreau · 7 years ago
  6. 0c0c0a6 CONTRIB: tcploop: make it build on FreeBSD by Willy Tarreau · 7 years ago
  7. f032c3e MINOR: spoe: Improve implementation of the payload fragmentation by Christopher Faulet · 7 years ago
  8. 4ff3e57 REORG: spoe: Move low-level encoding/decoding functions in dedicated header file by Christopher Faulet · 7 years ago
  9. 1f40b91 REORG: spoe: Move struct and enum definitions in dedicated header file by Christopher Faulet · 7 years ago
  10. 8eda93f MINOR: spoe: Handle NOTIFY frames cancellation using ABORT bit in ACK frames by Christopher Faulet · 7 years ago
  11. 8501035 MINOR: spoe: Add support for fragmentation capability in the SPOA example by Christopher Faulet · 7 years ago
  12. f95b111 MINOR: spoe: Add support for pipelining/async capabilities in the SPOA example by Christopher Faulet · 8 years ago
  13. 5cd6067 CONTRIB: tcploop: add limits.h to fix build issue with some compilers by Willy Tarreau · 8 years ago
  14. 0034cd9 BUILD: contrib: fix ip6range build on Centos 7 by Willy Tarreau · 8 years ago
  15. 03a3449 MINOR: spoe: Remove useless 'timeout ack' option by Christopher Faulet · 8 years ago
  16. 29cc11c CONTRIB: tcploop: add basic loops via a jump instruction by Willy Tarreau · 8 years ago
  17. 1973e81 CONTRIB: tcploop: don't report failed send() or recv() by Willy Tarreau · 8 years ago
  18. 59623e0 CONTRIB: tcploop: support sending plain strings by Willy Tarreau · 8 years ago
  19. 9557bac CONTRIB: tcploop: update the usage output by Willy Tarreau · 8 years ago
  20. 869c759 CONTRIB: tcploop: implement logging when called with -v by Willy Tarreau · 8 years ago
  21. 95a6b78 CONTRIB: tcploop: implement fork() by Willy Tarreau · 8 years ago
  22. 84393aa CONTRIB: tcploop: scriptable TCP I/O for debugging purposes by Willy Tarreau · 8 years ago
  23. a7da4d2 CONTRIB: debug/flags: add check for SF_ERR_CHK_PORT by Willy Tarreau · 8 years ago
  24. b01b3ad BUILD: debug/flags: remove test for SF_COMP_READY by Willy Tarreau · 8 years ago
  25. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · 8 years ago
  26. 010fded MINOR: spoe: add random ip-reputation service as SPOA example by Christopher Faulet · 8 years ago
  27. 68535bd MINOR: systemd: Perform sanity check on config before reload by Pavlos Parissis · 8 years ago
  28. cc23a79 MINOR: systemd: Use variable for config and pidfile paths by Pavlos Parissis · 8 years ago
  29. 074d65b CONTRIB: initiate a debugging suite to make debugging easier by Willy Tarreau · 9 years ago
  30. 91a9f1a MINOR: systemd: Check configuration before start by Kristoffer Grönlund · 10 years ago
  31. 74f0169 BUG/MEDIUM: systemd: set KillMode to 'mixed' by Apollon Oikonomopoulos · 10 years ago
  32. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · 10 years ago
  33. 9f66aa9 CONTRIB: halog: avoid calling time/localtime/mktime for each line by Willy Tarreau · 10 years ago
  34. e97b904 CONTRIB: halog: Filter input lines by date and time through timestamp by Olivier Burgard · 10 years ago
  35. 1a0fb5d CONTRIB: ip6range: add a network IPv6 range to mask converter by Thierry FOURNIER · 11 years ago
  36. 7cf479c MEDIUM: halog: add support for counting per source address (-ic) by Willy Tarreau · 11 years ago
  37. f825580 MEDIUM: add systemd service by Marc-Antoine Perennou · 11 years ago
  38. 04281bd MINOR: contrib: make the iprange tool grep for addresses by Willy Tarreau · 12 years ago
  39. a1629a5 BUG: halog: fix broken output limitation by Willy Tarreau · 12 years ago
  40. 667c905 MINOR: halog: add a parameter to limit output line count by Willy Tarreau · 12 years ago
  41. 4201df7 BUG/MINOR: halog: fix help message for -ut/-uto by Willy Tarreau · 12 years ago
  42. 0a70688 BUG/MINOR: halog: -ad/-ac report the correct number of output lines by Willy Tarreau · 12 years ago
  43. 8a09b66 MINOR: halog: sort output by cookie code by Willy Tarreau · 12 years ago
  44. 61aaad0 CONTRIB: halog: sort URLs by avg bytes_read or total bytes_read by Baptiste · 12 years ago
  45. f8c95d2 OPTIM: halog: improve cold-cache behaviour when loading a file by Willy Tarreau · 12 years ago
  46. 419a598 OPTIM: halog: make use of memchr() on platforms which provide a fast one by Willy Tarreau · 12 years ago
  47. 8ad4193 CLEANUP: halog: make clean should also remove .o files by Willy Tarreau · 12 years ago
  48. de5dc05 MINOR: halog: use the more recent dual-mode fgets2 implementation by Willy Tarreau · 12 years ago
  49. 7de211c MINOR: add a new function call tracer for debugging purposes by Willy Tarreau · 12 years ago
  50. 9bb0e20 MINOR: contrib/iprange: add a network IP range to mask converter by Willy Tarreau · 12 years ago
  51. 615674c MINOR: halog: add some help on the command line by Willy Tarreau · 12 years ago
  52. e1a908c OPTIM: halog: keep a fast path for the lines-count only by Willy Tarreau · 12 years ago
  53. 08911ff MINOR: halog: add support for matching queued requests by Willy Tarreau · 13 years ago
  54. 6ee7175 BUILD: halog: make halog build on solaris by Willy Tarreau · 13 years ago
  55. f904206 [OPTIM] halog: add assembly version of the field lookup code by Willy Tarreau · 13 years ago
  56. 31a02e9 [OPTIM] halog: make fgets parse more bytes by blocks by Willy Tarreau · 13 years ago
  57. 96c148b [MINOR] halog: do not consider byte 0x8A as end of line by Willy Tarreau · 13 years ago
  58. 61a40c7 [MINOR] halog: support backslash-escaped quotes by Willy Tarreau · 13 years ago
  59. d3007ff [MINOR] halog: add -hs/-HS to filter by HTTP status code range by Willy Tarreau · 13 years ago
  60. 927cddd [MINOR] halog: add support for termination code matching (-tcn/-TCN) by Hervé COMMOWICK · 13 years ago
  61. 14389e7 [OPTIM] halog: remove support for tab delimiters in input data by Willy Tarreau · 13 years ago
  62. a2b39fb [OPTIM] halog: remove many 'if' by using a function pointer for the filters by Willy Tarreau · 13 years ago
  63. 26deaf5 [OPTIM] halog: check once for correct line format and reuse the pointer by Willy Tarreau · 13 years ago
  64. 758a6ea [OPTIM] halog: cache some common fields positions by Willy Tarreau · 13 years ago
  65. df6f0d1 [MINOR] halog: gain back performance before SKIP_CHAR fix by Willy Tarreau · 13 years ago
  66. 70c428f [MINOR] halog: add support for HTTP log matching (-H) by Willy Tarreau · 13 years ago
  67. c82570e [MINOR] halog: make SKIP_CHAR stop on field delimiters by Willy Tarreau · 13 years ago
  68. 812e7a7 [BUG] halog: correctly handle truncated last line by Willy Tarreau · 13 years ago
  69. 24bcb4f [CONTRIB] halog: minor speed improvement in timer parser by Willy Tarreau · 14 years ago
  70. abe45b6 [CONTRIB] halog: report per-url counts, errors and times by Willy Tarreau · 14 years ago
  71. 6190b7d [CONTRIB] Update Cacti Tempates by Krzysztof Piotr Oledzki · 14 years ago
  72. 3989c4b [CONTRIB] Update haproxy.pl by Krzysztof Piotr Oledzki · 14 years ago
  73. 7cb62f8 [CONTRIB] add templates for Cacti. by Mathieu Trudel · 14 years ago
  74. 5417081 [MINOR] halog: skip non-traffic logs for -st and -tc by Willy Tarreau · 14 years ago
  75. d8fc110 [MINOR] halog: add '-tc' to sort by termination codes by Willy Tarreau · 14 years ago
  76. d220106 [CONTRIB] halog: report per-server status codes, errors and response times by Willy Tarreau · 14 years ago
  77. d2c142c [OPTIM] halog: speed up fgets2-64 by about 10% by Willy Tarreau · 14 years ago
  78. 2651ac3 [OPTIM] halog: minor speedup by using unlikely() by Willy Tarreau · 14 years ago
  79. 1769a18 [OPTIM] halog: use a faster zero test in fgets() by Willy Tarreau · 14 years ago
  80. 0f423a7 [MINOR] halog: add support for statisticts on status codes by Willy Tarreau · 14 years ago
  81. 4a3323b [CONTRIB] add base64rev-gen.c that was used to generate the base64rev table. by Krzysztof Piotr Oledzki · 14 years ago
  82. 910ba4b [BUG] halog: fix segfault in case of empty log in PCT mode by Willy Tarreau · 15 years ago
  83. db40a1c [BUILD] halog: make without arch-specific optimizations by Willy Tarreau · 15 years ago
  84. 0b9da8d [BUILD] halog: insufficient include path in makefile by Willy Tarreau · 14 years ago
  85. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  86. 5bdfd96 [CONTRIB] halog: support searching by response time by Willy Tarreau · 15 years ago
  87. 6b6a53d [CONTRIB] selinux policy for haproxy by Jan-Frode Myklebust · 15 years ago
  88. 214c203 [CONTRIB] halog: faster fgets() and add support for percentile reporting by Willy Tarreau · 15 years ago
  89. 72c2853 [CONTRIB] halog: fast log parser for haproxy by Willy Tarreau · 15 years ago
  90. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · 16 years ago