haproxy-2.1.git
2015-05-08 Willy TarreauMEDIUM: http: add new "capture" action for http-request
2015-05-05 William LallemandMEDIUM: cfgparse: introduce weak and strong quoting
2015-05-04 Willy TarreauBUG/MEDIUM: config: properly compute the default number...
2015-05-04 Willy TarreauMINOR: config: report the number of processes using...
2015-05-04 Willy TarreauCLEANUP: config: fix misleading information in error...
2015-05-04 Willy TarreauBUG/MEDIUM: stats: properly initialize the scope before...
2015-05-04 Willy TarreauBUILD: pattern: fix build warnings introduced in the...
2015-05-03 CJ EssBUILD: Compile clean when debug options defined
2015-05-02 Willy TarreauDOC: update the doc on the proxy protocol
2015-05-01 Willy TarreauMEDIUM: http: provide 3 fetches for the body
2015-05-01 Willy TarreauMEDIUM: http: add a new option http-buffer-request
2015-05-01 Willy TarreauMEDIUM: stream: move HTTP request body analyser before...
2015-05-01 Willy TarreauBUG/MAJOR: http: prevent risk of reading past end with...
2015-05-01 Willy TarreauBUG/MEDIUM: http: wait for the exact amount of body...
2015-05-01 Willy TarreauDOC: fix the comments about the meaning of msg->sol...
2015-05-01 Willy TarreauDOC: document option http-ignore-probes
2015-05-01 Willy TarreauDOC: relax the peers restriction to single-process
2015-05-01 Willy TarreauMAJOR: peers: allow peers section to be used with nbpro...
2015-05-01 Willy TarreauMEDIUM: config: validate that peers sections are bound...
2015-05-01 Willy TarreauMEDIUM: init: stop any peers section not bound to the...
2015-05-01 Willy TarreauMEDIUM: config: propagate the table's process list...
2015-05-01 Willy TarreauMEDIUM: peers: unregister peers that were never started
2015-05-01 Willy TarreauMINOR: peers: store the pointer to the signal handler
2015-05-01 Willy TarreauMEDIUM: peers: add the ability to disable a peers section
2015-05-01 Willy TarreauMEDIUM: config: initialize stick-tables after peers...
2015-05-01 Willy TarreauMINOR: stick-table: don't attach to peers in stopped...
2015-05-01 Willy TarreauMEDIUM: init: don't stop proxies in parent process...
2015-05-01 Willy TarreauBUG/MINOR: config: clear proxy->table.peers.p for disab...
2015-05-01 Willy TarreauMEDIUM: http: add option-ignore-probes to get rid of...
2015-05-01 Willy TarreauMEDIUM: http: disable support for HTTP/0.9 by default
2015-05-01 Willy TarreauMEDIUM: http: restrict the HTTP version token to 1...
2015-05-01 Willy TarreauBUG/MEDIUM: http: remove content-length form responses...
2015-05-01 Willy TarreauBUG/MEDIUM: http: incorrect transfer-coding in the...
2015-05-01 Willy TarreauBUG/MEDIUM: http: do not restrict parsing of transfer...
2015-05-01 Willy TarreauDOC: http: update the comments about the rules for...
2015-05-01 Willy TarreauBUG/MEDIUM: http: remove content-length from chunked...
2015-04-30 Simon HormanMEDIUM: Document when email-alerts are sent
2015-04-30 Simon HormanMEDIUM: Send email alerts when servers are marked as...
2015-04-30 Simon HormanMEDIUM: Lower priority of email alerts for log-health...
2015-04-29 Willy TarreauMAJOR: pattern: add LRU-based cache on pattern matching
2015-04-29 Willy TarreauMEDIUM: pattern: add a revision to all pattern expressions
2015-04-29 Willy TarreauIMPORT: hash: import xxhash-r39
2015-04-29 Willy TarreauIMPORT: lru: import simple ebtree-based LRU functions
2015-04-29 Willy TarreauMINOR: tools: provide an rdtsc() function for time...
2015-04-29 Baptiste AssmannBUG/MEDIUM: check: tcpcheck regression introduced by...
2015-04-28 Andrew HayworthMEDIUM: logs: Add HTTP request-line log format directives
2015-04-27 Willy TarreauBUG/MEDIUM: peers: recent applet changes broke peers...
2015-04-27 Willy TarreauBUG/MEDIUM: peers: fix applet scheduling
2015-04-27 Thierry FOURNIERBUG/MEDIUM: http: functions set-{path,query,method...
2015-04-24 Willy TarreauBUG/MAJOR: tcp: only call registered actions when they...
2015-04-23 Willy TarreauMEDIUM: stream-int: pause the appctx if the task is...
2015-04-23 Willy TarreauMEDIUM: applet: make the applets only use si_applet_...
2015-04-23 Willy TarreauMINOR: stream-int: add two flags to indicate an applet...
2015-04-23 Willy TarreauMAJOR: stream: do not allocate request buffers anymore...
2015-04-23 Willy TarreauMEDIUM: applet: centralize the call to si_applet_done...
2015-04-23 Willy TarreauMEDIUM: dumpstats: don't unregister the applet anymore
2015-04-23 Willy TarreauMAJOR: stream: use a regular ->update for all stream...
2015-04-23 Willy TarreauMAJOR: applet: now call si_applet_done() instead of...
2015-04-23 Willy TarreauMEDIUM: stream-int: add a new function si_applet_done()
2015-04-23 Willy TarreauMEDIUM: applet: implement a run queue for active appctx
2015-04-23 Willy TarreauMEDIUM: applet: add basic support for an applet run...
2015-04-23 Willy TarreauREORG: stream-int: create si_applet_ops dedicated to...
2015-04-23 Willy TarreauCLEANUP: applet: rename struct si_applet to applet
2015-04-23 Willy TarreauREORG: applet: move the applet definitions out of strea...
2015-04-23 Willy TarreauMEDIUM: applet: make the applet not depend on a stream...
2015-04-23 Willy TarreauMINOR: applet: add a new "owner" pointer in the appctx
2015-04-23 Simon HormanMEDIUM: stats: Differentiate between DRAIN and DRAIN...
2015-04-23 Simon HormanMEDIUM: stats: Only report drain state in stats if...
2015-04-23 Simon HormanMEDIUM: stats: Separate server state and colour in...
2015-04-23 Simon HormanMEDIUM: stats: Add enum srv_stats_state
2015-04-21 Jason HarveyDOC: Fix L4TOUT typo in documentation
2015-04-21 Willy TarreauBUG/MEDIUM: http: properly retrieve the front connection
2015-04-21 Willy TarreauDOC: update the entities diagrams
2015-04-21 Willy TarreauBUG/MEDIUM: stream-int: always reset si->ops when si...
2015-04-20 Willy TarreauBUG/MAJOR: tcp/http: fix current_rule assignment when...
2015-04-20 Willy TarreauBUG/MEDIUM: init: don't limit cpu-map to the first...
2015-04-14 Willy TarreauBUG/MEDIUM: listener: don't report an error when resumi...
2015-04-13 Willy TarreauCLEANUP: poll: move the conditions for waiting out...
2015-04-11 CJ EssMEDIUM: http: configurable http result codes for http...
2015-04-11 Alexander RigboBUG/MINOR: ssl: Display correct filename in error message
2015-04-08 Willy TarreauMINOR: stream: pass the pointer to the origin explicitl...
2015-04-08 Willy TarreauMEDIUM: session: adjust the connection flags before...
2015-04-08 Willy TarreauMINOR: session: maintain the session count stats in...
2015-04-08 Willy TarreauCLEANUP: namespaces: fix protection against multiple...
2015-04-07 Thierry FOURNIERMINOR: lua: map system integration in Lua
2015-04-07 Thierry FOURNIERMINOR: lua: (req|res)_get_headers return more than...
2015-04-07 Thierry FOURNIERDOC: lua: some fixes
2015-04-06 Willy TarreauCLEANUP: stream-int: swap stream-int and appctx declara...
2015-04-06 Willy TarreauMINOR: peers: no need for setting timeouts / conn_retri...
2015-04-06 Willy TarreauMINOR: lua: no need for setting timeouts / conn_retries...
2015-04-06 Willy TarreauMINOR: lua: minor cleanup in hlua_socket_new()
2015-04-06 Willy TarreauMEDIUM: lua: make use of stream_new() to create an...
2015-04-06 Willy TarreauMEDIUM: stream: don't rely on the session's listener...
2015-04-06 Willy TarreauCLEANUP: frontend: remove one useless local variable
2015-04-06 Willy TarreauMEDIUM: frontend: move some remaining stream settings...
2015-04-06 Willy TarreauMEDIUM: frontend: don't restrict frontend_accept()...
2015-04-06 Willy TarreauMEDIUM: frontend: move the fd-specific settings to...
2015-04-06 Willy TarreauMEDIUM: frontend: move some stream initialisation to...
2015-04-06 Willy TarreauMEDIUM: stream: return the stream upon accept()
2015-04-06 Willy TarreauMEDIUM: frontend: make ->accept only return +/-1
next