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