1. c8ba237 added release() callback by Miklos Szeredi · 22 years ago
  2. 5e427cd makefile fix by Miklos Szeredi · 22 years ago
  3. 0f48a26 fixes by Miklos Szeredi · 22 years ago
  4. 5f05481 fixes by Miklos Szeredi · 22 years ago
  5. 6bf8b68 Portability fix by Miklos Szeredi · 22 years ago
  6. 8b39a9f version change + cleanups by Miklos Szeredi · 22 years ago
  7. d6e9f88 use fuse_mount in fuse_main by Miklos Szeredi · 22 years ago
  8. 5e5d61f fix for ESTALE problem introduced in 2.4.19 by Miklos Szeredi · 22 years ago
  9. 60c2352 fix incompatiblity with Red Hat kernels by Miklos Szeredi · 22 years ago
  10. c1a0da1 cvsignore fixes by Miklos Szeredi · 22 years ago
  11. 24ed945 statfs header cleanup by Miklos Szeredi · 22 years ago
  12. 27fc1b3 loopback has been moved to examples/ by Mark Glines · 22 years ago
  13. 1b67bea forgot to commit this earlier: removed some debugging, and enabled full functionality. by Mark Glines · 22 years ago
  14. 23334c6 cleaned up semantics of fd-passing and error handling by Mark Glines · 22 years ago
  15. e215e7a updated MANIFEST to reflect lack of examples in same dir by Mark Glines · 22 years ago
  16. 34f1a73 moved examples into a subdirectory updated the README by Mark Glines · 22 years ago
  17. a6e354a fixed the last bug I know about! by Mark Glines · 22 years ago
  18. f4736e7 fixes by Miklos Szeredi · 22 years ago
  19. 7603e1c added a getattr test, removed a test for loopback.pl being executable (which by Mark Glines · 22 years ago
  20. ca558a4 Weird. A scalar at the end of the list was folded into the middle of the by Mark Glines · 22 years ago
  21. 2555608 tuned testing system slightly by Mark Glines · 22 years ago
  22. 8811161 added a test framework updated README fixed a couple of bugs in loopback.pl by Mark Glines · 22 years ago
  23. 7574b05 follow the s/fuse_mount_ioslave/fuse_mount/g API change by Mark Glines · 22 years ago
  24. a4b0c77 interface cleanup by Miklos Szeredi · 22 years ago
  25. 4b5006a write(): fixed seek/append semantics, this fixes gcc/ld by Mark Glines · 22 years ago
  26. f578b5c updated the BUGS section with my TODO list by Mark Glines · 22 years ago
  27. 18cf961 disabled debugging messages by Mark Glines · 22 years ago
  28. a0c0d5c use fuse_mount_ioslave(), and get rid of that lame argv-rebuilding crap by Mark Glines · 22 years ago
  29. 65ba219 fuse_mount_ioslave() and helper util by Mark Glines · 22 years ago
  30. f0cd8e4 Changed #include "fusestat.h" to #include <fusestat.h> and added fusestat.h by Roland Bauerschmidt · 22 years ago
  31. d99aa52 Before calling dh_clean check if debian/control exists and touch it otherwise. by Roland Bauerschmidt · 22 years ago
  32. 98fa847 minor fixes by Miklos Szeredi · 22 years ago
  33. 45c7019 Removed debian/control from CVS as it is auto-generated to be able to by Roland Bauerschmidt · 22 years ago
  34. 5d7ce05 Removed python and perl stuff from debian packaging information. by Roland Bauerschmidt · 22 years ago
  35. 7e9f24a Added first version of debian packaging files. by Roland Bauerschmidt · 22 years ago
  36. 220635a updated the ChangeLog to reflect changes to struct statfs and struct fuse_statfs by Mark Glines · 22 years ago
  37. 85801bb 'struct statfs' changes size, and entries within it change position, depending by Mark Glines · 22 years ago
  38. 3e3d081 no longer link against efence by Mark Glines · 22 years ago
  39. 081f3c2 added specfile for redhat by Miklos Szeredi · 22 years ago
  40. 29c9323 fixed mkdir/rmdir by Mark Glines · 23 years ago
  41. 9b6b44c fixed read(), finally! by Mark Glines · 23 years ago
  42. 8ed0924 some fixes - next up is read() by Mark Glines · 23 years ago
  43. f782fc4 rpm support by Miklos Szeredi · 23 years ago
  44. 074b4b9 minor fixes by Miklos Szeredi · 23 years ago
  45. ddc862a release preparations by Miklos Szeredi · 23 years ago
  46. 4b2bef4 fixes by Miklos Szeredi · 23 years ago
  47. 46a46dc changelog updated by Miklos Szeredi · 23 years ago
  48. d84b39a Added statfs support to kernel, lib, examples, and perl by Mark Glines · 23 years ago
  49. 6ebe234 minor changes by Miklos Szeredi · 23 years ago
  50. 019b4e9 cross compilation fixes by Miklos Szeredi · 23 years ago
  51. ba8ec88 minor fixes by Miklos Szeredi · 23 years ago
  52. fe25def permission checking implemented by Miklos Szeredi · 23 years ago
  53. 2e50d43 preparations for cred checking in fs by Miklos Szeredi · 23 years ago
  54. 20dd496 fuser-perl changes by Miklos Szeredi · 23 years ago
  55. acd4e06 minor updates by Miklos Szeredi · 23 years ago
  56. bf36016 perl bindings by Miklos Szeredi · 23 years ago
  57. 0e66d05 entry in BUGS by Miklos Szeredi · 23 years ago
  58. 63a63bc minor updates by Miklos Szeredi · 23 years ago
  59. 99ddf0e thread management fix by Miklos Szeredi · 23 years ago
  60. 9624998 better exit handling by Miklos Szeredi · 23 years ago
  61. cc8c975 writing modules made more easy by Miklos Szeredi · 23 years ago
  62. 0e8702b *** empty log message *** by Miklos Szeredi · 23 years ago
  63. 729531e t by Miklos Szeredi · 23 years ago
  64. 25ac8b7 t by Miklos Szeredi · 23 years ago
  65. fe42812 fusermount changes by Miklos Szeredi · 23 years ago
  66. 3323203 multithreading improvements by Miklos Szeredi · 23 years ago
  67. bcb2917 getting close to a final solution for mulithreaded operation by Miklos Szeredi · 23 years ago
  68. 4369643 performance improvements by Miklos Szeredi · 23 years ago
  69. 07d2849 python fix by Miklos Szeredi · 23 years ago
  70. 4c74929 fixes in kernel module by Miklos Szeredi · 23 years ago
  71. 66aeb51 Makefile temporarily added to python dir by Miklos Szeredi · 23 years ago
  72. f830a7f multithreading works in Python by Miklos Szeredi · 23 years ago
  73. 680a69a threading fixes by Miklos Szeredi · 23 years ago
  74. fff56ab better thread management by Miklos Szeredi · 23 years ago
  75. 39f2867 fix unmount bug by Miklos Szeredi · 23 years ago
  76. 838c14f added python bindings by Miklos Szeredi · 23 years ago
  77. 0503304 fix vfsmount leak bug in fuse_follow_link by Miklos Szeredi · 23 years ago
  78. 0a7077f x by Miklos Szeredi · 23 years ago
  79. 8cffdb9 preparing for release by Miklos Szeredi · 23 years ago
  80. 552c281 fusermount by Miklos Szeredi · 23 years ago
  81. 3cb3f14 build fix by Miklos Szeredi · 23 years ago
  82. f3ea83b build and install fixes by Miklos Szeredi · 23 years ago
  83. c0938ea build fixes by Miklos Szeredi · 23 years ago
  84. 97c61e9 build with automake by Miklos Szeredi · 23 years ago
  85. 2df1c04 cleanups by Miklos Szeredi · 23 years ago
  86. 21ed360 x by Miklos Szeredi · 23 years ago
  87. a181e61 bugfixes by Miklos Szeredi · 23 years ago
  88. 5e18348 x by Miklos Szeredi · 23 years ago
  89. 19dff1b x by Miklos Szeredi · 23 years ago
  90. b483c93 x by Miklos Szeredi · 23 years ago
  91. 85c74fc x by Miklos Szeredi · 23 years ago
  92. 90d8bef *** empty log message *** by Miklos Szeredi · 23 years ago
  93. 724f2bc improvements by Miklos Szeredi · 23 years ago
  94. d8ae714 improvements by Miklos Szeredi · 23 years ago
  95. 79b52f6 improvements by Miklos Szeredi · 23 years ago
  96. d831855 cvsignore by Miklos Szeredi · 23 years ago
  97. bc22e7b Imported sources by Miklos Szeredi · 23 years ago