Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support TLS server #565

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from
Open

feat: support TLS server #565

wants to merge 27 commits into from

Commits on Apr 2, 2024

  1. feat: support TLS server

    andyl committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0be1a63 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused code, update testcase

    andyl committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    32ec507 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    545325a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e717e View commit details
    Browse the repository at this point in the history
  3. fix: remove tls/internal/boring package, remove the test code section…

    … for TLS as it is no longer applicable since switching to non-blocking
    andyl committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a31400b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2933c91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb3879b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    584e828 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    4bcf522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef12c18 View commit details
    Browse the repository at this point in the history
  3. feat: support edge-triggered I/O (panjf2000#576)

    panjf2000 authored and andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5025980 View commit details
    Browse the repository at this point in the history
  4. doc: update READMEs

    panjf2000 authored and andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d040b2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e526169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7717171 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e982e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb4650c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ec5de2 View commit details
    Browse the repository at this point in the history
  10. chore: don't print warning log in eventloop.close

    panjf2000 authored and andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    98d55a3 View commit details
    Browse the repository at this point in the history
  11. opt: refine the code of I/O handlers (panjf2000#586)

    panjf2000 authored and andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dae569d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    68f2f01 View commit details
    Browse the repository at this point in the history
  13. chore: update READMEs

    panjf2000 authored and andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    46521e5 View commit details
    Browse the repository at this point in the history
  14. chore: update READMEs

    panjf2000 authored and andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    53a05cf View commit details
    Browse the repository at this point in the history
  15. feat: support TLS server

    andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dfd7e00 View commit details
    Browse the repository at this point in the history
  16. chore: move the TLS test code from gnet_test to tls_test in order to …

    …prevent conflicts during code merges.
    andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0cb6673 View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'gnet-origin/dev' into dev

    # Conflicts:
    #	gnet.go
    #	options.go
    andyl committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2900b77 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix: TLS1.2 non-block read

    andyl committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    79b2a67 View commit details
    Browse the repository at this point in the history
  2. chore: remove debug code

    andyl committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c4221b5 View commit details
    Browse the repository at this point in the history