]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2019-04-25  Willy TarreauMINOR: activity: enable automatic profiling turn on/off
2019-04-25  Willy TarreauMINOR: activity: make the profiling status per thread...
2019-04-25  Willy TarreauBUG/MINOR: activity: always initialize the profiling...
2019-04-25  Willy TarreauBUILD: travis: remove the "allow_failures" entry
2019-04-25  Willy TarreauREGTEST: exclude OSX and generic targets from abns_sock...
2019-04-25  Willy TarreauREGTEST: relax the IPv6 address format checks in conver...
2019-04-25  Willy TarreauREGTEST: exclude osx and generic targets for 40be_2srv_...
2019-04-25  Tim DuesterhusBUILD: extend Travis CI config to support more platforms
2019-04-24  Willy TarreauMINOR: applet: measure and report an appctx's call...
2019-04-24  Willy TarreauMINOR: stream: measure and report a stream's call rate...
2019-04-24  Willy TarreauMINOR: tasks/activity: report the context switch and...
2019-04-24  Willy TarreauCLEANUP: task: report calls as unsigned in show sess
2019-04-24  Christopher... BUG/MINOR: htx: Exclude TCP proxies when the HTX mode...
2019-04-24  Christopher... BUG/MAJOR: muxes: Use the HTX mode to find the best...
2019-04-24  Willy TarreauBUG/MAJOR: lb/threads: fix AB/BA locking issue in round...
2019-04-24  Olivier HouchardBUG/MEDIUM: ssl: Return -1 on recv/send if we got EAGAIN.
2019-04-23  Christopher... BUG/MINOR: spoe: Don't systematically wakeup SPOE strea...
2019-04-23  Christopher... BUG/MEDIUM: stream: Fix the way early aborts on the...
2019-04-23  Frédéric LécailleBUG/MAJOR: stream: Missing DNS context initializations.
2019-04-23  Willy TarreauREGTEST: make the "run-regtests" script search for...
2019-04-23  Frédéric LécailleREGTEST: adapt some reg tests after renaming.
2019-04-23  Frédéric LécailleREGTEST: rename the reg test files.
2019-04-23  Frédéric LécailleREGTEST: replace LEVEL option by a more human readable...
2019-04-23  Frédéric LécailleMINOR: log: Extract some code to send syslog messages.
2019-04-23  Baptiste AssmannMINOR: action: new '(http-request|tcp-request content...
2019-04-23  Baptiste AssmannMINOR: obj_type: new object type for struct stream
2019-04-23  Baptiste AssmannMINOR: dns: move callback affection in dns_link_resolut...
2019-04-23  Baptiste AssmannMINOR: dns: dns_requester structures are now in a memor...
2019-04-23  paulborileMINOR: contrib: dummy wurfl library
2019-04-23  paulborileMINOR: wurfl: enabled multithreading mode
2019-04-23  paulborileDOC: wurfl: added point of contact in MAINTAINERS file
2019-04-23  paulborileCLEANUP: wurfl: removed deprecated methods
2019-04-23  paulborileBUILD: wurfl: build fix for 1.9/2.0 code base
2019-04-23  Willy TarreauMINOR: wurfl: indicate in haproxy -vv the wurfl version...
2019-04-23  Willy TarreauBUILD: add USE_WURFL to the list of known build options
2019-04-23  Willy TarreauRevert "CLEANUP: wurfl: remove dead, broken and unmaint...
2019-04-19  Emeric BrunMINOR: ssl/cli: async fd io-handlers printable on show fd
2019-04-19  Christopher... MINOR: gcc: Fix a silly gcc warning in connect_server()
2019-04-19  Christopher... BUG/MINOR: da: Get the request channel to call CHECK_HT...
2019-04-19  Christopher... BUG/MINOR: 51d: Get the request channel to call CHECK_H...
2019-04-19  Christopher... BUG/MEDIUM: stream: Don't request a server connection...
2019-04-19  Christopher... BUG/MEDIUM: thread/http: Add missing locks in set-map...
2019-04-19  Christopher... BUG/MEDIUM: h1: Don't parse chunks CRLF if not enough...
2019-04-19  Baptiste AssmannMINOR: proto_tcp: tcp-request content: enable set-dst...
2019-04-19  Frédéric... REGTEST: Missing REQUIRE_VERSION declarations.
2019-04-19  Willy TarreauBUG/MINOR: acl: properly detect pattern type SMP_T_ADDR
2019-04-19  Willy TarreauBUG/MEDIUM: maps: only try to parse the default value...
2019-04-18  Olivier HouchardMEDIUM: connections: Add a way to control the number...
2019-04-18  Olivier HouchardMINOR: fd: Add a counter of used fds.
2019-04-18  Ilya ShipitsinMEDIUM: enable travis-ci builds
2019-04-18  Emeric BrunMINOR: peers: adds counters on show peers about tasks...
2019-04-18  Olivier HouchardBUILD/medium: ssl: Fix build with OpenSSL < 1.1.0
2019-04-18  Olivier HouchardMEDIUM: ssl: provide our own BIO.
2019-04-18  Olivier HouchardMEDIUM: connections: Provide a xprt_ctx for each xprt...
2019-04-18  Olivier HouchardMEDIUM: ssl: provide its own subscribe/unsubscribe...
2019-04-18  Olivier HouchardMEDIUM: connections: Move some fields from struct conne...
2019-04-18  Olivier HouchardMEDIUM: ssl: Give ssl_sock its own context.
2019-04-18  Olivier HouchardMEDIUM: tasks: Use __ha_barrier_store after modifying...
2019-04-18  Willy TarreauBUG/MINOR: mworker: disable busy polling in the master...
2019-04-18  Christopher... MINOR: contrib/prometheus-exporter: Follow best practic...
2019-04-18  Christopher... MINOR: contrib/prometheus-exporter: Rename some metrics...
2019-04-18  Christopher... MINOR: contrib/prometheus-exporter: Remove usless rate...
2019-04-18  Christopher... BUG/MINOR: contrib/prometheus-exporter: Fix a typo...
2019-04-18  Olivier HouchardMEDIUM: tasks: Don't account a destroyed task as a...
2019-04-18  Olivier HouchardMEDIUM: tasks: Merge task_delete() and task_free()...
2019-04-17  Willy TarreauCLEANUP: task: remain consistent when using the task...
2019-04-17  Willy TarreauMINOR: task/thread: factor out a wake-up condition
2019-04-17  Willy TarreauBUG/MAJOR: task: make sure never to delete a queued...
2019-04-17  Olivier HouchardBUG/MEDIUM: applets: Don't use task_in_rq().
2019-04-17  Olivier HouchardMINOR: tasks: Don't set the TASK_RUNNING flag when...
2019-04-17  Olivier HouchardMEDIUM: tasks: No longer use rq.node.leaf_p as a lock.
2019-04-17  Olivier HouchardMINOR: tasks: Don't consider we can wake task with...
2019-04-17  Olivier HouchardBUG/MEDIUM: tasks: Make sure we modify global_tasks_mas...
2019-04-17  Willy TarreauBUG/MEDIUM: tasks: Make sure we set TASK_QUEUED before...
2019-04-17  Christopher... BUG/MINOR: http_fetch/htx: Use HTX versions if the...
2019-04-17  Christopher... BUG/MINOR: http_fetch/htx: Allow permissive sample...
2019-04-17  Christopher... BUG/MAJOR: http_fetch: Get the channel depending on...
2019-04-17  Christopher... BUG/MEDIUM: htx: Don't return the start-line if the...
2019-04-17  Christopher... MINOR: mux-h1: Handle read0 during TCP splicing
2019-04-17  Christopher... BUG/MEDIUM: mux-h1: Enable TCP splicing to exchange...
2019-04-17  Christopher... BUG/MEDIUM: mux-h1: Notify the stream waiting for TCP...
2019-04-17  Christopher... BUG/MINOR: mux-h1: Don't switch the parser in busy...
2019-04-17  Christopher... BUG/MINOR: mux-h1: Process input even if the input...
2019-04-17  Ilya ShipitsinREGTESTS: exclude tests that require ssl, pcre if no...
2019-04-16  William LallemandBUG/MINOR: mworker: ensure that we still quits with...
2019-04-16  William LallemandBUG/MINOR: mworker: don't exit with an ambiguous value
2019-04-16  William LallemandBUG/MINOR: mworker: mworker_kill should apply on every...
2019-04-16  Willy TarreauBUG/MINOR: listener/mq: correctly scan all bound thread...
2019-04-16  Willy TarreauMINOR: init: add a "set-dumpable" global directive...
2019-04-16  William LallemandMINOR: mworker: export HAPROXY_MWORKER=1 when running...
2019-04-16  William LallemandMINOR: cli: don't add a semicolon at the end of HAPROXY_CLI
2019-04-16  William LallemandMEDIUM: mworker/cli: export the HAPROXY_MASTER_CLI...
2019-04-16  William LallemandCLEANUP: mworker: remove the type field in mworker_proc
2019-04-16  William LallemandMEDIUM: mworker-prog: implements 'option start-on-reload'
2019-04-16  William LallemandMEDIUM: mworker: store the leaving state of a process
2019-04-16  Willy TarreauBUG/MAJOR: lb/threads: fix insufficient locking on...
2019-04-16  Frédéric LécailleDOC: update for "show peers" CLI command.
2019-04-16  Frédéric LécailleMINOR: peers: Add a new command to the CLI for peers.
2019-04-15  Willy TarreauBUILD: htx: fix a used uninitialized warning on is_cookie2
2019-04-15  Willy TarreauBUILD: do not specify "const" on functions returning...
next