History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
b8732112b4d1 | Joshua Spence | Rename `PhutilLogfileChannel` for consistency | Jan 6 2015 | |||
2ff1957f52f5 | Joshua Spence | Fix some spelling mistakes | Jul 12 2014 | |||
ed335c485c0a | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
32f1dad1f4e5 | Joshua Spence/epriestley | Change double quotes to single quotes. | May 18 2014 | |||
4c7b876e5ad8 | Joshua Spence/epriestley | Utilize `assertFalse` and `assertTrue` methods. | Mar 9 2014 | |||
01e849c9bafc | epriestley | Add assertions to every test in libphutil/ | Mar 7 2014 | |||
a5b32ff541df | epriestley | Allow PhutilChannel to select only write sockets, and expose read buffer status | Dec 16 2013 | |||
1b39ae6f1a42 | epriestley | Add a read buffer size to PhutilChannel | Dec 16 2013 | |||
6eaf191e84e9 | epriestley | Use PhutilRope for Channel write buffers and make write buffer details public | Dec 16 2013 | |||
c2c800dcd0e3 | epriestley | Make PhutilChannel::waitForAny more reasonable about detecting unselectable… | Dec 15 2013 | |||
69490c53c9c2 | epriestley | Work around broken PHP fwrite() on nonblocking pipes | Dec 9 2013 | |||
2c4c0f4d03b9 | epriestley | Add some utilities for dumping Channel transcripts to a logfile | Nov 12 2013 | |||
3ef0937680ad | epriestley | Allow PhutilChannels to have their write channels closed explicitly | Nov 11 2013 | |||
870bcc764344 | epriestley | Make PhutilSocketChannel work better for channels with separate I/O | Dec 19 2012 | |||
4f9915ecac81 | vrana | Delete license headers from files | Nov 5 2012 | |||
42d8e8447c8b | vrana | Fix function name in exception message | Sep 17 2012 | |||
d164d967f8f8 | vrana | Link libphutil test cases | Sep 8 2012 | |||
b2e8ba5c01c4 | vrana | Fix typo in comment | Aug 13 2012 | |||
496f67fdf66a | epriestley | Make error message from STDERR in exec channel | Aug 10 2012 | |||
29eb6e272258 | vrana | Don't use stream_socket_shutdown() in socket channel | Aug 6 2012 | |||
9a78ad168935 | epriestley | Fix an issue where messages may not be processed by PhutilConsoleServer after… | Aug 6 2012 | |||
e9c0772b8f6d | epriestley | Add a JSONProtocolChannel to libphutil | Jul 6 2012 | |||
fbef026782cc | epriestley | Implement PhutilPHPObjectProtocolChannel and other channel changes | Jun 25 2012 | |||
08dc7c93cc93 | vrana | Fix lint error | Jun 12 2012 | |||
ea3ba2560fd0 | vrana | Fix lint errors found by Nemo | Jun 12 2012 | |||
9e1298c45a56 | epriestley | Fix waitForMessage() to always throw when the connection is closed | Jun 8 2012 | |||
22fa96e6042b | epriestley | PhutilChannel, a stream/pipe I/O wrapper | Jun 8 2012 |
c4science · Help