1. f587c63 add tls12 cipher awareness by Joe Calderon · 1 year, 7 months ago
  2. aa08aa5 oops by Kazuho Oku · 1 year, 7 months ago
  3. 624053f better use `PTLS_LOG` assuming that we'd have `QUICLY_LOG` and `H2O_LOG` rather than `QUICLYLOG`, `H2OLOG` by Kazuho Oku · 1 year, 7 months ago
  4. 29bfc4e use the result returned rather than recalculate by Kazuho Oku · 1 year, 7 months ago
  5. b52e4f2 Merge branch 'gfx/ptlslog' into kazuho/ptlslog2 by Kazuho Oku · 1 year, 7 months ago
  6. 396fa27 Merge branch 'master' into gfx/ptlslog by Kazuho Oku · 1 year, 7 months ago
  7. d56da72 [github actions] increase timeout by Kazuho Oku · 1 year, 7 months ago
  8. 2320382 concede to using `snprintf` to support compilers that complain without having the wisdom to check the correctness by Kazuho Oku · 1 year, 7 months ago
  9. 31fff30 no need to define as a block (the macro cannot be used as an ordinary statement anyways) by Kazuho Oku · 1 year, 7 months ago
  10. 620f977 eaisest way to maintain compatibility is to not have new files; log.c is small anyways by Kazuho Oku · 1 year, 7 months ago
  11. d504252 this is also unnecessary by Kazuho Oku · 1 year, 7 months ago
  12. 3a50ffe revert changes to wincompat.h as they should be unnecessary now that logging is disabled on windows by Kazuho Oku · 1 year, 7 months ago
  13. 51cb0d6 rather than exposing an internal API used for building strings, promote JSON escape function to a public API by Kazuho Oku · 1 year, 7 months ago
  14. 542a4c9 let's use constant expressions by Kazuho Oku · 1 year, 7 months ago
  15. c36dfc9 realloc(0) may return non-NULL, fd_index should not be incremented when removing fd by Kazuho Oku · 1 year, 7 months ago
  16. aacb77b rename before refactor by Kazuho Oku · 1 year, 7 months ago
  17. 7468f6a partial write is loss by Kazuho Oku · 1 year, 7 months ago
  18. 0a2842c picotls checks allocation failure; returns PTLS_ERROR_* by Kazuho Oku · 1 year, 7 months ago
  19. 5cd619d symbols use `ptls_` as prefix by Kazuho Oku · 1 year, 7 months ago
  20. 8bff1e9 do not expose the internals by Kazuho Oku · 1 year, 7 months ago
  21. 75c2504 [xcode] add log.c by Kazuho Oku · 1 year, 7 months ago
  22. e6a0128 merge ptlslog.h into picotls.h (like those in pembase64.c), determine availability rather than let it be configurable (like `PTLS_OPENSSL_HAVE_*`) by Kazuho Oku · 1 year, 7 months ago
  23. 770a665 use aes128gcmsha256 in the benchmark code by Kazuho Oku · 1 year, 7 months ago
  24. 35bf9ee confirm that the response generated asynchronously looks okay by Kazuho Oku · 1 year, 7 months ago
  25. b3a3c8f Merge pull request #394 from h2o/kazuho/tls12 by Kazuho Oku · 1 year, 7 months ago
  26. 259f8a3 Update lib/openssl.c by Kazuho Oku · 1 year, 7 months ago
  27. ee8f1ff Merge pull request #424 from h2o/kazuho/async-sign-non-cancellable by Kazuho Oku · 1 year, 7 months ago
  28. 10ddbac Merge branch 'kazuho/async-sign' into kazuho/async-sign-non-cancellable by Kazuho Oku · 1 year, 7 months ago
  29. 3eaddfb reduce diff from master by Kazuho Oku · 1 year, 7 months ago
  30. a3d3590 it can be explained at one place by Kazuho Oku · 1 year, 7 months ago
  31. 4c1d03f oops by Kazuho Oku · 1 year, 7 months ago
  32. 04f44c1 avoid desynchronization by Kazuho Oku · 1 year, 7 months ago
  33. 63d2e80 doc comment by Kazuho Oku · 1 year, 7 months ago
  34. 24b6b6f Merge branch 'kazuho/async-sign' into kazuho/async-sign-non-cancellable by Kazuho Oku · 1 year, 7 months ago
  35. b814413 amend by Kazuho Oku · 1 year, 7 months ago
  36. 3d61919 the name can be generic by Kazuho Oku · 1 year, 7 months ago
  37. 9cf089f Merge branch 'kazuho/async-sign' into kazuho/async-sign-non-cancellable by Kazuho Oku · 1 year, 7 months ago
  38. dc8c0e5 disable async tests on windows, as sys/select.h and sys/time.h are unavailable by Kazuho Oku · 1 year, 7 months ago
  39. 39cd815 our convention is `#define ... 1` then use `#if` by Kazuho Oku · 1 year, 7 months ago
  40. 7f83d94 simply make the async task non-cancellable by Kazuho Oku · 1 year, 7 months ago
  41. 98d4bad union member `ptls_t::server` is only available when running as a server by Kazuho Oku · 1 year, 7 months ago
  42. dbe9a49 suppress errors for Windows by Goro Fuji · 1 year, 7 months ago
  43. bb3bae0 let ptlslog optional (enabled by default on Linux and macOS) by Goro Fuji · 1 year, 7 months ago
  44. 95a5853 use INT32_MIN value by Goro Fuji · 1 year, 7 months ago
  45. 2226024 fix comments by Goro Fuji · 1 year, 7 months ago
  46. afa31ec ptlslog: introduce bool, and some internal funcs for optimizations by Goro Fuji · 1 year, 7 months ago
  47. 7a7f1f6 format by Goro Fuji · 1 year, 7 months ago
  48. 1669265 include pthread.h for Windows by Goro Fuji · 1 year, 7 months ago
  49. cad5ded rewrite escape_json_unsafe_string based on picojson.h by Goro Fuji · 1 year, 7 months ago
  50. a9ac246 comment by Goro Fuji · 1 year, 7 months ago
  51. 54f9bc9 for Windows compatibility use OSSL_ASYNC_FD by Kazuho Oku · 1 year, 7 months ago
  52. a705f86 revert using a label & goto because the label name must not be duplicated in a function by Goro Fuji · 1 year, 7 months ago
  53. ed3d194 add missing `inline` keyword by Goro Fuji · 1 year, 7 months ago
  54. cac3a7b add test code that runs multiple handshakes in parallel (which also takes benchmarks) by Kazuho Oku · 1 year, 7 months ago
  55. 8951c0d move the condition out of PTLSLOG_CONN by Goro Fuji · 1 year, 7 months ago
  56. 7bda51a No need to call free() because realloc(ptr, 0) frees ptr and returns 0 by Goro Fuji · 1 year, 7 months ago
  57. 2790bab inlinize ptlslog_is_active() by Goro Fuji · 1 year, 7 months ago
  58. 0cecf5c ptlslog: check ptlslog is active or not at the beginning of PTLSLOG_CONN by Goro Fuji · 1 year, 7 months ago
  59. eb337de we do not need this by Kazuho Oku · 1 year, 7 months ago
  60. 2a87d5e update comment by Kazuho Oku · 1 year, 7 months ago
  61. f267a4e remove stale comment by Kazuho Oku · 1 year, 7 months ago
  62. 28c3212 update test following prev. commit by Kazuho Oku · 1 year, 7 months ago
  63. a09cdeb use OO-style context for consistency by Kazuho Oku · 1 year, 7 months ago
  64. f11a78e use compound init by Kazuho Oku · 1 year, 7 months ago
  65. 3f84111 update function name by Kazuho Oku · 1 year, 7 months ago
  66. b2b96bb ptr is guaranteed to be non-null by Kazuho Oku · 1 year, 7 months ago
  67. a7dfa26 use "async(_ctx)" throughout, to better reflect the fact that the variable is specific to asynchronous operation_ by Kazuho Oku · 1 year, 7 months ago
  68. 1649016 libressl compatibility by Kazuho Oku · 1 year, 7 months ago
  69. 163504b return error when matching algo is not found by Kazuho Oku · 1 year, 7 months ago
  70. 97fab0c return error if scheme lookup fails by Kazuho Oku · 1 year, 7 months ago
  71. c311ed5 remove excess empty line by Kazuho Oku · 1 year, 7 months ago
  72. 2b539ab rename now that the context is specifically for async operation by Kazuho Oku · 1 year, 7 months ago
  73. 6ba2a0d simplify the #ifdefs by Kazuho Oku · 1 year, 7 months ago
  74. a419451 Merge branch 'master' into kazuho/async-sign by Kazuho Oku · 1 year, 7 months ago
  75. 6f44511 clang-format by Kazuho Oku · 1 year, 7 months ago
  76. 2224ab5 set and clear attributes by Kazuho Oku · 1 year, 7 months ago
  77. 20aeccb minimize diff from master, turning async mode into an optional path by Kazuho Oku · 1 year, 7 months ago
  78. 8c9a17d let it build by Kazuho Oku · 1 year, 7 months ago
  79. 2ca326e `cancel_cb` is set iff async is used by Kazuho Oku · 1 year, 7 months ago
  80. 6ceb6f9 clang-format by Kazuho Oku · 1 year, 7 months ago
  81. b9045b6 maybe alloc <-> free is better in picotls by Kazuho Oku · 1 year, 7 months ago
  82. 21c5f0a use offsetof to obtain accurate result, avoid duplicated code by Kazuho Oku · 1 year, 7 months ago
  83. 98db233 no relational operator for a boolean value by Kazuho Oku · 1 year, 7 months ago
  84. 8fcc793 remove excess empty line by Kazuho Oku · 1 year, 7 months ago
  85. 5c0a108 async by default by Emmanuel Thompson · 1 year, 8 months ago
  86. 6b71b99 check the value by Emmanuel Thompson · 1 year, 8 months ago
  87. 6f558cf move async toggle to st_ptls_openssl_sign_certificate_t by Emmanuel Thompson · 1 year, 8 months ago
  88. d2ffef1 rename server_complete_handshake to server_finish_handshake by Emmanuel Thompson · 1 year, 8 months ago
  89. b4ab91a rename cb to cancel_cb by Emmanuel Thompson · 1 year, 8 months ago
  90. e1148cd improve docs by Emmanuel Thompson · 1 year, 8 months ago
  91. d31c083 do not use magic numbers by Goro Fuji · 1 year, 8 months ago
  92. b33e929 ptlslog: remove the limitation of PTLSLOG_MAXCONN by Goro Fuji · 1 year, 8 months ago
  93. a71a0e1 Merge pull request #417 from tatsuhiro-t/evp-ticket-funcs by Kazuho Oku · 1 year, 8 months ago
  94. 716935f align 2022 09 14 (#2) by Christian Huitema · 1 year, 8 months ago
  95. ef1d394 Merge pull request #420 from h2o/kazuho/setcapacity by Kazuho Oku · 1 year, 8 months ago
  96. 2bb3e45 clang-format by Kazuho Oku · 1 year, 8 months ago
  97. 998f2e0 clear GHASH vectors before calling `free` by Kazuho Oku · 1 year, 8 months ago
  98. 644489f msvc requires an element by Kazuho Oku · 1 year, 8 months ago
  99. 75e71f5 copy correct amount of data _and_ generate new vectors by Kazuho Oku · 1 year, 8 months ago
  100. 0d5bc09 add failing test by Kazuho Oku · 1 year, 8 months ago