summaryrefslogtreecommitdiffstats
path: root/src/webinspector.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14global: make sure to check service before checking service->port to prevent ↵Gravatar Nikias Bassen1-3/+3
crashes
2013-02-28remove unneeded int16_t* casts from calls to ↵Gravatar Nikias Bassen1-1/+1
service_client_factory_start_service
2013-02-28service: use correct int16_t instead of uint16_t for error codesGravatar Nikias Bassen1-1/+1
2013-02-27webinspector: Use new service_client_factory_start_service()Gravatar Martin Szulecki1-30/+3
2013-02-27Add label argument to *_client_start_service() helpersGravatar Martin Szulecki1-2/+4
2013-02-27Rename start service methods to be consistentGravatar Martin Szulecki1-1/+1
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-11/+16
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
2013-02-26webinspector: Remove obsolete newline charaters from debug messagesGravatar Martin Szulecki1-5/+5
2013-02-23webinspector: Print sent/received message plist for easier debuggingGravatar Martin Szulecki1-0/+4
2013-02-23webinspector: Add new service protocol implementationGravatar Yury Melnichek1-0/+261