1. e8663f3 code cleanup by Miklos Szeredi · 21 years ago
  2. 4b7abe3 *** empty log message *** by Miklos Szeredi · 21 years ago
  3. 2dfc0f2 fix by Miklos Szeredi · 21 years ago
  4. 8b4e096 new version by Miklos Szeredi · 21 years ago
  5. f85ab24 integrated 2.6 kernel support by Miklos Szeredi · 21 years ago
  6. 5d49335 added phonebook to the list of filesystems by Miklos Szeredi · 21 years ago
  7. 7ffb8cf added -d option to fusermount by Miklos Szeredi · 21 years ago
  8. 73070a4 Changed the '#include <fuse.h>' to '#include "fuse.h"' to allow symlinking by David McNab · 21 years ago
  9. 2f3d940 version numbers added by Miklos Szeredi · 21 years ago
  10. 7a19caf Added 'fsync' stub in example/fusexmp.c by David McNab · 21 years ago
  11. 5e43f2c added fsync operation by Miklos Szeredi · 21 years ago
  12. e4cf733 fix by Miklos Szeredi · 21 years ago
  13. bb5d856 fix by Miklos Szeredi · 21 years ago
  14. 2ab18db oops - forgot to add fuse/python/setup.py before - here it is! by David McNab · 21 years ago
  15. 8bf6263 python module by David McNab · 21 years ago
  16. 874d95d fix by Miklos Szeredi · 21 years ago
  17. 406bf11 added RTA to filesystem list by Miklos Szeredi · 21 years ago
  18. 31dc225 Also check the return value of kmalloc in case of memory starvation. by Michael Grigoriev · 21 years ago
  19. 37b3f3b Removed an unused variable and added a bit of error checking in read combining by Michael Grigoriev · 21 years ago
  20. f27ec7d fix by Miklos Szeredi · 21 years ago
  21. 36ca556 read combining patch by Miklos Szeredi · 21 years ago
  22. 4aa9642 added new filesystems by Miklos Szeredi · 21 years ago
  23. 4aa1183 *** empty log message *** by Miklos Szeredi · 21 years ago
  24. f08ace0 fix by Miklos Szeredi · 21 years ago
  25. 0e53508 fix by Miklos Szeredi · 21 years ago
  26. ce63733 updated Debian packaging: by Roland Bauerschmidt · 21 years ago
  27. 27af48b fixes by Miklos Szeredi · 21 years ago
  28. 02ceb11 patch for 2.6 by Michael Grigoriev by Miklos Szeredi · 21 years ago
  29. da4e486 caching patch by Michael Grigoriev by Miklos Szeredi · 21 years ago
  30. 868f16f seems the arguments for fuse_mount() have changed slightly. by Mark Glines · 21 years ago
  31. 8483847 specfile fix by Miklos Szeredi · 21 years ago
  32. 21c282b spec file fix by Miklos Szeredi · 21 years ago
  33. 180ef7a formatting fixes by Miklos Szeredi · 22 years ago
  34. 79b461a fix umount oops by Miklos Szeredi · 22 years ago
  35. 941ae4c spec file changes by Miklos Szeredi · 22 years ago
  36. a9b2f26 fuse.spec updated by Miklos Szeredi · 22 years ago
  37. c0226bb final touches before release by Miklos Szeredi · 22 years ago
  38. 828e6b9 version change by Miklos Szeredi · 22 years ago
  39. fa84e0d SuSE compilation fix by Miklos Szeredi · 22 years ago
  40. 9478e86 release() changes by Miklos Szeredi · 22 years ago
  41. 40b9a5a release() changes by Miklos Szeredi · 22 years ago
  42. 383a9df release() changes by Miklos Szeredi · 22 years ago
  43. c8ba237 added release() callback by Miklos Szeredi · 22 years ago
  44. 5e427cd makefile fix by Miklos Szeredi · 22 years ago
  45. 0f48a26 fixes by Miklos Szeredi · 22 years ago
  46. 5f05481 fixes by Miklos Szeredi · 22 years ago
  47. 6bf8b68 Portability fix by Miklos Szeredi · 22 years ago
  48. 8b39a9f version change + cleanups by Miklos Szeredi · 22 years ago
  49. d6e9f88 use fuse_mount in fuse_main by Miklos Szeredi · 22 years ago
  50. 5e5d61f fix for ESTALE problem introduced in 2.4.19 by Miklos Szeredi · 22 years ago
  51. 60c2352 fix incompatiblity with Red Hat kernels by Miklos Szeredi · 22 years ago
  52. c1a0da1 cvsignore fixes by Miklos Szeredi · 22 years ago
  53. 24ed945 statfs header cleanup by Miklos Szeredi · 22 years ago
  54. 27fc1b3 loopback has been moved to examples/ by Mark Glines · 22 years ago
  55. 1b67bea forgot to commit this earlier: removed some debugging, and enabled full functionality. by Mark Glines · 22 years ago
  56. 23334c6 cleaned up semantics of fd-passing and error handling by Mark Glines · 22 years ago
  57. e215e7a updated MANIFEST to reflect lack of examples in same dir by Mark Glines · 22 years ago
  58. 34f1a73 moved examples into a subdirectory updated the README by Mark Glines · 22 years ago
  59. a6e354a fixed the last bug I know about! by Mark Glines · 22 years ago
  60. f4736e7 fixes by Miklos Szeredi · 22 years ago
  61. 7603e1c added a getattr test, removed a test for loopback.pl being executable (which by Mark Glines · 23 years ago
  62. ca558a4 Weird. A scalar at the end of the list was folded into the middle of the by Mark Glines · 23 years ago
  63. 2555608 tuned testing system slightly by Mark Glines · 23 years ago
  64. 8811161 added a test framework updated README fixed a couple of bugs in loopback.pl by Mark Glines · 23 years ago
  65. 7574b05 follow the s/fuse_mount_ioslave/fuse_mount/g API change by Mark Glines · 23 years ago
  66. a4b0c77 interface cleanup by Miklos Szeredi · 23 years ago
  67. 4b5006a write(): fixed seek/append semantics, this fixes gcc/ld by Mark Glines · 23 years ago
  68. f578b5c updated the BUGS section with my TODO list by Mark Glines · 23 years ago
  69. 18cf961 disabled debugging messages by Mark Glines · 23 years ago
  70. a0c0d5c use fuse_mount_ioslave(), and get rid of that lame argv-rebuilding crap by Mark Glines · 23 years ago
  71. 65ba219 fuse_mount_ioslave() and helper util by Mark Glines · 23 years ago
  72. f0cd8e4 Changed #include "fusestat.h" to #include <fusestat.h> and added fusestat.h by Roland Bauerschmidt · 23 years ago
  73. d99aa52 Before calling dh_clean check if debian/control exists and touch it otherwise. by Roland Bauerschmidt · 23 years ago
  74. 98fa847 minor fixes by Miklos Szeredi · 23 years ago
  75. 45c7019 Removed debian/control from CVS as it is auto-generated to be able to by Roland Bauerschmidt · 23 years ago
  76. 5d7ce05 Removed python and perl stuff from debian packaging information. by Roland Bauerschmidt · 23 years ago
  77. 7e9f24a Added first version of debian packaging files. by Roland Bauerschmidt · 23 years ago
  78. 220635a updated the ChangeLog to reflect changes to struct statfs and struct fuse_statfs by Mark Glines · 23 years ago
  79. 85801bb 'struct statfs' changes size, and entries within it change position, depending by Mark Glines · 23 years ago
  80. 3e3d081 no longer link against efence by Mark Glines · 23 years ago
  81. 081f3c2 added specfile for redhat by Miklos Szeredi · 23 years ago
  82. 29c9323 fixed mkdir/rmdir by Mark Glines · 23 years ago
  83. 9b6b44c fixed read(), finally! by Mark Glines · 23 years ago
  84. 8ed0924 some fixes - next up is read() by Mark Glines · 23 years ago
  85. f782fc4 rpm support by Miklos Szeredi · 23 years ago
  86. 074b4b9 minor fixes by Miklos Szeredi · 23 years ago
  87. ddc862a release preparations by Miklos Szeredi · 23 years ago
  88. 4b2bef4 fixes by Miklos Szeredi · 23 years ago
  89. 46a46dc changelog updated by Miklos Szeredi · 23 years ago
  90. d84b39a Added statfs support to kernel, lib, examples, and perl by Mark Glines · 23 years ago
  91. 6ebe234 minor changes by Miklos Szeredi · 23 years ago
  92. 019b4e9 cross compilation fixes by Miklos Szeredi · 23 years ago
  93. ba8ec88 minor fixes by Miklos Szeredi · 23 years ago
  94. fe25def permission checking implemented by Miklos Szeredi · 23 years ago
  95. 2e50d43 preparations for cred checking in fs by Miklos Szeredi · 23 years ago
  96. 20dd496 fuser-perl changes by Miklos Szeredi · 23 years ago
  97. acd4e06 minor updates by Miklos Szeredi · 23 years ago
  98. bf36016 perl bindings by Miklos Szeredi · 23 years ago
  99. 0e66d05 entry in BUGS by Miklos Szeredi · 23 years ago
  100. 63a63bc minor updates by Miklos Szeredi · 23 years ago