summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/socket/socket_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Add DNS resolution to socket.sendTo().miket@chromium.org2012-06-131-40/+64
* Do hostname resolution. Interesting questions to ponder:miket@chromium.org2012-06-071-19/+77
* Implement serial API for Windows.miket@chromium.org2012-05-301-1/+1
* Add socket.setKeepAlive() and socket.setNoDelay().penghuang@chromium.org2012-05-291-0/+47
* Reverting due to memory waterfall failures.jhawkins@chromium.org2012-05-201-2/+6
* Allowed BinaryValue to take a NULL buffer.mitchellwrosen@chromium.org2012-05-191-6/+2
* Replace long[] with ArrayBuffer in socket APIpenghuang@chromium.org2012-05-101-80/+49
* Add bufferSize argument of socket.read() and socket.recvFrom()penghuang@chromium.org2012-05-091-8/+13
* Refactor the socket API to remove onEvent callback in socket.create() function.penghuang@chromium.org2012-05-071-72/+83
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-5/+8
* Add bind(), recvFrom(), sendTo() for UDP socket.penghuang@chromium.org2012-04-251-13/+128
* Pass through readInfo.resultCode.miket@chromium.org2012-04-231-0/+2
* Convert serial API to use array of longs instead of string.miket@chromium.org2012-04-201-1/+1
* - Changed the data structure being passed around in the socket API from a str...miket@chromium.org2012-04-171-8/+48
* Ensure that we initiate ExtensionEventRouter operations on the UI thread.miket@chromium.org2012-03-301-5/+7
* Fix a copy/paste error that got by most compilers.mihaip@chromium.org2012-02-171-2/+1
* - Simple layer over POSIX open/read/write.miket@chromium.org2012-02-161-62/+47
* TCP API.miket@chromium.org2012-01-261-25/+27
* An interim commit that works for simple cases. There is an arbitrary 1K limit...miket@chromium.org2012-01-051-4/+21
* Refactor UDP socket API to facilitate testing, then test.miket@chromium.org2011-12-161-3/+6
* Wire up onEvent and put it to use when UdpSocket::Write blocks.miket@chromium.org2011-12-151-1/+17
* Delete UDPClientSocket on same thread as creation. Also refactor.miket@chromium.org2011-12-091-119/+53
* Changed some API names. Wrapped existing UDPClientSocket. Added one unit test...miket@chromium.org2011-12-061-0/+207