tree: d617844266048a63bb8a4b58624ebe1b3ccfb113 [path history] [tgz]
  1. analytics/
  2. assembly/
  3. async-gunzip/
  4. async-utils/
  5. async-watchdog/
  6. backoff/
  7. callback/
  8. chunked-compression/
  9. cobalt/
  10. component/
  11. const-unwrap/
  12. containers/
  13. cstr/
  14. ddk/
  15. ddktl/
  16. debug/
  17. dense-map/
  18. detect-stall/
  19. diagnostics/
  20. digest/
  21. directed_graph/
  22. driver_symbols/
  23. dynfidl/
  24. eld/
  25. elfldltl/
  26. elflib/
  27. error/
  28. fable/
  29. fake-clock/
  30. fakealloc/
  31. fdio/
  32. fdomain/
  33. fidl/
  34. fidl_codec/
  35. fidl_fuchsia_intl_ext/
  36. fidl_server/
  37. fidl_table_validation/
  38. files/
  39. flyweights/
  40. fostr/
  41. from-enum/
  42. fsl/
  43. fuchsia/
  44. fuchsia-async/
  45. fuchsia-async-macro/
  46. fuchsia-component/
  47. fuchsia-component-test/
  48. fuchsia-fs/
  49. fuchsia-hyper/
  50. fuchsia-image-format/
  51. fuchsia-lockfile/
  52. fuchsia-runtime/
  53. fuchsia-sync/
  54. fuchsia-url/
  55. fuchsia_nix/
  56. fuzzing/
  57. fxl/
  58. gcs/
  59. go-benchmarking/
  60. http-sse/
  61. http-uri-ext/
  62. icu/
  63. icu_data/
  64. include_bytes_from_working_dir/
  65. include_str_from_working_dir/
  66. inet/
  67. inject/
  68. injectable-time/
  69. intl/
  70. json_parser/
  71. libdoc/
  72. line_input/
  73. listnode/
  74. llvm/
  75. llvm-profdata/
  76. loader_service/
  77. mapped-vmo/
  78. mdns/
  79. memory_barriers/
  80. metrics_buffer/
  81. mpmc/
  82. mundane/
  83. network/
  84. pkg_url/
  85. process/
  86. process_builder/
  87. product_description/
  88. proptest-support/
  89. pty/
  90. replace-with/
  91. rust_url/
  92. sandbox/
  93. scoped_task/
  94. security/
  95. shared-buffer/
  96. structured_ui/
  97. symbolizer-markup/
  98. syslog/
  99. tcp-stream-ext/
  100. tempfile-ext/
  101. test-suite/
  102. test_diagnostics/
  103. test_util/
  104. testing/
  105. timekeeper/
  106. trace/
  107. transfer_manifest/
  108. trivial-allocator/
  109. ubsan-custom/
  110. ui/
  111. unwinder/
  112. usb_bulk/
  113. usb_rs/
  114. utf8_path/
  115. utf_conversion/
  116. uuid/
  117. versioning/
  118. vmo_store/
  119. vulkan/
  120. watch_handler/
  121. webpki-roots-fuchsia/
  122. windowed-stats/
  123. zbitl/
  124. zircon/
  125. zxc/
  126. zxdump/
  127. BUILD.gn
  128. README.md
src/lib/README.md

OWNERS

Given the vast breadth of the code under //src/lib/ and the project's desire to encourage more local ownership, there is intentionally no //src/lib/OWNERS. Rather, the addition of new subdirectories is expected to fall back toward requiring an OWNERS override in the following way.

The initial commit of //src/lib/foo should be limited to an OWNERS file, as well as possibly a README.md. The override should be requested on this change, in turn limiting the sign-off to the high-level intent of the new codebase and its desired set of maintainers. Once those maintainers are in place, contributions of actual code can proceed as usual under their direction alone.