1. 4b788f7 BUG/MEDIUM: http: add-header: buffer overwritten by Thierry Fournier · 8 years ago
  2. 53c1a9b BUG/MINOR: http: add-header: header name copied twice by Thierry Fournier · 8 years ago
  3. 2e785f2 MEDIUM: tcp: add 'set-src' to 'tcp-request connection' by William Lallemand · 8 years ago
  4. 58727ec BUG/MAJOR: http: fix breakage of "reqdeny" causing random crashes by Willy Tarreau · 8 years ago
  5. 6e61589 BUG/MAJOR: fix listening IP address storage for frontends by Vincent Bernat · 8 years ago
  6. 3de5bd6 BUG/MEDIUM: http: fix risk of CPU spikes with pipelined requests from dead client by Willy Tarreau · 8 years ago
  7. f51d03c BUG/MEDIUM: http: fix incorrect reporting of server errors by Willy Tarreau · 8 years ago
  8. 0e00dca DOC: http: rename the unique-id sample and add the documentation by Thierry Fournier · 8 years ago
  9. 83a2c3d BUG/MINOR : allow to log cookie for tarpit and denied request by Bertrand Paquet · 8 years ago
  10. 7365f7d CLEANUP: proto_http: few corrections for gcc warnings. by David Carlier · 8 years ago
  11. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  12. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · 8 years ago
  13. f3764b7 MEDIUM: proxy: use dynamic allocation for error dumps by Willy Tarreau · 8 years ago
  14. f4011dd MINOR: http: sample fetch which returns unique-id by Thierry Fournier · 8 years ago
  15. 69ad4b9 BUG/MAJOR: Fix crash in http_get_fhdr with exactly MAX_HDR_HISTORY headers by Nenad Merdanovic · 8 years ago
  16. 5c557d1 CLEANUP: http: fix a build warning introduced by a recent fix by Willy Tarreau · 8 years ago
  17. 1e62df9 MEDIUM: stats: implement a typed output format for stats by Willy Tarreau · 8 years ago
  18. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · 8 years ago
  19. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  20. 75e2eb6 MINOR: filters/http: Forward remaining data when a channel has no "data" filters by Christopher Faulet · 9 years ago
  21. 113f7de MINOR: filters/http: Slightly update the parsing of chunks by Christopher Faulet · 9 years ago
  22. da02e17 MAJOR: filters: Require explicit registration to filter HTTP body and TCP data by Christopher Faulet · 9 years ago
  23. dbe34eb MEDIUM: filters/http: Move body parsing of HTTP messages in dedicated functions by Christopher Faulet · 9 years ago
  24. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  25. 2fb2880 MEDIUM: filters: remove http_start_chunk, http_last_chunk and http_chunk_end by Christopher Faulet · 9 years ago
  26. 3e34429 MEDIUM: filters: Use macros to call filters callbacks to speed-up processing by Christopher Faulet · 9 years ago
  27. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  28. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · 9 years ago
  29. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  30. 53f9685 BUG/MEDIUM: http-reuse: do not share private connections across backends by Willy Tarreau · 8 years ago
  31. f78d896 BUG/MEDIUM: sample: http_date() doesn't provide the right day of the week by Cyril Bonté · 8 years ago
  32. a94e5a5 MINOR: filters/http: Use a wrapper function instead of stream_int_retnclose by Christopher Faulet · 9 years ago
  33. a46bbd8 BUG/MINOR: http: Be sure to process all the data received from a server by Christopher Faulet · 9 years ago
  34. f662582 BUG/MINOR: http: fix several off-by-one errors in the url_param parser by Willy Tarreau · 9 years ago
  35. 858b103 BUG/MEDIUM: http: fix http-reuse when frontend and backend differ by Willy Tarreau · 9 years ago
  36. ce1ef4d BUG/MEDIUM: sample: urlp can't match an empty value by Cyril Bonté · 9 years ago
  37. 714ea78 BUG/MEDIUM: http: don't enable auto-close on the response side by Willy Tarreau · 9 years ago
  38. 7f876a1 BUG/MEDIUM: http: switch the request channel to no-delay once done. by Willy Tarreau · 9 years ago
  39. 1e1f41d BUG: http: do not abort keep-alive connections on server timeout by lsenta · 9 years ago
  40. 1c59bd5 BUG/MAJOR: http: don't requeue an idle connection that is already queued by Willy Tarreau · 9 years ago
  41. d57ad64 BUG/MINOR: http: Add OPTIONS in supported http methods (found by find_http_meth) by Christopher Faulet · 9 years ago
  42. ab95e65 MINOR: http/tcp: fill the avalaible actions by Thierry FOURNIER · 9 years ago
  43. 4686f79 MINOR: proto_http: Externalisation of previously internal functions by David Carlier · 9 years ago
  44. acc9800 MEDIUM: action: add a new flag ACT_FLAG_FIRST by Willy Tarreau · 9 years ago
  45. 3945868 MEDIUM: http: pass ACT_FLAG_FINAL to custom actions by Willy Tarreau · 9 years ago
  46. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  47. fd50f0b MINOR: http: split initialization by Thierry FOURNIER · 9 years ago
  48. 3c33178 MINOR: http: export http_get_path() function by Thierry FOURNIER · 9 years ago
  49. ed08d6a MEDIUM: proto_http: smp_prefetch_http initialize txn by Thierry FOURNIER · 9 years ago
  50. 85c6c97 MINOR: action: add reference to the original keywork matched for the called parser. by Thierry FOURNIER · 9 years ago
  51. c29d0cd BUG/MEDIUM: http: do not dereference strm_li(stream) by Willy Tarreau · 9 years ago
  52. 91a41cb MINOR: http: made CHECK_HTTP_MESSAGE_FIRST accessible to other functions by James Rosewell · 9 years ago
  53. b7ce424 BUG/MINOR: http: remove stupid HTTP_METH_NONE entry by Willy Tarreau · 9 years ago
  54. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · 9 years ago
  55. bd99d58 BUG/MAJOR: http: don't manipulate the server connection if it's killed by Willy Tarreau · 9 years ago
  56. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · 9 years ago
  57. 3f4bc65 DOC: fix "http_action_set_req_line()" comments by Thierry FOURNIER · 9 years ago
  58. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · 9 years ago
  59. 322a124 MINOR: actions: mutualise the action keyword lookup by Thierry FOURNIER · 9 years ago
  60. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  61. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · 9 years ago
  62. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · 9 years ago
  63. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  64. 22e4901 MINOR: actions: remove the mark indicating the last entry in enum by Thierry FOURNIER · 9 years ago
  65. 5563e4b MINOR: actions: add "from" information by Thierry FOURNIER · 9 years ago
  66. 5ec63e0 MEDIUM: track-sc: Move the track-sc configuration storage in the union by Thierry FOURNIER · 9 years ago
  67. e209797 MINOR: proto_http: replace generic opaque types by real used types in "http_capture" by id by Thierry FOURNIER · 9 years ago
  68. 32b1500 MINOR: proto_http: replace generic opaque types by real used types in "http_capture" by Thierry FOURNIER · 9 years ago
  69. 8855a92 MINOR: proto_http: replace generic opaque types by real used types for the actions on thr request line by Thierry FOURNIER · 9 years ago
  70. a002dc9 MINOR: proto_http: use an "expr" type in place of generic opaque type. by Thierry FOURNIER · 9 years ago
  71. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  72. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  73. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  74. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · 9 years ago
  75. 9b49f58 CLEANUP: proto_http: remove useless initialisation by Thierry FOURNIER · 9 years ago
  76. 53a09d5 MAJOR: http: remove references to appsession by Willy Tarreau · 9 years ago
  77. 449d74a MEDIUM: backend: add the "http-reuse aggressive" strategy by Willy Tarreau · 9 years ago
  78. 8dff998 MAJOR: backend: initial work towards connection reuse by Willy Tarreau · 9 years ago
  79. 387ebf8 MINOR: connection: add a new flag CO_FL_PRIVATE by Willy Tarreau · 9 years ago
  80. 4320eaa MINOR: stream-int: make si_idle_conn() only accept valid connections by Willy Tarreau · 9 years ago
  81. 323a2d9 MEDIUM: stream-int: queue idle connections at the server by Willy Tarreau · 9 years ago
  82. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · 9 years ago
  83. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · 9 years ago
  84. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  85. fac9ccf BUG/MINOR: http/sample: gmtime/localtime can fail by Thierry FOURNIER · 9 years ago
  86. 2fbcafc MEDIUM: http: Add new 'set-src' option to http-request by Adis Nezirovic · 9 years ago
  87. 79beb24 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() by Adis Nezirovic · 9 years ago
  88. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · 9 years ago
  89. 0e11863 MINOR: tcp/http/conf: extends the keyword registration options by Thierry FOURNIER · 9 years ago
  90. b8cdf52 BUG/MEDIUM: http: fix body processing for the stats applet by Willy Tarreau · 9 years ago
  91. 2de8a50 MEDIUM: http: no need to close the request on redirect if data was parsed by Willy Tarreau · 9 years ago
  92. 51d861a MEDIUM: http: implement http-response redirect rules by Willy Tarreau · 9 years ago
  93. be4653b MINOR: http: prepare support for parsing redirect actions on responses by Willy Tarreau · 9 years ago
  94. b329a31 CLEANUP: http: explicitly reference request in http_apply_redirect_rules() by Willy Tarreau · 9 years ago
  95. e80fada MEDIUM: capture: adds http-response capture by Thierry FOURNIER · 9 years ago
  96. 82bf70d MEDIUM: capture: Allow capture with slot identifier by Thierry FOURNIER · 9 years ago
  97. 35ab275 MINOR: capture: add two "capture" converters by Thierry FOURNIER · 9 years ago
  98. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · 9 years ago
  99. 26f77e5 BUG/MEDIUM: http: fix the url_param fetch by Dragan Dosen · 9 years ago
  100. 8be451c MEDIUM: http: url-encoded parsing function can run throught wrapped buffer by Thierry FOURNIER · 9 years ago