summaryrefslogtreecommitdiff
path: root/src/webinspector.c
Commit message (Expand)AuthorAgeFilesLines
* Timeout support for SSL connections and better timeout handeling.DanyL2019-06-131-0/+4
* Remove trailing whitespace errors from all filesMartin Szulecki2015-01-281-6/+6
* Avoid exporting non-public symbolsMartin Szulecki2014-10-031-6/+6
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-271-67/+0
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-201-2/+2
* webinspector: Implement support for partial messages when sending or receivingMartin Szulecki2013-08-191-42/+123
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-251-1/+1
* global: make sure to check service before checking service->port to prevent c...Nikias Bassen2013-03-141-3/+3
* remove unneeded int16_t* casts from calls to service_client_factory_start_ser...Nikias Bassen2013-02-281-1/+1
* service: use correct int16_t instead of uint16_t for error codesNikias Bassen2013-02-281-1/+1
* webinspector: Use new service_client_factory_start_service()Martin Szulecki2013-02-271-30/+3
* Add label argument to *_client_start_service() helpersMartin Szulecki2013-02-271-2/+4
* Rename start service methods to be consistentMartin Szulecki2013-02-271-1/+1
* Refactor port number use into service descriptor to enable SSL for servicesMartin Szulecki2013-02-261-11/+16
* webinspector: Remove obsolete newline charaters from debug messagesMartin Szulecki2013-02-261-5/+5
* webinspector: Print sent/received message plist for easier debuggingMartin Szulecki2013-02-231-0/+4
* webinspector: Add new service protocol implementationYury Melnichek2013-02-231-0/+261