summaryrefslogtreecommitdiff
path: root/dev/flags/flags.c
Commit message (Expand)AuthorAgeFilesLines
* BUILD: flags: really restrict the cases where flags are exposedWilly Tarreau2022-11-241-0/+3
* MINOR: flags/mux-fcgi: Decode FCGI connection and stream flagsChristopher Faulet2022-10-121-1/+6
* MINOR: flags/mux-h1: decode H1C and H1S flagsChristopher Faulet2022-09-151-1/+6
* MINOR: flags/mux-h2: decode H2C and H2S flagsWilly Tarreau2022-09-121-1/+6
* MINOR: flags/fd: decode FD flags statesWilly Tarreau2022-09-121-2/+5
* MINOR: flags/http_ana: use flag dumping to show http msg statesWilly Tarreau2022-09-091-1/+3
* MINOR: flags/htx: use flag dumping to show htx and start-line flagsWilly Tarreau2022-09-091-1/+6
* DEV: flags: remove the now useless intermediary functionsWilly Tarreau2022-09-091-65/+11
* DEV: flags: remove the now unused SHOW_FLAG() definitionWilly Tarreau2022-09-091-7/+0
* MINOR: flags/http_ana: use flag dumping for txn flagsWilly Tarreau2022-09-091-49/+2
* MINOR: flags/task: use flag dumping for task stateWilly Tarreau2022-09-091-27/+2
* MINOR: flags/stream: use flag dumping for stream flagsWilly Tarreau2022-09-091-55/+3
* MINOR: flags/stream: use flag dumping for stream error typeWilly Tarreau2022-09-091-22/+2
* MINOR: flags/stconn: use flag dumping for stconn and sedesc flagsWilly Tarreau2022-09-091-52/+5
* MINOR: flags/connection: use flag dumping for connection flagsWilly Tarreau2022-09-091-35/+2
* MINOR: flags/channel: use flag dumping for channel flags and analysersWilly Tarreau2022-09-091-87/+7
* DEV: flags: add missing CO_FL_FDLESS connection flagWilly Tarreau2022-09-091-0/+1
* DEV: flags: fix usage message to reflect available optionsWilly Tarreau2022-09-091-1/+8
* CLEANUP: task: remove the now unused TASK_GLOBAL flagWilly Tarreau2022-07-011-1/+0
* MEDIUM: task: remove TASK_SHARED_WQ and only use t->tidWilly Tarreau2022-07-011-1/+0
* DEV: flags: reorder a few SC/SE flagsWilly Tarreau2022-05-271-4/+4
* DEV: flags: rename the "endp" shortcut to "sd" for "stream descriptor"Willy Tarreau2022-05-271-5/+5
* DEV: flags: fix "siet" shortcut nameWilly Tarreau2022-05-271-1/+1
* MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUMEWilly Tarreau2022-05-271-1/+1
* DEV: flags: use "sc" for stream conns instead of "cs"Willy Tarreau2022-05-271-6/+6
* REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}Willy Tarreau2022-05-271-1/+1
* CLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CONSUMEWilly Tarreau2022-05-271-1/+1
* MEDIUM: stconn: move the RXBLK flags to the stream connectorWilly Tarreau2022-05-271-3/+3
* CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_NO_DATAWilly Tarreau2022-05-271-1/+1
* MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONNWilly Tarreau2022-05-271-1/+1
* MEDIUM: stconn: remove SE_FL_RXBLK_SHUTWilly Tarreau2022-05-271-1/+0
* CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_*Willy Tarreau2022-05-271-5/+5
* CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_*Willy Tarreau2022-05-271-27/+27
* MINOR: connection: get rid of the CO_FL_ADDR_*_SET flagsWilly Tarreau2022-05-021-2/+0
* MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flagsWilly Tarreau2022-05-021-2/+0
* MEDIUM: stream: remove the confusing SF_ADDR_SET flagWilly Tarreau2022-05-021-1/+0
* DEV: flags: No longer dump SI flagsChristopher Faulet2022-04-131-25/+6
* MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CSChristopher Faulet2022-04-131-8/+9
* MEDIUM: stream-int: Move SI err_type in the streamChristopher Faulet2022-04-131-16/+16
* CLEANUP: stream-int: Remove unused SI_FL_CLEAN_ABRT flagChristopher Faulet2022-04-131-1/+0
* MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags insteadChristopher Faulet2022-04-131-1/+1
* MINOR: stream-int: Remove SI_FL_INDEP_STR to rely on CS flags insteadChristopher Faulet2022-04-131-1/+1
* MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags insteadChristopher Faulet2022-04-131-1/+1
* MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags insteadChristopher Faulet2022-04-131-2/+2
* MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint onlyChristopher Faulet2022-04-131-1/+0
* MEDIUM: conn-stream: Use endpoint error instead of conn-stream errorChristopher Faulet2022-04-131-1/+0
* MINOR: stream-int/conn-stream: Report error to the CS instead of the SIChristopher Faulet2022-04-131-1/+1
* MEDIUM: stream-int/stream: Use connect expiration instead of SI expirationChristopher Faulet2022-04-131-1/+1
* MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-streamChristopher Faulet2022-04-131-2/+2
* MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transactionChristopher Faulet2022-04-131-2/+2