summaryrefslogtreecommitdiff
path: root/test/fixtures/recvfd.js
Commit message (Collapse)AuthorAgeFilesLines
* GJSLint part of testsOleg Efimov2010-12-021-1/+1
|
* Revert "Merge branch 'writev'"Ryan Dahl2010-11-201-7/+9
| | | | | | | This reverts commit cd9515efd99dfa6510e72342a2621bb4b291a89c, reversing changes made to df46c8e698b9400abaabd77ec836c7cdadf9735c. Too slow. Needs more work.
* Add callback to socket.write(), fix test-sendfdsRyan Dahl2010-11-181-9/+7
|
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-1/+0
|
* Send and receive file descriptors through net.Stream.Peter Griess2010-06-021-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.