1. 5cff5ef Set release branch version to 0.10.1. by Kenton Varda · 2 years ago upstream-release-0.10.1 upstream/v0.10.1
  2. 8d3b6bd Add missing header to makefiles. by Kenton Varda · 2 years ago
  3. 3aaac41 Set release branch version to 0.10.1-rc1. by Kenton Varda · 2 years ago
  4. 52f185c Set release branch version to 0.10.0. by Kenton Varda · 2 years ago upstream-release-0.10.0 upstream/v0.10.0
  5. 723ef90 0.10 blog post. by Kenton Varda · 2 years ago
  6. a684756 Set release branch version to 0.10.0-rc1. by Kenton Varda · 2 years, 1 month ago
  7. 58cee1d Merge pull request #1467 from capnproto/fix-release-tests-unused-func by Kenton Varda · 2 years, 1 month ago
  8. d45a055 Fix async-test.c++ unused function warnings by Kenton Varda · 2 years, 1 month ago
  9. d82f336 Merge pull request #1463 from JonasVautherin/ci-fix-musl by Kenton Varda · 2 years, 1 month ago
  10. 8f69d24 Work around getcontext() being broken on manylinux2014-x86. (#1465) by Kenton Varda · 2 years, 1 month ago
  11. c4fc983 CI: alpine needs bash to run the tests by Jonas Vautherin · 2 years, 1 month ago
  12. ab48e07 Merge pull request #1461 from tniessen/maybe-own-lazy-ordefault by Kenton Varda · 2 years, 1 month ago
  13. 83b4b59 Implement lazy Maybe<Own<T>>::orDefault by Tobias Nießen · 2 years, 1 month ago
  14. e9d72d3 Merge pull request #1452 from capnproto/fix-release-tests by Kenton Varda · 2 years, 1 month ago
  15. 1dc0dec Merge pull request #1456 from bcaimano/bcaimano/unused-function by Kenton Varda · 2 years, 1 month ago
  16. 6d10718 Move `countLines()` inside if pragma by Ben Caimano · 2 years, 1 month ago
  17. 02dc92c Merge pull request #1453 from capnproto/no-sandstorm by Kenton Varda · 2 years, 1 month ago
  18. 2a99afc Update docs to reflect the currently-supported compiler versions. by Kenton Varda · 2 years, 2 months ago
  19. 015a0b0 Update outdated references to Sandstorm. by Kenton Varda · 2 years, 2 months ago
  20. 574a4a9 Bump the Windows/MSVC versions we test against. by Kenton Varda · 2 years, 2 months ago
  21. 0fb516e Fibers don't require makecontext() on Windows. by Kenton Varda · 2 years, 2 months ago
  22. cb4ee75 Fix 32-bit MinGW-Wine build. by Kenton Varda · 2 years, 2 months ago
  23. 4ad091a Fix getaddrinfo() usage on Android. by Kenton Varda · 2 years, 2 months ago
  24. a2e7426 Don't attempt to build fibers if exceptions are disabled. by Kenton Varda · 2 years, 2 months ago
  25. 281aacc Merge pull request #1443 from a-robinson/set-description by Kenton Varda · 2 years, 3 months ago
  26. c530edd Allow changing an exception's description by Alex Robinson · 2 years, 3 months ago
  27. f674608 Merge pull request #1441 from capnproto/fix-treeindex by Kenton Varda · 2 years, 3 months ago
  28. 975d8f2 Fix bug in TreeIndex erase(). by Kenton Varda · 2 years, 3 months ago
  29. fb03277 Merge pull request #1440 from capnproto/dynamic-cap-set by Kenton Varda · 2 years, 3 months ago
  30. de041bb Fix CapabilityServerSet<DynamicCapability>. by Kenton Varda · 2 years, 3 months ago
  31. 611432c Merge pull request #1438 from vaci/vaci/defer-cancel by Kenton Varda · 2 years, 3 months ago
  32. de1c8e7 Revert "move Deferred to public interface for cancelation" by Vaci · 2 years, 3 months ago
  33. a41f910 Merge pull request #1437 from capnproto/expose-parser-loader by Kenton Varda · 2 years, 3 months ago
  34. 8849b80 Merge pull request #1439 from vaci/patch-1 by Kenton Varda · 2 years, 3 months ago
  35. ff3b1c1 Correct parameter annotation by Vaci · 2 years, 3 months ago
  36. 17f6201 move Deferred to public interface for cancelation by Vaci · 2 years, 3 months ago
  37. 4c3b004 allow defer to be cancelled by Vaci · 2 years, 3 months ago
  38. fce8ba6 Add `SchemaParser::getAllLoaded()` to get all parsed schemas. by Kenton Varda · 2 years, 3 months ago
  39. d86ef24 Merge pull request #1433 from MellowYarker/get-unindexed-comment by Kenton Varda · 2 years, 3 months ago
  40. 8f09f28 Add comment clarifying how to get unindexed headers by Milan Miladinovic · 2 years, 4 months ago
  41. 8bcb73b Merge pull request #1432 from ObsidianMinor/fix/generic-test by Kenton Varda · 2 years, 3 months ago
  42. e0210b5 Fix computeCurrentPath test with generic Unix test by Aaron Loyd · 2 years, 4 months ago
  43. fe82ae3 Check ERANGE error from getcwd (#1426) by Thomas · 2 years, 4 months ago
  44. 767b8a3 Merge pull request #1422 from capnproto/fix-windows-sanity by Kenton Varda · 2 years, 4 months ago
  45. 8f670a6 Merge pull request #1415 from jonahbeckford/feature-dockcross-manylinux2014 by Kenton Varda · 2 years, 4 months ago
  46. 9e59856 Add manylinux quick test by Jonah Beckford · 2 years, 4 months ago
  47. 8820bf0 Fix windows-sanity.h in NOGDI case, again. by Kenton Varda · 2 years, 4 months ago
  48. 61e2b38 Merge pull request #1420 from tniessen/patch-1 by Kenton Varda · 2 years, 4 months ago
  49. 94ce4a9 Merge pull request #1419 from capnproto/fix-release-tests by Kenton Varda · 2 years, 4 months ago
  50. 71a29a6 Don't use splice() optimization on Android. by Kenton Varda · 2 years, 4 months ago
  51. d8d73b3 Fix typo in section about KJ by Tobias Nießen · 2 years, 4 months ago
  52. 2032e99 Fix http-test in -fno-exceptions mode. by Kenton Varda · 2 years, 4 months ago
  53. d2ef2e4 Fix 32-bit build. by Kenton Varda · 2 years, 4 months ago
  54. 55a368b Merge pull request #1409 from JonasVautherin/ci-add-musl by Kenton Varda · 2 years, 4 months ago
  55. e52d5ec Merge pull request #1418 from xortive/malonso/wait-time-bug by Kenton Varda · 2 years, 4 months ago
  56. 313c5f5 Fix bug where sending a message over a two party connection with an by malonso@cloudflare.com · 2 years, 4 months ago
  57. 0eda701 Explicitly set hints.ai_flags = AI_V4MAPPED | AI_ADDRCONFIG because this is not the posix default. Glibc purposedly defaults to it, but that makes it inconsistent with other c libraries like musl by Jonas Vautherin · 2 years, 5 months ago
  58. 77ac915 Add support for musl by Jonas Vautherin · 2 years, 5 months ago
  59. 0799703 Merge pull request #1417 from a-robinson/blocked-pump-hang by Alex Robinson · 2 years, 4 months ago
  60. 9e54827 Fix hang on exception in WebSocket::BlockedPumpTo by Alex Robinson · 2 years, 5 months ago
  61. 54a702d Merge pull request #1411 from bcaimano/bcaimano/http-header-indexing-assertion by Kenton Varda · 2 years, 5 months ago
  62. 0913e8b Assert that HttpHeaders instances know about indexed ids by Ben Caimano · 2 years, 5 months ago
  63. 87e5553 Merge pull request #1414 from jonahbeckford/feature-check-def-sys_renameat2 by Kenton Varda · 2 years, 5 months ago
  64. 6ac968c Merge pull request #1410 from capnproto/harris/tweak-coroutine-optimization by Harris Hancock · 2 years, 5 months ago
  65. aee2ef5 Merge pull request #1413 from Sarcasm/fix-openssl-test-compile-definitions by Harris Hancock · 2 years, 5 months ago
  66. 172090e Check SYS_renameat2 defined by Jonah Beckford · 2 years, 5 months ago
  67. 53716cb CMake: don't overwrite tls-test.c++ COMPILE_DEFINITIONS, append to it by Guillaume Papin · 2 years, 5 months ago
  68. 109650a Disable the coroutine immediately-ready optimization before the first suspension by Harris Hancock · 2 years, 5 months ago
  69. 82b2929 Merge pull request #1408 from JonasVautherin/ci-build-samples by Kenton Varda · 2 years, 5 months ago
  70. 7f69221 Fix: C++14 requires out-of-line definition of member variable by Jonas Vautherin · 2 years, 5 months ago
  71. 0c80c30 Merge pull request #1407 from capnproto/fix-http-loop by Kenton Varda · 2 years, 5 months ago
  72. 045d5ff Merge pull request #1402 from rex4539/typos by Kenton Varda · 2 years, 5 months ago
  73. cd3173f Merge pull request #1405 from capnproto/jlee/fix-concurrency-limiter-stack-use by Kenton Varda · 2 years, 5 months ago
  74. 9199e6f Merge pull request #1406 from a-robinson/treeindex-corruption by Kenton Varda · 2 years, 5 months ago
  75. a50de59 Fix bug where HttpServer listen loop would terminate early. by Kenton Varda · 2 years, 5 months ago
  76. d3f2f9b Fix corruption in Tables with a TreeIndex after clear() by Alex Robinson · 2 years, 5 months ago
  77. 9b3b355 HTTP concurrency limiter: Avoid unnecessary recursion when many pending connections are canceled at once by Joe Lee · 2 years, 5 months ago
  78. 24b3199 Merge pull request #1404 from capnproto/fix-splice2 by Kenton Varda · 2 years, 5 months ago
  79. 06efb3d Handle pipe allocation hard limit by falling back to unoptimized pump. by Kenton Varda · 2 years, 5 months ago
  80. d6df5ec Let Linux decide the pipe buffer size. by Kenton Varda · 2 years, 5 months ago
  81. a5ac1ce Restore "Optimize fd-to-fd pumps on Linux using splice()." by Kenton Varda · 2 years, 5 months ago
  82. 7eb6904 Fix typos by Dimitris Apostolou · 2 years, 5 months ago
  83. 8009588 Merge pull request #1403 from capnproto/revert-1401-splice-pump by Kenton Varda · 2 years, 5 months ago
  84. 6676d1b Revert "Optimize fd-to-fd pumps on Linux using splice()." by Kenton Varda · 2 years, 5 months ago
  85. 4f8f085 Merge pull request #1401 from capnproto/splice-pump by Kenton Varda · 2 years, 6 months ago
  86. bcc5049 Optimize fd-to-fd pumps on Linux using splice(). by Kenton Varda · 2 years, 6 months ago
  87. 2ed8664 Merge pull request #1391 from Bambooin/master by Kenton Varda · 2 years, 6 months ago
  88. 5488ed7 Merge pull request #1396 from capnproto/fd-leak by Kenton Varda · 2 years, 6 months ago
  89. b5559bc chore(doc): replace old repo url to new by Bambooin · 2 years, 7 months ago
  90. c7c55b5 Disable Cygwin CI for now. by Kenton Varda · 2 years, 6 months ago
  91. eee1d25 Fix obscure FD leak. by Kenton Varda · 2 years, 6 months ago
  92. 016cab5 Lie about the true size of the fiber stack on M1 Macs (#1387) by Zachary Dremann · 2 years, 6 months ago
  93. e449bab Merge pull request #1390 from capnproto/aggregate-connection-receiver by Kenton Varda · 2 years, 6 months ago
  94. 8f24be1 Apply review comments for AggregateConnectionReceiver. by Kenton Varda · 2 years, 6 months ago
  95. f812158 Introduce ConnectionReceiver implementation that aggregates from multiple underlying receivers. by Kenton Varda · 2 years, 7 months ago
  96. e48c09c Merge pull request #1389 from capnproto/harris/fix-http-server-memory-leak by Harris Hancock · 2 years, 7 months ago
  97. 643d4a7 kj-http: Fix memory leak caused by TCO breakage by Harris Hancock · 2 years, 7 months ago
  98. 45b7be3 Log exceptions when serving HTTP errors by default (#1385) by Joshua Nelson · 2 years, 7 months ago
  99. 5ecc984 Merge pull request #1383 from capnproto/fix-tee-optimization by Kenton Varda · 2 years, 7 months ago
  100. 351d00a Fix tryTee() optimization when limits are used. by Kenton Varda · 2 years, 7 months ago