]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-09-04  Emmanuel HocdetBUG/MEDIUM: ECC cert should work with TLS < v1.2 and...
2018-09-04  Baptiste AssmannBUG/MEDIUM: dns/server: fix incomatibility between...
2018-09-04  Frédéric LécailleREGTEST/MINOR: lua: Add reg testing files for 70d318c.
2018-08-31  Olivier HouchardBUG/MEDIUM: hlua: Don't call RESET_SAFE_LJMP if SET_SAF...
2018-08-31  Frédéric LécailleREGTEST/MINOR: Add a reg testing file for 3e60b11.
2018-08-30  Frédéric LécailleBUG/MAJOR: thread: lua: Wrong SSL context initialization.
2018-08-28  Olivier HouchardBUG/MEDIUM: stream_interface: try to call si_cs_send...
2018-08-28  Olivier HouchardMINOR: checks: Call wake_srv_chk() when we can finally...
2018-08-28  Olivier HouchardBUG/MEDIUM: hlua: Make sure we drain the output buffer...
2018-08-27  Patrick HemmerMINOR: Add srv_conn_free sample fetch
2018-08-27  Patrick HemmerMINOR: add be_conn_free sample fetch
2018-08-25  Patrick HemmerBUG/MEDIUM: lua: reset lua transaction between http...
2018-08-24  Frédéric LécailleREGTEST/MINOR: Add a reg testing file for b406b87 commit.
2018-08-24  Willy TarreauBUG/MEDIUM: mux_pt: dereference the connection with...
2018-08-24  Frédéric LécailleREGEST/MINOR: Add reg testing files.
2018-08-24  Frédéric LécailleBUG/MINOR: lua: Bad HTTP client request duration.
2018-08-24  Willy TarreauMINOR: connection: make conn_sock_drain() work for...
2018-08-24  Willy TarreauBUG/MEDIUM: unix: provide a ->drain() function
2018-08-23  Frédéric LécailleREGTEST/MINOR: Add a new class of regression testing...
2018-08-23  Frédéric LécailleREGTEST/MINOR: Missing mandatory "ignore_unknown_macro".
2018-08-23  Jens BissingerDOC: Fix spelling error in configuration doc
2018-08-22  Willy TarreauMINOR: sample: remove impossible tests on negative...
2018-08-22  Willy TarreauMINOR: chunk: remove impossible tests on negative chunk...
2018-08-22  Willy TarreauBUG/MEDIUM: cli/ssl: don't store base64dec() result...
2018-08-22  Willy TarreauBUG/MEDIUM: connection: don't store recv() result into...
2018-08-22  Willy TarreauBUG/MEDIUM: map: don't store exp_replace() result in...
2018-08-22  Willy TarreauBUG/MEDIUM: dns: don't store dns_build_query() result...
2018-08-22  Willy TarreauBUG/MEDIUM: http: don't store url_decode() result in...
2018-08-22  Willy TarreauBUG/MEDIUM: http: don't store exp_replace() result...
2018-08-22  Willy TarreauBUG/MINOR: chunks: do not store -1 into chunk_printf...
2018-08-21  Willy TarreauBUG/MEDIUM: check/threads: do not involve the rendez...
2018-08-21  Willy TarreauBUG/MEDIUM: lb/threads: always properly lock LB algorit...
2018-08-21  Willy TarreauBUG/MEDIUM: connection: don't forget to always delete...
2018-08-21  Willy TarreauBUG/MAJOR: queue/threads: make pendconn_redistribute...
2018-08-21  Olivier HouchardBUG/MEDIUM: stream_interface: Call the wake callback...
2018-08-21  Olivier HouchardBUG/MEDIUM: H2: Activate polling after successful h2_sn...
2018-08-21  Olivier HouchardBUG/MEDIUM: stream-int: Check if the conn_stream exist...
2018-08-21  Olivier HouchardBUG/MEDIUM: tasklets: Add the thread as active when...
2018-08-21  Olivier HouchardBUG/MEDIUM: streams: Don't forget to remove the si...
2018-08-21  Willy TarreauBUG/MEDIUM: cli/threads: protect some server commands...
2018-08-21  Willy TarreauDOC: server/threads: document which functions need...
2018-08-21  Willy TarreauBUG/MEDIUM: cli/threads: protect all "proxy" commands...
2018-08-21  Willy TarreauBUG/MEDIUM: server: update our local state before propa...
2018-08-19  Cyril BontéBUG/MINOR: lua: fix extra 500ms added to socket timeouts
2018-08-17  Cyril BontéBUG/MEDIUM: lua: socket timeouts are not applied
2018-08-17  Olivier HouchardMINOR: fd cache: And the thread_mask with all_threads_mask.
2018-08-17  Olivier HouchardMINOR: tasks: Don't special-case when nbthreads == 1
2018-08-17  Willy TarreauDOC: update the layering design notes
2018-08-16  Bertrand JacquinDOC: ssl: Use consistent naming for TLS protocols
2018-08-16  Patrick HemmerDOC: add documentation for prio_class and prio_offset...
2018-08-16  Lukas TribusDOC: dns: explain set server ... fqdn requires resolver
2018-08-16  Emeric BrunBUG/MINOR: map: fix map_regm with backref
2018-08-16  Emeric BrunBUG/MEDIUM: ssl: loading dh param from certifile causes...
2018-08-16  Emeric BrunBUG/MEDIUM: ssl: fix missing error loading a keytype...
2018-08-16  Olivier HouchardBUG/MEDIUM: sessions: Don't use t->state.
2018-08-16  Olivier HouchardBUG/MEDIUM: tasks: Don't insert in the global rqueue...
2018-08-16  Olivier HouchardMINOR: checks: Add event_srv_chk_io().
2018-08-16  Olivier HouchardMINOR: mux_h2: Don't use h2_send() as a callback.
2018-08-16  Olivier HouchardMINOR: stream_interface: Give stream_interface its...
2018-08-16  Olivier HouchardMINOR: stream_interface: Don't use si_cs_send() as...
2018-08-16  Olivier HouchardMINOR: connections/mux: Add the wait reason(s) to wait_...
2018-08-16  Olivier HouchardMINOR: tasks: Allow tasklet_wakeup() to wakeup a task.
2018-08-16  Olivier HouchardMINOR: connections: Get rid of txbuf.
2018-08-16  Olivier HouchardMINOR: connections: Move rxbuf from the conn_stream...
2018-08-16  Olivier HouchardMINOR: connections: Make rcv_buf mandatory and nuke...
2018-08-16  Emeric BrunBUG/MINOR: ssl: empty connections reported as errors.
2018-08-10  Willy TarreauDOC: update the roadmap about priority queues
2018-08-10  Patrick HemmerMEDIUM: queue: adjust position based on priority-class...
2018-08-10  Patrick HemmerMEDIUM: add set-priority-class and set-priority-offset
2018-08-10  Patrick HemmerMINOR: queue: replace the linked list with a tree
2018-08-10  Patrick HemmerMINOR: queue: store the queue index in the stream when...
2018-08-10  Patrick HemmerMINOR: stream: rename {srv,prx}_queue_size to *_queue_pos
2018-08-10  Willy TarreauMINOR: queue: make sure the pendconn is released before...
2018-08-08  Willy TarreauBUG/MEDIUM: connection/mux: take care of serverless...
2018-08-08  Christopher... MEDIUM: mux: Use the mux protocol specified on bind...
2018-08-08  Christopher... MINOR: mux/server: Add 'proto' keyword to force the...
2018-08-08  Christopher... MINOR: mux/frontend: Add 'proto' keyword to force the...
2018-08-08  Christopher... MINOR: mux: Improve the message with the list of existi...
2018-08-08  Christopher... MINOR: mux: Change get_mux_proto to get an ist as parameter
2018-08-08  Christopher... BUG/MEDIUM: stream_int: Don't check CO_FL_SOCK_RD_SH...
2018-08-08  Christopher... BUG/MINOR: threads: Remove the unexisting lock label...
2018-08-08  Willy TarreauCLEANUP: server: remove the update list and the update...
2018-08-08  Willy TarreauMAJOR: server: make server state changes synchronous...
2018-08-08  Willy TarreauMINOR: threads: remove the previous synchronization...
2018-08-08  Willy TarreauMEDIUM: haproxy: don't use sync_poll_loop() anymore...
2018-08-08  Willy TarreauMEDIUM: checks: use the new rendez-vous point to spread...
2018-08-08  Christopher... MINOR: mux: Print the list of existing mux protocols...
2018-08-08  Christopher... MINOR: mux: Unlink ALPN and multiplexers to rather...
2018-08-08  Christopher... MINOR: mux: Add info about the supported side in alpn_m...
2018-08-08  Christopher... MEDIUM: backend: don't rely on mux_pt_ops in connect_se...
2018-08-08  Christopher... MINOR: backend: Try to find the best mux for outgoing...
2018-08-08  Christopher... MINOR: conn_stream: add cs_send() as a default snd_buf...
2018-08-08  Christopher... MINOR: conn_stream: add an tx buffer to the conn_stream
2018-08-07  Christopher... CLEANUP: backend: Move mux install to call it at only...
2018-08-07  Christopher... MEDIUM: mux: Remove const on the buffer in mux->snd_buf()
2018-08-07  Willy TarreauBUG/MEDIUM: queue: prevent a backup server from drainin...
2018-08-07  Willy TarreauBUG/MEDIUM: servers: check the queues once enabling...
2018-08-07  Willy TarreauBUG/MEDIUM: threads: fix the no-thread case after the...
2018-08-06  Christopher... BUG/MINOR: buffers: Fix b_slow_realign when a buffer...
2018-08-02  Willy Tarreau[RELEASE] Released version 1.9-dev1 v1.9-dev1
next