index
:
delta/haproxy.git
20170818-h2-2
20171105-sched-4
20181118-wta-oho-cfa-merge-6
20181130-last-htx-changes-4
20181215-srv-idle-pool-1
20181215-srv-idle-pool-2
20191016-ssl-err-check-1
20200527-rework-includes-2
20200528-rework-includes-3
20200602-rework-includes-7
20200603-rework-includes-9e
20200604-rework-includes-9f
20200605-rework-include-final
20200605-rework-includes-a2
20200828-split-protos-6
20200901-split-protos-7
20200901-split-protos-8a
20200902-split-protos-8c
20200903-split-protos-9c
20200904-split-protos-9d
20200923-proxy-state-5
20200923-proxy-state-6
20201007-proxy-state-7
20201008-proxy-state-8
20201009-mux_h1_refactoring-1
20201118-mux_h1_refactoring-2
20201208-mux_h1_refactoring-3
20201209-quic-dev-review-wta-2
20201215-htx-fl-eom-and-websockets-1
2021-07-31-patches-error-log-format
2021-11-17-fix-tls-resume
2021-11-17-ssl-list-filters.vtc
20210122-fix-tcp-to-h1-upgrade-1
20210122-htx-fl-eom-and-websockets-3
20210402-contrib-cleanup-3
20210415-pools-3
20210618-queue-try2
20210830-wundef-1
20211012-bind-shards-1
20211012-openssl-regtests
20211013-openssl-3.0.0
20211014-ssl_fc_is_resumed
20211018-jtw-fixes
20211020-res-fix-6
20211027-mptcp-3c
20211118-vtest-2
20211119-cache-fixes
20211120-quictls-1
20211125-befab9ee
20211125-revert-fd-leak
20211126-ci-gcc-output-1
20211223-cs-si-refactoring-1
20211228-debug-dump-libs-2
20211228-pool-mt-try2-3
20211228-pool-mt-try2-7
20221220-ocsp-test-1
20230109-ocsp-test-1
20230223-ocsp-test-2
20230302-ocsp-test-3
ade-handle-h2-ws-support
bwlim
haproxy-httpclient-lua-2021-09-28
haproxy-httpclient-lua-2021-10-06
haproxy-httpclient-lua-2021-11-08
httpclient-lua-2021-10-27
httpclient-lua-2021-10-28
master
mworker-20211109
next
ot
github.com: haproxy/haproxy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
import
Commit message (
Expand
)
Author
Age
Files
Lines
*
CLEANUP: assorted typo fixes in the code and comments
Ilya Shipitsin
2022-11-30
1
-1
/
+1
*
OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's key
Willy Tarreau
2022-11-15
1
-5
/
+6
*
OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's pfx
Willy Tarreau
2022-11-15
1
-10
/
+12
*
IMPORT: slz: define and use a __fallthrough statement for switch/case
Willy Tarreau
2022-11-14
1
-29
/
+46
*
IMPORT: slz: mention the potential header in slz_finish()
Dridi Boukelmoune
2022-11-14
1
-1
/
+3
*
IMPORT: xxhash: update xxHash to version 0.8.1
Willy Tarreau
2022-11-14
1
-705
/
+1519
*
CLEANUP: assorted typo fixes in the code and comments
Ilya Shipitsin
2022-10-30
1
-1
/
+1
*
MINOR: plock: support disabling exponential back-off
Willy Tarreau
2022-10-12
1
-1
/
+34
*
MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups
Willy Tarreau
2022-08-01
1
-0
/
+53
*
MAJOR: threads/plock: update the embedded library
Willy Tarreau
2022-07-30
1
-38
/
+945
*
CLEANUP: tree-wide: remove a few rare non-ASCII chars
Willy Tarreau
2022-03-04
1
-1
/
+1
*
REORG: ebtree: split structures into their own file ebtree-t.h
Willy Tarreau
2021-10-07
7
-178
/
+218
*
BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc
Amaury Denoyelle
2021-09-17
1
-1
/
+9
*
CLEANUP: ebmbtree: Replace always-taken elseif by else
Tim Düsterhus
2021-09-11
1
-1
/
+1
*
CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h
Tim Duesterhus
2021-09-11
1
-2
/
+0
*
BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long
Willy Tarreau
2021-08-28
1
-18
/
+26
*
CLEANUP: assorted typo fixes in the code and comments
Ilya Shipitsin
2021-08-16
2
-2
/
+2
*
BUG/MEDIUM: ebtree: Invalid read when looking for dup entry
Remi Tricot-Le Breton
2021-05-18
1
-3
/
+7
*
IMPORT: slz: use inttypes.h instead of stdint.h
Willy Tarreau
2021-05-14
1
-1
/
+1
*
IMPORT: slz: do not produce the crc32_fast table when CRC is natively supported
Willy Tarreau
2021-05-12
1
-0
/
+5
*
CLEANUP: assorted typo fixes in the code and comments
Ilya Shipitsin
2021-04-26
1
-1
/
+1
*
CLEANUP: compression: remove calls to SLZ init functions
Willy Tarreau
2021-04-22
1
-2
/
+0
*
IMPORT: slz: import slz into the tree
Willy Tarreau
2021-04-22
2
-0
/
+408
*
MINOR: sample: converter: Add mjson library.
Alex
2021-04-15
1
-0
/
+209
*
MINOR: ist: Add `istclear(struct ist*)`
Tim Duesterhus
2021-04-14
1
-0
/
+30
*
CLEANUP: ist: Remove unused `count` argument from `ist2str*`
Tim Duesterhus
2021-04-08
1
-3
/
+3
*
MINOR: ist: Rename istappend() to __istappend()
Tim Duesterhus
2021-04-08
1
-1
/
+1
*
MINOR: ist: Add `istsplit(struct ist*, char)`
Tim Duesterhus
2021-04-07
1
-0
/
+14
*
MINOR: ist: Add `istshift(struct ist*)`
Tim Duesterhus
2021-04-07
1
-0
/
+15
*
MINOR: ist: Add `istappend(struct ist, char)`
Tim Duesterhus
2021-04-07
1
-0
/
+10
*
BUG/MINOR: xxhash: make sure armv6 uses memcpy()
Willy Tarreau
2021-02-04
1
-7
/
+7
*
CLEANUP: Fix spelling errors in comments
Thayne McCombs
2021-01-08
1
-1
/
+1
*
CLEANUP: assorted typo fixes in the code and comments
Ilya Shipitsin
2021-01-06
1
-2
/
+2
*
MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions
Dragan Dosen
2020-12-23
1
-0
/
+2
*
IMPORT: xxhash: update to v0.8.0 that introduces stable XXH3 variant
Dragan Dosen
2020-12-23
1
-90
/
+4700
*
BUILD: plock: remove dead code that causes a warning in gcc 11
Willy Tarreau
2020-12-21
1
-2
/
+0
*
MINOR: plock: use an ARMv8 instruction barrier for the pause instruction
Your Name
2020-11-29
1
-0
/
+11
*
MINOR: ist: Add istend() function to return a pointer to the end of the string
Christopher Faulet
2020-11-05
1
-0
/
+6
*
MINOR: ist: Add a case insensitive istmatch function
Remi Tricot-Le Breton
2020-10-30
1
-0
/
+20
*
CLEANUP: assorted typo fixes in the code and comments
Ilya Shipitsin
2020-06-26
1
-1
/
+1
*
BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to compare memory blocks
Willy Tarreau
2020-06-16
3
-4
/
+5
*
REORG: include: move ist.h from common/ to import/
Willy Tarreau
2020-06-11
1
-0
/
+806
*
REORG: include: update all files to use haproxy/api.h or api-t.h if needed
Willy Tarreau
2020-06-11
1
-1
/
+1
*
REORG: ebtree: move the include files from ebtree to include/import/
Willy Tarreau
2020-06-11
10
-1
/
+4127
*
BUILD: threads/plock: fix a build issue on Clang without optimization
Willy Tarreau
2017-11-20
2
-27
/
+67
*
MINOR: threads/build: atomic: replace the few inlines with macros
Willy Tarreau
2017-11-20
1
-24
/
+29
*
MINOR: threads/atomic: implement pl_bts() on non-x86
Willy Tarreau
2017-11-20
1
-0
/
+3
*
MINOR: threads/atomic: implement pl_mb() in asm on x86
Willy Tarreau
2017-11-20
1
-4
/
+18
*
MINOR: threads/plock: rename local variables in macros to avoid conflicts
Willy Tarreau
2017-11-20
1
-96
/
+96
*
MINOR: threads/atomic: rename local variables in macros to avoid conflicts
Willy Tarreau
2017-11-20
1
-4
/
+4
[next]