haproxy-2.5.git
2018-11-11 Christopher... MEDIUM: stream-int: Rely only on SI_FL_WAIT_ROOM to...
2018-11-11 Willy TarreauCLEANUP: stream-int: remove the now unused si->update...
2018-11-11 Willy TarreauMEDIUM: stream-int: make stream_int_update() aware...
2018-11-11 Willy TarreauMINOR: stream-int: replace si_update() with si_update_b...
2018-11-11 Willy TarreauMEDIUM: stream-int: make si_chk_rcv() check that SI_FL_...
2018-11-11 Willy TarreauMEDIUM: stream-int: always call si_chk_rcv() when we...
2018-11-11 Willy TarreauMEDIUM: stream-int: make SI_FL_WANT_PUT reflect CF_DONT...
2018-11-11 Willy TarreauMINOR: stream-int: factor the SI_ST_EST state test...
2018-11-11 Willy TarreauMEDIUM: stream-int: temporarily make si_chk_rcv() take...
2018-11-11 Willy TarreauMINOR: stream-int: make it clear that si_ops cannot...
2018-11-11 Willy TarreauMINOR: stream-int: make use of si_done_{get,put}()...
2018-11-11 Willy TarreauMINOR: stream-int: use si_cant_put() instead of setting...
2018-11-11 Willy TarreauMINOR: stream-int: add si_done_{get,put} to indicate...
2018-11-11 Willy TarreauMINOR: stream-int: rename si_applet_{want|stop|cant...
2018-11-11 Willy TarreauMEDIUM: appctx: check for allocation attempts in buffer...
2018-11-11 Willy TarreauMEDIUM: stream: implement stream_buf_available()
2018-11-08 Lukas TribusDOC: restore note about "independant" typo
2018-11-08 William LallemandBUG/MEDIUM: cli: crash when trying to access a worker
2018-11-08 Willy TarreauBUG/MEDIUM: stream-int: don't wake up for nothing durin...
2018-11-07 William LallemandBUG/MEDIUM: mworker: does not abort() in mworker_pipe_r...
2018-11-07 Willy TarreauCLEANUP: stream-int: retro-document si_cs_io_cb()
2018-11-06 William LallemandMEDIUM: mworker: leave when the master die
2018-11-06 William LallemandMINOR: mworker: displays a message when a worker is...
2018-11-06 William LallemandMEDIUM: mworker: exit with the incriminated exit code
2018-11-06 William LallemandMINOR: mworker: displays more information when leaving
2018-11-06 William LallemandMEDIUM: mworker: does not create the CLI proxy when...
2018-11-06 William LallemandMINOR: cli: can't connect to the target CLI
2018-11-06 William LallemandMINOR: cli: show the number of reload in 'show proc'
2018-11-05 Willy TarreauMINOR: stats: report the number of currently connected...
2018-11-05 Willy TarreauMINOR: stats: report the number of active peers in...
2018-11-05 Willy TarreauMINOR: stats: report the number of active jobs and...
2018-11-05 Willy TarreauBUG/MINOR: tasks: make sure wakeup events are properly...
2018-10-30 Willy TarreauBUG/MAJOR: stream-int: don't call si_cs_recv() in strea...
2018-10-30 Cyril BontéDOC: split the http-response actions in their own section
2018-10-30 Cyril BontéDOC: split the http-request actions in their own section
2018-10-29 Willy TarreauMEDIUM: auth/threads: make use of crypt_r() on systems...
2018-10-29 Willy TarreauMINOR: compat: automatically detect support for crypt_r()
2018-10-29 Willy TarreauBUG/MEDIUM: auth/threads: use of crypt() is not thread...
2018-10-29 William LallemandBUG/MINOR: cli: forward the whole command on master CLI
2018-10-29 Willy TarreauBUG/MEDIUM: tools: fix direction of my_ffsl()
2018-10-28 Willy Tarreau[RELEASE] Released version 1.9-dev5 v1.9-dev5
2018-10-28 Willy TarreauBUG/MINOR: backend: assign the wait list after the...
2018-10-28 Willy TarreauBUG/MAJOR: http: http_txn_get_path() may deference...
2018-10-28 Willy TarreauBUG/MINOR: memory: make the thread-local cache allocato...
2018-10-28 Willy TarreauREGTEST: make the IP+port logging test more reliable
2018-10-28 Frédéric LécailleMINOR: cache: Add "Age" header.
2018-10-28 William LallemandMINOR: cli: helper to write an response message and...
2018-10-28 William LallemandMEDIUM: cli: write a prompt for the CLI proxy of the...
2018-10-28 William LallemandMEDIUM: channel: reorder the channel analyzers for...
2018-10-28 William LallemandMEDIUM: mworker: stop the master proxy in the workers
2018-10-28 William LallemandMEDIUM: listeners: set O_CLOEXEC on the accepted FDs
2018-10-28 William LallemandMINOR: cli: put @master @<relative pid> @!<pid> in...
2018-10-28 William LallemandMEDIUM: cli: enable "show cli sockets" for the master
2018-10-28 William LallemandMINOR: cli: displays sockpair@ in "show cli sockets"
2018-10-28 William LallemandMEDIUM: cli: implement 'mode cli' proxy analyzers
2018-10-28 William LallemandMEDIUM: cli: 'show proc' displays processus
2018-10-28 William LallemandMEDIUM: mworker: find the server ptr using a CLI prefix
2018-10-28 William LallemandMEDIUM: cli: disable some keywords in the master
2018-10-28 William LallemandMEDIUM: mworker: create CLI listeners from argv[]
2018-10-28 William LallemandMEDIUM: mworker: proxy for the master CLI
2018-10-28 William LallemandMEDIUM: mworker: add proc_list in global.h
2018-10-28 William LallemandMEDIUM: mworker: move proc_list gen before proxies...
2018-10-28 William LallemandMINOR: server: export new_server() function
2018-10-28 William LallemandREORG: mworker: move struct mworker_proc to global.h
2018-10-28 William LallemandMEDIUM: mworker: each worker socketpair is a CLI listener
2018-10-28 William LallemandMINOR: mworker: number of reload in the life of a worker
2018-10-28 Willy TarreauMINOR: stream-int: don't needlessly call si_cs_send...
2018-10-28 Willy TarreauMINOR: stream-int: make stream_int_notify() not wake...
2018-10-28 Willy TarreauMINOR: stream-int: don't needlessly call tasklet_wakeup...
2018-10-28 Willy TarreauMEDIUM: stream-int: call si_cs_process() in stream_int_...
2018-10-28 Willy TarreauMEDIUM: stream-int: make si_update() synchronize flag...
2018-10-28 Willy TarreauMEDIUM: stream: don't try to send first in process_stream()
2018-10-28 Willy TarreauMEDIUM: stream: always call si_cs_recv() after a failed...
2018-10-28 Willy TarreauMEDIUM: stream-int: replace channel_alloc_buffer()...
2018-10-28 Willy TarreauMINOR: stream-int: add si_alloc_ibuf() to ease input...
2018-10-28 Willy TarreauMINOR: stream: don't prune variables if the list is...
2018-10-27 Lukas TribusBUG/MINOR: only auto-prefer last server if lb-alg is...
2018-10-27 Lukas TribusBUG/MINOR: only mark connections private if NTLM is...
2018-10-26 Willy TarreauMEDIUM: channel: merge back flags CF_WRITE_PARTIAL...
2018-10-26 Ioannis CherouvimCLEANUP: tools: fix misleading comment above function...
2018-10-26 Frédéric LécailleDOC: cache: Missing information about "total-max-size...
2018-10-26 Frédéric LécailleMINOR: shctx: Change max. object size type to unsigned...
2018-10-26 Frédéric LécailleMINOR: cache: Avoid usage of atoi() when parsing "max...
2018-10-26 Frédéric LécailleBUG/MINOR: ssl: Wrong usage of shctx_init().
2018-10-26 Frédéric LécailleBUG/MINOR: cache: Wrong usage of shctx_init().
2018-10-26 Frédéric LécailleBUG/MINOR: cache: Crashes with "total-max-size" > 2047...
2018-10-24 Frédéric LécailleDOC: Update about the cache support for big objects.
2018-10-24 Frédéric LécailleMINOR: cache: Add "max-object-size" option.
2018-10-24 Frédéric LécailleMINOR: shctx: Add a maximum object size parameter.
2018-10-24 Frédéric LécailleMINOR: cache: Larger HTTP objects caching.
2018-10-24 Frédéric LécailleMINOR: shctx: Shared objects block by block allocation.
2018-10-23 Willy TarreauBUG/MEDIUM: pools: fix the minimum allocation size
2018-10-23 Willy TarreauMINOR: proxy: add a new option "http-use-htx"
2018-10-23 Christopher... BUG/MEDIUM: stream-int: don't set SI_FL_WAIT_ROOM on...
2018-10-23 Christopher... MINOR: h1: Export some functions parsing the value...
2018-10-23 Christopher... CLEANUP: http: Remove the unused function http_find_header
2018-10-22 Olivier HouchardMINOR: stream_interface: Avoid calling si_cs_send/recv...
2018-10-22 Willy TarreauMINOR: freq_ctr: add swrate_add_scaled() to work with...
2018-10-22 Willy TarreauBUILD: Makefile: add the new ERR variable to force...
2018-10-21 Willy Tarreau[RELEASE] Released version 1.9-dev4 v1.9-dev4
next