| 2021-03-24 |
Christopher... | BUG/MEDIUM: lua: Always init the lua stack before refer... |
commit | commitdiff | tree | snapshot |
| 2021-03-24 |
Christopher... | BUG/MEDIUM: debug/lua: Use internal hlua function to... |
commit | commitdiff | tree | snapshot |
| 2021-03-24 |
Christopher... | MINOR: lua: Slightly improve function dumping the lua... |
commit | commitdiff | tree | snapshot |
| 2021-03-24 |
Ilya Shipitsin | BUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_e... |
commit | commitdiff | tree | snapshot |
| 2021-03-24 |
Ilya Shipitsin | CLEANUP: ssl: remove unused definitions |
commit | commitdiff | tree | snapshot |
| 2021-03-23 |
Remi Tricot... | BUG/MINOR: ssl: Prevent disk access when using "add... |
commit | commitdiff | tree | snapshot |
| 2021-03-23 |
Willy Tarreau | BUILD: tools: fix build error with new PA_O_DEFAULT_DGRAM |
commit | commitdiff | tree | snapshot |
| 2021-03-23 |
Emeric Brun | MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM... |
commit | commitdiff | tree | snapshot |
| 2021-03-23 |
Willy Tarreau | BUG/MEDIUM: freq_ctr/threads: use the global_now_ms... |
commit | commitdiff | tree | snapshot |
| 2021-03-23 |
Willy Tarreau | MINOR: time: also provide a global, monotonic global_no... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: quic: use pool_zalloc() instead of pool_alloc... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: tcpcheck: use pool_zalloc() instead of pool_al... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: ssl: use pool_zalloc() in ssl_init_keylog() |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: resolvers: use pool_zalloc() in resolv_link_re... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: mailers: use pool_zalloc() in enqueue_one_emai... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: frontend: use pool_zalloc() in frontend_accept() |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: spoe: use pool_zalloc() instead of pool_alloc... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: filters: use pool_zalloc() in flt_stream_add_f... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: connection: use pool_zalloc() in conn_alloc_ha... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: pools: add pool_zalloc() to return a zeroed... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: pools: make the pool allocator support a few... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: pools: remove the unused pool_get_first()... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: dynbuf: remove the unused b_alloc_fast() function |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: dynbuf: remove b_alloc_margin() |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MEDIUM: dynbuf: remove last usages of b_alloc_margin() |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: channel: simplify the channel's buffer allocation |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: l7-retries: do not test the buffer before... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | CLEANUP: compression: do not test for buffer before... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: dynbuf: make b_alloc() always check if the buffe... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: opentracing: use pool_alloc(), not pool_alloc_di... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: ssl: use pool_alloc(), not pool_alloc_dirty() |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: cache: use pool_alloc(), not pool_alloc_dirty() |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: fcgi-app: use pool_alloc(), not pool_alloc_dirty() |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: spoe: use pool_alloc(), not pool_alloc_dirty() |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Willy Tarreau | MINOR: compression: use pool_alloc(), not pool_alloc_di... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Amaury Denoyelle | REGTESTS: wait for proper return of enable server in... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Amaury Denoyelle | REGTESTS: remove unneeded experimental-mode in cli... |
commit | commitdiff | tree | snapshot |
| 2021-03-22 |
Amaury Denoyelle | CLEANUP: mark defproxy as const on parse tune.fail... |
commit | commitdiff | tree | snapshot |
| 2021-03-20 |
Ilya Shipitsin | REGTESTS: revert workaround for a crash with recent... |
commit | commitdiff | tree | snapshot |
| 2021-03-20 |
Ilya Shipitsin | CI: github actions: update LibreSSL to 3.2.5 |
commit | commitdiff | tree | snapshot |
| 2021-03-20 |
Ilya Shipitsin | CLEANUP: assorted typo fixes in the code and comments |
commit | commitdiff | tree | snapshot |
| 2021-03-20 |
Ilya Shipitsin | CI: codespell: whitelist "Dragan Dosen" |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Olivier Houchard | MEDIUM: quic: Fix build. |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Olivier Houchard | MEDIUM: quic: Fix build. |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Willy Tarreau | [RELEASE] Released version 2.4-dev13 v2.4-dev13 |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Christopher... | BUG/MEDIUM: debug/lua: Don't dump the lua stack if... |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Christopher... | MEDIUM: lua: Use a per-thread counter to track some... |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Christopher... | CLEANUP: tcp-rules: Fix a typo in error messages about... |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Olivier Houchard | MINOR: muxes: garbage collect the reset() method. |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Olivier Houchard | MEDIUM: connections: Implement a start() method in... |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Olivier Houchard | MEDIUM: connections: Implement a start() method for... |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Olivier Houchard | MEDIUM: connections: Introduce a new XPRT method, start(). |
commit | commitdiff | tree | snapshot |
| 2021-03-19 |
Olivier Houchard | MINOR: raw_sock: Add a close method. |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Christopher... | CLEANUP: Fix a typo in fix_is_valid description |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Emeric Brun | BUG/MINOR: protocol: add missing support of dgram unix... |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | MINOR: server: support keyword proto in 'add server... |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | MINOR: server: enable standard options for dynamic... |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | REGTESTS: implement test for 'add server' cli |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | MEDIUM: server: implement 'add server' cli command |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | MINOR: stats: export function to allocate extra proxy... |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | MINOR: server: prepare parsing for dynamic servers |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | REORG: server: use flags for parse_server |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | REORG: server: attach servers in parse_server |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | REORG: server: rename internal functions from parse_server |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | REORG: server: move alert traces in parse_server |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | REORG: server: split parse_server |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | MINOR: server: remove fastinter from mistyped kw list |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | REORG: server: move keywords in srv_kws |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | MINOR: cfgparse: always alloc idle conns task |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | REORG: server: add a free server function |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Amaury Denoyelle | MINOR: cli: implement experimental-mode |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Eric Salama | MINOR: mworker/cli: alert the user if we enabled a... |
commit | commitdiff | tree | snapshot |
| 2021-03-18 |
Eric Salama | MINOR/BUG: mworker/cli: do not use the unix_bind prefix... |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Willy Tarreau | MINOR: freq_ctr/threads: relax when failing to update... |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Willy Tarreau | BUG/MINOR: freq_ctr/threads: make use of the last updat... |
commit | commitdiff | tree | snapshot |
| 2021-03-17 |
Willy Tarreau | MINOR: time: export the global_now variable |
commit | commitdiff | tree | snapshot |
| 2021-03-16 |
Christopher... | BUG/MINOR: resolvers: Add missing case-insensitive... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Willy Tarreau | MINOR: cfgparse/proxy: also support spelling fixes... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Willy Tarreau | MINOR: cli: limit spelling suggestions to 5 |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Willy Tarreau | MINOR: cli: sort the suggestions by order of relevance |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Willy Tarreau | MINOR: cli: improve fuzzy matching to work on all remai... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Willy Tarreau | MINOR: tools: do not sum squares of differences for... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Willy Tarreau | MINOR: tools: improve word fingerprinting by counting... |
commit | commitdiff | tree | snapshot |
| 2021-03-15 |
Willy Tarreau | BUG/MINOR: cfgparse: use the GLOBAL not LISTEN keywords... |
commit | commitdiff | tree | snapshot |
| 2021-03-13 |
Willy Tarreau | BUG/MEDIUM: cli: fix "help" crashing since recent spell... |
commit | commitdiff | tree | snapshot |
| 2021-03-13 |
Willy Tarreau | [RELEASE] Released version 2.4-dev12 v2.4-dev12 |
commit | commitdiff | tree | snapshot |
| 2021-03-13 |
Ilya Shipitsin | CLEANUP: assorted typo fixes in the code and comments |
commit | commitdiff | tree | snapshot |
| 2021-03-13 |
Willy Tarreau | CLEANUP: task: make sure tasklet handlers always indica... |
commit | commitdiff | tree | snapshot |
| 2021-03-13 |
Willy Tarreau | CLEANUP: cli: rename the last few "stats_" to "cli_" |
commit | commitdiff | tree | snapshot |
| 2021-03-13 |
Willy Tarreau | CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | MINOR: cli: apply the fuzzy matching on the whole comma... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | MINOR: tools: add the ability to update a word fingerprint |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | MEDIUM: cli: apply spelling fixes for known commands... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | MINOR: cli: filter the list of commands to the matching... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | MINOR: cli: print the error message in the parser funct... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | MINOR: cli: test the appctx level for master access... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | MINOR: cli: set the ACCESS_MASTER* bits on the master... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | CLEANUP: cli: fix misleading comment and better indent... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Willy Tarreau | BUG/MINOR: cli: make sure "help", "prompt", "quit"... |
commit | commitdiff | tree | snapshot |
| 2021-03-12 |
Christopher... | CLEANUP: resolvers: Perform unsafe loop on requester... |
commit | commitdiff | tree | snapshot |
| next |