1. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · Fri Aug 18 23:35:08 2017 +0200
  2. 747359e BUG/MINOR: dns: server set by SRV records stay in "no resolution" status by Baptiste Assmann · Mon Aug 14 10:37:46 2017 +0200
  3. 6ca71a9 BUG/MINOR: Wrong type used as argument for spoe_decode_buffer(). by Frédéric Lécaille · Tue Aug 22 10:33:14 2017 +0200
  4. a548069 MINOR: http: export some of the HTTP parser macros by Willy Tarreau · Wed Jul 26 08:07:15 2017 +0200
  5. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · Mon Aug 14 00:13:01 2017 +0200
  6. 1596929 BUILD: ssl: replace SSL_CTX_get0_privatekey for openssl < 1.0.2 by Emmanuel Hocdet · Fri Aug 11 10:56:00 2017 +0200
  7. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · Fri Aug 04 18:35:36 2017 +0200
  8. e2c222b MINOR: obj: Add a new type of object, OBJ_TYPE_SRVRQ. by Olivier Houchard · Fri Aug 04 18:31:56 2017 +0200
  9. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · Thu Jul 06 18:46:47 2017 +0200
  10. 48a8332 BUG/MEDIUM: ssl: Fix regression about certificates generation by Christopher Faulet · Fri Jul 28 16:56:09 2017 +0200
  11. 6d0d3f6 MINOR: listener: add a function to return a listener's state as a string by Willy Tarreau · Tue Jul 25 19:46:06 2017 +0200
  12. 71d058c MINOR: ssl: add a new error codes for wrong server certificates by Willy Tarreau · Wed Jul 26 20:09:56 2017 +0200
  13. 96c7b8d BUG/MINOR: ssl: Fix check against SNI during server certificate verification by Christopher Faulet · Wed Jul 26 11:50:01 2017 +0200
  14. f421999 MINOR: task: always preinitialize the task's timeout in task_init() by Willy Tarreau · Mon Jul 24 17:52:58 2017 +0200
  15. 5db105e MINOR: samples: Handle the type SMP_T_METH in smp_is_safe and smp_is_rw by Christopher Faulet · Mon Jul 24 16:07:12 2017 +0200
  16. 8c2ddc2 BUILD: ssl: fix compatibility with openssl without TLSEXT_signature_* by Emmanuel Hocdet · Wed Jul 19 16:04:05 2017 +0200
  17. 106f631 CLEANUP: hdr_idx: make some function arguments const where possible by Willy Tarreau · Mon Jul 17 20:46:05 2017 +0200
  18. 2ab8867 MINOR: ssl: compare server certificate names to the SNI on outgoing connections by Willy Tarreau · Wed Jul 05 18:23:03 2017 +0200
  19. 7d27f3c BUG/MEDIUM: map/acl: fix unwanted flags inheritance. by Emeric Brun · Mon Jul 03 17:54:23 2017 +0200
  20. c730606 MAJOR: applet: applet scheduler rework. by Emeric Brun · Mon Jun 26 16:36:53 2017 +0200
  21. a9c1741 MINOR: connection: add a .get_alpn() method to xprt_ops by Willy Tarreau · Sun Dec 04 18:42:09 2016 +0100
  22. f3a55db MINOR: queue: Change pendconn_from_srv/pendconn_from_px into private functions by Christopher Faulet · Fri Jun 09 14:26:38 2017 +0200
  23. f0614e8 MINOR: backends: Change get_server_sh/get_server_uh into private function by Christopher Faulet · Fri Jun 09 14:20:29 2017 +0200
  24. 87566c9 MINOR: queue: Change pendconn_get_next_strm into private function by Christopher Faulet · Tue Jun 06 10:34:51 2017 +0200
  25. 0194897 MAJOR: task: task scheduler rework. by Emeric Brun · Thu Mar 30 15:37:25 2017 +0200
  26. ff44917 BUG/MINOR: stream: flag TASK_WOKEN_RES not set if task in runqueue by Emeric Brun · Fri Mar 31 12:04:09 2017 +0200
  27. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · Wed Apr 26 16:25:12 2017 +0200
  28. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  29. fa4a663 MINOR: dns: implement a LRU cache for DNS resolutions by Baptiste Assmann · Thu May 04 09:05:00 2017 +0200
  30. 729c901 MAJOR: dns: save a copy of the DNS response in struct resolution by Baptiste Assmann · Mon May 22 15:13:10 2017 +0200
  31. fb7091e MINOR: dns: new snr_check_ip_callback function by Baptiste Assmann · Wed May 03 15:43:12 2017 +0200
  32. 4274637 REORG: dns: dns_option structure, storage of hostname_dn by Baptiste Assmann · Wed May 03 12:12:02 2017 +0200
  33. 81ed1a0 MINOR: dns: functions to manage memory for a DNS resolution structure by Baptiste Assmann · Wed May 03 10:11:44 2017 +0200
  34. 3854e01 MEDIUM: ssl: handle multiple async engines by Emeric Brun · Wed May 17 20:42:48 2017 +0200
  35. fa6c7ee MAJOR: ssl: add openssl async mode support by Grant Zhang · Sat Jan 14 01:42:15 2017 +0000
  36. 872f9c2 MEDIUM: ssl: add basic support for OpenSSL crypto engine by Grant Zhang · Sat Jan 21 01:10:18 2017 +0000
  37. 2395368 DOC: update RFC references by Lukas Tribus · Fri Apr 28 13:24:30 2017 +0000
  38. 6ab2bae REORG: spoe: move spoe_encode_varint / spoe_decode_varint from spoe to common by Thierry FOURNIER · Wed Apr 19 11:49:44 2017 +0200
  39. f4128a9 BUG/MINOR: change header-declared function to static inline by Thierry FOURNIER · Sun Apr 09 05:41:27 2017 +0200
  40. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · Thu Apr 06 01:05:05 2017 +0200
  41. f73629d MINOR: global: Add an option to get the old listening sockets. by Olivier Houchard · Wed Apr 05 22:33:04 2017 +0200
  42. 533182f CLEANUP: http: Remove channel_congested function by Christopher Faulet · Tue Mar 28 11:52:37 2017 +0200
  43. 9490ced BUILD: ssl: fix OPENSSL_NO_SSL_TRACE for boringssl and libressl by Emmanuel Hocdet · Mon Mar 20 11:39:57 2017 +0100
  44. a52bb15 BUILD: ssl: simplify SSL_CTX_set_ecdh_auto compatibility by Emmanuel Hocdet · Mon Mar 20 11:11:49 2017 +0100
  45. de40d79 CLEANUP: connection: completely remove CO_FL_WAKE_DATA by Willy Tarreau · Sat Mar 18 17:40:22 2017 +0100
  46. 614f8d7 MINOR: cli: Let configure the dynamic cookies from the cli. by Olivier Houchard · Tue Mar 14 20:08:46 2017 +0100
  47. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · Tue Mar 14 20:01:29 2017 +0100
  48. 9e6906b MEDIUM: http_error_message: txn->status / http_get_status_idx. by Jarno Huuskonen · Mon Mar 06 14:21:49 2017 +0200
  49. b7e7c47 MINOR: Add nbsrv sample converter by Nenad Merdanovic · Sun Mar 12 21:56:55 2017 +0100
  50. 4ff3e57 REORG: spoe: Move low-level encoding/decoding functions in dedicated header file by Christopher Faulet · Fri Feb 24 14:31:11 2017 +0100
  51. 8ef7525 MAJOR: spoe: refactor the filter to clean up the code by Christopher Faulet · Mon Feb 20 22:56:03 2017 +0100
  52. 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
  53. e3e326d BUILD: ssl: kill a build warning introduced by BoringSSL compatibility by Willy Tarreau · Thu Jan 19 17:25:20 2017 +0100
  54. 77d88da BUILD: ssl: eliminate warning with OpenSSL 1.1.0 regarding RAND_pseudo_bytes() by Willy Tarreau · Thu Jan 19 17:10:54 2017 +0100
  55. a4fb8ed BUILD: ssl: silence a warning reported for ERR_remove_state() by Willy Tarreau · Thu Jan 19 16:50:25 2017 +0100
  56. 2b3205b BUILD: ssl: fix build on OpenSSL 1.0.0 by Willy Tarreau · Thu Jan 19 17:04:02 2017 +0100
  57. fdec789 BUILD: ssl: fix to build (again) with boringssl by Emmanuel Hocdet · Fri Jan 13 17:48:18 2017 +0100
  58. 9826329 MAJOR: ssl: bind configuration per certificat by Emmanuel Hocdet · Thu Dec 29 18:26:15 2016 +0100
  59. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · Sun Jan 01 13:10:52 2017 -0800
  60. d1c5750 CLEANUP: ssl: move tlskeys_finalize_config() to a post_check callback by Willy Tarreau · Thu Dec 22 22:46:15 2016 +0100
  61. d9f5cca CLEANUP: connection: unexport raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 21:08:52 2016 +0100
  62. 13e1410 MINOR: connection: add a minimal transport layer registration system by Willy Tarreau · Thu Dec 22 20:25:26 2016 +0100
  63. 55d3791 MEDIUM: ssl_sock: implement ssl_sock_prepare_bind_conf() by Willy Tarreau · Wed Dec 21 23:38:39 2016 +0100
  64. 0320934 MEDIUM: ssl: remote the proxy argument from most functions by Willy Tarreau · Thu Dec 22 17:08:28 2016 +0100
  65. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · Thu Dec 22 00:13:31 2016 +0100
  66. 71a8c7c MINOR: listener: move the transport layer pointer to the bind_conf by Willy Tarreau · Wed Dec 21 22:04:54 2016 +0100
  67. 800f93f CLEANUP: wurfl: register the deinit function via the dedicated list by Willy Tarreau · Wed Dec 21 20:52:38 2016 +0100
  68. dc2ed47 CLEANUP: wurfl: make use of the late init registration by Willy Tarreau · Wed Dec 21 20:20:17 2016 +0100
  69. 64bca59 CLEANUP: filters: use the function registration to initialize all proxies by Willy Tarreau · Wed Dec 21 20:13:11 2016 +0100
  70. 865c514 CLEANUP: checks: make use of the post-init registration to start checks by Willy Tarreau · Wed Dec 21 20:04:48 2016 +0100
  71. 578b169 BUILD/MEDIUM: Fixing the build using LibreSSL by Luca Pizzamiglio · Mon Dec 12 10:56:56 2016 +0100
  72. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · Fri Dec 09 17:30:18 2016 +0100
  73. 34c5cc9 MINOR: task: Rename run_queue and run_queue_cur counters by Christopher Faulet · Tue Dec 06 09:15:30 2016 +0100
  74. 1cbe74c MINOR: applet: Count number of (active) applets by Christopher Faulet · Tue Dec 06 09:13:22 2016 +0100
  75. 796c5b7 OPTIM: stream-int: don't disable polling anymore on DONT_READ by Willy Tarreau · Tue Nov 29 21:47:02 2016 +0100
  76. 4aad833 BUG/MINOR: filters: Protect args in macros HAS_DATA_FILTERS and IS_DATA_FILTER by Christopher Faulet · Mon Nov 28 10:01:32 2016 +0100
  77. ddc3e9e BUG/MINOR: stats: make field_str() return an empty string on NULL by Willy Tarreau · Sat Nov 26 15:55:59 2016 +0100
  78. 7d56221 REORG: stkctr: move all the stick counters processing to stick-tables.c by Willy Tarreau · Fri Nov 25 16:10:05 2016 +0100
  79. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · Fri Nov 25 15:49:32 2016 +0100
  80. 3758581 BUG/MINOR: freq-ctr: make swrate_add() support larger values by Willy Tarreau · Fri Nov 25 11:55:10 2016 +0100
  81. 8a4e442 MEDIUM: log-format: Use standard HAProxy log system to report errors by Thierry FOURNIER / OZON.IO · Wed Nov 23 00:41:28 2016 +0100
  82. 7f3aa8b MINOR: lua: add utility function for check boolean argument by Thierry FOURNIER / OZON.IO · Thu Nov 24 20:37:38 2016 +0100
  83. 80ebacf BUILD: ssl: make the SSL layer build again with openssl 0.9.8 by Willy Tarreau · Thu Nov 24 20:07:11 2016 +0100
  84. a2c38d7 MEDIUM: log-format: strict parsing and enable fail by Thierry FOURNIER / OZON.IO · Tue Nov 22 23:11:21 2016 +0100
  85. 6fe0e1b CLEANUP: log-format: remove unused arguments by Thierry FOURNIER / OZON.IO · Tue Nov 22 22:33:24 2016 +0100
  86. eb51e16 CLEANUP/MINOR: log-format: unexport functions parse_logformat_var_args() and parse_logformat_var() by Thierry FOURNIER / OZON.IO · Tue Nov 22 23:17:19 2016 +0100
  87. df4399f BUILD: server: remove a build warning introduced by latest series by Willy Tarreau · Thu Nov 24 17:32:01 2016 +0100
  88. 2b812e2 REORG: cli: move "show stat" to stats.c by Willy Tarreau · Tue Nov 22 16:18:05 2016 +0100
  89. 960f2cb MINOR: proxy: create new function cli_find_frontend() to find a frontend by Willy Tarreau · Thu Nov 24 12:02:29 2016 +0100
  90. 21b069d MINOR: server: create new function cli_find_server() to find a server by Willy Tarreau · Wed Nov 23 17:15:08 2016 +0100
  91. de57a57 MINOR: cli: create new function cli_has_level() to validate permissions by Willy Tarreau · Wed Nov 23 17:01:39 2016 +0100
  92. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · Mon Nov 21 17:49:11 2016 +0100
  93. 74c24fb REORG: cli: split dumpstats.c in src/cli.c and src/stats.c by William Lallemand · Mon Nov 21 17:18:36 2016 +0100
  94. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · Thu Nov 24 16:58:12 2016 +0100
  95. 2dc770c MINOR: connection: add a few functions to report the data and xprt layers' names by Willy Tarreau · Wed Nov 23 18:00:08 2016 +0100
  96. a00d817 MINOR: filters: Add check_timeouts callback to handle timers expiration on streams by Christopher Faulet · Thu Nov 10 14:58:05 2016 +0100
  97. 733b132 DEBUG: connection: mark the closed FDs with a value that is easier to detect by Willy Tarreau · Thu Nov 17 14:22:52 2016 +0100
  98. 350135c BUG/MEDIUM: connection: check the control layer before stopping polling by Willy Tarreau · Thu Nov 17 12:05:13 2016 +0100
  99. 6a22dcb MINOR: cli: add private pointer and release function by Thierry FOURNIER / OZON.IO · Sat Nov 12 10:51:33 2016 +0100
  100. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · Mon Nov 07 21:07:38 2016 +0100