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