summaryrefslogtreecommitdiff
path: root/libgphoto2_port/serial
Commit message (Expand)AuthorAgeFilesLines
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-18/+2
* Remove remnants of OS/2 supportHans Ulrich Niedermann2021-09-081-46/+0
* Add _DARWIN_C_SOURCE to most files that use string.h (#615)RafaƂ Hirsz2021-01-291-0/+1
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-15/+15
* Add midnightbsd serial configuration.Lucas Holt2018-09-131-1/+8
* BSD_SOURCE defined changed to DEFAULT_SOURCEMarcus Meissner2018-06-171-1/+1
* do not check the return of the gp_port_info_list_append in genericMarcus Meissner2016-02-071-1/+8
* remove more unistd.h inclusions that are not neededMarcus Meissner2016-01-031-3/+0
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-9/+5
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-221-13/+7
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-4/+2
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-211-6/+3
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-6/+4
* conveted to asciiMarcus Meissner2014-06-271-6/+6
* From: "Daniel P. Berrange" <berrange@redhat.com>Marcus Meissner2014-04-111-20/+1
* check return value of gp_port_info_list_append (Coverity)Marcus Meissner2014-01-051-2/+1
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* added _BSD_SOURCE define for readlink, snprintf prototypesMarcus Meissner2013-02-191-2/+4
* removed baudboy.h usageMarcus Meissner2011-10-221-5/+3
* Replace all %m format stringsHans Ulrich Niedermann2010-02-011-8/+21
* include <sys/select.h> if presentMarcus Meissner2009-07-011-0/+3
* fixed code to work with new port handling magic.Marcus Meissner2009-02-171-24/+31
* disable lock & open during "list ports" action.Marcus Meissner2008-11-061-1/+2
* make signedness issues less troublesome.Marcus Meissner2008-10-191-4/+14
* removedMarcus Meissner2008-09-261-6/+0
* O_NDELAY -> O_NONBLOCKMarcus Meissner2008-05-061-1/+1
* GPPortInfo struct abstracted into a private struct.Marcus Meissner2008-03-151-10/+19
* removed resmgr support (deprecated)Marcus Meissner2008-03-131-31/+1
* revert lastMarcus Meissner2007-11-021-4/+0
* if there is no O_NDELAY , define it as 0 for nowMarcus Meissner2007-11-021-0/+4
* Non-recursive iolib buildHans Ulrich Niedermann2007-08-141-12/+12
* build iolibs in one directory (commit 1 of at least 2)Hans Ulrich Niedermann2007-08-141-0/+0
* note what the __EXTENSIONS__ is good forHans Ulrich Niedermann2007-08-021-0/+1
* added an __EXTENSIONS__ necessary for SolarisMarcus Meissner2007-08-021-0/+2
* added missing error return (CID 24)Marcus Meissner2007-05-111-0/+1
* fixed 3rd argument to strncat() (should be leftover length instead ofMarcus Meissner2006-10-261-1/+1
* merged from NetBSD patchset.Marcus Meissner2006-10-221-1/+1
* Move header files one last time to reduce file path lengths in tarball.Hans Ulrich Niedermann2006-10-141-1/+1
* Remove all OS/2 specific build files.Hans Ulrich Niedermann2006-10-063-31/+0
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-4/+4
* also add $(INTLLIBS) to the port drivers.Marcus Meissner2006-06-251-1/+2
* struct stat s also used on non __linux.Marcus Meissner2006-06-191-2/+0
* stat the devices before opening, to safe time on locking attemptsMarcus Meissner2006-04-171-0/+4
* serial devices are called slightly different with FreeBSD >= 6.0Marcus Meissner2006-01-201-0/+4
* add *.sym file to _DEPENDENCIESHans Ulrich Niedermann2006-01-031-0/+1
* install lean mean iolibs with short filenames and symbol listsHans Ulrich Niedermann2005-05-091-7/+8
* use the same preprocessor syntax for all blocksHans Ulrich Niedermann2005-05-021-6/+6
* more new build systemHans Ulrich Niedermann2005-04-141-3/+4
* * Check for IUCL directly, not by OS type.Marcus Meissner2005-03-041-4/+2
* 2003-12-11 Lutz Mueller <lutz@users.sourceforge.net>Lutz Mueller2003-12-111-8/+13