index
:
frameworks_native.git
kitkat
lp5.0
lp5.1
mm6.0
n7.1
o8.0
o8.1
p9.0
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
u14.0
frameworks_native
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
binder
/
rust
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add optional method to read into existing unstructured parcelable.
Andrew Walbran
2024-01-16
1
-0
/
+44
*
Add UnstructuredParcelable trait and macros.
Andrew Walbran
2024-01-16
3
-4
/
+108
*
libbinder: update getCallingPid docs
Steven Moreland
2023-12-14
1
-3
/
+6
*
libbinder_rs: Build on Trusty
Andrei Homescu
2023-12-02
4
-7
/
+21
*
libbinder_rs: Switch dump() argument type to Write trait
Andrei Homescu
2023-11-14
2
-8
/
+9
*
libbinder_rs: Switch inner type of ParcelFileDescriptor
Andrei Homescu
2023-11-09
1
-11
/
+10
*
Added local_downcast function for binder native
Orlando Arbildo
2023-11-01
1
-9
/
+29
*
Mention in safety comment that Parcel can't be Sync.
Alice Ryhl
2023-10-23
1
-0
/
+4
*
Merge "Support AIDL serializing and deserializing Rust HardwareBuffer." into ...
Andrew Walbran
2023-10-19
1
-0
/
+1
|
\
|
*
Support AIDL serializing and deserializing Rust HardwareBuffer.
Andrew Walbran
2023-10-11
1
-0
/
+1
*
|
Update needed for Rust v1.73.0
Charisee Chiw
2023-10-18
1
-2
/
+2
|
/
*
Add IntoBinderResult trait to simplify binder error handling
Jiyong Park
2023-08-07
2
-1
/
+151
*
Merge "Fix unimplemented codepath in conversion to async binder interface" in...
Alice Ryhl
2023-07-25
1
-11
/
+1
|
\
|
*
Fix unimplemented codepath in conversion to async binder interface
Alice Ryhl
2023-07-25
1
-11
/
+1
*
|
Add safety comments to binder tests.
Andrew Walbran
2023-07-21
2
-0
/
+106
|
/
*
Merge "Standardise safety comments for unsafe blocks, and add some more." int...
Andrew Walbran
2023-07-12
9
-670
/
+609
|
\
|
*
Standardise safety comments for unsafe blocks, and add some more.
Andrew Walbran
2023-07-07
9
-670
/
+609
*
|
libbinder_rs: Fix broken documentation links
Andrei Homescu
2023-07-07
4
-17
/
+16
|
/
*
Improve Rust documentation of Binder thread pool.
Andrew Walbran
2023-07-03
2
-10
/
+30
*
Implement the clone trait for ParcelableHolder
Yiming Jing
2023-06-21
1
-0
/
+9
*
libbinder: thread count startThreadPool spawn
Steven Moreland
2023-06-15
1
-2
/
+7
*
libbinder_rs: Remove Vec<MaybeUninit<T>> from parcelable.rs
Andrei Homescu
2023-05-06
5
-25
/
+186
*
libbinder_rs: Use NonNull inside Status
Andrei Homescu
2023-05-06
1
-10
/
+15
*
Merge "rust: Add support for parameterized types"
Matthew Maurer
2023-03-15
1
-6
/
+18
|
\
|
*
rust: Add support for parameterized types
Matthew Maurer
2023-03-13
1
-6
/
+18
*
|
Change request for Rust v1.68.0
Charisee
2023-03-13
1
-7
/
+2
|
/
*
Make libbinder_rs product_available
Devin Moore
2023-02-27
1
-4
/
+4
*
Import macro directly rather than using #[macro_use].
Andrew Walbran
2023-01-19
1
-3
/
+1
*
Merge "Use usize instead of c_long in Rust code"
Treehugger Robot
2023-01-04
1
-11
/
+3
|
\
|
*
Use usize instead of c_long in Rust code
Jeff Vander Stoep
2022-12-07
1
-11
/
+3
*
|
libbinder_rs : removing assert while reading parcel
Pawan Wagh
2023-01-03
1
-3
/
+0
*
|
No need for lazy_static as Mutex::new is now const.
Andrew Walbran
2022-11-25
1
-5
/
+2
|
/
*
Adding rust lib for random parcel
Pawan Wagh
2022-11-01
1
-0
/
+1
*
rust: Fix Debug implementation for declare_binder_enum!
Andrei Homescu
2022-10-03
1
-1
/
+10
*
Change request for Rust v1.64.0
Charisee
2022-09-21
1
-1
/
+1
*
Factor out helper method.
Andrew Walbran
2022-08-09
1
-10
/
+10
*
Add more ergonomic API for persisting lazy services.
Andrew Walbran
2022-08-04
2
-0
/
+58
*
Add methods to construct errors from Rust strings.
Andrew Walbran
2022-08-04
1
-1
/
+56
*
binder: rust: Document DeathRecipient drop effects
Matthew Maurer
2022-07-26
1
-0
/
+3
*
rust: Enable formatting enforcement for Rust
Matthew Maurer
2022-07-26
10
-194
/
+103
*
libbinder_rs: Handle empty args list for dump transactions
Stephen Crane
2022-06-17
1
-3
/
+8
*
rust: Mark DeathRecipient Send and Sync
Matthew Maurer
2022-04-04
1
-0
/
+14
*
libbinder_rs: allow attributes for enumerators
Jooyung Han
2022-03-18
1
-2
/
+2
*
libbinder*: ParcelableHolder assert stability read
Steven Moreland
2022-03-14
1
-1
/
+3
*
[binder_rs] Add get_declared_instances and is_declared APIs
Stephen Crane
2022-02-18
2
-3
/
+59
*
Merge "[binder] Move Rust ping_binder() to external API"
Steven Moreland
2022-01-24
2
-14
/
+14
|
\
|
*
[binder] Move Rust ping_binder() to external API
Stephen Crane
2022-01-20
2
-14
/
+14
*
|
libbinder_rs: Remove Default from ParcelableHolder
Andrei Homescu
2022-01-21
1
-11
/
+24
|
/
*
Revert^2 "[binder] Expose public Rust API at crate top level"
Stephen Crane
2022-01-19
4
-121
/
+123
*
Merge "Revert "[binder] Expose public Rust API at crate top level""
Treehugger Robot
2022-01-19
4
-123
/
+121
|
\
[next]