1. 7250404 REGTEST/MINOR: script: add run-regtests.sh script by PiBa-NL · 6 years ago
  2. 73bce43 BUILD: Makefile: Disable -Wcast-function-type if it exists. by Olivier Houchard · 6 years ago
  3. db86333 REGTEST: add the option to test only a specific set of files by Willy Tarreau · 6 years ago
  4. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  5. 1611965 BUILD: Makefile: switch to quiet mode by default for CC/LD/AR by Willy Tarreau · 6 years ago
  6. 6db8266 BUILD: Makefile: add "$(Q)" to clean, tags and cscope targets by Willy Tarreau · 6 years ago
  7. 4ab5d03 BUILD: Makefile: add the quiet mode to a few more targets by Willy Tarreau · 6 years ago
  8. b42233a BUILD: Makefile: make "V=1" show some of the commands that are executed by Willy Tarreau · 6 years ago
  9. 2401835 BUILD: reorder the objects in the makefile by Willy Tarreau · 6 years ago
  10. 9dbfa05 BUILD: update the list of supported targets and compilers in makefile and readme by Willy Tarreau · 6 years ago
  11. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · 6 years ago
  12. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · 6 years ago
  13. 47596d3 MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c by Christopher Faulet · 6 years ago
  14. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · 6 years ago
  15. 51dbc94 MEDIUM: mux-h1: Add dummy mux to handle HTTP/1.1 connections by Christopher Faulet · 6 years ago
  16. f4eb75d MINOR: htx: Add proto_htx.c file by Christopher Faulet · 6 years ago
  17. 7520e4f MINOR: namespaces: don't build namespace.c if disabled by Willy Tarreau · 6 years ago
  18. 4e8683c CLEANUP: fix typos in the comments of the Makefile by Joseph Herlant · 6 years ago
  19. 943e7ec MEDIUM: auth/threads: make use of crypt_r() on systems supporting it by Willy Tarreau · 6 years ago
  20. 23cd43e BUILD: Makefile: add the new ERR variable to force -Werror by Willy Tarreau · 6 years ago
  21. 58e90cb BUILD: Makefile: add USE_RT to pass -lrt for clock_gettime() and friends by Willy Tarreau · 6 years ago
  22. c4e6460 MINOR: build: Disable -Wstringop-overflow. by Olivier Houchard · 6 years ago
  23. 0d7a2ae BUILD: Makefile: silence an option conflict warning with clang by Willy Tarreau · 6 years ago
  24. f11ca5e BUILD: Makefile: speed up compiler options detection by Willy Tarreau · 6 years ago
  25. a8b12c6 BUILD: Makefile: add a "make opts" target to simply show the build options by Willy Tarreau · 6 years ago
  26. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  27. 79e5733 REORG: http: move the code to different files by Willy Tarreau · 6 years ago
  28. 7b4c8c3 BUILD: Allow configuration of pcre-config path by Fabrice Fontaine · 6 years ago
  29. f7db930 BUILD: build with -Wextra and sort out certain warnings by Willy Tarreau · 6 years ago
  30. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · 6 years ago
  31. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  32. 9931634 REGTEST/MINOR: Add a new class of regression testing files. by Frédéric Lécaille · 6 years ago
  33. 26ac8a6 REGTEST/MINOR: Add levels to reg-tests target. by Frédéric Lécaille · 6 years ago
  34. bca3a98 REGTEST/MINOR: Set HAPROXY_PROGRAM default value. by Frédéric Lécaille · 6 years ago
  35. 153b2b6 MINOR: tests: First regression testing file. by Frédéric Lécaille · 6 years ago
  36. cde05c8 BUILD/BUG: enable -fno-strict-overflow by default by Willy Tarreau · 6 years ago
  37. b684e7a BUILD/MINOR: fix Lua build on Mac OS X (again) by Willy Tarreau · 6 years ago
  38. 13113d6 MINOR/BUILD: fix Lua build on Mac OS X by Thierry Fournier · 6 years ago
  39. 903ddfd BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY by David Carlier · 7 years ago
  40. d73efb4 BUILD: Makefile: reorder object files by size by Willy Tarreau · 7 years ago
  41. 158fa75 MINOR: pools: implement DEBUG_UAF to detect use after free by Willy Tarreau · 7 years ago
  42. f24ea8e MEDIUM: h2: add a function to emit an HTTP/1 request from a headers list by Willy Tarreau · 7 years ago
  43. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · 7 years ago
  44. f5d79ac BUILD: enable USE_THREAD for Solaris build. by Christopher Faulet · 7 years ago
  45. ca30839 MINOR: ebtree: implement the scope-aware functions for eb32 by Willy Tarreau · 7 years ago
  46. 7567c40 BUILD: enable USE_THREAD for OpenBSD build. by David Carlier · 7 years ago
  47. b620e98 BUILD: shctx: allow to be built without openssl by William Lallemand · 7 years ago
  48. 41db460 MEDIUM: cache: configuration parsing and initialization by William Lallemand · 7 years ago
  49. 62f5269 MINOR: h2: create a very minimalistic h2 mux by Willy Tarreau · 7 years ago
  50. 1be4f3d MEDIUM: hpack: implement basic hpack encoding by Willy Tarreau · 7 years ago
  51. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · 7 years ago
  52. ce04094 MINOR: hpack: implement the header tables management by Willy Tarreau · 7 years ago
  53. a004ade MINOR: hpack: implement the HPACK Huffman table decoder by Willy Tarreau · 7 years ago
  54. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · 7 years ago
  55. a1ae7e8 MAJOR: threads: Offically enable the threads support in HAProxy by Christopher Faulet · 7 years ago
  56. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · 7 years ago
  57. 5f27185 MINOR: threads: Prepare makefile to link with pthread by Emeric Brun · 7 years ago
  58. 78880fb MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_* by Christopher Faulet · 7 years ago
  59. eff9a9e BUILD: Makefile: disable -Wunused-label by Willy Tarreau · 7 years ago
  60. 7389dd0 IMPORT: sha1: import SHA1 functions by Dragan Dosen · 7 years ago
  61. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago
  62. b780166 BUILD: Makefile: improve detection of support for compiler warnings by Willy Tarreau · 7 years ago
  63. 065843c BUILD: Makefile: shut certain gcc/clang stupid warnings by Willy Tarreau · 7 years ago
  64. d3a7f40 BUILD: Makefile: add a function to detect support by the compiler of certain options by Willy Tarreau · 7 years ago
  65. b286fff BUG/MINOR: Makefile: fix compile error with USE_LUA=1 in ubuntu16.04 by Nan Liu · 7 years ago
  66. 04919d5 BUG/MINOR: haproxy/cli : fix for solaris/illumos distros for CMSG* macros by David Carlier · 7 years ago
  67. a6cfa90 MAJOR: systemd-wrapper: get rid of the wrapper by William Lallemand · 7 years ago
  68. 047000a CLEANUP: retire obsoleted USE_GETSOCKNAME build option by Dmitry Sivachenko · 7 years ago
  69. 73bdb32 BUG/MAJOR: Use -fwrapv. by Olivier Houchard · 7 years ago
  70. f2592b2 MEDIUM: regex: pcre2 support by David Carlier · 8 years ago
  71. a9cf315 BUILD: rearrange target files by build time by Willy Tarreau · 8 years ago
  72. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · 8 years ago
  73. 74c24fb REORG: cli: split dumpstats.c in src/cli.c and src/stats.c by William Lallemand · 8 years ago
  74. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · 8 years ago
  75. 1866d6d MEDIUM: ssl: Add support for OpenSSL 1.1.0 by Dirkjan Bussink · 8 years ago
  76. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · 8 years ago
  77. 3a2661d MINOR: build: Allow linking to device-atlas library file by Bertrand Jacquin · 8 years ago
  78. 9705ba2 BUILD: Make use of accept4() on OpenBSD. by Daniel Jakots · 8 years ago
  79. 7276f3a BUG/MINOR: Fix OSX compilation errors by Dinko Korunic · 8 years ago
  80. 13d67bb BUG/BUILD: don't automatically run "make" on "make install" by Willy Tarreau · 8 years ago
  81. 8225bb4 BUILD/MEDIUM: force a full rebuild if some build options change by Willy Tarreau · 8 years ago
  82. b26835d BUILD/MEDIUM: rebuild everything when an include file is changed by Willy Tarreau · 8 years ago
  83. 85dc1d3 BUG/MINOR: lua: can't load external libraries by Thierry Fournier · 8 years ago
  84. fb0b546 MINOR: lua: file dedicated to unsafe functions by Thierry Fournier · 8 years ago
  85. e6c3b69 MINOR: filters: Add an filter example by Christopher Faulet · 9 years ago
  86. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · 9 years ago
  87. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  88. 7385f65 BUILD: Make deviceatlas require PCRE by David CARLIER · 9 years ago
  89. 38932c3 BUILD: add Haiku as supported target. by Jerome Duval · 9 years ago
  90. 796d2fc BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin. by Jerome Duval · 9 years ago
  91. 5c5147f BUILD: install only relevant and existing documentation by Vincent Bernat · 9 years ago
  92. 3670eb1 BUILD: Changed 51Degrees option to support V3.2 by James Rosewell · 9 years ago
  93. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  94. 8e441fb BUILD: add USE_LUA to BUILD_OPTIONS when it's used by Cyril Bonté · 9 years ago
  95. 9496552 CLEANUP: appsession: remove appsession.c and sessionhash.c by Willy Tarreau · 9 years ago
  96. e192cbb BUILD: link with libdl if needed for Lua support by Vincent Bernat · 9 years ago
  97. b5714da BUILD: add netbsd TARGET by David Carlier · 9 years ago
  98. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · 9 years ago
  99. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · 9 years ago
  100. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · 9 years ago