Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
edf94cbc52553abbb43e64686bfba024d4d62cff
/
src
/
sample.c
« Previous
23ec4ca
MINOR: sample: add new converters to hash input
by Willy Tarreau
· 10 years ago
9700e5c
MINOR: sample: allow IP address to cast to binary
by Willy Tarreau
· 10 years ago
0dbfdba
MINOR: samples: add two converters for the date format
by Willy Tarreau
· 10 years ago
6c616e0
BUG/MAJOR: sample: correctly reinitialize sample fetch context before calling sample_process()
by Willy Tarreau
· 10 years ago
3a4ac42
MINOR: tcp: prepare support for the "capture" action
by Willy Tarreau
· 10 years ago
5b4bf70
MINOR: sample: improve sample_fetch_string() to report partial contents
by Willy Tarreau
· 10 years ago
53d1a98
MINOR: ssl: adds sample converter base64 for binary type.
by Emeric Brun
· 11 years ago
eeaa951
MINOR: configuration: File and line propagation
by Thierry FOURNIER
· 11 years ago
d437314
MEDIUM: sample/http_proto: Add new type called method
by Thierry FOURNIER
· 11 years ago
7654c9f
MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags
by Thierry FOURNIER
· 11 years ago
0e9af55
MINOR: sample: dont call the sample cast function "c_none"
by Thierry FOURNIER
· 11 years ago
1cf8f08
MINOR: sample: move smp_to_type to sample.c
by Willy Tarreau
· 11 years ago
e87cac1
MEDIUM: sample: change the behavior of the bin2str cast
by Thierry FOURNIER
· 11 years ago
2f49d6d
MINOR: sample: add hex converter
by Thierry FOURNIER
· 11 years ago
84310e2
MINOR: sample: add a rand() sample fetch to return a sample.
by Willy Tarreau
· 11 years ago
60bb020
BUG/MINOR: sample: The c_str2int converter does not fail if the entry is not an integer
by Thierry FOURNIER
· 11 years ago
689a1df
BUG/MEDIUM: sample: simplify and fix the argument parsing
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
fd13990
BUG/MEDIUM: sample: conversion from str to ipv6 may read data past end
by Thierry FOURNIER
· 11 years ago
3d536ac
BUG/MINOR: acl: fix sample expression error reporting
by Willy Tarreau
· 11 years ago
67ff7e0
BUG/MEDIUM: acl: fix regression introduced by latest converters support
by Willy Tarreau
· 11 years ago
d18cd0f
MEDIUM: http: The redirect strings follows the log format rules.
by Thierry FOURNIER
· 11 years ago
b805f71
MEDIUM: sample: let the cast functions set their output type
by Thierry FOURNIER
· 11 years ago
9c1d67e
MINOR: sample: provide the original sample_conv descriptor struct to the argument checker function.
by Thierry FOURNIER
· 11 years ago
348971e
MEDIUM: acl: use the fetch syntax 'fetch(args),conv(),conv()' into the ACL keyword
by Thierry FOURNIER
· 11 years ago
8af6ff1
MINOR: sample: export sample_casts
by Thierry FOURNIER
· 11 years ago
1c0054f
BUG/MINOR: arg: fix error reporting for add-header/set-header sample fetch arguments
by Thierry FOURNIER
· 11 years ago
ef38c39
MEDIUM: sample: systematically pass the keyword pointer to the keyword
by Willy Tarreau
· 11 years ago
6236d3a
MINOR: sample: add a new "date" fetch to return the current date
by Willy Tarreau
· 11 years ago
5b8ad22
CLEANUP: acl: move the 3 remaining sample fetches to samples.c
by Willy Tarreau
· 11 years ago
18387e2
MINOR: sample: fix sample_process handling of unstable data
by Willy Tarreau
· 11 years ago
833cc79
MEDIUM: sample: handle comma-delimited converter list
by Willy Tarreau
· 11 years ago
dc13c11
BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS
by Willy Tarreau
· 11 years ago
a4312fa
MAJOR: sample: maintain a per-proxy list of the fetch args to resolve
by Willy Tarreau
· 12 years ago
bf8e251
MINOR: sample: provide a function to report the name of a sample check point
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
47ca545
MINOR: chunks: centralize the trash chunk allocation
by Willy Tarreau
· 12 years ago
e7ad4bb
MINOR: samples: add a function to fetch and convert any sample to a string
by Willy Tarreau
· 12 years ago
d167e6d
MINOR: sample: support cast from bool to string
by Willy Tarreau
· 12 years ago
7e2c647
MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions
by Willy Tarreau
· 12 years ago
a068a29
MINOR: sample: export 'sample_get_trash_chunk(void)'
by Emeric Brun
· 12 years ago
8ac33d9
MINOR: sample: manage binary to string type convertion in stick-table and samples.
by Emeric Brun
· 12 years ago
2e845be
MEDIUM: sample: pass an empty list instead of a null for fetch args
by Willy Tarreau
· 12 years ago
f22a508
MINOR: sample: accept fetch keywords without parenthesis
by Willy Tarreau
· 12 years ago
dd2f85e
CLEANUP: includes: fix includes for a number of users of fd.h
by Willy Tarreau
· 12 years ago
c7e4238
REORG: buffers: split buffers into chunk,buffer,channel
by Willy Tarreau
· 12 years ago
cd3b094
REORG: rename "pattern" files
by Willy Tarreau
· 13 years ago
[Renamed (98%) from src/pattern.c]
1278578
REORG: use the name "sample" instead of "pattern" to designate extracted data
by Willy Tarreau
· 13 years ago
40aebd9
MINOR: pattern: centralize handling of unstable data in pattern_process()
by Willy Tarreau
· 13 years ago
12e5011
MEDIUM: pattern: ensure that sample types always cast into other types.
by Willy Tarreau
· 13 years ago
32a6f2e
MEDIUM: acl/pattern: use the same direction scheme
by Willy Tarreau
· 13 years ago
b8c8f1f
MEDIUM: pattern: retrieve the sample type in the sample, not in the keyword description
by Willy Tarreau
· 13 years ago
342acb4
MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere
by Willy Tarreau
· 13 years ago
b4a88f0
MINOR: pattern: replace struct pattern with struct sample
by Willy Tarreau
· 13 years ago
f853c46
MEDIUM: pattern/acl: get rid of temp_pattern in ACLs
by Willy Tarreau
· 13 years ago
422aa07
MEDIUM: pattern: add new sample types to replace pattern types
by Willy Tarreau
· 13 years ago
b27c0d3
MEDIUM: pattern: report the precise argument parsing error when known.
by Willy Tarreau
· 13 years ago
21d68a6
MEDIUM: pattern: add an argument validation callback to pattern descriptors
by Willy Tarreau
· 13 years ago
9fcb984
MEDIUM: pattern: use the standard arg parser
by Willy Tarreau
· 13 years ago
f995410
MEDIUM: pattern: get rid of arg_i in all functions making use of arguments
by Willy Tarreau
· 13 years ago
ecfb8e8
MEDIUM: pattern: replace type pattern_arg with type arg
by Willy Tarreau
· 13 years ago
1ded605
CLEANUP: patterns: get rid of pattern_data_setstring()
by Willy Tarreau
· 13 years ago
5e6cc4a
MINOR: pattern: export the global temporary pattern
by Willy Tarreau
· 13 years ago
d281eed
[MEDIUM] Correct ipmask() logic
by Simon Horman
· 13 years ago
4f92d32
[MEDIUM] IPv6 support for stick-tables
by David du Colombier
· 14 years ago
485479d
[MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated.
by Emeric Brun
· 14 years ago
f0b38bf
[CLEANUP] stick_table: move pattern to key functions to stick_table.c
by Willy Tarreau
· 14 years ago
ac778f5
[CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy
by Willy Tarreau
· 15 years ago
d31d6eb
[MINOR] pattern: add the "ipmask()" converting function
by Willy Tarreau
· 15 years ago
9e92d32
[MINOR] pattern: add support for argument parsers for converters
by Willy Tarreau
· 15 years ago
1a51b63
[MINOR] pattern: make the converter more flexible by supporting void* and int args
by Willy Tarreau
· 15 years ago
a724d49
[BUG] patterns: copy-paste typo in type conversion arguments
by Willy Tarreau
· 15 years ago
107ca30
[MEDIUM] Add pattern fetch management types and functions
by Emeric Brun
· 15 years ago