1. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  2. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  3. 256b69a BUG/MINOR: lua: Set right direction and flags on new HTTP objects by Christopher Faulet · 5 years ago
  4. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  5. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  6. eb70980 MEDIUM: htx: Allow the option http-use-htx to be used on TCP proxies too by Christopher Faulet · 5 years ago
  7. 18c2e8d MINOR: lua: Don't handle the header Expect in lua HTTP applets anymore by Christopher Faulet · 5 years ago
  8. 56a3d6e BUG/MEDIUM: lua: Fully consume large requests when an HTTP applet ends by Christopher Faulet · 5 years ago
  9. 0ae79d0 BUG/MINOR: lua/htx: Don't forget to call htx_to_buf() when appropriate by Christopher Faulet · 5 years ago
  10. f6cce3f BUG/MINOR: lua/htx: Use channel_add_input() when response data are added by Christopher Faulet · 5 years ago
  11. b784b35 BUG/MINOR: lua: initialize the correct idle conn lists for the SSL sockets by Willy Tarreau · 5 years ago
  12. 4b0e9b2 BUG/MINOR: lua/htx: Respect the reserve when data are send from an HTX applet by Christopher Faulet · 5 years ago
  13. bf90ce1 BUG/MEDIUM: lua: dead lock when Lua tasks are trigerred by Thierry FOURNIER · 5 years ago
  14. 1725c2e BUG/MINOR: lua: bad args are returned for Lua actions by Thierry FOURNIER · 5 years ago
  15. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  16. cc26b13 BUG/MINOR: lua: Return an error if a legacy HTTP applet doesn't send anything by Christopher Faulet · 6 years ago
  17. e461e34 BUG/MEDIUM: lua/htx: Handle EOM in receive/get_line calls in HTTP applets by Christopher Faulet · 6 years ago
  18. 2a454d8 MINOR: lua: Remove useless check on the messages state in HTTP functions by Christopher Faulet · 6 years ago
  19. 9c832fc MAJOR: lua/htx: Adapt HTTP applets to support HTX messages by Christopher Faulet · 6 years ago
  20. a3ceac1 MINOR: lua/htx: Adapt the functions get_in_length and is_full to be HTX aware by Christopher Faulet · 6 years ago
  21. 724a12c MEDIUM: lua/htx: Adapt functions of the HTTP to be compatible with HTX by Christopher Faulet · 6 years ago
  22. 3f829a4 MAJOR: lua: Forbid calls to Channel functions for LUA scripts in HTTP proxies by Christopher Faulet · 6 years ago
  23. 1a18b54 REORG: connection: centralize the conn_set_{tos,mark,quickack} functions by Willy Tarreau · 6 years ago
  24. 12c2423 BUG/MEDIUM: lua: block on remote connection establishment by Willy Tarreau · 6 years ago
  25. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  26. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · 6 years ago
  27. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · 6 years ago
  28. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · 6 years ago
  29. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  30. 7fe1577 MINOR: Fix typo in the error 500 output of hlua by Joseph Herlant · 6 years ago
  31. b8f9c5e CLEANUP: fix typos in the comments of hlua by Joseph Herlant · 6 years ago
  32. afd8f10 MINOR: lua/htx: Forbid lua usage when the HTX is enabled on a proxy by Christopher Faulet · 6 years ago
  33. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  34. 4b962a4 MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness by Willy Tarreau · 6 years ago
  35. 3367d41 MEDIUM: stream-int: fix the si_cant_put() calls used for end point readiness by Willy Tarreau · 6 years ago
  36. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  37. 581abd3 MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere by Willy Tarreau · 6 years ago
  38. 4e7cc33 BUILD: compiler: rename __unreachable() to my_unreachable() by Willy Tarreau · 6 years ago
  39. b059b89 BUILD: lua: silence some compiler warnings after WILL_LJMP by Willy Tarreau · 6 years ago
  40. 9635e03 MINOR: lua: all functions calling lua_yieldk() may return by Willy Tarreau · 6 years ago
  41. e09101e BUILD: lua: silence some compiler warnings about potential null derefs (#2) by Willy Tarreau · 6 years ago
  42. 526aed2 Revert "BUILD: lua: silence some compiler warnings about potential null derefs" by Willy Tarreau · 6 years ago
  43. f1ffb39 BUILD: lua: silence some compiler warnings about potential null derefs by Willy Tarreau · 6 years ago
  44. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  45. 79e5733 REORG: http: move the code to different files by Willy Tarreau · 6 years ago
  46. 04f1e2d REORG: http: move error codes production and processing to http.c by Willy Tarreau · 6 years ago
  47. 6b952c8 REORG: http: move http_get_path() to http.c by Willy Tarreau · 6 years ago
  48. 9e643ea BUG/MEDIUM: hlua: Don't call RESET_SAFE_LJMP if SET_SAFE_LJMP returns 0. by Olivier Houchard · 6 years ago
  49. 54f2bcf BUG/MAJOR: thread: lua: Wrong SSL context initialization. by Frédéric Lécaille · 6 years ago
  50. 594c8c5 BUG/MEDIUM: hlua: Make sure we drain the output buffer when done. by Olivier Houchard · 6 years ago
  51. 83ed5d5 BUG/MINOR: lua: Bad HTTP client request duration. by Frédéric Lécaille · 6 years ago
  52. 7ee465f BUG/MINOR: lua: fix extra 500ms added to socket timeouts by Cyril Bonté · 6 years ago
  53. 7bb6345 BUG/MEDIUM: lua: socket timeouts are not applied by Cyril Bonté · 6 years ago
  54. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · 6 years ago
  55. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  56. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  57. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  58. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  59. e312802 MINOR: buffer: replace buffer_replace2() with b_rep_blk() by Willy Tarreau · 6 years ago
  60. 72a100b MINOR: buffer: replace bi_fast_delete() with b_del() by Willy Tarreau · 6 years ago
  61. a79021a MINOR: lua: use the wrappers instead of directly manipulating buffer states by Willy Tarreau · 6 years ago
  62. 3f67999 MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace() by Willy Tarreau · 6 years ago
  63. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · 6 years ago
  64. 55f3ce1 MINOR: buffer: make b_getblk_nc() take size_t for the block sizes by Willy Tarreau · 6 years ago
  65. 206ba83 MINOR: buffer: make b_getblk_nc() take const pointers by Willy Tarreau · 6 years ago
  66. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  67. fd8d42f MEDIUM: channel: make channel_slow_realign() take a swap buffer by Willy Tarreau · 6 years ago
  68. 4cf1300 MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() by Willy Tarreau · 6 years ago
  69. 70d318c BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers by Thierry FOURNIER · 6 years ago
  70. f874a83 BUG/MINOR: lua: Segfaults with wrong usage of types. by Frédéric Lécaille · 6 years ago
  71. fc044c9 MINOR: lua: Increase debug information by Thierry FOURNIER · 6 years ago
  72. 66b8919 BUG/MEDIUM: lua/socket: Buffer error, may segfault by Thierry FOURNIER · 6 years ago
  73. 101b976 BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock by Thierry FOURNIER · 6 years ago
  74. ba42fcd BUG/MEDIUM: lua/socket: Notification error by Thierry FOURNIER · 6 years ago
  75. 7e4ee47 BUG/MAJOR: lua: Dead lock with sockets by Thierry FOURNIER · 6 years ago
  76. af4bd08 BUG/MEDIUM: lua/socket: wrong scheduling for sockets by Thierry FOURNIER · 6 years ago
  77. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  78. 8c126c7 BUG/MEDIUM: lua/socket: Length required read doesn't work by Thierry FOURNIER · 6 years ago
  79. d5b073c MINOR: lua: Improve error message by Thierry Fournier · 6 years ago
  80. cbe6da5 BUG/MINOR: ssl/lua: prevent lua from affecting automatic maxconn computation by Willy Tarreau · 6 years ago
  81. 05ed330 BUG/MINOR: lua: Socket.send threw runtime error: 'close' needs 1 arguments. by sada · 6 years ago
  82. 706d5ee BUG/MINOR: lua: schedule socket task upon lua connect() by PiBa-NL · 6 years ago
  83. fe971b3 BUG/MINOR, BUG/MINOR: lua: Put tasks to sleep when waiting for data by PiBa-NL · 6 years ago
  84. 5bc9972 BUG/MINOR: lua/threads: Make lua's tasks sticky to the current thread by Christopher Faulet · 6 years ago
  85. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  86. cd235c6 BUG/MEDIUM: lua: Fix segmentation fault if a Lua task exits by Tim Duesterhus · 6 years ago
  87. 56cc125 MINOR: lua: allow socket api settimeout to accept integers, float, and doubles by Mark Lakes · 6 years ago
  88. 22154b4 CLEANUP: lua: typo fix in comments by Mark Lakes · 6 years ago
  89. 17a921b BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values by Thierry Fournier · 6 years ago
  90. e9636f1 BUG/MINOR: lua: the function returns anything by Thierry Fournier · 6 years ago
  91. 2986c0d CLEANUP: lua/syntax: lua is a name and not an acronym by Thierry FOURNIER · 6 years ago
  92. fd1e955 BUG/MINOR: lua: return bad error messages by Thierry FOURNIER · 6 years ago
  93. b814da6 MINOR: config: Add support for ARGT_MSK6 by Tim Duesterhus · 6 years ago
  94. 119a5f1 BUG/MINOR: lua: Fix return value of Socket.settimeout by Tim Duesterhus · 6 years ago
  95. 6edab86 BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect by Tim Duesterhus · 6 years ago
  96. b33754c DOC: lua: Fix typos in comments of hlua_socket_receive by Tim Duesterhus · 6 years ago
  97. c6e377e BUG/MINOR: lua: Fix default value for pattern in Socket.receive by Tim Duesterhus · 6 years ago
  98. fe7456f BUG/MEDIUM: lua: fix crash when using bogus mode in register_service() by Eric Salama · 7 years ago
  99. cb14688 BUG/MEDIUM: lua/notification: memory leak by Thierry FOURNIER · 7 years ago
  100. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago