1. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 832ce65 REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago[Renamed (99%) from src/standard.c]
  7. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  9. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  10. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  11. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  12. 5eb96cb MINOR: standard: Add my_memspn and my_memcspn by Christopher Faulet · 4 years, 3 months ago
  13. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · 4 years, 2 months ago
  14. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  15. bb86986 MINOR: init: report the haproxy version and executable path once on errors by Willy Tarreau · 4 years, 3 months ago
  16. 1544c14 BUG/MEDIUM: random: align the state on 2*64 bits for ARM64 by Willy Tarreau · 4 years, 4 months ago
  17. 62af9c8 BUILD: make dladdr1 depend on glibc version and not __USE_GNU by Willy Tarreau · 4 years, 4 months ago
  18. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · 4 years, 4 months ago
  19. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  20. 109201f BUILD: tools: rely on __ELF__ not USE_DL to enable use of dladdr() by Willy Tarreau · 4 years, 4 months ago
  21. 9133e48 BUILD: tools: unbreak resolve_sym_name() on non-GNU platforms by Willy Tarreau · 4 years, 4 months ago
  22. eb8b1ca MINOR: tools: add resolve_sym_name() to resolve function pointers by Willy Tarreau · 4 years, 4 months ago
  23. 762fb3e MINOR: tools: add new function dump_addr_and_bytes() by Willy Tarreau · 4 years, 4 months ago
  24. 55a6c4f BUILD: tools: remove obsolete and conflicting trace() from standard.c by Willy Tarreau · 4 years, 4 months ago
  25. 7d9421d MINOR: tools: make sure to correctly check the returned 'ms' in date2std_log by Willy Tarreau · 4 years, 4 months ago
  26. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  27. 327ea5a BUG/MINOR: unix: better catch situations where the unix socket path length is close to the limit by Willy Tarreau · 4 years, 5 months ago
  28. e112c8a BUILD/MINOR: tools: shut up the format truncation warning in get_gmt_offset() by Willy Tarreau · 4 years, 8 months ago
  29. 4d589e7 MINOR: tools: add a function varint_bytes() to report the size of a varint by Willy Tarreau · 4 years, 10 months ago
  30. a2c9911 MINOR: tools: add append_prefixed_str() by Willy Tarreau · 4 years, 10 months ago
  31. 8daa920 BUILD: tools: work around an internal compiler bug in gcc-3.4 by Willy Tarreau · 5 years ago
  32. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  33. 1bfd602 MINOR: logs: use the new bitmap functions instead of fd_sets for encoding maps by Willy Tarreau · 5 years ago
  34. 42a6621 BUILD: tools: do not use the weak attribute for trace() on obsolete linkers by Willy Tarreau · 5 years ago
  35. 3710105 MINOR: tools: provide a may_access() function and make dump_hex() use it by Willy Tarreau · 5 years ago
  36. 9fc5dcb MINOR: tools: add dump_hex() by Willy Tarreau · 5 years ago
  37. d5ec4bf CLEANUP: standard: use proper const to addr_to_str() and port_to_str() by Willy Tarreau · 5 years ago
  38. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · 5 years ago
  39. e0609f5 MINOR: tools: make memvprintf() never pass a NULL target to vsnprintf() by Willy Tarreau · 5 years ago
  40. 9b6be3b BUILD: tools: fix a build warning on some 32-bit archs by Willy Tarreau · 5 years ago
  41. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · 5 years ago
  42. 12a7184 BUG/MEDIUM: standard: Wrong reallocation size. by Frédéric Lécaille · 5 years ago
  43. 3b71716 MINOR: standard: Add a function to parse uints (dotted notation). by Frédéric Lécaille · 5 years ago
  44. 4eee38a BUILD/MINOR: tools: fix build warning in the date conversion functions by Willy Tarreau · 5 years ago
  45. 0205a4e MINOR: tools: preset the port of fd-based "sockets" to zero by Willy Tarreau · 6 years ago
  46. 76dbe78 MINOR: Fix typo in error message in the standard subsystem by Joseph Herlant · 6 years ago
  47. 32b8327 CLEANUP: Fix typos in the standard subsystem by Joseph Herlant · 6 years ago
  48. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · 6 years ago
  49. f16cb41 MINOR: tools: make date2str_log() take some consts by Willy Tarreau · 6 years ago
  50. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  51. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  52. f7b7c3e MINOR: servers: Support alphanumeric characters for the server templates names by Thierry Fournier · 6 years ago
  53. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · 6 years ago
  54. 7d58b4d BUG/MEDIUM: standard: Fix memory leak in str2ip2() by Tim Duesterhus · 6 years ago
  55. 4718517 MINOR: standard: Add str2mask6 function by Tim Duesterhus · 6 years ago
  56. 8575f72 CLEANUP: standard: Use len2mask4 in str2mask by Tim Duesterhus · 6 years ago
  57. 9c1e15d MINOR: tools: emphasize the node being worked on in the tree dump by Willy Tarreau · 7 years ago
  58. 6c7f4de MINOR: tools: improve the DOT dump of the ebtree by Willy Tarreau · 7 years ago
  59. ed3cda0 MINOR: tools: add a function to dump a scope-aware tree to a file by Willy Tarreau · 7 years ago
  60. 99bca65 BUG/MEDIUM: standard: itao_str/idx and quote_str/idx must be thread-local by Christopher Faulet · 7 years ago
  61. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · 7 years ago
  62. 93a518f MINOR: standard: Add memvprintf function by Christopher Faulet · 7 years ago
  63. 1296382 CONTRIB: trace: add the possibility to place trace calls in the code by Willy Tarreau · 7 years ago
  64. cb1949b MINOR: tools: add a portable timegm() alternative by Willy Tarreau · 7 years ago
  65. ed936c5 MINOR: tools: make debug_hexdump() take a string prefix by Willy Tarreau · 7 years ago
  66. 9faef1e MINOR: tools: make debug_hexdump() use a const char for the string by Willy Tarreau · 7 years ago
  67. 577d5ac CLEANUP: str2mask return code comment: non-zero -> zero. by Jarno Huuskonen · 7 years ago
  68. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · 7 years ago
  69. 7345979 BUILD/MINOR: tools: fix build warning in debug_hexdump() by Willy Tarreau · 7 years ago
  70. 7b760c9 BUG/MEDIUM: tools: do not force an unresolved address to AF_INET:0.0.0.0 by Willy Tarreau · 7 years ago
  71. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · 7 years ago
  72. d7dad1b BUG/MINOR: tools: fix off-by-one in port size check by Willy Tarreau · 7 years ago
  73. 0ebb511 MINOR: tools: add a generic hexdump function for debugging by Willy Tarreau · 8 years ago
  74. 97c2ae1 REORG: cli: move dump_text(), dump_text_line(), and dump_binary() to standard.c by Willy Tarreau · 8 years ago
  75. 327298c BUILD: fix build on Solaris 10/11 by David Carlier · 8 years ago
  76. ceccdd7 MEDIUM: tools: make str2sa_range() return the FQDN even when not resolving by Willy Tarreau · 8 years ago
  77. dc3a9e8 CLEANUP: tools: make ipcpy() preserve the original port by Willy Tarreau · 8 years ago
  78. ecde7df MEDIUM: tools: make str2ip2() preserve existing ports by Willy Tarreau · 8 years ago
  79. 08396c8 MINOR: standard.c: ipcpy() function to copy an IP address from a struct sockaddr_storage into an other one by Baptiste Assmann · 8 years ago
  80. 08b24cf MINOR: standard.c: ipcmp() function to compare 2 IP addresses stored in 2 struct sockaddr_storage by Baptiste Assmann · 8 years ago
  81. 16e0156 MINOR: tcp: add dst_is_local and src_is_local by Willy Tarreau · 8 years ago
  82. 1a5d060 MINOR: standard: add function "escape_string" by Dragan Dosen · 8 years ago
  83. eec1d38 BUG/MEDIUM: dns: fix alignment issues in the DNS response parser by Willy Tarreau · 8 years ago
  84. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · 8 years ago
  85. dc88785 MINOR: add list_append_word function by Maxime de Roucy · 8 years ago
  86. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  87. e2e5bde BUG/MINOR: log: Don't use strftime() which can clobber timezone if chrooted by Benoit GARNIER · 8 years ago
  88. b413c2a BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · 8 years ago
  89. 93f91c3 BUG/MINOR: standard: Avoid free of non-allocated pointer by Andreas Seltenreich · 8 years ago
  90. 70473a5 MINOR: common: mask conversion by Thierry Fournier · 8 years ago
  91. 0edd109 MINOR: standard: add function "escape_chunk" by Dragan Dosen · 8 years ago
  92. 9312794 MINOR: standard: add RFC HTTP date parser by Thierry Fournier · 8 years ago
  93. b631c29 MINOR: tools: make csv_enc_append() always start at the first byte of the chunk by Willy Tarreau · 8 years ago
  94. 898529b MEDIUM: tools: add csv_enc_append() to preserve the original chunk by Willy Tarreau · 8 years ago
  95. ff5d510 MINOR: config: allow IPv6 bracketed literals by mildis · 9 years ago
  96. eab7f39 BUG/MEDIUM: str2ip: make getaddrinfo() consider local address selection policy by Dmitry Sivachenko · 9 years ago
  97. 7fe3be7 MINOR: standard: avoid DNS resolution from the function str2sa_range() by Thierry FOURNIER · 9 years ago
  98. 9f69f46 BUG/MINOR: tools: make str2sa_range() report unresolvable addresses by Willy Tarreau · 9 years ago
  99. 72b8c1f MEDIUM: tools: make str2sa_range() optionally return the FQDN by Willy Tarreau · 9 years ago
  100. 763a5d8 MINOR: standard: add 64 bits conversion functions by Thierry FOURNIER · 9 years ago