1005 Commits (009bc7b4f1536b3ded0c004c64b6dc602bc52f94)
 

Author SHA1 Message Date
Jhynjhiruu 009bc7b4f1 Replace custom types with wrappers 10 months ago
Jhynjhiruu e0c8a4d8f6
Update ctru-rs/src/services/uds.rs 10 months ago
Jhynjhiruu 5eda3916ba Fix doc tests 11 months ago
Jhynjhiruu 433f9b0591 Fix lint 11 months ago
Jhynjhiruu 5feb906690 Implement remaining UDS functions (mostly untested) 11 months ago
Jhynjhiruu 5287023486 Add more documentation, add NetworkNodeID enum 11 months ago
Jhynjhiruu 1cdf4737f2 Explain the `username` parameter on `Uds::new()` 11 months ago
Jhynjhiruu bcb2be8cf7 I hate not having rust-analyzer working 11 months ago
Jhynjhiruu 4fd4ef08cb Fix some suggestions (and hopefully rust-analyzer) 11 months ago
Jhynjhiruu f065d0da3d Implement UDS service with example 11 months ago
Meziu 947c3f4c5e
Merge pull request #149 from rust3ds/fix/applets 12 months ago
Andrea Ciliberti 5948589bdb Fix suggestions 12 months ago
Meziu b1021c54ef
Merge pull request #150 from rust3ds/remove/fs 12 months ago
Andrea Ciliberti cdd31d3091 Fmt 12 months ago
Andrea Ciliberti fcbbf0ef30 Fix tests 12 months ago
Andrea Ciliberti b92074d35a Fmt 12 months ago
Andrea Ciliberti 1413bfa201 New filter callback 12 months ago
Andrea Ciliberti 366f4d4b1b Zero bufsize for parental lock 12 months ago
Andrea Ciliberti a727feb11c Fixed nits 12 months ago
Andrea Ciliberti 0b1b5fcff9 Change fs module docs 12 months ago
Mark Drobnak 157824ad8b
Merge pull request #86 from rust3ds/feature/ir-user 12 months ago
AzureMarker 06d26fc96d Revert one &mut self 12 months ago
AzureMarker 5233237e9e Make more IrUser functions take &mut self 12 months ago
AzureMarker 1496d47ef2 Move Sealed to separate file 12 months ago
AzureMarker de1604b364 Add ir:rst disable in CPP demo to improve New 3DS compatibility 12 months ago
AzureMarker fe0bb5154e Update example file documentation 12 months ago
Andrea Ciliberti 3fdbc0054c Replacee 12 months ago
Andrea Ciliberti 87b253104b Fix lints 12 months ago
Andrea Ciliberti 0c302e8d23 Fix lints 12 months ago
Andrea Ciliberti 3041aac4e1 Removal of all FS code and renaming 12 months ago
Andrea Ciliberti 84b95a9d4c Fmt and lints 1 year ago
Andrea Ciliberti 815aa610dc Still thinking about the filter callbacks... 1 year ago
Andrea Ciliberti fa613c25cb Working filter callback 1 year ago
AzureMarker 979fd50fe2 Simplify some of the packet parsing 1 year ago
AzureMarker df50702c13 Rename srv module to svc and add Handle::send_service_request 1 year ago
AzureMarker 86c59eec5b Simplify some of the syscall code and fix &mut unsafety 1 year ago
AzureMarker 208a9171e4 Add srv::make_ipc_header and use in ir_user 1 year ago
AzureMarker c6d8d8823f Remove Console S generic by making ConsoleScreen trait alias 1 year ago
AzureMarker daf613482b Add missing docs to Error::is_timeout 1 year ago
AzureMarker 323538bcff Handle timeout int conversion better 1 year ago
AzureMarker 964a3d9e00 Remove Console::with_screen 1 year ago
AzureMarker 1f45da1ebc Fix double buffering in example via impl Swap and Flush for Console 1 year ago
AzureMarker ef1c913655 Rename ir-user example to ir-user-circle-pad-pro 1 year ago
AzureMarker 02126e9e7f Add missing documentation to ir_user.rs 1 year ago
AzureMarker 08b4c37d0d Fixed file-explorer example (Console usage) 1 year ago
AzureMarker 09361e50da Try using double buffering to reduce flickering (actually increased :/) 1 year ago
AzureMarker 051ab2614d Add enum for connection status 1 year ago
AzureMarker dd9f84f47d Improve safety of send_service_request 1 year ago
AzureMarker b4fa7bd0cb Improve packet parser error handling 1 year ago
AzureMarker 87f33f144e Improve some service start/stop error handling 1 year ago