Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
bda8397fba027eaee2c46d566a7e85343dc2de02
/
contrib
54b5e21
MINOR: htx: Don't use end-of-data blocks anymore
by Christopher Faulet
· 5 years ago
142b5df
BUG/MINOR: contrib/prometheus-exporter: Add HTX data block in one time
by Christopher Faulet
· 5 years ago
db20750
CONTRIB: debug: add 4 missing connection/conn_stream flags
by Willy Tarreau
· 5 years ago
7bb39d7
CLEANUP: connection: remove the now unused CS_FL_REOS flag
by Willy Tarreau
· 5 years ago
76824a8
BUILD: contrib/prometheus: fix build breakage caused by move of idle_pct
by Willy Tarreau
· 5 years ago
250031e
MEDIUM: sessions: Introduce session flags.
by Olivier Houchard
· 5 years ago
ce1f7a1
CONTRIB: wurfl: address 3 build issues in the wurfl dummy library
by Willy Tarreau
· 5 years ago
e30e300
MINOR: WURFL: call header_retireve_callback() in dummy library
by mbellomi
· 5 years ago
4d7bfa1
MINOR/DOC: spoe-server: Add documentation
by Thierry FOURNIER
· 7 years ago
00a0225
MINOR: spoa-server: Add python
by Thierry FOURNIER
· 7 years ago
6908c95
MINOR: spoa-server: Add Lua processing
by Thierry FOURNIER
· 7 years ago
a09df3f
MINOR: spoa-server: Execute registered callbacks
by Thierry FOURNIER
· 7 years ago
fbd3824
MINOR: spoa-server: Prepare responses
by Thierry FOURNIER
· 7 years ago
8b9a73b
MINOR: spoa-server: Load files
by Thierry FOURNIER
· 7 years ago
892f664
MINOR: spoa-server: Allow registering message processors
by Thierry FOURNIER
· 7 years ago
64eaa33
MINOR: spoa-server: Allow registering external processes
by Thierry FOURNIER
· 7 years ago
786e9e6
MINOR: spoa-server: With debug mode, start only one process
by Thierry FOURNIER
· 7 years ago
7de6fc6
MINOR: spoa-server: Replace the thread init system by processes
by Thierry FOURNIER
· 7 years ago
5301ed1
MINOR: spoe-server: rename "worker" functions
by Thierry FOURNIER
· 7 years ago
880d7e1
MINOR: spoa-server: Externalise debug functions
by Thierry FOURNIER
· 7 years ago
4aec0a4
MINOR: spoa-server: move some definition from spoa_server.c to spoa_server.h
by Thierry FOURNIER
· 7 years ago
d8b5c77
MINOR: spoa-server: Clone the v1.7 spoa-example project
by Thierry FOURNIER
· 7 years ago
eaa4555
MINOR: systemd: support /etc/sysconfig/ for redhat based distrib
by William Lallemand
· 5 years ago
eaa4b8a
MINOR: systemd: Make use of master socket in systemd unit
by Tim Duesterhus
· 6 years ago
b060148
MINOR: systemd: Use the variables from /etc/default/haproxy
by Apollon Oikonomopoulos
· 6 years ago
bf60f6b
BUG/MEDIUM: contrib/modsecurity: If host header is NULL, don't try to strdup it
by Yann Cézard
· 6 years ago
494ddbf
DOC: contrib/modsecurity: Typos and fix the reject example
by Yann Cézard
· 6 years ago
0470d70
BUILD/MEDIUM: contrib: Dummy DeviceAtlas API.
by David Carlier
· 6 years ago
cd9b9bd
MINOR: contrib: dummy wurfl library
by paulborile
· 6 years ago
769a92d
MINOR: contrib/prometheus-exporter: Follow best practices about metrics type
by Christopher Faulet
· 6 years ago
8c8e4b1
MINOR: contrib/prometheus-exporter: Rename some metrics to be more usable
by Christopher Faulet
· 6 years ago
c58fc0d
MINOR: contrib/prometheus-exporter: Remove usless rate metrics
by Christopher Faulet
· 6 years ago
f782c23
BUG/MINOR: contrib/prometheus-exporter: Fix a typo in the run-queue metric type
by Christopher Faulet
· 6 years ago
a1bd1fa
BUILD: use inttypes.h instead of stdint.h
by Willy Tarreau
· 6 years ago
9744f7c
BUG/MINOR: contrib/prometheus-exporter: Fix applet accordingly to recent changes
by Christopher Faulet
· 6 years ago
f882a85
CONTRIB: debug: report the CS and CF's EOI flags
by Willy Tarreau
· 6 years ago
f959d08
CONTRIB: contrib/prometheus-exporter: Add a Prometheus exporter for HAProxy
by Christopher Faulet
· 6 years ago
f2ddd87
CONTRIB: debug: report stream-int's flag SI_FL_CLEAN_ABRT
by Willy Tarreau
· 6 years ago
121c4e0
CONTRIB: debug: teach the "flags" utility about new conn_stream flags
by Willy Tarreau
· 6 years ago
0007d0a
CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR
by Willy Tarreau
· 6 years ago
841bc7d
CONTRIB: hpack: add a compressed stream generator for the encoder
by Willy Tarreau
· 6 years ago
05b9b64
MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP
by Willy Tarreau
· 6 years ago
94f7907
MINOR: stream-int: introduce new SI_FL_RXBLK flags
by Willy Tarreau
· 6 years ago
d0f5bbc
MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM
by Willy Tarreau
· 6 years ago
d501646
CONTRIB: debug: fix build related to conn_stream flags change
by Willy Tarreau
· 6 years ago
bd0f83f
CLEANUP: fix typos in comments for contrib/wireshark-dissectors
by Joseph Herlant
· 6 years ago
ebe14bb
CLEANUP: fix typos in comments for contrib/spoa_example
by Joseph Herlant
· 6 years ago
9fe83fa
CLEANUP: fix typos in comments for the contrib/modsecurity subsystem
by Joseph Herlant
· 6 years ago
42172bd
CLEANUP: fix a typo in a comment for the contrib/halog subsystem
by Joseph Herlant
· 6 years ago
ede3d88
MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT
by Willy Tarreau
· 6 years ago
5cc8a0a
CLEANUP/CONTRIB: hpack: remove some h1 build warnings
by Willy Tarreau
· 6 years ago
5f8ef13
MINOR: debug: Add checks for conn_stream flags
by Christopher Faulet
· 7 years ago
aff9328
MINOR: debug: Add check for CO_FL_WILL_UPDATE
by Christopher Faulet
· 7 years ago
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· 6 years ago
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· 6 years ago
3b479bd
MINOR: systemd: consider exit status 143 as successful
by Vincent Bernat
· 6 years ago
ee07dbe
BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame
by Dragan Dosen
· 6 years ago
f21185f
BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame
by Dragan Dosen
· 6 years ago
58b8e49
BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect
by Christopher Faulet
· 6 years ago
72de8eb
BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect
by Christopher Faulet
· 6 years ago
b47e438
BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect
by Christopher Faulet
· 6 years ago
6381650
MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0
by Christopher Faulet
· 6 years ago
53d3159
DOC: contrib/modsecurity: few typo fixes
by David Carlier
· 6 years ago
633f3bf
BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags
by Christopher Faulet
· 6 years ago
48d02d0
BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags
by Christopher Faulet
· 6 years ago
c4dcaff
BUG/MEDIUM: spoe: Flags are not encoded in network order
by Thierry FOURNIER
· 6 years ago
29a05c1
BUG/MINOR: spoa-example: unexpected behavior for more than 127 args
by Thierry FOURNIER
· 7 years ago
2788a39
MINOR: systemd: Add SystemD's SystemCallFilter option to the unit file
by Tim Duesterhus
· 7 years ago
8a96592
MINOR: systemd: Add SystemD's Protect*= options to the unit file
by Tim Duesterhus
· 7 years ago
1ce8de2
MINOR: systemd: Add section for SystemD sandboxing to unit file
by Tim Duesterhus
· 7 years ago
0b89f72
MINOR: spoa_example: Count the number of frames processed by each worker
by Christopher Faulet
· 7 years ago
260bf5c
CONTRIB: debug: fix a few flags definitions
by Willy Tarreau
· 7 years ago
4576424
CONTRIB: hpack: add an hpack decoder
by Willy Tarreau
· 7 years ago
8cb9993
CONTRIB: halog: Fix compiler warnings in halog.c
by Ryan O'Hara
· 7 years ago
957d120
CONTRIB: iprange: Fix compiler warning in iprange.c
by Ryan O'Hara
· 7 years ago
190bbb8
MINOR: systemd: remove comment about HAPROXY_STATS_SOCKET
by Vincent Bernat
· 7 years ago
f2b5d75
CONTRIB: halog: Add help text for -s switch in halog program
by Aleksandar Lazic
· 7 years ago
57dc283
BUILD: Fix LDFLAGS vs. LIBS re linking order in various makefiles
by Christian Ruppert
· 7 years ago
5438183
CONTRIB: spoa_example: remove SPOE enums that are useless for clients
by Eric Salama
· 7 years ago
75f4246
CONTRIB: spoa_example: remove last dependencies on type "sample"
by Willy Tarreau
· 7 years ago
9f95ff0
CONTRIB: spoa_example: remove bref, wordlist, cond_wordlist
by Willy Tarreau
· 7 years ago
8a9c6c2
CONTRIB: spoa_example: allow to compile outside HAProxy.
by Eric Salama
· 7 years ago
d6942c8
MEDIUM: mworker: Add systemd `Type=notify` support
by Tim Duesterhus
· 7 years ago
6d88950
CONTRIB: Wireshark dissector for HAProxy Peer Protocol.
by Frédéric Lécaille
· 7 years ago
f4cfcf9
MINOR: debug/flags: Add missing flags
by Christopher Faulet
· 7 years ago
8071eae
CONTRIB: hpack: implement a reverse huffman table generator for hpack
by Willy Tarreau
· 7 years ago
94bb4c6
BUG/MINOR: spoa: Update pointer on the end of the frame when a reply is encoded
by Christopher Faulet
· 7 years ago
f5e0d1f
CONTRIB: trace: report the base name only for file names
by Willy Tarreau
· 7 years ago
e8f0f12
CONTRIB: trace: try to display the function's return value on exit
by Willy Tarreau
· 7 years ago
1296382
CONTRIB: trace: add the possibility to place trace calls in the code
by Willy Tarreau
· 7 years ago
1a0545f
REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_*
by Olivier Houchard
· 7 years ago
4473a2e
BUG/MINOR: contrib/halog: fixing small memory leak
by Ilya Shipitsin
· 7 years ago
2f1cacb
BUG/MINOR: contrib/modsecurity: close the va_list ap before return
by Dragan Dosen
· 7 years ago
ccf6100
BUG/MINOR: contrib/mod_defender: close the va_list argp before return
by Dragan Dosen
· 7 years ago
bbae3f0
MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH
by Willy Tarreau
· 7 years ago
54e917c
MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH
by Willy Tarreau
· 7 years ago
8e3c6ce
MEDIUM: connection: get rid of data->init() which was not for data
by Willy Tarreau
· 7 years ago
80ebd30
BUG/MINOR: contrib/mod_defender: build fix
by David Carlier
· 7 years ago
0f4df64
BUG/MINOR: contrib/modsecurity: BSD build fix
by David Carlier
· 7 years ago
a4d0361
CONTRIB: plug qdiscs: Plug queuing disciplines mini HOWTO.
by Frédéric Lécaille
· 7 years ago
Next »