summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changelog and version bump0.04Jesse Luehrs2010-04-182-1/+13
* test the write_to_termcast methodJesse Luehrs2010-04-181-0/+37
* syswrite on the socket, for consistencyJesse Luehrs2010-04-181-2/+2
* update docsJesse Luehrs2010-04-183-12/+74
* stop using extra_argv directly, pass command to run to the run methodJesse Luehrs2010-04-184-13/+12
* add ttyrec streamerJesse Luehrs2010-04-181-0/+50
* factor out sending data to the server, to allow using that separatelyJesse Luehrs2010-04-181-25/+36
* failure to read from the socket shouldn't terminate the sessionJesse Luehrs2010-04-181-1/+0
* changelog and version bump0.03Jesse Luehrs2010-03-272-1/+4
* bump copyright dateJesse Luehrs2010-03-272-2/+2
* some refactoringJesse Luehrs2010-03-271-31/+85
* error checkingJesse Luehrs2010-03-271-0/+2
* try to catch more instances of disconnectsJesse Luehrs2010-03-271-1/+10
* strict and warnings in the termcast scriptJesse Luehrs2010-01-021-0/+2
* automatically reconnect if the connection to the server dropsJesse Luehrs2009-11-051-3/+26
* update Changes and bump version to 0.020.02Jesse Luehrs2009-09-272-1/+9
* use Scope::Guard to clean up ReadModeJesse Luehrs2009-09-272-4/+9
* reread after getting a SIGWINCHJesse Luehrs2009-09-271-0/+21
* don't double-interpolate $^X in the testsJesse Luehrs2009-07-162-2/+2
* reformat usage info so it fits on the screenJesse Luehrs2009-07-111-1/+3
* add an option for making watchers cause a bellJesse Luehrs2009-07-111-2/+12
* bump version to 0.010.01Jesse Luehrs2009-07-111-1/+1
* update ChangesJesse Luehrs2009-07-111-0/+3
* add release dates to the changelogJesse Luehrs2009-07-111-2/+2
* update TODOJesse Luehrs2009-07-111-2/+2
* add read/write testJesse Luehrs2009-07-111-0/+56
* add a few more tests for functionalityJesse Luehrs2009-07-111-4/+15
* add the beginnings of a testJesse Luehrs2009-07-111-0/+31
* read off the things the termcast server sends back (sorear++)Jesse Luehrs2009-07-111-0/+11
* bump version to 0.01_020.01_02Jesse Luehrs2009-07-101-1/+1
* update ChangesJesse Luehrs2009-07-101-1/+4
* turn off cr/nl translation on the user's terminalJesse Luehrs2009-07-101-1/+1
* perl-- # "0" is false/:Jesse Luehrs2009-07-101-2/+2
* let's release this as a development release first0.01_01Jesse Luehrs2009-07-101-1/+1
* add todo sectionJesse Luehrs2009-07-101-0/+8
* document bin/termcastJesse Luehrs2009-07-101-0/+25
* add synopsis and descriptionJesse Luehrs2009-07-101-0/+4
* add documentation for attributesJesse Luehrs2009-07-101-0/+4
* link to the termcast websiteJesse Luehrs2009-07-101-0/+1
* depend on the new version of io-pty-easyJesse Luehrs2009-07-071-1/+1
* use the interface from the new version of io-pty-easyJesse Luehrs2009-07-071-6/+1
* don't need to keep calling fileno on the ptyJesse Luehrs2009-07-061-4/+5
* the pty object is the actual io handle nowJesse Luehrs2009-07-061-4/+4
* abstract and prereqsJesse Luehrs2009-07-062-2/+6
* aha, echo was off by default on spawned processesJesse Luehrs2009-07-061-0/+5
* better terminal setting handlingJesse Luehrs2009-07-051-2/+2
* check for eof/error properlyJesse Luehrs2009-07-031-3/+8
* helper script to run itJesse Luehrs2009-07-031-0/+4
* first stab at implementationJesse Luehrs2009-07-031-0/+63
* initial commitJesse Luehrs2009-07-035-0/+101