summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/ptpip.c
Commit message (Expand)AuthorAgeFilesLines
* add a event queue check function, which should do no USB ioMarcus Meissner2017-03-051-0/+6
* _BSD_SOURCE -> _DEFAULT_SOURCEMarcus Meissner2016-12-231-1/+1
* gethostname is not directly on win32peterbud2016-11-191-0/+4
* allow using a different event port for ptpip, usingMarcus Meissner2016-06-151-2/+12
* added missing breakMarcus Meissner2016-05-271-0/+1
* more debug on command sendingMarcus Meissner2016-05-271-1/+10
* debug output of ptp operations in ptpipMarcus Meissner2015-12-291-0/+5
* avoid memory leak (Coverity)Marcus Meissner2015-10-311-0/+2
* the theta has a slight delay in starting up the event socket.Marcus Meissner2015-09-131-5/+13
* ptpip: on end data retry waiting for responseMarcus Meissner2015-09-111-2/+2
* add a dataphase parameter to the sendreq functionMarcus Meissner2015-09-061-2/+6
* getresp might also get enddata (rico theta), so assume PTP_RC_OK there.Marcus Meissner2015-08-251-14/+27
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-09-091-7/+7
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-10/+6
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-26/+26
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-191-4/+4
* From: Axel Waggershauser <awagger@web.de> ...Marcus Meissner2014-07-021-8/+6
* added a missing free in error case (Coverity)Marcus Meissner2014-06-011-0/+1
* Connect to event socket only after the initial connect and sessionMarcus Meissner2014-05-041-8/+15
* currently not ported to win32.Marcus Meissner2014-02-221-2/+17
* access deniedMarcus Meissner2014-02-191-0/+2
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* loop boundaries are unsignedMarcus Meissner2013-08-271-5/+7
* handle return values from selectMarcus Meissner2013-06-301-2/+8
* one more free in error path (Coverity)Marcus Meissner2013-06-281-0/+1
* free data in all edges (Coverity)Marcus Meissner2013-06-281-1/+1
* improved on our own event checkin,Marcus Meissner2013-05-151-24/+21
* https://sourceforge.net/p/gphoto/patches/150/Marcus Meissner2013-05-151-8/+57
* swap major and minor as reported by gKlimaDurst inMarcus Meissner2013-02-271-2/+2
* senddata always uses uint64_t Marcus Meissner2013-01-291-1/+1
* added note on GUIDs on WU-1Marcus Meissner2012-11-211-0/+2
* moved headersMarcus Meissner2011-08-191-1/+3
* eos camera status flag internal supportMarcus Meissner2010-12-291-4/+5
* startdata is actually 4 byte longerMarcus Meissner2010-08-181-1/+3
* len should be retMarcus Meissner2009-12-151-1/+1
* renamed private to privMarcus Meissner2009-08-191-3/+3
* More portability fixes.Dan Fandrich2009-08-011-0/+2
* fixed wrong comparisonMarcus Meissner2008-02-141-1/+1
* added check for NULL return from strchr (CID 26)Marcus Meissner2007-05-081-1/+6
* Added Canon PowerShot A550Marcus Meissner2007-04-041-1/+4
* free allocated memory.Marcus Meissner2007-02-251-0/+5
* dont check the event before we initialized the event handlingMarcus Meissner2007-02-251-3/+2
* check some NULL ptr returns from strdup, mallocMarcus Meissner2007-02-071-0/+2
* major rewrite of data flow engineMarcus Meissner2006-12-281-31/+37
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-3/+3
* sendtofdMarcus Meissner2006-08-271-1/+6
* compile fix, add to_fd.Marcus Meissner2006-08-231-1/+6
* umm, guid getter needs to non-static.Marcus Meissner2006-07-071-2/+1
* Nikon CoolPix Px WIFI profile configuration support.Marcus Meissner2006-07-071-5/+67
* added sys/types.hMarcus Meissner2006-06-231-0/+1