Commit Graph

  • 3f44da38d2 feat: custom cert main v0.0.13 nyne 2026-05-08 20:36:15 +08:00
  • 2012ef8976 v0.0.12 v0.0.12 anytls 2026-01-12 18:21:28 +09:00
  • 3fad96b001 client: add more options anytls 2026-01-12 18:14:32 +09:00
  • f4557828f4 Add more print anytls 2026-01-01 21:50:37 +09:00
  • a19b20f486 v0.0.11 v0.0.11 anytls 2025-09-22 15:03:03 +09:00
  • 2d0d563eaa fix: revert stream.dieHook anytls 2025-09-22 15:02:51 +09:00
  • fe3b1553b8 feat: add pool debug anytls 2025-09-22 11:13:24 +09:00
  • 19067e907a v0.0.10 v0.0.10 anytls 2025-09-22 00:45:33 +09:00
  • 3668ad526a fix(session): call hook in closeLocally anytls 2025-09-21 20:08:17 +09:00
  • d7adb5c9f1 v0.0.9 v0.0.9 anytls 2025-09-21 09:06:13 +09:00
  • 86e8afcb73 feat(client): add listen http anytls 2025-09-21 09:02:37 +09:00
  • c011e75ab5 feat(session): improve Close handling anytls 2025-09-20 22:31:08 +09:00
  • 7e5469d996 chore(session): remove useless retries anytls 2025-09-20 22:06:17 +09:00
  • 5482563d3c feat(session): split write frame functions and add write timeout anytls 2025-09-20 21:59:44 +09:00
  • 2d5165de20 chore: update golang version anytls 2025-09-20 21:47:13 +09:00
  • 467b80aa67 Update documentation anytls 2025-04-22 11:43:04 +09:00
  • f9c480aeb4 v0.0.8 v0.0.8 anytls 2025-04-09 10:32:12 +09:00
  • 53d59003d3 Fix stream read error anytls 2025-04-08 22:45:35 +09:00
  • 8812aae7ab Update documentation anytls 2025-04-05 10:25:44 +09:00
  • ca0cd619c1 Update documentation anytls 2025-04-03 19:47:46 +09:00
  • 3c6058c80f Update documentation anytls 2025-03-28 21:11:52 +09:00
  • af6017dcfe Update documentation anytls 2025-03-27 22:12:04 +09:00
  • ff6cbe3af6 v0.0.7 v0.0.7 anytls 2025-03-27 14:32:13 +09:00
  • 0e10753ede Update documentation anytls 2025-03-27 14:25:56 +09:00
  • 4bda06bee6 Protocol version 2 anytls 2025-03-27 14:25:54 +09:00
  • a13f345ea4 Update documentation anytls 2025-03-26 23:22:26 +09:00
  • 50e30ff0e6 v0.0.6 anytls 2025-03-26 23:03:10 +09:00
  • 3450477323 Protocol version 2 anytls 2025-03-26 23:03:05 +09:00
  • 31f444d647 Cleanup code anytls 2025-03-26 15:34:08 +09:00
  • cee7f25ee5 fix: stream close anytls 2025-03-25 13:53:16 +09:00
  • c476c30967 Update documentation anytls 2025-03-18 18:30:43 +09:00
  • 5f673a1c3c Update documentation anytls 2025-03-18 18:15:45 +09:00
  • bcb7b3dc0f v0.0.5 v0.0.5 anytls 2025-03-11 16:18:18 +09:00
  • d46f0eb514 Update Default Padding Schme anytls 2025-03-11 16:16:09 +09:00
  • c329a2aa11 Fix client close anytls 2025-03-02 09:42:33 +09:00
  • 2e8ffbf089 Fix fallback anytls 2025-03-02 09:33:45 +09:00
  • bef6081dca Update documentation anytls 2025-02-27 17:42:22 +09:00
  • 9aa850e171 Fix Close anytls 2025-02-25 22:30:06 +09:00
  • 3ea76c2530 v0.0.4 v0.0.4 anytls 2025-02-24 19:42:46 +09:00
  • 971cd797f7 Update documentation anytls 2025-02-24 11:51:36 +09:00
  • 279de21135 chore: synchronize code from sing-anytls anytls 2025-02-24 11:51:18 +09:00
  • 13e1726a4b Update documentation anytls 2025-02-22 20:41:21 +09:00
  • 4636d90462 chore: code cleanup anytls 2025-02-20 14:15:39 +09:00
  • ccc6b992e6 v0.0.3 v0.0.3 anytls 2025-02-19 16:24:28 +09:00
  • 2fa711f869 fix: do not use buffer for cmdUpdatePaddingScheme anytls 2025-02-19 15:56:37 +09:00
  • 0ec85be87b fix: buffer release anytls 2025-02-19 15:30:25 +09:00
  • 6ce59eb2f6 chore: code cleanup anytls 2025-02-18 21:14:31 +09:00
  • 504c1dd867 Implement deadline for Stream anytls 2025-02-18 20:53:57 +09:00
  • de510f8657 Update documentation anytls 2025-02-18 14:05:41 +09:00
  • e131fb1407 v0.0.2 v0.0.2 anytls 2025-02-17 22:27:04 +09:00
  • 3bf7cfad18 fix: send padding anytls 2025-02-17 22:01:56 +09:00
  • 84901df4ab Update readme anytls 2025-02-17 20:18:15 +09:00
  • 5c5cee581a refactor: remove wrapper class anytls 2025-02-17 14:12:33 +09:00
  • ae8a504336 refactor: passing dial in constructor anytls 2025-02-17 13:45:12 +09:00
  • be087dadac fix: handling padding size boundary conditions anytls 2025-02-16 23:27:31 +09:00
  • c47d080be3 Add fork projects anytls 2025-02-14 00:31:55 +09:00
  • a2dc3adcb1 Update documentation anytls 2025-02-12 22:55:33 +09:00
  • 93c4e37e33 Update documentation anytls 2025-02-11 22:39:48 +09:00
  • c237628e58 Add ProgramVersionName v0.0.1 anytls 2025-02-10 22:16:46 +09:00
  • 420a0cf866 Add recover in some places to prevent overall panic anytls 2025-02-10 22:09:41 +09:00
  • 2594dfc1b7 Optimize the implementation of padding generator anytls 2025-02-10 22:07:21 +09:00
  • c2103bf4e6 v0.0.1 anytls 2025-02-10 20:00:48 +09:00
  • b3cff5f29e first commit anytls 2025-02-09 15:31:45 +09:00