1. f98d821 MINOR: hlua: Display debug messages on stderr only in debug mode by Christopher Faulet · Fri Oct 02 18:13:52 2020 +0200
  2. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · Wed Sep 16 18:25:03 2020 +0200
  3. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · Tue Sep 15 14:01:16 2020 +0200
  4. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · Fri Sep 04 15:53:16 2020 +0200
  5. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · Tue Sep 15 11:52:23 2020 +0200
  6. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · Tue Sep 15 10:30:39 2020 +0200
  7. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · Sat Sep 12 20:26:43 2020 +0200
  8. 77016da MINOR: hlua: Add error message relative to the Channel manipulation and HTTP mode by Thierry Fournier · Sat Aug 15 14:35:51 2020 +0200
  9. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · Fri Aug 07 11:45:18 2020 +0200
  10. fd2e906 MINOR: lua: Add support for regex as fetches and converters arguments by Christopher Faulet · Thu Aug 06 11:10:57 2020 +0200
  11. d25d926 MINOR: lua: Add support for userlist as fetches and converters arguments by Christopher Faulet · Thu Aug 06 11:04:46 2020 +0200
  12. 05e2d77 MEDIUM: lua: Don't filter exported fetches and converters by Christopher Faulet · Thu Aug 06 10:32:28 2020 +0200
  13. aec27ef BUG/MINOR: lua: Duplicate lua strings in sample fetches/converters arg array by Christopher Faulet · Thu Aug 06 08:54:25 2020 +0200
  14. fdea1b6 MINOR: hlua: Don't needlessly copy lua strings in trash during args validation by Christopher Faulet · Thu Aug 06 08:29:18 2020 +0200
  15. e663a6e BUG/MINOR: lua: Check argument type to convert it to IP mask in arg validation by Christopher Faulet · Fri Aug 07 09:11:22 2020 +0200
  16. 8e09ac8 BUG/MINOR: lua: Check argument type to convert it to IPv4/IPv6 arg validation by Christopher Faulet · Fri Aug 07 09:07:26 2020 +0200
  17. 73292e9 BUG/MINOR: lua: Duplicate map name to load it when a new Map object is created by Christopher Faulet · Thu Aug 06 08:40:09 2020 +0200
  18. 2361fd9 BUG/MINOR: lua: Fix a possible null pointer deref on lua ctx by Christopher Faulet · Thu Jul 30 10:40:58 2020 +0200
  19. 8f587ea MEDIUM: lua: Set the analyse expiration date with smaller wake_time only by Christopher Faulet · Tue Jul 28 12:01:55 2020 +0200
  20. 498c483 BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation by Christopher Faulet · Tue Jul 28 11:59:58 2020 +0200
  21. 08ed98f MEDIUM: lua: Add support for the Lua 5.4 by Christopher Faulet · Tue Jul 28 10:33:25 2020 +0200
  22. f1ea47d BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one by Willy Tarreau · Thu Jul 23 06:53:27 2020 +0200
  23. 810df06 MEDIUM: htx: Add a flag on a HTX message when no more data are expected by Christopher Faulet · Wed Jul 22 16:20:34 2020 +0200
  24. d0c0ca2 CLEANUP: Add static void hlua_deinit() by Tim Duesterhus · Sat Jul 04 11:53:26 2020 +0200
  25. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jul 05 16:36:08 2020 +0500
  26. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200
  27. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  28. 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
  29. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · Fri Jun 05 00:00:29 2020 +0200
  30. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · Thu Jun 04 23:46:14 2020 +0200
  31. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  32. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  33. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · Thu Jun 04 22:29:18 2020 +0200
  34. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · Thu Jun 04 21:21:03 2020 +0200
  35. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · Thu Jun 04 21:07:02 2020 +0200
  36. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  37. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · Thu Jun 04 20:19:54 2020 +0200
  38. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · Thu Jun 04 19:58:55 2020 +0200
  39. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · Thu Jun 04 19:42:41 2020 +0200
  40. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · Thu Jun 04 18:58:52 2020 +0200
  41. 126ba3a REORG: include: move http_fetch.h to haproxy/http_fetch.h by Willy Tarreau · Thu Jun 04 18:26:43 2020 +0200
  42. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  43. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · Thu Jun 04 17:42:48 2020 +0200
  44. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  45. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · Thu Jun 04 16:25:31 2020 +0200
  46. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · Thu Jun 04 15:33:47 2020 +0200
  47. 469509b REORG: include: move payload.h to haproxy/payload.h by Willy Tarreau · Thu Jun 04 15:13:30 2020 +0200
  48. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · Thu Jun 04 15:10:43 2020 +0200
  49. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · Thu Jun 04 15:06:28 2020 +0200
  50. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · Thu Jun 04 11:40:28 2020 +0200
  51. 8efbdfb REORG: include: move obj_type.h to haproxy/obj_type{,-t}.h by Willy Tarreau · Thu Jun 04 11:29:21 2020 +0200
  52. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · Thu Jun 04 10:19:23 2020 +0200
  53. 8c79400 REORG: include: move hlua_fcn.h to haproxy/hlua_fcn.h by Willy Tarreau · Thu Jun 04 10:05:25 2020 +0200
  54. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · Thu Jun 04 09:20:54 2020 +0200
  55. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · Thu Jun 04 09:08:41 2020 +0200
  56. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  57. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · Tue Jun 02 19:33:08 2020 +0200
  58. 374b442 REORG: include: split common/xref.h into haproxy/xref{,-t}.h by Willy Tarreau · Tue Jun 02 17:46:16 2020 +0200
  59. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · Tue Jun 02 17:32:26 2020 +0200
  60. 889faf4 CLEANUP: include: remove excessive includes of common/standard.h by Willy Tarreau · Mon Jun 01 12:09:26 2020 +0200
  61. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
  62. 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
  63. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  64. 5cf2dfc BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations by Christopher Faulet · Wed Jun 03 18:39:16 2020 +0200
  65. 23308eb BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action by Christopher Faulet · Tue Jun 02 18:46:07 2020 +0200
  66. 4e172c9 MEDIUM: lua: Add `ifexist` parameter to `set_var` by Tim Duesterhus · Tue May 19 13:49:42 2020 +0200
  67. 84ebc13 MINOR: lua: Make `set_var()` and `unset_var()` return success by Tim Duesterhus · Tue May 19 13:49:41 2020 +0200
  68. 94fa973 MINOR: lua: Use vars_unset_by_name_ifexist() by Tim Duesterhus · Tue May 19 13:49:38 2020 +0200
  69. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed May 06 00:53:22 2020 +0500
  70. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 16 23:51:34 2020 +0500
  71. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Apr 08 01:07:56 2020 +0500
  72. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · Thu Jan 02 18:10:17 2020 +0100
  73. bc275a9 BUG/MINOR: lua: Init the lua wake_time value before calling a lua function by Christopher Faulet · Wed Feb 26 14:55:16 2020 +0100
  74. 501465d MINOR: lua: Rename hlua_action_wake_time() to hlua_set_wake_time() by Christopher Faulet · Wed Feb 26 14:54:16 2020 +0100
  75. d8f0e07 MINOR: lua: Remove the flag HLUA_TXN_HTTP_RDY by Christopher Faulet · Tue Feb 25 09:45:51 2020 +0100
  76. d31c7b3 MINOR: lua: Stop using lua txn in hlua_http_del_hdr() and hlua_http_add_hdr() by Christopher Faulet · Tue Feb 25 09:37:57 2020 +0100
  77. d1914aa MINOR: lua: Stop using the lua txn in hlua_http_rep_hdr() by Christopher Faulet · Mon Feb 24 16:52:46 2020 +0100
  78. 9d1332b MINOR: lua: Stop using the lua txn in hlua_http_get_headers() by Christopher Faulet · Mon Feb 24 16:46:16 2020 +0100
  79. 2ac9ba2 MINOR: lua: Add function to know if a channel is a response one by Christopher Faulet · Tue Feb 25 10:15:50 2020 +0100
  80. 0ec740e BUG/MINOR: lua: Ignore the reserve to know if a channel is full or not by Christopher Faulet · Wed Feb 26 11:59:19 2020 +0100
  81. 4ad7310 BUG/MINOR: lua: Abort when txn:done() is called from a Lua action by Christopher Faulet · Thu Mar 05 11:07:31 2020 +0100
  82. ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · Thu Mar 05 17:56:33 2020 +0100
  83. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  84. 9d6bb5a BUILD: lua: silence a warning on systems where longjmp is not marked as noreturn by Willy Tarreau · Thu Feb 06 15:55:41 2020 +0100
  85. 700d9e8 MEDIUM: lua: Add ability for actions to intercept HTTP messages by Christopher Faulet · Fri Jan 31 12:21:52 2020 +0100
  86. 2c2c2e3 MINOR: lua: Add act:wake_time() function to set a timeout when an action yields by Christopher Faulet · Fri Jan 31 19:07:52 2020 +0100
  87. 0f3c890 MINOR: lua: Create the global 'act' object to register all action return codes by Christopher Faulet · Fri Jan 31 18:57:12 2020 +0100
  88. 7716cdf MINOR: lua: Get the action return code on the stack when an action finishes by Christopher Faulet · Wed Jan 29 11:53:30 2020 +0100
  89. 07a718e CLEANUP: lua: Remove consistency check for sample fetches and actions by Christopher Faulet · Wed Jan 29 11:51:39 2020 +0100
  90. 541fe1e MINOR: lua: Add HLUA_PREPEND_C?PATH build option by Tim Duesterhus · Sun Jan 12 13:55:41 2020 +0100
  91. dd74b5f MINOR: lua: Add lua-prepend-path configuration option by Tim Duesterhus · Sun Jan 12 13:55:40 2020 +0100
  92. c9fc9f2 MINOR: lua: Add hlua_prepend_path function by Tim Duesterhus · Sun Jan 12 13:55:39 2020 +0100
  93. 92d34fe MINOR: http-rules: Make replace-header and replace-value custom actions by Christopher Faulet · Tue Dec 17 09:20:34 2019 +0100
  94. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · Wed Dec 18 14:41:51 2019 +0100
  95. 96bff76 MINOR: actions: Regroup some info about HTTP rules in the same struct by Christopher Faulet · Tue Dec 17 13:46:18 2019 +0100
  96. 1340376 MINOR: actions: Use ACT_RET_CONT code to ignore an error from a custom action by Christopher Faulet · Fri Dec 13 09:01:57 2019 +0100
  97. f31af93 MEDIUM: lua: don't call the GC as often when dealing with outgoing connections by Willy Tarreau · Tue Jan 14 09:59:38 2020 +0100
  98. ea00973 BUILD: debug: Avoid warnings in dev mode with -02 because of some BUG_ON tests by Christopher Faulet · Mon Nov 18 15:50:25 2019 +0100
  99. 9fe7c63 BUG/MEDIUM: lua: Store stick tables into the sample's `t` field by Tim Duesterhus · Sun Sep 29 23:03:09 2019 +0200
  100. 2e89dec CLEANUP: lua: Get rid of obsolete (size_t *) cast in hlua_lua2(smp|arg) by Tim Duesterhus · Sun Sep 29 23:03:08 2019 +0200