summaryrefslogtreecommitdiff
path: root/rust/src/collaboration
AgeCommit message (Expand)Author
2026-05-10[Rust] Fix misc improper collaboration project function signaturesMason Reed
2026-05-10[Rust] Refactor `binary_view` moduleMason Reed
2026-05-05Switch collaboration permission checks to using User objectsJosh Ferrell
2026-02-23[Rust] Add a precondition check to make sure metadata has been pulled before ...Mason Reed
2026-02-23[Rust] Impl `Send` and `Sync` for `RemoteProject`Mason Reed
2026-02-23[Rust] Impl `Send` and `Sync` for `RemoteFolder`Mason Reed
2026-02-23[Rust] Impl `Send` and `Sync` for `RemoteFile`Mason Reed
2026-02-23[Rust] Impl `Debug` for `RemoteFolder`Mason Reed
2026-02-23[Rust] Impl `Debug` for `RemoteProject`Mason Reed
2026-02-23[Rust] Fix unbalanced ref returned in `RemoteFile::core_file`Mason Reed
2025-12-15[Rust] Restructure type APIs into `types` moduleMason Reed
2025-11-04Add auto downloading of project file dependencies, clean up download APIsJosh Ferrell
2025-05-12[Rust] Consult secrets provider when trying to connect to a remoteMason Reed
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] More cleanup regarding `BnString`Mason Reed
2025-05-12[Rust] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-12[Rust] Return `String` instead of `BnString` for cases where lossy conversion...Mason Reed
2025-01-30Render LayersGlenn Smith
2025-01-27Update some rust impl DebugMason Reed
2025-01-27Fix some rust race conditions and comment some likely suspectsMason Reed
2025-01-25Fix statically linking PDB import plugin for demo buildsMason Reed
2025-01-25Rust refactorMason Reed