1. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  2. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 4 months ago
  3. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  4. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  5. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  6. b605a73 BUG/MEDIUM: fcgi-app: fix memory leak in fcgi_flt_http_headers by Harris Kaufmann · 4 years ago
  7. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  8. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  9. c97406f BUG/MEDIUM: fcgi-app: Resolve the sink if a fcgi-app logs in a ring buffer by Christopher Faulet · 4 years ago
  10. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  11. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  12. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. c659968 REORG: include: move fcgi-app.h to haproxy/fcgi-app{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. 126ba3a REORG: include: move http_fetch.h to haproxy/http_fetch.h by Willy Tarreau · 4 years, 1 month ago
  20. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  26. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  27. 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
  28. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  29. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  30. f1bc24c BUG/MINOR: acl: Fix type of log message when an acl is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  31. 0cf811a MINOR: acl: Warn when an ACL is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  32. cff0f73 MINOR: counters: Review conditions to increment counters from analysers by Christopher Faulet · 4 years, 7 months ago
  33. bc96c90 BUG/MINOR: fcgi-app: Make the directive pass-header case insensitive by Christopher Faulet · 4 years, 7 months ago
  34. fc41e25 BUG/MEDIUM: fcgi: fix missing list tail in sample fetch registration by Willy Tarreau · 4 years, 9 months ago
  35. 0ce57b0 BUG/MINOR: mux-fcgi: Don't compare the filter name in its parsing callback by Christopher Faulet · 4 years, 10 months ago
  36. d432b3e CLEANUP: fcgi-app: Remove useless test on fcgi_conf pointer by Christopher Faulet · 4 years, 10 months ago
  37. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · 5 years ago