1. 3c72872 CLEANUP: connection: use conn_ctrl_ready() instead of checking the flag by Willy Tarreau · 10 years ago
  2. 4afd70a BUG/MAJOR: fix freezes during compression by Willy Tarreau · 10 years ago
  3. 1f0da24 BUG/MEDIUM: unique_id: HTTP request counter is not stable by Willy Tarreau · 10 years ago
  4. c920096 BUG/MINOR: http: don't clear the SI_FL_DONT_WAKE flag between requests by Willy Tarreau · 11 years ago
  5. d7ad9f5 MAJOR: channel: add a new flag CF_WAKE_WRITE to notify the task of writes by Willy Tarreau · 11 years ago
  6. 51437d2 Revert "MEDIUM: stats: add support for HTTP keep-alive on the stats page" by Willy Tarreau · 11 years ago
  7. f3221f9 MEDIUM: stats: add support for HTTP keep-alive on the stats page by Willy Tarreau · 11 years ago
  8. 3988d93 OPTIM: http: don't stop polling for read on the client side after a request by Willy Tarreau · 11 years ago
  9. 7257550 BUG/MINOR: http: always disable compression on HTTP/1.0 by Willy Tarreau · 11 years ago
  10. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · 11 years ago
  11. 2737562 MEDIUM: stream-int: implement a very simplistic idle connection manager by Willy Tarreau · 11 years ago
  12. b169eba BUG/MEDIUM: http: cook_cnt() forgets to set its output type by Willy Tarreau · 11 years ago
  13. e8df1e1 MEDIUM: http: make option http_proxy automatically rewrite the URL by Willy Tarreau · 11 years ago
  14. 6b726ad MEDIUM: http: do not report connection errors for second and further requests by Willy Tarreau · 11 years ago
  15. 4213a11 MAJOR: http: add the keep-alive transition on the server side by Willy Tarreau · 11 years ago
  16. 9471b8c MEDIUM: connection: inform si_alloc_conn() whether existing conn is OK or not by Willy Tarreau · 11 years ago
  17. 2e7a165 OPTIM: http: do not re-enable reading on client side while closing the server side by Willy Tarreau · 11 years ago
  18. 3f3997e OPTIM: http: set CF_READ_DONTWAIT on response message by Willy Tarreau · 11 years ago
  19. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · 11 years ago
  20. 0b2fe4a MINOR: pattern: add support for compiling patterns for lookups by Thierry FOURNIER · 11 years ago
  21. 7148ce6 MEDIUM: pattern: Extract the index process from the pat_parse_*() functions by Thierry FOURNIER · 11 years ago
  22. cc0e0b3 MINOR: pattern: Each pattern sets the expected input type by Thierry FOURNIER · 11 years ago
  23. 2d400bb MINOR: stream_interface: add reporting of ressouce allocation errors by Willy Tarreau · 12 years ago
  24. 3770f23 MINOR: http: switch the http state to an enum by Willy Tarreau · 11 years ago
  25. c8987b3 DIET/MINOR: http: reduce the size of struct http_txn by 8 bytes by Willy Tarreau · 11 years ago
  26. 1fbe1c9 MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() by Willy Tarreau · 11 years ago
  27. 7b4b499 MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() by Willy Tarreau · 11 years ago
  28. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · 11 years ago
  29. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · 11 years ago
  30. 4bd33a9 MINOR: http: use conn_init() to reinitialize the server connection by Willy Tarreau · 11 years ago
  31. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  32. 9b6c2c7 MINOR: stream-int: rename ->applet to ->appctx by Willy Tarreau · 11 years ago
  33. 1e6902f MINOR: connection: always initialize conn->objt_type to OBJ_TYPE_CONN by Willy Tarreau · 11 years ago
  34. 414e9bb MEDIUM: stats: move request argument processing to the final step by Willy Tarreau · 11 years ago
  35. 347a35d MAJOR: stats: move the HTTP stats handling to its applet by Willy Tarreau · 11 years ago
  36. 96d4491 MEDIUM: stats: prepare the HTTP stats I/O handler to support more states by Willy Tarreau · 11 years ago
  37. 4c804ec MINOR: http: prevent smp_fetch_url_{ip,port} from using si->conn by Willy Tarreau · 11 years ago
  38. 306f830 MEDIUM: stats: don't use conn->xprt_ctx anymore by Willy Tarreau · 11 years ago
  39. a94d2d7 MEDIUM: stats: don't use conn->xprt_st anymore by Willy Tarreau · 11 years ago
  40. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · 11 years ago
  41. 0900bcb BUG/MEDIUM: checks: also update the DRAIN state from the web interface by Willy Tarreau · 11 years ago
  42. 60e0838 BUG/MINOR: http: usual deinit stuff in last commit by Willy Tarreau · 11 years ago
  43. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · 11 years ago
  44. 0cba607 MINOR: acl/pattern: use types different from int to clarify who does what. by Willy Tarreau · 11 years ago
  45. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  46. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · 11 years ago
  47. dd69a04 MEDIUM: acl: associate "struct sample_storage" to each "struct acl_pattern" by Thierry FOURNIER · 11 years ago
  48. 1c0054f BUG/MINOR: arg: fix error reporting for add-header/set-header sample fetch arguments by Thierry FOURNIER · 11 years ago
  49. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · 11 years ago
  50. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · 11 years ago
  51. 125d099 MEDIUM: Move health element to struct check by Simon Horman · 11 years ago
  52. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · 11 years ago
  53. e155ec2 BUG/MINOR: http: fix build warning introduced with url32/url32_src by Willy Tarreau · 11 years ago
  54. 6d4890c BUG/MEDIUM: http: fix possible parser crash when parsing erroneous "http-request redirect" rules by Willy Tarreau · 11 years ago
  55. 39c63c5 url32+src - like base32+src but whole url including parameters by Neil - HAProxy List · 11 years ago
  56. 3b44e72 CLEANUP: http: merge error handling for req* and http-request * by Willy Tarreau · 11 years ago
  57. 687ba13 CLEANUP: http: homogenize processing of denied req counter by Willy Tarreau · 11 years ago
  58. 8ac7249 BUG/MINOR: stats: don't count tarpitted connections twice by Willy Tarreau · 11 years ago
  59. 5068d96 MINOR: http: change url_decode to return the size of the decoded string. by Thierry FOURNIER · 11 years ago
  60. 472b1ee BUG/MEDIUM: http: accept full buffers on smp_prefetch_http by Willy Tarreau · 11 years ago
  61. 7959a55 MINOR: http: compute response time before processing headers by Willy Tarreau · 11 years ago
  62. 5b7ea3a BUG/MEDIUM: unique_id: junk in log on empty unique_id by William Lallemand · 11 years ago
  63. 9f09521 BUG/MEDIUM: unique_id: HTTP request counter must be unique! by Willy Tarreau · 11 years ago
  64. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  65. 276fae9 MINOR: samples: add the http_date([<offset>]) sample converter. by Willy Tarreau · 11 years ago
  66. 506d050 BUG/MAJOR: http: sample prefetch code was not properly migrated by Willy Tarreau · 11 years ago
  67. 5b15f90 BUG/MEDIUM: http: "option checkcache" fails with the no-cache header by Willy Tarreau · 11 years ago
  68. 67db8df MEDIUM: http: add IPv6 support for "set-tos" by Lukas Tribus · 11 years ago
  69. 2dd1d1a BUG/MINOR: http: fix "set-tos" not working in certain configurations by Lukas Tribus · 11 years ago
  70. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  71. 67dad27 BUG/CRITICAL: fix a possible crash when using negative header occurrences by Willy Tarreau · 11 years ago
  72. 3c4beb1 CLEANUP: http: remove the bogus urlp_ip ACL match by Willy Tarreau · 11 years ago
  73. c32484e MEDIUM: acl: remove 15 additional useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  74. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  75. 51347ed MEDIUM: http: add the "set-mark" action on http-request/http-response rules by Willy Tarreau · 11 years ago
  76. 42cf39e MEDIUM: http: add support for "set-tos" in http-request/http-response by Willy Tarreau · 11 years ago
  77. 9a355ec MEDIUM: http: add support for action "set-log-level" in http-request/http-response by Willy Tarreau · 11 years ago
  78. abcd514 MEDIUM: log: add a log level override value in struct session by Willy Tarreau · 11 years ago
  79. f4c43c1 MEDIUM: http: add the "set-nice" action to http-request and http-response by Willy Tarreau · 11 years ago
  80. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  81. 04ff9f1 MINOR: http: add full-length header fetch methods by Willy Tarreau · 11 years ago
  82. 570f221 MINOR: log: add a new flag 'L' for locally processed requests by Willy Tarreau · 11 years ago
  83. 379357a BUG/MAJOR: http: always ensure response buffer has some room for a response by Willy Tarreau · 11 years ago
  84. 7fe3300 BUG/MEDIUM: stats: fix a regression when dealing with POST requests by Willy Tarreau · 11 years ago
  85. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · 11 years ago
  86. 667c2a3 BUG/MAJOR: http: compression still has defects on chunked responses by Willy Tarreau · 11 years ago
  87. 8d1c516 BUG/MINOR: http: add-header/set-header did not accept the ACL condition by Willy Tarreau · 11 years ago
  88. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · 11 years ago
  89. 0a0daec MEDIUM: http: remove val_usr() to validate user_lists by Willy Tarreau · 11 years ago
  90. ff5afcc MINOR: http: replace acl_parse_ver with acl_parse_str by Willy Tarreau · 11 years ago
  91. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  92. 18ed256 MINOR: http: add new direction-explicit sample fetches for headers and cookies by Willy Tarreau · 11 years ago
  93. 9baae63 MAJOR: acl: remove fetch argument validation from the ACL struct by Willy Tarreau · 11 years ago
  94. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  95. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  96. 409bcde MEDIUM: http: unify acl and sample fetch functions by Willy Tarreau · 11 years ago
  97. 434c57c MINOR: log: indicate it when some unreliable sample fetches are logged by Willy Tarreau · 11 years ago
  98. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · 11 years ago
  99. e0db1e8 MEDIUM: acl: remove flag ACL_MAY_LOOKUP which is improperly used by Willy Tarreau · 12 years ago
  100. aae75e3 BUG/CRITICAL: using HTTP information in tcp-request content may crash the process by Willy Tarreau · 11 years ago