| Commit message (Expand) | Author | Age | Files | Lines |
* | [NaCl SDK] Don't include gtest/gmock in library form | sbc | 2016-01-07 | 1 | -1/+0 |
* | [NaCl SDK] nacl_io: Fix for recv() after remove socket shutdown | sbc | 2015-10-27 | 1 | -2/+7 |
* | [NaCl SDK] Add support for SO_TYPE to getsockopt | sbc | 2015-10-16 | 1 | -0/+16 |
* | nacl_io: Handle missing socket options in setsockopt | eblima | 2015-08-03 | 1 | -0/+50 |
* | Adding SO_BROADCAST support to nacl_io. | Brad Nelson | 2015-07-10 | 1 | -0/+12 |
* | [NaCl SDK] Remove toolchain limits from several examples. | sbc | 2015-02-13 | 1 | -2/+7 |
* | nacl_io: accept now allows addr and len to be NULL | daiweili | 2015-01-08 | 1 | -0/+23 |
* | [NaCl SDK] nacl_io: reading 0 bytes from a socket shouldn't be an error. | binji | 2014-11-14 | 1 | -3/+4 |
* | Add support for modifying TCP and UDP socket buffer size in nacl_io | mbajpai | 2014-10-30 | 1 | -0/+45 |
* | [NaCl SDK] nacl_io: getsockname() should return non-zero port after bind. | Ben Smith | 2014-10-15 | 1 | -0/+10 |
* | [NaCl SDK] Fix bug in TCPNode::Connect | binji@chromium.org | 2014-08-09 | 1 | -0/+10 |
* | nacl_io: only copy up to the size of the sockaddr_in*, not the given len. | jvoung@chromium.org | 2014-06-04 | 1 | -7/+31 |
* | Revert "[NaCl SDK] Temporarily disable SocketTestTCP.Listen test under PNaCl" | jvoung@chromium.org | 2014-05-29 | 1 | -9/+1 |
* | [NaCl SDK] Temporarily disable SocketTestTCP.Listen test under PNaCl | sbc@chromium.org | 2014-05-27 | 1 | -1/+9 |
* | Use ki_* socket methods in socket_test to fix linux trusted mode. | bradnelson@google.com | 2014-05-19 | 1 | -14/+14 |
* | [NaCl SDK] nacl_io: implement set/getsockopt for TCP_NODELAY. | sbc@chromium.org | 2013-12-03 | 1 | -10/+32 |
* | [NaCl SDK] Enable linux host build of nacl_io_socket_test. | sbc@chromium.org | 2013-11-21 | 1 | -99/+109 |
* | [NaCl SDK] nacl_io: Auto-bind UDP socket on first sendto(). | binji@chromium.org | 2013-11-18 | 1 | -0/+49 |
* | [NaCl SDK] fix bug in nacl_io_socket_test (null-terminate string) | binji@chromium.org | 2013-11-07 | 1 | -0/+2 |
* | [NaCl SDK] nacl_io: add support for open flags to socket(2). | sbc@chromium.org | 2013-11-07 | 1 | -1/+7 |
* | [NaCl SDK] nacl_io: fix permissions on accepted sockets. | sbc@chromium.org | 2013-11-05 | 1 | -3/+16 |
* | [NaCl SDK] nacl_io: add support for SO_KEEPALIVE and FD_CLOEXEC | sbc@chromium.org | 2013-10-29 | 1 | -8/+66 |
* | [NaCl SDK] nacl_io: Fix open flags for socket handles. | sbc@chromium.org | 2013-10-25 | 1 | -2/+3 |
* | [NaCl SDK] nacl_io: fix for send/recv from closed connections. | sbc@chromium.org | 2013-10-20 | 1 | -59/+173 |
* | [NaCl SDK] nacl_io: fix memory curruption in TCP fifo. | sbc@chromium.org | 2013-10-19 | 1 | -0/+68 |
* | [NaCl SDK] nacl_io: Add support for non-blocking connect/accept | sbc@chromium.org | 2013-10-12 | 1 | -2/+92 |
* | [NaCl SDK] nacl_io: Add fcntl implementation. | sbc@chromium.org | 2013-10-09 | 1 | -11/+10 |
* | [NaCl SDK] nacl_io: and TCP listen support. | sbc@chromium.org | 2013-10-07 | 1 | -14/+89 |
* | [NaCl SDK] nacl_io: Re-enable TCP test | sbc@chromium.org | 2013-10-02 | 1 | -48/+92 |
* | [NaCl SDK] nacl_io: Add initial support for getsockopt | sbc@chromium.org | 2013-10-02 | 1 | -1/+29 |
* | [NaCl SDK] Support non blocking TCP/UDP for NaCl IO library in NaCl SDK. | noelallen@chromium.org | 2013-09-21 | 1 | -4/+49 |
* | [NaCl SDK] Move tests out of the libraries directory and into tests. | binji@chromium.org | 2013-08-20 | 1 | -0/+191 |