Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GJSLint part of tests | Oleg Efimov | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | Revert "Merge branch 'writev'" | Ryan Dahl | 2010-11-20 | 1 | -7/+9 |
| | | | | | | | This reverts commit cd9515efd99dfa6510e72342a2621bb4b291a89c, reversing changes made to df46c8e698b9400abaabd77ec836c7cdadf9735c. Too slow. Needs more work. | ||||
* | Add callback to socket.write(), fix test-sendfds | Ryan Dahl | 2010-11-18 | 1 | -9/+7 |
| | |||||
* | Soft migration of sys -> util, Removal of deprecated utils module. | Micheil Smith | 2010-10-11 | 1 | -1/+0 |
| | |||||
* | Send and receive file descriptors through net.Stream. | Peter Griess | 2010-06-02 | 1 | -0/+57 |
a) create a layer of indirection in net.Stream to allow swapping in different read/write implementations and b) emit an 'fd' event when file descriptors are received over a UNIX pipe, as finally as a tangential benefit c) remove a bunch of conditionals from the primary codepaths for ease-of-reading. |