Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
edf94cbc52553abbb43e64686bfba024d4d62cff
/
src
/
log.c
« Previous
1322d09
MEDIUM: logs: add support for RFC5424 header format per logger
by Dragan Dosen
· 9 years ago
68d2e3a
MEDIUM: logs: remove the hostname, tag and pid part from the logheader
by Dragan Dosen
· 9 years ago
59cee97
MEDIUM: log: use a separate buffer for the header and for the message
by Dragan Dosen
· 9 years ago
609ac2a
MEDIUM: log: replace sendto() with sendmsg() in __send_log()
by Dragan Dosen
· 9 years ago
136f9d3
MINOR: samples: rename union from "data" to "u"
by Thierry FOURNIER
· 9 years ago
8c542ca
MEDIUM: samples: Use the "struct sample_data" in the "struct sample"
by Thierry FOURNIER
· 9 years ago
e63ac87
MINOR: log: Add log-format variable %HQ, to log HTTP query strings
by Andrew Hayworth
· 9 years ago
28d976d
MINOR: args: add new context for servers
by Willy Tarreau
· 9 years ago
53e1a6d
BUG/MINOR: log: missing some ARGC_* entries in fmt_directives()
by Willy Tarreau
· 9 years ago
79beb24
CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type()
by Adis Nezirovic
· 9 years ago
b7636d1
BUG/MEDIUM: logs: fix improper systematic use of quotes with a few tags
by Willy Tarreau
· 9 years ago
0ebc55f
MEDIUM: logs: Add HTTP request-line log format directives
by Andrew Hayworth
· 10 years ago
192252e
MAJOR: sample: pass a pointer to the session to each sample fetch function
by Willy Tarreau
· 10 years ago
15e91e1
MAJOR: sample: don't pass l7 anymore to sample fetch functions
by Willy Tarreau
· 10 years ago
eee5b51
MAJOR: http: move http_txn out of struct stream
by Willy Tarreau
· 10 years ago
cb7dd01
MEDIUM: http: move header captures from http_txn to struct stream
by Willy Tarreau
· 10 years ago
9ad7bd4
MEDIUM: session: use the pointer to the origin instead of s->si[0].end
by Willy Tarreau
· 10 years ago
e36cbcb
MEDIUM: stream: move the frontend's pointer to the session
by Willy Tarreau
· 10 years ago
fb0afa7
MEDIUM: stream: move the listener's pointer to the session
by Willy Tarreau
· 10 years ago
e7dff02
REORG/MEDIUM: stream: rename stream flags from SN_* to SF_*
by Willy Tarreau
· 10 years ago
87b0966
REORG/MAJOR: session: rename the "session" entity to "stream"
by Willy Tarreau
· 10 years ago
350f487
CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res})
by Willy Tarreau
· 10 years ago
7379653
REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces
by Willy Tarreau
· 10 years ago
22ec1ea
REORG/MAJOR: move session's req and resp channels back into the session
by Willy Tarreau
· 10 years ago
e83766a
BUG/MINOR: log: segfault if there are no proxy reference
by Thierry FOURNIER
· 10 years ago
8c97ab5
BUG/MAJOR: log: don't try to emit a log if no logger is set
by Willy Tarreau
· 10 years ago
094af4e
MINOR: logs: add a new per-proxy "log-tag" directive
by Willy Tarreau
· 10 years ago
7346acb
MINOR: log: add a new field "%lc" to implement a per-frontend log counter
by Willy Tarreau
· 10 years ago
18324f5
MEDIUM: log: support a user-configurable max log line length
by Willy Tarreau
· 10 years ago
c7c7be2
BUG/MINOR: logs: properly initialize and count log sockets
by Willy Tarreau
· 10 years ago
d9ed3d2
MINOR: logs: don't limit HTTP header captures to HTTP frontends
by Willy Tarreau
· 10 years ago
4bf9963
MINOR: log: allow the HTTP status code to be logged even in TCP frontends
by Willy Tarreau
· 10 years ago
1be6910
BUG/MINOR: log: Don't dump empty unique-id
by Thierry FOURNIER
· 11 years ago
eeaa951
MINOR: configuration: File and line propagation
by Thierry FOURNIER
· 11 years ago
d048d8b
BUG/MINOR: http: fix encoding of samples used in http headers
by Thierry FOURNIER
· 11 years ago
da5d4a5
BUG/MINOR: log: The log of quotted capture header has been terminated by 2 quotes.
by Thierry FOURNIER
· 11 years ago
65ad6e1
MINOR: http: capture.req.method and capture.req.uri
by William Lallemand
· 11 years ago
1f0da24
BUG/MEDIUM: unique_id: HTTP request counter is not stable
by Willy Tarreau
· 11 years ago
0f28f82
BUILD: log: fix build warning on Solaris
by Willy Tarreau
· 11 years ago
975c178
MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors
by Willy Tarreau
· 11 years ago
b363a1f
MAJOR: stream-int: stop using si->conn and use si->end instead
by Willy Tarreau
· 11 years ago
9eba36b
BUILD: log: silent a warning about isblank() with latest patches
by Willy Tarreau
· 11 years ago
d18cd0f
MEDIUM: http: The redirect strings follows the log format rules.
by Thierry FOURNIER
· 11 years ago
06d97f9
MEDIUM: log-format: relax parsing of '%' followed by unsupported characters
by Willy Tarreau
· 11 years ago
bf0addb
BUG/MINOR: log: fix log-format parsing errors
by Willy Tarreau
· 11 years ago
1c0054f
BUG/MINOR: arg: fix error reporting for add-header/set-header sample fetch arguments
by Thierry FOURNIER
· 11 years ago
afeb987
BUG/MINOR: log: junk at the end of syslog packet
by William Lallemand
· 11 years ago
5b7ea3a
BUG/MEDIUM: unique_id: junk in log on empty unique_id
by William Lallemand
· 11 years ago
9f09521
BUG/MEDIUM: unique_id: HTTP request counter must be unique!
by Willy Tarreau
· 11 years ago
abcd514
MEDIUM: log: add a log level override value in struct session
by Willy Tarreau
· 11 years ago
570f221
MINOR: log: add a new flag 'L' for locally processed requests
by Willy Tarreau
· 11 years ago
b1f3af2
MEDIUM: log: report file name, line number, and directive name with log-format errors
by Willy Tarreau
· 12 years ago
a4312fa
MAJOR: sample: maintain a per-proxy list of the fetch args to resolve
by Willy Tarreau
· 12 years ago
25320b2
MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed"
by Willy Tarreau
· 12 years ago
434c57c
MINOR: log: indicate it when some unreliable sample fetches are logged
by Willy Tarreau
· 12 years ago
80aca90
MEDIUM: samples: use new flags to describe compatibility between fetches and their usages
by Willy Tarreau
· 12 years ago
6cbbdbf
BUG/MEDIUM: log: emit '-' for empty fields again
by Willy Tarreau
· 12 years ago
9e60cd8
BUG/MINOR: log: improper NULL return check on utoa_pad()
by Willy Tarreau
· 12 years ago
1f31c73
BUG/MINOR: log: temporary fix for lost SSL info in some situations
by Willy Tarreau
· 12 years ago
886bb33
BUILD: log: unused variable svid
by Willy Tarreau
· 12 years ago
d79a3b2
BUG/MINOR: log: make log-format, unique-id-format and add-header more independant
by Willy Tarreau
· 12 years ago
df97447
BUG/MINOR: http: http-request add-header emits a corrupted header
by Willy Tarreau
· 12 years ago
b83bc1e
MINOR: log: make parse_logformat_string() take a const char *
by Willy Tarreau
· 12 years ago
3ed22a4
BUG/MINOR: log: fix regression introduced by commit 8a3f52
by Willy Tarreau
· 12 years ago
c836845
MEDIUM: log: add the ability to include samples in logs
by Willy Tarreau
· 12 years ago
2b0108a
MINOR: log: add lf_text_len
by Willy Tarreau
· 12 years ago
8a3f52f
MEDIUM: log-format: make the format parser more robust and more extensible
by Willy Tarreau
· 12 years ago
a357166
BUG/MINOR: log: add_to_logformat_list() used the wrong constants
by Willy Tarreau
· 12 years ago
2beef58
MEDIUM: log: change a few log tokens to make them easier to remember
by Willy Tarreau
· 12 years ago
254d44c
BUG/MEDIUM: log: fix possible segfault during config parsing
by Willy Tarreau
· 12 years ago
c5259fd
MINOR: log: add a tag for amount of bytes uploaded from client to server
by Willy Tarreau
· 12 years ago
54a08d3
BUG: connection: fix typo in previous commit
by Willy Tarreau
· 12 years ago
3fdb366
MAJOR: connection: replace struct target with a pointer to an enum
by Willy Tarreau
· 12 years ago
4e25b01
MINOR: log: add '%Tl' to log-format
by Yuxans Yao
· 12 years ago
f2943dc
MAJOR: session: detach the connections from the stream interfaces
by Willy Tarreau
· 12 years ago
ffc3fcd
MEDIUM: log: report SSL ciphers and version in logs using logformat %sslc/%sslv
by Willy Tarreau
· 12 years ago
4f65356
MINOR: log: make lf_text use a const char *
by Willy Tarreau
· 12 years ago
773d65f
MEDIUM: log: suffix the frontend's name with '~' when using SSL
by Willy Tarreau
· 12 years ago
986a9d2
MAJOR: connection: move the addr field from the stream_interface
by Willy Tarreau
· 12 years ago
75bf2c9
REORG: sock_raw: rename the files raw_sock*
by Willy Tarreau
· 12 years ago
1dc00ef
BUG/MINOR: to_log erased with unique-id-format
by William Lallemand
· 12 years ago
eb2c24a
MINOR: checks: add on-marked-up option
by Justin Karneges
· 12 years ago
6740213
REORG/MINOR: use dedicated proxy flags for the cookie handling
by Willy Tarreau
· 12 years ago
59b9479
BUG/MEDIUM: stream_interface: restore get_src/get_dst
by Willy Tarreau
· 12 years ago
c63190d
REORG: use the name sock_raw instead of stream_sock
by Willy Tarreau
· 12 years ago
9b061e3
MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET
by Willy Tarreau
· 13 years ago
5e19a28
MINOR: log: log-format: usable without httplog and tcplog
by William Lallemand
· 13 years ago
a73203e
MEDIUM: log: Unique ID
by William Lallemand
· 13 years ago
5f23240
MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid
by William Lallemand
· 13 years ago
1d70556
MEDIUM: log: split of log_format generation
by William Lallemand
· 13 years ago
c89ccb6
MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used
by Willy Tarreau
· 13 years ago
51b5dca
BUG/MAJOR: log: possible segfault with logformat
by William Lallemand
· 13 years ago
7f25deb
MINOR: logformat %st is signed
by William Lallemand
· 13 years ago
bfb099c
BUG/MEDIUM: bad length in log_format and __send_log
by William Lallemand
· 13 years ago
b1a2faf
BUG/CRITICAL: log: fix risk of crash in development snapshot
by Willy Tarreau
· 13 years ago
6580c06
MINOR: log: use "%ts" to log term status only and "%tsc" to log with cookie
by Willy Tarreau
· 13 years ago
81f5117
BUG/MINOR: log-format: fix %o flag
by William Lallemand
· 13 years ago
b7ff6a3
MEDIUM: log-format: backend source address %Bi %Bp
by William Lallemand
· 13 years ago
bddd4fd
MEDIUM: log: use log_format for mode tcplog
by William Lallemand
· 13 years ago
53bf6af
BUG: fix httplog trailing LF
by Willy Tarreau
· 13 years ago
Next »