Rafał Harabień
|
3c52f35f6d
|
Update dependencies
|
2018-05-09 15:34:05 +02:00 |
|
Rafał Harabień
|
d5c37f2af5
|
Introduce FsOptions struct for providing options for library.
Old read_only flag in FileSystem::new was misleading.
|
2017-11-08 20:26:50 +01:00 |
|
Rafał Harabień
|
b38ea78f3e
|
Add automatic update of timestamps (created, accessed, modified).
Works only if chrono feature is enabled (default).
|
2017-11-08 00:18:31 +01:00 |
|
Rafał Harabień
|
cdde3ca468
|
When generating short name replace invalid characters with '?'.
|
2017-11-08 00:07:06 +01:00 |
|
Rafał Harabień
|
21bd2a0e8d
|
Zero new directory clusters after allocation.
|
2017-10-27 15:03:54 +02:00 |
|
Rafał
|
9ec23f1234
|
Add create_dir function. (#5)
|
2017-10-27 14:12:53 +02:00 |
|
Rafał
|
529d717e30
|
Add .editorconfig file and fix whitespaces in existing files. (#4)
|
2017-10-25 17:20:27 +02:00 |
|
Rafał
|
df98ca8779
|
Create file functionality (#3)
* Support removing files and directories.
* Add create_file functionality.
|
2017-10-21 15:35:26 +02:00 |
|
Rafał Harabień
|
ba5329edad
|
Support removing files and directories.
|
2017-10-20 16:18:17 +02:00 |
|
Rafał Harabień
|
da76625759
|
Replace commented out logging by log crate usage.
|
2017-10-15 00:55:19 +02:00 |
|
Rafał Harabień
|
0c6e9aec5b
|
Fix multiple corner cases and simplify code.
|
2017-10-10 16:05:19 +02:00 |
|
Rafał Harabień
|
13dd50bf61
|
Simplify BufStream implementation and use it in write test.
|
2017-10-10 14:48:57 +02:00 |
|
Rafał Harabień
|
d8eba51b88
|
Alloc and free clusters for file data.
|
2017-10-09 21:14:28 +02:00 |
|
Rafał Harabień
|
f32f1c7279
|
Basic write support for files.
No cluster management yet.
Also BufStream is broken when writing.
|
2017-10-09 14:59:52 +02:00 |
|