0a4f8953 |
13-May-2022 |
George Wang <gwang@litespeedtech.com> |
Release 3.1.1 |
a74702c6 |
06-May-2022 |
George Wang <gwang@litespeedtech.com> |
Release 3.1.0 |
d755d26e |
06-May-2022 |
Ryan A. Pavlik <ryan.pavlik@collabora.com> |
CMake-only computation of whether librt is needed. (#374) |
c4854d20 |
06-May-2022 |
George Wang <gwang@litespeedtech.com> |
Merge branch 'master' of github.com:litespeedtech/lsquic
|
e9ea3521 |
06-May-2022 |
George Wang <gwang@litespeedtech.com> |
Update ls-qpack to 2.3.0 |
146ee2ac |
29-Apr-2022 |
Ryan A. Pavlik <ryan.pavlik@collabora.com> |
Remove refs to decrepit boringssl library. (#373) It's unused, and it's not installed by vcpkg. |
797b40e7 |
29-Apr-2022 |
Ryan A. Pavlik <ryan.pavlik@collabora.com> |
Add an installed CMake config. (#370) * Add an installed CMake config. Does not perform transitive link to boringssl though. * Install vc_compat.h header |
e237d779 |
28-Apr-2022 |
George Wang <gwang@litespeedtech.com> |
Release 3.0.5 |
dbc62fc9 |
24-Apr-2022 |
Sam Hurst <sam.hurst@bbc.co.uk> |
Tick connection on want_datagram_write (#314) * Tick connection on datagram write * Check that a connection can send before marking connection tickable |
454939cd |
24-Apr-2022 |
Ryan A. Pavlik <ryan.pavlik@gmail.com> |
CMake improvements (#369) * Silence CMake warning by updating minimum versions. * Generate files to build directory, not source directory |
61b4eaa6 |
24-Apr-2022 |
quink-black <quinkblack@foxmail.com> |
Make it easier to include boringssl and lsquic via add_subdirectory() (#354) FIND_LIBRARY will fail if boringssl didn't get build yet, so the following cmake build rule doesn't work: add_subdirectory(third_party/boringssl) set(BORINGSSL_LIB ${CMAKE_CURRENT_BINARY_DIR}/third_party/boringssl) add_subdirectory(third_party/lsquic) The patch fixed it by allow setting BORINGSSL_LIB_foo explicitly, e.g., add_subdirectory(third_party/boringssl) set(BORINGSSL_LIB_ssl ssl) set(BORINGSSL_LIB_crypto crypto) set(BORINGSSL_LIB_decrepit decrepit) add_subdirectory(third_party/lsquic) |
bc20c350 |
12-Jan-2022 |
LiteSpeed Tech <info@litespeedtech.com> |
Disable cache for boringSSL, which causes build to fail. |
497ec21d |
12-Jan-2022 |
George Wang <gwang@litespeedtech.com> |
Release 3.0.4 |
f9e1c11a |
12-Jan-2022 |
George Wang <gwang@litespeedtech.com> |
Merge branch 'master' of github.com:litespeedtech/lsquic
|
d190ae8e |
12-Jan-2022 |
wangfuyu <wangfuyu1989@foxmail.com> |
m) fix: handshake may failed if client send too many early data (#352) Co-authored-by: wangfuyu <ivanfywang@gmail.com> |
6ff1e9b8 |
17-Dec-2021 |
George Wang <gwang@litespeedtech.com> |
[MISC] replace TAB with 4 spaces. |
f07b3eae |
16-Dec-2021 |
Tyler Young <tyler.young@stirlinglabs.com> |
[WIP] use vcpkg for getopt; build windows shared lib enhancements (#350) * fix MSVC compiler shared library issues - mostly around 'extern const' * add vcpkg install getopt to appveyor-windows.yml show appveyor where to get getopt from vcpkg (non-static lib to avoid LGPL violation) * add missing else case in lsquic_shared_support.h for windows static lib path * have cmake spit out it's version have cmake copy dependent dlls to build dir for tests on windows (getopt.dll) * copy getopt.dll dep for tests added commented version that requires >= 3.21 but handles any dll deps * try caching boringssl dir to reduce CI build time since it's always same commit specified in config file define VCPKG_ROOT in env since I can't seem to find it by VCPKG_ROOT or VCPKG_INSTALLED_DIR in appveyor's cmake v3.16 + vcpkg * make windows cache dependent on yml and cmd * sync up with changes to ls-qpack |
df672783 |
08-Nov-2021 |
Sijie Yang <iyangsj@gmail.com> |
Use same style of boolean checking in conn_ok_to_close() (#347) |
646652a6 |
07-Nov-2021 |
wangfuyu <wangfuyu1989@foxmail.com> |
update boringssl version info to support h3 (#346) * update boringssl version info to support h3 RFC9001: QUIC transport parameters are carried in a TLS extension. Different versions of QUIC might define a different method for negotiating transport configuration. h3: quic_transport_parameters(0x39) * Fix comments about support draft verions |
83eb86cb |
28-Oct-2021 |
Sijie Yang <iyangsj@gmail.com> |
Fix typo in internals.rst (#342) |
e1c20fcb |
27-Oct-2021 |
George Wang <gwang@litespeedtech.com> |
Update ls-qpack to v2.2.2 . |
103d1468 |
18-Oct-2021 |
anatasluo <41671456+anatasluo@users.noreply.github.com> |
fix: fix compile error caused by store_ctx (#338) When I compile lsquic with boringssl, I got following error: error: storage size of ‘store_ctx’ isn’t known Signed-off-by: anatasluo <luolongjuna@gmail.com> |
082507cd |
30-Sep-2021 |
George Wang <gwang@litespeedtech.com> |
Release 3.0.3 |
f5bc7647 |
30-Sep-2021 |
fastcome1985 <luojianxiang05@gmail.com> |
[BUGFIX]IETF QUIC v1(RFC9000) Retry Packet Integrity use draft-ietf-quic-tls-33 (or RFC9001) (#332) Co-authored-by: luojianxiang <luojianxiang05@gmailcom> |
843f807b |
27-Sep-2021 |
wangfuyu <wangfuyu1989@foxmail.com> |
m) fix: check if connection is out of startup phase by comparing cwnd but not cwnd_gain with target_window (#328) |
fb96e961 |
25-Sep-2021 |
wangweiwei <weiweiwang2021@126.com> |
[BUGFIX]add datasize to po_regen_sz which will not be retransmitted. (#327) |
4026a4b6 |
24-Sep-2021 |
wangweiwei <weiweiwang2021@126.com> |
[BUGFIX]DATAGRAM frame can't be retransmitted (#325) |
01c36b79 |
18-Sep-2021 |
George Wang <gwang@litespeedtech.com> |
[BUGFIX] Properly enable ACK but disable RETX of DATAGRAM frame. |
4b2a063f |
18-Sep-2021 |
wangfuyu <wangfuyu1989@foxmail.com> |
m) correct log in func generate_ping_frame (#319) |
56846380 |
15-Sep-2021 |
wangfuyu <wangfuyu1989@foxmail.com> |
m) fix: quic server may assert failed when invalid SETTINGS frame in (#317) ref: issue #316 |
ff412f2f |
10-Sep-2021 |
wangweiwei <weiweiwang2021@126.com> |
Update lsquic_packet_common.h (#315) |
70e6fdd8 |
17-Aug-2021 |
wangweiwei <wang.weiwei7@zte.com.cn> |
Update README.md (#309) lsquic can built&run on iOS platform. |
7fc12548 |
30-Jun-2021 |
George Wang <gwang@litespeedtech.com> |
Release 3.0.2 |
0dbfd88e |
22-Jun-2021 |
kenstir <kenstir@gmail.com> |
Fix #298 (#299) Handle SSL_get_current_cipher returning NULL |
6464d337 |
22-Jun-2021 |
Matt Durgavich <matt.durgavich@unity3d.com> |
Use C99 format specifiers to properly print uint64_t (#297) Co-authored-by: Matt Durgavich <mdurgavich@vivox.com> |
d549a33b |
17-Jun-2021 |
George Wang <gwang@litespeedtech.com> |
Release 3.0.1 |
b2e1404c |
16-Jun-2021 |
George Wang <gwang@litespeedtech.com> |
[BUGFIX] lsquic_gquic_be_parse_packet_in_finish() need to make sure the packet has flag PI_GQUIC. Fix issue #262 |
ed94ac12 |
15-Jun-2021 |
wangfuyu <wangfuyu1989@foxmail.com> |
m) do not try to delete stk from shi_ctx (#295) stk never be inserted to shi_ctx, so we don't need try to delete it. Co-authored-by: wangfuyu <ivanfywang@gmail.com> |
47440e4e |
12-Jun-2021 |
George Wang <gwang@litespeedtech.com> |
Only force TICK_CLOSE flag when CONNECTION_CLOSE frame received. |
d1628a56 |
06-Jun-2021 |
LiteSpeed Tech <info@litespeedtech.com> |
Update index.rst |
95648693 |
06-Jun-2021 |
LiteSpeed Tech <info@litespeedtech.com> |
Update README.md |
df5cc4b6 |
06-Jun-2021 |
LiteSpeed Tech <info@litespeedtech.com> |
Update README.md |
1e0dbec4 |
05-Jun-2021 |
Michał Śledź <sledzson08@gmail.com> |
Fix paths in Dockerfile (#289) |
6f6009ab |
02-Jun-2021 |
George Wang <gwang@litespeedtech.com> |
Release 3.0.0 |
084338b1 |
02-Jun-2021 |
George Wang <gwang@litespeedtech.com> |
Release 3.0.0 |
3d35ba15 |
31-May-2021 |
wangfuyu <wangfuyu1989@foxmail.com> |
Fix: connection may not be closed timely when CONNECTION_CLOSE frame in (#284) * Fix: connection may not be closed timely when CONNECTION_CLOSE frame in * Simplify TICK_CLOSE logic Co-authored-by: wangfuyu <ivanfywang@gmail.com> |
077ef878 |
21-Apr-2021 |
George Wang <gwang@litespeedtech.com> |
Release 2.30.2 |
7290fb0c |
20-Apr-2021 |
George Wang <gwang@litespeedtech.com> |
Update ls-hpack to 2.3.0 |
55d69529 |
17-Apr-2021 |
George Wang <gwang@litespeedtech.com> |
Release 2.30.1 |
927d9cb2 |
12-Apr-2021 |
George Wang <gwang@litespeedtech.com> |
Release 2.30.0 |
293df8d6 |
12-Apr-2021 |
George Wang <gwang@litespeedtech.com> |
Release 2.30.0 - [FEATURE] Added support for sending/receiving multiple headers to address the case related to "100 continue" header handling. - [BUGFIX] Addressed high CPU usage for a GOAWAY connection before sending CONNECTION_CLOSE. - [BUGFIX] Addressed SIGFPE due to zero pacing rate. (ISSUE #254). - [BUGFIX] Fixed a minor issue related to multi-paths. |
ab69788e |
02-Apr-2021 |
wangfuyu <wangfuyu1989@foxmail.com> |
Fix: must take xlct into account while determine_rtt (#248) Co-authored-by: ivanfywang <ivanfywang@gmail.com> |
eea99896 |
31-Mar-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.29.6 - Documentation: describe lsquic internals ("guts"). - Two more fixes to compliance issues found by h3spec. - Truncate, don't abort, SCIDs larger than 16 bytes (PR #244). - Several small internal improvements and space optimizations. |
f3690fdc |
30-Mar-2021 |
wangfuyu <wangfuyu1989@foxmail.com> |
Compatible with 16+ Bytes scid (#244) Co-authored-by: ivanfywang <wentaomao@tencent.com> |
10e0dad8 |
17-Mar-2021 |
George Wang <gwang@litespeedtech.com> |
Release 2.29.5 - Fix a few issues detected by h3spec for better compliance with HTTP/3 standard. |
e1b8f1a8 |
08-Mar-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.29.4 - [BUGFIX] Infinite loop in stream: returned HQ frame can be at any point on the list. - [BUGFIX] Fail push promise immediately if STREAM_NOPUSH is set. |
99a1ad0f |
03-Mar-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.29.3 - [BUGFIX] Do not send RESET_STREAM if writing to stream is already finished. - perf_client: wait for all ACKs before exiting. - Improve how generated RESET_STREAM is logged. - Fix compilation in different combos of adv_tick/conn_stats flags. - Move qpack warning disablement into src/liblsquic/CMakeLists.txt. |
f1d5a1a4 |
23-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.29.2 - Fix regression in gQUIC server: bug #234. |
8ecb980d |
18-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.29.1 - Make it possible to build the library and unit tests without libevent. - Build all command-line utilities in bin/ - Add perf_client and perf_server command-line utilities to test performance according to the "perf" protocol. |
4ffff819 |
15-Feb-2021 |
LiteSpeed Tech <info@litespeedtech.com> |
README: add "docs passing" badge |
eb023232 |
12-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update badges -- add MacOS |
01a6e9a1 |
12-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add MacOS image to the Linux AppVeyor YAML file: should be the same |
e483c091 |
12-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Don't run HTTP/3 framing test on Windows |
8d534ef0 |
12-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update badging in the README |
cb447a70 |
12-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add AppVeyor file for Linux build |
b54d1e63 |
11-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Make libevent optional; move binaries into bin/ |
26e8f082 |
10-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.29.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 34 support and v1 support. The latter is turned off by default. - Drop support for ID-28 and ID-32. - [BUGFIX] IETF QUIC mini conn receive history (trechist): allow unlimited inserts by dropping smallest elements. - [BUGFIX] gQUIC: set STTL to correct value, issue #226. - [BUGFIX] Account for poison packet gap when MTU probe was too large. |
ac0ce07b |
10-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Remove obsolete files |
c2faf032 |
04-Feb-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.28.0 - [API] lsquic_ssl_sess_to_resume_info() is the new way to get session info. - [API] Add user pointer to ea_generate_scid callback. - [API] Add lsquic_dcid_from_packet() -- a fast function to parse out DCID. - [API] Add es_max_batch_size to control outgoing packet batch size. - [BUGFIX] Disallow sending of header while promise is being written. - [BUGFIX] Flush stream when buffered bytes exhaust stream cap. - [BUGFIX] Deactivate HQ frame if writing push promise fails. - Perform sanity check on peer transport parameters and fail the handshake if some flow control limits are too low. This can be turned off, see es_check_tp_sanity. - http_server: fix how requests are read in "hq" mode. |
9a7f663e |
01-Feb-2021 |
Nan Xiao <nan@chinadtrace.org> |
Fix typo in tutorial (#225) |
5650ee6c |
27-Jan-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.27.6 - [BUGFIX] Replace dispatch read/write events assertion with a check. - [BUGFIX] gQUIC connection close: there is no HEADERS stream without HTTP flag, see issue #220. - http_client, http_server: add hq protocol support and other flags for use with QUIC Interop Runner. - Fix: use IP_PMTUDISC_PROBE (not IP_PMTUDISC_DO) on Linux to set Don't-Fragment flag on outgoing packets. - Fix send_packets_one_by_one on Windows platform when sending multiple iovs, see issue #218. - Exit echo_client on Windows immediately, see issue #219. |
65c5d502 |
23-Jan-2021 |
wangweiwei <77607262+wangweiwei1188@users.noreply.github.com> |
fix bug in send_packets_one_by_one on windows platform when send multiple iovs |
61e670e1 |
19-Jan-2021 |
Pi Iyer <54725951+prchander@users.noreply.github.com> |
Fix typo in API docs |
bbee242a |
19-Jan-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.27.5 - [BUGFIX] Assertion in send controller when path validation fails. - [BUGFIX] Assertion in BBR when sending out-of-order packets is detected. - [BUGFIX] Drop overflow receive history ranges when cloning. - Log correct size of the incoming packet. - Fix internal stream function. |
347a0405 |
13-Jan-2021 |
LiteSpeed Tech <info@litespeedtech.com> |
Only run Travis-CI on master
|
e98ebfce |
13-Jan-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.27.4 - [API] Add lsquic_conn_get_sni(), fixes issue #203. |
7ff5beb4 |
12-Jan-2021 |
E.L <eric780217@gmail.com> |
Update .travis.yml Run CI/CD when the branch is master |
38e83598 |
12-Jan-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
API: add lsquic_conn_get_sni(), fixes issue #203 |
e2c49070 |
09-Jan-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.27.3 - [BUGFIX] gQUIC: do not destroy critical streams when connection is closed. See issue #201. - [BUGFIX] Drop #if LSQUIC_CONN_STATS from lsquic.h. See issue #211. - [BUGFIX] Challenge cancellation when path validation fails. - [BUGFIX] Do not send FIN if RST is scheduled to be sent on a stream. - [BUGFIX] gQUIC's is_tickable() when connection is closing. - [BUGFIX] Q050 processing of GOAWAY frames. |
1a0003e3 |
07-Jan-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.27.2 - [BUGFIX] Memory corruption in receive history copy-ranges function. |
06b2a236 |
06-Jan-2021 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.27.1 - [API] New knob to set outgoing packet batch size. - Aborted connection now become tickable immediately. - Abort connection when HTTP/3 frame cannot be opened (can only happen when malloc fails). |
65113787 |
31-Dec-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.27.0 - [API] Remove keylog callbacks. See issue #188. - Add a bit more ALPN logging. |
292abba1 |
23-Dec-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.26.2 - [BUGFIX] Do not drop incoming data when STOP_SENDING is received. - [BUGFIX] Receipt of STOP_SENDING should not cause read-reset. - [BUGFIX] Allow stream writes after receiving RESET. - [BUGFIX] Typo in stream: ANDing enum with wrong flag. - [BUGFIX] Reset elision: do not use zero as special stream ID value, for zero is a valid stream ID in IETF QUIC. - [API] Add optional on_conncloseframe_received() callback. - Use zero error code in RESET stream sent in response to STOP_SENDING. |
efa7f95d |
19-Dec-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Removed #define LSQUIC_SUPPORTS_CONNCLOSEFRAME_CALLBACK See discussion in PR #205 |
123f1164 |
19-Dec-2020 |
Paul Sheer <Paul.Sheer@spirent.com> |
Support new lsquic_stream_if callback on_conncloseframe_received() to notify application of CONNECTION_CLOSE frame |
71eb4000 |
18-Dec-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.26.1 - [BUGFIX] Migration corner cases: drop or pad over path challenge and response frames when necessary. - Fix stream unit test. |
96214405 |
17-Dec-2020 |
LiteSpeed Tech <info@litespeedtech.com> |
Update badge image to use travis-ci.com |
fcbdf653 |
09-Dec-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.26.0 - [OPTIMIZATION] Adjust packet reordering threshold when spurious losses are detected. - [API] Pass pointer to local sockaddr to ea_get_ssl_ctx() callback. |
7f96c7c7 |
05-Dec-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.25.0 - [API, FEATURE] Add es_delay_onclose option to delay on_close until all data is ACKed. Use new function lsquic_stream_has_unacked_data() to learn whether peer acknowledged all data written to stream. - [API] Add optional on_reset() stream callback to get notifications when RESET or STOP_SENDING frames are received. - [BUGFIX] On STOP_SENDING, make conn tickable is _writeable_, not readable. |
57fe5a13 |
24-Nov-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix Windows build |
f38b395a |
24-Nov-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.24.5 - [FEATURE] Improve Delayed ACKs extension and turn it on by default. - Limit receive history to a finite amount of memory. |
8e6b1576 |
24-Nov-2020 |
Michał Śledź <sledzson08@gmail.com> |
Add links to tutorial and NetDev presentation |
4580fab7 |
18-Nov-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.24.4 - [BUGFIX] Check whether ECN counts are set in ACK struct before using them. - [BUGFIX] Calculate TLP timer correctly when only one packet is in flight. - [BUGFIX] Min RTO delay is 200 milliseconds, not 1 second. - [BUGFIX] Memory leak in QPACK decoder handler: discard hset when necessary. - Allow retired and drained CIDs to be reused after a timeout. |
2ed07212 |
11-Nov-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.24.3 - [BUGFIX] Get rough RTT estimate on receipt of Handshake packet. This prevents BBR on the client from miscalculating pacing rate, slowing down sending of ACK packets. - [BUGFIX] Packets sent during handshake are app-limited. - [BUGFIX] Bandwidth sampler starts in app-limited mode. - [BUGFIX] Memory leak: free QPACK handler context in stream dtor. - Logging improvements. |
ee4d3930 |
06-Nov-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.24.2 - [BUGFIX] Allow peer to migrate when its SCID is zero-length. - [BUGFIX] PADDING size calculation: only one Short packet can be coalesced. (This should have been part of the fix in 2.24.1). - Abort connect if received NEW_CONNECTION_ID but current DCID is zero-length. - Improve log messages |
e85d2854 |
04-Nov-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.24.1 - [API] Allow use of ea_get_ssl_ctx() on the client (optional). PR #186. - [BUGFIX] Expand datagram with ack-eliciting Initial to 1200 bytes after connection promotion. - [BUGFIX] Discard CRYPTO frames from lower encryption levels after connection promotion. - [BUGFIX] Cancel path response if path could not be initialized. |
b0dd78b8 |
30-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Keep ea_get_ssl_ctx() optional for the client |
21bcad87 |
29-Oct-2020 |
sumasrao <suma.subbarao@spirent.com> |
Support get_ssl_ctx callback for client |
821ffbba |
28-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix Windows build |
4429f8ea |
28-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.24.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 31 support. Drop ID-30 and ID-31 support. - [BUGFIX] Divide-by-zero in newly enabled conn stats code when no packets were sent. - [BUGFIX] Memory leak in gQUIC client when server hello cannot be parsed. - [BUGFIX] Server Initial packet size calculation. - Log user-agent and CONN_CLOSE reason when peer reports error. - Example programs: Specify ALPN for echo and md5 clients and servers (issue #184). - Example programs: Don't add "QUIC_" prefix to lines in keylog file (issue #185). - http_server: Fix fd leak in preadv mode; fix preadv() usage when reading from disk. |
078f5379 |
23-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.23.3 - [BUGFIX] Update packetization threshold when writing to stream after packet size is reduced following an RTO. |
ce96fe8c |
21-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Remove strndup definition from http_client (not used) |
25332c12 |
21-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
http_server: use lsquic_strndup() on Windows |
c0b26eab |
21-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Set -DLSQUIC_CONN_STATS=1 for Windows as well |
a500a209 |
21-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix Windows build: implement own strndup(3) |
ef3958b8 |
21-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix unit tests |
758aff32 |
21-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.23.2 - Add QPACK stats collection and experimentation mode, see the new es_qpack_experiment setting. - Log busy connection stats every second using the new "conn-stats" log module. - Log about skipping only once. - Update HTTP/3 greased frame type formula. - Use ls-qpack v2.2.1. |
6a668386 |
21-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Use ls-qpack v2.2.1 |
f198a02d |
13-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.23.1 - [BUGFIX] Regression introduced in 2.22.0: use correct number of PNSs for IETF mini conn during promotion. |
a3e1f0d1 |
13-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix Windows build: initialize local variable |
04f8f447 |
13-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.23.0 - [FEATURE] IETF Client 0-RTT support. - [BUGFIX] Do not schedule MTU probe on first tick. - [BUGFIX] Parsing DATAGRAM frame. - [BUGFIX] If push promise fails, do not invoke hset destructor. - [BUGFIX] Client: When connections are IDed by port number, check DCID. Fixes issue #176. - Revert the 2.22.1 lsquic_is_valid_hs_packet change. All that was necessary is a change to the way we call it in lsquic_engine. No change to the function itself is required. |
f3d781aa |
12-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add FAQ to the docs |
00c58df3 |
08-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.22.1 - [BUGFIX] Function that checks validity of handshake packets. |
464a1af9 |
07-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix Windows build |
e55a4502 |
07-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix BoringSSL version in README.md |
fbc6cc04 |
07-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.22.0 - [FEATURE] Extensible HTTP Priorities (HTTP/3 only). - [FEATURE] Add conn context to packet-out memory interface (PR #175). - [BUGFIX] gQUIC proof generation: allocate buffer big enough for signature (issue #173). - [BUGFIX] Make library thread-safe: drop use of global variables (issue #133, issue #167). - [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame. - [BUGFIX] gQUIC server: associate compressed cert with SSL_CTX, instead of keeping them in a separate hash, potentially leading to mismatches. - [BUGFIX] Stream data discard infinite loop: break on FIN. - cmake: add install target via -DCMAKE_INSTALL_PREFIX (PR #171). - Support randomized packet number to begin a connection. - Mini and full IETF connection size optimization. - http_client: specify HTTP priorities based on stream conditions. |
cb1e8c10 |
05-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update BoringSSL version to b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1 |
fecdd104 |
03-Oct-2020 |
Victor Stewart <v@nametag.social> |
GSO-Friendly Packet Memory (#175) |
2f4629f2 |
01-Oct-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix several thread safety issues Fixes bug #128 and bug #167. |
966c52fc |
01-Oct-2020 |
Jonas Vautherin <jonas.vautherin@protonmail.ch> |
Add CMake install target (#171) |
b62ec17f |
29-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.21.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 31 support. - [API] Let user generate Souce Connection IDs. - [FEATURE] Allow building lsquic as shared library. - [OPTIMIZATION] Receive history: use a single contiguous memory block for everything. - Deprecate QUIC versions ID-27 and ID-30. |
2e1429b4 |
26-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Look for .so BoringSSL libs if LSQUIC_SHARED_LIB option is on |
038a9441 |
28-Sep-2020 |
Aaron France <aaron.l.france@gmail.com> |
allow for making a shared library (Ref: #137) (#152) |
ece7c94d |
27-Sep-2020 |
Victor Stewart <vdog5@mac.com> |
Connection ID Steering (#165) |
fcd21c67 |
25-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.20.2 - [BUGFIX] Memory leak: free pushed promise when refcnt is zero. - [BUGFIX] Memory leak in IETF full conn dtor: cleanup closed IDs sets. |
30d0674a |
23-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update Makefile.am for OLS |
cd35ff02 |
23-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.20.1 - [BUGFIX] Typo in new "validate peer addr by DCID" code. It is a benign bug (works either way), but better to fix it. - Simplify Stream Priority Iterator (SPI). - Minor documentation updates. |
b1a7c3f9 |
16-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.20.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 30 support. - [FEATURE] Unreliable Datagram Extension support. - [FEATURE] Adaptive congestion controller. - [BUGFIX] Do not send MAX_STREAM_DATA frames on crypto streams. - [BUGFIX] Fail with CRYPTO_BUFFER_EXCEEDED when too much CRYPTO data comes in. - [BUFFIX] Spin bit is now strictly per path; value is reset on DCID change. - [BUGFIX] Check that max value of max_streams_uni and max_streams_bidi TPs is 2^60. - [BUGFIX] Close IETF mini conn immediately if crypto session cannot be initialized. - Deprecate ID-28 (no browser uses it): it's no longer in the default versions list. - New programs duck_server and duck_client that implement the experimental siduck-00 protocol. They quack! - IETF crypto streams: don't limit ourselves from sending. - Command-line programs: turn off QL loss bits if -G is used, as Wireshark cannot decrypt QUIC packets when this extension is used. - Turn all h3 framing unit tests back on. - Fix malo initialization when compiled in no-pool mode. |
c3c69ba3 |
09-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.10 -- Fix Windows and MacOS builds |
2f2f4363 |
08-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.9 - [FEATURE] Add lsquic_stream_pwritev(). This function allows one to reduce the number of system calls required to read a file from disk by using lsquic_stream_pwritev() together with preadv(2). - [BUGFIX] When stream is reset, it is writeable -- let user collect the error. - [BUGFIX] Calculate correct conn flow control if reading ends early. - [BUGFIX] Remove stream from read and write queues on internal shutdown. This is a regression introduced in 2.19.7. - [BUGFIX] Swapped arguments in IETF RESET_FRAME generation. - Turn off mini conn history when compiling with Visual Studio; this allows the project to compile on Windows again. - http_client: Add -3 flag to stop reading from streams early; code cleanup. - Don't use -Werror. |
49f1f4f6 |
02-Sep-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.8 - [FEATURE] Update the timestamp extension to latest version. - [FEATURE] Cope with appearance of ECN blackholes. - [OPTIMIZATION] return packno offset and size when header is generated. - [BUGFIX] ignore old ACK frames in mini conns. - [BUGFIX] Mark initial server path as initialized. - [BUGFIX] Do not merge ACK if ECN counts do not match. - Turn incoming packet number history in mini conn back on. - Record mini conn event history again when compiled in debug mode. - IETF mini conn: log when ACK is queued. - Clean up and refactor code in several places. |
792df052 |
27-Aug-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix tutorial deficiencies pointed out to me by @lslisa (#146) |
03fef29b |
26-Aug-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.7 - Handle ECT-CE event: issue a loss event. - Log the fact that we ignore SETTINGS_MAX_HEADER_LIST_SIZE. - Use Max Push ID in GOAWAY frame to cancel promises. - Add support for HTTP/3 CANCEL_PUSH frame. - lsquic_stream_is_pushed: streams without headers are never pushed. - [BUGFIX] Regression in lsquic_stream_shutdown_internal: now it shuts down. - Improve logic whether to generate CONNECTION_CLOSE. |
36fcb9aa |
21-Aug-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Finish LSQUIC Tutorial |
93e1e886 |
21-Aug-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.6 - Don't process incoming ECN marks if ECN is not enabled. - Schedule ACK when incoming packet is marked with CE. |
5488f41e |
11-Aug-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.5 - [BUGFIX] Generate frame record when moving an ACK from one buffered packet to another. |
3a537672 |
06-Aug-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.4 - [BUGFIX] Do not return an oversize MTU probe to connection twice. - [FEATURE] Delayed Acks updated to latest draft. Still experimental. - Minor code cleanup in IETF full connection. |
d39df4b6 |
04-Aug-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.3 - [BUGFIX] Regression in 2.19.1 that breaks Q050 |
244e8c6f |
31-Jul-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.2 - [BUGFIX] Do not reduce PLPMTU size by network overhead. - [BUGFIX] Windows build. |
41a49650 |
30-Jul-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix MSVC compilation by adding useless initialization |
ef80a65f |
29-Jul-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.1 -- fix crash in IETF client (DPLPMTUD regression) |
b8fa6195 |
29-Jul-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.19.0 - [FEATURE] DPLPMTUD support. IETF connections now search for the maximum packet size, improving throughput. - [DEBUG] Record event in stream history when on_close() is called in dtor. |
b329a00e |
23-Jul-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.18.2 - [BUGFIX] Send prediction: lone path challenges do not get squeezed out - Fix crash in http_client: now -K and -B can be used simultaneously |
692a9102 |
14-Jul-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.18.1 - [FEATURE] Implement the "QUIC bit grease" extension. - [BUGFIX] Selecting CID used for logging on client. - [BUGFIX] Header protection assertion. - [BUGFIX] Server: enable SSL key logging when cert lookup callback is not set. - Remove some dead code. |
67507cc4 |
14-Jul-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
docker: use correct version of BorignSSL. Fixes #140 |
7483dee0 |
07-Jul-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.18.0 - [API] Rename "0-RTT" to "session resumption." In IETF QUIC, "0-RTT" always refers to early data, meaning a request that the server can reply to in the very first return flight. A more appropriate name for what we support on the client site is "session resumption," which is standard TLS terminology. Later, when we add support for 0-RTT (early data), we can use the 0-RTT terminology again, this time in proper context. - [BUGFIX] Do not set certificate callback if ea_lookup_cert is NULL. - [BUGFIX] Make connection tickable when it's marked as closed. - [BUGFIX] Fail certificate lookup if SNI is not present in HTTP mode. - Several documentation fixes and improvements. - Minor code cleanup. |
da99665b |
24-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.17.2 - [BUGFIX] Infinite loop in stream: advance read offset when discarding data. - [OPTIMIZATION] Header protection: only initialize cipher once. - [OPTIMIZATION] Batch header protection application. |
e957eb06 |
18-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.17.1: fix regression in 2.17.0 |
4051ae3a |
18-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.17.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 29 support. - [BUGFIX] Check that scheduled packets are also sendable when calculating a connection's "tickable" property. - [BUGFIX] Don't count scheduled packets as in-flight when pacer is checked on tick. - gQUIC: delay calling on_new for pushed stream until headers are available. - Allow nested calls to lsquic_engine_connect(). |
307ca7fe |
16-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.16.3 - [OPTIMIZATION] Stash up to two reordered packets in IETF mini conn instead of dropping them. - [BUGFIX] Crash: check decrypt context before using it. This regression was introduced in 2.16.2. |
f913a297 |
12-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.16.2 - [BUGFIX] ID-28: do not use TLS middlebox compatibility mode in ClientHello. This change requires using a newer version of BoringSSL. - [BUGFIX] Free connections in Advisory Tick Time Queue in engine dtor. - [BUGFIX] IETF QUIC client: narrow migration check to a single path. - [BUGFIX] NULL dereference: set function pointers for alarm for path challenges 2 and 3. - [BUGFIX] HTTP/3 headers may be followed immediately by trailers. - [BUGFIX] Log messages when SCID changes. |
8ae5ecb4 |
09-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.16.1 - [FEATURE] Use "no-progress timeout" after which connection is closed. - [BUGFIX] Select new SCID when current SCID is retired. - [BUGFIX] Don't warn about dropped Initial packet sequence gaps during mini/full handoff. - [BUGFIX] Send correct conn error when HTTP/3 frame is truncated. - [BUGFIX] Mini conn: consider amplification when deciding to return TICK_SEND. - [BUGFIX] Don't double-count tag length in amplification logic. - [BUGFIX] Don't squeeze out lone path challenges. - [BUGFIX] Log messages dealing with scheduled packet queue squeezing. - [BUGFIX] don't wipe current path if no path challenge responses come back. - [BUGFIX] When path is reset, don't lose path_id which is used for logging. - Downgrade flow control violations to info log level from warnings. - Fix connection cap extra check, avoid checks in nested calls. - Fix some unit tests when extra checks are enabled. - Use ls-hpack 2.2.1. - Turn off unconditional extra checks for IETF clients. - Extra checks: don't verify sent size of hello packets. Client changes DCID length and this check will fail. |
6bca16f0 |
03-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update version to 2.16.0 |
f50b9148 |
03-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update AppVeyor badge (now lsquic, not lsquic-client) |
fb3e20e0 |
03-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix Windows support |
41d574f3 |
03-Jun-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
API: use lsxpack_header v206 Update ls-hpack to v2.2.0 and ls-qpack to v2.2.0 for lsxpack_header v206 (Not a typo: both libraries now happen to have the same version number.) |
08927b28 |
27-May-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update list of supported versions in README.md |
fb73393f |
27-May-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.15.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 28 support. - [BUGFIX] Ignore Retry packets after other packets are decrypted successfully. - [BUGFIX] Transport parameter decoding: CID no longer has 4-byte length minimum. - http_client: fix and optimize lsxpack_header allocator. - Drop support for Internet Draft 25. |
4d221313 |
20-May-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update version to 2.14.8 |
81558c3f |
20-May-2020 |
Rahul Jadhav <nyrahul@gmail.com> |
fix for BORINGSSL_LIB and BORINGSSL_INCLUDE paths with cmake (#134) * fix for BORINGSSL_LIB and BORINGSSL_INCLUDE paths with cmake * fix boringssl lib search with different build dir |
9a690580 |
17-May-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Rename test/unittests to tests/ and test/ to bin/ |
ecfd6881 |
17-May-2020 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #132 from nyrahul/andsupp Android support
|
21c6983a |
16-May-2020 |
Rahul Jadhav <nyrahul@gmail.com> |
android cmake support |
b78e44ee |
13-May-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.14.7 - [BUGFIX] ALPN-to-version mapping: do not skip h3-Q050. - [BUGFIX] Frame reader: skip headers if target stream is closed. |
94840e99 |
10-May-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
CirrusCI: Update FreeBSD version to 12.1 |
b55a5117 |
06-May-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.14.6 - [BUGFIX] Fix amplification mitigation in 0-RTT case. - [BUGFIX] IETF mini connection should not tickable if cannot send a packet due to amplification. - [BUGFIX] Fail if active_connection_id_limit TP is smaller than 2. - [BUGFIX] Qlog server certificates for IETF QUIC connections. - [BUGFIX] Uninitialized struct padding usage in tokgen (benign). - [BUGFIX] Incorrect argument to shi_lookup() (benign). |
72585dc9 |
29-Apr-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.14.5 - [BUGFIX] In coalesced datagram, ignore packets whose CID does not match. - [BUGFIX] Frame reader: skip headers if target stream is not found. - [BUGFIX] Log message in QPACK decoder handler. |
8dc2321b |
28-Apr-2020 |
Darrin Smart <darrin@djs.to> |
lsquic_qdh_cancel_stream_id(): Fix OSX compile error |
94506e48 |
26-Apr-2020 |
Darrin Smart <darrin@djs.to> |
lsquic_qdh_cancel_stream_id(): Fix OSX compile error |
1c105cf2 |
24-Apr-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.14.4 - [BUGFIX] Heed es_rw_once for pushed HTTP/3 streams. - [BUGFIX] IETF client: set correct flags on bidirectional streams. - [BUGFIX] Generate Cancel Stream QPACK instructions for abandoned streams. - [BUGFIX] Do not call header callbacks after stream is closed. - Use ls-qpack 2.1.1 |
08c45823 |
15-Apr-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.14.3 - [BUGFIX] gQUIC: pass correct stream to hsi_create_header_set() callback. - [BUGFIX] Use ls-hpack 2.1.1 - Improve stream code readability. - Use ls-qpack 2.0.5 |
7ae4a10d |
08-Apr-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.14.2 - [BUGFIX] Use ls-qpack 2.0.4 - [BUGFIX] Honor max packet size on the client and when path changes. - http_server: fix prepare_decode() function. |
77a28812 |
07-Apr-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.14.1 - [BUGFIX] Place connections on tickable queue when sending is reenabled. - [BUGFIX] A connection is tickable if it has unsent packets. - [BUGFIX] Heed peer's max_packet_size transport parameter. |
7b08963c |
02-Apr-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Use later version of BoringSSL |
55613f44 |
31-Mar-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.14.0 - [API] Use lsxpack_header structure to send HTTP headers. - [OPTIMIZATION] nocopy's readable_bytes() function. - http_server: fix typo in error message - Use ls-hpack 2.1.0. - Use ls-qpack 2.0.0. |
a686ef2a |
24-Mar-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.13.3 - [BUGFIX] ACK ping-pong: TIMESTAMP frame is not to be acked. |
992bbcdb |
13-Mar-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.13.2 - [BUGFIX] Use of new lsxpack_header API's hsi_prepare_decode(). |
02a4ee50 |
13-Mar-2020 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #109 from maxsharabayko/patch-1 Fixed minor errors in windows build instructions
|
ea822d0d |
12-Mar-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.13.1 - fix a few minor issues flagged by Coverity |
e57d2b27 |
12-Mar-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix uninitialized variable use in http_client Thanks, Travis! |
a5fa05f9 |
12-Mar-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.13.0 - [API] Use lsxpack_header structure to process incoming headers. - [BUGFIX] Fix assertion when zero-padding Initial packet. - [BUGFIX] Use idle timeout before we learn of peer's value. - Use ls-hpack 2.0.0 -- has lsxpack_header changes. - Use ls-qpack 0.14.0 -- new, common with ls-hpack, XXH seed (not used yet). - Code cleanup: prefix exported functions with "lsquic_". |
5289ebd2 |
03-Mar-2020 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #111 from J-Rey/patch-1 Link to external docs & update year
|
740e26dc |
03-Mar-2020 |
Joshua Reynolds <j@techni.solutions> |
Link to external docs & update year |
aedecb45 |
02-Mar-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add tutorial.rst -- forgotten in the previous commit |
afe3d363 |
02-Mar-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.12.0 - [FEATURE] QUIC timestamps extension. - [API] New: ea_alpn that is used when not in HTTP mode. - [BUGFIX] SNI is mandatory only for HTTP/3 and gQUIC. - [BUGFIX] Benign double-free -- issue #110. - [BUGFIX] Printing of transport parameters. |
fa4561dc |
18-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
API: add ea_alpn that is used when not in HTTP mode |
8573794b |
27-Feb-2020 |
Maxim Sharabayko <maxlovic@gmail.com> |
Fixed minor errors in windows build instructions |
abc972da |
24-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.11.1: fix clang compilation |
bc520ef7 |
24-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.11.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 27 support. - [FEATURE] Add experimental delayed ACKs extension. - Drop support for Internet Draft 24. - Code cleanup. |
feca77f5 |
22-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add experimental support for delayed ACKs extension |
df25d34a |
21-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fail engine ctor if stream callbackes are not specified |
83506617 |
21-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Set lshpack include directory in the library's Makefile |
0bd32030 |
21-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Switch to readthedocs.org for hosting documentation Add API reference. |
b86524a4 |
21-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Code cleanup. Improve comments in lsquic.h |
aa820211 |
14-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.10.6 - [BUGFIX] HTTP/3 framing: don't misinterpret rare occurence as error. - [BUGFIX] Send gap warning due to missing poisoned packet. |
35ac25bb |
14-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add stream unit test disproving issue #106 |
1bdb91d1 |
13-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.10.5 - [BUGFIX] BBR: call cci_sent() with correct arguments and at correct time. - Refactor transport parameters module. - Minor code cleanup. |
e68b0452 |
11-Feb-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.10.4 - [BUGFIX] Send HANDSHAKE_DONE only after Finished is received. - [BUGFIX] Don't treat garbage UDP padding as library error; ignore it instead. - [BUGFIX] Fix compilation on FreeBSD (missing header). |
45aae370 |
11-Feb-2020 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #105 from bvdberg/bb_duplicate_includes Fix duplicate header includes
|
f4841319 |
11-Feb-2020 |
Bas van den Berg <b.van.den.berg.nl@gmail.com> |
Fix duplicate header includes |
f2a7fa84 |
31-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.10.3 - [BUGFIX] Cancel path responses and challenges on old path when switching to new path. - Logging network path information. |
8c1565cb |
31-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.10.2 - [BUGFIX] Do not delay ACKs for Initial and Handshake packets. - [BUGFIX] Send PATH_CHALLENGE if path changed before mini conn promotion. - Logging improvements. - http_client: discard data faster. |
4ab453a1 |
29-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.10.1 - [BUGFIX] Coalesced packets could get longer than normal packet size. - Add spin bit configuration option es_spin (-o spin=[01]). - Disable spin bit in 1/16 of connections. - Improve logging a bit. |
9fc12041 |
28-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.10.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 25 support. - [API] Drop support for ID-23. - [BUGFIX] Set key phase bit on outgoing packets correctly. - Code cleanup. |
fb96f4dd |
20-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.9.0 - [API] Drop support for Q039. - Improve ACK-queuing logic. Send an ACK once in a while if peer keeps on sending non-ack-eliciting packets. - Improve Alt-Svc string: Q050 and later are not included in the old-style "quic" string. - Send stateless resets if connection could not be promoted. - Schedule MAX_DATA if needed when DATA_BLOCKED is received. - Use ls-qpack 0.11.2 -- needed for server push optimization. - Code cleanup: handle some error cases, improve logging. |
10c41073 |
16-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.8.9 - [BUGFIX] Use ls-qpack 0.11.1 - [OPTIMIZATION] Generate random bytes in batches. - Change loss_bits transport parameter ID to 0x1057 following latest draft. - Randomize period with which PINGs are sent to elicit ACKs. - Some refactoring and code cleanup. |
a1ed99ca |
16-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Use ls-qpack v0.11.1 |
a4f5dac3 |
15-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.8.8 - [BUGFIX] Invalid read when parsing IETF transport parameters (this was benign). - [OPTIMIZATION] Frame bundling when using buffered packets in IETF QUIC: a) flush QPACK decoder stream and b) include ACKs in opportunistic fashion. - Fix HTTP/3 framing unit test. - Code cleanup. |
7d09751d |
10-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.8.7 - [BUGFIX] Initial packet size check for IETF mini conn applies to UDP payload, not QUIC packet. - Support old and new school loss_bits transport parameter. - Use Q run length of 64 as suggested in the loss bits Draft. - Undo square wave count when packet is delayed. - Code cleanup; minor fixes. |
72bbf1fb |
07-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.8.5 - [BUGFIX] Fix unintended sign extension when removing header protection. |
747be414 |
06-Jan-2020 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.8.4 - [HTTP3] Verify number of bytes in incoming DATA frames against content-length. - [HTTP3] Stop issuing streams credits if peer stops opening QPACK decoder window. This addresses a potential attack whereby client can cause the server to keep allocating memory. See Security Considerations in the QPACK draft. - [BUGFIX] Mini conn: don't shorten max packet size for Q050 and later. - [BUGFIX] Init IETF connection flow controller using correct setting. - Code cleanup and minor fixes. |
3f2ab351 |
02-Jan-2020 |
LiteSpeed Tech <info@litespeedtech.com> |
Add lsquic_parse_Q050.c |
e0b1dd95 |
02-Jan-2020 |
LiteSpeed Tech <info@litespeedtech.com> |
Remove lsquic_buf.c |
de46bf2f |
31-Dec-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.8.1 - [FEATURE] Use occasional packet number gaps to detect optimistic ACK attacks. - [BUGFIX] Q050 client: all packet numbers are in the App PNS. - [OPTIMIZATION] Merge multi-range ACK frames, not just single-range ACK frames. - IETF QUIC: use RTT estimate in ack timeout calculation. - IETF handshake: abort conn when unexpected errors occur. - Use PING rather than MAX_DATA frames to elicit ACKs from peer. - Server: enforce 1200 byte Initial minimum packet size. - [CLEANUP] Remove code to disable gQUIC crypto. - [CLEANUP] Remove n_timestamps from ACK info struct. - Optimize driver: reuse previous ancillary message when possible. |
022d9812 |
24-Dec-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add lsquic_parse_ietf.h forgotten in the previous commit |
7a8b2ece |
24-Dec-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.8.0 - [FEATURE] Add support for Q050. - [OPTIMIZATION] Reduce mallocs in gQUIC handshake. - [BUGFIX] Disable redo of failed STREAM frame insertion with debug logging. |
ff892190 |
18-Dec-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.7.3 - [DEBUG] Further dedup next advisory tick messages when reason is the same. - [BUGFIX] Update size of `a` array in TP struct. Fixes (benign) GitHub bug #94. - Use Cubic by default again instead of BBR, as it delivers more consistent performance. |
a137764b |
11-Dec-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.7.2 - [BUGFIX] Send controller: update scheduled bytes when DCID length changes (IETF client). - [BUGFIX] Drop alarm check from sanity test. It no longer works now that we use loss chains. - [PORTABILITY] Fix build on Alpine Linux. - [PORTABILITY] Fix build using XCode. - Client initial DCID length: use RAND_bytes() instead of rand(3). - Add unit tests for connection min heap. - [DEBUG] Log CID in gQUIC handshake module - [DEBUG] Turn on extra checks for IETF client send controller. - [DEBUG] Dedup next advisory tick messages when reason is IDLE timer. - [DEBUG] QPACK decoder handler: log header error code. |
d6937ddc |
06-Dec-2019 |
initlife <initlife.inc@gmail.com> |
Add -fsanitize-address to LIBS so that it works with XCode |
5c957fdc |
06-Dec-2019 |
Omar Roth <omarroth@protonmail.com> |
Add explicit include for musl (#91) |
936463fe |
05-Dec-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.7.1 - [BUGFIX] client: don't call ignore_init() in middle of batch send. ignore_init() makes an assumption that the send controller has access to all outgoing packets. This change wraps a few IETF full connection methods to delay calling ignore_init() until the engine returns all outgoing packets that were batched. - [BUGFIX] set errno to EAGAIN if sendmmsg() can't send all of them. This needs to be done because the value of errno may be lost on some platforms. - [BUGFIX] Typo that set all bits in sm_qflags lead to crashes. - [BUGFIX] Do not cancel header block processing after failure, as QPACK releases the reference in that case. - [CLEANUP] IETF encrypt: replace assert(0) with a warning. - Several small improvements to the test server. |
7ee41525 |
28-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.7.0 - [API, FEATURE] Close connection immediately when ea_packets_out() fails with errno != EAGAIN. The API change is that errno is now examined. Make sure to set it if using something other than sendmsg() to send packets. - [CLEANUP] Immediate close logic in IETF full conn. - [CLEANUP] Fix bogus warning about uninitialized `pair' variable. |
02b6086d |
22-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.6.7 - [FEATURE] Implement the QL extension (offered by default). - [BUGFIX] Abort when encountering unexpected HTTP/3 frames. - [BUGFIX] Acknowledge (QPACK) HTTP/3 trailers correctly. - [DEBUG] Turn on debug message for next advisory tick. |
55f8042d |
21-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.6.6 - [BUGFIX] Using HTTP/3 to HTTP/1.x converter. - [BUGFIX] Truncate log messages instead of throwing them away. |
be8bc27c |
15-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix h3_framing unit test, bump version to 2.6.5 |
c09fcff4 |
15-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.6.4 - [BUGFIX] High priority buffered packet queue length. - [BUGFIX] Rain time calculation: max_ack_delay is in milliseconds. |
2f7aa658 |
13-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.6.3 - [BUGFIX] Close DATA frames with empty payload correctly. |
767cf611 |
12-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.6.2 - [BUGFIX] SCID!=ODCID rule applies to Retry packets, not regular packets. - [BUGFIX] Zero-RTT: BoringSSL no longer flips read/write secrets. - [BUGFIX] Truncate ACK frame rather instead of aborting IETF connection. - [BUGFIX] Client: don't send duplicate reset tokens. - [BUGFIX] Remove invalid assertion in H3 framing code. - Silence a warning in send ctl by restructuring switch() statement. |
84dbbb75 |
09-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.6.1 - [BUGFIX] set retry token on all resubmitted packets. - Event log: log sent packet flags. In particular, this allows one to see whether token was sent. - Don't migrate client if es_allow_migration is false. |
79f27521 |
08-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
http_server: initialize things differently to quiet clang |
48b476ef |
08-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Use ls-qpack v0.11.0 |
03e6b668 |
08-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.6.0 - [FEATURE] QUIC and HTTP/3 Internet Draft 24 support |
75a7a2a3 |
07-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.5.2 - [BUGFIX] argument order to gQUIC client constructor. Regression introduced in 2.5.0. - [BUGFIX] split buffered packet error recovery: destroy the correct packet. |
1c9cee3e |
05-Nov-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.5.1 - [BUGFIX] Fix double-free when emptying a packet number space. - [BUGFIX] http_server: fix md5sum handler: handle EOF correctly. - [BUGFIX] Use random values in bits 4 and 5 of the first byte of verneg packets (regression introduced in 2.5.0). - [OPTIMIZATION] Don't compile in expensive attq checks by default. - [OPTIMIZATION] http_server: compile regexes only once. |
a0e1aeee |
31-Oct-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.5.0 - [API] lsquic_engine_connect() can now be passed QUIC version to use. - [OPTIMIZATION] Queue opportunistic ACKs if there is data to be sent. - [BUGFIX] Don't evict streams from priority iterator if there is only one queue. - [OPTIMIZATION, BUGFIX] Several other optimizations and bug fixes. - Use ls-qpack v0.10.7. |
34e9ac5f |
24-Oct-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.10: fix regression in 2.4.9, use ls-qpack 0.10.6 |
df992bce |
24-Oct-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.9 - [BUGFIX] IETF QUIC server: fix uninitialized variable use. - [BUGFIX] make sure TLSv1.3 is not disabled in SSL object. - [BUGFIX] Use issuer name and serial number to cache certs (SKID values are not unique). - [BUGFIX] Always set the idle alarm in IETF connection so that it can time out. |
d7aae582 |
22-Oct-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.8 - [OPTIMIZATION, BUGFIX] Use ls-qpack v0.10.5. |
d16bc1c5 |
18-Oct-2019 |
David <dxu@litespeedtech.com> |
Remove invalid include path and update a file name for the Makefile.am |
288ca8a4 |
18-Oct-2019 |
David <dxu@litespeedtech.com> |
Update a script file name |
775aa154 |
18-Oct-2019 |
David <dxu@litespeedtech.com> |
Add a missing file to liblsquic/Makefile.am |
22128195 |
18-Oct-2019 |
David <dxu@litespeedtech.com> |
Add Makefile.am for automake |
0adf085a |
16-Oct-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.7 - Add echo client and server to the distibution. - Add MD5 client and server to the distibution. - Fix http_client: check command-line arguments better, prevent crash. - Fix IETF conn: can_write_ack() should only care about APP PNS. - Client: delay stream creation until handshake succeds. - Reset HTTP stream whose write end is closed prematurely. - Fix tickable(): mirror behavior of tick() wrt buffered packets. - Log reason why engine is tickable. |
ad08470c |
11-Oct-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.6 - Minor code cleanup and logging improvements. - Server and client programs: include library version (e.g. 2.4.6) into `server' and `user-agent' headers. |
7542f0f5 |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Let's see if you can parse this now |
45f0b126 |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Only do the golang voodoo on Linux |
59d78e04 |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
...and GOROOT |
41e82b6f |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
GOPATH |
3c5361ae |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Fifteenth time's the charm |
ef293bc8 |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
If at first you don't succeed |
f8325ef9 |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Yes! |
dc9e9148 |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Try apt-getting the thing |
7e524200 |
09-Oct-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Try to fetch go 1.13 to build BoringSSL |
4947ba95 |
09-Oct-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.5 - [OPTIMIZATION]: flush encoder stream only when necessary. - [BUGFIX] Use ls-qpack v0.10.2 for new API -- and for a bug fix. - [BUGFIX] Typo in IETF conn SETTINGS writer. - Use latest BoringSSL. |
662de5e1 |
08-Oct-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.4 - [API] Add lsquic_alpn2ver() to aid parsing Alt-Svc header. - [BUGFIX] NULL dereference when H3 frame header would be split. - [BUGFIX] Do not close fixed-size H3 frame prematurely. - [BUGFIX] Allow PING frames in IETF mini conn. - [BUGFIX] Mini conns: don't send any packets after receiving CONNECTION_CLOSE. - [BUGFIX] Client migration: reserve slot for DCID from transport params. - [BUGFIX] Allow max_early_data_size=0 -- early_data might not be there. - [BUGFIX] Use an invalid stream number to reset BPT cache (zero is now a valid stream number). - [SPEC] Use FINAL_SIZE_ERROR when FIN mismatch is detected. - [OPTIMIZATION] Closed connection only gets one chance to send packets. - [OPTIMIZATION] Flush headers stream before packetizing stream data. - [OPTIMIZATION] process QPACK encoder STREAM frames immediately. - Update ls-qpack to v0.10.1. |
1245d2e0 |
30-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.3 - Add GQUIC versions to the list of h3 ALPNs for Alt-Svc header. For example, h3-Q043. Chrome will switch to using this format at some point in the future. - [BUGFIX] Send correct value in max_streams_uni transport param - [SPEC] Abort IETF QUIC connection if max_early_data_size is not set to 0xFFFFFFFF |
65728dc5 |
23-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.2 - [BUGFIX] H3 framing: fix zero-byte write when space is available - [BUGFIX] Don't send STREAM frame when incoming unidirectgional stream is closed - [BUGFIX] Cancel all pending writes by stream reset by a GOAWAY - [BUGFIX] Fix use-after-free in IETF full conn - [OPTIMIZATION] Wait for session tickets for two seconds and then drop SSL object and crypto streams. |
3ff30b27 |
19-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
cmake: fix up build |
e5130c78 |
19-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Use ls-qpack v0.10.0 |
f87fb49c |
18-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update README.md: Internet Draft 23 is supported |
92f6e17b |
18-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.4.0 [FEATURE] QUIC and HTTP/3 Internet Draft 23 support |
27187418 |
16-Sep-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Fix Docker build (#79) |
c38e7df7 |
16-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix build steps in README.md |
a6cdaedb |
13-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.3.1 - [BUGFIX] Fix memory leaks - [BUGFIX] Fix unit tests |
cca25415 |
13-Sep-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 2.3.0 - [FEATURE] BBR congestion control is on by default - [BUGFIX] BBR app-limited logic - [BUGFIX] Fix uninitialized warnings in IETF - [BUGFIX] Update ls-qpack to v0.9.14 - [CLEANUP] Code cleanup |
5392f7a3 |
11-Sep-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Release 2.2.0: server included, ID-22 supported (#76) |
8cba36d8 |
13-May-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.21.2 - [OPTIMIZATION] HPACK: use history to improve compression performance |
d539a752 |
06-May-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.21.1 - [BUGFIX] If FIN or RST not received, don't delay stream destruction. - [OPTIMIZATION] Speed up HPACK encoder by using same hash value to search static and dynamic tables. |
7cf121d7 |
13-Apr-2019 |
Stephen Petrides <sdpetrides@gmail.com> |
[BUILD] Add headers for Windows sockets (#72) |
7e0bd43e |
13-Apr-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Remove unnecessary include file |
e5d4bc6d |
13-Apr-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix a couple of Windows compilation issues |
9b4d33c7 |
13-Apr-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix a couple of small bugs that crept in in previous commit |
55cd0b38 |
12-Apr-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.21.0 [FEATURE] Add qlog log module. |
b4069a69 |
02-Apr-2019 |
Dmitri Tikhonov <dtikhonov@live.com> |
Add missing semicolon (#70) |
842caba2 |
02-Apr-2019 |
Dmitri Tikhonov <dtikhonov@live.com> |
Add useless initialization to fix Windows build (#69) |
c7d81ce1 |
01-Apr-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.20.0 [FEATURE] Add support for Q046. |
428530e3 |
20-Mar-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.19.6 - [BUGFIX] Ensure that Largest Observed does not decrease in ACKs we send. ACK frames placed in packets in buffered queues (optimization introduced in 1.17.15) can be preceded by an ACK frame generated later. In this case, the older ACK frame should not be sent out, as Chromium- based servers flags decrease in the ACK frame's Largest Observed value as an error. |
03d03a42 |
06-Mar-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add useless variable initialization for Windows |
8437e4a4 |
06-Mar-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.19.5 - [BUGFIX] Use correct public key from PUBS based on KEXS index. - [BUGFIX] Check flags before dispatching writes, avoiding assert. - [BUGFIX] Set :scheme to "https" (instead of "HTTP"). |
90fe3b25 |
25-Feb-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.19.4 - [BUGFIX] Check buffer bounds when looking up version in 0-RTT blob. - [BUGFIX] http_client: don't fetch 0-rtt info if handshake failed. - Log number of pacer calls at DEBUG, rather than NOTICE, level. |
9c444524 |
18-Feb-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.19.3 - [BUGFIX] Q044: don't encode packet number in 6 bytes. Six-byte packet number encoding does not exist in Q044. This fixes a regression introduced in '[BUGFIX] Buffered packets can contain ACK frames' -- we need to keep QUIC version in mind when selecting the longest possible packet number encoding used for the buffered packet that carries the ACK. - [BUGFIX] Do not increase CWND when timeout occurs. - http_client: support setting handshake timeout on command line. Use -o handshake_to=timeout. - http_client: use -k to connect UDP socket to pick up ICMP errors. - http_client: allow pathless mode, when only handshake is performed without issuing any requests. This can be done by simply not specifying a -p flag on the command line. |
33291708 |
11-Feb-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.19.2 - [BUGFIX] Begin negotiation with version provided in 0-RTT info. - [BUGFIX] Version checking in zero_rtt deserialize function. |
4c244ff7 |
04-Feb-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.19.1 -- fix Windows build |
2b051cfe |
05-Feb-2019 |
Stephen Petrides <sdpetrides@gmail.com> |
[BUILDFIX] Replace empty arrays in zero_rtt structs with local var ptrs (#66) |
8ca33e0e |
04-Feb-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.19.0 - [FEATURE, API Change] 0-RTT support. Add function to export 0-RTT information; it can be supplied to a subsequent connect() call. - [FEATURE] Add -0 flag to http_client to exercise 0-RTT support. - [BUGFIX] Resuscitate the Windows build. - [BUGFIX] Send HTTP settings (max header list size) if necessary. - [BUGFIX] Buffered packets can contain ACK frames. - [BUGFIX] Make packet writeable once all STREAM frames are elided. - [BUGFIX] Fix potential null dereference when realloc fails. - cmake: simplify build configuration. |
03fb9352 |
02-Feb-2019 |
Dmitri Tikhonov <dtikhonov@live.com> |
Hush a few MSVC warnings (#65) |
5d081270 |
02-Feb-2019 |
Dmitri Tikhonov <dtikhonov@live.com> |
Check return value of malloc (#64) Introduced in recent PR (2d296031dbaf0d0d2d2bc9e68c541a652031aaba) |
9711bfba |
01-Feb-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Update Windows build instructions |
199c01ab |
01-Feb-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Update build instructions in the README |
b1af35d6 |
01-Feb-2019 |
Dmitri Tikhonov <dtikhonov@live.com> |
Simplify configuration -- use more cmake functions (#62) |
93b02ebe |
31-Jan-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Add AppVeyor badge to README |
2d296031 |
31-Jan-2019 |
Dmitri Tikhonov <dtikhonov@live.com> |
Resuscitate Windows build (#61) |
12693a01 |
29-Jan-2019 |
Dmitri Tikhonov <dtikhonov@live.com> |
Add MacOS to Travis CI; simplify .travis.yml |
6259599e |
29-Jan-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Add Cirrus CI badge to README |
ac022203 |
29-Jan-2019 |
Dmitri Tikhonov <dtikhonov@live.com> |
Add Cirrus CI for FreeBSD |
6aba801d |
29-Jan-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.18.0 - [API Change] Can specify clock granularity in engine settings. - [BUGFIX] Pacer uses fixed clock granularity. Since the change on 2018-04-09, it is not necessary to try to approximate the next tick time in the pacer: it can use fix clock granularity specified by the user. - [BUGFIX] Do not tick constantly before handshake is done. - [BUGFIX] Do not exit tick prematurely: reuse packet with ACK. Even if we cannot allocate *more* packets, we could still be able to write to one already allocated. - [BUGFIX] Do not schedule pacer if there are no lost packets. |
1b3a1797 |
23-Jan-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
README: IETF QUIC support is on a branch; add link |
4d83f5bd |
21-Jan-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.15 - [BUGFIX] http_client: make sure only one read per on_read() callback is performed in the header conversion bypass (-B) mode. - http_client: with -E, assign random priority when stream is created. - [OPTIMIZATION] On immediate write, place an ACK frame into the first buffered packet if an ACK is queued. This reduces the number of standalone ACK packets. - [OPTIMIZATION] Allow placing more than one STREAM frame from the same stream into an outgoing packet. This change minimizes the number of buffered packets required to store several small HTTP messages by virtue of allowing more than one STREAM frame from HEADERS stream in the same packet. - [OPTIMIZATION] Flush headers when writing to buffered packets. This causes the headers to be written to the same buffered packet queue, thereby improving packet utilization, especially for small HTTP messages. |
046163b8 |
19-Jan-2019 |
Stephen Petrides <sdpetrides@gmail.com> |
201901181200 benchmark tool (#58) [TESTING] Add script for benchmarking with http_client. |
19f667fb |
17-Jan-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.14 - [FEATURE] http_client can now collect stats: time to connect, TTFB, time to download, requests per seconds, and bandwidth. See -t flag. - [BUGFIX] http_client: -B, -K, and -r can be used at the same time. - [BUGFIX] http_client: do not display cert chain before each request. Now this is only done once per connection, if the handshake is successful and -a option is given. - [BUGFIX] Do not wait to dispatch on_close() after reading. If a stream is scheduled to be closed after on_read() callback returns, close it immediately instead of waiting until the end of the tick. If client creates new request from on_close() event, they will be processed in the same tick instead of waiting for the next one. - [BUGFIX] HEADERS stream is critical: always treat it with highest priority. |
2815666c |
10-Jan-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update header file and changelog: release 1.17.12 |
6a4060db |
10-Jan-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update HPACK interface |
a07c3aaa |
10-Jan-2019 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #57 from sdpetrides/201901091655-concurrent-streams Add concurrent streams feature for http_client
|
f00cde39 |
10-Jan-2019 |
Stephen Petrides <sdpetrides@gmail.com> |
Add concurrent streams feature for http_client |
229fce07 |
04-Jan-2019 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.11 Fix strict aliasing warning in when compiling with optimizations |
f2450c43 |
28-Dec-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.10 Fix the example program to be able to use parallel connections again. (See the -n argument.) |
6b58dff0 |
19-Dec-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.9 [BUGFIX] Engine: reduce minumum batch size from 256 to 4 |
a37b0c96 |
11-Dec-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.8 [BUGFIX] Fix compilation on FreeBSD and 32-bit Linux |
18237fa4 |
03-Dec-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.7 [BUGFIX] Do not unset PING alarm before ringing expired alarms. This prevented PING from ever being sent. |
8252b0b9 |
30-Nov-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.6 - Add failsafe: resume sending packets after some time The change puts a 1-second limit on the amount of time the engine will not send packets after some packets are delayed. This makes the library robust in case the user does not unblock the engine explicitly using lsquic_engine_send_unsent_packets() call. - [BUGFIX] Handle corner cases in send controller when packets are a) delayed or b) dropped during repackaging. - [BUGFIX] Memory leak: destroy buffered packets during controller cleanup. |
bf2c7037 |
17-Nov-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.3 [BUGFIX] Do not send STOP_WAITING frames when using Q044 |
feecb11b |
19-Oct-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.2 - [BUGFIX] Memory leak in test_frame_rw unit test. - [BUGFIX] Parsing packets with short IETF header: do not overwrite flags. (Only a problem in unit tests -- benign otherwise.) |
db5f69e3 |
19-Oct-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix memory leak in test_frame_rw unit test |
dee31d56 |
19-Oct-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix bug in parsing packets with short IETF header: do not overwrite flags This manifested as a memory leak in a unit test. The regular library code does not set any pi_flags before parsing the packet, and so this bug is benign. |
1e75f938 |
16-Oct-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.17.0 - [API Change] Packet out Memory Interface (PMI) update: - Split PMI pool return into pmi_release and pmi_return - PMI callbacks take peer_ctx and is_ipv6 arguments - [BUGFIX] Fix use-after-free when certificate is updated - Silence gcc warning in optimized mode by performing useless initialization - cmake: use the standard variable CMAKE_BUILD_TYPE instead of DEVEL_MODE |
66f9afcc |
03-Oct-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.16.0 - [API Change] Add lsquic_conn_n_avail_streams() - [BUGFIX] only dispatch crypto stream read events if WANT_READ is on |
0a19f39d |
28-Sep-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.15.0 - [API Change] Add LSCONN_ST_PEER_GOING_AWAY to the list of conn statuses - [BUGFIX] free uncompressed headers correctly when error occurs |
3229dd11 |
13-Sep-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.14.3 - [BUGFIX] Do not abort conn on STREAM frame for a reset stream - [BUGFIX] Drop packets that would become empty due to repackaging. Packets on the scheduled queue may be marked for repackaging. Frames such as ACK frame that are never resent are removed from repackaged packets. We must check that the newly repackaged packet would not be empty. If it would be, it is destroyed instead and the next packet on the scheduled queue is used. Note that this change only affects the logic to return the next packet to be sent. Lost packets that are being rescheduled are already processed in this fashion. - Byteswap CID before logging it - this makes it match Chrome CIDs. (Except Q035, which is the last little-endian GQUIC version we support.) |
14e3680d |
07-Sep-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Release 1.14.0 - [API Change] Disable packet sending if full batch cannot be sent If lsquic_packets_out_f() cannot send the whole batch, disable packet sending until lsquic_engine_send_unsent_packets() is called. - [BUGFIX] Handle case when STREAM frame does not fit. - [BUGFIX] Always allow incoming STREAM frames to overlap. Peers may send overlapping STREAM frames even if using versions older than Q043. - Custom header set fixes: - set "FIN reached" flag when custom header with FIN flag is claimed; - do not return custom header set for a reset stream. |
3b55e6ae |
28-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
1.13.0: [FEATURE, API Change] HTTP header bypass Add ability to create custom header set objects via callbacks. This avoids reading and re-parsing headers from the stream. See test/http_client.c for example implementation. (Use -B flag to turn it on). |
6f126d80 |
28-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
1.12.4: Fix memory leaks and gcc compilation warnings |
5f5d395b |
23-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
1.12.3: [BUGFIX] Fix duplicate STREAM frame detection |
483646eb |
20-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
1.12.2: Bugfix and log message improvements |
dada56db |
17-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix previous commit: add missing function |
7f2bd84c |
17-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
1.12.0: [FEATURE, API Change] Certificate verification |
de1c35dd |
17-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
1.11.1: [BUGFIX] Fix STOP_WAITING frame processing in the new Q044 code |
9626cfc2 |
16-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
1.11.0: [FEATURE] Add support for Q044 |
c6457e42 |
09-Aug-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
1.10.2: Don't go over limit when creating delayed streams |
81a42a85 |
17-Jul-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #42 from stormcenter/master [BUGFIX] Fix libevent build error on Darwin
|
083b5939 |
17-Jul-2018 |
Zhang Chi <zhangchi1213@gmail.com> |
[BUGFIX] Fix libevent build error on Darwin |
ccd74161 |
10-Jul-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - 1.10.1 - [BUGFIX] process connections after each batch of packets is read This avoids a problem of accumulating a very large list of packets (possible when speeds are high and socket's receive buffer is large) and processing it all at once. - If glibc is older than 2.17, link with rt. This is necessary for clock_getres(2). - Add version macros to lsquic.h; remove unnecessary includes. |
cd7bc383 |
13-Jun-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
[BUGFIX] allow multiple parallel connections by default Use the original method of tracking connections by CIDs by default. If zero-sized CID support is turned on, connections are tracked by the address. A new connection is not created if another connection is using the same network address. |
96f77e20 |
30-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
[FEATURE, API CHANGE] Support zero-sized CIDs in received packets |
e98f5deb |
24-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Close connection properly when packet encryption fails |
18ae74fd |
23-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
[BUGFIX] Do not produce packet sequence gaps due to delayed packets |
c44946ec |
22-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - [API Change] Add optional callback to call when handshake is done - [API Change, BUGFIX] After send failure, wait until transport available |
04468d21 |
19-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes: - [API] Expose useful lsquic_ver2str[] in lsquic.h - [BUGFIX] Do not produce packet sequence gaps due to STREAM frame elision |
42e2bac7 |
18-May-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #36 from dtikhonov/201805181116-fix-win-build 201805181116 fix win build
|
4d73eaf3 |
18-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix argument type from unsigned to enum (MSVC complains) |
343dbf06 |
18-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Do not override cmake-detected config on Windows |
63a83dd1 |
18-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
[BUGFIX] Command-line option `-6` now works correctly. |
7a9b83ff |
18-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Improve checks of number of incoming streams limit and associated error reporting. - Small improvements to the recent DNS resolution code. |
1da9d1fd |
18-May-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #35 from dtikhonov/regex-win If regex.h is not present (Windows), use alternative code
|
5dc94445 |
18-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
If regex.h is not present (Windows), use alternative code |
07354a9a |
17-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
DNS resolution: can specify hostname via -H or -s |
f6b053a9 |
16-May-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #34 from Kait0/DNSRes Added DNS Resolution feature to the client.
|
ee5aee68 |
17-May-2018 |
Kaito <B.Jaeger1@gmx.net> |
Added DNS Resolution feature to the client. |
355db7c6 |
16-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - [BUGFIX] Frame insertion mis-ID as overlap instead of dup - http_client: fix priority range generated by -E flag |
bdf79b05 |
11-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Drop a defunct parsing method |
1cd65f76 |
10-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
http_client: fix priority range generated by -E flag |
8d029038 |
10-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Drop the few remaining references to Q041 |
97028223 |
10-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Drop support for Q041 |
052a1c28 |
10-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Drop support for versions Q037, Q038, and Q042 |
d5eb659e |
09-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update README: version Q043 is now supported |
c95974e9 |
09-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
[FEATURE] Add support for Q043 |
d0a7c0c1 |
08-May-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #29 from dtikhonov/201805071630-windowize-client Merge wincompat/test_common_win.c into test_common.c
|
3f050ae3 |
08-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Drop MSVC-specific #pragma by fixing function type |
db236e90 |
08-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Merge wincompat/test_common_win.c into test_common.c The macro soup in test_common.c acquired a few more fingernails, but this is better than maintaining (or, rather, forgetting to maintain) two versions of the same code. |
2a5cd80e |
08-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix indentation: this is a better way to address new gcc warnings |
3b55db2d |
07-May-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #27 from dtikhonov/201705062137-fix-win-release Fix bug in Windows optimized build
|
7b1586dd |
07-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix bug in Windows optimized build |
aff2a1d8 |
05-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update README and CONTRIBUTORS |
518e00b2 |
05-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Version Q041 goes from experimental to deprecated |
be4cfad0 |
05-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
[FEATURE] Add support for Q042 |
4b332c36 |
04-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Remove comment: MSPC is obsolete (no code changes) - Prog: use lsquic_str2ver() when processing -o version flag - Remove unused CTIM and SRBF transport parameters - Disable QUIC versions Q037 and Q038 by default - Fix Windows compilation by including compat header file in lshpack.c - Address warnings produced by newer versions of gcc - Future-proof: turn off -Werror |
5442222f |
04-May-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #26 from dtikhonov/201805041530-fix-newer-gcc-warnings Fix or disable new compiler warnings in gcc 6+ and 7+
|
80280034 |
04-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Disable misleading indent warnings in gcc 6+ |
818790ed |
04-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add /* fallthru */ comment to stop gcc 7+ from warning |
21229979 |
04-May-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #25 from dtikhonov/fix-lshpack-win-breakage Include vc_compat.h in lshpack.c to fix Windows compilation
|
075860c9 |
04-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Include vc_compat.h in lshpack.c to fix Windows compilation |
881272bb |
03-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix: make lsquic_conn_quic_version() available |
bea64822 |
02-May-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes: - Switch to using ls-hpack 1.1 - [BUGFIX] Do not ignore stream resets after receiving FIN |
bf6b47ad |
28-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
HPACK: do not allow header block to end with table size update |
130d542a |
25-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix: conn is tickable if it wants to send a connection-level frame |
aa0d8cff |
25-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Do not create gap in sent packnos when squeezing delayed packets. - sendctl checks for all unacked bytes, not just retx bytes. - connections with blocked scheduled packets are not tickable for sending. |
bdba46fd |
24-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes: - Fix busy loop: tickable must make progress. When connection is self-reporting as tickable, it must make progress when ticked. There are two issues: 1. If there are buffered packets, the connection is only tickable if they can be sent out. 2. A connection is tickable if there are streams on the servicing queue. When the tick occurs, we must service the stream independent of whether any packets are sent. - Fix assertion in pacer which can be incorrect under some conditions. - cmake: do not turn on address sanitizer if in Travis. |
9918a066 |
24-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Point Travis-CI image to correct URI |
1b0179ef |
24-Apr-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #20 from dtikhonov/201804231451-travis Add Travis-CI support
|
cfbb176a |
24-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Remove obsolete ci/build_boringssl.sh |
1fc8f998 |
24-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add Travis status |
db8ac9ee |
24-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Turn off Analyzer if using Travis -- it breaks all tests for some reason |
69ecc998 |
23-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix up .travis.yml |
11597b8f |
17-Oct-2017 |
Alexis La Goutte <alexis.lagoutte@gmail.com> |
travis: fix path |
13802590 |
12-Oct-2017 |
Alexis La Goutte <alexis.lagoutte@gmail.com> |
Remove depth |
32786108 |
09-Oct-2017 |
Alexis La Goutte <alexis.lagoutte@gmail.com> |
include boringssl build |
8f498c7c |
09-Oct-2017 |
Alexis La Goutte <alexis.lagoutte@gmail.com> |
debug |
c6b17ae0 |
09-Oct-2017 |
Alexis La Goutte <alexis.lagoutte@gmail.com> |
Libssl-dev |
42af697e |
09-Oct-2017 |
Alexis La Goutte <alexis.lagoutte@gmail.com> |
Add .travis CI build |
f5f72ede |
23-Apr-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #19 from Kait0/master Added a Note to EXAMPLES.txt that tells users that google has differe…
|
430169b6 |
23-Apr-2018 |
Kaito <B.Jaeger1@gmx.net> |
Added a Note to EXAMPLES.txt that tells users that google has different ip-adresses in different regions and that they might have to check the correct one for them. |
64b2228f |
21-Apr-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #14 from dtikhonov/201804201611-fix-windows-gettime Fix Windows gettimeofday() implementation - were off by 10
|
560db45b |
21-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix Windows gettimeofday() implementation - were off by 10 |
5296a94b |
21-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Fix bug in lsquic_engine_connect() exposed by recent changes. |
82f3bcef |
20-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - [BUGFIX] Add connection to Tickable Queue on stream write - cmake: use MSVC variable instead of trying to detect - engine: improve connection incref/decref logging - stream: don't ignore errors that may occur on triggered flush - connection: remove obsolete method - engine: indicate connection as tickable if previous call went over threshold |
1279d5bf |
19-Apr-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #12 from dtikhonov/201804181037-use-cmake-msvc-env-var cmake: use MSVC variable instead of trying to detect
|
b0e6c9cb |
19-Apr-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #11 from dtikhonov/201804191030-update-wincompat-api-use [BUGFIX] Wincompat: use the new APIs (commit e8bd737db48)
|
46a5b669 |
19-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
cmake: use MSVC variable instead of trying to detect |
6e6a9546 |
19-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
[BUGFIX] Wincompat: use the new APIs (commit e8bd737db48) |
e8bd737d |
09-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
[API Change, OPTIMIZATION] Only process conns that need to be processed The API is simplified: do not expose the user code to several queues. A "connection queue" is now an internal concept. The user processes connections using the single function lsquic_engine_process_conns(). When this function is called, only those connections are processed that need to be processed. A connection needs to be processed when: 1. New incoming packets have been fed to the connection. 2. User wants to read from a stream that is readable. 3. User wants to write to a stream that is writeable. 4. There are buffered packets that can be sent out. (This means that the user wrote to a stream outside of the lsquic library callback.) 5. A control frame (such as BLOCKED) needs to be sent out. 6. A stream needs to be serviced or delayed stream needs to be created. 7. An alarm rings. 8. Pacer timer expires. To achieve this, the library places the connections into two priority queues (min heaps): 1. Tickable Queue; and 2. Advisory Tick Time queue (ATTQ). Each time lsquic_engine_process_conns() is called, the Tickable Queue is emptied. After the connections have been ticked, they are queried again: if a connection is not being closed, it is placed either in the Tickable Queue if it is ready to be ticked again or it is placed in the Advisory Tick Time Queue. It is assumed that a connection always has at least one timer set (the idle alarm). The connections in the Tickable Queue are arranged in the least recently ticked order. This lets connections that have been quiet longer to get their packets scheduled first. This change means that the library no longer needs to be ticked periodically. The user code can query the library when is the next tick event and schedule it exactly. When connections are processed, only the tickable connections are processed, not *all* the connections. When there are no tick events, it means that no timer event is necessary -- only the file descriptor READ event is active. The following are improvements and simplifications that have been triggered: - Queue of connections with incoming packets is gone. - "Pending Read/Write Events" Queue is gone (along with its history and progress checks). This queue has become the Tickable Queue. - The connection hash no longer needs to track the connection insertion order. |
eef4f2fc |
04-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add BUILD-WINDOWS.md -- instruction for building on Windows |
10c492f0 |
03-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update copyright year; add CONTRIBUTORS.txt |
da710add |
03-Apr-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Update CHANGELOG, a few changes |
34b068c1 |
03-Apr-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #8 from rperper/PlusWindows Fixes to the previous Windows pull request.
|
b5d685fc |
02-Apr-2018 |
Bob Perper <rperper@litespeedtech.com> |
Additional Windows Updates |
a4e24689 |
31-Mar-2018 |
Bob Perper <rperper@litespeedtech.com> |
Replace some erroneously removed debugging code |
14931b3a |
31-Mar-2018 |
Bob Perper <rperper@litespeedtech.com> |
More Windows updates |
ab5c8df2 |
31-Mar-2018 |
Bob Perper <rperper@litespeedtech.com> |
More Windows Updates |
b93f59be |
30-Mar-2018 |
Bob Perper <rperper@litespeedtech.com> |
Initial PlusWindows commit |
00ee28ce |
28-Mar-2018 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #7 from amoldeshpande/master Windows compilation
|
5d77f141 |
13-Mar-2018 |
Amol Deshpande <amol.deshpande@outlook.com> |
updated to upstream ran all tests again.
|
461e84d8 |
13-Mar-2018 |
Amol Deshpande <amol.deshpande@outlook.com> |
compiles in debug/release. tests pass (in debug config at least) |
16a9b66a |
10-Mar-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - [OPTIMIZATION] Merge series of ACKs if possible Parsed single-range ACK frames (that is the majority of frames) are saved in the connection and their processing is deferred until the connection is ticked. If several ACKs come in a series between adjacent ticks, we check whether the latest ACK is a strict superset of the saved ACK. If it is, the older ACK is not processed. If ACK frames can be merged, they are merged and only one of them is either processed or saved. - [OPTIMIZATION] Speed up ACK verification by simplifying send history. Never generate a gap in the sent packet number sequence. This reduces the send history to a single number instead of potentially a series of packet ranges and thereby speeds up ACK verification. By default, detecting a gap in the send history is not fatal: only a single warning is generated per connection. The connection can continue to operate even if the ACK verification code is not able to detect some inconsistencies. - [OPTIMIZATION] Rearrange the lsquic_send_ctl struct The first part of struct lsquic_send_ctl now consists of members that are used in lsquic_send_ctl_got_ack() (in the absense of packet loss, which is the normal case). To speed up reads and writes, we no longer try to save space by using 8- and 16-bit integers. Use regular integer width for everything. - [OPTIMIZATION] Cache size of sent packet. - [OPTIMIZATION] Keep track of the largest ACKed in packet_out Instead of parsing our own ACK frames when packet has been acked, use the value saved in the packet_out structure when the ACK frame was generated. - [OPTIMIZATION] Take RTT sampling conditional out of ACK loop - [OPTIMIZATION] ACK processing: only call clock_gettime() if needed - [OPTIMIZATION] Several code-level optimizations to ACK processing. - Fix: http_client: fix -I flag; switch assert() to abort() |
0e7c6aad |
08-Mar-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add missed test_cubic.c to the distribution |
7fbe101b |
01-Mar-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Fix unit test regression: enable them correctly in cmake. - Simplify connection has interface |
bfc7bfd8 |
27-Feb-2018 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - [API Change] lsquic_engine_connect() returns pointer to the connection object. - [API Change] Add lsquic_conn_get_engine() to get engine object from connection object. - [API Change] Add lsquic_conn_status() to query connection status. - [API Change] Add add lsquic_conn_set_ctx(). - [API Change] Add new timestamp format, e.g. 2017-03-21 13:43:46.671345 - [OPTIMIZATION] Process handshake STREAM frames as soon as packet arrives. - [OPTIMIZATION] Do not compile expensive send controller sanity check by default. - [OPTIMIZATION] Add fast path to gquic_be_gen_reg_pkt_header. - [OPTIMIZATION] Only make squeeze function call if necessary. - [OPTIMIZATION] Speed up Q039 ACK frame parsing. - [OPTIMIZATION] Fit most used elements of packet_out into first 64 bytes. - [OPTIMIZATION] Keep track of scheduled bytes instead of calculating. - [OPTIMIZATION] Prefetch next unacked packet when processing ACK. - [OPTIMIZATION] Leverage fact that ACK ranges and unacked list are. ordered. - [OPTIMIZATION] Reduce function pointer use for STREAM frame generation - Fix: reset incoming streams that arrive after we send GOAWAY. - Fix: delay client on_new_conn() call until connection is fully set up. - Fixes to buffered packets logic: splitting, STREAM frame elision. - Fix: do not dispatch on_write callback if no packets are available. - Fix WINDOW_UPDATE send and resend logic. - Fix STREAM frame extension code. - Fix: Drop unflushed data when stream is reset. - Switch to tracking CWND using bytes rather than packets. - Fix TCP friendly adjustment in cubic. - Fix: do not generate invalid STOP_WAITING frames during high packet loss. - Pacer fixes. |
7edaabaa |
01-Nov-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Add APIs.txt -- describe LSQUIC APIs on high level |
c51ce338 |
31-Oct-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - [API Change] Sendfile-like functionality is gone. The stream no longer opens files and deals with file descriptors. (Among other things, this makes the code more portable.) Three writing functions are provided: lsquic_stream_write lsquic_stream_writev lsquic_stream_writef (NEW) lsquic_stream_writef() is given an abstract reader that has function pointers for size() and read() functions which the user can implement. This is the most flexible way. lsquic_stream_write() and lsquic_stream_writev() are now both implemented as wrappers around lsquic_stream_writef(). - [OPTIMIZATION] When writing to stream, be it within or without the on_write() callback, place data directly into packet buffer, bypassing auxiliary data structures. This reduces amount of memory required, for the amount of data that can be written is limited by the congestion window. To support writes outside the on_write() callback, we keep N outgoing packet buffers per connection which can be written to by any stream. One half of these are reserved for the highest priority stream(s), the other half for all other streams. This way, low-priority streams cannot write instead of high-priority streams and, on the other hand, low-priority streams get a chance to send their packets out. The algorithm is as follows: - When user writes to stream outside of the callback: - If this is the highest priority stream, place it onto the reserved N/2 queue or fail. (The actual size of this queue is dynamic -- MAX(N/2, CWND) -- rather than N/2, allowing high-priority streams to write as much as can be sent.) - If the stream is not the highest priority, try to place the data onto the reserved N/2 queue or fail. - When tick occurs *and* more packets can be scheduled: - Transfer packets from the high N/2 queue to the scheduled queue. - If more scheduling is allowed: - Call on_write callbacks for highest-priority streams, placing resulting packets directly onto the scheduled queue. - If more scheduling is allowed: - Transfer packets from the low N/2 queue to the scheduled queue. - If more scheduling is allowed: - Call on_write callbacks for non-highest-priority streams, placing resulting packets directly onto the scheduled queue The number N is currently 20, but it could be varied based on resource usage. - If stream is created due to incoming headers, make headers readable from on_new. - Outgoing packets are no longer marked non-writeable to prevent placing more than one STREAM frame from the same stream into a single packet. This property is maintained via code flow and an explicit check. Packets for stream data are allocated using a special function. - STREAM frame elision is cheaper, as we only perform it if a reset stream has outgoing packets referencing it. - lsquic_packet_out_t is smaller, as stream_rec elements are now inside a union. |
0ae3fccd |
12-Oct-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Do not send RST_STREAM when stream is closed for reading - Raise maximum header size from 4K to 64K - Check header name and value lengths against maximum imposed by HPACK - Fix NULL dereference in stream flow controller |
83287402 |
09-Oct-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Hide handshake implementation behind a set of function pointers - Use monotonically increasing clock - Make sure that retx delay is not larger than the max of 60 seconds |
0fb9ea94 |
04-Oct-2017 |
LiteSpeed Tech <info@litespeedtech.com> |
Merge pull request #2 from bprodoehl/dockerfile add Dockerfile
|
306ecefe |
04-Oct-2017 |
Brian Prodoehl <bprodoehl@connectify.me> |
Update README with Docker instructions. |
45d75bb2 |
04-Oct-2017 |
Brian Prodoehl <bprodoehl@connectify.me> |
Add basic Dockerfile |
67b0dc15 |
29-Sep-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - A few fixes to code and README |
2c6a63be |
29-Sep-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Merge branch 'master' of github.com:litespeedtech/lsquic-client
|
1b97e4af |
29-Sep-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Add support for Q041; drop support for Q040 |
6d7c4360 |
29-Sep-2017 |
LiteSpeed Tech <info@litespeedtech.com> |
Rebuild pages |
41147c2b |
29-Sep-2017 |
LiteSpeed Tech <info@litespeedtech.com> |
Set theme jekyll-theme-slate |
fc214ce4 |
29-Sep-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Upload doxygen-generated docs Go to https://litespeedtech.github.io/lsquic-client/ to read them |
37a4b56c |
29-Sep-2017 |
LiteSpeed Tech <info@litespeedtech.com> |
index.html for docs |
cdf70916 |
27-Sep-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Fix CMakeLists.txt: BoringSSL include and lib was mixed up |
e0197994 |
26-Sep-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
Latest changes - Add support for Mac OS - Add support for Raspberry Pi - Fix BoringSSL compilation: include <openssl/hmac.h> explicitly |
50aadb33 |
23-Sep-2017 |
Dmitri Tikhonov <dtikhonov@litespeedtech.com> |
LSQUIC Client: Initial release |