Commit Graph

13 Commits

Author SHA1 Message Date
Sergiotarxz 2fbb100514 fix: Implementing support for stat directories. 2020-11-13 20:01:31 +01:00
Sergiotarxz 3dbed70748 feat: Implementing STAT and LSTAT. 2020-11-12 23:40:33 +01:00
Sergiotarxz d05e1f842f feat: Adding support to opendir requests and directory handles.
Using a dumb implementation where you have to fetch the entire dir.
Not very recommendable with long folders.
2020-11-12 18:58:44 +01:00
Sergiotarxz 8c03e6420c fix: php.rs olvidado. 2020-11-08 06:37:58 +01:00
Sergiotarxz a40ca99a3b Primera iteración de ls funcionando, queda tratar de recortarlo lo máximo posible. 2020-11-08 06:31:31 +01:00
sergiotarxz da6736c18a Added support for realpath. 2020-11-07 03:27:10 +01:00
sergiotarxz 83ab88f93e feat: Added needed types to implement realpath.[ 2020-11-07 00:55:34 +01:00
sergiotarxz 8dc05f5346 Erasing arguments with Vec<u8>. 2020-11-06 23:04:21 +01:00
Sergiotarxz 91e112d825 fix: Removing all warnings. 2020-11-06 21:12:33 +01:00
Sergiotarxz f877abacd6 Major refactor in files of the code™. 2020-11-06 20:55:55 +01:00
Sergiotarxz 2bc046d7b6 fix: No longer needed php. 2020-11-06 19:09:30 +01:00
sergiotarxz 53ddf776b3 Initial commit. 2020-11-06 15:21:46 +01:00
sergiotarxz a4e28bad1a Initial commit 2020-11-06 15:19:31 +01:00