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
/
haproxy
/
compiler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MINOR: compiler: define a __attribute__warning() macro
Willy Tarreau
2023-04-07
1
-0
/
+19
*
BUILD: compiler: fix __equals_1() on older compilers
Willy Tarreau
2023-04-07
1
-3
/
+4
*
MINOR: compiler: add a TOSTR() macro to turn a value into a string
Willy Tarreau
2023-02-22
1
-0
/
+7
*
BUILD: compiler: include compiler's definitions before ours
Willy Tarreau
2022-11-24
1
-0
/
+5
*
BUILD: compiler: define a __fallthrough statement for switch/case
Willy Tarreau
2022-11-14
1
-0
/
+14
*
BUILD: compiler: add a default definition for __has_attribute()
Willy Tarreau
2022-11-14
1
-0
/
+11
*
BUILD: compiler: add a macro to detect if another one is set and equals 1
Willy Tarreau
2022-11-14
1
-0
/
+12
*
BUILD: compiler: implement unreachable for older compilers too
Willy Tarreau
2022-06-08
1
-1
/
+1
*
BUILD: fix build warning on solaris based systems with __maybe_unused.
David Carlier
2022-05-17
1
-0
/
+2
*
MINOR: compiler: add a new macro to set an attribute on an enum when possible
Willy Tarreau
2022-05-09
1
-0
/
+8
*
BUILD: compiler: properly distinguish weak and global symbols
Willy Tarreau
2022-04-26
1
-4
/
+8
*
BUILD: compiler: use a more portable set of asm(".weak") statements
Willy Tarreau
2022-04-14
1
-0
/
+15
*
BUG/MAJOR: compiler: relax alignment constraints on certain structures
Willy Tarreau
2022-01-27
1
-0
/
+25
*
BUILD: compiler: add the container_of() and container_of_safe() macros
Willy Tarreau
2021-10-07
1
-0
/
+17
*
BUILD: compiler: fixed a missing test on defined(__GNUC__)
Willy Tarreau
2021-09-13
1
-1
/
+1
*
BUILD: fix dragonfly build again on __read_mostly
devnexen@gmail.com
2021-09-08
1
-1
/
+1
*
MINOR: compiler: implement an ONLY_ONCE() macro
Willy Tarreau
2021-08-26
1
-0
/
+8
*
BUILD: compiler: do not use already defined __read_mostly on dragonfly
Amaury Denoyelle
2021-04-30
1
-0
/
+2
*
MINOR: global: declare a read_mostly section
Willy Tarreau
2021-04-10
1
-0
/
+3
*
MINOR: compiler: add macros to declare section names
Willy Tarreau
2021-04-10
1
-0
/
+25
*
BUILD: Include stdlib.h in compiler.h if DEBUG_USE_ABORT is set
Tim Duesterhus
2021-01-27
1
-0
/
+3
*
MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set.
Tim Duesterhus
2021-01-26
1
-0
/
+4
*
BUILD: compiler: workaround a glibc madness around __attribute__()
Willy Tarreau
2020-09-10
1
-0
/
+9
*
BUILD: compiler: reserve the gcc version checks to the gcc compiler
Willy Tarreau
2020-09-10
1
-3
/
+3
*
MINOR: compiler: always define __has_feature()
Willy Tarreau
2020-06-16
1
-0
/
+8
*
REORG: include: move THREAD_LOCAL and __decl_thread() to compiler.h
Willy Tarreau
2020-06-11
1
-0
/
+20
*
CLEANUP: compiler: add a THREAD_ALIGNED macro and use it where appropriate
Willy Tarreau
2020-06-11
1
-0
/
+23
*
REORG: include: move the base files from common/ to haproxy/
Willy Tarreau
2020-06-11
1
-0
/
+203