]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2012-11-16 Willy TarreauMEDIUM: global: add support for CPU binding on Linux...
2012-11-15 Emeric BrunMINOR: conf: add warning if ssl is not enabled and...
2012-11-15 Willy TarreauMINOR: config: support process ranges for "bind-process"
2012-11-15 Willy TarreauMINOR: global: don't prevent nbproc from being redefined
2012-11-15 Willy TarreauBUG/MEDIUM: compression: release the zlib pools between...
2012-11-15 William LallemandBUG/MINOR: compression: deinit zlib only when required
2012-11-15 William LallemandBUG/MEDIUM: compression: no Content-Type header but...
2012-11-15 Willy TarreauBUG: compression: do not always increment the round...
2012-11-15 Emeric BrunMINOR: build: allow packagers to specify the ssl cache...
2012-11-14 Willy TarreauBUG: proxy: fix server name lookup in get_backend_server()
2012-11-13 Willy TarreauBUG: halog: fix broken output limitation
2012-11-12 Willy TarreauMINOR: build: allow packagers to specify the default...
2012-11-12 Willy TarreauMINOR: splice: disable it when the system returns EBADF
2012-11-12 Emeric BrunBUG/MEDIUM: ssl: Fix sometimes reneg fails if requested...
2012-11-12 Emeric BrunBUG/MEDIUM: ssl: Fix some reneg cases not correctly...
2012-11-12 Emeric BrunBUG/MEDIUM: ssl: review polling on reneg.
2012-11-12 Willy TarreauBUG: polling: don't skip polled events in the spec...
2012-11-12 Willy TarreauBUG: connection: fix typo in previous commit
2012-11-11 Willy TarreauMAJOR: connection: replace struct target with a pointer...
2012-11-11 Willy TarreauCLEANUP: stream_interface: remove the external task...
2012-11-11 Willy TarreauCLEANUP: channel: remove any reference of the hijackers
2012-11-11 Willy TarreauMEDIUM: http: refrain from sending "Connection: close...
2012-11-11 Willy TarreauMAJOR: polling: remove unused callbacks from the poller...
2012-11-11 Willy TarreauMAJOR: polling: replace epoll with sepoll and remove...
2012-11-11 Willy TarreauMAJOR: ev_kqueue: make the poller support speculative...
2012-11-11 Willy TarreauMAJOR: ev_poll: make the poller support speculative...
2012-11-11 Willy TarreauMAJOR: ev_select: make the poller support speculative...
2012-11-11 Willy TarreauBUILD: compression: enable build in BSD and OSX Makefiles
2012-11-11 Willy TarreauBUILD: stream_interface: remove si_fd() and its references
2012-11-11 Willy TarreauBUG: raw_sock: also consider ENOTCONN in addition to...
2012-11-11 Willy TarreauREORG: fd: centralize the processing of speculative...
2012-11-11 Willy TarreauREORG: fd: move the fd state management from ev_sepoll
2012-11-11 Willy TarreauREORG: fd: move the speculative I/O management from...
2012-11-11 Willy TarreauMEDIUM: fd: don't unset fdtab[].updated upon delete
2012-11-11 William LallemandMINOR: log-format: check number of arguments in cfgparse.c
2012-11-11 Cyril BontéDOC: compression: add some details and clean up the...
2012-11-10 Cyril BontéBUILD: report zlib support in haproxy -vv
2012-11-10 Willy TarreauBUILD: compression: remove a build warning
2012-11-10 William LallemandMINOR: compression: maximum compression rate limit
2012-11-10 William LallemandMINOR: compression: tune.comp.maxlevel
2012-11-10 Finn Arne GangstadBUG: http: revert broken optimisation from 82fe75c1a79d...
2012-11-09 Willy TarreauOPTIM: stream_interface: disable reading when CF_READ_D...
2012-11-09 Willy TarreauMAJOR: sepoll: make the poller totally event-driven
2012-11-09 Willy TarreauBUG/MAJOR: always clear the CO_FL_WAIT_* flags after...
2012-11-09 Willy TarreauMAJOR: connection: remove the CO_FL_CURR_*_POL flag
2012-11-09 Willy TarreauBUG/MINOR: session: mark the handshake as complete...
2012-11-08 Willy TarreauOPTIM: session: don't process the whole session when...
2012-11-08 William LallemandMEDIUM: compression: limit RAM usage
2012-11-08 William LallemandMINOR: compression: init before deleting headers
2012-11-08 William LallemandMINOR: compression: try init in cfgparse.c
2012-11-08 William LallemandMEDIUM: use pool for zlib
2012-11-08 William LallemandMINOR: compression: memlevel and windowsize
2012-11-05 William LallemandBUILD: remove dependency to zlib.h
2012-11-05 William LallemandCLEANUP: use struct comp_ctx instead of union
2012-11-03 David BERARDDOC: Change is_ssl acl to ssl_fc acl in example
2012-10-29 Willy TarreauBUG/MINOR: session: ensure that we don't retry connecti...
2012-10-29 Willy TarreauBUG/MINOR: stream_interface: don't loop over ->snd_buf()
2012-10-29 Finn Arne GangstadMINOR: compression: Enable compression for IE6 w/SP2...
2012-10-29 Willy TarreauMEDIUM: stick-table: allocate the table key of size...
2012-10-29 Willy TarreauMEDIUM: remove remains of BUFSIZE in HTTP auth and...
2012-10-29 Willy TarreauMEDIUM: make the trash be a chunk instead of a char *
2012-10-29 Willy TarreauCLEANUP: replace chunk_printf() with chunk_appendf()
2012-10-29 Willy TarreauMINOR: chunk: add a function to reset a chunk
2012-10-29 Willy TarreauCLEANUP: completely remove trashlen
2012-10-29 Yuxans YaoMINOR: log: add '%Tl' to log-format
2012-10-26 Willy TarreauBUG: compression: disable auto-close and enable MSG_MOR...
2012-10-26 Willy TarreauMINOR: compression: add an offload option to remove...
2012-10-26 Willy TarreauBUILD: make it possible to specify ZLIB path
2012-10-26 Willy TarreauDOC: update document describing relations between inter...
2012-10-26 Willy TarreauMAJOR: session: detach the connections from the stream...
2012-10-26 Willy TarreauCLEANUP: remove trashlen
2012-10-26 Willy TarreauBUG/MEDIUM: tcp: transparent bind to the source only...
2012-10-26 Willy TarreauMINOR: tools: add a clear_addr() function to unset...
2012-10-26 Willy TarreauBUG/MEDIUM: command-line option -D must have precedence...
2012-10-26 Emeric BrunMINOR: ssl: checks the consistency of a private key...
2012-10-26 Emeric BrunMINOR: ssl: add 'crt' statement on server.
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_c_notbefo...
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_c_key_alg...
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs 'ssl_c_sig_alg' and...
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_c_s_dn...
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_c_version...
2012-10-26 Willy TarreauMINOR: ssl: add pattern and ACLs fetches 'ssl_c_serial...
2012-10-26 Emeric BrunMINOR: ssl: add pattern fetch 'ssl_fc_session_id'
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_fc_protoc...
2012-10-26 Emeric BrunMINOR: conf: rename all ssl modules fetches using prefi...
2012-10-26 Willy TarreauBUILD: fix coexistence of openssl and zlib
2012-10-26 Willy TarreauBUG/MINOR: http: compression should consider all Accept...
2012-10-26 Willy TarreauMINOR: compression: optimize memLevel to improve byte...
2012-10-26 Willy TarreauMINOR: compression: automatically disable compression...
2012-10-26 William LallemandMEDIUM: HTTP compression (zlib library support)
2012-10-25 Willy TarreauCLEANUP: http: rename HTTP_MSG_DATA_CRLF state
2012-10-25 Willy TarreauOPTIM: tools: inline hex2i()
2012-10-25 Willy TarreauOPTIM: http: inline http_parse_chunk_size() and http_sk...
2012-10-25 Willy TarreauOPTIM: channel: inline channel_forward's fast path
2012-10-25 Cyril BontéMEDIUM: http: accept IPv6 values with (s)hdr_ip acl
2012-10-25 Cyril BontéBUG/MAJOR: fix a segfault on option http_proxy and...
2012-10-23 Cyril BontéBUG/MEDIUM: acls using IPv6 subnets patterns incorrectl...
2012-10-22 Willy TarreauMEDIUM: cli: allow the stats socket to be bound to...
2012-10-22 Willy TarreauBUG/MAJOR: connection: risk of crash on certain tricky...
2012-10-22 Willy TarreauMEDIUM: listener: provide a fallback for accept4()...
next