]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2013-12-02  Thierry FOURNIERMEDIUM: sample: let the cast functions set their output...
2013-12-02  Willy TarreauMEDIUM: stick-tables: support automatic conversion...
2013-12-02  Willy TarreauMINOR: pattern: import acl_find_match_name() into pattern.h
2013-12-02  Willy TarreauMINOR: acl/pattern: use types different from int to...
2013-12-02  Thierry FOURNIERMEDIUM: pattern: rename "acl" prefix to "pat"
2013-12-02  Thierry FOURNIERMEDIUM: pattern: create pattern expression
2013-12-02  Thierry FOURNIERREORG: acl/pattern: extract pattern matching from the...
2013-12-02  Thierry FOURNIERMEDIUM: acl: associate "struct sample_storage" to each...
2013-12-02  Thierry FOURNIERMINOR: sample: Define new struct sample_storage
2013-12-02  Thierry FOURNIERMINOR: acl: Extract the pattern matching function
2013-12-02  Thierry FOURNIERMINOR: acl: Extract the pattern parsing and indexation...
2013-12-02  Thierry FOURNIERMINOR: acl: export acl arrays
2013-12-02  Thierry FOURNIERMINOR: tools: Add a function to convert buffer to an...
2013-12-02  Thierry FOURNIERMINOR: sample: provide the original sample_conv descrip...
2013-12-02  Willy TarreauDOC: add some information about how to apply converters...
2013-12-02  Thierry FOURNIERMINOR: stick-table: use smp_expr_output_type() to retri...
2013-12-02  Thierry FOURNIERMEDIUM: acl: use the fetch syntax 'fetch(args),conv...
2013-12-02  Thierry FOURNIERMINOR: sample: export sample_casts
2013-12-02  Thierry FOURNIERMINOR: sample: export the generic sample conversion...
2013-12-02  Willy TarreauBUG/MINOR: log: fix log-format parsing errors
2013-12-02  Willy TarreauBUG/MINOR: config: report the correct track-sc number...
2013-12-01  Willy TarreauBUG/MINOR: backend: fix target address retrieval in...
2013-12-01  Willy TarreauBUG/MINOR: connection: fix typo in error message report
2013-11-28  Thierry FOURNIERBUG/MINOR: arg: fix error reporting for add-header...
2013-11-28  Thierry FOURNIERBUG/MEDIUM: sample: The function v4tov6 cannot support...
2013-11-28  Willy TarreauBUG/MINOR: stats: do not report "via" on tracking serve...
2013-11-28  Willy TarreauBUG/MAJOR: check: fix haproxy crash during soft-stop...
2013-11-27  Willy TarreauBUG/MAJOR: fix haproxy crash when using server tracking...
2013-11-25  Willy TarreauMINOR: peers: accept to learn strings of different...
2013-11-25  Willy TarreauOPTIM: connection: fold the error handling with handsha...
2013-11-25  Simon HormanMEDIUM: Add DRAIN state and report it on the stats...
2013-11-25  Simon HormanMEDIUM: Add enable and disable agent unix socket commands
2013-11-25  Simon HormanMEDIUM: Set rise and fall of agent checks to 1
2013-11-25  Simon HormanMEDIUM: Do not mark a server as down if the agent is...
2013-11-25  Simon HormanMEDIUM: checks: Add supplementary agent checks
2013-11-25  Simon HormanMEDIUM: Remove option lb-agent-chk
2013-11-25  Simon HormanMEDIUM: Log agent fail, stopped or down as info
2013-11-25  Simon HormanMEDIUM: Add helper function for failed checks
2013-11-25  Simon HormanMEDIUM: Add helper for task creation for checks
2013-11-23  Kristoffer... LOW: systemd-wrapper: Write debug information to stdout
2013-11-23  Kristoffer... MEDIUM: systemd-wrapper: Kill child processes when...
2013-11-23  Kristoffer... MEDIUM: haproxy-systemd-wrapper: Use haproxy in same...
2013-11-21  Willy TarreauMINOR: stats: report correct throttling percentage...
2013-11-21  Willy TarreauBUG/MAJOR: server: weight calculation fails for map...
2013-11-21  Willy TarreauBUG/MEDIUM: checks: fix slow start regression after...
2013-11-21  GodbachMINOR: buffer: align the last output line if there...
2013-11-20  Bhaskar MaddalaDOC: Documentation for hashing function, with test...
2013-11-19  Simon HormanMEDIUM: Move health element to struct check
2013-11-19  Simon HormanMEDIUM: Add state to struct check
2013-11-19  Simon HormanMEDIUM: cfgparse: Factor out check initialisation
2013-11-19  Simon HormanMEDIUM: Paramatise functions over the check of a server
2013-11-19  Simon HormanMEDIUM: Move result element to struct check
2013-11-19  Simon HormanMEDIUM: Split up struct server's check element
2013-11-19  Simon HormanCLEANUP: Remove unused 'last_slowstart_change' field...
2013-11-19  Simon HormanCLEANUP: Make parameters of srv_downtime and srv_getint...
2013-11-18  Willy TarreauBUG/MINOR: http: fix build warning introduced with...
2013-11-18  Willy TarreauBUG/MEDIUM: http: fix possible parser crash when parsin...
2013-11-18  Neil - HAProxy... url32+src - like base32+src but whole url including...
2013-11-16  Willy TarreauCLEANUP: http: merge error handling for req* and http...
2013-11-16  Willy TarreauCLEANUP: http: homogenize processing of denied req...
2013-11-16  Willy TarreauBUG/MINOR: stats: don't count tarpitted connections...
2013-11-15  Willy TarreauOPTIM/MINOR: mark the source address as already known...
2013-11-15  Willy TarreauOPTIM/MEDIUM: epoll: fuse active events into polled...
2013-11-14  Willy TarreauMEDIUM: backend: add support for the wt6 hash
2013-11-14  Bhaskar MaddalaMEDIUM: backend: Implement avalanche as a modifier...
2013-11-14  BhaskarMEDIUM: backend: Enhance hash-type directive with an...
2013-11-14  Willy TarreauBUG/MINOR: acl: remove patterns from the tree before...
2013-11-14  GodbachMINOR: buffer: align the last output line of buffer_dump()
2013-11-04  Willy TarreauMINOR: tcp: don't use tick_add_ifset() when timeout...
2013-11-04  Willy TarreauMINOR: acl: add a warning when an ACL keyword is used...
2013-10-30  Willy TarreauBUG/MEDIUM: acl: do not evaluate next terms after a...
2013-10-30  Willy TarreauBUG/MEDIUM: tcp: do not skip tracking rules on second...
2013-10-30  Willy TarreauBUG/MINOR: peers: set the accept date in outgoing conne...
2013-10-30  Willy TarreauBUG/MEDIUM: session: risk of crash on out of memory...
2013-10-23  Thierry FOURNIERBUILD/MINOR: missing header file
2013-10-23  Thierry FOURNIERMINOR: http: change url_decode to return the size of...
2013-10-23  Thierry FOURNIERMINOR: http: some exported functions were not in the...
2013-10-23  Thierry FOURNIERCLEANUP: The function "regex_exec" needs the string...
2013-10-23  William LallemandMINOR: Makefile: provide cscope rule
2013-10-22  Willy TarreauBUG/MINOR: acl: implicit arguments of ACL keywords...
2013-10-14  Willy TarreauBUG/MEDIUM: http: accept full buffers on smp_prefetch_http
2013-10-14  Thierry FOURNIERCLEANUP: regex: Create regex_comp function that compile...
2013-10-12  GodbachCLEANUP: stream_interface: cleanup loop information...
2013-10-10  Baptiste AssmannDOC: missing http-send-name-header keyword in keyword...
2013-10-10  Baptiste AssmannDOC: missing information for the "description" keyword
2013-10-10  Thierry FOURNIERBUILD/MINOR: missing header file
2013-10-10  Emeric BrunBUG/MINOR: ssl: verifyhost does not match empty strings...
2013-10-10  Emeric BrunMINOR: ssl: optimization of verifyhost on wildcard...
2013-10-10  Emeric BrunBUG/MINOR: ssl: potential memory leaks using ssl_c_key_...
2013-10-06  GodbachBUG/MINOR: deinit: free server map which is allocated...
2013-10-01  GodbachDOC: fix typo in comments
2013-10-01  Lukas TribusDOC: ssl: update build instructions to use new SSL_...
2013-10-01  Apollon OikonomopoulosDOC: remove -s and -l options from the manpage
2013-10-01  Apollon OikonomopoulosDOC: update manpage reference to haproxy-en.txt
2013-09-30  Apollon OikonomopoulosDOC: add manpage references to all system calls
2013-09-30  Apollon OikonomopoulosDOC: add missing options to the manpage
2013-09-29  Willy TarreauBUG/MINOR: acl: fix improper string size assignment...
2013-09-23  Willy TarreauMINOR: http: compute response time before processing...
2013-09-23  Sergiy PrykhodkoBUG/MINOR: fix forcing fastinter in "on-error"
2013-09-17  Emeric BrunBUILD: ssl: compilation issue with openssl v0.9.6.
next