aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
...
| * quic: move connection checking into recv_from_streamsmarshall2023-08-21
| |
| * quic: nat bug fixmarshall2023-08-21
| |
| * quic: remove hnmarshall2023-08-21
| |
| * -minor bugfixes, adding FIXMEsChristian Grothoff2023-08-15
| |
| * TNG: Uncrustify, comment.Martin Schanzenbach2023-08-05
| |
| * TNG: TCP communicator code KX needs to be checked per connection, not globallyMartin Schanzenbach2023-08-05
| |
| * TNG: TCP rekey from 4GB to 400MBMartin Schanzenbach2023-08-05
| |
| * quic communicator: add nat handlermarshall2023-08-03
| |
| * quic tests: add basic config filesmarshall2023-08-03
| |
| * transport Makefile: quic test basicmarshall2023-08-03
| |
| * TNG: Fix max MTU check in communicator tests.Martin Schanzenbach2023-07-30
| |
| * TNG: UDP communicator with sensible shared secret per sender limit.Martin Schanzenbach2023-07-30
| |
| * TNG: UDP communicator. Improve shared secret management.Martin Schanzenbach2023-07-30
| |
| * TNG: Commen UDPMartin Schanzenbach2023-07-30
| |
| * TNG: Make UDP communicator rekey work functionally.Martin Schanzenbach2023-07-30
| |
| * TNG: Fix communicator test message ack handling.Martin Schanzenbach2023-07-30
| |
| * TNG: Only inject rekey when necessary. Only send ACK from receiver.Martin Schanzenbach2023-07-29
| |
| * TNG: More work on UDP communicator.Martin Schanzenbach2023-07-29
| |
| * NEWS: -Martin Schanzenbach2023-07-29
| | | | | | | | TNG: Simplify rekey message and incorporate into regular boxed message.
| * TNG: Various fixed in UDP communicator to enable UDPBox usage.Martin Schanzenbach2023-07-28
| |
| * TNG: Actually use faster queue in UDP tests. Tests fail now.Martin Schanzenbach2023-07-28
| |
| * TNG: Update UDP communicator structs to hide more metadata.Martin Schanzenbach2023-07-28
| |
| * TNG: Sanitize struct members in UDP communicator signatures and packets.Martin Schanzenbach2023-07-27
| |
| * quic: optimize sock_read recvmarshall2023-07-26
| |
| * quic: remove multipeermap, fix addr mapmarshall2023-07-26
| |
| * rename id_recvd to id_rcvdmarshall2023-07-26
| |
| * transport (quic): parse msgs before passing to coremarshall2023-07-26
| |
| * transport (quic): error handling fixesmarshall2023-07-26
| |
| * transport (quic): send our peeridmarshall2023-07-25
| |
| * transport (quic): prepare to send pidmarshall2023-07-20
| |
| * transport (quic): give msg to transport servicemarshall2023-07-20
| |
| * transport (quic): receive pid in initial packetmarshall2023-07-20
| |
| * transport: add experimental/quiche guardsmarshall2023-07-18
| |
| * transport (quic): uncrustifymarshall2023-07-18
| |
| * transport (quic): create peermap using addressmarshall2023-07-18
| |
| * transport(quic): cleanup connmarshall2023-07-18
| |
| * transport (quic): mq handling fixesmarshall2023-07-18
| |
| * create PeerAddressmarshall2023-07-18
| |
| * transport (quic): Add some pointersMartin Schanzenbach2023-07-18
| |
| * transport (quic): add functions for mq handlingmarshall2023-07-18
| |
| * transport (quic): comm connectmarshall2023-07-18
| |
| * transport (quic): remove gen_streamidmarshall2023-07-18
| |
| * transport (quic): get random block for cidmarshall2023-07-18
| |
| * transport (quic): token validation checkmarshall2023-07-18
| |
| * transport (quic): fix compiler warningsmarshall2023-07-18
| |
| * transport (quic): cleanup, create header objectmarshall2023-07-18
| |
| * transport (quic): minor cleanup, remove commented codemarshall2023-07-18
| |
| * transport (quic): check for closed connectionsmarshall2023-07-18
| |
| * transport (quic): create connection functionalitymarshall2023-07-18
| |
| * transport (quic): mint tokensmarshall2023-07-18
| |