- 94b9abe MINOR: pattern: add pat_ref_purge_older() to purge old entries by Willy Tarreau · 4 years ago
- 1a6857b MINOR: pattern: implement pat_ref_load() to load a pattern at a given generation by Willy Tarreau · 4 years ago
- 0439e5e MINOR: pattern: add pat_ref_commit() to commit a previously inserted element by Willy Tarreau · 4 years ago
- 2994774 MINOR: pattern: store a generation number in the reference patterns by Willy Tarreau · 4 years ago
- 1fd52f7 MINOR: pattern: introduce pat_ref_delete_by_ptr() to delete a valid reference by Willy Tarreau · 4 years ago
- a98b288 CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete() by Willy Tarreau · 4 years ago
- f1c0892 MINOR: pattern: remerge the list and tree deletion functions by Willy Tarreau · 4 years ago
- 78777ea MEDIUM: pattern: change the pat_del_* functions to delete from the references by Willy Tarreau · 4 years ago
- 4bdd0a1 MEDIUM: pattern: link all final elements from the reference by Willy Tarreau · 4 years ago
- 6d8a689 MINOR: pattern: make the delete and prune functions more generic by Willy Tarreau · 4 years ago
- 9b5c8bb MINOR: pattern: new sflag PAT_SF_REGFREE indicates regex_free() is needed by Willy Tarreau · 4 years ago
- 3ee0de1 MINOR: pattern: move the update revision to the pat_ref, not the expression by Willy Tarreau · 4 years ago
- 1d3c700 MINOR: compat: automatically include malloc.h on glibc by Willy Tarreau · 4 years ago
- e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · 4 years ago
- e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · 4 years ago
- cf26623 MINOR: ist: Add istend() function to return a pointer to the end of the string by Christopher Faulet · 4 years ago
- 1db5579 [RELEASE] Released version 2.4-dev0 by Willy Tarreau · 4 years ago
- b9b2ac2 MINOR: version: it's development again. by Willy Tarreau · 4 years ago
- 0badabc MINOR: version: mention that it's stable now by Willy Tarreau · 4 years ago
- 0aa8c29 BUILD: ssl: use feature macros for detecting ec curves manipulation support by Ilya Shipitsin · 4 years ago
- 5b8af1e MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL by Willy Tarreau · 4 years ago
- 7e98e28 MINOR: fd: add fd_want_recv_safe() by Willy Tarreau · 4 years ago
- 9dd7f4f MINOR: debug: don't count free(NULL) in memstats by Willy Tarreau · 4 years ago
- 04a5a44 BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions by Ilya Shipitsin · 4 years ago
- b706a3b CLEANUP: pattern: remove unused entry "tree" in pattern.val by Willy Tarreau · 4 years ago
- 6bedf15 MINOR: pattern: export pat_ref_push() by Willy Tarreau · 4 years ago
- f4edb72 MINOR: pattern: make pat_ref_append() return the newly added element by Willy Tarreau · 4 years ago
- bb4582c MINOR: ist: Add a case insensitive istmatch function by Remi Tricot-Le Breton · 4 years ago
- bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · 4 years ago
- 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · 4 years ago
- 6701199 Revert "OPTIM: queue: don't call pendconn_unlink() when the pendconn is not queued" by Willy Tarreau · 4 years ago
- b7ba1d9 OPTIM: queue: don't call pendconn_unlink() when the pendconn is not queued by Willy Tarreau · 4 years ago
- ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 4 years ago
- de785f0 MINOR: threads/debug: only report lock stats for used operations by Willy Tarreau · 4 years ago
- 23d3b00 MINOR: threads/debug: only report used lock stats by Willy Tarreau · 4 years ago
- d6c4836 BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requests by Christopher Faulet · 4 years ago
- 6cb1038 MEDIUM: cache: Add support for 'If-None-Match' request header by Remi Tricot-Le Breton · 4 years ago
- bcced09 MINOR: http: Add etag comparison function by Remi Tricot-Le Breton · 4 years ago
- 2493ee8 MINOR: http: Add `enum etag_type http_get_etag_type(const struct ist)` by Tim Duesterhus · 4 years ago
- 8e8581e MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension by William Lallemand · 4 years ago
- 96ddc8a BUG/MEDIUM: connection: Never cleanup server lists when freeing private conns by Christopher Faulet · 4 years ago
- 69a7b8f CLEANUP: task: remove the unused and mishandled global_rqueue_size by Willy Tarreau · 4 years, 1 month ago
- e72a3f4 CLEANUP: tree-wide: reorder a few structures to plug some holes around locks by Willy Tarreau · 4 years, 1 month ago
- 8f1f177 MINOR: threads: change lock_t to an unsigned int by Willy Tarreau · 4 years, 1 month ago
- 3d18498 CLEANUP: threads: don't register an initcall when not debugging by Willy Tarreau · 4 years, 1 month ago
- fcb69d7 BUILD: ssl: make BoringSSL use its own version numbers by Ilya Shipitsin · 4 years, 1 month ago
- cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 4 years, 1 month ago
- 61f799b MINOR: threads: add the transitions to/from the seek state by Willy Tarreau · 4 years, 1 month ago
- 8d5360c MINOR: threads: augment rwlock debugging stats to report seek lock stats by Willy Tarreau · 4 years, 1 month ago
- 233ad28 CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind() by Willy Tarreau · 4 years, 1 month ago
- a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 4 years, 1 month ago
- d2fb99f MINOR: protocol: add a default I/O callback and put it into the receiver by Willy Tarreau · 4 years, 1 month ago
- f1dc9f2 MINOR: sock: implement sock_accept_conn() to accept a connection by Willy Tarreau · 4 years, 1 month ago
- 1e509a7 MINOR: protocol: add a new function accept_conn() by Willy Tarreau · 4 years, 1 month ago
- 7d053e4 MINOR: sock: rename sock_accept_conn() to sock_accepting_conn() by Willy Tarreau · 4 years, 1 month ago
- 65ed143 MINOR: connection: add new error codes for accept_conn() by Willy Tarreau · 4 years, 1 month ago
- 83efc32 MEDIUM: listener: allocate the connection before queuing a new connection by Willy Tarreau · 4 years, 1 month ago
- 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 4 years, 1 month ago
- 0138f51 CLEANUP: fd: finally get rid of fd_done_recv() by Willy Tarreau · 4 years, 1 month ago
- e53e7ec CLEANUP: protocol: remove the ->drain() function by Willy Tarreau · 4 years, 1 month ago
- 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · 4 years, 1 month ago
- 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 4 years, 1 month ago
- 04a24c5 MINOR: connection: don't check priv flag on free by Amaury Denoyelle · 4 years, 1 month ago
- 3d3c091 MINOR: mux/connection: add a new mux flag for HOL risk by Amaury Denoyelle · 4 years, 1 month ago
- c98df5f MINOR: connection: improve list api usage by Amaury Denoyelle · 4 years, 1 month ago
- 9c13b62 BUG/MEDIUM: connection: fix srv idle count on conn takeover by Amaury Denoyelle · 4 years, 1 month ago
- 2918514 MINOR: protocol: make proto_tcp & proto_uxst report listening sockets by Willy Tarreau · 4 years, 1 month ago
- 5ced3e8 MINOR: sock: add sock_accept_conn() to test a listening socket by Willy Tarreau · 4 years, 1 month ago
- 3fc0fe0 MINOR: peers: heartbeat, collisions and handshake information for "show peers" command. by Frédéric Lécaille · 4 years, 1 month ago
- e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · 4 years, 1 month ago
- 7b2febd MINOR: listeners: split do_unbind_listener() in two by Willy Tarreau · 4 years, 1 month ago
- f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · 4 years, 1 month ago
- 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · 4 years, 1 month ago
- 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · 4 years, 1 month ago
- 02e8557 MINOR: protocol: add protocol_stop_now() to instant-stop listeners by Willy Tarreau · 4 years, 1 month ago
- acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · 4 years, 1 month ago
- a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · 4 years, 1 month ago
- caa7df1 MINOR: listeners: add a new stop_listener() function by Willy Tarreau · 4 years, 1 month ago
- b4c083f MINOR: listeners: split delete_listener() in two versions by Willy Tarreau · 4 years, 1 month ago
- 5ddf1ce MINOR: protocol: add a new pair of enable/disable methods for listeners by Willy Tarreau · 4 years, 1 month ago
- 686fa3d MINOR: protocol: add a new pair of rx_enable/rx_disable methods by Willy Tarreau · 4 years, 1 month ago
- e70c797 MINOR: sock: provide a set of generic enable/disable functions by Willy Tarreau · 4 years, 1 month ago
- 58e6b71 MINOR: protocol: implement an ->rx_resume() method by Willy Tarreau · 4 years, 1 month ago
- cb66ea6 MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver) by Willy Tarreau · 4 years, 1 month ago
- d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · 4 years, 1 month ago
- dae0692 CLEANUP: listeners: remove the now unused enable_all_listeners() by Willy Tarreau · 4 years, 1 month ago
- 078e1c7 CLEANUP: protocol: remove the ->enable_all method by Willy Tarreau · 4 years, 1 month ago
- 7834a3f MINOR: listeners: export enable_listener() by Willy Tarreau · 4 years, 1 month ago
- d008009 CLEANUP: listeners: remove unused disable_listener and disable_all_listeners by Willy Tarreau · 4 years, 1 month ago
- fb4ead8 CLEANUP: protocol: remove the ->disable_all method by Willy Tarreau · 4 years, 1 month ago
- 1accacb CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies() by Willy Tarreau · 4 years, 1 month ago
- 09819d1 MINOR: protocol: introduce protocol_{pause,resume}_all() by Willy Tarreau · 4 years, 1 month ago
- 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · 4 years, 1 month ago
- 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · 4 years, 1 month ago
- c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 4 years, 1 month ago
- 1ad64ac CLEANUP: peers: don't use the PR_ST* states to mark enabled/disabled by Willy Tarreau · 4 years, 1 month ago
- f18d968 MEDIUM: proxy: remove state PR_STPAUSED by Willy Tarreau · 4 years, 1 month ago
- a17c91b MEDIUM: proxy: remove the PR_STERROR state by Willy Tarreau · 4 years, 1 month ago
- 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 4 years, 1 month ago
- efc0eec MINOR: proxy: maintain per-state counters of listeners by Willy Tarreau · 4 years, 1 month ago