]> git.tdb.fi Git - pmount-gui.git/log
pmount-gui.git
9 years agoUse select when reading mount command output
Mikko Rasa [Sat, 19 Apr 2014 18:02:47 +0000 (21:02 +0300)]
Use select when reading mount command output

If pmount ends up using FUSE to do the actual mounting, the filesystem
driver process inherits the output capture pipe.  In this case the write
end of the pipe stays open and read can block indefinitely.  Instead of
relying on read to return eof, call waitpid if select indicates no data
available.

9 years agoSupport optical media devices
Mikko Rasa [Sat, 19 Apr 2014 17:30:57 +0000 (20:30 +0300)]
Support optical media devices

9 years agoMore efficient way to recognize removable buses
Mikko Rasa [Sat, 19 Apr 2014 17:30:40 +0000 (20:30 +0300)]
More efficient way to recognize removable buses

9 years agoSupport user-mountable devices in fstab
Mikko Rasa [Sat, 19 Apr 2014 15:57:51 +0000 (18:57 +0300)]
Support user-mountable devices in fstab

9 years agoGeneralize mtab handling code
Mikko Rasa [Sat, 19 Apr 2014 15:09:42 +0000 (18:09 +0300)]
Generalize mtab handling code

11 years agoClose the mount window if esc is pressed
Mikko Rasa [Sat, 6 Oct 2012 11:43:55 +0000 (14:43 +0300)]
Close the mount window if esc is pressed

11 years agoUse the proper macro for connecting signal callbacks
Mikko Rasa [Sat, 6 Oct 2012 11:30:14 +0000 (14:30 +0300)]
Use the proper macro for connecting signal callbacks

11 years agoChange the verbosity levels of some messages
Mikko Rasa [Sat, 6 Oct 2012 11:19:32 +0000 (14:19 +0300)]
Change the verbosity levels of some messages

11 years agoMore comprehensive check for mountable devices
Mikko Rasa [Sat, 6 Oct 2012 10:08:54 +0000 (13:08 +0300)]
More comprehensive check for mountable devices

11 years agoFree device descriptions
Mikko Rasa [Fri, 5 Oct 2012 22:50:47 +0000 (01:50 +0300)]
Free device descriptions

11 years agoMake get_device_properties robust against long property values
Mikko Rasa [Fri, 5 Oct 2012 22:50:07 +0000 (01:50 +0300)]
Make get_device_properties robust against long property values

11 years agoAvoid checking the same device more than once
Mikko Rasa [Fri, 5 Oct 2012 22:41:07 +0000 (01:41 +0300)]
Avoid checking the same device more than once

12 years agoAdd readme and license files
Mikko Rasa [Thu, 20 Oct 2011 13:24:20 +0000 (16:24 +0300)]
Add readme and license files

12 years agoAdd verbose flag and unmount mode
Mikko Rasa [Thu, 20 Oct 2011 12:58:09 +0000 (15:58 +0300)]
Add verbose flag and unmount mode

12 years agoOmit mounted devices from the list
Mikko Rasa [Thu, 20 Oct 2011 12:38:33 +0000 (15:38 +0300)]
Omit mounted devices from the list

12 years agoBetter error checking and reporting
Mikko Rasa [Thu, 20 Oct 2011 12:12:46 +0000 (15:12 +0300)]
Better error checking and reporting

12 years agoInitial commit
Mikko Rasa [Thu, 20 Oct 2011 11:48:04 +0000 (14:48 +0300)]
Initial commit
Basic functionality is done