summaryrefslogtreecommitdiff
path: root/libgphoto2_port/disk
Commit message (Expand)AuthorAgeFilesLines
* report only fstype, not fsname ... otherwise might like pths or UUIDs in logf...Marcus Meissner2022-09-041-2/+2
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-18/+2
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-5/+5
* filter out davfsMarcus Meissner2018-01-291-0/+4
* remove listed disk: entry again to avoid confusing autodetectorsMarcus Meissner2016-02-101-6/+0
* do not check the return of the gp_port_info_list_append in genericMarcus Meissner2016-02-071-1/+1
* list the disk: portMarcus Meissner2016-02-071-0/+5
* if a fuse filesystem is backed by a /dev/ device, allow itMarcus Meissner2016-02-061-4/+15
* remove some useless includesMarcus Meissner2016-01-041-5/+0
* remove more unistd.h inclusions that are not neededMarcus Meissner2016-01-031-1/+0
* filter out x-systemd.automountMarcus Meissner2014-07-271-2/+7
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-4/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-4/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-9/+3
* umlaut conversionMarcus Meissner2014-06-271-1/+1
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* also check some types in fstypeMarcus Meissner2013-07-251-2/+21
* blacklist more stupid filesystemsMarcus Meissner2011-12-101-0/+16
* also add cifs in mtabMarcus Meissner2011-01-311-0/+1
* Fixed some compiler warnings and portability issuesDan Fandrich2010-07-141-1/+1
* begone, HAL, foul fiend...Marcus Meissner2010-04-012-113/+1
* Fixed a bunch of C89 and SUS portability issues.Dan Fandrich2009-07-301-0/+2
* correct close in endmntent replacementMarcus Meissner2009-07-251-1/+1
* Even if DBUS or HAL fails, add the regexp matcher.Marcus Meissner2009-07-111-3/+4
* wegMarcus Meissner2008-09-261-6/+0
* also port mntent handling to new port styleMarcus Meissner2008-03-311-9/+29
* ignore some more remount mounted typesMarcus Meissner2008-03-181-0/+9
* GPPortInfo struct abstracted into a private struct.Marcus Meissner2008-03-151-8/+18
* do not recursively go into "gphotofs" mounts when using gphotofs.Marcus Meissner2008-02-131-6/+8
* Non-recursive iolib buildHans Ulrich Niedermann2007-08-141-12/+9
* build iolibs in one directory (commit 1 of at least 2)Hans Ulrich Niedermann2007-08-141-0/+0
* * libgphoto2_port/disk/disk.c (gp_port_library_list): handleHubert Figuiere2007-01-031-6/+18
* Make sure AM_CPPFLAGS with the local -I directories comes first.Hans Ulrich Niedermann2006-12-071-1/+1
* Move header files one last time to reduce file path lengths in tarball.Hans Ulrich Niedermann2006-10-141-2/+4
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-4/+4
* * disk.c (gp_port_library_list): ignore FUSE filesystemHubert Figuiere2006-09-202-6/+15
* added solaris mnttab handling (untested)Marcus Meissner2006-09-091-0/+70
* no close() ... or we close the wrong busMarcus Meissner2006-09-061-1/+0
* dbus_connection_disconnect is now dbus_connection_close.Marcus Meissner2006-09-051-1/+1
* also add $(INTLLIBS) to the port drivers.Marcus Meissner2006-06-251-0/+1
* check return values of setmntent() (could return NULLMarcus Meissner2006-05-311-35/+39
* allow generic disk:/path/ specifications, not just the autodetected ones.Marcus Meissner2006-02-191-1/+5
* check for presence of mntent.h , disable fstab reading if its not there.Marcus Meissner2006-02-021-1/+6
* changed the hal/dbus shutdown code to mirror the "lshal" code better.Marcus Meissner2006-01-031-3/+3
* add *.sym file to _DEPENDENCIESHans Ulrich Niedermann2006-01-031-0/+1
* * read /etc/fstab and /etc/mtab if we have no HAL.Marcus Meissner2005-08-141-2/+57
* * disk.c (gp_port_library_list): unref the dbus connectionHubert Figuiere2005-06-152-1/+7
* * libgphoto2_port/gphoto2-port.h: new disk settings struct.Hubert Figuiere2005-06-132-10/+107
* * disk/*:Hubert Figuiere2005-06-113-0/+164