- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
- 74568cf CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* by Willy Tarreau · 2 years, 6 months ago
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
- 90e8b45 CLEANUP: stconn: rename cs_cant_get() to se_need_more_data() by Willy Tarreau · 2 years, 6 months ago
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
- ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
- cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · 2 years, 6 months ago
- 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
- 9e3c8d5 CLEANUP: peers: Remove unreachable code in peer_session_create() by Christopher Faulet · 2 years, 6 months ago
- 34e4085 MEDIUM: peers: Balance applets across threads by Maciej Zdeb · 2 years, 6 months ago
- d01be2a MINOR: peers: Track number of applets run by thread by Maciej Zdeb · 2 years, 6 months ago
- 6095d57 MINOR: applet: Add API to start applet on a thread subset by Christopher Faulet · 2 years, 6 months ago
- 6712dc6 MEDIUM: peers: Refactor peer appctx creation by Christopher Faulet · 2 years, 7 months ago
- 387e797 MINOR: peers: Add a ref to peers section in the peer structure by Christopher Faulet · 2 years, 7 months ago
- 92202da MINOR: applet: Let the frontend appctx release the session by Christopher Faulet · 2 years, 7 months ago
- 6796a06 CLEANUP: conn_stream: merge cs_new_from_{mux,applet} into cs_new_from_endp() by Willy Tarreau · 2 years, 7 months ago
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
- 455caef CLEANUP: peers: do not use appctx.ctx anymore by Willy Tarreau · 2 years, 7 months ago
- ce9123c CLEANUP: peers/cli: remove unneeded state STATE_INIT by Willy Tarreau · 2 years, 7 months ago
- 3a31e37 CLEANUP: peers/cli: stop using appctx->st2 for the dump state by Willy Tarreau · 2 years, 7 months ago
- cb8bf17 CLEANUP: peers/cli: take the "show peers" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · 2 years, 7 months ago
- 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
- da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
- 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
- 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
- 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
- a9e8b39 MEDIUM: conn-stream: Pre-allocate endpoint to create CS from muxes and applets by Christopher Faulet · 2 years, 8 months ago
- b669d68 MEDIUM: conn-stream: Be able to pass endpoint to create a conn-stream by Christopher Faulet · 2 years, 8 months ago
- 9388204 MAJOR: conn-stream: Invert conn-stream endpoint and its context by Christopher Faulet · 2 years, 10 months ago
- 2479e5f MEDIUM: applet: Set the appctx owner during allocation by Christopher Faulet · 2 years, 10 months ago
- 2645b34 BUILD: peers: adjust some printf format to silence cppcheck by Willy Tarreau · 2 years, 8 months ago
- cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
- 56489e2 MINOR: peers: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
- f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · 3 years ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- b4ff6f4 BUG/MEDIUM: peers: properly skip conn_cur from incoming messages by Willy Tarreau · 3 years ago
- d9e6b35 CLEANUP: peers: Remove useless test on peer variable in peer_trace() by Christopher Faulet · 3 years ago
- 16f16af MINOR: stream: Use backend stream-interface dst address instead of target_addr by Christopher Faulet · 3 years, 1 month ago
- db2ab82 MEDIUM: stick-table: never learn the "conn_cur" value from peers by Willy Tarreau · 3 years, 2 months ago
- 8db34cc BUILD: peers: need to include eb{32/mb/pt}tree.h by Willy Tarreau · 3 years, 2 months ago
- beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
- e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 2 months ago
- 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
- 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · 3 years, 5 months ago
- 08b0f67 BUG/MINOR: peers: fix data_type bit computation more than 32 data_types by Emeric Brun · 3 years, 5 months ago
- 5ea07d9 CLEANUP: peers: re-write intdecode function comment. by Emeric Brun · 3 years, 5 months ago
- e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 5 months ago
- 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 5 months ago
- 208ff01 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · 3 years, 7 months ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
- ccdfbae MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · 3 years, 7 months ago
- 1a6b43e BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · 3 years, 7 months ago
- 8e7a13e BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · 3 years, 7 months ago
- cc9cce9 BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · 3 years, 9 months ago
- d9729da BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · 3 years, 9 months ago
- b0d60be BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · 3 years, 9 months ago
- 437e48a BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · 3 years, 7 months ago
- 2c4ab41 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · 3 years, 7 months ago
- 2cc201f BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 7 months ago
- cbfe5eb BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · 3 years, 7 months ago
- 1675ada BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · 3 years, 8 months ago
- 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
- 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
- 49962b5 MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers" by Willy Tarreau · 3 years, 10 months ago
- f6c8842 MINOR: peers: export process_peer_sync() to improve traces by Willy Tarreau · 3 years, 10 months ago
- 2b0ba54 BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. by Frédéric Lécaille · 3 years, 10 months ago
- 4b1a05f BUG/MINOR: peers: Possible appctx pointer dereference. by Frédéric Lécaille · 3 years, 10 months ago
- 81d7092 BUILD: peers: fix build warning about unused variable by Willy Tarreau · 3 years, 10 months ago
- da2b084 MINOR: peers: Add traces for peer control messages. by Frédéric Lécaille · 3 years, 10 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
- 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 4 years ago
- 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 4 years, 2 months ago
- 345ebcf BUG/MAJOR: peers: fix partial message decoding by Willy Tarreau · 4 years ago
- 1dfd4f1 BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages by Willy Tarreau · 4 years ago
- ea875e6 BUG/MINOR: peers: Missing TX cache entries reset. by Frédéric Lécaille · 4 years ago
- f9e51be BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. by Frédéric Lécaille · 4 years ago
- d865935 MINOR: peers: Add traces to peer_treat_updatemsg(). by Frédéric Lécaille · 4 years ago
- baeb919 BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. by Frédéric Lécaille · 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
- 3fc0fe0 MINOR: peers: heartbeat, collisions and handshake information for "show peers" command. by Frédéric Lécaille · 4 years, 2 months ago
- a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · 4 years, 2 months ago
- 1ad64ac CLEANUP: peers: don't use the PR_ST* states to mark enabled/disabled by Willy Tarreau · 4 years, 2 months ago
- e7e2b21 BUG/MINOR: peers: Inconsistency when dumping peer status codes. by Frédéric Lécaille · 4 years, 2 months ago
- 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 5 months ago
- a898f0c BUILD: peers: fix build warning with gcc 4.2.1 by Willy Tarreau · 4 years, 5 months ago
- 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 6 months ago
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago