]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-02-05  Olivier HouchardMINOR: pools/threads: Implement lockless memory pools.
2018-02-05  Willy TarreauMINOR: threads: add test and set/reset operations
2018-02-05  Olivier HouchardMINOR: threads: Introduce double-width CAS on x86_64...
2018-02-05  Olivier HouchardMINOR: compiler: introduce offsetoff().
2018-02-05  Olivier HouchardMINOR: early data: Never remove the CO_FL_EARLY_DATA...
2018-02-05  Olivier HouchardMINOR: early data: Don't rely on CO_FL_EARLY_DATA to...
2018-02-05  Olivier HouchardMINOR: init: make stdout unbuffered
2018-02-02  Christopher... MINOR: spoe: Add max-waiting-frames directive in spoe...
2018-02-02  Christopher... MINOR: spoa_example: Count the number of frames process...
2018-02-02  Christopher... MEDIUM: spoe: Use an ebtree to manage idle applets
2018-02-02  Christopher... MINOR: spoe: Count the number of frames waiting for...
2018-02-02  Christopher... MINOR: spoe: Replace sending_rate by a frequency counter
2018-02-02  Christopher... MINOR: spoe: Always link a SPOE context with the applet...
2018-02-02  Christopher... MINOR: spoe: Remove check on min_applets number when...
2018-02-02  Christopher... BUG/MEDIUM: spoe: Allow producer to read and to forward...
2018-02-02  Christopher... BUG/MEDIUM: spoe: Always try to receive or send the...
2018-02-02  Emmanuel HocdetMINOR: introduce proxy-v2-options for send-proxy-v2
2018-02-02  Lukas TribusDOC: don't suggest using http-server-close
2018-01-31  Willy TarreauBUG/MINOR: epoll/threads: only call epoll_ctl(DEL)...
2018-01-31  Frédéric LécailleMINOR: stick-tables: Adds support for new "gpc1" and...
2018-01-30  Christopher... BUG/MINOR: threads: Update labels array because of...
2018-01-29  Willy TarreauMINOR: fd: pass the iocb and owner to fd_insert()
2018-01-29  Willy TarreauMEDIUM: poll: don't use the old FD state anymore
2018-01-29  Willy TarreauMEDIUM: select: don't use the old FD state anymore
2018-01-29  Willy TarreauMEDIUM: fd: use atomic ops for hap_fd_{clr,set} and...
2018-01-29  Willy TarreauMEDIUM: select: make use of hap_fd_* functions
2018-01-29  Willy TarreauMINOR: fd: move the hap_fd_{clr,set,isset} functions...
2018-01-29  Willy TarreauCLEANUP: fd: remove the unused "new" field
2018-01-29  Willy TarreauMINOR: poll: more accurately compute the new maxfd...
2018-01-29  Willy TarreauCLEANUP: fd/threads: remove the now unused fdtab_lock
2018-01-29  Willy TarreauMEDIUM: polling: start to move maxfd computation to...
2018-01-29  Willy TarreauMINOR: fd: don't report maxfd in alert messages
2018-01-29  Willy TarreauMINOR: polling: make epoll and kqueue not depend on...
2018-01-29  Willy TarreauBUG/MINOR: cli: use global.maxsock and not maxfd to...
2018-01-29  Frédéric LécailleMINOR: config: Enable tracking of up to MAX_SESS_STKCTR...
2018-01-25  Tim DuesterhusMEDIUM: sample: Add IPv6 support to the ipmask converter
2018-01-25  Tim DuesterhusMINOR: config: Add support for ARGT_MSK6
2018-01-25  Tim DuesterhusMINOR: standard: Add str2mask6 function
2018-01-25  Tim DuesterhusCLEANUP: standard: Use len2mask4 in str2mask
2018-01-25  Tim DuesterhusCLEANUP: Fix typo in ARGT_MSK6 comment
2018-01-25  Tim DuesterhusBUG/MINOR: sample: Fix output type of c_ipv62ip
2018-01-25  Tim DuesterhusCLEANUP: sample: Fix outdated comment about sample...
2018-01-25  Tim DuesterhusCLEANUP: sample: Fix comment encoding of sample.c
2018-01-25  Christopher... BUILD: kqueue/threads: Add test on MAX_THREADS to avoid...
2018-01-25  Christopher... BUILD: epoll/threads: Add test on MAX_THREADS to avoid...
2018-01-25  Christopher... MINOR: threads: Use __decl_hathreads instead of #ifdef...
2018-01-25  Christopher... BUG/MINOR: kqueue/threads: Don't forget to close kqueue...
2018-01-25  Christopher... BUG/MEDIUM: checks: Don't try to release undefined...
2018-01-25  Christopher... BUG/MEDIUM: threads/server: Fix deadlock in srv_set_sto...
2018-01-25  Willy TarreauBUG/MINOR: threads: always set an owner to the thread_s...
2018-01-24  Olivier HouchardMINOR: threads: Fix build when we're not compiling...
2018-01-23  Willy TarreauBUG/MINOR: mworker: only write to pidfile if it exists
2018-01-23  Willy TarreauBUG/MEDIUM: threads/mworker: fix a race on startup
2018-01-23  Willy TarreauBUG/MEDIUM: kqueue/threads: use one kqueue_fd per thread
2018-01-23  Willy TarreauBUG/MEDIUM: epoll/threads: use one epoll_fd per thread
2018-01-23  Willy TarreauMINOR: fd: add a bitmask to indicate that an FD is...
2018-01-23  Willy TarreauBUG/MEDIUM: fd: maintain a per-thread update mask
2018-01-23  Christopher... BUG/MEDIUM: threads/polling: Use fd_cache_mask instead...
2018-01-23  Christopher... MINOR: threads/fd: Use a bitfield to know if there...
2018-01-23  Willy TarreauMINOR: global: add some global activity counters to...
2018-01-23  Willy TarreauMINOR: threads: add a MAX_THREADS define instead of...
2018-01-23  Willy TarreauMINOR: global/threads: move cpu_map at the end of the...
2018-01-23  Olivier HouchardMINOR: servers: Don't report duplicate dyncookies for...
2018-01-22  Emeric BrunBUG/MEDIUM: peers: fix expire date wasn't updated if...
2018-01-21  Etienne CarriereMINOR: sample: add date_us sample
2018-01-17  Willy TarreauBUG/MINOR: poll: too large size allocation for FD events
2018-01-15  Willy TarreauCONTRIB: debug: fix a few flags definitions
2018-01-15  Jérôme MagninDOC: clarify the scope of ssl_fc_is_resumed
2018-01-15  Christopher... MINOR: spoe: Don't queue a SPOE context if nothing...
2018-01-15  Christopher... MINOR: spoe: add register-var-names directive in spoe...
2018-01-12  Willy TarreauBUG/MEDIUM: stream: properly handle client aborts durin...
2018-01-11  David CarlierBUILD/MINOR: ancient gcc versions atomic fix
2018-01-10  Willy TarreauMINOR: hathreads: add support for gcc < 4.7
2018-01-09  William LallemandBUG/MEDIUM: mworker: execvp failure depending on argv[0]
2018-01-09  Olivier HouchardMINOR: dns: Handle SRV record weight correctly.
2018-01-09  Tim DuesterhusBUG/MINOR: lua: Fix return value of Socket.settimeout
2018-01-09  Tim DuesterhusBUG/MEDIUM: lua: Fix IPv6 with separate port support...
2018-01-09  Tim DuesterhusDOC: lua: Fix typos in comments of hlua_socket_receive
2018-01-09  Tim DuesterhusBUG/MINOR: lua: Fix default value for pattern in Socket...
2018-01-05  William LallemandBUG/MEDIUM: ssl: cache doesn't release shctx blocks
2018-01-05  Olivier HouchardCLEANUP: rbtree: remove
2018-01-04  Willy TarreauBUILD: ssl: silence a warning when building without...
2018-01-04  Willy TarreauBUG/MEDIUM: h2: properly handle the END_STREAM flag...
2017-12-30  Willy TarreauMEDIUM: h2: prepare a graceful shutdown when the fronte...
2017-12-30  Willy TarreauCONTRIB: hpack: add an hpack decoder
2017-12-30  Willy TarreauDEBUG: hpack: add more traces to the hpack decoder
2017-12-30  Willy TarreauDEBUG: hpack: make hpack_dht_dump() expose the output...
2017-12-30  Willy TarreauMINOR: h2: add a function to report pseudo-header names
2017-12-30  Willy TarreauBUG/MAJOR: hpack: don't return direct references to...
2017-12-29  Willy TarreauBUG/MEDIUM: http: don't automatically forward request...
2017-12-29  William LallemandMINOR: don't close stdio anymore
2017-12-29  PiBa-NLBUG/MEDIUM: mworker: don't close stdio several time
2017-12-29  Willy TarreauBUG/MEDIUM: h2: ensure we always know the stream before...
2017-12-27  Davor OcelicDOC/MINOR: configuration: typo, formatting fixes
2017-12-27  Willy TarreauBUG/MEDIUM: h2: improve handling of frames received...
2017-12-27  Willy TarreauBUG/MEDIUM: h2: properly handle and report some stream...
2017-12-23  Willy TarreauBUG/MEDIUM: checks: properly set servers to stopping...
2017-12-22  Willy TarreauBUG/MAJOR: connection: refine the situations where...
2017-12-22  Willy TarreauBUG/MEDIUM: cache: don't cache the response on no-cache...
2017-12-22  Willy TarreauBUG/MEDIUM: cache: respect the request cache-control...
next