summaryrefslogtreecommitdiffstats
path: root/src/sbservices.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Make sure all source files include config.hGravatar Nikias Bassen1-0/+3
2015-01-28Remove trailing whitespace errors from all filesGravatar Martin Szulecki1-4/+4
2015-01-27sbservices: Use more consistent name for lock/unlock methodsGravatar Martin Szulecki1-12/+12
2014-10-26Remove obsolete prefix from debug messages in internal locking helpersGravatar Martin Szulecki1-2/+2
2014-10-03Avoid exporting non-public symbolsGravatar Martin Szulecki1-8/+8
2014-03-27Moved Doxygen comments from source files to public headers.Gravatar Aaron Burghardt1-94/+0
2014-03-20Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Gravatar Martin Szulecki1-8/+8
2013-11-04Convert stray spaces to corresponding tabsGravatar Martin Szulecki1-13/+13
2013-08-05Implement *_start_service() helper to simplify creation of service clientsGravatar Martin Szulecki1-0/+20
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki1-1/+1
2013-03-20use new internal common code for thread, mutex, and socket operationsGravatar Nikias Bassen1-20/+4
2013-03-14global: make sure to check service before checking service->port to prevent c...Gravatar Nikias Bassen1-3/+0
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-3/+3
2012-04-07sbservices: Implement retrieving interface orientation from deviceGravatar Martin Szulecki1-0/+46
2012-03-19WIN32: use windows threads and mutexes instead of pthread_*Gravatar Nikias Bassen1-0/+16
2012-03-18Remove gthread dependency and use pthreads insteadGravatar Nikias Bassen1-10/+4
2010-07-12sbservices: allow passing formatVersion when requesting icon stateGravatar Nikias Bassen1-1/+8
2010-07-09sbservices: add support for fetching the home screen wallpaperGravatar Nikias Bassen1-0/+49
2010-03-24Remove unused and fix some includesGravatar Nikias Bassen1-1/+0
2010-03-16Complete documentation of public interface and fix a lot of bogus commentsGravatar Martin Szulecki1-1/+1
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki1-1/+1
2010-03-08sbservices: docs updatedGravatar Nikias Bassen1-9/+12
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-1/+1
2010-01-13Rename service implementation sources to lowercase for consistencyGravatar Martin Szulecki1-0/+269