- bc275a9 BUG/MINOR: lua: Init the lua wake_time value before calling a lua function by Christopher Faulet · 4 years, 8 months ago
- 501465d MINOR: lua: Rename hlua_action_wake_time() to hlua_set_wake_time() by Christopher Faulet · 4 years, 8 months ago
- d8f0e07 MINOR: lua: Remove the flag HLUA_TXN_HTTP_RDY by Christopher Faulet · 4 years, 8 months ago
- d31c7b3 MINOR: lua: Stop using lua txn in hlua_http_del_hdr() and hlua_http_add_hdr() by Christopher Faulet · 4 years, 8 months ago
- d1914aa MINOR: lua: Stop using the lua txn in hlua_http_rep_hdr() by Christopher Faulet · 4 years, 8 months ago
- 9d1332b MINOR: lua: Stop using the lua txn in hlua_http_get_headers() by Christopher Faulet · 4 years, 8 months ago
- 2ac9ba2 MINOR: lua: Add function to know if a channel is a response one by Christopher Faulet · 4 years, 8 months ago
- 0ec740e BUG/MINOR: lua: Ignore the reserve to know if a channel is full or not by Christopher Faulet · 4 years, 8 months ago
- 4ad7310 BUG/MINOR: lua: Abort when txn:done() is called from a Lua action by Christopher Faulet · 4 years, 8 months ago
- e58c000 BUG/MINOR: http-ana: Reset request analysers on a response side error by Christopher Faulet · 4 years, 8 months ago
- e6a62bf BUG/MEDIUM: compression/filters: Fix loop on HTX blocks compressing the payload by Christopher Faulet · 4 years, 8 months ago
- 497c759 BUG/MEDIUM: cache/filters: Fix loop on HTX blocks caching the response payload by Christopher Faulet · 4 years, 8 months ago
- 81340d7 BUG/MINOR: filters: Forward everything if no data filters are called by Christopher Faulet · 4 years, 8 months ago
- c50ee0b BUG/MINOR: filters: Use filter offset to decude the amount of forwarded data by Christopher Faulet · 4 years, 8 months ago
- 24598a4 MINOR: flt_trace: Use htx_find_offset() to get the available payload length by Christopher Faulet · 4 years, 8 months ago
- bb76aa4 MINOR: htx: Use htx_find_offset() to truncate an HTX message by Christopher Faulet · 4 years, 8 months ago
- 1cdceb9 MINOR: htx: Add a function to return a block at a specific offset by Christopher Faulet · 4 years, 8 months ago
- ba837ec CLEANUP: proxy_protocol: Use `size_t` when parsing TLVs by Tim Duesterhus · 4 years, 8 months ago
- 488ee7f BUG/MAJOR: proxy_protocol: Properly validate TLV lengths by Tim Duesterhus · 4 years, 8 months ago
- b1beaa3 BUG/MINOR: init: make the automatic maxconn consider the max of soft/hard limits by Willy Tarreau · 4 years, 8 months ago
- f91ac19 OPTIM: startup: fast unique_id allocation for acl. by Carl Henrik Lunde · 4 years, 8 months ago
- a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · 4 years, 8 months ago
- 0643b0e MINOR: proxy: Make `header_unique_id` a `struct ist` by Tim Duesterhus · 4 years, 8 months ago
- ed52637 CLEANUP: Use `isttest()` and `istfree()` by Tim Duesterhus · 4 years, 8 months ago
- e296d3e MINOR: ist: Add `int isttest(const struct ist)` by Tim Duesterhus · 4 years, 8 months ago
- 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · 4 years, 8 months ago
- 6cbe62b MINOR: debug: add CLI command "debug dev write" to write an arbitrary size by Willy Tarreau · 4 years, 8 months ago
- d04a2a6 BUG/MINOR: ssl-sock: do not return an uninitialized pointer in ckch_inst_sni_ctx_to_sni_filters by Willy Tarreau · 4 years, 8 months ago
- cfca142 MINOR: ssl: reach a ckch_store from a sni_ctx by William Lallemand · 4 years, 8 months ago
- 38df1c8 MINOR: ssl/cli: support crt-list filters by William Lallemand · 5 years ago
- f4629a5 BUG/MINOR: connection/debug: do not enforce !event_type on subscribe() anymore by Willy Tarreau · 4 years, 8 months ago
- 2825b4b MINOR: stream: Use stream_generate_unique_id by Tim Duesterhus · 4 years, 8 months ago
- 127a74d MINOR: stream: Add stream_generate_unique_id function by Tim Duesterhus · 4 years, 8 months ago
- 2c1f37d OPTIM: mux-h1: subscribe rather than waking up at a few other places by Willy Tarreau · 4 years, 8 months ago
- 6f95f6e OPTIM: connection: disable receiving on disabled events when the run queue is too high by Willy Tarreau · 4 years, 8 months ago
- 8de5c4f MEDIUM: connection: only call ->wake() for connect() without I/O by Willy Tarreau · 4 years, 8 months ago
- 4c69cff MINOR: tcp/uxst/sockpair: only ask for I/O when really waiting for a connect() by Willy Tarreau · 4 years, 8 months ago
- ada4c58 MEDIUM: stream-int: make sure to try to immediately validate the connection by Willy Tarreau · 4 years, 8 months ago
- 667fefd BUG/MEDIUM: connection: stop polling for sending when the event is ready by Willy Tarreau · 4 years, 8 months ago
- 109201f BUILD: tools: rely on __ELF__ not USE_DL to enable use of dladdr() by Willy Tarreau · 4 years, 8 months ago
- 9133e48 BUILD: tools: unbreak resolve_sym_name() on non-GNU platforms by Willy Tarreau · 4 years, 8 months ago
- a91b794 MINOR: debug: dump the whole trace if we can't spot the starting point by Willy Tarreau · 4 years, 8 months ago
- 13faf16 MINOR: debug: improve backtrace() on aarch64 and possibly other systems by Willy Tarreau · 4 years, 8 months ago
- cdd8074 MINOR: debug: report the number of entries in the backtrace by Willy Tarreau · 4 years, 8 months ago
- e58114e MINOR: wdt: do not depend on USE_THREAD by Willy Tarreau · 4 years, 8 months ago
- d6f1966 MEDIUM: wdt: fall back to CLOCK_REALTIME if CLOCK_THREAD_CPUTIME is not available by Willy Tarreau · 4 years, 8 months ago
- 7259fa2 BUG/MINOR: wdt: do not return an error when the watchdog couldn't be enabled by Willy Tarreau · 4 years, 8 months ago
- 842e94e MINOR: ssl: add "ca-verify-file" directive by Emmanuel Hocdet · 4 years, 11 months ago
- 0214b45 MINOR: debug: call backtrace() once upon startup by Willy Tarreau · 4 years, 8 months ago
- f5b4e06 MEDIUM: debug: add support for dumping backtraces of stuck threads by Willy Tarreau · 4 years, 8 months ago
- cf12f2e MINOR: cli: make "show fd" rely on resolve_sym_name() by Willy Tarreau · 4 years, 8 months ago
- 2e89b09 MINOR: debug: use resolve_sym_name() to dump task handlers by Willy Tarreau · 4 years, 8 months ago
- eb8b1ca MINOR: tools: add resolve_sym_name() to resolve function pointers by Willy Tarreau · 4 years, 8 months ago
- 762fb3e MINOR: tools: add new function dump_addr_and_bytes() by Willy Tarreau · 4 years, 8 months ago
- 55a6c4f BUILD: tools: remove obsolete and conflicting trace() from standard.c by Willy Tarreau · 4 years, 8 months ago
- 27d00c0 MINOR: task: export run_tasks_from_list by Willy Tarreau · 4 years, 8 months ago
- 3ebd55e MINOR: haproxy: export run_poll_loop by Willy Tarreau · 4 years, 8 months ago
- 1827845 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · 4 years, 8 months ago
- 82aafc4 BUG/MEDIUM: debug: make the debug_handler check for the thread in threads_to_dump by Willy Tarreau · 4 years, 8 months ago
- 516853f MINOR: debug: report the task handler's pointer relative to main by Willy Tarreau · 4 years, 8 months ago
- 7d9421d MINOR: tools: make sure to correctly check the returned 'ms' in date2std_log by Willy Tarreau · 4 years, 8 months ago
- 77e463f BUG/MINOR: arg: don't reject missing optional args by Willy Tarreau · 4 years, 8 months ago
- 493d9dc MEDIUM: mux-h1: do not blindly wake up the tasklet at end of request anymore by Willy Tarreau · 4 years, 8 months ago
- 065a025 MEDIUM: connection: don't stop receiving events in the FD handler by Willy Tarreau · 4 years, 8 months ago
- 7e59c0a MEDIUM: connection: make the subscribe() call able to wakeup if ready by Willy Tarreau · 4 years, 8 months ago
- 8dd348c MINOR: rawsock: always mark the FD not ready when we're certain it happens by Willy Tarreau · 4 years, 8 months ago
- b045bb2 MINOR: mux-h1: Remove useless case-insensitive comparisons by Christopher Faulet · 4 years, 8 months ago
- 3e1f7f4 BUG/MINOR: http-htx: Do case-insensive comparisons on Host header name by Christopher Faulet · 4 years, 8 months ago
- 81725b8 BUG/MINOR: dns: ignore trailing dot by Lukas Tribus · 4 years, 8 months ago
- 8588857 BUG/MEDIUM: ssl: chain must be initialized with sk_X509_new_null() by William Lallemand · 4 years, 8 months ago
- 530408f BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch by Tim Duesterhus · 4 years, 8 months ago
- 55c5399 MINOR: epoll: always initialize all of epoll_event to please valgrind by Willy Tarreau · 4 years, 8 months ago
- c1563e5 MINOR: wdt: always clear sigev_value to make valgrind happy by Willy Tarreau · 4 years, 8 months ago
- fd2658c BUG/MINOR: h2: reject again empty :path pseudo-headers by Willy Tarreau · 4 years, 8 months ago
- cf8cf6c MINOR: ssl/cli: "show ssl cert" command should print the "Chain Filename:" by Emmanuel Hocdet · 4 years, 9 months ago
- 6f507c7 MINOR: ssl: resolve ocsp_issuer later by Emmanuel Hocdet · 4 years, 9 months ago
- b90d2cb MINOR: ssl: resolve issuers chain later by Emmanuel Hocdet · 4 years, 9 months ago
- 75a7aa1 MINOR: ssl: move find certificate chain code to its own function by Emmanuel Hocdet · 4 years, 9 months ago
- 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 8 months ago
- e0f3fd5 CLEANUP: ssl: move issuer_chain tree and definition by William Lallemand · 4 years, 8 months ago
- a90e593 MINOR: ssl/cli: reorder 'show ssl cert' output by William Lallemand · 4 years, 8 months ago
- bb7288a MINOR: ssl/cli: 'show ssl cert'displays the issuer in the chain by William Lallemand · 4 years, 8 months ago
- 35f4a9d MINOR: ssl/cli: 'show ssl cert' displays the chain by William Lallemand · 4 years, 8 months ago
- 1b85785 MINOR: config: mark global.debug as deprecated by Willy Tarreau · 4 years, 8 months ago
- 7f26391 BUG/MINOR: connection: make sure to correctly tag local PROXY connections by Willy Tarreau · 4 years, 9 months ago
- 1ac83af CLEANUP: connection: use read_u32() instead of a cast in the netscaler parser by Willy Tarreau · 4 years, 8 months ago
- 26474c4 CLEANUP: lua: fix aliasing issues in the address matching code by Willy Tarreau · 4 years, 8 months ago
- 296cfd1 MINOR: pattern: fix all remaining strict aliasing issues by Willy Tarreau · 4 years, 8 months ago
- a8b7ecd CLEANUP: sample: use read_u64() in ipmask() to apply an IPv6 mask by Willy Tarreau · 4 years, 8 months ago
- 6cde5d8 CLEANUP: stick-tables: use read_u32() to display a node's key by Willy Tarreau · 4 years, 8 months ago
- 8b50758 CLEANUP: cache: use read_u32/write_u32 to access the cache entry's hash by Willy Tarreau · 4 years, 8 months ago
- 2b9f066 CLEANUP: fd: use a union in fd_rm_from_fd_list() to shut aliasing warnings by Willy Tarreau · 4 years, 8 months ago
- 105599c BUG/MEDIUM: ssl: fix several bad pointer aliases in a few sample fetch functions by Willy Tarreau · 4 years, 8 months ago
- 5715da2 BUG/MINOR: sample: fix the json converter's endian-sensitivity by Willy Tarreau · 4 years, 8 months ago
- 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 8 months ago
- ded15b7 BUILD: ssl: only pass unsigned chars to isspace() by Willy Tarreau · 4 years, 8 months ago
- 017484c CLEANUP: cfgparse: Fix type of second calloc() parameter by Tim Duesterhus · 4 years, 9 months ago
- 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · 4 years, 8 months ago
- 3f25ae3 BUG/MINOR: ssl: load .key in a directory only after PEM by William Lallemand · 4 years, 8 months ago
- 4c5adbf MINOR: ssl: load the key from a dedicated file by William Lallemand · 4 years, 8 months ago