1. 4deeb10 MINOR: tools: add print_time_short() to print a condensed duration value by Willy Tarreau · 3 years, 7 months ago
  2. 2f1227e MINOR: debug: always export the my_backtrace function by Willy Tarreau · 3 years, 8 months ago
  3. 45fd103 CLEANUP: tools: make resolve_sym_name() take a const pointer by Willy Tarreau · 3 years, 8 months ago
  4. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 10 months ago
  5. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 4 years ago
  6. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 4 years ago
  7. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 4 years ago
  8. 00c363b REORG: tools: move PARSE_OPT_* from tools.h to tools-t.h by Willy Tarreau · 4 years ago
  9. 0c439d8 BUILD: tools: make resolve_sym_name() return a const by Willy Tarreau · 4 years, 2 months ago
  10. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  11. c54e5ad MINOR: cfgparse: sanitize the output a little bit by Willy Tarreau · 4 years, 3 months ago
  12. c8d167b MINOR: tools: add a new configurable line parse, parse_line() by Willy Tarreau · 4 years, 3 months ago
  13. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 3 months ago
  14. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 3 months ago[Renamed (92%) from include/common/standard.h]
  15. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 3 months ago
  16. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 3 months ago
  17. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 3 months ago
  18. aea4635 REORG: include: move integer manipulation functions from standard.h to intops.h by Willy Tarreau · 4 years, 3 months ago
  19. 4d653a6 REORG: include: move SWAP/MID_RANGE/MAX_RANGE from tools.h to standard.h by Willy Tarreau · 4 years, 3 months ago
  20. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 3 months ago
  21. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 3 months ago
  22. 5eb96cb MINOR: standard: Add my_memspn and my_memcspn by Christopher Faulet · 4 years, 5 months ago
  23. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · 4 years, 5 months ago
  24. 09568fd BUG/MINOR: tools: fix the i386 version of the div64_32 function by Willy Tarreau · 4 years, 5 months ago
  25. bb86986 MINOR: init: report the haproxy version and executable path once on errors by Willy Tarreau · 4 years, 5 months ago
  26. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · 4 years, 6 months ago
  27. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 6 months ago
  28. d7dc67b CLEANUP: remove unused code in 'my_ffsl/my_flsl' functions by Miroslav Zagorac · 4 years, 6 months ago
  29. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · 4 years, 6 months ago
  30. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 6 months ago
  31. 7a40909 MINOR: tools: add 64-bit rotate operators by Willy Tarreau · 4 years, 6 months ago
  32. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 6 months ago
  33. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 6 months ago
  34. 13faf16 MINOR: debug: improve backtrace() on aarch64 and possibly other systems by Willy Tarreau · 4 years, 6 months ago
  35. eb8b1ca MINOR: tools: add resolve_sym_name() to resolve function pointers by Willy Tarreau · 4 years, 6 months ago
  36. 762fb3e MINOR: tools: add new function dump_addr_and_bytes() by Willy Tarreau · 4 years, 6 months ago
  37. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 7 months ago
  38. a71667c BUG/MINOR: tools: also accept '+' as a valid character in an identifier by Willy Tarreau · 4 years, 7 months ago
  39. 36f586b MINOR: tools: add is_idchar() to tell if a char may belong to an identifier by Willy Tarreau · 4 years, 7 months ago
  40. fb4ba91 MINOR: tools: add a generic struct "name_desc" for name-description pairs by Willy Tarreau · 5 years ago
  41. 4d589e7 MINOR: tools: add a function varint_bytes() to report the size of a varint by Willy Tarreau · 5 years ago
  42. 9eebd8a REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe by Willy Tarreau · 5 years ago
  43. 32c2455 MINOR: tools: add a DEFNULL() macro to use NULL for empty args by Willy Tarreau · 5 years ago
  44. a2c9911 MINOR: tools: add append_prefixed_str() by Willy Tarreau · 5 years ago
  45. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  46. 1bfd602 MINOR: logs: use the new bitmap functions instead of fd_sets for encoding maps by Willy Tarreau · 5 years ago
  47. 7355b04 MINOR: tools: add new bitmap manipulation functions by Willy Tarreau · 5 years ago
  48. e3e2b72 REORG: compat: move some integer limit definitions from standard.h to compat.h by Willy Tarreau · 5 years ago
  49. 3710105 MINOR: tools: provide a may_access() function and make dump_hex() use it by Willy Tarreau · 5 years ago
  50. 9fc5dcb MINOR: tools: add dump_hex() by Willy Tarreau · 5 years ago
  51. d5ec4bf CLEANUP: standard: use proper const to addr_to_str() and port_to_str() by Willy Tarreau · 5 years ago
  52. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · 5 years ago
  53. d87a67f MINOR: tools: implement my_flsl() by Willy Tarreau · 6 years ago
  54. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · 6 years ago
  55. 3b71716 MINOR: standard: Add a function to parse uints (dotted notation). by Frédéric Lécaille · 6 years ago
  56. cafa56e MINOR: tools: improve the popcount() operation by Willy Tarreau · 6 years ago
  57. 59caa3b MINOR: tools: increase the number of ITOA strings to 16 by Willy Tarreau · 6 years ago
  58. 32b8327 CLEANUP: Fix typos in the standard subsystem by Joseph Herlant · 6 years ago
  59. ce487aa BUG/MEDIUM: tools: fix direction of my_ffsl() by Willy Tarreau · 6 years ago
  60. 1ff7633 CLEANUP: tools: fix misleading comment above function LIM2A by Ioannis Cherouvim · 6 years ago
  61. 98d334b MINOR: tools: add a new function atleast2() to test masks for more than 1 bit by Willy Tarreau · 6 years ago
  62. 27346b0 OPTIM: tools: optimize my_ffsl() for x86_64 by Willy Tarreau · 6 years ago
  63. 4c0fcc2 BUG/MINOR: tools: fix set_net_port() / set_host_port() on IPv4 by Willy Tarreau · 6 years ago
  64. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · 6 years ago
  65. ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · 6 years ago
  66. f16cb41 MINOR: tools: make date2str_log() take some consts by Willy Tarreau · 6 years ago
  67. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  68. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · 7 years ago
  69. 4718517 MINOR: standard: Add str2mask6 function by Tim Duesterhus · 7 years ago
  70. ff81318 MINOR: standard: Add my_ffsl function to get the position of the bit set to one by Christopher Faulet · 7 years ago
  71. 9c1e15d MINOR: tools: emphasize the node being worked on in the tree dump by Willy Tarreau · 7 years ago
  72. ed3cda0 MINOR: tools: add a function to dump a scope-aware tree to a file by Willy Tarreau · 7 years ago
  73. 99bca65 BUG/MEDIUM: standard: itao_str/idx and quote_str/idx must be thread-local by Christopher Faulet · 7 years ago
  74. aa39860 MINOR: tools: don't use unlikely() in hex2i() by Willy Tarreau · 7 years ago
  75. 5222d8e BUG/MINOR: stdarg.h inclusion by David Carlier · 7 years ago
  76. 93a518f MINOR: standard: Add memvprintf function by Christopher Faulet · 7 years ago
  77. 1296382 CONTRIB: trace: add the possibility to place trace calls in the code by Willy Tarreau · 7 years ago
  78. dea7c5c BUG/MINOR: tools: fix my_htonll() on x86_64 by Willy Tarreau · 7 years ago
  79. 36eb3a3 MINOR: tools: make my_htonll() more efficient on x86_64 by Willy Tarreau · 7 years ago
  80. cb1949b MINOR: tools: add a portable timegm() alternative by Willy Tarreau · 7 years ago
  81. ed936c5 MINOR: tools: make debug_hexdump() take a string prefix by Willy Tarreau · 7 years ago
  82. 9faef1e MINOR: tools: make debug_hexdump() use a const char for the string by Willy Tarreau · 7 years ago
  83. 577d5ac CLEANUP: str2mask return code comment: non-zero -> zero. by Jarno Huuskonen · 7 years ago
  84. 6ab2bae REORG: spoe: move spoe_encode_varint / spoe_decode_varint from spoe to common by Thierry FOURNIER · 7 years ago
  85. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · 7 years ago
  86. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · 8 years ago
  87. 0ebb511 MINOR: tools: add a generic hexdump function for debugging by Willy Tarreau · 8 years ago
  88. 97c2ae1 REORG: cli: move dump_text(), dump_text_line(), and dump_binary() to standard.c by Willy Tarreau · 8 years ago
  89. dcbc5c5 MINOR: show Built with PCRE version by Lukas Tribus · 8 years ago
  90. 08396c8 MINOR: standard.c: ipcpy() function to copy an IP address from a struct sockaddr_storage into an other one by Baptiste Assmann · 9 years ago
  91. 08b24cf MINOR: standard.c: ipcmp() function to compare 2 IP addresses stored in 2 struct sockaddr_storage by Baptiste Assmann · 9 years ago
  92. 16e0156 MINOR: tcp: add dst_is_local and src_is_local by Willy Tarreau · 8 years ago
  93. 1a5d060 MINOR: standard: add function "escape_string" by Dragan Dosen · 8 years ago
  94. eec1d38 BUG/MEDIUM: dns: fix alignment issues in the DNS response parser by Willy Tarreau · 8 years ago
  95. 2eae3a0 MINOR: new function my_realloc2 = realloc + free upon failure by Hubert Verstraete · 8 years ago
  96. 5f6e905 BUILD: fix build on Solaris 11 by Willy Tarreau · 8 years ago
  97. dc88785 MINOR: add list_append_word function by Maxime de Roucy · 8 years ago
  98. e2e5bde BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · 8 years ago
  99. b413c2a BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · 8 years ago
  100. 70473a5 MINOR: common: mask conversion by Thierry Fournier · 9 years ago