haproxy-2.3.git
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...
2016-03-11 Willy TarreauMINOR: stats: report number of intercepted requests...
2016-03-11 Willy TarreauMINOR: stats: add 3 fields to report the frontend-speci...
2016-03-11 Willy TarreauMINOR: stats: report the load balancing algorithm in...
2016-03-11 Willy TarreauMEDIUM: stats: add a new "mode" column to report the...
2016-03-11 Willy TarreauREORG: stats: dump the backend stats via the generic...
2016-03-11 Willy TarreauREORG: stats: dump the server stats via the generic...
2016-03-11 Willy TarreauREORG: stats: dump the socket stats via the generic...
2016-03-11 Willy TarreauREORG: stats: dump the frontend's HTML stats via a...
2016-03-11 Willy TarreauMEDIUM: stats: make it possible to report the WAITING...
2016-03-11 Willy TarreauMEDIUM: stats: report the listeners' address in the...
2016-03-11 Willy TarreauMEDIUM: stats: compute the color code only in the HTML...
2016-03-11 Willy TarreauMEDIUM: stats: report the cookie value in the server...
2016-03-11 Willy TarreauMEDIUM: stats: report server's address in the CSV output
2016-03-11 Willy TarreauMEDIUM: stats: expose the same flags for CLI and HTTP...
2016-03-11 Willy TarreauMEDIUM: stats: only report observe errors when observe...
2016-03-11 Willy TarreauMEDIUM: stats: make the HTML server state dump use...
2016-03-11 Willy TarreauMINOR: stats: add check and agent's health values in...
2016-03-11 Willy TarreauMINOR: stats: add check_desc and agent_desc to the...
2016-03-11 Willy TarreauMINOR: stats: add agent_status, agent_code, agent_durat...
2016-03-11 Willy TarreauMINOR: stats: make HTML stats dump rely on the table...
2016-03-11 Willy TarreauMINOR: stats: prepend '*' in front of the check status...
2016-03-11 Willy TarreauMINOR: stats: only report backend's down time if it...
2016-03-11 Willy TarreauMINOR: stats: make CSV report server check status only...
2016-03-11 Willy TarreauMINOR: stats: do not check srv->state for SRV_ST_STOPPE...
2016-03-11 Willy TarreauMINOR: stats: do not use srv->admin & STATS_ADMF_MAINT...
2016-03-11 Willy TarreauMEDIUM: stats: move the server state coloring logic...
2016-03-11 Willy TarreauMEDIUM: stats: make stats_dump_sv_stats() use the stats...
2016-03-11 Willy TarreauMEDIUM: stats: convert stats_dump_sv_stats() to use...
2016-03-11 Willy TarreauMEDIUM: stats: make stats_dump_be_stats() use stats...
2016-03-11 Willy TarreauMEDIUM: stats: convert stats_dump_be_stats() to use...
2016-03-11 Willy TarreauMEDIUM: stats: make stats_dump_li_stats() use stats...
2016-03-11 Willy TarreauMEDIUM: stats: convert stats_dump_li_stats() to use...
2016-03-11 Willy TarreauMEDIUM: stats: make stats_dump_fe_stats() use stats...
2016-03-11 Willy TarreauMEDIUM: stats: convert stats_dump_fe_stats() to use...
2016-03-11 Willy TarreauMINOR: stats: create stats fields storage and CSV dump...
2016-03-11 Willy TarreauMINOR: stats: don't hard-code the CSV fields list anymore
2016-03-11 Willy TarreauMINOR: stats: add a declaration of all stats fields
2016-03-11 Willy TarreauMEDIUM: stats: make use of stats_dump_info_fields(...
next