1. 97148f6 MINOR: init: Fix CPU affinity setting on FreeBSD. by Olivier Houchard · Wed Aug 16 17:29:11 2017 +0200
  2. 50bc31d BUILD/MINOR: build without openssl still broken by Willy Tarreau · Wed Aug 16 15:35:19 2017 +0200
  3. f1d33db CLEANUP: task: remove all initializations to TICK_ETERNITY after task_new() by Willy Tarreau · Mon Jul 24 17:55:20 2017 +0200
  4. be7b1ce BUG/MINOR: Prevent a use-after-free on error scenario on option "-x". by Olivier Houchard · Mon Jul 17 17:25:33 2017 +0200
  5. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · Thu Jul 13 09:07:09 2017 +0200
  6. 8a361b5 BUG/MEDIUM: mworker: don't reuse PIDs passed to the master by William Lallemand · Tue Jun 20 11:20:33 2017 +0200
  7. 2bf6d62 MINOR: mworker: don't copy -x argument anymore in copy_argv() by William Lallemand · Tue Jun 20 11:20:23 2017 +0200
  8. 4fc0969 MINOR: warning on multiple -x by William Lallemand · Mon Jun 19 16:37:19 2017 +0200
  9. 45eff44 BUG/MEDIUM: fix segfault when no argument to -x option by William Lallemand · Mon Jun 19 15:57:55 2017 +0200
  10. 1499b9b BUG/MEDIUM: misplaced exit and wrong exit code by William Lallemand · Wed Jun 07 15:04:47 2017 +0200
  11. cf4e496 BUG/MEDIUM: build without openssl broken by William Lallemand · Thu Jun 08 19:05:48 2017 +0200
  12. e20b6a6 MEDIUM: mworker: workers exit when the master leaves by William Lallemand · Thu Jun 01 17:38:55 2017 +0200
  13. 69f9b3b MEDIUM: mworker: exit-on-failure option by William Lallemand · Thu Jun 01 17:38:54 2017 +0200
  14. 85b0bd9 MEDIUM: mworker: try to guess the next stats socket to use with -x by William Lallemand · Thu Jun 01 17:38:53 2017 +0200
  15. cb11fd2 MEDIUM: mworker: wait mode on reload failure by William Lallemand · Thu Jun 01 17:38:52 2017 +0200
  16. 73b85e7 MEDIUM: mworker: handle reload and signals by William Lallemand · Thu Jun 01 17:38:51 2017 +0200
  17. 095ba4c MEDIUM: mworker: replace systemd mode by master worker mode by William Lallemand · Thu Jun 01 17:38:50 2017 +0200
  18. 872f9c2 MEDIUM: ssl: add basic support for OpenSSL crypto engine by Grant Zhang · Sat Jan 21 01:10:18 2017 +0000
  19. 7f80eb2 MEDIUM: proxy: zombify proxies only when the expose-fd socket is bound by William Lallemand · Fri May 26 18:19:55 2017 +0200
  20. 2395368 DOC: update RFC references by Lukas Tribus · Fri Apr 28 13:24:30 2017 +0000
  21. b83dc3d MEDIUM: config: don't check config validity when there are fatal errors by Willy Tarreau · Wed Apr 19 11:24:07 2017 +0200
  22. 5474087 MINOR: socket transfer: Set a timeout on the socket. by Olivier Houchard · Thu Apr 06 14:45:14 2017 +0200
  23. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · Thu Apr 06 01:05:05 2017 +0200
  24. f73629d MINOR: global: Add an option to get the old listening sockets. by Olivier Houchard · Wed Apr 05 22:33:04 2017 +0200
  25. 7b67726 [RELEASE] Released version 1.8-dev1 by Willy Tarreau · Mon Apr 03 09:27:49 2017 +0200
  26. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · Thu Mar 23 22:44:13 2017 +0100
  27. b686afd MINOR: chunks: implement a simple dynamic allocator for trash buffers by Willy Tarreau · Wed Feb 08 11:06:11 2017 +0100
  28. 26c6eb8 BUG/MAJOR: dns: restart sockets after fork() by Baptiste Assmann · Thu Feb 02 23:14:51 2017 +0100
  29. 5cd1b92 MINOR: dns: give ability to dns_init_resolvers() to close a socket when requested by Baptiste Assmann · Thu Feb 02 22:44:15 2017 +0100
  30. 1e4fc43 BUG/MINOR: systemd: potential zombie processes by William Lallemand · Fri Dec 23 15:44:15 2016 +0100
  31. ef93460 CLEANUP: ssl: move most ssl-specific global settings to ssl_sock.c by Willy Tarreau · Thu Dec 22 23:12:01 2016 +0100
  32. d1c5750 CLEANUP: ssl: move tlskeys_finalize_config() to a post_check callback by Willy Tarreau · Thu Dec 22 22:46:15 2016 +0100
  33. 17d4538 MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv() by Willy Tarreau · Thu Dec 22 21:16:08 2016 +0100
  34. 795cdab MINOR: ssl_sock: implement ssl_sock_destroy_bind_conf() by Willy Tarreau · Thu Dec 22 17:30:54 2016 +0100
  35. 3687803 MEDIUM: compression: move the zlib-specific stuff from global.h to compression.c by Willy Tarreau · Thu Dec 22 19:46:17 2016 +0100
  36. bee9dde CLEANUP: da: move global settings out of the global section by Willy Tarreau · Wed Dec 21 21:25:06 2016 +0100
  37. b7a6714 CLEANUP: 51d: move global settings out of the global section by Willy Tarreau · Wed Dec 21 21:18:44 2016 +0100
  38. 350c1c6 CLEANUP: wurfl: move global settings out of the global section by Willy Tarreau · Wed Dec 21 14:57:34 2016 +0100
  39. b149eed CLEANUP: da: register the deinitialization function by Willy Tarreau · Wed Dec 21 21:03:49 2016 +0100
  40. 7ac4c20 CLEANUP: 51d: register the deinitialization function by Willy Tarreau · Wed Dec 21 20:59:01 2016 +0100
  41. 800f93f CLEANUP: wurfl: register the deinit function via the dedicated list by Willy Tarreau · Wed Dec 21 20:52:38 2016 +0100
  42. 05554e6 MINOR: haproxy: add a registration for post-deinit functions by Willy Tarreau · Wed Dec 21 20:46:26 2016 +0100
  43. 876054d CLEANUP: da: make use of the late init registration code by Willy Tarreau · Wed Dec 21 20:39:16 2016 +0100
  44. 9f3f254 CLEANUP: 51d: make use of the late init registration by Willy Tarreau · Wed Dec 21 20:30:05 2016 +0100
  45. dc2ed47 CLEANUP: wurfl: make use of the late init registration by Willy Tarreau · Wed Dec 21 20:20:17 2016 +0100
  46. 64bca59 CLEANUP: filters: use the function registration to initialize all proxies by Willy Tarreau · Wed Dec 21 20:13:11 2016 +0100
  47. 865c514 CLEANUP: checks: make use of the post-init registration to start checks by Willy Tarreau · Wed Dec 21 20:04:48 2016 +0100
  48. e694573 MINOR: haproxy: add a registration for post-check functions by Willy Tarreau · Wed Dec 21 19:57:00 2016 +0100
  49. e8692b4 CLEANUP: auth: use the build options list to report its support by Willy Tarreau · Wed Dec 21 19:36:25 2016 +0100
  50. b97c6fb CLEANUP: compression: use the build options list to report the algos by Willy Tarreau · Wed Dec 21 19:30:30 2016 +0100
  51. c2c0b61 CLEANUP: ssl: use the build options list to report the SSL details by Willy Tarreau · Wed Dec 21 19:23:20 2016 +0100
  52. 7a9ac6d CLEANUP: regex: use the build options list to report the regex type by Willy Tarreau · Wed Dec 21 19:13:14 2016 +0100
  53. bb57d94 CLEANUP: lua: use the build options list to report it by Willy Tarreau · Wed Dec 21 19:04:56 2016 +0100
  54. ba96291 CLEANUP: tcp: use the build options list to report transparent modes by Willy Tarreau · Wed Dec 21 18:55:02 2016 +0100
  55. dba5002 CLEANUP: namespaces: use the build options list to report it by Willy Tarreau · Wed Dec 21 18:51:45 2016 +0100
  56. 3dd483e CLEANUP: da: use the build options list to report it by Willy Tarreau · Wed Dec 21 18:50:22 2016 +0100
  57. b5e58d6 CLEANUP: 51d: use the build options list to report it by Willy Tarreau · Wed Dec 21 18:49:29 2016 +0100
  58. 770042d CLEANUP: wurfl: use the build options list to report it by Willy Tarreau · Wed Dec 21 18:47:13 2016 +0100
  59. cdb737e MINOR: haproxy: add a registration for build options by Willy Tarreau · Wed Dec 21 18:43:10 2016 +0100
  60. 1b5af7c CLEANUP: haproxy: statify unexported functions by Willy Tarreau · Wed Dec 21 18:19:57 2016 +0100
  61. 34c5cc9 MINOR: task: Rename run_queue and run_queue_cur counters by Christopher Faulet · Tue Dec 06 09:15:30 2016 +0100
  62. 1cbe74c MINOR: applet: Count number of (active) applets by Christopher Faulet · Tue Dec 06 09:13:22 2016 +0100
  63. 4ed1c95 MINOR: http/conf: store the use_backend configuration file and line for logs by Thierry FOURNIER / OZON.IO · Thu Nov 24 23:57:54 2016 +0100
  64. ff2613e MEDIUM: vars: Add a per-process scope for variables by Christopher Faulet · Wed Nov 09 11:36:17 2016 +0100
  65. 476e5d0 REORG: sample: move code to release a sample expression in sample.c by Christopher Faulet · Wed Oct 26 11:34:47 2016 +0200
  66. 3eed10e MINOR: init: add -dr to ignore server address resolution failures by Willy Tarreau · Mon Nov 07 21:03:16 2016 +0100
  67. 83cbaa5 MAJOR: server: postpone address resolution by Baptiste Assmann · Wed Nov 02 15:34:05 2016 +0100
  68. 4215d7d MINOR: init: move apply_server_state in haproxy.c before MODE_CHECK by Baptiste Assmann · Wed Nov 02 15:33:15 2016 +0100
  69. e5d3169 CLEANUP: wurfl: reduce exposure in the rest of the code by Willy Tarreau · Tue Nov 08 18:47:25 2016 +0100
  70. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · Fri Nov 04 10:55:08 2016 +0100
  71. 757478e BUG/MEDIUM: servers: properly propagate the maintenance states during startup by Willy Tarreau · Thu Nov 03 19:22:19 2016 +0100
  72. b957109 BUG/MEDIUM: systemd: let the wrapper know that haproxy has completed or failed by Willy Tarreau · Tue Oct 25 17:20:24 2016 +0200
  73. a0bcbdc MEDIUM: make SO_REUSEPORT configurable by Lukas Tribus · Mon Sep 12 21:42:20 2016 +0000
  74. 255cc51 MINOR: show Running on zlib version by Lukas Tribus · Mon Sep 12 21:42:14 2016 +0000
  75. dcbc5c5 MINOR: show Built with PCRE version by Lukas Tribus · Mon Sep 12 21:42:07 2016 +0000
  76. d64788d BUG/MINOR: displayed PCRE version is running release by Lukas Tribus · Mon Sep 12 21:42:00 2016 +0000
  77. 164dd0b BUG/MINOR: init: ensure that FD limit is raised to the max allowed by Willy Tarreau · Tue Jun 21 11:51:59 2016 +0200
  78. ef63547 BUG/MINOR: init: always ensure that global.rlimit_nofile matches actual limits by Willy Tarreau · Tue Jun 21 11:48:18 2016 +0200
  79. e384139 BUG/MEDIUM: init: don't use environment locale by Maxime de Roucy · Wed May 18 23:13:38 2016 +0200
  80. 379d9c7 MEDIUM: init: allow directory as argument of -f by Maxime de Roucy · Fri May 13 23:52:56 2016 +0200
  81. 0f50392 MEDIUM: init: use list_append_word in haproxy.c by Maxime de Roucy · Fri May 13 23:52:55 2016 +0200
  82. 7d1b48f [RELEASE] Released version 1.7-dev3 by Willy Tarreau · Tue May 10 15:36:58 2016 +0200
  83. b3f4e14 MINOR: filters: Print the list of existing filters during HA startup by Christopher Faulet · Mon Mar 07 12:46:38 2016 +0100
  84. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  85. 8234f6d [RELEASE] Released version 1.7-dev2 by Willy Tarreau · Mon Mar 14 00:10:05 2016 +0100
  86. b413c2a BUG/MINOR: log: GMT offset not updated when entering/leaving DST by Benoit GARNIER · Sun Mar 27 11:08:03 2016 +0200
  87. 835b921 MEDIUM: log: add a new log format flag "E" by Dragan Dosen · Fri Feb 12 13:23:03 2016 +0100
  88. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · Thu Nov 05 13:35:03 2015 +0100
  89. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · Thu Apr 30 11:48:27 2015 +0200
  90. 6ad6bde MINOR: rename master process name in -Ds (systemd mode) by William Lallemand · Thu Jan 14 18:10:30 2016 +0100
  91. 7006045 BUG/MEDIUM: config: properly adjust maxconn with nbproc when memmax is forced by Willy Tarreau · Mon Dec 14 12:46:07 2015 +0100
  92. 7ece096 CLEANUP: haproxy: using _GNU_SOURCE instead of __USE_GNU macro. by David Carlier · Tue Dec 08 21:43:09 2015 +0000
  93. df3785f MINOR: da: silent logging by default and displaying DeviceAtlas support if built. by David Carlier · Wed Dec 02 11:22:53 2015 +0000
  94. ed9dddd CLEANUP: compression: don't allocate DEFAULT_MAXZLIBMEM without USE_ZLIB by Willy Tarreau · Thu Nov 26 16:34:56 2015 +0100
  95. 55f9ff1 MINOR: check: add agent-send server parameter by James Brown · Wed Oct 21 18:19:05 2015 -0700
  96. f2dd5e4 BUG/MEDIUM: config: count memory limits on 64 bits, not 32 by Willy Tarreau · Thu Oct 29 10:42:55 2015 +0100
  97. 86ac176 MINOR: init: report use of libslz instead of "no compression" by Willy Tarreau · Tue Oct 13 16:46:28 2015 +0200
  98. 77fe80c MINOR: ssl: Release Servers SSL context when HAProxy is shut down by Christopher Faulet · Wed Jul 29 13:02:40 2015 +0200
  99. a088d31 MEDIUM: init: support a list of files on the command line by Willy Tarreau · Thu Oct 08 11:58:48 2015 +0200
  100. c6ca1aa MEDIUM: init: support more command line arguments after pid list by Willy Tarreau · Thu Oct 08 11:32:32 2015 +0200