summaryrefslogtreecommitdiff
path: root/libs/binder/rust/src/proxy.rs
Commit message (Expand)AuthorAgeFilesLines
* libbinder_rs: Build on TrustyAndrei Homescu2023-12-021-1/+1
* Merge "Standardise safety comments for unsafe blocks, and add some more." int...Andrew Walbran2023-07-121-244/+208
|\
| * Standardise safety comments for unsafe blocks, and add some more.Andrew Walbran2023-07-071-244/+208
* | libbinder_rs: Fix broken documentation linksAndrei Homescu2023-07-071-4/+4
|/
* libbinder_rs: Remove Vec<MaybeUninit<T>> from parcelable.rsAndrei Homescu2023-05-061-0/+8
* Factor out helper method.Andrew Walbran2022-08-091-10/+10
* binder: rust: Document DeathRecipient drop effectsMatthew Maurer2022-07-261-0/+3
* rust: Enable formatting enforcement for RustMatthew Maurer2022-07-261-6/+7
* rust: Mark DeathRecipient Send and SyncMatthew Maurer2022-04-041-0/+14
* [binder_rs] Add get_declared_instances and is_declared APIsStephen Crane2022-02-181-1/+57
* [binder] Move Rust ping_binder() to external APIStephen Crane2022-01-201-11/+11
* Merge "Make libbinder_rs vendor available."Treehugger Robot2021-11-121-0/+1
|\
| * Make libbinder_rs vendor available.Janis Danisevskis2021-11-111-0/+1
* | rust: split Parcel enum into two typesAlice Ryhl2021-11-091-11/+10
|/
* Merge "binder_rs: add OwnedParcel"Matthew Maurer2021-10-251-10/+8
|\
| * binder_rs: add OwnedParcelAlice Ryhl2021-10-141-10/+8
* | libbinder_rs: (De)SerializeArray for Option<T>Jooyung Han2021-10-161-3/+0
* | libbinder_rs: add SerializeArray for Option<SpIBinder>Jooyung Han2021-10-141-0/+1
|/
* Merge "rust: split transact into prepare and submit"Treehugger Robot2021-09-151-13/+17
|\
| * rust: split transact into prepare and submitAlice Ryhl2021-08-261-13/+17
* | ndk: Add way to manage ownership of linkToDeath cookieAlice Ryhl2021-09-151-13/+86
* | rust: Use NonNull for non null pointers in proxy.rsAlice Ryhl2021-08-161-22/+17
|/
* [binder_rs] Make Binder interfaces and Strong<> SyncStephen Crane2021-06-251-2/+12
* Add RPC binder as unstable API with Rust bindgenVictor Hsieh2021-06-161-0/+15
* Add wait_for_interface and wait_for_service.Andrew Walbran2021-06-041-0/+22
* Add DeathRecipient and IBinder to public_api.Andrew Walbran2021-03-091-7/+11
* libbinder_rs: Add Strong<> and Weak<> Binder referencesStephen Crane2021-02-091-5/+92
* Add Rust/C++ Parcel serialization testsStephen Crane2021-01-211-0/+14
* Implement Drop for WpIBinder, to avoid memory leak.Andrew Walbran2020-12-171-0/+10
* Add WpIBinder to public_api, and implement Debug and Send.Andrew Walbran2020-12-161-4/+19
* Revert "Revert "libbinder_rs: Treat previously associated Binder as remote""Stephen Crane2020-12-031-1/+1
* Revert "libbinder_rs: Treat previously associated Binder as remote"Matthew Maurer2020-12-031-1/+1
* libbinder_rs: Treat previously associated Binder as remoteStephen Crane2020-11-251-1/+1
* Merge "Changes to UNEXPECTED_NULL handling in libbinder_rs."Treehugger Robot2020-10-021-1/+4
|\
| * Changes to UNEXPECTED_NULL handling in libbinder_rs.Andrei Homescu2020-09-111-1/+4
* | Merge "Expose binder security context to rust binder services"Matthew Maurer2020-09-151-0/+6
|\ \ | |/ |/|
| * Expose binder security context to rust binder servicesJanis Danisevskis2020-09-091-0/+6
* | Implement Debug for a few Binder Rust typesAndrei Homescu2020-09-091-0/+7
|/
* Add trait implementations for Rust binder crateStephen Crane2020-08-251-0/+20
* Initial Binder Rust crateStephen Crane2020-08-121-0/+512