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