]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2016-04-29 David CarlierMINOR: lua: migrate the argument mask to 64 bits type.
2016-04-29 David CarlierBUG/MEDIUM: lua: protects the upper boundary of the...
2016-04-27 Thierry FournierMINOR: filters: add opaque data
2016-04-25 Nenad MerdanovicCLEANUP: Use server_parse_maxconn_change_request for...
2016-04-25 Nenad MerdanovicMINOR: Add ability for agent-check to set server maxconn
2016-04-25 Willy TarreauBUG/MEDIUM: log: fix risk of segfault when logging...
2016-04-21 Willy TarreauBUG/MEDIUM: channel: fix miscalculation of available...
2016-04-21 Willy TarreauBUG/MEDIUM: channel: incorrect polling condition may...
2016-04-21 Willy TarreauBUG/MEDIUM: channel: don't allow to overwrite the reser...
2016-04-21 Christopher... DOC: filters: Add filters documentation
2016-04-21 Christopher... MINOR: filters: Filters must define the callbacks struc...
2016-04-21 Christopher... MINOR: filters: Typo in an error message
2016-04-21 Christopher... MINOR: filters: Print the list of existing filters...
2016-04-20 Willy TarreauMEDIUM: unblock signals on startup.
2016-04-20 Willy TarreauTESTS: add blocksig.c to run tests with all signals...
2016-04-15 Cyril BontéBUG/MINOR: fix maxaccept computation according to the...
2016-04-14 Willy TarreauBUG/MINOR: listener: stop unbound listeners on startup
2016-04-14 Willy TarreauBUG/MEDIUM: fix maxaccept computation on per-process...
2016-04-14 Willy TarreauCLEANUP: fix inconsistency between fd->iocb, proto...
2016-04-13 Daniel SchnellerDOC: Clarify IPv4 address / mask notation rules
2016-04-12 Vincent BernatCLEANUP: .gitignore cleanup
2016-04-12 Daniel SchnellerMINOR: acl: Add predefined METH_DELETE, METH_PUT
2016-04-12 Coen RosdorffDOC: fix discrepancy in the example for http-request...
2016-04-12 David CarlierBUG/MEDIUM: sample: initialize the pointer before parse...
2016-04-12 David CarlierBUG/MINOR: cfgparse: couple of small memory leaks.
2016-04-12 David CarlierBUG/MINOR: server: risk of over reading the pref_net...
2016-04-11 Willy TarreauBUG/MEDIUM: channel: fix miscalculation of available...
2016-04-09 William LallemandBUG/MEDIUM: trace.c: rdtsc() is defined in two files
2016-04-07 Thierry FournierDOC: http: rename the unique-id sample and add the...
2016-04-07 Frederik DeweerdtOPTIM/MINOR: session: abort if possible before connecti...
2016-04-06 Willy TarreauBUG/MEDIUM: ssl: rewind the BIO when reading certificates
2016-04-06 Bertrand PaquetBUG/MINOR : allow to log cookie for tarpit and denied...
2016-04-05 Baptiste AssmannBUG/MINOR: DNS: resolution structure change
2016-04-05 David CarlierCLEANUP: proto_http: few corrections for gcc warnings.
2016-04-05 Baptiste AssmannBUG/MINOR: dns: trigger a DNS query type change on...
2016-04-05 Baptiste AssmannBUG/MINOR: dns: inapropriate way out after a resolution...
2016-04-05 Conrad HoffmannBUG/MINOR: dumpstats: fix write to global chunk
2016-04-03 Thiago FarinaDOC: fix "needed" typo
2016-04-03 Vincent BernatCLEANUP: uniformize last argument of malloc/calloc
2016-04-03 Vincent BernatCLEANUP: remove unneeded casts
2016-03-31 Willy TarreauMEDIUM: proxy: use dynamic allocation for error dumps
2016-03-30 Thierry FournierBUG/MEDIUM: stick-tables: some sample-fetch doesn't...
2016-03-30 Thierry FournierMINOR: lua: add class listener
2016-03-30 Thierry FournierMINOR: lua: add class server
2016-03-30 Thierry FournierMINOR: lua: add class proxy
2016-03-30 Thierry FournierMINOR: lua: dump general info
2016-03-30 Thierry FournierMINOR: dumpstats: split stats_dump_be_stats() in two...
2016-03-30 Thierry FournierMINOR: dumpstats: split stats_dump_sv_stats() in two...
2016-03-30 Thierry FournierMINOR: dumpstats: split stats_dump_li_stats() in two...
2016-03-30 Thierry FournierMINOR: dumpstats: split stats_dump_fe_stats() in two...
2016-03-30 Thierry FournierMINOR: dumpstats: split stats_dump_info_to_buffer(...
2016-03-30 Thierry FournierMINOR: dumpstats: extract stats fields enum and names
2016-03-30 Thierry FournierMINOR: http: sample fetch which returns unique-id
2016-03-30 Thierry FournierDOC: name set-gpt0 mismatch with the expected keyword
2016-03-30 Baptiste AssmannDOC: typo: req.uri is now replaced by capture.req.uri
2016-03-30 Baptiste AssmannDOC: regsub: parser limitation about the inability...
2016-03-30 Baptiste AssmannDOC: typo: maxconn paragraph is wrong due to a wrong...
2016-03-30 Baptiste AssmannDOC: typo: ACL subdir match
2016-03-30 Baptiste AssmannDOC: stick-table: amend paragraph blaming the loss...
2016-03-30 Baptiste AssmannDOC: typo on stick-store response
2016-03-30 Baptiste AssmannDOC: timeout client: pointers to timeout http-request
2016-03-30 Baptiste AssmannDOC: "addr" parameter applies to both health and agent...
2016-03-30 Thierry FournierMINOR: lua: convert field to lua type
2016-03-30 Thierry FournierMINOR: lua: Add internal function which strip spaces
2016-03-30 Thierry FournierMINOR: lua: post initialization
2016-03-30 Thierry FournierMINOR: lua: precise message when a critical error is...
2016-03-30 Thierry FournierMINOR: lua: refactor the Lua object registration
2016-03-30 Thierry FournierCLEANUP: lua: Remove two same functions
2016-03-30 Thierry FournierMINOR: lua: remove some useless checks
2016-03-30 Thierry FournierMINOR: lua: move class registration facilities
2016-03-30 Thierry FournierCLEANUP: map: it seems that the map were planed to...
2016-03-30 Thierry FournierBUG/MINOR: prevent the dump of uninitialized vars
2016-03-30 Thierry FournierBUG/MINOR: lua: can't load external libraries
2016-03-29 Nenad MerdanovicBUG/MAJOR: Fix crash in http_get_fhdr with exactly...
2016-03-29 Nenad MerdanovicBUG/MEDIUM: Fix RFC5077 resumption when more than TLS_T...
2016-03-25 Willy TarreauBUG/MEDIUM: peers: fix incorrect age in frequency counters
2016-03-24 David CARLIERCLEANUP: connection: fix double negation on memcmp()
2016-03-24 David CarlierCLEANUP: chunk: adding NULL check to chunk_dup allocation.
2016-03-24 Daniel SchnellerDOC: Clarify tunes.vars.xxx-max-size settings
2016-03-19 Thierry FournierBUG/MINOR: conf: "listener id" expects integer, but...
2016-03-17 Mac BrowningDOC: add encoding to json converter example
2016-03-17 David CarlierMINOR: da: Using ARG12 macro for the sample fetch and...
2016-03-17 Willy TarreauBUILD: namespaces: fix a potential build warning in...
2016-03-17 Benoit GARNIERBUG/MINOR: log: Don't use strftime() which can clobber...
2016-03-15 David CarlierMINOR: sample: Moves ARGS underlying type from 32 to...
2016-03-13 Willy Tarreau[RELEASE] Released version 1.7-dev2 v1.7-dev2
2016-03-13 Benoit GARNIERBUG/MINOR: log: GMT offset not updated when entering...
2016-03-13 Willy TarreauCLEANUP: http: fix a build warning introduced by a...
2016-03-13 Andreas SeltenreichBUG/MINOR: pattern: Avoid memory leak on out-of-memory...
2016-03-13 Andreas SeltenreichBUG/MINOR: standard: Avoid free of non-allocated pointer
2016-03-13 Baptiste AssmannMINOR: cfgparse: warn when gid parameter is not a number
2016-03-13 Baptiste AssmannMINOR: cfgparse: warn when uid parameter is not a number
2016-03-11 Willy TarreauDOC: document the "show info typed" and "show stat...
2016-03-11 Willy TarreauMEDIUM: stats: implement a typed output format for...
2016-03-11 Willy TarreauMEDIUM: stats: support "show info typed" on the CLI
2016-03-11 Willy TarreauMINOR: stats: add functions to emit typed fields into...
2016-03-11 Willy TarreauMINOR: stats: make stats_dump_fields_html() not use...
2016-03-11 Willy TarreauMINOR: stats: add ST_SHOWADMIN to pass the admin info...
2016-03-11 Willy TarreauCLEANUP: stats: make stats_dump_fields_html() not rely...
2016-03-11 Willy TarreauMINOR: stats: introduce stats_dump_one_line() to dump...
next