aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAge
* Changed the '#include <fuse.h>' to '#include "fuse.h"' to allow symlinkingGravatar David McNab2003-12-22
| | | | of fuse.h into python dir.
* Added 'fsync' stub in example/fusexmp.cGravatar David McNab2003-12-13
| | | | | Added support for 'fsync' and 'statfs' to python interface, and to python fs example
* oops - forgot to add fuse/python/setup.py before - here it is!Gravatar David McNab2003-12-12
|
* python moduleGravatar David McNab2003-12-11
| | | | | | | | - added distutils support for build/install (as per standard python practice), consisting of setup.py script - added INSTALL file telling user to run setup.py instead of Make where possible Entered this in ChangeLog
* fixGravatar Miklos Szeredi2003-12-11
|
* fixesGravatar Miklos Szeredi2002-01-09
|
* minor fixesGravatar Miklos Szeredi2001-12-21
|
* tGravatar Miklos Szeredi2001-11-20
|
* tGravatar Miklos Szeredi2001-11-20
|
* multithreading improvementsGravatar Miklos Szeredi2001-11-19
|
* python fixGravatar Miklos Szeredi2001-11-16
|
* fixes in kernel moduleGravatar Miklos Szeredi2001-11-16
|
* Makefile temporarily added to python dirGravatar Miklos Szeredi2001-11-16
|
* multithreading works in PythonGravatar Miklos Szeredi2001-11-16
|
* better thread managementGravatar Miklos Szeredi2001-11-16
|
* added python bindingsGravatar Miklos Szeredi2001-11-14