]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2015-01-23  Willy TarreauMEDIUM: http: implement http-request set-{method,path...
2015-01-23  Willy TarreauBUG/MINOR: sample: fix case sensitivity for the regsub...
2015-01-23  Simon HormanMEDIUM/BUG: Only explicitly report "DOWN (agent)" if...
2015-01-23  Simon HormanBUG/MEDIUM: Do not set agent health to zero if server...
2015-01-22  Willy TarreauMEDIUM: samples: add a regsub converter to perform...
2015-01-22  Willy TarreauMEDIUM: regex: add support for passing regex flags...
2015-01-22  Willy TarreauMINOR: args: implement a new arg type for regex : ARGT_REG
2015-01-22  Willy TarreauMINOR: args: add type-specific flags for each arg in...
2015-01-22  Willy TarreauMEDIUM: args: increase arg type to 5 bits and limit...
2015-01-22  Willy TarreauMEDIUM: args: use #define to specify the number of...
2015-01-21  Willy TarreauBUG/MEDIUM: http: make http-request set-header compute...
2015-01-21  Willy TarreauBUG/MINOR: args: add missing entry for ARGT_MAP in...
2015-01-20  Willy TarreauMEDIUM: backend: add the crc32 hash algorithm for load...
2015-01-20  Willy TarreauMINOR: samples: provide a "crc32" converter
2015-01-20  Willy TarreauMINOR: hash: add new function hash_crc32
2015-01-20  Willy TarreauMINOR: http: add a new fetch "query" to extract the...
2015-01-15  Willy TarreauMAJOR: init: automatically set maxconn and/or maxsslcon...
2015-01-15  Willy TarreauMINOR: global: report information about the cost of...
2015-01-15  Willy TarreauMINOR: global: always export some SSL-specific metrics
2015-01-15  Willy TarreauMINOR: tools: add new round_2dig() function to round...
2015-01-15  Willy TarreauBUG/MAJOR: log: don't try to emit a log if no logger...
2015-01-14  Willy TarreauMINOR: channel: rename bi_erase() to channel_truncate()
2015-01-14  Willy TarreauMINOR: channel: rename bi_avail() to channel_recv_max()
2015-01-14  Willy TarreauMINOR: channel: rename buffer_max_len() to channel_recv...
2015-01-14  Willy TarreauMINOR: channel: rename buffer_reserved() to channel_res...
2015-01-14  Willy TarreauMINOR: channel: rename channel_full() to !channel_may_r...
2015-01-14  Willy TarreauCLEANUP: channel: rename channel_reserved -> channel_is...
2015-01-14  Willy TarreauBUG/MEDIUM: channel: don't schedule data in transit...
2015-01-14  Willy TarreauMEDIUM: channel: make bi_avail() use channel_in_transit()
2015-01-14  Willy TarreauMEDIUM: channel: make buffer_reserved() use channel_in_...
2015-01-14  Willy TarreauMINOR: channel: add channel_in_transit()
2015-01-14  Willy TarreauBUG/MINOR: channel: compare to_forward with buf->i...
2015-01-14  Willy TarreauBUG/MEDIUM: channel: fix possible integer overflow...
2015-01-14  Willy TarreauMINOR: config: extend the default max hostname length...
2015-01-07  Willy TarreauBUG/MEDIUM: http: fix header removal when previous...
2015-01-07  Willy TarreauMINOR: logs: add a new per-proxy "log-tag" directive
2015-01-07  Willy TarreauDOC: add missing entry for log-format and clarify the...
2015-01-04  Cyril BontéBUG/MEDIUM: backend: correctly detect the domain when...
2014-12-28  Willy TarreauCLEANUP: session: remove session_from_task()
2014-12-28  Cyril BontéDOC: checks: environment variables used by "external...
2014-12-28  Cyril BontéMINOR: checks: update dynamic environment variables...
2014-12-24  Willy TarreauOPTIM: stream-int: try to send pending spliced data
2014-12-24  Willy TarreauMEDIUM: stream-int: support splicing from applets
2014-12-24  Willy TarreauMEDIUM: channel: implement a zero-copy buffer transfer
2014-12-24  Willy TarreauMINOR: config: implement global setting tune.buffers...
2014-12-24  Willy TarreauMINOR: config: implement global setting tune.buffers...
2014-12-24  Willy TarreauMAJOR: session: only wake up as many sessions as availa...
2014-12-24  Willy TarreauMINOR: stats: report a "waiting" flags for sessions
2014-12-24  Willy TarreauMAJOR: session: only allocate buffers when needed
2014-12-24  Willy TarreauMAJOR: session: implement a wait-queue for sessions...
2014-12-24  Willy TarreauMEDIUM: session: implement a basic atomic buffer allocator
2014-12-24  Willy TarreauMEDIUM: buffer: implement b_alloc_margin()
2014-12-24  Willy TarreauMINOR: buffer: implement b_alloc_fast()
2014-12-24  Willy TarreauMINOR: session: group buffer allocations together
2014-12-24  Willy TarreauMEDIUM: channel: do not report full when buf_empty...
2014-12-24  Willy TarreauMEDIUM: buffer: add a new buf_wanted dummy buffer to...
2014-12-24  Willy TarreauMEDIUM: buffer: always assign a dummy empty buffer...
2014-12-24  Willy TarreauMINOR: buffer: only use b_free to release buffers
2014-12-24  Willy TarreauMINOR: buffer: move buffer initialization after channel...
2014-12-24  Willy TarreauMEDIUM: buffer: use b_alloc() to allocate and initializ...
2014-12-24  Willy TarreauMINOR: buffer: reset a buffer in b_reset() and not...
2014-12-24  Willy TarreauMINOR: stream-int: retrieve session pointer from stream-int
2014-12-24  Willy TarreauMEDIUM: memory: improve pool_refill_alloc() to pass...
2014-12-24  Willy TarreauMINOR: memory: cut pool allocator in 3 layers
2014-12-24  Willy TarreauCLEANUP: memory: replace macros pool_alloc2/pool_free2...
2014-12-24  Willy TarreauCLEANUP: memory: remove dead code
2014-12-24  Willy TarreauCLEANUP: lists: remove dead code
2014-12-24  Willy TarreauBUG/MEDIUM: compression: correctly report zlib_mem
2014-12-24  Willy TarreauBUG/MAJOR: namespaces: conn->target is not necessarily...
2014-12-23  Willy TarreauBUG/MEDIUM: memory: fix freeing logic in pool_gc2()
2014-12-23  Willy TarreauBUG/MAJOR: stream-int: properly check the memory alloca...
2014-12-19  Thierry FOURNIERBUG/MAJOR: ns: HAProxy segfault if the cli_conn is...
2014-12-18  Thierry FOURNIERMINOR: map/acl/dumpstats: remove the "Done." message
2014-12-18  Willy TarreauBUG/MEDIUM: config: do not propagate processes between...
2014-12-18  Willy TarreauBUG/MINOR: config: fix typo in condition when propagati...
2014-12-18  GodbachBUG/MINOR: parse: refer curproxy instead of proxy
2014-12-17  GodbachBUG/MINOR: http: fix typo: "401 Unauthorized" => "407...
2014-12-17  GodbachCLEANUP: epoll: epoll_events should be allocated accord...
2014-12-12  PiBa-NLDOC: httplog does not support 'no'
2014-12-10  Vincent BernatBUG/MEDIUM: sample: fix random number upper-bound
2014-12-10  GodbachDOC: fix a few typos
2014-12-09  Lukas TribusBUILD: ssl: use OPENSSL_NO_OCSP to detect OCSP support
2014-12-08  Willy TarreauBUG/MEDIUM: tcp-checks: disable quick-ack unless next...
2014-12-08  Willy TarreauBUG/MEDIUM: tcp-check: don't rely on random memory...
2014-12-08  Willy TarreauBUG/MINOR: tcp-check: don't condition data polling...
2014-12-02  Cyril BontéMEDIUM: checks: provide environment variables to the...
2014-12-02  Cyril BontéMINOR: checks: allow external checks in backend sections
2014-11-26  Willy TarreauBUG/MEDIUM: payload: ensure that a request channel...
2014-11-26  Willy TarreauBUG/MEDIUM: patterns: previous fix was incomplete
2014-11-25  Willy TarreauBUG/MAJOR: sessions: unlink session from list on out...
2014-11-25  Emeric BrunMINOR: samples: add the word converter.
2014-11-25  Willy TarreauDEBUG: pools: apply poisonning on every allocated pool
2014-11-24  Emeric BrunMINOR: samples: adds the field converter.
2014-11-24  Emeric BrunMINOR: samples: adds the bytes converter.
2014-11-24  Willy TarreauMINOR: sample: add a few basic internal fetches (nbproc...
2014-11-24  Emeric BrunBUG/MINOR: samples: fix unnecessary memcopy converting...
2014-11-24  Willy TarreauBUG/MINOR: peers: the buffer size is global.tune.bufsiz...
2014-11-24  Thierry FOURNIERBUG/MEDIUM: pattern: don't load more than once a patter...
2014-11-21  Willy TarreauDOC: fix typo in the body parser documentation for...
2014-11-21  Willy TarreauMAJOR: polling: centralize calls to I/O callbacks
next