| 2020-06-19 |
William Lallemand | REGTEST: http-rules: test spaces in ACLs with master CLI |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
William Lallemand | REGTEST: http-rules: test spaces in ACLs |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
William Lallemand | BUG/MINOR: mworker/cli: fix semicolon escaping in maste... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
William Lallemand | BUG/MINOR: mworker/cli: fix the escaping in the master CLI |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Yves Lafon | BUG/MINOR: cli: allow space escaping on the CLI |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Willy Tarreau | MEDIUM: tasks: also process late wakeups in process_run... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Willy Tarreau | MEDIUM: tasks: clean up the front side of the wait... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Willy Tarreau | MINOR: haproxy: process signals before runnable tasks |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Willy Tarreau | CONTRIB: debug: add the missing flags CO_FL_SAFE_LIST... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Willy Tarreau | MEDIUM: fd: add experimental support for edge-triggered... |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Dragan Dosen | MEDIUM: peers: add the "localpeer" global option |
commit | commitdiff | tree | snapshot |
| 2020-06-19 |
Dragan Dosen | MINOR: peers: do not use localpeer as an array anymore |
commit | commitdiff | tree | snapshot |
| 2020-06-18 |
Willy Tarreau | MINOR: fd: factorize the fd_takeover() exit path to... |
commit | commitdiff | tree | snapshot |
| 2020-06-18 |
Willy Tarreau | MINOR: fd: slightly optimize the fd_takeover double... |
commit | commitdiff | tree | snapshot |
| 2020-06-18 |
Willy Tarreau | MEDIUM: fd: refine the fd_takeover() migration lock |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Willy Tarreau | MINOR: activity: rename the "stream" field to "stream_c... |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Willy Tarreau | MINOR: activity: group the per-loop counters at the top |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Olivier Houchard | BUG/MEDIUM: fd: Call fd_stop_recv() when we just got... |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Olivier Houchard | BUG/MEDIUM: fd: Don't fd_stop_recv() a fd we don't... |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Olivier Houchard | MINOR: fd: Fix a typo in a coment. |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Willy Tarreau | MINOR: activity: rename confusing poll_* fields in... |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Willy Tarreau | MINOR: activity: report the number of times poll()... |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Willy Tarreau | DOC: fd: make it clear that some fields ordering must... |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Willy Tarreau | CLEANUP: activity: remove unused counter fd_lock |
commit | commitdiff | tree | snapshot |
| 2020-06-17 |
Willy Tarreau | BUG/MAJOR: connection: always disable ready events... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Olivier Houchard | BUILD: Fix build by including haproxy/global.h |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | MINOR: version: report the presence of the compiler... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | MINOR: compiler: always define __has_feature() |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | MINOR: version: put the compiler version output into... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | BUG/MINOR: spoe: add missing key length check before... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Tim Duesterhus | BUG/MINOR: cfgparse: Add missing fatal++ in PARSE_ERR_H... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | MINOR: http: do not close connections anymore after... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | BUG/MEDIUM: cfgparse: stop after a reasonable amount... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | BUG/MEDIUM: cfgparse: use parse_line() to expand/unquot... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | MINOR: tools: add a new configurable line parse, parse_... |
commit | commitdiff | tree | snapshot |
| 2020-06-16 |
Willy Tarreau | BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to... |
commit | commitdiff | tree | snapshot |
| 2020-06-15 |
Tim Duesterhus | BUG/MAJOR: vars: Fix bogus free() during deinit() for... |
commit | commitdiff | tree | snapshot |
| 2020-06-15 |
Willy Tarreau | BUILD: haproxy: mark deinit_and_exit() as noreturn |
commit | commitdiff | tree | snapshot |
| 2020-06-15 |
Willy Tarreau | BUG/MINOR: tcp-rules: tcp-response must check the buffe... |
commit | commitdiff | tree | snapshot |
| 2020-06-15 |
Willy Tarreau | BUG/MINOR: http: make smp_fetch_body() report that... |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Willy Tarreau | BUILD: atomic: add string.h for memcpy() on ARM64 |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Willy Tarreau | BUILD: compression: make gcc 10 happy with free_zlib() |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Tim Duesterhus | BUG/MINOR: haproxy: Free rule->arg.vars.expr during... |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Tim Duesterhus | MINOR: haproxy: Make use of deinit_and_exit() for clean... |
commit | commitdiff | tree | snapshot |
| 2020-06-14 |
Tim Duesterhus | MINOR: haproxy: Add void deinit_and_exit(int) |
commit | commitdiff | tree | snapshot |
| 2020-06-13 |
Ilya Shipitsin | CI: travis-ci: use "-O1" for clang builds |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Tim Duesterhus | BUG/MEDIUM: checks: Fix off-by-one in allocation of... |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Willy Tarreau | BUILD: proto_uxst: shut up yet another gcc's absurd... |
commit | commitdiff | tree | snapshot |
| 2020-06-12 |
Willy Tarreau | BUILD: thread: add parenthesis around values of locking... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
William Lallemand | BUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Tim Duesterhus | BUILD: Re-enable -Wimplicit-fallthrough |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | BUG/MEDIUM: pattern: fix thread safety of pattern matching |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Tim Duesterhus | BUILD: Remove nowarn for warnings that do not trigger |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | BUG/MEDIUM: log: don't hold the log lock during writev... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | BUILD: include: add sys/types before netinet/tcp.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | [RELEASE] Released version 2.2-dev9 v2.2-dev9 |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: dgram: rename proto_udp to dgram |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: make list-t.h part of the base API |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | CLEANUP: include: tree-wide alphabetical sort of includ... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move THREAD_LOCAL and __decl_thread... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move MAX_THREADS to defaults.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | CLEANUP: include: make atomic.h part of the base API |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | CLEANUP: compiler: add a THREAD_ALIGNED macro and use... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | BUILD: reorder objects in the Makefile for faster builds |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move the error reporting functions... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | CLEANUP: include: move sample_data out of sample-t.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | CLEANUP: include: don't include proxy-t.h in global-t.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | CLEANUP: include: don't include stddef.h directly |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: check: extract the external checks from check... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: check: move email_alert* from proxy-t.h to maile... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: check: move tcpchecks away from check.c |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: check: move the e-mail alerting code to mailers.c |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | CLEANUP: hpack: export debug functions and move inlines... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move cfgparse.h to haproxy/cfgparse.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move stream.h to haproxy/stream{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move server.h to haproxy/server{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move queue.h to haproxy/queue{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move backend.h to haproxy/backend{... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move spoe.h to haproxy/spoe{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move proxy.h to haproxy/proxy{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move log.h to haproxy/log{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move fcgi-app.h to haproxy/fcgi-app... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move filters.h to haproxy/filters{... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move http_ana.h to haproxy/http_ana... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move channel.h to haproxy/channel{... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move stream_interface.h to haproxy... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move ssl_sock.h to haproxy/ssl_sock... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move lb_map.h to haproxy/lb_map{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move cli.h to haproxy/cli{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move stats.h to haproxy/stats{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: move applet.h to haproxy/applet{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: split common/uri_auth.h into haproxy... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move acl.h to haproxy/acl.h{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move trace.h to haproxy/trace{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move session.h to haproxy/session{... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move stick_table.h to haproxy/stick_tab... |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move peers.h to haproxy/peers{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move http_fetch.h to haproxy/http_fetch.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move checks.h to haproxy/check{,-t}.h |
commit | commitdiff | tree | snapshot |
| 2020-06-11 |
Willy Tarreau | REORG: include: move connection.h to haproxy/connection... |
commit | commitdiff | tree | snapshot |
| next |