]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2013-12-09  Willy TarreauMAJOR: connection: add two new flags to indicate readin...
2013-12-09  Willy TarreauMINOR: connection: add conn_new() / conn_free()
2013-12-09  Willy TarreauMINOR: get rid of si_takeover_conn()
2013-12-09  Willy TarreauMEDIUM: connection: replace conn_prepare with conn_assign
2013-12-09  Willy TarreauMINOR: http: use conn_init() to reinitialize the server...
2013-12-09  Willy TarreauMINOR: session: use conn_init() to initialize the conne...
2013-12-09  Willy TarreauMINOR: peers: make use of conn_init() to initialize...
2013-12-09  Willy TarreauMINOR: checks: call conn_init() to properly initialize...
2013-12-09  Willy TarreauMINOR: connection: add conn_init() to (re)initialize...
2013-12-09  Willy TarreauMEDIUM: session: attach incoming connection to target...
2013-12-09  Willy TarreauMEDIUM: stream-int: do not allocate a connection in...
2013-12-09  Willy TarreauMAJOR: stream-int: stop using si->conn and use si-...
2013-12-09  Willy TarreauCLEANUP: stream-int: remove obsolete si_ctrl function
2013-12-09  Willy TarreauMEDIUM: stream-int: make ->end point to the connection...
2013-12-09  Willy TarreauMAJOR: stream interface: remove the ->release function...
2013-12-09  Willy TarreauMEDIUM: stream-interface: set the pointer to the applet...
2013-12-09  Willy TarreauMINOR: stream-int: add a new pointer to the end point
2013-12-09  Willy TarreauMINOR: stream-int: split si_prepare_embedded into si_pr...
2013-12-09  Willy TarreauMINOR: stream-int: rename ->applet to ->appctx
2013-12-09  Willy TarreauMINOR: obj: introduce a new type appctx
2013-12-09  Willy TarreauMINOR: stream-interface: move the applet context to...
2013-12-09  Willy TarreauMEDIUM: stream interface: move the peers' ptr into...
2013-12-09  Willy TarreauMINOR: connection: always initialize conn->objt_type...
2013-12-09  Willy TarreauMINOR: connection: add a field to store an object type
2013-12-09  Willy TarreauMINOR: obj: provide a safe and an unsafe access to...
2013-12-09  Willy TarreauMINOR: stream-int: make the shutr/shutw functions void
2013-12-09  Willy TarreauMEDIUM: stream-int: split the shutr/shutw functions...
2013-12-09  Willy TarreauMAJOR: session: pass applet return traffic through...
2013-12-09  Willy TarreauMAJOR: session: check for a connection to an applet...
2013-12-09  Willy TarreauMEDIUM: session: detect applets from the session by...
2013-12-09  Willy TarreauMEDIUM: stats: move request argument processing to...
2013-12-09  Willy TarreauMAJOR: stats: move the HTTP stats handling to its applet
2013-12-09  Willy TarreauMEDIUM: stats: prepare the HTTP stats I/O handler to...
2013-12-09  Willy TarreauMINOR: connection: make it easier to emit proxy protoco...
2013-12-09  Willy TarreauMINOR: http: prevent smp_fetch_url_{ip,port} from using...
2013-12-09  Willy TarreauMEDIUM: peers: don't rely on conn->xprt_ctx anymore
2013-12-09  Willy TarreauMEDIUM: stats: don't use conn->xprt_ctx anymore
2013-12-09  Willy TarreauMINOR: session: add a simple function to retrieve a...
2013-12-09  Willy TarreauMEDIUM: stats: don't use conn->xprt_st anymore
2013-12-09  Willy TarreauCLEANUP: stream_interface: remove unused field err_loc
2013-12-09  Thierry FOURNIERBUG/MEDIUM: pattern: Pattern node has type of "struct...
2013-12-09  Willy TarreauBUG/MEDIUM: stick-tables: complete the latest fix about...
2013-12-07  Willy TarreauOPTIM: ebtree: pack the struct eb_node to avoid holes...
2013-12-06  Willy TarreauBUG/MEDIUM: stick: completely remove the unused flag...
2013-12-06  Willy TarreauMEDIUM: checks: make tcp-check perform multiple send...
2013-12-06  Willy TarreauBUG/MINOR: checks: tcp-check actions are enums, not...
2013-12-06  Willy TarreauBUG/MINOR: acl: fix sample expression error reporting
2013-12-06  Willy TarreauBUG/MEDIUM: args: fix double free on error path in...
2013-12-06  Willy TarreauBUG/MEDIUM: check: tcp-check might miss some outgoing...
2013-12-06  Willy TarreauBUG/MEDIUM: checks: tcp-check: do not poll when there...
2013-12-06  Baptiste AssmannMEDIUM: checks: add send/expect tcp based check
2013-12-06  Baptiste AssmannMINOR: tools: function my_memmem() to lookup binary...
2013-12-06  Willy TarreauMINOR: tools: add a generic binary hex string parser
2013-12-06  Thierry FOURNIERMEDIUM: map: merge identical maps
2013-12-06  Thierry FOURNIERMINOR: map: Cleanup the initialisation of map descriptors.
2013-12-06  Thierry FOURNIERBUG/MINOR: map: The map list was declared in the map...
2013-12-06  Thierry FOURNIERBUG/MINOR: acl: acl parser does not recognize empty...
2013-12-05  Willy TarreauOPTIM: checks: avoid setting SO_LINGER twice
2013-12-05  Willy TarreauOPTIM: checks: don't poll on recv when using plain...
2013-12-05  Willy TarreauMEDIUM: checks: centralize error reporting
2013-12-05  Willy TarreauBUG/MINOR: checks: do not trust errno in write event...
2013-12-05  Willy TarreauMINOR: connection: clear errno prior to checking for...
2013-12-05  Willy TarreauBUG/MEDIUM: acl: fix regression introduced by latest...
2013-12-04  Willy TarreauMEDIUM: connection: set the socket shutdown flags on...
2013-12-04  Willy TarreauBUG/MINOR: connection: check EINTR when sending a PROXY...
2013-12-04  Willy TarreauBUG/MINOR: tcp: check that no error is pending during...
2013-12-04  GodbachOPTIM: stream_interface: return directly if the connect...
2013-12-04  GodbachDOC: stick-table: modify the description
2013-12-03  Willy TarreauMINOR: stats: remove some confusion between the DRAIN...
2013-12-03  Willy TarreauBUG/MEDIUM: checks: also update the DRAIN state from...
2013-12-03  Willy TarreauBUG/MINOR: checks: don't consider errno and use conn...
2013-12-03  Willy TarreauBUG/MEDIUM: checks: fix a long-standing issue with...
2013-12-03  Willy TarreauBUG/MEDIUM: checks: fix health check regression causing...
2013-12-02  Willy TarreauBUILD: log: silent a warning about isblank() with lates...
2013-12-02  Willy TarreauBUG/MINOR: http: usual deinit stuff in last commit
2013-12-02  Thierry FOURNIERMEDIUM: http: The redirect strings follows the log...
2013-12-02  Willy TarreauMEDIUM: log-format: relax parsing of '%' followed by...
2013-12-02  Thierry FOURNIERMEDIUM: sample: add the "map" converter
2013-12-02  Thierry FOURNIERMINOR: map: Define map types
2013-12-02  Thierry FOURNIERMINOR: sample: add a private field to the struct sample...
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
next