]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-01-11  Tomas MrazAdd quic_lock() calls for functions called from poll_tr...
2025-01-11  Tomas MrazEnsure WSAStartup() before calling WSASocketA()
2025-01-11  Tomas Mrazossl_rio_notifier_init(): Add error messages
2025-01-11  Tomas MrazSSL_poll(): Report result_count for failed events
2025-01-11  Tomas MrazQUIC: Immediate-Mode Polling various fixups
2025-01-11  Hugo LandauQUIC: Update SSL_poll documentation
2025-01-11  Hugo LandauQUIC: Glossary updates
2025-01-11  Hugo LandauQUIC RADIX: Use enhanced blocking support when testing
2025-01-11  Hugo LandauQUIC RADIX: Test listener polling support
2025-01-11  Hugo LandauQUIC RADIX: Test new SSL_poll functionality
2025-01-11  Hugo LandauQUIC MULTISTREAM TEST: Remove test that blocking SSL_po...
2025-01-11  Hugo LandauRIO: Amend SSL_poll code to correctly register blocking...
2025-01-11  Hugo LandauQUIC POLLING: Add support for polling listeners
2025-01-11  Hugo LandauRIO: Amend SSL_poll to support blocking on QUIC objects
2025-01-11  Hugo LandauRIO: Add poll builder to support immediate-mode polling API
2025-01-11  Hugo LandauQUIC APL: Add support for registering blocking operatio...
2025-01-11  Hugo LandauQUIC REACTOR: Add utility for tracking recursive blocki...
2025-01-11  Hugo LandauQUIC REACTOR: Add support for external registration...
2025-01-11  Andrew DinhAdd demo QUIC non-blocking server
2025-01-11  Matt CaswellUse the reactor from ctx.obj for net read/write desired...
2025-01-11  Matt CaswellAdd a test for early ticking
2025-01-11  Matt CaswellAlways tick the QUIC_ENGINE regardless of the state...
2025-01-11  Andrew DinhAdd a guide for demo QUIC blocking server
2025-01-11  Andrew DinhAdds a new demo blocking QUIC server for use with the...
2025-01-11  Matt CaswellRemove an obsolete comment
2025-01-11  Matt CaswellSimplify the QUIC time override handling
2025-01-11  Viktor DukhovniHandle a couple of NULL QUIC ctx.qc values
2025-01-11  Alexandr NedvedickyQUIC Concurrency API: Various minor fixes
2025-01-11  Hugo LandauMinor fix for Windows
2025-01-11  Hugo LandauQUIC RADIX: Test domain functions as well
2025-01-11  Hugo LandauQUIC: Add basic domain flags test
2025-01-11  Hugo LandauAssorted bugfixes
2025-01-11  Hugo LandauDoc fixes
2025-01-11  Hugo LandauAllow use of socketpair, WSASocketA
2025-01-11  Hugo LandauMinor fixes
2025-01-11  Hugo LandauRIO NOTIFIER: Fix symbol usage
2025-01-11  Hugo LandauQUIC OBJ: Require blocking support in the domain flags...
2025-01-11  Hugo Landaumake update
2025-01-11  Hugo LandauQUIC: Update listener documentation
2025-01-11  Hugo LandauQUIC: Add documentation on concurrency model
2025-01-11  Hugo LandauQUIC: Document SSL_new_domain, etc.
2025-01-11  Hugo LandauQUIC APL: Refine domain flag handling
2025-01-11  Hugo LandauQUIC CHANNEL: Notify other threads when needed
2025-01-11  Hugo LandauQUIC REACTOR: Allow ticks to schedule notifications...
2025-01-11  Hugo LandauQUIC ENGINE: Notify when ticking
2025-01-11  Hugo LandauQUIC REACTOR: Inter-thread notification
2025-01-11  Hugo LandauQUIC APL: Default domain flags
2025-01-11  Hugo LandauQUIC REACTOR: Integrate RIO NOTIFIER
2025-01-11  Hugo LandauRIO: Add OS notifier
2025-01-11  Hugo LandauQUIC APL: Use domain flag to determine thread assisted...
2025-01-11  Hugo LandauQUIC APL: Add support for configuring domain flags
2025-01-11  Hugo LandauQUIC APL: Add QUIC Domain SSL Object: Implementation
2025-01-11  Hugo LandauQUIC APL: Add QUIC Domain SSL Object: Basic Definitions
2025-01-11  Jean-Frederic... ossl-nghttp3-demo-server.c: Fix compatibility with...
2025-01-11  Jean-Frederic... Add a demo HTTP3 server using the quic server support...
2025-01-11  Hugo LandauQUIC Polling Design: Fix nits
2025-01-11  Hugo LandauQUIC Polling Design Document: Rename OSSL_ -> SSL_...
2025-01-11  Hugo LandauQUIC Polling Design: Move around sections a bit
2025-01-11  Hugo LandauQUIC Polling Design: Add discussion/rethink of event...
2025-01-11  Hugo LandauQUIC Polling Design: minor fixups
2025-01-11  Hugo LandauMinor updates
2025-01-11  Hugo LandauMinor fixes and hardening
2025-01-11  Hugo LandauQUIC Server Demo: Use IPv4 only
2025-01-11  Hugo LandauCopyright header
2025-01-11  Hugo LandauQUIC APL: Make QCTX comments clearer
2025-01-11  Hugo LandauMinor doc fix
2025-01-11  Hugo LandauMinor update
2025-01-11  Hugo LandauQUIC APL: Connection acceptance is an I/O operation
2025-01-11  Hugo LandauQUIC APL: Support SSL_inject_net_dgram for listeners
2025-01-11  Hugo LandauQUIC: Clarify SSL_new_listener API in docs
2025-01-11  Hugo LandauQUIC APL: When creating a default XSO, no further strea...
2025-01-11  Hugo LandauFix markdown
2025-01-11  Hugo LandauQUIC APL: Ensure incoming stream data can be drained...
2025-01-11  Hugo LandauQUIC: Add demo for QUIC server usage
2025-01-11  Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2025-01-11  Hugo LandauQUIC PORT: Ensure reactor waits for listening port...
2025-01-11  Hugo LandauQUIC REACTOR: Ensure no assertion failure or deadlock...
2025-01-11  Hugo LandauQUIC RADIX TEST: Ensure connection acceptance does...
2025-01-11  Hugo LandauQUIC APL: Support blocking connection acceptance
2025-01-11  Hugo LandauQUIC APL: Unify event handling mode into QUIC_OBJ
2025-01-11  Hugo LandauQUIC APL: Unify blocking mode handling for all object...
2025-01-11  Hugo LandauQUIC APL: Ensure APL functions use correct prologue
2025-01-11  Hugo LandauQUIC APL: Make prologue function names more descriptive
2025-01-11  Hugo LandauQUIC APL: Refactor API call prologue code
2025-01-11  Hugo LandauQUIC RADIX: Fix simple_conn test
2025-01-11  Hugo LandauMinor fix
2025-01-11  Hugo LandauQUIC APL: Fix default stream creation on server side
2025-01-11  Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2025-01-11  Hugo LandauQUIC: Avoid ticking before a connection is established
2025-01-11  Hugo LandauFix nit
2025-01-11  Hugo LandauMinor updates
2025-01-11  Hugo LandauAdd README for QUIC demos directory
2025-01-11  Hugo LandauMinor updates
2025-01-11  Hugo LandauAmend README
2025-01-11  Hugo LandauQUIC RADIX: Add keylogging support
2025-01-11  Hugo LandauQUIC RADIX: Minor fixes
2025-01-11  Hugo LandauQUIC RADIX TEST: Quiet warnings about uninitialized...
2025-01-11  Hugo LandauQUIC RADIX: Add test of multithreading functionality
2025-01-11  Hugo LandauQUIC RADIX: Add README
2025-01-11  Hugo LandauQUIC RADIX: Add RADIX test framework implementation
next