summaryrefslogtreecommitdiffstats
path: root/src/notification_proxy.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Remove duplicate newline from debug messages as one is added automaticallyGravatar Martin Szulecki1-2/+2
2013-09-19notification_proxy: handle error conditions in notification polling threadGravatar Nikias Bassen1-4/+14
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-04-25installation_proxy: Silence compiler warnings about thread_t pointer assignmentsGravatar Martin Szulecki1-2/+2
2013-03-20use new internal common code for thread, mutex, and socket operationsGravatar Nikias Bassen1-42/+7
2013-03-14global: make sure to check service before checking service->port to prevent c...Gravatar Nikias Bassen1-5/+3
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-3/+3
2012-03-19[Win32] src/notification_proxy.c: add sleep() definitionGravatar Nikias Bassen1-0/+4
2012-03-19WIN32: use windows threads and mutexes instead of pthread_*Gravatar Nikias Bassen1-1/+35
2012-03-18Remove gthread dependency and use pthreads insteadGravatar Nikias Bassen1-17/+10
2011-05-27notification_proxy: use free() instead of g_free()Gravatar Nikias Bassen1-1/+3
2010-11-28notification_proxy: read ProxyDeath message after posting notificationGravatar Nikias Bassen1-0/+21
2010-03-24Remove unused and fix some includesGravatar Nikias Bassen1-2/+0
2010-03-16Unify NP callback userdata parameter to user_data for consistencyGravatar Martin Szulecki1-6/+6
2010-03-16Rename the *_int to *_private for better semantic and fix public typedefsGravatar Martin Szulecki1-1/+1
2010-03-08Add user data parameter to notification callback functionGravatar Nikias Bassen1-2/+6
2010-03-08notification_proxy: docs updatedGravatar Nikias Bassen1-12/+20
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-3/+3
2010-01-13Rename service implementation sources to lowercase for consistencyGravatar Martin Szulecki1-0/+392