summaryrefslogtreecommitdiff
path: root/src/notification_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure all source files include config.hNikias Bassen2020-01-051-0/+3
* replace all occurrences of occured by occurredYves-Alexis Perez2019-06-231-2/+2
* notification_proxy: Make np_observe_notifications() atomicNikias Bassen2019-06-161-7/+14
* common: Update thread.c/.h to match the one from libusbmuxdNikias Bassen2019-06-111-3/+3
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-5/+5
* thread: Introduce thread_new and thread_free to cover handle leaks on WIN32Martin Szulecki2015-01-131-1/+4
* Fix overlong blocking in np_client_free()Christophe Fergeau2015-01-121-3/+7
* notification_proxy: Send Shutdown command in np_client_free() instead of np_p...Nikias Bassen2014-11-111-33/+34
* Remove obsolete prefix from debug messages in internal locking helpersMartin Szulecki2014-10-261-2/+2
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-7/+7
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-83/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-5/+5
* property_list_service: Rename RECEIVE_TIMEOUT error for more clarityMartin Szulecki2013-11-101-1/+1
* Remove duplicate newline from debug messages as one is added automaticallyMartin Szulecki2013-10-091-2/+2
* notification_proxy: handle error conditions in notification polling threadNikias Bassen2013-09-191-4/+14
* Implement *_start_service() helper to simplify creation of service clientsMartin Szulecki2013-08-051-0/+20
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-251-1/+1
* installation_proxy: Silence compiler warnings about thread_t pointer assignmentsMartin Szulecki2013-04-251-2/+2
* use new internal common code for thread, mutex, and socket operationsNikias Bassen2013-03-201-42/+7
* global: make sure to check service before checking service->port to prevent c...Nikias Bassen2013-03-141-5/+3
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-3/+3
* [Win32] src/notification_proxy.c: add sleep() definitionNikias Bassen2012-03-191-0/+4
* WIN32: use windows threads and mutexes instead of pthread_*Nikias Bassen2012-03-191-1/+35
* Remove gthread dependency and use pthreads insteadNikias Bassen2012-03-181-17/+10
* notification_proxy: use free() instead of g_free()Nikias Bassen2011-05-271-1/+3
* notification_proxy: read ProxyDeath message after posting notificationNikias Bassen2010-11-281-0/+21
* Remove unused and fix some includesNikias Bassen2010-03-241-2/+0
* Unify NP callback userdata parameter to user_data for consistencyMartin Szulecki2010-03-161-6/+6
* Rename the *_int to *_private for better semantic and fix public typedefsMartin Szulecki2010-03-161-1/+1
* Add user data parameter to notification callback functionNikias Bassen2010-03-081-2/+6
* notification_proxy: docs updatedNikias Bassen2010-03-081-12/+20
* Global renames due to project rename to libimobiledeviceNikias Bassen2010-01-291-3/+3
* Rename service implementation sources to lowercase for consistencyMartin Szulecki2010-01-131-0/+392