1. 010fded MINOR: spoe: add random ip-reputation service as SPOA example by Christopher Faulet · Thu Nov 03 22:49:37 2016 +0100
  2. 68535bd MINOR: systemd: Perform sanity check on config before reload by Pavlos Parissis · Wed Jun 15 10:20:31 2016 +0200
  3. cc23a79 MINOR: systemd: Use variable for config and pidfile paths by Pavlos Parissis · Tue Jun 14 13:28:20 2016 +0200
  4. 074d65b CONTRIB: initiate a debugging suite to make debugging easier by Willy Tarreau · Sun Dec 20 23:21:57 2015 +0100
  5. 91a9f1a MINOR: systemd: Check configuration before start by Kristoffer Grönlund · Thu Oct 09 16:51:29 2014 +0200
  6. 74f0169 BUG/MEDIUM: systemd: set KillMode to 'mixed' by Apollon Oikonomopoulos · Wed Oct 08 15:14:41 2014 +0300
  7. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · Wed May 28 23:05:07 2014 +0200
  8. 9f66aa9 CONTRIB: halog: avoid calling time/localtime/mktime for each line by Willy Tarreau · Fri May 23 16:36:56 2014 +0200
  9. e97b904 CONTRIB: halog: Filter input lines by date and time through timestamp by Olivier Burgard · Thu May 22 16:44:59 2014 +0200
  10. 1a0fb5d CONTRIB: ip6range: add a network IPv6 range to mask converter by Thierry FOURNIER · Tue Dec 17 15:04:01 2013 +0100
  11. 7cf479c MEDIUM: halog: add support for counting per source address (-ic) by Willy Tarreau · Sat Feb 16 23:49:04 2013 +0100
  12. f825580 MEDIUM: add systemd service by Marc-Antoine Perennou · Wed Feb 13 09:28:50 2013 +0100
  13. 04281bd MINOR: contrib: make the iprange tool grep for addresses by Willy Tarreau · Thu Dec 13 00:11:02 2012 +0100
  14. a1629a5 BUG: halog: fix broken output limitation by Willy Tarreau · Tue Nov 13 20:48:15 2012 +0100
  15. 667c905 MINOR: halog: add a parameter to limit output line count by Willy Tarreau · Wed Oct 10 16:49:28 2012 +0200
  16. 4201df7 BUG/MINOR: halog: fix help message for -ut/-uto by Willy Tarreau · Wed Oct 10 14:57:35 2012 +0200
  17. 0a70688 BUG/MINOR: halog: -ad/-ac report the correct number of output lines by Willy Tarreau · Wed Oct 10 13:41:52 2012 +0200
  18. 8a09b66 MINOR: halog: sort output by cookie code by Willy Tarreau · Wed Oct 10 10:26:22 2012 +0200
  19. 61aaad0 CONTRIB: halog: sort URLs by avg bytes_read or total bytes_read by Baptiste · Sat Sep 08 23:10:03 2012 +0200
  20. f8c95d2 OPTIM: halog: improve cold-cache behaviour when loading a file by Willy Tarreau · Tue Jun 12 09:16:56 2012 +0200
  21. 419a598 OPTIM: halog: make use of memchr() on platforms which provide a fast one by Willy Tarreau · Tue Jun 12 08:52:22 2012 +0200
  22. 8ad4193 CLEANUP: halog: make clean should also remove .o files by Willy Tarreau · Tue Jun 12 07:59:16 2012 +0200
  23. de5dc05 MINOR: halog: use the more recent dual-mode fgets2 implementation by Willy Tarreau · Sat Jun 09 09:44:03 2012 +0200
  24. 7de211c MINOR: add a new function call tracer for debugging purposes by Willy Tarreau · Fri May 25 23:53:16 2012 +0200
  25. 9bb0e20 MINOR: contrib/iprange: add a network IP range to mask converter by Willy Tarreau · Mon Apr 02 21:44:05 2012 +0200
  26. 615674c MINOR: halog: add some help on the command line by Willy Tarreau · Mon Jan 23 08:15:51 2012 +0100
  27. e1a908c OPTIM: halog: keep a fast path for the lines-count only by Willy Tarreau · Tue Jan 03 09:23:03 2012 +0100
  28. 08911ff MINOR: halog: add support for matching queued requests by Willy Tarreau · Thu Oct 13 13:28:36 2011 +0200
  29. 6ee7175 BUILD: halog: make halog build on solaris by Willy Tarreau · Fri Sep 16 15:00:48 2011 +0200
  30. f904206 [OPTIM] halog: add assembly version of the field lookup code by Willy Tarreau · Sat Sep 10 12:26:35 2011 +0200
  31. 31a02e9 [OPTIM] halog: make fgets parse more bytes by blocks by Willy Tarreau · Sat Sep 10 10:25:05 2011 +0200
  32. 96c148b [MINOR] halog: do not consider byte 0x8A as end of line by Willy Tarreau · Fri Sep 09 08:21:55 2011 +0200
  33. 61a40c7 [MINOR] halog: support backslash-escaped quotes by Willy Tarreau · Tue Sep 06 08:11:27 2011 +0200
  34. d3007ff [MINOR] halog: add -hs/-HS to filter by HTTP status code range by Willy Tarreau · Mon Sep 05 02:07:23 2011 +0200
  35. 927cddd [MINOR] halog: add support for termination code matching (-tcn/-TCN) by Hervé COMMOWICK · Wed Aug 10 17:42:41 2011 +0200
  36. 14389e7 [OPTIM] halog: remove support for tab delimiters in input data by Willy Tarreau · Sun Jul 10 22:11:17 2011 +0200
  37. a2b39fb [OPTIM] halog: remove many 'if' by using a function pointer for the filters by Willy Tarreau · Sun Jul 10 21:39:35 2011 +0200
  38. 26deaf5 [OPTIM] halog: check once for correct line format and reuse the pointer by Willy Tarreau · Sun Jul 10 19:47:48 2011 +0200
  39. 758a6ea [OPTIM] halog: cache some common fields positions by Willy Tarreau · Sun Jul 10 18:53:44 2011 +0200
  40. df6f0d1 [MINOR] halog: gain back performance before SKIP_CHAR fix by Willy Tarreau · Sun Jul 10 18:15:08 2011 +0200
  41. 70c428f [MINOR] halog: add support for HTTP log matching (-H) by Willy Tarreau · Sun Jul 10 17:27:40 2011 +0200
  42. c82570e [MINOR] halog: make SKIP_CHAR stop on field delimiters by Willy Tarreau · Sun Jul 10 17:25:33 2011 +0200
  43. 812e7a7 [BUG] halog: correctly handle truncated last line by Willy Tarreau · Sat Jul 09 14:28:01 2011 +0200
  44. 24bcb4f [CONTRIB] halog: minor speed improvement in timer parser by Willy Tarreau · Thu Oct 28 20:39:50 2010 +0200
  45. abe45b6 [CONTRIB] halog: report per-url counts, errors and times by Willy Tarreau · Thu Oct 28 20:33:46 2010 +0200
  46. 6190b7d [CONTRIB] Update Cacti Tempates by Krzysztof Piotr Oledzki · Mon Oct 25 14:59:22 2010 +0200
  47. 3989c4b [CONTRIB] Update haproxy.pl by Krzysztof Piotr Oledzki · Mon Oct 25 16:04:17 2010 +0200
  48. 7cb62f8 [CONTRIB] add templates for Cacti. by Mathieu Trudel · Fri Oct 22 17:08:48 2010 +0200
  49. 5417081 [MINOR] halog: skip non-traffic logs for -st and -tc by Willy Tarreau · Mon Sep 13 22:50:49 2010 +0200
  50. d8fc110 [MINOR] halog: add '-tc' to sort by termination codes by Willy Tarreau · Sun Sep 12 17:56:16 2010 +0200
  51. d220106 [CONTRIB] halog: report per-server status codes, errors and response times by Willy Tarreau · Thu May 27 18:17:30 2010 +0200
  52. d2c142c [OPTIM] halog: speed up fgets2-64 by about 10% by Willy Tarreau · Wed May 05 12:22:08 2010 +0200
  53. 2651ac3 [OPTIM] halog: minor speedup by using unlikely() by Willy Tarreau · Wed May 05 12:20:19 2010 +0200
  54. 1769a18 [OPTIM] halog: use a faster zero test in fgets() by Willy Tarreau · Tue May 04 10:47:57 2010 +0200
  55. 0f423a7 [MINOR] halog: add support for statisticts on status codes by Willy Tarreau · Mon May 03 10:50:54 2010 +0200
  56. 4a3323b [CONTRIB] add base64rev-gen.c that was used to generate the base64rev table. by Krzysztof Piotr Oledzki · Tue Jan 26 12:32:49 2010 +0100
  57. 910ba4b [BUG] halog: fix segfault in case of empty log in PCT mode by Willy Tarreau · Tue Nov 17 10:16:19 2009 +0100
  58. db40a1c [BUILD] halog: make without arch-specific optimizations by Willy Tarreau · Tue Nov 17 10:08:17 2009 +0100
  59. 0b9da8d [BUILD] halog: insufficient include path in makefile by Willy Tarreau · Sat Jan 02 12:23:30 2010 +0100
  60. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · Mon Oct 26 21:10:04 2009 +0100
  61. 5bdfd96 [CONTRIB] halog: support searching by response time by Willy Tarreau · Wed Oct 14 15:16:29 2009 +0200
  62. 6b6a53d [CONTRIB] selinux policy for haproxy by Jan-Frode Myklebust · Tue Mar 17 21:26:43 2009 +0100
  63. 214c203 [CONTRIB] halog: faster fgets() and add support for percentile reporting by Willy Tarreau · Fri Feb 20 11:02:32 2009 +0100
  64. 72c2853 [CONTRIB] halog: fast log parser for haproxy by Willy Tarreau · Thu Jan 22 18:56:50 2009 +0100
  65. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · Sun Mar 02 02:42:14 2008 +0100