index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
vfs_fat.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-02-14
avoid os.stat() int overflow on smallint-only builds
Dan Halbert
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2019-03-13
Prevent other filesystem changes besides file writes
Scott Shawcroft
2019-03-13
Throw an error when moving a directory into itself.
Scott Shawcroft
2019-01-14
py changes for supporting superclass constructors that take kwargs
Scott Shawcroft
2018-08-25
Fix os.stat() to use 1970 epoch
Noralf Trønnes
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-06
extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.
Damien George
2018-03-27
Specifically give a better error message for setlabel on RO fs
Jeff Epler
2018-03-27
Add VfsFat.label property
Jeff Epler
2018-03-12
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
Tom Collins
2018-02-23
extmod/vfs_fat: Make fat_vfs_open_obj wrapper public, not its function.
Damien George
2018-02-23
extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.
Damien George
2018-02-23
extmod/vfs_fat: Move ilistdir implementation from misc to main file.
Damien George
2017-11-20
extmod/vfs_fat: Mount FatFS on creation so VFS methods can be used.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-21
extmod,unix: For uos.stat interpret st_size member as an unsigned int.
Damien George
2017-05-10
extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers.
Damien George
2017-05-10
extmod/vfs_fat: Replace listdir() with implementation of ilistdir().
Damien George
2017-03-29
extmod/vfs_fat: Fix calculation of total blocks in statvfs.
Damien George
2017-03-10
extmod/vfs_fat: Remove obsolete and unused str/len members.
Damien George
2017-01-30
extmod/vfs_fat.c: Use explicit include path for timeutils.h.
Andrew Gatt
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-27
extmod/vfs_fat: Use SECSIZE macro to determine FatFs sector size.
Damien George
2017-01-27
extmod/vfs_fat: Rework to support new generic VFS sub-system.
Damien George
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-27
extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.
Damien George
2016-12-02
extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite.
Damien George
2016-10-11
extmod/vfs_fat: Add file and directory checks for remove and rmdir.
Alex March
2016-10-07
extmod/vfs_fat: Use mp_raise_OSError helper function.
Damien George
2016-09-27
extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal.
Alex March
2016-08-26
esp8266/modous: Add os.umount method to unmount a filesystem.
Radomir Dopieralski
2016-07-16
extmod/vfs_fat: Implement rmdir() method.
Paul Sokolovsky
2016-06-16
esp8266: Use RTC to set date & time stamps for files.
Robert HH
2016-05-31
extmod/vfs_fat: Mark anused "self" arg for fat_vfs_stat().
Paul Sokolovsky
2016-05-31
extmod/vfs_fat.c: Add vfs.stat().
Robert HH
2016-05-29
extmod/vfs_fat: getcwd(): Use mp_obj_new_exception_arg1().
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: chdir(), getcwd() methods should accept VFS object (self).
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: Add getcwd() method.
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: Add chdir() method.
Paul Sokolovsky
2016-05-27
extmod/vfs_fat*: Replace text error messages by POSIX error numbers.
Robert HH
2016-05-20
extmod: When including extmod headers, prefix path with extmod/.
Damien George
2016-02-29
extmod/vfs_fat: Add .rename() method.
Paul Sokolovsky
2016-02-29
extmod/vfs_fat: Add .mkdir() method.
Paul Sokolovsky
2016-02-28
extmod/vfs_fat: Fix unused param warning/error.
Paul Sokolovsky
[next]