Skip to content

Latest commit

 

History

History
59 lines (58 loc) · 2.57 KB

CONTRIBUTORS.md

File metadata and controls

59 lines (58 loc) · 2.57 KB

Contributors

  • a-wing
    • Add Debian build instructions in the documentation.
  • cybmp3
    • Add MySQL SSL support.
  • du5
    • Update OpenSSL version in Azure Pipelines config.
  • felixonmars
    • Fix incorrect systemd service path in the documentation.
  • ffftwo
    • Throw an exception when run_type is wrong.
  • GreaterFire
    • Author of this project.
  • JonathanHouten
    • Fix a parameter type error in the CertOpenSystemStore call.
  • karuboniru
    • Make tests serial to avoid a race condition.
  • KCCat
    • Fix an ambiguity in the documentation.
  • keur
    • Replace deprecated SHA224 functions with EVP.
  • klzgrad
    • Add Linux smoke test.
  • LimiQS
    • Refine the config documentation.
  • MargaretteMoss
    • Add client verification to MySQL SSL connection.
  • PragmaTwice
    • List source files automatically in CMakeLists.txt.
  • Qv2ray-dev
    • Fix Azure Pipelines config.
    • Add log callback.
  • WeidiDeng
    • Fix incorrect Debian dependency in the documentation.
  • WillyPillow
    • Add alpn_port_override functionality.
  • wongsyrone
    • Add conditional MySQL compilation.
    • Remove SSL_CTX_set_ecdh_auto(native_context, 1) call in new versions of OpenSSL.
    • Fix a typo in the documentation.
    • Add a functionality to log received signals.
    • Fix a bug that causes trojan to crash if the connection is terminated before a session is established.
    • Add android log facility.
    • Refer to basic_stream_socket instead of basic_socket in SSL sockets.
    • Cancel async tasks when stopping the service.
    • Fix fd leak.
    • Print OpenSSL compile-time version and build flags.
    • Optimize APIs and other clean-ups.
    • Update certificate verification API.
  • xsm1997
    • Add SO_REUSEPORT support.
    • Add TLS1.3 ciphersuites support.
  • yiailake
    • Add support for gitpod.
  • zhangsan946
    • Add macOS keychain support.
  • zhyncs
    • Fix clang-tidy warnings.