]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2018-10-21  Willy TarreauMINOR: ebtree: save 8 bytes in struct eb32sc_node
2018-10-21  Olivier HouchardMINOR: h2: Don't run tasks that are waiting to send...
2018-10-21  Olivier HouchardMINOR: connection: Add a SUB_CALL_UNSUBSCRIBE event.
2018-10-21  Olivier HouchardMINOR: streams: Call tasklet_free() after si_release_en...
2018-10-21  Olivier HouchardMEDIUM: connections: Don't directly mess with the polli...
2018-10-21  Olivier HouchardMINOR: h2: Make sure to return 1 in h2_recv() when...
2018-10-21  Olivier HouchardBUG/MEDIUM: stream: Make sure polling is right on retry.
2018-10-21  Olivier HouchardBUG/MEDIUM: connections: Remove subscription if going...
2018-10-21  Olivier HouchardBUG/MEDIUM: h2: Close connection if no stream is left...
2018-10-21  Olivier HouchardBUILD: memory: fix free_list pointer declaration again...
2018-10-21  Olivier HouchardBUG/MEDIUM: pools: Fix the usage of mmap()) with DEBUG_UAF.
2018-10-20  Willy TarreauBUILD: compiler: rename __unreachable() to my_unreachable()
2018-10-20  Willy TarreauBUILD: memory: fix free_list pointer declaration again...
2018-10-19  Willy TarreauMEDIUM: time: measure the time stolen by other threads
2018-10-18  Willy TarreauMINOR: time: add now_mono_time() and now_cpu_time()
2018-10-18  Willy TarreauBUILD: Makefile: add USE_RT to pass -lrt for clock_gett...
2018-10-18  Willy TarreauBUILD: memory: fix pointer declaration for atomic CAS
2018-10-17  Willy TarreauMINOR: poller: move time and date computation out of...
2018-10-17  Willy TarreauMINOR: fd: centralize poll timeout computation in compu...
2018-10-17  Lukas TribusDOC: fix reference to map files in MAINTAINERS
2018-10-16  Olivier HouchardMINOR: peers: use defines instead of enums to appease...
2018-10-16  Olivier HouchardMINOR: cfgparse: Write 130 as 128 as 0x82 and 0x80.
2018-10-16  Olivier HouchardMINOR: build: Disable -Wstringop-overflow.
2018-10-16  Willy TarreauCLEANUP: state-file: make the path concatenation code...
2018-10-16  Olivier HouchardMINOR: server: Use memcpy() instead of strncpy().
2018-10-16  Willy TarreauBUILD: Makefile: silence an option conflict warning...
2018-10-16  Willy TarreauBUILD: lua: silence some compiler warnings after WILL_LJMP
2018-10-16  Willy TarreauMINOR: lua: all functions calling lua_yieldk() may...
2018-10-16  Willy TarreauBUILD: lua: silence some compiler warnings about potent...
2018-10-16  Willy TarreauRevert "BUILD: lua: silence some compiler warnings...
2018-10-16  Willy TarreauBUG/MEDIUM: threads: fix thread_release() at the end...
2018-10-16  Willy TarreauMEDIUM: pools: implement a thread-local cache for pool...
2018-10-16  Willy TarreauMINOR: pools: split pool_free() in the lockfree variant
2018-10-16  Willy TarreauMINOR: pools: allocate most memory pools from an array
2018-10-15  Bertrand JacquinDOC: Fix a few typos
next