summaryrefslogtreecommitdiffstats
path: root/src/webinspector.h
AgeCommit message (Collapse)AuthorFilesLines
2013-08-19webinspector: Implement support for partial messages when sending or receivingGravatar Martin Szulecki1-0/+2
The protocol appears to split plist payload on 8096 bytes boundries into multiple WIRPartialMessage messages. Now partial messages are correctly decoded during receiving and split automatically when sending large messages by the implementation.
2013-02-27Make all "include guards" for all headers consistentGravatar Martin Szulecki1-2/+2
2013-02-23webinspector: Add new service protocol implementationGravatar Yury Melnichek1-0/+32