summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/socket/socket.h
Commit message (Expand)AuthorAgeFilesLines
* - Simple layer over POSIX open/read/write.miket@chromium.org2012-02-161-4/+9
* TCP API.miket@chromium.org2012-01-261-12/+18
* Implement blocking read. Reading was working fine for synchronous case, but t...miket@chromium.org2012-01-131-1/+1
* An interim commit that works for simple cases. There is an arbitrary 1K limit...miket@chromium.org2012-01-051-1/+7
* Refactor UDP socket API to facilitate testing, then test.miket@chromium.org2011-12-161-0/+50