1. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 469509b REORG: include: move payload.h to haproxy/payload.h by Willy Tarreau · 4 years, 1 month ago
  3. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  6. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 8c79400 REORG: include: move hlua_fcn.h to haproxy/hlua_fcn.h by Willy Tarreau · 4 years, 1 month ago
  9. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  13. 374b442 REORG: include: split common/xref.h into haproxy/xref{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 889faf4 CLEANUP: include: remove excessive includes of common/standard.h by Willy Tarreau · 4 years, 1 month ago
  16. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  17. 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
  18. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  19. 5cf2dfc BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations by Christopher Faulet · 4 years, 1 month ago
  20. 23308eb BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action by Christopher Faulet · 4 years, 1 month ago
  21. 4e172c9 MEDIUM: lua: Add `ifexist` parameter to `set_var` by Tim Duesterhus · 4 years, 2 months ago
  22. 84ebc13 MINOR: lua: Make `set_var()` and `unset_var()` return success by Tim Duesterhus · 4 years, 2 months ago
  23. 94fa973 MINOR: lua: Use vars_unset_by_name_ifexist() by Tim Duesterhus · 4 years, 2 months ago
  24. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  25. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  26. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  27. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  28. bc275a9 BUG/MINOR: lua: Init the lua wake_time value before calling a lua function by Christopher Faulet · 4 years, 4 months ago
  29. 501465d MINOR: lua: Rename hlua_action_wake_time() to hlua_set_wake_time() by Christopher Faulet · 4 years, 4 months ago
  30. d8f0e07 MINOR: lua: Remove the flag HLUA_TXN_HTTP_RDY by Christopher Faulet · 4 years, 4 months ago
  31. d31c7b3 MINOR: lua: Stop using lua txn in hlua_http_del_hdr() and hlua_http_add_hdr() by Christopher Faulet · 4 years, 4 months ago
  32. d1914aa MINOR: lua: Stop using the lua txn in hlua_http_rep_hdr() by Christopher Faulet · 4 years, 4 months ago
  33. 9d1332b MINOR: lua: Stop using the lua txn in hlua_http_get_headers() by Christopher Faulet · 4 years, 4 months ago
  34. 2ac9ba2 MINOR: lua: Add function to know if a channel is a response one by Christopher Faulet · 4 years, 4 months ago
  35. 0ec740e BUG/MINOR: lua: Ignore the reserve to know if a channel is full or not by Christopher Faulet · 4 years, 4 months ago
  36. 4ad7310 BUG/MINOR: lua: Abort when txn:done() is called from a Lua action by Christopher Faulet · 4 years, 4 months ago
  37. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 4 months ago
  38. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  39. 9d6bb5a BUILD: lua: silence a warning on systems where longjmp is not marked as noreturn by Willy Tarreau · 4 years, 5 months ago
  40. 700d9e8 MEDIUM: lua: Add ability for actions to intercept HTTP messages by Christopher Faulet · 4 years, 5 months ago
  41. 2c2c2e3 MINOR: lua: Add act:wake_time() function to set a timeout when an action yields by Christopher Faulet · 4 years, 5 months ago
  42. 0f3c890 MINOR: lua: Create the global 'act' object to register all action return codes by Christopher Faulet · 4 years, 5 months ago
  43. 7716cdf MINOR: lua: Get the action return code on the stack when an action finishes by Christopher Faulet · 4 years, 5 months ago
  44. 07a718e CLEANUP: lua: Remove consistency check for sample fetches and actions by Christopher Faulet · 4 years, 5 months ago
  45. 541fe1e MINOR: lua: Add HLUA_PREPEND_C?PATH build option by Tim Duesterhus · 4 years, 6 months ago
  46. dd74b5f MINOR: lua: Add lua-prepend-path configuration option by Tim Duesterhus · 4 years, 6 months ago
  47. c9fc9f2 MINOR: lua: Add hlua_prepend_path function by Tim Duesterhus · 4 years, 6 months ago
  48. 92d34fe MINOR: http-rules: Make replace-header and replace-value custom actions by Christopher Faulet · 4 years, 7 months ago
  49. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 7 months ago
  50. 96bff76 MINOR: actions: Regroup some info about HTTP rules in the same struct by Christopher Faulet · 4 years, 7 months ago
  51. 1340376 MINOR: actions: Use ACT_RET_CONT code to ignore an error from a custom action by Christopher Faulet · 4 years, 7 months ago
  52. f31af93 MEDIUM: lua: don't call the GC as often when dealing with outgoing connections by Willy Tarreau · 4 years, 6 months ago
  53. ea00973 BUILD: debug: Avoid warnings in dev mode with -02 because of some BUG_ON tests by Christopher Faulet · 4 years, 8 months ago
  54. 9fe7c63 BUG/MEDIUM: lua: Store stick tables into the sample's `t` field by Tim Duesterhus · 4 years, 9 months ago
  55. 2e89dec CLEANUP: lua: Get rid of obsolete (size_t *) cast in hlua_lua2(smp|arg) by Tim Duesterhus · 4 years, 9 months ago
  56. 29d2e8a BUG/MINOR: lua: Properly initialize the buffer's fields for string samples in hlua_lua2(smp|arg) by Tim Duesterhus · 4 years, 9 months ago
  57. 60409db MINOR: lua: export applet and task handlers by Willy Tarreau · 4 years, 11 months ago
  58. 81921b1 BUG/MEDIUM: lua: Fix test on the direction to set the channel exp timeout by Christopher Faulet · 5 years ago
  59. 579e3e3 BUG/MINOR: lua: fix setting netfilter mark by Lukas Tribus · 5 years ago
  60. 301eff8 BUG/MINOR: hlua: Only execute functions of HTTP class if the txn is HTTP ready by Christopher Faulet · 5 years ago
  61. bfab2dd MINOR: hlua: Add a flag on the lua txn to know in which context it can be used by Christopher Faulet · 5 years ago
  62. 51fa358 MINOR: hlua: Don't set request analyzers on response channel for lua actions by Christopher Faulet · 5 years ago
  63. 84a6d5b BUG/MEDIUM: hlua: Check the calling direction in lua functions of the HTTP class by Christopher Faulet · 5 years ago
  64. fe6a71b BUG/MINOR: hlua/htx: Reset channels analyzers when txn:done() is called by Christopher Faulet · 5 years ago
  65. 5a0b25d MEDIUM: lua: do not allocate the remote connection anymore by Willy Tarreau · 5 years ago
  66. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · 5 years ago
  67. ca79f59 MEDIUM: connection: make sure all address producers allocate their address by Willy Tarreau · 5 years ago
  68. 9da9a6f MINOR: lua: switch to conn->dst for a connection's target address by Willy Tarreau · 5 years ago
  69. 428d8e3 MINOR: lua: use conn_get_{src,dst} to retrieve connection addresses by Willy Tarreau · 5 years ago
  70. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · 5 years ago
  71. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  72. 67bb3bb MINOR: hlua: Remove useless test on TX_CON_WANT_* flags by Christopher Faulet · 5 years ago
  73. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  74. a209796 MEDIUM: hlua: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  75. 280f85b MINOR: hlua: Remove tests on the option 'http-use-htx' to reject TCP applets by Christopher Faulet · 5 years ago
  76. 4d0e263 BUG/MINOR: hlua: Make the function txn:done() HTX aware by Christopher Faulet · 5 years ago
  77. 8f1aa77 BUG/MEDIUM: http/applet: Finish request processing when a service is registered by Christopher Faulet · 5 years ago
  78. 9060fc0 BUG/MINOR: hlua/htx: Respect the reserve when HTX data are sent by Christopher Faulet · 5 years ago
  79. 7e145b3 BUG/MINOR: hlua: Don't use channel_htx_recv_max() by Christopher Faulet · 5 years ago
  80. ea41874 BUG/MINOR: lua/htx: Make txn.req_req_* and txn.res_rep_* HTX aware by Christopher Faulet · 5 years ago
  81. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  82. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  83. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  84. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · 5 years ago
  85. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  86. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  87. 256b69a BUG/MINOR: lua: Set right direction and flags on new HTTP objects by Christopher Faulet · 5 years ago
  88. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  89. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  90. eb70980 MEDIUM: htx: Allow the option http-use-htx to be used on TCP proxies too by Christopher Faulet · 5 years ago
  91. 18c2e8d MINOR: lua: Don't handle the header Expect in lua HTTP applets anymore by Christopher Faulet · 5 years ago
  92. 56a3d6e BUG/MEDIUM: lua: Fully consume large requests when an HTTP applet ends by Christopher Faulet · 5 years ago
  93. 0ae79d0 BUG/MINOR: lua/htx: Don't forget to call htx_to_buf() when appropriate by Christopher Faulet · 5 years ago
  94. f6cce3f BUG/MINOR: lua/htx: Use channel_add_input() when response data are added by Christopher Faulet · 5 years ago
  95. b784b35 BUG/MINOR: lua: initialize the correct idle conn lists for the SSL sockets by Willy Tarreau · 5 years ago
  96. 4b0e9b2 BUG/MINOR: lua/htx: Respect the reserve when data are send from an HTX applet by Christopher Faulet · 5 years ago
  97. bf90ce1 BUG/MEDIUM: lua: dead lock when Lua tasks are trigerred by Thierry FOURNIER · 5 years ago
  98. 1725c2e BUG/MINOR: lua: bad args are returned for Lua actions by Thierry FOURNIER · 5 years ago
  99. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  100. cc26b13 BUG/MINOR: lua: Return an error if a legacy HTTP applet doesn't send anything by Christopher Faulet · 6 years ago