haproxy-2.5.git
2017-07-28 Christopher... BUG/MEDIUM: ssl: Fix regression about certificates...
2017-07-28 Willy TarreauMINOR: cli: add a new "show fd" command
2017-07-28 Willy TarreauMINOR: listener: add a function to return a listener...
2017-07-28 Willy TarreauDOC: fix alphabetical order of "show commands" in manag...
2017-07-28 Adis NezirovicBUG/MINOR: lua: Fix bitwise logic for hlua_server_check...
2017-07-28 Emmanuel HocdetMINOR: ssl: add "no-ca-names" parameter for bind
2017-07-28 Willy TarreauBUG/MEDIUM: stream: don't retry SSL connections which...
2017-07-28 Willy TarreauMINOR: ssl: add a new error codes for wrong server...
2017-07-28 Willy TarreauBUG/MINOR: ssl: make use of the name in SNI before...
2017-07-26 Christopher... BUG/MINOR: ssl: Fix check against SNI during server...
2017-07-25 Thierry FOURNIERMINOR: lua: Add lists of frontends and backends
2017-07-25 Thierry FOURNIERDOC: lua: Proxy class doc update
2017-07-25 Thierry FOURNIERMINOR: lua: Add proxy as member of proxy object.
2017-07-24 Willy TarreauBUG/MAJOR: lua: properly dequeue hlua_applet_wakeup...
2017-07-24 Willy TarreauCLEANUP: task: remove all initializations to TICK_ETERN...
2017-07-24 Willy TarreauMINOR: task: always preinitialize the task's timeout...
2017-07-24 Willy TarreauBUG/MINOR: lua: always detach the tcp/http tasks before...
2017-07-24 Christopher... MINOR: samples: Don't allocate memory for SMP_T_METH...
2017-07-24 Christopher... MINOR: samples: Handle the type SMP_T_METH in smp_is_sa...
2017-07-24 Christopher... MINOR: samples: Handle the type SMP_T_METH when we...
2017-07-24 Nenad MerdanovicBUG/MINOR: lua: Correctly use INET6_ADDRSTRLEN in Serve...
2017-07-24 Nenad MerdanovicBUG/MINOR: lua: Fix Server.get_addr() port values
2017-07-21 David CarlierMINOR: memory: remove macros
2017-07-20 Christopher... BUG/MAJOR: http: Fix possible infinity loop in http_syn...
2017-07-20 ben51degreesDOC: Updated 51Degrees git URL to point to a stable...
2017-07-19 Willy TarreauBUILD: lua: replace timegm() with my_timegm() to fix...
2017-07-19 Willy TarreauMINOR: tools: add a portable timegm() alternative
2017-07-19 Emmanuel HocdetBUILD: ssl: fix compatibility with openssl without...
2017-07-19 Emmanuel HocdetMINOR: ssl: remove an unecessary SSL_OP_NO_* dependancy
2017-07-19 Emmanuel HocdetBUG/MINOR: ssl: remove haproxy SSLv3 support when ssl...
2017-07-19 David CarlierBUG/MINOR: contrib/mod_defender: build fix
2017-07-19 David CarlierBUG/MINOR: contrib/modsecurity: BSD build fix
2017-07-19 Christopher... BUG/MINOR: http: Fix bug introduced in previous patch...
2017-07-18 Christopher... MINOR: http: Rely on analyzers mask to end processing...
2017-07-18 Christopher... BUG/MEDIUM: http: Switch HTTP responses in TUNNEL mode...
2017-07-18 Christopher... MINOR: http: Switch requests/responses in TUNNEL mode...
2017-07-18 Christopher... MINOR: http: Reorder/rewrite checks in http_resync_states
2017-07-18 Christopher... BUG/MINOR: http: Set the response error state in http_s...
2017-07-18 Willy TarreauDOC: update the list of OpenSSL versions in the README
2017-07-18 Willy TarreauDOC: update CONTRIBUTING regarding optional parts and...
2017-07-18 Thierry FOURNIERBUG/MINOR: Lua: variable already initialized
2017-07-18 Thierry FOURNIERBUG/MEDIUM: lua: bad memory access
2017-07-18 Thierry FOURNIERBUG/MAJOR: lua/socket: resources not detroyed when...
2017-07-18 Thierry FOURNIERBUG/MINOR: lua: executes the function destroying the...
2017-07-18 Thierry FOURNIERBUG/MINOR: lua: In error case, the safe mode is not...
2017-07-18 Olivier HouchardBUG/MINOR: Prevent a use-after-free on error scenario...
2017-07-17 Willy TarreauCLEANUP: hdr_idx: make some function arguments const...
2017-07-13 Frédéric LécailleBUG/MINOR: peers: peer synchronization issue (with...
2017-07-11 Willy TarreauOPTIM: ssl: don't consider a small ssl_read() as an...
2017-07-07 Willy TarreauBUG/MINOR: http: properly handle all 1xx informational...
2017-07-07 Frédéric LécailleMINOR: peers: Add additional information to stick-table...
2017-07-06 Christopher... BUG/MEDIUM: filters: Be sure to call flt_end_analyze...
2017-07-06 Christopher... BUG/MINOR: http: Don't reset the transaction if there...
2017-07-06 Christopher... BUG/MINOR: stream: Don't forget to remove CF_WAKE_ONCE...
2017-07-06 Willy TarreauMINOR: ssl: compare server certificate names to the...
2017-07-05 Emeric BrunBUG/MAJOR: http: fix buffer overflow on loguri buffer.
2017-07-04 Emeric BrunBUG/MEDIUM: map/acl: fix unwanted flags inheritance.
2017-07-04 Jarno HuuskonenDOC: fix references to the section about time format.
2017-06-30 Emeric BrunBUG/MAJOR: applet: fix a freeze if data is immedately...
2017-06-30 Christopher... MINOR: compression: Use a memory pool to allocate compr...
2017-06-30 Christopher... BUG/MAJOR: compression: Be sure to release the compress...
2017-06-30 Emeric BrunBUG/MAJOR: map: fix segfault during 'show map/acl'...
2017-06-30 Emeric BrunBUG/MAJOR: cli: fix custom io_release was crushed by...
2017-06-27 Willy TarreauBUG/MAJOR: frontend: don't dereference a null conn...
2017-06-27 Emeric BrunMAJOR: applet: applet scheduler rework.
2017-06-27 Willy TarreauMINOR: connection: send data before receiving
2017-06-27 Willy TarreauMINOR: stream: don't set backend's nor response analyse...
2017-06-27 Willy TarreauMINOR: frontend: report the connection's ALPN in the...
2017-06-27 Willy TarreauMINOR: frontend: retrieve the ALPN name when available
2017-06-27 Willy TarreauMINOR: ssl: add a get_alpn() method to ssl_sock
2017-06-27 Willy TarreauMINOR: connection: add a .get_alpn() method to xprt_ops
2017-06-27 Willy TarreauMINOR: frontend: initialize HTTP layer after the debugg...
2017-06-27 Willy TarreauMEDIUM: stream: make stream_new() always set the target...
2017-06-27 Christopher... MINOR: queue: Change pendconn_from_srv/pendconn_from_px...
2017-06-27 Christopher... MINOR: backends: Change get_server_sh/get_server_uh...
2017-06-27 Christopher... MINOR: queue: Change pendconn_get_next_strm into privat...
2017-06-27 Emeric BrunMINOR: task/stream: tasks related to a stream must...
2017-06-27 Emeric BrunMAJOR: task: task scheduler rework.
2017-06-27 Emeric BrunBUG/MINOR: stream: flag TASK_WOKEN_RES not set if task...
2017-06-23 Willy TarreauDOC: fix references to the section about the unix socket
2017-06-23 Willy TarreauBUG/MINOR: log: pin the front connection when front...
2017-06-21 Christopher... BUG/MINOR: cfgparse: Check if tune.http.maxhdr is in...
2017-06-21 Frédéric LécailleBUG/MINOR: Wrong peer task expiration handling during...
2017-06-20 William LallemandBUG/MEDIUM: mworker: don't reuse PIDs passed to the...
2017-06-20 William LallemandMINOR: mworker: don't copy -x argument anymore in copy_...
2017-06-20 William LallemandMINOR: warning on multiple -x
2017-06-20 William LallemandBUG/MEDIUM: fix segfault when no argument to -x option
2017-06-16 Willy TarreauSCRIPTS: create-release: enforce GIT_COMMITTER_{NAME...
2017-06-16 Willy Tarreauscripts: create-release pass -n to tail
2017-06-16 Willy TarreauBUG/MEDIUM: unix: never unlink a unix socket from the...
2017-06-15 Frédéric LécailleBUG/MAJOR: server: Segfault after parsing server state...
2017-06-15 Frédéric LécailleBUG/MEDIUM: peers: Peers CLOSE_WAIT issue.
2017-06-14 Christopher... BUG/MINOR: http/filters: Be sure to wait if a filter...
2017-06-14 Christopher... BUG/MINOR: ssl: Be sure that SSLv3 connection methods...
2017-06-14 Christopher... BUG/MINOR: acls: Set the right refflag when patterns...
2017-06-14 Frédéric LécailleCONTRIB: plug qdiscs: Plug queuing disciplines mini...
2017-06-14 Christopher... BUG/MINOR: buffers: Fix bi/bo_contig_space to handle...
2017-06-11 Willy TarreauBUG/MAJOR: http: call manage_client_side_cookies()...
2017-06-09 Willy TarreauBUILD: scripts: add a "quiet" mode to publish-release
2017-06-09 Willy TarreauBUILD: scripts: add an automatic mode for publish-release
next