Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dahliaOS/zircon-rpi

Zircon for the Raspberry Pi4
https://github.com/dahliaOS/zircon-rpi

[escher] Check YCbCr support on physical device when creating device queue.

Per Vulkan spec (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#V...

9ece8a00a263fa10226bea35e9e4e1f0badc8397 authored almost 5 years ago
[wlan][policy] Adds AP policy functionality.

Performs AP operations in serving the WLAN AP policy API.

Bug: 50075
Test: fx run-test wlancfg-...

51afd766b2273df0243a4bda331f361fc206edd8 authored almost 5 years ago
[wlanif] Only disable interface in client mode

Fixed: 50727
Test: Included.

Change-Id: I08013336f3cee2bfe800989bf9ebc3d5bd751035
Reviewed-on: ...

d767e1f56f97dd0a57c256b22a439f5843f37588 authored almost 5 years ago
[wlanif] Test Flakiness fix.

MULTIPLY: `[
{
"name": "wlanif_device_unittest",
"total_runs": 50
}
]`

Fixed: 49372...

898b71aed52a118aed926e4562136245ae65b942 authored almost 5 years ago
[banjo] Add virtual destructors to mocks

As these mocks have virtual functions, so they should also need virtual
destructors.

Change-Id:...

f76b4aa1c866b8e477d3f80ab45ddb24adc6f3fb authored almost 5 years ago
[bt][host] Add data::Domain to Inspect hierarchy

Add data_domain node under the adapter node.

All future L2CAP nodes will be added under the dat...

f299fb18e957fa0e182cb1da71a3d97c56266692 authored almost 5 years ago
[SetUI][core] add next_payload to receptor.

This changelist adds a method to fetch the next_payload
from a receptor, returning an error if t...

1fa85ae2d91ced28deee8df59fccf8bf0c1032c1 authored almost 5 years ago
[build] Add missing deps from FIDL libfuzzer targets to hlcpp targets

The generated ..._libfuzzer.h header depends on the corresponding
.../cpp/fidl.h header. But th...

c31e5cc546bb6dfbf82188134e6a655a56b8225b authored almost 5 years ago
[zircon][fidl][zx] Re^5land: Extract built-in zx library

This moves the magically injected `library zx` out of fidlc, and into
normal fidl files in //zir...

e67fa71a792a88a4c9d6aef59e8097b105a73c19 authored almost 5 years ago
[fx][create] Add README.md to all project templates

Change-Id: I4fff0156f21c64a106b8aa1a59d543c59ac0e0ca
Reviewed-on: https://fuchsia-review.googles...

25adcbfd6e684b798465a5600181a5204e31ad46 authored almost 5 years ago
[audio_core][tests] Mixer-creation profiling

New test cases measure the elapsed time required to create audio
mixer objects, with various par...

26aeab7e859d1443164c4bb57fcc792d41ada286 authored almost 5 years ago
[scenic] Add warning interval to Scenic watchdog.

Now we can set separated |warning_interval| and |timeout|
in Scenic watchdog. Scenic will print ...

ceec5104d84c1e21f0253e90af7ae88499309d57 authored almost 5 years ago
[brcmfmac] Add task_queue and move intrusive_list

This commit adds a threadsafe task queue implementation and moves both
it and intrusive_list<> t...

fe3df142b5a986ff1a1062f2d81332364bdee86e authored almost 5 years ago
[bt][config] Add a configuration file for the bootstrap service

Add a sysmgr configuration file that exposes the
fuchsia.bluetooth.sys.Bootstrap service via bt-...

4997879dd78642deea1abe7b86165f7003b42de9 authored almost 5 years ago
[devshell] Fix fx format-code --target

I accidentally removed part of the support for this fxr/368521, but
--target has been broken for...

5f685ed27198e9b769942276fbc5c0456028d21e authored almost 5 years ago
[modular][sdk] Mark ComponentContext.ConnectToAgent() transitional.

There is an out-of-tree client that defines a Fake version of this
protocol. In order to remove ...

615e1c26cdf22483760c3406e2542b8cbe9818c8 authored almost 5 years ago
[build] Extract UniqueName(Test) utility

This gets rid of duplicated logic in testsharder and testrunner.

Change-Id: I1e33b7f9841c8e6bb6...

490d374aa98daf51b9e42b1055d8bb4864005c15 authored almost 5 years ago
[weave] Generic ReadFactoryFile in Config Mgr

To prepare for additonal read operations of factory files such as
reading the manufactuer certif...

737f52f9472aae4a704ac307293172fd2881e067 authored almost 5 years ago
[brcmfmac] Fix debug logging

Logging in brcmfac was broken by change I3fad26dcb434. This commit
fixes logging again, as well...

4ed820f3a0cfd1f7fccf2b1d89e220a83c45e272 authored almost 5 years ago
[fx][create] Copy files directly to destination

The previous strategy of writing the project files to a tempdir
and atomically renaming to the d...

fb506d03431916b3d3ed21e829946dc726df1986 authored almost 5 years ago
[flatland] Null Renderer

Change-Id: I41fdb9eb7fbdc38fad124084424c9ab23a83f9f6
Reviewed-on: https://fuchsia-review.googles...

d6aef19ded547cd732ca17a45d9372e1646d5a5b authored almost 5 years ago
[gndoc] Update GN build arguments documentation

Change-Id: I881b880bff2ccbcb4d8712776d4f9ace09c355f5
Reviewed-on: https://fuchsia-review.googles...

d48839fe205503ff450d2a3800a5f9a561cce99a authored almost 5 years ago
[sl4f] Add a tiles facade.

Manual test commands:
curl -6 -X GET http://[`fx netaddr --fuchsia`] -d '{"id": "", "method": "t...

e5e2672fea1e0ed94c0ae55aebf131a4058f14ff authored almost 5 years ago
[fx][create] Improve component-v2 Rust templates

Change-Id: I021466a7c5d1831530093bc53507e9451dec4902
Reviewed-on: https://fuchsia-review.googles...

689fc3c728fcaf60f8482cbb642472fb4a1aef9a authored almost 5 years ago
[formatjson5] Remove in-tree lib and migrate CLI

json5format has been migrated to crates.io and is now imported to
third_party/rust_crates.

This...

f2a47e56bb445e9fa876884ca237d6e315622d27 authored almost 5 years ago
[escher] Fix incompatibilities with new vulkan.hpp versions.

[1] https://github.com/KhronosGroup/Vulkan-Hpp/pull/503
This change has modified the way to ...

1d48f44a8bf2012d46b3956adae12cb25e0a907c authored almost 5 years ago
[mediaplayer] use bogus compression type for test

AudioConsumerTests::UnsupportedCodecs was using opus encoding as the
unsupported codec type. Now...

4455edabd47d8e09c2cf277c8e7f6cb8e567e39f authored almost 5 years ago
[rcs] Migrate to rust_test_runner.

Change-Id: I70e9237d40301aed61d475ba78617817fb4a486d
Reviewed-on: https://fuchsia-review.googles...

86c780f9cf825072b1bfbbca701fe0ea8390968e authored almost 5 years ago
[SetUI][core] Expose Messenger Signatures

This changelist adds methods for retreiving a messenger
signature from a messenger/message clien...

27b5e8f0ec66a935c26eb7118b1ca8ee8e3c952a authored almost 5 years ago
[docs] everything between power on and your component

Change-Id: I4edfbddff1fedc71d2bbec169c23f7b6e6ef41bb
Reviewed-on: https://fuchsia-review.googles...

921b4e2ac95d1f7c344e3bf1e37e7a3c3002cae1 authored almost 5 years ago
[media/sessions] add SetPlaybackRate capability for players

This CL adds the PlayerCapabilityFlag SET_PLAYBACK_RATE, which is
used to indicate whether a pla...

325474c23d6c0b3db0be741b400849c552d17c6c authored almost 5 years ago
[wasm] Write output to a location visible by outputs.

Change-Id: I2470f62007662e7f10a708bb3d192da30573dea9
Reviewed-on: https://fuchsia-review.googles...

da1cd63e307ed41156621da9ac8fa2b62f08b21e authored almost 5 years ago
[gpio][fidl] gpio fidl

Add GPIO FIDL to prepare for factory tool. Factory tools need to be able to read/write/config in...

46f3b44b238fc4c24be2aa0edb96509db359be05 authored almost 5 years ago
[sdk][fidl] Add fuchsia.ultrasound to the SDK

Change-Id: Ic8b8c3b7858a58b8e6c6b8538c91cab3da9e09e4
Reviewed-on: https://fuchsia-review.googles...

5d5943c3364053664612bad8f65d827c87458e6d authored almost 5 years ago
[components] add logsink to example manifests

Component examples were missing logsink in their use declarations, and
thus didn't work

Change-...

fe21e012c17f66cb1da9911fcde1a71ba9b15851 authored almost 5 years ago
[usb] Delete empty usb-virtual-bus.h file

Removes an empty header file that is no longer needed.

Change-Id: I0d525d18e589dea5407ef6cbe3e6...

68fcb3f4c5a11741c671d95ee6e5ce1369e2cd3b authored almost 5 years ago
[fidl][benchmarks] Track byte and handle count in chromeperf

This will make it easier to compute bytes/second on results pulled from
chromeperf.

Change-Id: ...

09f890388d1ae23e2b942b775c664ade0537e1ae authored almost 5 years ago
[ultrasound][fidl] Add documentation

Change-Id: Iceaa6c72ec72f9df99c372485aec565a5a334378
Reviewed-on: https://fuchsia-review.googles...

aa6c1c1101486b2c955b2211531f05f2653aca9c authored almost 5 years ago
[gidl][rust] Improve error messages for failure tests

This CL improves the error message for encode_failure and decode_failure
in the Rust GIDL backen...

1b3c401921be6a30ccc59c1a0c3dd3969c894842 authored almost 5 years ago
[camera] Set initial Stream client resolution.

This change fixes a bug in Stream where calling WatchResolution without
calling SetResolution wo...

d9622618aa26dcc15ec29abae5365544795fd314 authored almost 5 years ago
[web_runner_tests][ui-input] Update README and add missing packages

Change-Id: Id215f3709f5e80d0a7cb26eb943f506db01881a1
Reviewed-on: https://fuchsia-review.googles...

6e2346be485f348a8b9a6203b47125a370b3ed44 authored almost 5 years ago
[graphics][compute] Rename mold-next to mold

mold-next was a temporary name used to replace old version of mold.

Test: fx build
Change-Id: I...

55b8ca8349b1635289156d5f2682aa15e9c065f7 authored almost 5 years ago
[rust_crates] Add sharded-slab, roll tracing-subscriber.

OSRB Approval:
Bug: fxb/43546

Change-Id: Ie0a8c192a89e6cfb1687b08ad03febd604a0f718
Reviewed-on:...

511605a838165ac8c9c66a6d2dd1cb40cb58d374 authored almost 5 years ago
[settings] Fix earcons not playing on hold max up

When the volume is on max, and the volume up button is held down, there
should be an earcons sou...

1dc601fd3e86f4f9ee1d4a4767783a6daf9842bf authored almost 5 years ago
[carnelian] Remove touch device code from ink example

Use built-in touch device support instead. No change in behavior.

Test: fx run ink-rs
Change-Id...

90da82e4f724fbae26b2df74999599a6e3a931ae authored almost 5 years ago
[artifactory] Refactor binary upload logic

We now have the following decision tree

```
binary has build ID? -> No? that's fine; skip

*deb...

ca9266902e69bfa1a967b42fea3accf08e1a8bf6 authored almost 5 years ago
[json_validator] Add support for comments

Allow json_validator to optionally parse non-standard JSON files that
contain C-style (/* block ...

81a571a70ef9b5b7820ea1daea70c9dae536e723 authored almost 5 years ago
[weave] Initialize ServiceProvisioning and Echo Servers

Initialize ServiceProvisioning and Echo Servers during
Weavestack init and shutdown the servers ...

feac91a5ac74914211f9bc790b0b182c362a2cc2 authored almost 5 years ago
[intl] Skeleton implementation of the l10n lookup

This is the first part of the implementation of the l10n lookup for the
screen reader. For the ...

3bac235595e4663375f061b891c0b8f99b4d3810 authored almost 5 years ago
[identity][modular] Unhook Fuchsia Identity from modular, step 7.

Step 7 removes account ID as a parameter across the user provider
surface, since session user pr...

f1a6b4ced7f54a70e1335de1c86637b05eaa73be authored almost 5 years ago
[components] Generalize and improve events logging

In this CL, code is moved out of event_logger.rs into
more general ToString implementations for ...

f8eb4cff606c7791327fd42facced07413f2b545 authored almost 5 years ago
[driver_host] Re-enable UBSan

It seems that we aren't seeing the UB error we saw before.

Fixed: 48366
Change-Id: I3afdb324a60...

c8937e5128f4ec7dc48e3711c5f4fd7e5fc0e9b0 authored almost 5 years ago
[docs][bt] Move Bluetooth documentation into its own directory

- Moved Bluetooth docs for fuchsia.dev out of networking/ and into
bluetooth/.
- Removed the sou...

0fbc77b7908c6bc13b2a0627be5d8b5fcd2d86b9 authored almost 5 years ago
[asan][fs] re-enable fs-test for asan builds

This re-enables //zircon/system/utest/fs:fs-test for asan variants. The
underlying leaks had be...

20556ad2380e1a210c3d8e88de9bb1f7a22db010 authored almost 5 years ago
[cobalt] fidl interface takes realm.

Updated SystemDataUpdater with new method to take in realm information
along with the current ch...

2b2b6bcecfc21a0e46d7f578020065a4e574d8ca authored almost 5 years ago
[astro] Add focaltech driver back to astro

This driver was erroneously removed by:
https://fuchsia-review.googlesource.com/c/fuchsia/+/3814...

61378bb6c4a931c4cfc46e0e6d611a5f939d9886 authored almost 5 years ago
[netstack] Refactor integration tests

- Refactor and reorganize integration tests.
- Add address declaration macros to fidl_fuchsia_ne...

9ec1ac74b05da7e79b2a270d1ad2ecab63d1d87a authored almost 5 years ago
[graphics][compute] Remove old version of mold

This version has been deprecated. Use mold-next instead.

Test: fx build
Change-Id: Ibed49072b85...

df755c6b288362bf190f03e403a87fad9f3544b3 authored almost 5 years ago
[logging] Make FX_LOGS macros use FXL_LOG

//src/lib/syslog/cpp is now just a wrapper around
//src/lib/fxl:fxl_logging.

FX_LOG macros defi...

c4428353f618a16a42d4a11dc1bda083ea3923b7 authored almost 5 years ago
[fidl] Move FIDL tests into //bundles/fidl:tests

Test: no behavior change
Change-Id: I896660db3ecb128f0e64c8bc77ba62d8fdc387d3
Reviewed-on: https...

d780654d74ea31865990d079ccac680c06590e25 authored almost 5 years ago
[buildbot] adds new router target

Bug: 11534
Change-Id: I084e09f85c20f3679d30e1687da8a798908fbf3d
Reviewed-on: https://fuchsia-rev...

96d0c7f84695541392830c1ec9f9b79f5f678853 authored almost 5 years ago
[runtests] Combine all profile sinks in memory before writing them

Components that spawn large number of subprocesses could produce a lot
of data sink dumps for th...

0f190791ffa5fa488ea360c211b0c64b995eeaa5 authored almost 5 years ago
[rust_crates] Adding OSRB-approved json5format

Fixed: 50561
Change-Id: I394634aafa0e8e679b3635bfa1769349a68e1686
Reviewed-on: https://fuchsia-r...

bf958f6833c694297d1fda0f46d7ce5d75c86e01 authored almost 5 years ago
[camera][sensor] Delete mock-sensor

Tested: fx test camera_tests
Bug: 50737

Change-Id: I88796ed88c5c27ea5595272217ee60bf11aea41f
Re...

ab0a545a9fee3e641d519fddedfc525a081df5fd authored almost 5 years ago
[storage] Clang-format blobfs/include

No code change.

The main change is in format.h which wass still 4-space indented for
most of it...

dd15455ff492303f95b09d37f31cdd98ffdcfca7 authored almost 5 years ago
[camera] Add stream orphaning test.

This change adds a new test that verifies that Stream clients can remain
connected even after th...

a6e819a651b677bdfaa42076ca49ce013f708021 authored almost 5 years ago
[fidl][benchmarks] Add --quiet to perftest args

The extra background activity can lead to variations in the results.

Change-Id: I79885084a763cf...

d9f388ab44a6db0ed9b99c18038dec12f4a077ed authored almost 5 years ago
[component_manager][cleanup] Remove dead_code annotation

Indeed a compiler bug: https://github.com/rust-lang/rust/issues/64362

Tested: build

Change-Id:...

5f61e66d38b9b556fc727455b8c0c3c84c8ae65b authored almost 5 years ago
[pkg-resolver] updating_tuf_client cobalt logging

* adds a metrics_util library to handle error conversions
from errors defined in different crate...

5278bd1ed94f1e349ad07de7c8057b9ea123ca3c authored almost 5 years ago
[cobalt] Changes variable name to |validated_clock|.

This came up while attempting to understand some code.
Within cobalt_app.cc there is an instance...

21fc3fcf68c39a69d12b0cd54981f15ba1d7ab25 authored almost 5 years ago
[docs] Refresh components visuals

Change-Id: I81427bbca9b7b85e4a42c6b0eba32ba9176548e0
Reviewed-on: https://fuchsia-review.googles...

39e27068c9b1eb235fc583a70e3d661e3bea4020 authored almost 5 years ago
[bt][gap] Retry LL connection parameter update request with L2CAP

If a remote controller supports the Link Layer connection update request
procedure but the remot...

5b0846724cbe71333b559188f7f5de6f7d10caf3 authored almost 5 years ago
[drm] Add KeySystem descriptions

KeySystem clients occasionally need to attenuate behavior or disable
functionality based on what...

a9fa22ddc905b53ce4aabf29ee555da1e3d2f965 authored almost 5 years ago
[camera][controller] Start/stop streams irrespective of their current state

The semantics of Start/StopStream()
include the legality of starting/stopping a stream which has...

08506e5130c976d4ee46a7270ce0d818a2134257 authored almost 5 years ago
[archivist] Use rust test runner for v2 tests

Tested: archivist-integration-tests-v2

Change-Id: I18c59f28a573d2f28a4a56be375021ef90f4a1ab
Rev...

9c3d9eec228a53ab5dc2a3ec979c567ca94d25d3 authored almost 5 years ago
[timekeeper] Report UTC time

Timekeeper already reports current monotonic time.
By also reporting current UTC time, we provid...

ff442d16b8cb8dd539bf02faca73a99b86cf9aa3 authored almost 5 years ago
[trace] support triggers (alert:action mapping)

This CL modifies the 'trace' util to implement triggers. A new
command line option is added to s...

244d0a500a1334af2cac94cf82c1cc56cc7508fa authored almost 5 years ago
[archivist] Rename stale event name OutDirectoryAppeared -> DiagnosticsReady

Tested : existing tests, rename only

Change-Id: Ia2ca135155ef444720f00aee1a5b537991aef17e
Revie...

33b5c6f8f432b6934c0238e35e82d69e0c76570e authored almost 5 years ago
[bt][host] Add PeerCache to Inspect hierarchy

Add "peer_cache" as child node of "adapter". The peers in the peer cache
are represented as chil...

185d0e3e23233574c906357e9eba87e9ab08abb9 authored almost 5 years ago
[settings] Move volume-specific earcons logic

Moves the volume-specific earcons logic from the earcons agent into the
volume_change_earcons_ha...

87286431cce5da31af623f149cc2629ec9b6cac8 authored almost 5 years ago
[feedback] Simplify AnnotationsProviders

After revisiting the annotation collection process I realized that it's
overly complex for what ...

759abe5c8c1c9e040ecaba59de7dc739a2438e50 authored almost 5 years ago
[fidl] Silence ZX_ERR_PEER_CLOSED on channel write

Change-Id: I0fe51b871ac6f892ded72c0081a03643313b47a6
Reviewed-on: https://fuchsia-review.googles...

dff076cc9a8848ed1f426ac783e1af493f080b2a authored almost 5 years ago
[perftest][cleanup] Move unit tests into the library's directory

Move zircon/system/utest/perftest/ to
zircon/system/ulib/perftest/test/.

This matches the curre...

828e52d50c5e975aae9205b6e435c1f9ecfaefed authored almost 5 years ago
[testparser] Parse individual test case results

This lib will be hooked up to testrunner in a future change.

Bug: 50501

Change-Id: I530ca4377c...

e95f18d789b987a88735a995530f04f4fc24f511 authored almost 5 years ago
[fidl][benchmarks] Remove clashes in fidl benchmark output filenames

They need to be unique or the results are overwritten

Change-Id: Ib3d8fc677aaa63837e5b91a99088f...

9d1a85865ba81d81dca02ae41ad6c964b84ab08f authored almost 5 years ago
[storage] Improve blobfs struct packing/init

Make the BlobVerifier constructor private to force usage of the factory
functions. This required...

5417761b8da23e252eb643ff8fb35a3d560e0dfb authored almost 5 years ago
[chunked-compress] Implement fuzzers for library.

Adds two fuzz tests:
- compress-decompress-fuzztest: Verifies that decompress(compress(data))
...

439d79aac9262b80c2fddb38dde6e7c226ad36f8 authored almost 5 years ago
[astro][audio] Fix high clockrates

Recent evaluation of drivers to support 96kHz frame rate revealed
that the audio clock tree has ...

d04fcf2208856819362f353cacff91a4ff16f11a authored almost 5 years ago
[sys] Move all fuchsia.git clients to ComponentContext::CreateAndServeOutgoingDirectory()

This is a no-op change, as the new static constructor is an alias for
::Create().

Fixed: 50675
...

f2382a4dc76e6f843885968f960fde53911c255d authored almost 5 years ago
[modular] deleting cobalt metrics in modular which are no longer

relevant

Bug: 45406

Change-Id: I9581a9c6837cd2e1fbc263934618c0a9a20cb5c7
Reviewed-on: https://f...

bd8865390a93f6a4bda1cf1564b29934454ed242 authored almost 5 years ago
[audio_core] Fix device startup race

We need to ensure we don't form any links to an AudioOutput until the
device has been activated....

91935a3e7aeb771a6eafd32c44132803ebb39eab authored almost 5 years ago
[mold] Added some SIMD types in surpass.

In order to improve performance in the expensive painting, some
SIMD-like types were added to su...

1752961a635dba86b0c2262a6be7ba574066b7fa authored almost 5 years ago
Reland "[fidl] Handle arbitrary build directories"

This is a reland of bd421131626591a6aa7ed2b4ad0407a136dfed83

Original change's description:
> [...

30b383c6f7ae75097d28cce942391b23cf3efdca authored almost 5 years ago
[docs][ledger] fix links

Change-Id: I94cb69265cfb17c933b6bcff9a3a5667747bf8be
Reviewed-on: https://fuchsia-review.googles...

5125b93bcaea6054e664790b48be0adaa21e4fbe authored almost 5 years ago
[fuzz] Pass dictionary file to fuzz invocation

The dictionary file for a fuzzers is installed in the package at
data/<tgt>/dictionary, which ap...

d0e0f0c1ed75756f055da207cfc4d1882784b891 authored almost 5 years ago
[carnelian] Improve default infinite scroll example arguments

Use default arguments that are expected to work well across
more devices.

Test: fx shell run in...

f5d4da8ac568a63c52630e05c9b7e7f101dbd8e4 authored almost 5 years ago
[carnelian] Fix partial updates in shapes example

This fixes partial updates in shape example by using
background color for clearing. Also makes i...

4cc2c6aa8d013ad7d67c4f612553676e27dc41ad authored almost 5 years ago
[carnelian] Fix text bounding box logic

Remove bounding box height override that seem to have been
added by mistake when this code was m...

d3c08f64e034c5c10f0559be078ec8eb02aedf99 authored almost 5 years ago
[carnelian] Remove touch device code from infinite scroll example

Use built-in touch device support instead. No change in behavior.

Test: fx run infinite-scroll-...

6dc97ad2773f15960ca2320926ef7242679168af authored almost 5 years ago
[blobfs] Support chunked-compression in blobs

Integrates //src/lib/chunked-compression into blobfs as a possible
compression scheme to use for...

399e77ce8ca8d07142f14bc328fb8e5531325389 authored almost 5 years ago