summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make the tests a bit more reliableJesse Luehrs2011-04-143-11/+68
| | | | | | there are probably still race conditions here (this is pretty hacky in general), but it's miles better than "sleep", so we'll go with it for now.
* in some situations, this test won't have access to the term sizeJesse Luehrs2011-04-141-1/+1
| | | | not entirely sure what's going on here, but shrug
* use Test::Requires and done_testingJesse Luehrs2011-04-144-17/+17
|
* should probably explicitly dep on Try::Tiny, just in caseJesse Luehrs2011-04-141-0/+1
|
* wait to write the updates until we know it's safeJesse Luehrs2011-04-141-6/+14
|
* factor this out into a methodJesse Luehrs2011-04-141-7/+14
|
* update tests for the immediate geometry updateJason May2011-04-143-13/+7
|
* stop sleeping after helloJason May2011-04-141-7/+1
|
* update testsJason May2011-04-143-1/+12
|
* changesJason May2011-04-141-0/+1
|
* send new term geometry when the window changesJason May2011-04-142-1/+32
|
* use Term::ReadKey instead of shell commandsJason May2011-04-141-1/+1
|
* changesJason May2011-04-141-0/+1
|
* send term geometry to the serverJason May2011-04-141-0/+3
|
* heh, make sure @INC is propagated into the subprocess properlyJesse Luehrs2011-04-142-0/+4
|
* update the tests to properly send login acknowledgementJesse Luehrs2011-04-143-0/+3
|
* changelogJesse Luehrs2011-04-141-0/+3
|
* make sure the server accepts our passwordJesse Luehrs2011-04-141-0/+24
|
* 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
|