| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | ctru-sys: add proper libc typedefs | Fenrir | 2016-10-06 | 1 | -3/+19 | |
| | * | Add error module from libstd | Fenrir | 2016-10-06 | 2 | -0/+460 | |
| |/ | ||||||
| * | Update AUTHORS.md | Ronald Kinard | 2016-10-04 | 1 | -2/+2 | |
| * | Update copyright notice. | Ronald Kinard | 2016-10-04 | 1 | -1/+3 | |
| * | Merge pull request #10 from FenrirWolf/filesystem | Ronald Kinard | 2016-10-03 | 14 | -236/+6875 | |
| |\ | ||||||
| | * | Update README.md | Fenrir | 2016-10-03 | 1 | -0/+4 | |
| | * | Fix documentation errors | Fenrir | 2016-10-03 | 1 | -7/+12 | |
| | * | Make OpenOptions logic slightly less ugly | Fenrir | 2016-10-02 | 1 | -3/+1 | |
| | * | update unicode methods in wtf8 module | Fenrir | 2016-10-02 | 1 | -7/+14 | |
| | * | Remove unwrap from append logic | Fenrir | 2016-09-30 | 1 | -9/+4 | |
| | * | Add append and truncate modes to OpenOptions | Fenrir | 2016-09-29 | 1 | -7/+52 | |
| | * | Documentation for the FS service | Fenrir | 2016-09-29 | 1 | -5/+298 | |
| | * | Add create_dir_all function | Fenrir | 2016-09-29 | 1 | -16/+25 | |
| | * | Fix DirEntry's metadata() method | Fenrir | 2016-09-28 | 1 | -12/+13 | |
| | * | Add metadata struct and functions | Fenrir | 2016-09-27 | 1 | -9/+46 | |
| | * | Add read_dir function (directory iteration!) | Fenrir | 2016-09-26 | 1 | -11/+99 | |
| | * | Add rename function | Fenrir | 2016-09-25 | 1 | -15/+44 | |
| | * | Add directory create and delete functions | Fenrir | 2016-09-23 | 1 | -0/+39 | |
| | * | Prolly shouldn't flush on every write | Fenrir | 2016-09-23 | 1 | -1/+1 | |
| | * | Add alloc_system dependency | Fenrir | 2016-09-21 | 2 | -0/+4 | |
| | * | Add read_to_end function | Fenrir | 2016-09-21 | 1 | -0/+34 | |
| | * | Add remove_file function | Fenrir | 2016-09-21 | 1 | -7/+20 | |
| | * | Update 3ds.json | Fenrir | 2016-09-19 | 1 | -11/+13 | |
| | * | Refactor File and OpenOptions methods | Fenrir | 2016-09-19 | 1 | -29/+35 | |
| | * | Add write method to fs File | Fenrir | 2016-09-15 | 1 | -6/+25 | |
| | * | Merge pull request #1 from panicbit/filesystem | FenrirWolf | 2016-08-19 | 1 | -1/+40 | |
| | |\ | ||||||
| | | * | Add len method to fs File | panicbit | 2016-08-20 | 1 | -0/+12 | |
| | | * | Add read method to fs File | panicbit | 2016-08-20 | 1 | -1/+28 | |
| | |/ | ||||||
| | * | Delete functions that were removed from ctrulib | Fenrir | 2016-08-18 | 1 | -20/+0 | |
| | * | minor cleanup | Fenrir | 2016-08-18 | 1 | -2/+2 | |
| | * | Add OpenOptions | Fenrir | 2016-08-13 | 1 | -65/+118 | |
| | * | Add FS module | Fenrir | 2016-08-12 | 2 | -0/+190 | |
| | * | Regenerate raw fs bindings | Fenrir | 2016-08-12 | 1 | -201/+200 | |
| | * | Add Path and OsString APIs | Fenrir | 2016-08-12 | 7 | -4/+5754 | |
| * | | Merge pull request #11 from panicbit/fix/console | Ronald Kinard | 2016-08-29 | 1 | -0/+4 | |
| |\ \ | |/ |/| | ||||||
| | * | Fix Console fmt::Write impl | panicbit | 2016-08-29 | 1 | -0/+4 | |
| |/ | ||||||
| * | Merge pull request #9 from FenrirWolf/master | Ronald Kinard | 2016-08-12 | 10 | -24/+87 | |
| |\ | ||||||
| | * | improve panic implementation | Fenrir | 2016-08-05 | 2 | -7/+53 | |
| | * | Implement proper panic messages | Fenrir | 2016-08-05 | 2 | -7/+23 | |
| | * | Rename ::new() to ::init() | Fenrir | 2016-08-01 | 4 | -4/+4 | |
| | * | remove unnecessary mutable self-borrows | Fenrir | 2016-08-01 | 2 | -2/+2 | |
| | * | Use abort() when panicking | Fenrir | 2016-08-01 | 2 | -1/+2 | |
| | * | Update bindgen comment | Fenrir | 2016-08-01 | 1 | -0/+2 | |
| | * | moved system libs to sys folder | Fenrir | 2016-06-20 | 4 | -10/+8 | |
| |/ | ||||||
| * | Correct paths in README. | Ronald Kinard | 2016-06-20 | 1 | -2/+2 | |
| * | Merge pull request #6 from FenrirWolf/master | Ronald Kinard | 2016-06-07 | 6 | -21/+52 | |
| |\ | ||||||
| | * | Bump version | Fenrir | 2016-06-07 | 1 | -1/+1 | |
| | * | Multiple console support | Fenrir | 2016-06-07 | 1 | -8/+16 | |
| | * | Remove extern crate alloc and core declarations | Fenrir | 2016-06-07 | 1 | -5/+1 | |
| | * | Re-introduced RAII semeantics for {Apt, Hid, Sdmc} | Fenrir | 2016-06-04 | 3 | -7/+34 | |