]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-02-17  Hugo LandauQUIC OBJ: Require blocking support in the domain flags...
2025-02-17  Hugo Landaumake update
2025-02-17  Hugo LandauQUIC: Update listener documentation
2025-02-17  Hugo LandauQUIC: Add documentation on concurrency model
2025-02-17  Hugo LandauQUIC: Document SSL_new_domain, etc.
2025-02-17  Hugo LandauQUIC APL: Refine domain flag handling
2025-02-17  Hugo LandauQUIC CHANNEL: Notify other threads when needed
2025-02-17  Hugo LandauQUIC REACTOR: Allow ticks to schedule notifications...
2025-02-17  Hugo LandauQUIC ENGINE: Notify when ticking
2025-02-17  Hugo LandauQUIC REACTOR: Inter-thread notification
2025-02-17  Hugo LandauQUIC APL: Default domain flags
2025-02-17  Hugo LandauQUIC REACTOR: Integrate RIO NOTIFIER
2025-02-17  Hugo LandauRIO: Add OS notifier
2025-02-17  Hugo LandauQUIC APL: Use domain flag to determine thread assisted...
2025-02-17  Hugo LandauQUIC APL: Add support for configuring domain flags
2025-02-17  Hugo LandauQUIC APL: Add QUIC Domain SSL Object: Implementation
2025-02-17  Hugo LandauQUIC APL: Add QUIC Domain SSL Object: Basic Definitions
2025-02-17  Jean-Frederic... ossl-nghttp3-demo-server.c: Fix compatibility with...
2025-02-17  Jean-Frederic... Add a demo HTTP3 server using the quic server support...
2025-02-17  Hugo LandauQUIC Polling Design: Fix nits
2025-02-17  Hugo LandauQUIC Polling Design Document: Rename OSSL_ -> SSL_...
2025-02-17  Hugo LandauQUIC Polling Design: Move around sections a bit
2025-02-17  Hugo LandauQUIC Polling Design: Add discussion/rethink of event...
2025-02-17  Hugo LandauQUIC Polling Design: minor fixups
2025-02-17  Hugo LandauMinor updates
2025-02-17  Hugo LandauMinor fixes and hardening
2025-02-17  Hugo LandauQUIC Server Demo: Use IPv4 only
2025-02-17  Hugo LandauCopyright header
2025-02-17  Hugo LandauQUIC APL: Make QCTX comments clearer
2025-02-17  Hugo LandauMinor doc fix
2025-02-17  Hugo LandauMinor update
2025-02-17  Hugo LandauQUIC APL: Connection acceptance is an I/O operation
2025-02-17  Hugo LandauQUIC APL: Support SSL_inject_net_dgram for listeners
2025-02-17  Hugo LandauQUIC: Clarify SSL_new_listener API in docs
2025-02-17  Hugo LandauQUIC APL: When creating a default XSO, no further strea...
2025-02-17  Hugo LandauFix markdown
2025-02-17  Hugo LandauQUIC APL: Ensure incoming stream data can be drained...
2025-02-17  Hugo LandauQUIC: Add demo for QUIC server usage
2025-02-17  Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2025-02-17  Hugo LandauQUIC PORT: Ensure reactor waits for listening port...
2025-02-17  Hugo LandauQUIC REACTOR: Ensure no assertion failure or deadlock...
2025-02-17  Hugo LandauQUIC RADIX TEST: Ensure connection acceptance does...
2025-02-17  Hugo LandauQUIC APL: Support blocking connection acceptance
2025-02-17  Hugo LandauQUIC APL: Unify event handling mode into QUIC_OBJ
2025-02-17  Hugo LandauQUIC APL: Unify blocking mode handling for all object...
2025-02-17  Hugo LandauQUIC APL: Ensure APL functions use correct prologue
2025-02-17  Hugo LandauQUIC APL: Make prologue function names more descriptive
2025-02-17  Hugo LandauQUIC APL: Refactor API call prologue code
2025-02-17  Hugo LandauQUIC RADIX: Fix simple_conn test
2025-02-17  Hugo LandauMinor fix
2025-02-17  Hugo LandauQUIC APL: Fix default stream creation on server side
2025-02-17  Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2025-02-17  Hugo LandauQUIC: Avoid ticking before a connection is established
2025-02-17  Hugo LandauFix nit
2025-02-17  Hugo LandauMinor updates
2025-02-17  Hugo LandauAdd README for QUIC demos directory
2025-02-17  Hugo LandauMinor updates
2025-02-17  Hugo LandauAmend README
2025-02-17  Hugo LandauQUIC RADIX: Add keylogging support
2025-02-17  Hugo LandauQUIC RADIX: Minor fixes
2025-02-17  Hugo LandauQUIC RADIX TEST: Quiet warnings about uninitialized...
2025-02-17  Hugo LandauQUIC RADIX: Add test of multithreading functionality
2025-02-17  Hugo LandauQUIC RADIX: Add README
2025-02-17  Hugo LandauQUIC RADIX: Add RADIX test framework implementation
2025-02-17  Hugo Landautestutil: Allow overriding output BIOs thread-locally
2025-02-17  Hugo LandauQUIC RADIX: Add recipe
2025-02-17  Hugo LandauQUIC RADIX: Add build configuration
2025-02-17  Hugo Landautest/build.info: Ensure QUIC tests are properly disable...
2025-02-17  Hugo LandauMinor fixes
2025-02-17  Hugo LandauMinor doc fix
2025-02-17  Hugo LandauQUIC APL: Avoid having a mutex variable where not needed
2025-02-17  Hugo LandauQUIC OBJ: Use QUIC_OBJ pointer for parent references
2025-02-17  Hugo LandauPost-rebase fixes
2025-02-17  Hugo LandauQUIC APL: Fix bug around default XSO handling on server...
2025-02-17  Hugo LandauQUIC APL: Fix refcounting for listeners
2025-02-17  Hugo LandauQUIC PORT: Allow QUIC_PORT to throw away incoming conne...
2025-02-17  Hugo LandauQUIC APL: Fix server API bugs discovered during test
2025-02-17  Hugo LandauQUIC APL: Implement SSL_get0_listener
2025-02-17  Hugo LandauQUIC APL: Free listeners correctly
2025-02-17  Hugo LandauQUIC APL: Fix QUIC_TLS free order
2025-02-17  Hugo LandauMinor fix to BIO refcount handling
2025-02-17  Hugo LandauMinor fixes
2025-02-17  Hugo LandauQUIC APL: Add TODOs for unfinished listener APIs
2025-02-17  Hugo LandauQUIC: Add manpage for listener API
2025-02-17  Hugo Landaumake update
2025-02-17  Hugo LandauQUIC APL: Refactor block_until_pred
2025-02-17  Hugo LandauQUIC APL: Implement base listener API, move addressing...
2025-02-17  Hugo LandauQUIC APL: Rework QCTX to support listener calls
2025-02-17  Hugo LandauQUIC APL: Add skeleton listener API methods
2025-02-17  Hugo LandauQUIC APL: Add skeleton listener API
2025-02-17  Hugo LandauQUIC APL: Make use of QUIC_OBJ infrastructure
2025-02-17  Hugo Landaulibssl: Move SSL object unwrapping macros to separate...
2025-02-17  Hugo LandauQUIC APL: Introduce the QUIC_OBJ base type and infrastr...
2025-02-17  Hugo LandauQUIC APL: Introduce QUIC listener SSL object type ...
2025-02-17  Hugo LandauFix nit
2025-02-17  Hugo LandauFix nit
2025-02-17  Hugo LandauFix nit
2025-02-17  Hugo LandauUpdates to polling design document
2025-02-17  Hugo LandauQUIC Polling Design Document: Add TOC
2025-02-17  Hugo LandauQUIC: Update glossary
next