]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
2015-04-06  Willy TarreauMEDIUM: peers: make use of stream_accept_session()
2015-04-06  Willy TarreauMEDIUM: stream: also accept appctx as origin in stream_...
2015-04-06  Willy TarreauMEDIUM: stream: isolate connection-specific initializat...
2015-04-06  Willy TarreauCLEANUP: stream.c: do not re-attach the connection...
2015-04-06  Willy TarreauMINOR: session: set the CO_FL_CONNECTED flag on the...
2015-04-06  Willy TarreauMEDIUM: peers: initialize the task before the stream
2015-04-06  Willy TarreauMINOR: peers: make use of session_new() when creating...
2015-04-06  Willy TarreauMINOR: session: make use of session_new() when creating...
2015-04-06  Willy TarreauMINOR: session: introduce session_new()
2015-04-06  Willy TarreauMEDIUM: peers: move the appctx initialization earlier
2015-04-06  Willy TarreauMINOR: stream-int: make appctx_new() take the applet...
2015-04-06  Willy TarreauREORG: session: move the session parts out of stream.c
2015-04-06  Willy TarreauMEDIUM: session: remove the task pointer from the session
2015-04-06  Willy TarreauMAJOR: stream: don't initialize the stream anymore...
2015-04-06  Willy TarreauMEDIUM: stream: move all the session-specific stuff...
2015-04-06  Willy TarreauMEDIUM: stream: don't call stream_store_counters()...
2015-04-06  Willy TarreauMAJOR: tcp: make tcp_exec_req_rules() only rely on...
2015-04-06  Willy TarreauMEDIUM: proto_tcp: track the session's counters in...
2015-04-06  Willy TarreauMEDIUM: session: update the session's stick counters...
2015-04-06  Willy TarreauMEDIUM: streams: support looking up stkctr in the session
2015-04-06  Willy TarreauREORG: stktable: move the stkctr_* functions from strea...
2015-04-06  Willy TarreauMINOR: session: add stick counters to the struct session
2015-04-06  Willy TarreauMINOR: session: implement session_free() and use it...
2015-04-06  Willy TarreauMINOR: session: don't rely on s->logs.logwait in embryo...
2015-04-06  Willy TarreauMINOR: session: store the session's accept date
2015-04-06  Willy TarreauMINOR: stream: move session initialization before the...
2015-04-06  Willy TarreauCLEANUP: stream: don't set ->target to the incoming...
2015-04-06  Willy TarreauMINOR: stream: provide a few helpers to retrieve fronte...
2015-04-06  Willy TarreauMAJOR: sample: pass a pointer to the session to each...
2015-04-06  Willy TarreauCLEANUP: lua: don't pass http_txn anymore to hlua_reque...
2015-04-06  Willy TarreauMEDIUM: http: remove the now useless http_txn from...
2015-04-06  Willy TarreauCLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7
2015-04-06  Willy TarreauMAJOR: sample: don't pass l7 anymore to sample fetch...
2015-04-06  Willy TarreauMAJOR: http: move http_txn out of struct stream
2015-04-06  Willy TarreauMINOR: http: create a dedicated pool for http_txn
2015-04-06  Willy TarreauMEDIUM: http: move header captures from http_txn to...
2015-04-06  Willy TarreauCLEANUP: sample: remove useless tests in fetch function...
2015-04-06  Willy TarreauMEDIUM: session: use the pointer to the origin instead...
2015-04-06  Willy TarreauMINOR: session: add a pointer to the session's origin
2015-04-06  Willy TarreauMEDIUM: stream: move the frontend's pointer to the...
2015-04-06  Willy TarreauMEDIUM: stream: move the listener's pointer to the...
2015-04-06  Willy TarreauMEDIUM: stream: allocate the session when a stream...
2015-04-06  Willy TarreauMINOR: session: start to reintroduce struct session
2015-04-06  Willy TarreauREORG/MEDIUM: stream: rename stream flags from SN_...
2015-04-06  Willy TarreauREORG/MAJOR: session: rename the "session" entity to...
2015-04-06  Willy TarreauCLEANUP: lua: get rid of the last two "*hs" for hlua_smp
2015-04-06  Willy TarreauCLEANUP: lua: rename variable "sc" for struct hlua_smp
2015-04-06  Willy TarreauCLEANUP: lua: rename last occurrences of "*s" to "...
2015-04-06  Willy TarreauCLEANUP: lua: get rid of the last "*ht" for struct...
2015-04-06  Willy TarreauCLEANUP: hlua: stop using variable name "s" alternately...
2015-04-06  Willy TarreauCLEANUP: lua: fix confusing local variable naming in...
2015-04-06  Willy TarreauCLEANUP: lua: remove hard-coded sizeof() in object...
2015-04-06  Willy TarreauBUG/MAJOR: lua: use correct object size when initializi...
2015-04-06  Willy TarreauCLEANUP: lua: remove the unused hlua_sleep memory pool
2015-04-03  Willy TarreauBUG/MAJOR: http: null-terminate the http actions keywor...
2015-04-01  Willy TarreauBUG/MEDIUM: http: hdr_cnt would not count any header...
next