]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-09-20  Willy TarreauMINOR: net_helper: add functions to read from vectors
2017-09-20  Willy TarreauMINOR: buffer: add b_end() and b_to_end()
2017-09-20  Willy TarreauMINOR: buffer: add b_del() to delete a number of characters
2017-09-20  Willy TarreauMINOR: tools: make my_htonll() more efficient on x86_64
2017-09-18  Dragan DosenBUG/MINOR: contrib/modsecurity: close the va_list ap...
2017-09-18  Dragan DosenBUG/MINOR: contrib/mod_defender: close the va_list...
2017-09-15  Christopher... MINOR: ssl: Remove useless checks on bind_conf or bind_...
2017-09-15  Christopher... BUG/MINOR: dns: Fix check on nameserver in snr_resoluti...
2017-09-15  Christopher... BUG/MINOR: spoe: Don't rely on SPOE ctx in debug messag...
2017-09-15  Christopher... BUG/MINOR: compression: Check response headers before...
2017-09-15  Christopher... BUG/MEDIUM: compression: Fix check on txn in smp_fetch_...
2017-09-15  Willy TarreauMEDIUM: session: count the frontend's connections at...
2017-09-15  Willy TarreauMEDIUM: session: factor out duplicated code for conn_co...
2017-09-15  Willy TarreauMINOR: session: small cleanup of conn_complete_session()
2017-09-15  Willy TarreauMINOR: listener: new function listener_release
2017-09-15  Willy TarreauMEDIUM: session: take care of incrementing/decrementing...
2017-09-15  Willy TarreauMINOR: listeners: make listeners count consistent with...
2017-09-15  Willy TarreauMINOR: listeners: new function create_listeners
2017-09-15  Willy TarreauMINOR: unix: remove the now unused proto_uxst.h file
2017-09-15  Willy TarreauMINOR: protocols: register the ->add function and stop...
2017-09-15  Willy TarreauMINOR: protocols: always pass a "port" argument to...
2017-09-15  Willy TarreauMINOR: frontend: don't retrieve ALPN on the critical...
2017-09-15  Willy TarreauMINOR: peers: don't reference the incoming listener...
2017-09-14  Willy TarreauBUILD: Makefile: improve detection of support for compi...
2017-09-13  Willy TarreauBUILD: Makefile: shut certain gcc/clang stupid warnings
2017-09-13  Willy TarreauBUILD: Makefile: add a function to detect support by...
2017-09-13  Andjelko IharosMINOR: add severity information to cli feedback messages
2017-09-13  Andjelko IharosMINOR: cli: add socket commands and config to prepend...
2017-09-13  Olivier HouchardMINOR: net_helper: Inline functions meant to be inlined.
2017-09-11  Thierry FOURNIERMINOR: tasks: Move Lua notification from Lua to tasks
2017-09-11  Thierry FOURNIERMEDIUM: xref/lua: Use xref for referencing cosocket...
2017-09-11  Thierry FOURNIERMINOR: xref: Add a new xref system
2017-09-11  Thierry FOURNIERBUG/MINOR: Lua: The socket may be destroyed when we...
2017-09-11  Christopher... BUG/MEDIUM: http: Close streams for connections closed...
2017-09-09  Emmanuel HocdetMINOR: ssl: rework smp_fetch_ssl_fc_cl_str without...
2017-09-06  Willy TarreauRevert "BUG/MINOR: server: Remove FQDN requirement...
2017-09-05  Nenad MerdanovicBUG/MINOR: server: Remove FQDN requirement for using...
2017-09-05  Christopher... MINOR: polling: Use fd_update_events to update events...
2017-09-05  Christopher... MINOR: fd: Add fd_update_events function
2017-09-05  Willy TarreauBUG/MEDIUM: epoll: ensure we always consider HUP and ERR
2017-09-05  Emeric BrunMEDIUM: check: server states and weight propagation...
2017-09-05  Christopher... MINOR: freq_ctr: Return the new value after an update
2017-09-05  Christopher... MINOR: fd: Move (de)allocation of fdtab and fdinfo...
2017-09-05  Christopher... MINOR: fd: Use inlined functions to check fd state...
2017-09-05  Christopher... MINOR: fd: Add fd_active function
2017-09-05  Christopher... MINOR: http: Use a trash chunk to store decoded string...
2017-09-05  Christopher... MINOR: stick-tables: Make static_table_key a struct...
2017-09-05  Christopher... MINOR: buffers: Move swap_buffer into buffer.c and...
2017-09-05  Christopher... MINOR: logs: Realloc log buffers only after the config...
2017-09-05  Christopher... MINOR: logs: Use dedicated function to init/deinit...
2017-09-05  Christopher... MEDIUM: chunks: Realloc trash buffers only after the...
2017-09-05  Christopher... MINOR: chunks: Use dedicated function to init/deinit...
2017-09-05  Christopher... MINOR: applet: Check applets_active_queue before proces...
2017-09-05  Christopher... MINOR: backends: Make get_server_* functions explicitly...
2017-09-05  Christopher... MINOR: fd: Set owner and iocb field before inserting...
2017-09-05  Christopher... MINOR: fd: Don't forget to reset fdtab[fd].update when...
2017-09-05  Christopher... MINOR: listeners: Change enable_listener and disable_li...
2017-09-05  Christopher... MINOR: listeners: Change listener_full and limit_listen...
2017-09-05  Christopher... CLEANUP: memory: Remove unused function pool_destroy
2017-09-05  Daniel SchnellerDOC: Add note about "* " prefix in CSV stats
2017-09-05  Christopher... BUG/MEDIUM: http: Fix a regression bug when a HTTP...
2017-09-05  Emmanuel HocdetMINOR: ssl: remove duplicate ssl_methods in struct...
2017-09-01  Daniel SchnellerDOC: Refer to Mozilla TLS info / config generator
2017-09-01  Olivier DoucetDOC: add CLI info on privilege levels
2017-08-30  Willy TarreauMEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH
2017-08-30  Willy TarreauCLEANUP: connection: remove the unused conn_sock_shutw_...
2017-08-30  Willy TarreauMEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH
2017-08-30  Willy TarreauMINOR: stream: provide a new stream creation function...
2017-08-30  Willy TarreauMEDIUM: session: add a pointer to a struct task in...
2017-08-30  Willy TarreauCLEANUP: listener: remove the unused handler field
2017-08-30  Willy TarreauMEDIUM: stream: make stream_new() allocate its own...
2017-08-30  Willy TarreauMEDIUM: connection: get rid of data->init() which was...
2017-08-30  Willy TarreauBUG/MINOR: stream-int: don't check the CO_FL_CURR_WR_EN...
2017-08-24  Willy TarreauREORG/MEDIUM: connection: introduce the notion of conne...
2017-08-23  Willy TarreauOPTIM: lua: don't add "Connection: close" on the response
2017-08-23  Willy TarreauOPTIM: lua: don't use expensive functions to parse...
2017-08-23  Willy TarreauBUG/MEDIUM: stream: properly set the required HTTP...
2017-08-23  Willy TarreauMINOR: lua: properly process the contents of the conten...
2017-08-23  Willy TarreauBUG/MEDIUM: lua: HTTP services must take care of body...
2017-08-23  Willy TarreauBUG/MAJOR: lua: fix the impact of the scheduler changes...
2017-08-22  Willy TarreauBUG/MEDIUM: dns: fix accepted_payload_size parser to...
2017-08-22  Baptiste AssmannBUG/MINOR: dns: wrong resolution interval lead to 100...
2017-08-22  Baptiste AssmannCLEANUP: dns: remove duplicated code in dns_validate_dn...
2017-08-22  Baptiste AssmannCLEANUP: dns: remove duplicated code in dns_resolve_recv()
2017-08-22  Baptiste AssmannMINOR: dns: make SRV record processing more verbose
2017-08-22  Baptiste AssmannMINOR: dns: automatic reduction of DNS accpeted payload...
2017-08-22  Baptiste AssmannMINOR: dns: Maximum DNS udp payload set to 8192
2017-08-22  Baptiste AssmannBUG/MINOR: dns: server set by SRV records stay in ...
2017-08-22  Frédéric LécailleBUG/MINOR: Wrong type used as argument for spoe_decode_...
2017-08-18  Willy TarreauMINOR: http: export some of the HTTP parser macros
2017-08-18  Willy TarreauTESTS: ist: add a test file for the functions
2017-08-18  Willy TarreauMINOR: ist: implement very simple indirect strings
2017-08-18  Willy TarreauMEDIUM: session: do not free a session until no stream...
2017-08-18  Willy TarreauMINOR: stream: link the stream to its session
2017-08-18  Willy TarreauMINOR: session: add a streams field to the session...
2017-08-18  Willy TarreauMINOR: chunks: add chunk_memcpy() and chunk_memcat()
2017-08-18  Baptiste AssmannMINOR: dns: default "hold obsolete" timeout set to 0
2017-08-18  Baptiste AssmannMINOR: dns: enabled edns0 extension and make accpeted...
2017-08-18  Baptiste AssmannMINOR: dns: new dns record type (RTYPE) for OPT
2017-08-18  Baptiste AssmannMINOR: dns: enable caching of responses for server...
next