index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A cross-platform protocol library to access iOS devices
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
debugserver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
[clang-tidy] add parentheses to macros
Rosen Penev
1
-4
/
+4
2022-03-29
Remove buggy and redundant debug output
Ben Wagner
1
-2
/
+0
2022-03-29
Handle connection failures in debugserver_client_receive_response; also simpl...
Ben Wagner
1
-92
/
+85
2022-03-29
Format
Ben Wagner
1
-6
/
+7
2022-03-29
Fix compile
Ben Wagner
1
-1
/
+1
2022-03-29
Add timeout and interrupt handling to debugserver. Fix debugserver_client_han...
Ben Wagner
1
-3
/
+22
2022-03-29
debugserver: Check return value of asprintf to eliminate compiler warnings
Baodong Chen
1
-6
/
+14
2021-09-01
Remove common code in favor of new libimobiledevice-glue
Nikias Bassen
1
-1
/
+2
2021-02-01
debugserver: Return success when a receive timed out but actualy bytes have b...
Nikias Bassen
1
-1
/
+1
2020-09-10
debugserver: Fix service startup for iOS 14b4+
Nikias Bassen
1
-2
/
+9
2020-02-20
debugserver: Fix argv encoding
Shane Garrett
1
-2
/
+2
2020-02-20
debugserver: Fix whitespace error
Nikias Bassen
1
-1
/
+1
2020-02-20
debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT
Demyan Kimitsa
1
-0
/
+2
2020-02-20
introduces optional `idevice_connection_disable_ssl` with ability not to send...
Demyan Kimitsa
1
-1
/
+1
2019-11-20
debugserver: Return size of the returned buffer
Nikias Bassen
1
-9
/
+10
2019-11-13
debugserver: Improved memory handling in debugserver_client_send_command() an...
Nikias Bassen
1
-23
/
+24
2019-06-14
debugserver: Fix for iOS 13
Nikias Bassen
1
-0
/
+1
2015-01-28
Remove trailing whitespace errors from all files
Martin Szulecki
1
-4
/
+4
2015-01-27
debugserver: Make debugserver_client_set_ack_mode() public
Martin Szulecki
1
-1
/
+1
2014-12-09
debugserver: Return enum error type instead of int for type consistency
Martin Szulecki
1
-1
/
+1
2014-12-09
debugserver: Remove const argv requirement for creating commands
Martin Szulecki
1
-2
/
+5
2014-10-09
debugserver: Fix wrong service_error_t return type in debugserver_client_send()
Martin Szulecki
1
-1
/
+1
2014-10-03
debugserver: Fix compiler warning about missing braces
Martin Szulecki
1
-2
/
+4
2014-10-03
Avoid exporting non-public symbols
Martin Szulecki
1
-14
/
+14
2014-09-19
Add protocol implementation for debugserver service
Martin Szulecki
1
-0
/
+620