Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-23 | replace all occurrences of occured by occurred | Yves-Alexis Perez | 1 | -2/+2 | |
Do it in all comments and errors messages | |||||
2019-06-16 | notification_proxy: Make np_observe_notifications() atomic | Nikias Bassen | 1 | -7/+14 | |
Otherwise the notification callback might fire before all notifications that should be observed have been registered. This way the callback will only be called after _all_ notifications have been registered. | |||||
2019-06-11 | common: Update thread.c/.h to match the one from libusbmuxd | Nikias Bassen | 1 | -3/+3 | |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -5/+5 | |
2015-01-13 | thread: Introduce thread_new and thread_free to cover handle leaks on WIN32 | Martin Szulecki | 1 | -1/+4 | |
2015-01-12 | Fix overlong blocking in np_client_free() | Christophe Fergeau | 1 | -3/+7 | |
When using ideviceinstaller, np_client_free() would block for several minutes when ideviceinstaller cleans up after installing the application. This happens because the function is blocking on thread_join(), waiting for the notification watcher thread to finish. It only ends when np_get_notification() returns a negative value after getting a timeout, which takes several minutes. However, the thread loop will also exit early if client->parent gets NULL (the loop is iterated every 500ms), so this commit ensures client->parent gets set to NULL early in np_client_free() so that thread_join() does not block for a long time. Signed-off-by: Martin Szulecki <m.szulecki@libimobiledevice.org> | |||||
2014-11-11 | notification_proxy: Send Shutdown command in np_client_free() instead of ↵ | Nikias Bassen | 1 | -33/+34 | |
np_post_notification() | |||||
2014-10-26 | Remove obsolete prefix from debug messages in internal locking helpers | Martin Szulecki | 1 | -2/+2 | |
2014-10-03 | Avoid exporting non-public symbols | Martin Szulecki | 1 | -7/+7 | |
2014-03-27 | Moved Doxygen comments from source files to public headers. | Aaron Burghardt | 1 | -83/+0 | |
Conflicts: include/libimobiledevice/afc.h | |||||
2014-03-20 | Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()" | Martin Szulecki | 1 | -5/+5 | |
2013-11-10 | property_list_service: Rename RECEIVE_TIMEOUT error for more clarity | Martin Szulecki | 1 | -1/+1 | |
2013-10-09 | Remove duplicate newline from debug messages as one is added automatically | Martin Szulecki | 1 | -2/+2 | |
2013-09-19 | notification_proxy: handle error conditions in notification polling thread | Nikias Bassen | 1 | -4/+14 | |
2013-08-05 | Implement *_start_service() helper to simplify creation of service clients | Martin Szulecki | 1 | -0/+20 | |
2013-04-25 | common: Move debug and userpref code into libinternalcommon | Martin Szulecki | 1 | -1/+1 | |
2013-04-25 | installation_proxy: Silence compiler warnings about thread_t pointer assignments | Martin Szulecki | 1 | -2/+2 | |
2013-03-20 | use new internal common code for thread, mutex, and socket operations | Nikias Bassen | 1 | -42/+7 | |
2013-03-14 | global: make sure to check service before checking service->port to prevent ↵ | Nikias Bassen | 1 | -5/+3 | |
crashes | |||||
2013-02-26 | Refactor port number use into service descriptor to enable SSL for services | Martin Szulecki | 1 | -3/+3 | |
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections. | |||||
2012-03-19 | [Win32] src/notification_proxy.c: add sleep() definition | Nikias Bassen | 1 | -0/+4 | |
2012-03-19 | WIN32: use windows threads and mutexes instead of pthread_* | Nikias Bassen | 1 | -1/+35 | |
2012-03-18 | Remove gthread dependency and use pthreads instead | Nikias Bassen | 1 | -17/+10 | |
2011-05-27 | notification_proxy: use free() instead of g_free() | Nikias Bassen | 1 | -1/+3 | |
2010-11-28 | notification_proxy: read ProxyDeath message after posting notification | Nikias Bassen | 1 | -0/+21 | |
This prevents ugly error messages appearing in the device's syslog. | |||||
2010-03-24 | Remove unused and fix some includes | Nikias Bassen | 1 | -2/+0 | |
2010-03-16 | Unify NP callback userdata parameter to user_data for consistency | Martin Szulecki | 1 | -6/+6 | |
2010-03-16 | Rename the *_int to *_private for better semantic and fix public typedefs | Martin Szulecki | 1 | -1/+1 | |
This changes the typedef logic slightly for the public headers in order for doxygen to correctly pickup and enable the client struct documentation. | |||||
2010-03-08 | Add user data parameter to notification callback function | Nikias Bassen | 1 | -2/+6 | |
[#114 state:resolved] | |||||
2010-03-08 | notification_proxy: docs updated | Nikias Bassen | 1 | -12/+20 | |
2010-01-29 | Global renames due to project rename to libimobiledevice | Nikias Bassen | 1 | -3/+3 | |
2010-01-13 | Rename service implementation sources to lowercase for consistency | Martin Szulecki | 1 | -0/+392 | |