index
:
delta/libgphoto2.git
fuji
gopro
issue-467-wip
issue-467-wip4
issue-467-wip5
issue-467-wip6
libgphoto2-2_2
libgphoto2-2_3
libgphoto2-2_4
lumix
master
pentax
test
tmp-issue-467-wip3
travis-test
wip
wip-test
github.com: gphoto/libgphoto2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgphoto2_port
/
disk
Commit message (
Expand
)
Author
Age
Files
Lines
*
report only fstype, not fsname ... otherwise might like pths or UUIDs in logf...
Marcus Meissner
2022-09-04
1
-2
/
+2
*
Factor out i18n stuff into separate i18n.h files
Hans Ulrich Niedermann
2021-10-25
1
-18
/
+2
*
Remove trailing whitespace from all *.h and *.c files.
Siim Meerits
2020-07-27
1
-5
/
+5
*
filter out davfs
Marcus Meissner
2018-01-29
1
-0
/
+4
*
remove listed disk: entry again to avoid confusing autodetectors
Marcus Meissner
2016-02-10
1
-6
/
+0
*
do not check the return of the gp_port_info_list_append in generic
Marcus Meissner
2016-02-07
1
-1
/
+1
*
list the disk: port
Marcus Meissner
2016-02-07
1
-0
/
+5
*
if a fuse filesystem is backed by a /dev/ device, allow it
Marcus Meissner
2016-02-06
1
-4
/
+15
*
remove some useless includes
Marcus Meissner
2016-01-04
1
-5
/
+0
*
remove more unistd.h inclusions that are not needed
Marcus Meissner
2016-01-03
1
-1
/
+0
*
filter out x-systemd.automount
Marcus Meissner
2014-07-27
1
-2
/
+7
*
From: Axel Waggershauser <awagger@web.de> ...
Marcus Meissner
2014-07-22
1
-4
/
+2
*
From: Axel Waggershauser <awagger@web.de> ...
Marcus Meissner
2014-07-21
1
-4
/
+2
*
From: Axel Waggershauser <awagger@web.de> ...
Marcus Meissner
2014-07-21
1
-9
/
+3
*
umlaut conversion
Marcus Meissner
2014-06-27
1
-1
/
+1
*
updated fsf address
Marcus Meissner
2014-01-01
1
-2
/
+2
*
also check some types in fstype
Marcus Meissner
2013-07-25
1
-2
/
+21
*
blacklist more stupid filesystems
Marcus Meissner
2011-12-10
1
-0
/
+16
*
also add cifs in mtab
Marcus Meissner
2011-01-31
1
-0
/
+1
*
Fixed some compiler warnings and portability issues
Dan Fandrich
2010-07-14
1
-1
/
+1
*
begone, HAL, foul fiend...
Marcus Meissner
2010-04-01
2
-113
/
+1
*
Fixed a bunch of C89 and SUS portability issues.
Dan Fandrich
2009-07-30
1
-0
/
+2
*
correct close in endmntent replacement
Marcus Meissner
2009-07-25
1
-1
/
+1
*
Even if DBUS or HAL fails, add the regexp matcher.
Marcus Meissner
2009-07-11
1
-3
/
+4
*
weg
Marcus Meissner
2008-09-26
1
-6
/
+0
*
also port mntent handling to new port style
Marcus Meissner
2008-03-31
1
-9
/
+29
*
ignore some more remount mounted types
Marcus Meissner
2008-03-18
1
-0
/
+9
*
GPPortInfo struct abstracted into a private struct.
Marcus Meissner
2008-03-15
1
-8
/
+18
*
do not recursively go into "gphotofs" mounts when using gphotofs.
Marcus Meissner
2008-02-13
1
-6
/
+8
*
Non-recursive iolib build
Hans Ulrich Niedermann
2007-08-14
1
-12
/
+9
*
build iolibs in one directory (commit 1 of at least 2)
Hans Ulrich Niedermann
2007-08-14
1
-0
/
+0
*
* libgphoto2_port/disk/disk.c (gp_port_library_list): handle
Hubert Figuiere
2007-01-03
1
-6
/
+18
*
Make sure AM_CPPFLAGS with the local -I directories comes first.
Hans Ulrich Niedermann
2006-12-07
1
-1
/
+1
*
Move header files one last time to reduce file path lengths in tarball.
Hans Ulrich Niedermann
2006-10-14
1
-2
/
+4
*
Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.
Hans Ulrich Niedermann
2006-09-28
1
-4
/
+4
*
* disk.c (gp_port_library_list): ignore FUSE filesystem
Hubert Figuiere
2006-09-20
2
-6
/
+15
*
added solaris mnttab handling (untested)
Marcus Meissner
2006-09-09
1
-0
/
+70
*
no close() ... or we close the wrong bus
Marcus Meissner
2006-09-06
1
-1
/
+0
*
dbus_connection_disconnect is now dbus_connection_close.
Marcus Meissner
2006-09-05
1
-1
/
+1
*
also add $(INTLLIBS) to the port drivers.
Marcus Meissner
2006-06-25
1
-0
/
+1
*
check return values of setmntent() (could return NULL
Marcus Meissner
2006-05-31
1
-35
/
+39
*
allow generic disk:/path/ specifications, not just the autodetected ones.
Marcus Meissner
2006-02-19
1
-1
/
+5
*
check for presence of mntent.h , disable fstab reading if its not there.
Marcus Meissner
2006-02-02
1
-1
/
+6
*
changed the hal/dbus shutdown code to mirror the "lshal" code better.
Marcus Meissner
2006-01-03
1
-3
/
+3
*
add *.sym file to _DEPENDENCIES
Hans Ulrich Niedermann
2006-01-03
1
-0
/
+1
*
* read /etc/fstab and /etc/mtab if we have no HAL.
Marcus Meissner
2005-08-14
1
-2
/
+57
*
* disk.c (gp_port_library_list): unref the dbus connection
Hubert Figuiere
2005-06-15
2
-1
/
+7
*
* libgphoto2_port/gphoto2-port.h: new disk settings struct.
Hubert Figuiere
2005-06-13
2
-10
/
+107
*
* disk/*:
Hubert Figuiere
2005-06-11
3
-0
/
+164