summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* don't switch to raw mode until we know we can connectJesse Luehrs2011-04-141-1/+1
|
* refactor the ReadMode stuff a bitJesse Luehrs2011-04-131-10/+30
|
* this shouldn't be necessaryJesse Luehrs2011-03-151-4/+0
|
* don't leave the terminal in raw mode when the socket can't connectJesse Luehrs2011-03-151-5/+8
|
* changelogJesse Luehrs2010-11-031-0/+2
|
* actually make WINCH signal the subprocess properly0.09Jesse Luehrs2010-11-032-6/+13
|
* heh, don't recreate the termcast object hereJesse Luehrs2010-11-031-1/+1
|
* changelogJesse Luehrs2010-11-031-0/+2
|
* more dzil tweaks0.08Jesse Luehrs2010-11-033-31/+5
|
* changelogJesse Luehrs2010-11-031-0/+4
|
* oops, accidentally lost that release date when cleaning upJesse Luehrs2010-11-031-0/+2
|
* don't treat interrupted system calls as actual errorsJesse Luehrs2010-11-031-1/+2
|
* don't try reconnecting immediately if it failsJesse Luehrs2010-11-021-3/+8
|
* if recv returns '', that means we're disconnected without an errorJesse Luehrs2010-11-021-2/+7
|
* repeatedly try reconnecting, don't just die after trying onceJesse Luehrs2010-11-021-4/+7
|
* always warn when reconnectingJesse Luehrs2010-11-021-2/+4
|
* dzil stuff0.07Jesse Luehrs2010-06-159-108/+86
|
* ChangesJason May2010-06-151-0/+4
|
* refactor the estrablishment message into its own attributeJason May2010-06-151-1/+13
|
* changelog and version bump0.06Jesse Luehrs2010-04-192-1/+4
|
* it'd be nice if i could stop messing this stuff upJesse Luehrs2010-04-191-1/+1
|
* changelog and version bump0.05Jesse Luehrs2010-04-182-1/+4
|
* oops, how did that get changedJesse Luehrs2010-04-181-1/+1
|
* 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
|