1. 7f80eb2 MEDIUM: proxy: zombify proxies only when the expose-fd socket is bound by William Lallemand · 7 years ago
  2. 2395368 DOC: update RFC references by Lukas Tribus · 7 years ago
  3. b83dc3d MEDIUM: config: don't check config validity when there are fatal errors by Willy Tarreau · 7 years ago
  4. 5474087 MINOR: socket transfer: Set a timeout on the socket. by Olivier Houchard · 7 years ago
  5. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  6. f73629d MINOR: global: Add an option to get the old listening sockets. by Olivier Houchard · 7 years ago
  7. 7b67726 [RELEASE] Released version 1.8-dev1 by Willy Tarreau · 7 years ago
  8. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · 7 years ago
  9. b686afd MINOR: chunks: implement a simple dynamic allocator for trash buffers by Willy Tarreau · 7 years ago
  10. 26c6eb8 BUG/MAJOR: dns: restart sockets after fork() by Baptiste Assmann · 7 years ago
  11. 5cd1b92 MINOR: dns: give ability to dns_init_resolvers() to close a socket when requested by Baptiste Assmann · 7 years ago
  12. 1e4fc43 BUG/MINOR: systemd: potential zombie processes by William Lallemand · 8 years ago
  13. ef93460 CLEANUP: ssl: move most ssl-specific global settings to ssl_sock.c by Willy Tarreau · 8 years ago
  14. d1c5750 CLEANUP: ssl: move tlskeys_finalize_config() to a post_check callback by Willy Tarreau · 8 years ago
  15. 17d4538 MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv() by Willy Tarreau · 8 years ago
  16. 795cdab MINOR: ssl_sock: implement ssl_sock_destroy_bind_conf() by Willy Tarreau · 8 years ago
  17. 3687803 MEDIUM: compression: move the zlib-specific stuff from global.h to compression.c by Willy Tarreau · 8 years ago
  18. bee9dde CLEANUP: da: move global settings out of the global section by Willy Tarreau · 8 years ago
  19. b7a6714 CLEANUP: 51d: move global settings out of the global section by Willy Tarreau · 8 years ago
  20. 350c1c6 CLEANUP: wurfl: move global settings out of the global section by Willy Tarreau · 8 years ago
  21. b149eed CLEANUP: da: register the deinitialization function by Willy Tarreau · 8 years ago
  22. 7ac4c20 CLEANUP: 51d: register the deinitialization function by Willy Tarreau · 8 years ago
  23. 800f93f CLEANUP: wurfl: register the deinit function via the dedicated list by Willy Tarreau · 8 years ago
  24. 05554e6 MINOR: haproxy: add a registration for post-deinit functions by Willy Tarreau · 8 years ago
  25. 876054d CLEANUP: da: make use of the late init registration code by Willy Tarreau · 8 years ago
  26. 9f3f254 CLEANUP: 51d: make use of the late init registration by Willy Tarreau · 8 years ago
  27. dc2ed47 CLEANUP: wurfl: make use of the late init registration by Willy Tarreau · 8 years ago
  28. 64bca59 CLEANUP: filters: use the function registration to initialize all proxies by Willy Tarreau · 8 years ago
  29. 865c514 CLEANUP: checks: make use of the post-init registration to start checks by Willy Tarreau · 8 years ago
  30. e694573 MINOR: haproxy: add a registration for post-check functions by Willy Tarreau · 8 years ago
  31. e8692b4 CLEANUP: auth: use the build options list to report its support by Willy Tarreau · 8 years ago
  32. b97c6fb CLEANUP: compression: use the build options list to report the algos by Willy Tarreau · 8 years ago
  33. c2c0b61 CLEANUP: ssl: use the build options list to report the SSL details by Willy Tarreau · 8 years ago
  34. 7a9ac6d CLEANUP: regex: use the build options list to report the regex type by Willy Tarreau · 8 years ago
  35. bb57d94 CLEANUP: lua: use the build options list to report it by Willy Tarreau · 8 years ago
  36. ba96291 CLEANUP: tcp: use the build options list to report transparent modes by Willy Tarreau · 8 years ago
  37. dba5002 CLEANUP: namespaces: use the build options list to report it by Willy Tarreau · 8 years ago
  38. 3dd483e CLEANUP: da: use the build options list to report it by Willy Tarreau · 8 years ago
  39. b5e58d6 CLEANUP: 51d: use the build options list to report it by Willy Tarreau · 8 years ago
  40. 770042d CLEANUP: wurfl: use the build options list to report it by Willy Tarreau · 8 years ago
  41. cdb737e MINOR: haproxy: add a registration for build options by Willy Tarreau · 8 years ago
  42. 1b5af7c CLEANUP: haproxy: statify unexported functions by Willy Tarreau · 8 years ago
  43. 34c5cc9 MINOR: task: Rename run_queue and run_queue_cur counters by Christopher Faulet · 8 years ago
  44. 1cbe74c MINOR: applet: Count number of (active) applets by Christopher Faulet · 8 years ago
  45. 4ed1c95 MINOR: http/conf: store the use_backend configuration file and line for logs by Thierry FOURNIER / OZON.IO · 8 years ago
  46. ff2613e MEDIUM: vars: Add a per-process scope for variables by Christopher Faulet · 8 years ago
  47. 476e5d0 REORG: sample: move code to release a sample expression in sample.c by Christopher Faulet · 8 years ago
  48. 3eed10e MINOR: init: add -dr to ignore server address resolution failures by Willy Tarreau · 8 years ago
  49. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · 8 years ago
  50. 4215d7d MINOR: init: move apply_server_state in haproxy.c before MODE_CHECK by Baptiste Assmann · 8 years ago
  51. e5d3169 CLEANUP: wurfl: reduce exposure in the rest of the code by Willy Tarreau · 8 years ago
  52. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · 8 years ago
  53. 757478e BUG/MEDIUM: servers: properly propagate the maintenance states during startup by Willy Tarreau · 8 years ago
  54. b957109 BUG/MEDIUM: systemd: let the wrapper know that haproxy has completed or failed by Willy Tarreau · 8 years ago
  55. a0bcbdc MEDIUM: make SO_REUSEPORT configurable by Lukas Tribus · 8 years ago
  56. 255cc51 MINOR: show Running on zlib version by Lukas Tribus · 8 years ago
  57. dcbc5c5 MINOR: show Built with PCRE version by Lukas Tribus · 8 years ago
  58. d64788d BUG/MINOR: displayed PCRE version is running release by Lukas Tribus · 8 years ago
  59. 164dd0b BUG/MINOR: init: ensure that FD limit is raised to the max allowed by Willy Tarreau · 8 years ago
  60. ef63547 BUG/MINOR: init: always ensure that global.rlimit_nofile matches actual limits by Willy Tarreau · 8 years ago
  61. e384139 BUG/MEDIUM: init: don't use environment locale by Maxime de Roucy · 8 years ago
  62. 379d9c7 MEDIUM: init: allow directory as argument of -f by Maxime de Roucy · 8 years ago
  63. 0f50392 MEDIUM: init: use list_append_word in haproxy.c by Maxime de Roucy · 8 years ago
  64. 7d1b48f [RELEASE] Released version 1.7-dev3 by Willy Tarreau · 8 years ago
  65. b3f4e14 MINOR: filters: Print the list of existing filters during HA startup by Christopher Faulet · 8 years ago
  66. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  67. 8234f6d [RELEASE] Released version 1.7-dev2 by Willy Tarreau · 8 years ago
  68. b413c2a BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · 8 years ago
  69. 835b921 MEDIUM: log: add a new log format flag "E" by Dragan Dosen · 8 years ago
  70. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  71. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  72. 6ad6bde MINOR: rename master process name in -Ds (systemd mode) by William Lallemand · 8 years ago
  73. 7006045 BUG/MEDIUM: config: properly adjust maxconn with nbproc when memmax is forced by Willy Tarreau · 9 years ago
  74. 7ece096 CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro. by David Carlier · 9 years ago
  75. df3785f MINOR: da: silent logging by default and displaying DeviceAtlas support if built. by David Carlier · 9 years ago
  76. ed9dddd CLEANUP: compression: don't allocate DEFAULT_MAXZLIBMEM without USE_ZLIB by Willy Tarreau · 9 years ago
  77. 55f9ff1 MINOR: check: add agent-send server parameter by James Brown · 9 years ago
  78. f2dd5e4 BUG/MEDIUM: config: count memory limits on 64 bits, not 32 by Willy Tarreau · 9 years ago
  79. 86ac176 MINOR: init: report use of libslz instead of "no compression" by Willy Tarreau · 9 years ago
  80. 77fe80c MINOR: ssl: Release Servers SSL context when HAProxy is shut down by Christopher Faulet · 9 years ago
  81. a088d31 MEDIUM: init: support a list of files on the command line by Willy Tarreau · 9 years ago
  82. c6ca1aa MEDIUM: init: support more command line arguments after pid list by Willy Tarreau · 9 years ago
  83. 43885c7 BUG/MEDIUM: logs: segfault writing to log from Lua by Dragan Dosen · 9 years ago
  84. 47c8c02 MEDIUM: init: completely deallocate unused peers by Willy Tarreau · 9 years ago
  85. 5801a82 MINOR: global: Few new struct fields for da module by David Carlier · 9 years ago
  86. 0b85ece MEDIUM: logs: add a new RFC5424 log-format for the structured-data by Dragan Dosen · 9 years ago
  87. 1322d09 MEDIUM: logs: add support for RFC5424 header format per logger by Dragan Dosen · 9 years ago
  88. 68d2e3a MEDIUM: logs: remove the hostname, tag and pid part from the logheader by Dragan Dosen · 9 years ago
  89. 834cb2e BUG/MEDIUM: main: Freeing a bunch of static pointers by David Carlier · 9 years ago
  90. 2709784 MEDIUM: config: set tune.maxrewrite to 1024 by default by Willy Tarreau · 9 years ago
  91. 64bca9d MINOR: applet: rename applet_runq to applet_active_queue by Willy Tarreau · 9 years ago
  92. fecd2b5 MINOR: init: server state loaded from file by Baptiste Assmann · 9 years ago
  93. caa6a1b MINOR: support cpu-map feature through the compile option USE_CPU_AFFINITY on FreeBSD by Pieter Baauw · 9 years ago
  94. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · 9 years ago
  95. 7e25df3 MAJOR: stick-tables: remove key storage from the key struct by Thierry FOURNIER · 9 years ago
  96. c2bb050 MINOR: proto_tcp: proto_tcp.h is now useles by Thierry FOURNIER · 9 years ago
  97. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  98. 6db62c5 CLEANUP: config: remove appsession initialization by Willy Tarreau · 9 years ago
  99. f2ee016 MINOR: init: indicate to check 'bind' lines when no listeners were found. by Willy Tarreau · 9 years ago
  100. 9373fc5 MINOR: 51d: unable to start haproxy without "51degrees-data-file" by Dragan Dosen · 9 years ago