1. 8330d9f BUILD: address a few remaining calloc(size, n) cases by Willy Tarreau · 10 months ago
  2. 8be893d BUILD: halog: fix missing double-quote at end of help line by Willy Tarreau · 2 years ago
  3. 286199c DOC: halog: explain how to use -ac and -ad in the help message by Willy Tarreau · 2 years ago
  4. e0b3a8b BUILD: halog: fix some incorrect signs in printf formats for integers by Willy Tarreau · 2 years, 8 months ago
  5. e9f4d67 OPTIM: halog: skip fields 64 bits at a time when supported by Willy Tarreau · 3 years, 1 month ago
  6. fc76bbc OPTIM: halog: improve field parser speed for modern compilers by Willy Tarreau · 3 years, 1 month ago
  7. fce4e69 CLEANUP: halog: remove unused strl2ui() by Willy Tarreau · 3 years, 1 month ago
  8. 87e7eaf CLEANUP: halog: make the default usage message fit in small screens by Willy Tarreau · 3 years, 1 month ago
  9. 785b84b CLEANUP: halog: Remove dead stores by Tim Duesterhus · 3 years, 1 month ago
  10. 66255f7 MINOR: halog: Add support for extracting captures using -hdr by Tim Duesterhus · 3 years, 1 month ago
  11. a02c7b8 BUG/MINOR: halog: Add missing newlines in die() messages by Tim Duesterhus · 3 years, 1 month ago
  12. e099258 CLEANUP: halog: Use consistent indentation in help() by Tim Duesterhus · 3 years, 1 month ago
  13. 385338b MINOR: halog: Rename -qry to -query by Tim Duesterhus · 3 years, 1 month ago
  14. a0635f8 DOC: halog: Move the `-qry` parameter into the correct section in help text by Tim Duesterhus · 3 years, 1 month ago
  15. 24b8d69 MINOR: halog: Add -qry parameter allowing to preserve the query string in -uX by Tim Duesterhus · 3 years, 1 month ago
  16. d798889 CONTRIB: move halog to admin/ by Willy Tarreau · 3 years, 8 months ago[Renamed from contrib/halog/halog.c]
  17. 03ca605 CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps by Willy Tarreau · 4 years ago
  18. 2df860c CONTRIB: halog: fix build issue caused by %L printf format by Willy Tarreau · 4 years ago
  19. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 6 months ago
  20. 6112f5c DOC/MINOR: halog: Add long help info for ic flag by Aleksandar Lazi · 4 years, 7 months ago
  21. 42172bd CLEANUP: fix a typo in a comment for the contrib/halog subsystem by Joseph Herlant · 6 years ago
  22. 8cb9993 CONTRIB: halog: Fix compiler warnings in halog.c by Ryan O'Hara · 7 years ago
  23. f2b5d75 CONTRIB: halog: Add help text for -s switch in halog program by Aleksandar Lazic · 7 years ago
  24. 4473a2e BUG/MINOR: contrib/halog: fixing small memory leak by Ilya Shipitsin · 7 years ago
  25. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · 11 years ago
  26. 9f66aa9 CONTRIB: halog: avoid calling time/localtime/mktime for each line by Willy Tarreau · 11 years ago
  27. e97b904 CONTRIB: halog: Filter input lines by date and time through timestamp by Olivier Burgard · 11 years ago
  28. 7cf479c MEDIUM: halog: add support for counting per source address (-ic) by Willy Tarreau · 12 years ago
  29. a1629a5 BUG: halog: fix broken output limitation by Willy Tarreau · 12 years ago
  30. 667c905 MINOR: halog: add a parameter to limit output line count by Willy Tarreau · 12 years ago
  31. 4201df7 BUG/MINOR: halog: fix help message for -ut/-uto by Willy Tarreau · 12 years ago
  32. 0a70688 BUG/MINOR: halog: -ad/-ac report the correct number of output lines by Willy Tarreau · 12 years ago
  33. 8a09b66 MINOR: halog: sort output by cookie code by Willy Tarreau · 12 years ago
  34. 61aaad0 CONTRIB: halog: sort URLs by avg bytes_read or total bytes_read by Baptiste · 12 years ago
  35. f8c95d2 OPTIM: halog: improve cold-cache behaviour when loading a file by Willy Tarreau · 12 years ago
  36. 615674c MINOR: halog: add some help on the command line by Willy Tarreau · 13 years ago
  37. e1a908c OPTIM: halog: keep a fast path for the lines-count only by Willy Tarreau · 13 years ago
  38. 08911ff MINOR: halog: add support for matching queued requests by Willy Tarreau · 13 years ago
  39. f904206 [OPTIM] halog: add assembly version of the field lookup code by Willy Tarreau · 13 years ago
  40. 61a40c7 [MINOR] halog: support backslash-escaped quotes by Willy Tarreau · 13 years ago
  41. d3007ff [MINOR] halog: add -hs/-HS to filter by HTTP status code range by Willy Tarreau · 13 years ago
  42. 927cddd [MINOR] halog: add support for termination code matching (-tcn/-TCN) by Hervé COMMOWICK · 13 years ago
  43. 14389e7 [OPTIM] halog: remove support for tab delimiters in input data by Willy Tarreau · 13 years ago
  44. a2b39fb [OPTIM] halog: remove many 'if' by using a function pointer for the filters by Willy Tarreau · 13 years ago
  45. 26deaf5 [OPTIM] halog: check once for correct line format and reuse the pointer by Willy Tarreau · 13 years ago
  46. 758a6ea [OPTIM] halog: cache some common fields positions by Willy Tarreau · 13 years ago
  47. df6f0d1 [MINOR] halog: gain back performance before SKIP_CHAR fix by Willy Tarreau · 13 years ago
  48. 70c428f [MINOR] halog: add support for HTTP log matching (-H) by Willy Tarreau · 13 years ago
  49. c82570e [MINOR] halog: make SKIP_CHAR stop on field delimiters by Willy Tarreau · 13 years ago
  50. 24bcb4f [CONTRIB] halog: minor speed improvement in timer parser by Willy Tarreau · 14 years ago
  51. abe45b6 [CONTRIB] halog: report per-url counts, errors and times by Willy Tarreau · 14 years ago
  52. 5417081 [MINOR] halog: skip non-traffic logs for -st and -tc by Willy Tarreau · 14 years ago
  53. d8fc110 [MINOR] halog: add '-tc' to sort by termination codes by Willy Tarreau · 14 years ago
  54. d220106 [CONTRIB] halog: report per-server status codes, errors and response times by Willy Tarreau · 15 years ago
  55. 2651ac3 [OPTIM] halog: minor speedup by using unlikely() by Willy Tarreau · 15 years ago
  56. 0f423a7 [MINOR] halog: add support for statisticts on status codes by Willy Tarreau · 15 years ago
  57. 910ba4b [BUG] halog: fix segfault in case of empty log in PCT mode by Willy Tarreau · 15 years ago
  58. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  59. 5bdfd96 [CONTRIB] halog: support searching by response time by Willy Tarreau · 15 years ago
  60. 214c203 [CONTRIB] halog: faster fgets() and add support for percentile reporting by Willy Tarreau · 16 years ago
  61. 72c2853 [CONTRIB] halog: fast log parser for haproxy by Willy Tarreau · 16 years ago