summaryrefslogtreecommitdiff
path: root/extmod/vfs_posix.c
AgeCommit message (Expand)Author
2023-06-08all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared
2023-03-21extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'.Jeremy Rand
2022-11-01extmod/vfs_posix: Include errno.h and unistd.h headers.Damien George
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19all: Remove unnecessary locals_dict cast.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
2022-09-13extmod/vfs: Add finaliser to ilistdir to close directory handle.Andrew Leech
2022-07-26py/modio: Remove FileIO and TextIOWrapper from io module.Jim Mussared
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2022-03-10windows: Switch to VFS subsystem and use VfsPosix.Damien George
2020-09-01extmod/vfs: Support larger integer range in VFS stat time fields.Damien George
2020-03-27unix: Implement PEP 475 to retry syscalls failing with EINTR.David Lechner
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-26extmod/vfs_posix: Release GIL during system calls.David Lechner
2019-09-23extmod/vfs_posix: Include stdio.h for declaration of function 'rename'.Bob Fanger
2019-02-12extmod: Convert legacy uppercase macro names to lowercase.Damien George
2018-07-11extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir.Damien George
2018-07-10extmod/vfs_posix: Support ilistdir with no (or empty) argument.Damien George
2018-06-06extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.Damien George
2018-06-06extmod: Add VfsPosix filesystem component.Damien George