summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update NEWS with latest changesMartin Szulecki2014-10-031-8/+23
* Update and slightly cleanup copyright headers of public APIMartin Szulecki2014-10-032-43/+40
* Update README with latest information and project URLsMartin Szulecki2014-10-031-199/+48
* Rename license file to more generic COPYINGMartin Szulecki2014-10-031-0/+0
* Remove umaintained and untested Python toolsMartin Szulecki2014-10-033-397/+0
* Remove obsolete files from "stuff", afc can be used easily insteadMartin Szulecki2014-10-032-66/+0
* Remove outdated and unmaintained README.develMartin Szulecki2014-10-031-50/+0
* iproxy: Print correct error message when receiving failsNikias Bassen2014-10-031-2/+2
* iproxy: Use internal socket helper functions everywhere for better portabilityNikias Bassen2014-10-031-13/+11
* iproxy: Detach accept thread to handle multiple connectionsEric Day2014-10-031-6/+16
* iproxy: Also disconnect client if usbmuxd is not running or no device is foundNikias Bassen2014-09-261-0/+6
* iproxy: Disconnect client if no or unmatching device is connectedNikias Bassen2014-09-211-1/+4
* iproxy: Add the ability to filter by UDIDEric Day2014-09-211-4/+28
* Properly rename header guards according to C++ standardNikias Bassen2014-09-134-11/+11
* Return 0 on success in usbmuxd_read_buid()Nikias Bassen2014-09-111-1/+2
* Properly dereference record_data to check that it's set.Aaron Burghardt2014-06-201-1/+1
* tools: Use $(top_builddir) instead of relative path to fix out of tree buildMartin Szulecki2014-05-091-1/+1
* Make sure to close socket if usbmuxd_get_device_list() errors outNikias Bassen2014-05-061-0/+3
* Close socket in usbmuxd_read_buid() and usbmuxd_*_pair_record() functionsNikias Bassen2014-04-241-0/+4
* Fix check for validity of socket file descriptorNikias Bassen2014-03-251-1/+1
* Properly handle segmented send/receive situationsNikias Bassen2014-03-241-4/+20
* Improve error checking around usbmuxd_get_result()Nikias Bassen2014-03-241-15/+18
* Post-release version bump to 1.0.10Nikias Bassen2014-03-241-1/+1
* Added NEWS with latest changes1.0.9Nikias Bassen2014-03-221-0/+18
* Use plist_dict_set_item() instead of deprecated plist_dict_insert_item()Nikias Bassen2014-03-221-9/+9
* socket: Fix compiler warning due to unused variableMartin Szulecki2014-03-121-0/+4
* socket: avoid SIGPIPE using SO_NOSIGPIPE or MSG_NOSIGNALNikias Bassen2014-03-111-1/+40
* usbmuxd_send(): return negative errno value on errorNikias Bassen2014-03-111-1/+1
* use socket_send() instead of send()Nikias Bassen2014-03-101-1/+1
* plug several memory leaksNikias Bassen2014-03-021-4/+7
* remove invalid freeNikias Bassen2014-03-021-1/+0
* Change vendor id to org.libimobiledevice.usbmuxdMartin Szulecki2014-02-101-1/+1
* Replace socket implementation and fix indentation in iproxy sourcesMartin Szulecki2014-02-106-328/+340
* removed mutex lock - concurrency issues where caused by tag mismatchNikias Bassen2014-01-151-18/+0
* make usbmuxd_send() return a negative errno value like specified in the docsNikias Bassen2014-01-101-1/+2
* make 'use_tag' usage thread safe and ignore tag mismatch errorsNikias Bassen2014-01-081-28/+39
* Fix checking return values from usbmuxdNikias Bassen2014-01-071-4/+4
* correct some debug messagesNikias Bassen2013-12-131-4/+4
* bump soversion to reflect new interface functionsNikias Bassen2013-12-131-1/+1
* implemented usbmuxd_read/save/delete_pair_record()Nikias Bassen2013-12-132-0/+166
* implemented usbmuxd_read_buid()Nikias Bassen2013-12-132-0/+61
* make libplist dependency/protov1 support mandatoryNikias Bassen2013-12-132-67/+8
* implement ListDevices command and use it in usbmuxd_get_device_list()Nikias Bassen2013-12-121-31/+131
* usbmuxd_get_result: allow getting the plist result for newer usbmuxd commandsNikias Bassen2013-12-111-8/+23
* default to proto v1 (plist) with fallback to binary-onlyNikias Bassen2013-12-111-6/+10
* add missing kLibUSBMuxVersion to plist messagesNikias Bassen2013-12-091-0/+2
* add plist helper functions to reduce code duplicationNikias Bassen2013-12-091-28/+31
* Fixed misuse of free() instead of plist_free().Aaron Burghardt2013-11-121-1/+1
* Bump version to 1.0.9Nikias Bassen2013-10-311-2/+2
* disable debug output by defaultNikias Bassen2013-09-171-1/+1