1. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  2. ef21fac MEDIUM: arg: make make_arg_list() support quotes in arguments by Willy Tarreau · 4 years, 5 months ago
  3. 338c670 MEDIUM: arg: copy parsed arguments into the trash instead of allocating them by Willy Tarreau · 4 years, 5 months ago
  4. 80b53ff MEDIUM: arg: make make_arg_list() stop after its own arguments by Willy Tarreau · 4 years, 5 months ago
  5. ed2c662 MINOR: sample/acl: use is_idchar() to locate the fetch/conv name by Willy Tarreau · 4 years, 5 months ago
  6. d4ad669 MINOR: chunk: implement chunk_strncpy() to copy partial strings by Willy Tarreau · 4 years, 5 months ago
  7. 36f586b MINOR: tools: add is_idchar() to tell if a char may belong to an identifier by Willy Tarreau · 4 years, 5 months ago
  8. 6c57f2d MINOR: mux-fcgi: Make the capture of the path-info optional in pathinfo regex by Christopher Faulet · 4 years, 5 months ago
  9. 88a2f03 CLEANUP: ssl: remove unused functions in openssl-compat.h by Ilya Shipitsin · 4 years, 5 months ago
  10. 28cb366 BUG/MINOR: mux-fcgi: Forbid special characters when matching PATH_INFO param by Christopher Faulet · 4 years, 5 months ago
  11. 12ffab0 BUG/MEDIUM: muxes: Use the right argument when calling the destroy method. by Olivier Houchard · 4 years, 5 months ago
  12. f7dcdc8 BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat by William Dauchy · 4 years, 5 months ago
  13. 332ded5 SCRIPTS: make announce-release executable again by Willy Tarreau · 4 years, 5 months ago
  14. 97a7bda BUG/MINOR: tcp: don't try to set defaultmss when value is negative by William Dauchy · 4 years, 5 months ago
  15. 47e09dd BUILD: scripts/build-ssl.sh: use "uname" instead of ${TRAVIS_OS_NAME} by Ilya Shipitsin · 4 years, 5 months ago
  16. 1f555da BUILD: travis-ci: harden builds, add ERR=1 (warning ought to be errors) by Ilya Shipitsin · 4 years, 5 months ago
  17. 7ef2cb2 BUILD: travis-ci: no more allowed failures for openssl-1.0.2 by Ilya Shipitsin · 4 years, 5 months ago
  18. c132230 MINOR: build: add aix72-gcc build TARGET and power{8,9} CPUs by Christian Lachner · 4 years, 5 months ago
  19. c0e23ae BUG/MINOR: tcp: avoid closing fd when socket failed in tcp_bind_listener by William Dauchy · 4 years, 5 months ago
  20. 0948a78 BUG/MINOR: listener: enforce all_threads_mask on bind_thread on init by Willy Tarreau · 4 years, 5 months ago
  21. 50b6594 BUG/MEDIUM: listener: only consider running threads when resuming listeners by Willy Tarreau · 4 years, 5 months ago
  22. e35d1d4 BUILD: http_act: cast file sizes when reporting file size error by Willy Tarreau · 4 years, 5 months ago
  23. 160ad9e CLEANUP: mini-clist: simplify nested do { while(1) {} } while (0) by Willy Tarreau · 4 years, 5 months ago
  24. 157788c BUG/MINOR: connection: correctly retry I/O on signals by Willy Tarreau · 4 years, 5 months ago
  25. 4550e87 BUILD: cirrus-ci: add ERR=1 to freebsd builds by Ilya Shipitsin · 4 years, 5 months ago
  26. 1726dab BUILD: cirrus-ci: workaround "pkg install" bug by Ilya Shipitsin · 4 years, 5 months ago
  27. eccb2b4 BUILD: cirrus-ci: switch to "snap" images to unify openssl naming by Ilya Shipitsin · 4 years, 5 months ago
  28. 327ea5a BUG/MINOR: unix: better catch situations where the unix socket path length is close to the limit by Willy Tarreau · 4 years, 5 months ago
  29. 508f989 BUG/MAJOR: mux-h2: don't wake streams after connection was destroyed by Willy Tarreau · 4 years, 5 months ago
  30. 90de53d DOC: schematic of the SSL certificates architecture by William Lallemand · 4 years, 5 months ago
  31. 6730779 BUG/MEDIUM: tcp-rules: Fix track-sc* actions for L4/L5 TCP rules by Christopher Faulet · 4 years, 5 months ago
  32. 696f317 BUG/MEDIUM: ssl/cli: 'commit ssl cert' wrong SSL_CTX init by William Lallemand · 4 years, 5 months ago
  33. 817c4e3 BUG/MINOR: http-act: Fix bugs on error path during parsing of return actions by Christopher Faulet · 4 years, 5 months ago
  34. 692a6c2 BUG/MINOR: http-act: Set stream error flag before returning an error by Christopher Faulet · 4 years, 5 months ago
  35. f9beea5 SCRIPTS: backport: fix the master branch detection by Willy Tarreau · 4 years, 5 months ago
  36. 3823408 SCRIPTS: announce-release: allow the user to force to overwrite old files by Willy Tarreau · 4 years, 5 months ago
  37. 0f5ce60 SCRIPTS: announce-release: place the send command in the mail's header by Willy Tarreau · 4 years, 5 months ago
  38. 4c47d91 [RELEASE] Released version 2.2-dev2 by Willy Tarreau · 4 years, 5 months ago
  39. f1bc24c BUG/MINOR: acl: Fix type of log message when an acl is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  40. 499b298 SCRIPTS: backport: use short revs and resolve the initial commit by Willy Tarreau · 4 years, 5 months ago
  41. e4f80a0 CONTRIB: debug: also support reading values from stdin by Willy Tarreau · 4 years, 5 months ago
  42. 0cf811a MINOR: acl: Warn when an ACL is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  43. 9d6bb5a BUILD: lua: silence a warning on systems where longjmp is not marked as noreturn by Willy Tarreau · 4 years, 5 months ago
  44. 3610486 REGTESTS: Add a reg test for http-after-response rulesets by Christopher Faulet · 4 years, 5 months ago
  45. c5a0aee REGTESTS: Add reg tests for the HTTP return action by Christopher Faulet · 4 years, 5 months ago
  46. 700d9e8 MEDIUM: lua: Add ability for actions to intercept HTTP messages by Christopher Faulet · 4 years, 5 months ago
  47. 2c2c2e3 MINOR: lua: Add act:wake_time() function to set a timeout when an action yields by Christopher Faulet · 4 years, 5 months ago
  48. 0f3c890 MINOR: lua: Create the global 'act' object to register all action return codes by Christopher Faulet · 4 years, 5 months ago
  49. 7716cdf MINOR: lua: Get the action return code on the stack when an action finishes by Christopher Faulet · 4 years, 5 months ago
  50. a20a653 BUG/MINOR: http-ana: Increment failed_resp counters on invalid response by Christopher Faulet · 4 years, 5 months ago
  51. 07a718e CLEANUP: lua: Remove consistency check for sample fetches and actions by Christopher Faulet · 4 years, 5 months ago
  52. 4a2c142 MEDIUM: http-rules: Support extra headers for HTTP return actions by Christopher Faulet · 4 years, 5 months ago
  53. 24231ab MEDIUM: http-rules: Add the return action to HTTP rules by Christopher Faulet · 4 years, 5 months ago
  54. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  55. a72a7e4 MINOR: http-ana/http-rules: Use dedicated function to forward internal responses by Christopher Faulet · 4 years, 5 months ago
  56. ef70e25 MINOR: http-ana: Add a function for forward internal responses by Christopher Faulet · 4 years, 5 months ago
  57. 72c7d8d MINOR: http-ana: Rely on http_reply_and_close() to handle server error by Christopher Faulet · 4 years, 5 months ago
  58. 60b33a5 MINOR: http-rules: Handle the rule direction when a redirect is evaluated by Christopher Faulet · 4 years, 5 months ago
  59. c87e468 MINOR: http-rules: Add a flag on redirect rules to know the rule direction by Christopher Faulet · 4 years, 5 months ago
  60. c20afb8 BUG/MINOR: http-ana: Set HTX_FL_PROXY_RESP flag if a server perform a redirect by Christopher Faulet · 4 years, 5 months ago
  61. 7a138dc BUG/MINOR: http-ana: Reset HTX first index when HAPRoxy sends a response by Christopher Faulet · 4 years, 5 months ago
  62. 3b2bb63 MINOR: dns: Add function to release memory allocated for a do-resolve rule by Christopher Faulet · 4 years, 5 months ago
  63. a416843 MINOR: dns: Dynamically allocate dns options to reduce the act_rule size by Christopher Faulet · 4 years, 5 months ago
  64. 637259e BUG/MINOR: http-ana: Don't overwrite outgoing data when an error is reported by Christopher Faulet · 4 years, 5 months ago
  65. 7651362 MINOR: htx/channel: Add a function to copy an HTX message in a channel's buffer by Christopher Faulet · 4 years, 5 months ago
  66. 0ea0c86 MINOR: htx: Add a function to append an HTX message to another one by Christopher Faulet · 4 years, 5 months ago
  67. 0a589fd MINOR: http-htx: Emit a warning if an error file runs over the buffer's reserve by Christopher Faulet · 4 years, 5 months ago
  68. 333bf8c MINOR: http-rules: Set SF_ERR_PRXCOND termination flag when a header rewrite fails by Christopher Faulet · 4 years, 5 months ago
  69. 546c469 MINOR: global: Set default tune.maxrewrite value during global structure init by Christopher Faulet · 4 years, 5 months ago
  70. 91e31d8 BUG/MINOR: http-act: Use the good message to test strict rewritting mode by Christopher Faulet · 4 years, 5 months ago
  71. bde76f0 CONTRIB: debug: support reporting multiple values at once by Willy Tarreau · 4 years, 5 months ago
  72. 354b6f5 CONTRIB: debug: add the possibility to decode the value as certain types only by Willy Tarreau · 4 years, 5 months ago
  73. 8a0eabd CONTRIB: debug: add missing flags SF_HTX and SF_MUX by Willy Tarreau · 4 years, 5 months ago
  74. d02ffe9 CLEANUP: peers: Remove unused static function `free_dcache_tx` by Tim Duesterhus · 4 years, 5 months ago
  75. 10ce0c2 CLEANUP: peers: Remove unused static function `free_dcache` by Tim Duesterhus · 4 years, 5 months ago
  76. 077d366 CLEANUP: hpack: remove a redundant test in the decoder by Willy Tarreau · 4 years, 5 months ago
  77. 4dd145a BUG/MINOR: ssl: clear the SSL errors on DH loading failure by William Lallemand · 4 years, 5 months ago
  78. be9b00f SCRIPTS: use /usr/bin/env bash instead of /bin/bash for scripts by Willy Tarreau · 4 years, 5 months ago
  79. 731248f BUG/MINOR: ssl: we may only ignore the first 64 errors by Willy Tarreau · 4 years, 5 months ago
  80. e77a13a SCRIPTS: add a new "backport" script to simplify long series of backports by Willy Tarreau · 4 years, 5 months ago
  81. 3af48e7 MINOR: ssl: ssl-load-extra-files configure loading of files by William Lallemand · 4 years, 5 months ago
  82. 1c7c0d6 BUG/MAJOR: memory: Don't forget to unlock the rwlock if the pool is empty. by Olivier Houchard · 4 years, 5 months ago
  83. 04f5fe8 BUG/MEDIUM: memory: Add a rwlock before freeing memory. by Olivier Houchard · 4 years, 5 months ago
  84. 8af97eb MINOR: memory: Only init the pool spinlock once. by Olivier Houchard · 4 years, 5 months ago
  85. b6fa08b BUG/MEDIUM: memory_pool: Update the seq number in pool_flush(). by Olivier Houchard · 4 years, 5 months ago
  86. 952c264 MINOR: task: don't set TASK_RUNNING on tasklets by Willy Tarreau · 4 years, 5 months ago
  87. 1dfc9bb OPTIM: task: readjust CPU bandwidth distribution since last update by Willy Tarreau · 4 years, 5 months ago
  88. b30a153 MINOR: task: detect self-wakeups on tl==sched->current instead of TASK_RUNNING by Willy Tarreau · 4 years, 5 months ago
  89. d23d413 MINOR: task: make sched->current also reflect tasklets by Willy Tarreau · 4 years, 5 months ago
  90. bb23883 MINOR: task: permanently flag tasklets waking themselves up by Willy Tarreau · 4 years, 5 months ago
  91. 849d4f0 BUG/MEDIUM: connections: Don't forget to unlock when killing a connection. by Olivier Houchard · 4 years, 5 months ago
  92. c633607 OPTIM: task: refine task classes default CPU bandwidth ratios by Willy Tarreau · 4 years, 5 months ago
  93. a17664d MEDIUM: tasks: automatically requeue into the bulk queue an already running tasklet by Willy Tarreau · 4 years, 5 months ago
  94. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · 4 years, 5 months ago
  95. 4ffa0b5 MINOR: tasks: move the list walking code to its own function by Willy Tarreau · 4 years, 5 months ago
  96. 876b411 BUG/MEDIUM: pipe/thread: fix atomicity of pipe counters by Willy Tarreau · 4 years, 5 months ago
  97. 160287b MEDIUM: pipe/thread: maintain a per-thread local cache of recently used pipes by Willy Tarreau · 4 years, 5 months ago
  98. a945cfd MEDIUM: pipe/thread: reduce the locking overhead by Willy Tarreau · 4 years, 5 months ago
  99. a25a19f BUG/MINOR: ssl/cli: fix unused variable with openssl < 1.0.2 by William Lallemand · 4 years, 5 months ago
  100. 1113116 MEDIUM: raw-sock: remove obsolete calls to fd_{cant,cond,done}_{send,recv} by Willy Tarreau · 4 years, 5 months ago