summaryrefslogtreecommitdiff
path: root/dev
Commit message (Expand)AuthorAgeFilesLines
* DEV: flags/show-sess-to-flags: add support for color outputWilly Tarreau2023-05-101-1/+28
* DEV: flags/show-sess-to-flags: only retrieve hex digits from hex fieldsWilly Tarreau2023-05-101-31/+31
* DEV: flags: add missing stream flags to show-sess-to-flagsWilly Tarreau2023-05-101-3/+5
* DEV: flags: add a script to decode most flags in the "show sess all" outputWilly Tarreau2023-05-091-0/+180
* DEV: haring: update readme to suggest using the same build options for haringWilly Tarreau2023-05-041-0/+5
* DEV: haring: automatically disable DEBUG_STRICTWilly Tarreau2023-05-041-0/+2
* DEV: h2: support reading frame payload from a fileWilly Tarreau2023-04-261-3/+16
* DEV: h2: add a script "mkhdr" to build h2 frames from scratchWilly Tarreau2023-04-261-0/+138
* MEDIUM: ring: make the offset relative to the head/tail instead of absoluteWilly Tarreau2023-02-241-8/+1
* DEV: hpack: fix `trash` build regressionAurelien DARRAGON2023-01-271-1/+1
* DEV: haring: add a new option "-r" to automatically repair broken filesWilly Tarreau2023-01-241-0/+12
* DEV: tcploop: add minimal support for unix socketsWilly Tarreau2023-01-111-4/+17
* DEV: tcploop: add optional support for epollWilly Tarreau2022-11-251-0/+34
* DEV: tcploop: do not report an error on POLLERRWilly Tarreau2022-11-251-3/+1
* DEV: tcploop: add support for POLLRDHUP when supportedWilly Tarreau2022-11-251-5/+11
* DEV: tcploop: centralize the polling code into wait_for_fd()Willy Tarreau2022-11-251-35/+19
* DEV: poll: add support for epollWilly Tarreau2022-11-251-1/+54
* BUILD: flags: really restrict the cases where flags are exposedWilly Tarreau2022-11-241-0/+3
* DEV: poll: indicate the FD's side in front of its valueWilly Tarreau2022-11-171-12/+23
* DEV: poll: strip the "do_" prefix from reported function namesWilly Tarreau2022-11-171-12/+12
* DEV: poll: make the connect() step an action as wellWilly Tarreau2022-11-171-7/+23
* BUILD: makefile: move default verbosity settings to include/make/verbose.mkWilly Tarreau2022-11-172-36/+4
* BUILD: makefile: properly pass CC to sub-projectsWilly Tarreau2022-11-172-2/+38
* 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
* MINOR: dev/udp: Apply the corruption to both directionsFrédéric Lécaille2022-09-081-7/+15
* BUG/MINOR: dev/udp: properly preset the rx address sizeWilly Tarreau2022-08-311-1/+2
* DEV: haring: support remapping LF in contents with CR VTWilly Tarreau2022-08-121-8/+37
* DEV: haring: add a simple utility to read file-backed ringsWilly Tarreau2022-08-122-0/+234
* 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
* MINOR: qpack: implement standalone decoder toolAmaury Denoyelle2022-06-151-0/+171
* DEV: tcploop: add minimal UDP supportWilly Tarreau2022-06-081-1/+8
* DEV: tcploop: add a new "bind" command to bind to ip/port.Willy Tarreau2022-06-081-19/+53
* DEV: tcploop: permit port 0 to ease handling of default optionsWilly Tarreau2022-06-081-1/+1