aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-19QUIC Polling Design: Fix nitsfeature/quic-serverHugo Landau1-7/+7
2024-04-19QUIC Polling Design Document: Rename OSSL_ -> SSL_ for consistencyHugo Landau1-198/+198
2024-04-19QUIC Polling Design: Move around sections a bitHugo Landau1-125/+95
2024-04-19QUIC Polling Design: Add discussion/rethink of event typesHugo Landau1-23/+529
2024-04-19QUIC Polling Design: minor fixupsHugo Landau1-3/+3
2024-04-19Minor updatesHugo Landau3-7/+6
2024-04-19Minor fixes and hardeningHugo Landau2-5/+15
2024-04-19QUIC Server Demo: Use IPv4 onlyHugo Landau1-4/+4
2024-04-19Copyright headerHugo Landau1-0/+8
2024-04-19QUIC APL: Make QCTX comments clearerHugo Landau1-34/+39
2024-04-19Minor doc fixHugo Landau1-2/+2
2024-04-19Minor updateHugo Landau1-0/+2
2024-04-19QUIC APL: Connection acceptance is an I/O operationHugo Landau2-2/+5
2024-04-19QUIC APL: Support SSL_inject_net_dgram for listenersHugo Landau1-3/+5
2024-04-19QUIC: Clarify SSL_new_listener API in docsHugo Landau1-2/+9
2024-04-19QUIC APL: When creating a default XSO, no further streams can arrive after co...Hugo Landau1-1/+4
2024-04-19Fix markdownHugo Landau1-2/+2
2024-04-19QUIC APL: Ensure incoming stream data can be drained after connection closureHugo Landau1-6/+6
2024-04-19QUIC: Add demo for QUIC server usageHugo Landau3-0/+279
2024-04-19QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau1-2/+2
2024-04-19QUIC PORT: Ensure reactor waits for listening port correctlyHugo Landau2-2/+1
2024-04-19QUIC REACTOR: Ensure no assertion failure or deadlock if called when unable t...Hugo Landau1-4/+13
2024-04-19QUIC RADIX TEST: Ensure connection acceptance does not blockHugo Landau1-1/+1
2024-04-19QUIC APL: Support blocking connection acceptanceHugo Landau3-4/+41
2024-04-19QUIC APL: Unify event handling mode into QUIC_OBJHugo Landau3-20/+11
2024-04-19QUIC APL: Unify blocking mode handling for all object typesHugo Landau9-130/+149
2024-04-19QUIC APL: Ensure APL functions use correct prologueHugo Landau1-12/+34
2024-04-19QUIC APL: Make prologue function names more descriptiveHugo Landau1-38/+38
2024-04-19QUIC APL: Refactor API call prologue codeHugo Landau1-93/+183
2024-04-19QUIC RADIX: Fix simple_conn testHugo Landau1-0/+1
2024-04-19Minor fixHugo Landau1-2/+2
2024-04-19QUIC APL: Fix default stream creation on server sideHugo Landau1-1/+1
2024-04-19QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau1-1/+1
2024-04-19QUIC: Avoid ticking before a connection is establishedHugo Landau2-1/+11
2024-04-19Fix nitHugo Landau1-1/+1
2024-04-19Minor updatesHugo Landau6-11/+20
2024-04-19Add README for QUIC demos directoryHugo Landau1-0/+9
2024-04-19Minor updatesHugo Landau2-3/+3
2024-04-19Amend READMEHugo Landau1-0/+7
2024-04-19QUIC RADIX: Add keylogging supportHugo Landau2-3/+25
2024-04-19QUIC RADIX: Minor fixesHugo Landau3-22/+28
2024-04-19QUIC RADIX TEST: Quiet warnings about uninitialized variablesHugo Landau2-2/+5
2024-04-19QUIC RADIX: Add test of multithreading functionalityHugo Landau1-0/+15
2024-04-19QUIC RADIX: Add READMEHugo Landau1-0/+107
2024-04-19QUIC RADIX: Add RADIX test framework implementationHugo Landau6-0/+2801
2024-04-19testutil: Allow overriding output BIOs thread-locallyHugo Landau2-4/+117
2024-04-19QUIC RADIX: Add recipeHugo Landau1-0/+21
2024-04-19QUIC RADIX: Add build configurationHugo Landau1-0/+6
2024-04-19test/build.info: Ensure QUIC tests are properly disabled in no-quic buildsHugo Landau1-50/+52
2024-04-19Minor fixesHugo Landau3-5/+6