- fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · Fri Nov 06 15:24:23 2020 +0100
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
- c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
- 126ba3a REORG: include: move http_fetch.h to haproxy/http_fetch.h by Willy Tarreau · Thu Jun 04 18:26:43 2020 +0200
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
- e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
- aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
- 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
- cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · Tue Jun 02 19:11:26 2020 +0200
- 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · Wed May 27 16:10:29 2020 +0200
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
- d1185cc BUG/MINOR: da: Fix HTX message prefetch by Christopher Faulet · Tue May 05 11:49:57 2020 +0200
- fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
- 6d1dd46 MEDIUM: http_fetch: Remove code relying on HTTP legacy mode by Christopher Faulet · Mon Jul 15 14:36:03 2019 +0200
- 7df4185 BUG/MEDIUM: da: cast the chunk to string. by David Carlier · Wed Jul 10 21:19:24 2019 +0100
- a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · Mon May 13 15:27:23 2019 +0200
- 4de0eba MEDIUM: da: HTX mode support. by David CARLIER · Wed Apr 24 20:41:53 2019 +0100
- 0470d70 BUILD/MEDIUM: contrib: Dummy DeviceAtlas API. by David Carlier · Fri Apr 26 12:02:28 2019 +0000
- f48552f BUG/MINOR: da: Get the request channel to call CHECK_HTTP_MESSAGE_FIRST() by Christopher Faulet · Fri Apr 19 15:26:01 2019 +0200
- f8f8ddf BUILD/MEDIUM: da: Necessary code changes for new buffer API. by David Carlier · Tue Jan 15 12:09:00 2019 +0000
- 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · Mon Nov 26 11:21:50 2018 +0100
- 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · Mon Nov 26 10:19:54 2018 +0100
- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
- 491cec2 CLEANUP: http: remove some leftovers from recent cleanups by Willy Tarreau · Tue Oct 02 18:37:27 2018 +0200
- 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
- 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
- 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
- e78915a BUILD/MINOR: deviceatlas: enable thread support by David Carlier · Mon Nov 27 11:55:59 2017 +0000
- 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
- 91a88b0 BUG/MEDIUM: deviceatlas: ignore not valuable HTTP request data by David Carlier · Fri Nov 17 08:47:25 2017 +0000
- e8ca434 MINOR: threads: Don't start when device a detection module is used by Christopher Faulet · Wed Oct 25 17:23:02 2017 +0200
- bee9dde CLEANUP: da: move global settings out of the global section by Willy Tarreau · Wed Dec 21 21:25:06 2016 +0100
- b149eed CLEANUP: da: register the deinitialization function by Willy Tarreau · Wed Dec 21 21:03:49 2016 +0100
- 876054d CLEANUP: da: make use of the late init registration code by Willy Tarreau · Wed Dec 21 20:39:16 2016 +0100
- 3dd483e CLEANUP: da: use the build options list to report it by Willy Tarreau · Wed Dec 21 18:50:22 2016 +0100
- 840b024 MINOR: da: Using ARG12 macro for the sample fetch and the convertor. by David Carlier · Wed Mar 16 10:09:55 2016 +0000
- 3b71138 BUG/MEDIUM: da: stop DeviceAtlas processing in the convertor if there is no input. by David Carlier · Wed Dec 02 12:05:42 2015 +0000
- 608c65a MAJOR: da: Update of the DeviceAtlas API module by David Carlier · Fri Sep 25 14:16:30 2015 +0100
- 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · Wed Aug 19 09:07:19 2015 +0200
- 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · Wed Aug 19 09:00:18 2015 +0200
- 25eda1e CLEANUP: da: remove ifdef USE_DEVICEATLAS from da.c by Willy Tarreau · Tue Jun 02 13:25:39 2015 +0200
- 0d74f77 CLEANUP: da: register the config keywords in da.c by Willy Tarreau · Mon Jun 01 15:42:29 2015 +0200
- f63386a CLEANUP: da: move the converter registration to da.c by Willy Tarreau · Mon Jun 01 15:39:50 2015 +0200
- 6bd42e7 BUG/MINOR: da: fix log-level comparison to emove annoying warning by Willy Tarreau · Mon Jun 01 15:25:46 2015 +0200
- 8167f30 MEDIUM: config: add DeviceAtlas global keywords by David Carlier · Mon Jun 01 13:50:06 2015 +0200