1. 8c0113f beautysh: re-format by Patrick Williams · 2 years, 2 months ago
  2. a295f98 pinned: Remove memory support by William A. Kennington III · 2 years, 2 months ago
  3. b6be043 pinned: Fix some coercion cases by William A. Kennington III · 2 years, 2 months ago
  4. d0a208d util/string: Delete cStr routines by William A. Kennington III · 2 years, 2 months ago
  5. df8b6c4 util/string: Expand string types and constexpr by William A. Kennington III · 2 years, 2 months ago
  6. 6945d2d build: Refactor to ensure all headers run through compile by William A. Kennington III · 2 years, 2 months ago
  7. c6ca7c2 pinned: Fix CTAD by William A. Kennington III · 2 years, 2 months ago
  8. aef36f4 include: Fix missing header install by William A. Kennington III · 2 years, 2 months ago
  9. cb9ddb6 pinned: Add class for memory pinning by William A. Kennington III · 2 years, 3 months ago
  10. 1bdf3c8 treewide: Remove redundant inline by William A. Kennington III · 2 years, 2 months ago
  11. 8e05631 test/raw: Workaround compiler warning by William A. Kennington III · 2 years, 3 months ago
  12. 3ad6baf raw: Make it possible to override alignment checks by William A. Kennington III · 2 years, 3 months ago
  13. 37b2d5e zstring_view: Fix find functions by William A. Kennington III · 2 years, 4 months ago
  14. 6c819a7 raw: Make constexpr where possible by William A. Kennington III · 2 years, 4 months ago
  15. fca0fdf raw: Add strict copy/ref functions by William A. Kennington III · 2 years, 4 months ago
  16. aaa8e0d zstring: Fix char array conversion by William A. Kennington III · 2 years, 4 months ago
  17. 62e40d6 zstring: Add fmt formatter by William A. Kennington III · 2 years, 4 months ago
  18. 7df61df exception: Fix noexcept and source location by William A. Kennington III · 2 years, 4 months ago
  19. b6032a1 zstring: Fix conversion for string references by William A. Kennington III · 2 years, 4 months ago
  20. f2ddf51 zstring: Add class by William A. Kennington III · 2 years, 5 months ago
  21. e6e44e7 zstring_view: Fix coercion by William A. Kennington III · 2 years, 4 months ago
  22. aa90474 exception: Fix for older clang by William A. Kennington III · 2 years, 4 months ago
  23. f5fa054 exception: Use source_location instead of compiler builtins by William A. Kennington III · 2 years, 4 months ago
  24. 08d8443 build: Propagate function2 by William A. Kennington III · 2 years, 4 months ago
  25. a2d2df7 zstring_view: Ensure no type coercion by William A. Kennington III · 2 years, 5 months ago
  26. 61a81bc zstring_view: Add class by William A. Kennington III · 2 years, 5 months ago
  27. aa4fcfc fd/atomic: Better separate this orthogonal functionality by William A. Kennington III · 2 years, 5 months ago
  28. 696fb6b build: Split stdplus-dl from stdplus library by William A. Kennington III · 2 years, 5 months ago
  29. ef2c0b7 test: Specify dependencies per-test by William A. Kennington III · 2 years, 5 months ago
  30. 2728f88 test/io_uring: Print kernel info by William A. Kennington III · 2 years, 5 months ago
  31. c25b384 test/io_uring: Avoid some tests on older kernels by William A. Kennington III · 2 years, 5 months ago
  32. 7100d92 test/catch2: remove completely by Patrick Williams · 2 years, 5 months ago
  33. b467460 test: Fix executing with valgrind by William A. Kennington III · 2 years, 5 months ago
  34. c0a5cdf gitignore: Fix subprojects by William A. Kennington III · 2 years, 5 months ago
  35. a4a0677 test: Remove unused catch2 by William A. Kennington III · 2 years, 5 months ago
  36. 6c15d9a test/raw: Convert to googletest by William A. Kennington III · 2 years, 5 months ago
  37. 0bd1370 test/signal: Convert to googletest by William A. Kennington III · 2 years, 5 months ago
  38. 615b82a test/raw: Re-enable span tests by William A. Kennington III · 2 years, 5 months ago
  39. 74755ce fd/fmt: Fix for compiled strings by William A. Kennington III · 2 years, 6 months ago
  40. a4f71f9 treewide: Remove unnecessary namespacing by William A. Kennington III · 2 years, 6 months ago
  41. 6de6124 fd/fmt: Correct write call by William A. Kennington III · 2 years, 6 months ago
  42. b594fc3 fd/line: Memcpy is faster than insert by William A. Kennington III · 2 years, 6 months ago
  43. 8e30a51 fd: Fix installed headers by William A. Kennington III · 2 years, 6 months ago
  44. e774345 fd/fmt: Add storage consistent formatted output by William A. Kennington III · 2 years, 6 months ago
  45. 4f5711c fd/fmt: Add buffered formatting to fd by William A. Kennington III · 2 years, 6 months ago
  46. 9a512c9 fd/line: Add line buffered reader by William A. Kennington III · 2 years, 6 months ago
  47. 42827de MAINTAINERS: remove file by Patrick Williams · 2 years, 6 months ago
  48. 4627998 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 7 months ago
  49. ee53ad3 io_uring: Separate from primary library by William A. Kennington III · 2 years, 7 months ago
  50. 2030ea5 gtest: Install the run_with_tmp script for convenience by William A. Kennington III · 2 years, 7 months ago
  51. aed0c18 gtest: Fix include directory install specification by William A. Kennington III · 2 years, 7 months ago
  52. 953de36 gtest: Add a testcase wrapper for handling tmpdirs by William A. Kennington III · 2 years, 7 months ago
  53. d1b3522 test/io_uring: Fix flaky test by William A. Kennington III · 2 years, 7 months ago
  54. d7acddd build: Split up features into separate libraries by William A. Kennington III · 2 years, 7 months ago
  55. 7613a5e build: Refactor directory structure to separate headers by William A. Kennington III · 2 years, 7 months ago
  56. 162b897 treewide: Update for new code format by William A. Kennington III · 2 years, 7 months ago
  57. 891e6a3 fd: Add MMap handle object by William A. Kennington III · 2 years, 9 months ago
  58. 68975b9 span: switch to std by Patrick Williams · 2 years, 9 months ago
  59. 1151c6d fd: Add TCP stream functions by William A. Kennington III · 3 years ago
  60. 0c26013 fd: Add socket parameter definitions by William A. Kennington III · 3 years ago
  61. 8b70ecc build: Fix multiline string warning by William A. Kennington III · 3 years, 3 months ago
  62. 1afd773 io_uring: Add function to reserve file slots by William A. Kennington III · 3 years, 6 months ago
  63. 1048754 Add OWNERS file by Manojkiran Eda · 3 years, 3 months ago
  64. 1775926 clang-format: apply clang-12 changes by Patrick Williams · 3 years, 5 months ago
  65. 5e3b13f exception: added guards around builtin redefinition by Patrick Williams · 3 years, 5 months ago
  66. 8056259 io_uring: Make it possible to initialize flags by William A. Kennington III · 3 years, 6 months ago
  67. 7fc86da io_uring: Improve file handle allocation by William A. Kennington III · 3 years, 6 months ago
  68. b95a128 io_uring: Make file handle test more comprehensive by William A. Kennington III · 3 years, 6 months ago
  69. 217754f io_uring: FileHandles should convert to int by William A. Kennington III · 3 years, 6 months ago
  70. 43e3818 io_uring: Add wait functions by William A. Kennington III · 3 years, 6 months ago
  71. 8efeaa3 io_uring params and polling added by Jerry Zhu · 3 years, 6 months ago
  72. abc6be7 io_uring: Add file registration management by William A. Kennington III · 3 years, 6 months ago
  73. a9cf86f raw: Fix for single element containers by William A. Kennington III · 3 years, 6 months ago
  74. 5a52802 dl: Add support for dlopen by William A. Kennington III · 3 years, 9 months ago
  75. 73a20c4 fd: Add an empty default constructor by William A. Kennington III · 3 years, 7 months ago
  76. 8ec04ce cancel: Fix passing nullopt to constructor by William A. Kennington III · 3 years, 7 months ago
  77. 16f6add cancel: Add default constructor by William A. Kennington III · 3 years, 7 months ago
  78. 5c20da2 io_uring: Add basic wrapper by William A. Kennington III · 3 years, 8 months ago
  79. 20cab0c cancel: Add utility for always running callback by William A. Kennington III · 3 years, 8 months ago
  80. 458aeae cancel: Add cancelable utility by William A. Kennington III · 3 years, 8 months ago
  81. eff9ab2 exception: Add ignoreQuiet functionality by William A. Kennington III · 3 years, 8 months ago
  82. c85214e exception: Fix noexcept qualification by William A. Kennington III · 3 years, 8 months ago
  83. af0e0e8 meson: Fix span check for c++20 by William A. Kennington III · 3 years, 9 months ago
  84. eaa3825 exception: Fix compiling for c++17 by William A. Kennington III · 3 years, 9 months ago
  85. 9a70f4e exception: Add wrapper to ignore lambda failures by William A. Kennington III · 3 years, 9 months ago
  86. 4575424 meson: Cleanup by William A. Kennington III · 3 years, 9 months ago
  87. fd0f551 meson: Update to c++20 by William A. Kennington III · 3 years, 10 months ago
  88. b5d1c58 meson: Update minimum version to 0.57.0 by William A. Kennington III · 3 years, 10 months ago
  89. 3acf92b meson: Rename stdplus to stdplus_dep by William A. Kennington III · 3 years, 10 months ago
  90. aa461d2 meson: Remove werror override by William A. Kennington III · 3 years, 10 months ago
  91. 9b171d9 meson: Fix formatting by William A. Kennington III · 3 years, 10 months ago
  92. eac9d47 fd: Implement managed file descriptor support by William A. Kennington III · 4 years, 6 months ago
  93. 2f21073 exception: Add common file exceptions by William A. Kennington III · 4 years, 6 months ago
  94. e172198 util/string: Add cStr function by William A. Kennington III · 4 years ago
  95. 01db662 test/catch2: Use split headers and static library by William A. Kennington III · 4 years ago
  96. f65edcb types: Use nonstd::span until we can guarantee c++20 by William A. Kennington III · 4 years ago
  97. 83af3fa test/gtest: Ignore pedantic compiler warnings by William A. Kennington III · 4 years ago
  98. be79c1e test/raw: Fix missing <array> include by William A. Kennington III · 4 years ago
  99. 1007be9 handle: Improve noexcept qualification by William A. Kennington III · 5 years ago
  100. 7910ae0 handle: Support functors alongside function pointers by William A. Kennington III · 5 years ago