Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-11 | Bump PKGREVISIONs for perl 5.30.0 | wiz | 1 | -2/+2 | |
2018-09-23 | Use correct versioned Go dependency. | bsiegert | 1 | -3/+7 | |
2018-08-22 | Recursive bump for perl5-5.28.0 | wiz | 1 | -2/+2 | |
2018-07-04 | *: Move SUBST_STAGE from post-patch to pre-configure | jperkin | 1 | -2/+2 | |
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed. | |||||
2018-06-12 | Revbump all Go packages after lang/go update. | bsiegert | 1 | -2/+2 | |
2017-06-27 | main is not a boolean function. | joerg | 2 | -1/+15 | |
2017-06-22 | After much prodding by joerg (thanks!), add a build dependency on go - | agc | 1 | -2/+2 | |
needed for compilation | |||||
2017-05-31 | Make sure pkgsrc/lang/go is installed before trying to use it | agc | 1 | -1/+3 | |
2016-07-09 | Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. | wiz | 1 | -1/+2 | |
2016-07-01 | Add libquic-0.0.3 to the packages collection. | agc | 13 | -0/+274 | |
QUIC is an experimental protocol aimed at reducing web latency over that of TCP. On the surface, QUIC is very similar to TCP+TLS+SPDY implemented on UDP. Because TCP is implement in operating system kernels, and middlebox firmware, making significant changes to TCP is next to impossible. However, since QUIC is built on top of UDP, it suffers from no such limitations. Key features of QUIC over existing TCP+TLS+SPDY include + Dramatically reduced connection establishment time + Improved congestion control + Multiplexing without head of line blocking + Forward error correction + Connection migration |