]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
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...
2015-03-29 Willy TarreauMAJOR: compression: integrate support for libslz
2015-03-28 Willy TarreauCLEANUP: compression: remove unused reset functions
2015-03-28 Willy TarreauMEDIUM: compression: split deflate_flush() into flush...
2015-03-28 Willy TarreauMEDIUM: compression: add new "raw-deflate" compression...
2015-03-28 Willy TarreauMEDIUM: compression: add a distinction between UA-...
2015-03-28 Willy TarreauCLEANUP: compression: statify all algo-specific functions
2015-03-28 Willy TarreauMINOR: http: check the algo name "identity" instead...
2015-03-28 Willy TarreauBUG/MINOR: compression: consider the expansion factor...
2015-03-28 Willy TarreauMEDIUM: compression: don't send leading zeroes with...
2015-03-28 Willy TarreauMEDIUM: compression: postpone buffer adjustments after...
2015-03-26 Joseph LynchMEDIUM: check: include server address and port in the...
2015-03-18 Willy TarreauMEDIUM: lua: implement a simple memory allocator
2015-03-18 Thierry FOURNIERBUG/MINOR: lua: Fix SSL initialisation
2015-03-18 Thierry FOURNIERMINOR: lua: add log functions
2015-03-18 Thierry FOURNIERDOC: lua: fix some typos
2015-03-18 Thierry FOURNIERMINOR: lua: create and register HTTP class
2015-03-18 Thierry FOURNIERMINOR: lua: txn: add function set_(loglevel|tos|mark)
2015-03-18 Thierry FOURNIERMINOR: http: export function inet_set_tos()
2015-03-18 Thierry FOURNIERMINOR: http: split http_transform_header() function...
2015-03-18 Thierry FOURNIERMINOR: http: split the function http_action_set_req_lin...
2015-03-17 Thierry FOURNIERMEDIUM: http: allows 'R' and 'S' in the protocol alphabet
2015-03-17 Willy TarreauBUILD: fix automatic inclusion of libdl.
2015-03-17 Thierry FOURNIERBUILD: lua: it miss the '-ldl' directive
2015-03-17 Thierry FOURNIERMEDIUM/CLEANUP: http: rewrite and lighten http_transfor...
2015-03-17 Thierry FOURNIERBUG/MEDIUM: http: the function "(req|res)-replace-value...
2015-03-16 Thierry FOURNIERBUG/MAJOR: http: don't read past buffer's end in http_r...
2015-03-14 Thierry FOURNIERBUG/MEDIUM: lua: undetected infinite loop
2015-03-14 Thierry FOURNIERBUG/MEDIUM: http: the action set-{method|path|query...
2015-03-13 Willy TarreauMEDIUM: listener: store the default target per listener
2015-03-13 Willy TarreauCLEANUP: listeners: remove unused timeout
2015-03-13 Willy TarreauMEDIUM: peers: use frontend_accept() instead of peer_ac...
2015-03-13 Willy TarreauMEDIUM: stats: use frontend_accept() as the accept...
2015-03-13 Willy TarreauMINOR: proxy: store the default target into the fronten...
2015-03-13 Willy TarreauMINOR: peers: centralize configuration of the peers...
2015-03-13 Willy TarreauBUG/MEDIUM: peers: correctly configure the client timeout
2015-03-13 Willy TarreauCLEANUP: lua: don't use si_ic/si_oc on known stream...
2015-03-13 Thierry FOURNIERBUG/MINOR: lua: set current proxy as default value...
2015-03-13 Thierry FOURNIERBUG/MINOR: lua: error in detection of mandatory arguments
2015-03-13 Thierry FOURNIERMEDIUM: map: uses HAProxy facilities to store default...
2015-03-13 Thierry FOURNIERBUG/MINOR: utf8: remove compilator warning
2015-03-13 Thierry FOURNIERMEDIUM: lua: automatically converts strings in proxy...
2015-03-13 Thierry FOURNIERBUG/MEDIUM: lua: bad argument number in analyser and...
2015-03-13 Willy TarreauMEDIUM: channel: don't always set CF_WAKE_WRITE on...
2015-03-12 Willy TarreauCLEANUP: stream-int: remove inclusion of fd.h that...
2015-03-12 Willy TarreauREORG: connection: move conn_drain() to connection...
2015-03-12 Willy TarreauMEDIUM: connection: make conn_drain() perform more...
2015-03-12 Willy TarreauMEDIUM: stream-int: make conn_si_send_proxy() use conn_...
next