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
/
serial
/
unix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out i18n stuff into separate i18n.h files
Hans Ulrich Niedermann
2021-10-25
1
-18
/
+2
*
Remove remnants of OS/2 support
Hans Ulrich Niedermann
2021-09-08
1
-46
/
+0
*
Add _DARWIN_C_SOURCE to most files that use string.h (#615)
Rafał Hirsz
2021-01-29
1
-0
/
+1
*
Remove trailing whitespace from all *.h and *.c files.
Siim Meerits
2020-07-27
1
-15
/
+15
*
Add midnightbsd serial configuration.
Lucas Holt
2018-09-13
1
-1
/
+8
*
BSD_SOURCE defined changed to DEFAULT_SOURCE
Marcus Meissner
2018-06-17
1
-1
/
+1
*
do not check the return of the gp_port_info_list_append in generic
Marcus Meissner
2016-02-07
1
-1
/
+8
*
remove more unistd.h inclusions that are not needed
Marcus Meissner
2016-01-03
1
-3
/
+0
*
From: Axel Waggershauser <awagger@web.de> ...
Marcus Meissner
2014-07-22
1
-9
/
+5
*
From: Axel Waggershauser <awagger@web.de> ...
Marcus Meissner
2014-07-22
1
-13
/
+7
*
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
-6
/
+3
*
From: Axel Waggershauser <awagger@web.de> ...
Marcus Meissner
2014-07-19
1
-6
/
+4
*
conveted to ascii
Marcus Meissner
2014-06-27
1
-6
/
+6
*
From: "Daniel P. Berrange" <berrange@redhat.com>
Marcus Meissner
2014-04-11
1
-20
/
+1
*
check return value of gp_port_info_list_append (Coverity)
Marcus Meissner
2014-01-05
1
-2
/
+1
*
updated fsf address
Marcus Meissner
2014-01-01
1
-2
/
+2
*
added _BSD_SOURCE define for readlink, snprintf prototypes
Marcus Meissner
2013-02-19
1
-2
/
+4
*
removed baudboy.h usage
Marcus Meissner
2011-10-22
1
-5
/
+3
*
Replace all %m format strings
Hans Ulrich Niedermann
2010-02-01
1
-8
/
+21
*
include <sys/select.h> if present
Marcus Meissner
2009-07-01
1
-0
/
+3
*
fixed code to work with new port handling magic.
Marcus Meissner
2009-02-17
1
-24
/
+31
*
disable lock & open during "list ports" action.
Marcus Meissner
2008-11-06
1
-1
/
+2
*
make signedness issues less troublesome.
Marcus Meissner
2008-10-19
1
-4
/
+14
*
O_NDELAY -> O_NONBLOCK
Marcus Meissner
2008-05-06
1
-1
/
+1
*
GPPortInfo struct abstracted into a private struct.
Marcus Meissner
2008-03-15
1
-10
/
+19
*
removed resmgr support (deprecated)
Marcus Meissner
2008-03-13
1
-31
/
+1
*
revert last
Marcus Meissner
2007-11-02
1
-4
/
+0
*
if there is no O_NDELAY , define it as 0 for now
Marcus Meissner
2007-11-02
1
-0
/
+4
*
note what the __EXTENSIONS__ is good for
Hans Ulrich Niedermann
2007-08-02
1
-0
/
+1
*
added an __EXTENSIONS__ necessary for Solaris
Marcus Meissner
2007-08-02
1
-0
/
+2
*
added missing error return (CID 24)
Marcus Meissner
2007-05-11
1
-0
/
+1
*
fixed 3rd argument to strncat() (should be leftover length instead of
Marcus Meissner
2006-10-26
1
-1
/
+1
*
merged from NetBSD patchset.
Marcus Meissner
2006-10-22
1
-1
/
+1
*
Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.
Hans Ulrich Niedermann
2006-09-28
1
-4
/
+4
*
struct stat s also used on non __linux.
Marcus Meissner
2006-06-19
1
-2
/
+0
*
stat the devices before opening, to safe time on locking attempts
Marcus Meissner
2006-04-17
1
-0
/
+4
*
serial devices are called slightly different with FreeBSD >= 6.0
Marcus Meissner
2006-01-20
1
-0
/
+4
*
use the same preprocessor syntax for all blocks
Hans Ulrich Niedermann
2005-05-02
1
-6
/
+6
*
* Check for IUCL directly, not by OS type.
Marcus Meissner
2005-03-04
1
-4
/
+2
*
2003-12-11 Lutz Mueller <lutz@users.sourceforge.net>
Lutz Mueller
2003-12-11
1
-8
/
+13
*
Update Lutz's email
Arnaud Launay
2003-07-13
1
-1
/
+1
*
* fallback to std open in list devices if resmgr is not running.
Marcus Meissner
2003-02-17
1
-2
/
+4
*
make the #warning dependant on __GCC__
Arnaud Launay
2003-02-11
1
-9
/
+19
*
* unix.c: Cast -1 to char, since char can be unsigned or signed.
Marcus Meissner
2003-02-11
1
-2
/
+2
*
replace (c) and (C) by �
Arnaud Launay
2002-12-15
1
-6
/
+6
*
* serial/unix.c, configure.in: Added support for libresmgr style locking.
Marcus Meissner
2002-11-29
1
-3
/
+38
*
gettext stuff for Arnaud
Hans Ulrich Niedermann
2002-11-23
1
-1
/
+1
*
2002-06-12 Lutz M�ller <lutz@users.sourceforge.net>
Lutz Mueller
2002-06-12
1
-27
/
+27
*
the locking problems do not concern USB cams
Hans Ulrich Niedermann
2002-05-25
1
-0
/
+1
[next]