summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelogHEAD0.03masterJesse Luehrs2012-03-071-0/+2
|
* fix a test on bsdJesse Luehrs2012-03-072-1/+3
|
* changelog0.02Jesse Luehrs2012-03-071-0/+2
|
* fix docsJesse Luehrs2012-03-072-2/+4
|
* changelog0.01Jesse Luehrs2012-03-071-0/+2
|
* few more tweaks to make these tests more reliableJesse Luehrs2012-03-074-31/+88
|
* make the test suite more reliableJesse Luehrs2012-03-075-9/+23
|
* hardcoding -Ilib here is wrongJesse Luehrs2012-03-064-4/+4
|
* fix the example script for the ::Callback changeJesse Luehrs2012-03-061-2/+2
|
* documentationJesse Luehrs2012-03-062-5/+142
|
* fix see also sectionJesse Luehrs2012-03-051-1/+5
|
* note the test suite issues in the docs for nowJesse Luehrs2012-03-051-1/+4
|
* test for the role formJesse Luehrs2012-03-051-0/+132
|
* factor out the callback stuff, make Term::Filter a roleJesse Luehrs2012-03-056-46/+83
|
* add test for read and read_error callbacksJesse Luehrs2012-03-051-0/+103
|
* make the subprocess scripts use strict and warningsJesse Luehrs2012-03-052-0/+4
|
* add remove_input_handle methodJesse Luehrs2012-03-051-5/+21
|
* add test for most of the callbacksJesse Luehrs2012-03-051-0/+121
| | | | it's a bit race-condition-y, but good enough for now
* make sure this test doesn't hang forever if there's a bugJesse Luehrs2012-03-051-0/+4
|
* make sure we apply ReadMode to the right filehandleJesse Luehrs2012-03-051-2/+2
|
* stub out docsJesse Luehrs2012-03-051-7/+83
|
* this should be privateJesse Luehrs2012-03-051-2/+2
|
* test the non-terminal errorJesse Luehrs2012-03-051-0/+23
|
* clean up the namespace a bitJesse Luehrs2012-03-051-6/+6
|
* actually, move the error to construction timeJesse Luehrs2012-03-051-2/+9
|
* this doesn't really make sense if stdin/stdout aren't attached to a ttyJesse Luehrs2012-03-051-0/+3
|
* basic testJesse Luehrs2012-03-051-0/+32
|
* dzil stuffJesse Luehrs2012-03-052-1/+3
|
* don't hardcode STDIN hereJesse Luehrs2012-03-051-1/+1
|
* use IO::Select instead of Select::RetryJesse Luehrs2012-03-041-27/+45
|
* update retry_select apiJesse Luehrs2012-02-251-3/+1
|
* better handling of the scope guardJesse Luehrs2012-02-251-4/+8
|
* don't need to track this anymore with Select::RetryJesse Luehrs2012-02-251-8/+0
|
* actually, exposing these is dumbJesse Luehrs2012-02-251-27/+27
|
* better calling convention for the callbacksJesse Luehrs2012-02-252-4/+6
|
* use Select::RetryJesse Luehrs2012-02-241-39/+2
|
* this is a weird api, get rid of itJesse Luehrs2012-02-241-2/+2
|
* use croakJesse Luehrs2012-02-241-2/+2
|
* handle actual errors from selectJesse Luehrs2012-02-241-0/+3
|
* use a more descriptive callback nameJesse Luehrs2012-02-241-1/+1
|
* allow adding new input handlesJesse Luehrs2012-02-241-1/+2
|
* refactor retry_select to make it more reusableJesse Luehrs2012-02-241-18/+28
|
* basic usage example, for testingJesse Luehrs2012-02-241-0/+22
|
* initial implementationJesse Luehrs2012-02-241-0/+208
| | | | mostly extracted out from App::Termcast
* initial commitJesse Luehrs2012-02-234-0/+30