1. 42172bd CLEANUP: fix a typo in a comment for the contrib/halog subsystem by Joseph Herlant · 6 years ago
  2. 8cb9993 CONTRIB: halog: Fix compiler warnings in halog.c by Ryan O'Hara · 7 years ago
  3. f2b5d75 CONTRIB: halog: Add help text for -s switch in halog program by Aleksandar Lazic · 7 years ago
  4. 4473a2e BUG/MINOR: contrib/halog: fixing small memory leak by Ilya Shipitsin · 7 years ago
  5. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · 10 years ago
  6. 9f66aa9 CONTRIB: halog: avoid calling time/localtime/mktime for each line by Willy Tarreau · 10 years ago
  7. e97b904 CONTRIB: halog: Filter input lines by date and time through timestamp by Olivier Burgard · 10 years ago
  8. 7cf479c MEDIUM: halog: add support for counting per source address (-ic) by Willy Tarreau · 11 years ago
  9. a1629a5 BUG: halog: fix broken output limitation by Willy Tarreau · 12 years ago
  10. 667c905 MINOR: halog: add a parameter to limit output line count by Willy Tarreau · 12 years ago
  11. 4201df7 BUG/MINOR: halog: fix help message for -ut/-uto by Willy Tarreau · 12 years ago
  12. 0a70688 BUG/MINOR: halog: -ad/-ac report the correct number of output lines by Willy Tarreau · 12 years ago
  13. 8a09b66 MINOR: halog: sort output by cookie code by Willy Tarreau · 12 years ago
  14. 61aaad0 CONTRIB: halog: sort URLs by avg bytes_read or total bytes_read by Baptiste · 12 years ago
  15. f8c95d2 OPTIM: halog: improve cold-cache behaviour when loading a file by Willy Tarreau · 12 years ago
  16. 419a598 OPTIM: halog: make use of memchr() on platforms which provide a fast one by Willy Tarreau · 12 years ago
  17. 8ad4193 CLEANUP: halog: make clean should also remove .o files by Willy Tarreau · 12 years ago
  18. de5dc05 MINOR: halog: use the more recent dual-mode fgets2 implementation by Willy Tarreau · 12 years ago
  19. 615674c MINOR: halog: add some help on the command line by Willy Tarreau · 12 years ago
  20. e1a908c OPTIM: halog: keep a fast path for the lines-count only by Willy Tarreau · 12 years ago
  21. 08911ff MINOR: halog: add support for matching queued requests by Willy Tarreau · 13 years ago
  22. 6ee7175 BUILD: halog: make halog build on solaris by Willy Tarreau · 13 years ago
  23. f904206 [OPTIM] halog: add assembly version of the field lookup code by Willy Tarreau · 13 years ago
  24. 31a02e9 [OPTIM] halog: make fgets parse more bytes by blocks by Willy Tarreau · 13 years ago
  25. 96c148b [MINOR] halog: do not consider byte 0x8A as end of line by Willy Tarreau · 13 years ago
  26. 61a40c7 [MINOR] halog: support backslash-escaped quotes by Willy Tarreau · 13 years ago
  27. d3007ff [MINOR] halog: add -hs/-HS to filter by HTTP status code range by Willy Tarreau · 13 years ago
  28. 927cddd [MINOR] halog: add support for termination code matching (-tcn/-TCN) by Hervé COMMOWICK · 13 years ago
  29. 14389e7 [OPTIM] halog: remove support for tab delimiters in input data by Willy Tarreau · 13 years ago
  30. a2b39fb [OPTIM] halog: remove many 'if' by using a function pointer for the filters by Willy Tarreau · 13 years ago
  31. 26deaf5 [OPTIM] halog: check once for correct line format and reuse the pointer by Willy Tarreau · 13 years ago
  32. 758a6ea [OPTIM] halog: cache some common fields positions by Willy Tarreau · 13 years ago
  33. df6f0d1 [MINOR] halog: gain back performance before SKIP_CHAR fix by Willy Tarreau · 13 years ago
  34. 70c428f [MINOR] halog: add support for HTTP log matching (-H) by Willy Tarreau · 13 years ago
  35. c82570e [MINOR] halog: make SKIP_CHAR stop on field delimiters by Willy Tarreau · 13 years ago
  36. 812e7a7 [BUG] halog: correctly handle truncated last line by Willy Tarreau · 13 years ago
  37. 24bcb4f [CONTRIB] halog: minor speed improvement in timer parser by Willy Tarreau · 14 years ago
  38. abe45b6 [CONTRIB] halog: report per-url counts, errors and times by Willy Tarreau · 14 years ago
  39. 5417081 [MINOR] halog: skip non-traffic logs for -st and -tc by Willy Tarreau · 14 years ago
  40. d8fc110 [MINOR] halog: add '-tc' to sort by termination codes by Willy Tarreau · 14 years ago
  41. d220106 [CONTRIB] halog: report per-server status codes, errors and response times by Willy Tarreau · 14 years ago
  42. d2c142c [OPTIM] halog: speed up fgets2-64 by about 10% by Willy Tarreau · 14 years ago
  43. 2651ac3 [OPTIM] halog: minor speedup by using unlikely() by Willy Tarreau · 14 years ago
  44. 1769a18 [OPTIM] halog: use a faster zero test in fgets() by Willy Tarreau · 14 years ago
  45. 0f423a7 [MINOR] halog: add support for statisticts on status codes by Willy Tarreau · 14 years ago
  46. 910ba4b [BUG] halog: fix segfault in case of empty log in PCT mode by Willy Tarreau · 15 years ago
  47. db40a1c [BUILD] halog: make without arch-specific optimizations by Willy Tarreau · 15 years ago
  48. 0b9da8d [BUILD] halog: insufficient include path in makefile by Willy Tarreau · 14 years ago
  49. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  50. 5bdfd96 [CONTRIB] halog: support searching by response time by Willy Tarreau · 15 years ago
  51. 214c203 [CONTRIB] halog: faster fgets() and add support for percentile reporting by Willy Tarreau · 15 years ago
  52. 72c2853 [CONTRIB] halog: fast log parser for haproxy by Willy Tarreau · 15 years ago