index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-6
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
vfs_posix.c
Age
Commit message (
Expand
)
Author
2024-07-04
all: Use new mp_obj_new_str_from_cstr() function.
Jon Foster
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2024-02-20
all: Use mp_obj_malloc_with_finaliser everywhere it's applicable.
Damien George
2023-10-19
extmod/vfs_posix: Fix getcwd() on non-root VFS.
Christian Walther
2023-10-19
extmod/vfs_posix: Fix relative paths on non-root VFS.
Christian Walther
2023-10-19
extmod/vfs_posix: Fix relative root path.
Christian Walther
2023-06-08
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-03-21
extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'.
Jeremy Rand
2022-11-01
extmod/vfs_posix: Include errno.h and unistd.h headers.
Damien George
2022-09-19
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
all: Remove unnecessary locals_dict cast.
Jim Mussared
2022-09-19
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-09-13
extmod/vfs: Add finaliser to ilistdir to close directory handle.
Andrew Leech
2022-07-26
py/modio: Remove FileIO and TextIOWrapper from io module.
Jim Mussared
2022-05-03
all: Use mp_obj_malloc everywhere it's applicable.
Jim Mussared
2022-03-10
windows: Switch to VFS subsystem and use VfsPosix.
Damien George
2020-09-01
extmod/vfs: Support larger integer range in VFS stat time fields.
Damien George
2020-03-27
unix: Implement PEP 475 to retry syscalls failing with EINTR.
David Lechner
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-01-26
extmod/vfs_posix: Release GIL during system calls.
David Lechner
2019-09-23
extmod/vfs_posix: Include stdio.h for declaration of function 'rename'.
Bob Fanger
2019-02-12
extmod: Convert legacy uppercase macro names to lowercase.
Damien George
2018-07-11
extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir.
Damien George
2018-07-10
extmod/vfs_posix: Support ilistdir with no (or empty) argument.
Damien George
2018-06-06
extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.
Damien George
2018-06-06
extmod: Add VfsPosix filesystem component.
Damien George