summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* automake: Add git-version-gen to EXTRA_DIST and add .tarball-version hookNikias Bassen2022-02-101-1/+5
* [github-actions] Windows: Prevent -dirty suffix in version string by disablin...Nikias Bassen2022-02-102-0/+2
* autoconf: Automatically derive version number from latest git tagNikias Bassen2022-02-102-2/+26
* Fix typo in commentNikias Bassen2022-01-021-1/+1
* [github-actions] macOS: build for arm64 tooNikias Bassen2021-09-131-1/+11
* Add build status badge to README.mdNikias Bassen2021-09-061-0/+2
* [github-actions] Add build workflowNikias Bassen2021-09-061-0/+169
* Updated pkg-config file with libimobiledevice-glue dependencyNikias Bassen2021-09-011-1/+1
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-0115-1649/+37
* Update deprecated autoconf macros and update m4 filesNikias Bassen2021-08-313-120/+155
* Forward usbmuxd connect error codes instead of using -1 everywhereNikias Bassen2021-07-151-14/+22
* README: Fix typoNikias Bassen2021-06-301-1/+1
* tools: Flip order of windows.h and winsock2.h to get rid of compiler warning ...Nikias Bassen2021-02-051-1/+1
* Remove cast to the same typeRosen Penev2020-12-301-1/+1
* Add parentheses to macro argumentsRosen Penev2020-12-302-4/+4
* Do not use else after return or break for better code readabilityRosen Penev2020-12-304-33/+43
* Remove pointless returnRosen Penev2020-12-301-1/+0
* Fix inconsistent declarationsRosen Penev2020-12-302-18/+18
* docs: Fix typo in inetcat manpageNikias Bassen2020-12-281-1/+1
* socket: Fix build on WindowsNikias Bassen2020-11-275-5/+312
* common: Increase timeout for socket_send() to reasonable valueNikias Bassen2020-09-161-1/+2
* Post release version bump to 2.0.3Martin Szulecki2020-06-151-1/+1
* Update NEWS with latest changes2.0.2Martin Szulecki2020-06-151-0/+8
* iproxy: Add missing includeNikias Bassen2020-06-151-0/+1
* iproxy: Add new "--version" option to output version informationMartin Szulecki2020-06-151-1/+9
* inetcat: Add new "--version" option to output version informationMartin Szulecki2020-06-151-1/+9
* Make sure generated pkg-config file is matched by .gitignore ruleMartin Szulecki2020-06-141-1/+1
* Add API version to library and pkgconfig file for proper linkingNikias Bassen2020-06-143-9/+9
* Add "contributing" section to README.mdMartin Szulecki2020-06-131-0/+19
* Update README.md to fix minor typos and dependencies for installationMartin Szulecki2020-06-131-3/+6
* Update README with Apple trademarksNikias Bassen2020-06-131-1/+2
* Improve README.md with feature, installation and usage sectionsreadmeMartin Szulecki2020-06-121-39/+112
* Apply changes towards a project wide common "autogen.sh" fileMartin Szulecki2020-06-091-11/+22
* Fix pkg-config file pointing to older libplist dependencyNikias Bassen2020-06-081-1/+1
* Move pkg-config file into src dir and rename it to include major version as s...Nikias Bassen2020-06-084-4/+4
* configure: Update libplist version requirementNikias Bassen2020-06-081-2/+2
* Remove trailing whitespace errors from all filesMartin Szulecki2020-06-082-7/+7
* Make sure README.md file is added to distribution archiveMartin Szulecki2020-06-081-0/+3
* socket: Fix IPv6 scope id lookup logic to handle another network device problemMartin Szulecki2020-06-081-2/+12
* Update README.md links and creditsMartin Szulecki2020-06-081-4/+5
* socket: Fix socket_connect_addr() not connecting using IPv6 in some casesprereleaseMartin Szulecki2020-06-071-0/+125
* iproxy: Use sockaddr_storage struct in network connection logicNikias Bassen2020-06-071-5/+6
* iproxy: Allow proper listening on localhost for IPv6 _and_ IPv4Nikias Bassen2020-06-071-23/+70
* socket: Improve socket_create() with proper use of getaddrinfoNikias Bassen2020-06-071-95/+58
* Update NEWS with latest changesMartin Szulecki2020-06-041-0/+14
* Unify usage output of tools and use proper indentationMartin Szulecki2020-06-042-24/+27
* Update project URLs in man pages of toolsMartin Szulecki2020-06-042-4/+4
* Update project URL in configure.acMartin Szulecki2020-06-041-1/+1
* Add man pages for iproxy and inetcatNikias Bassen2020-05-315-1/+122
* inetcat: Update usage to better reflect what the tool actually doesNikias Bassen2020-05-311-2/+2