summaryrefslogtreecommitdiffstats
path: root/redir.c
Commit message (Collapse)AuthorAgeFilesLines
* amtider: use defines for floppy and cdrom typeHannes Reinecke2022-04-221-1/+2
|
* redir: split client and server seqnoHannes Reinecke2022-04-221-7/+10
| | | | | | Both use independent counter. Signed-off-by: Hannes Reinecke <hare@suse.de>
* ider: fixups and better loggingHannes Reinecke2022-04-221-2/+2
|
* ider: implement ider_read_data()Hannes Reinecke2022-04-221-2/+4
|
* ider: implement device selectHannes Reinecke2022-04-221-1/+2
| | | | | | | IDE redirection supports two device, the first being a floppy and the second one a CD-ROM. Signed-off-by: Hannes Reinecke <hare@suse.de>
* redir: split off IDE redirection commandsHannes Reinecke2022-04-221-11/+46
|
* redir: reshuffle functionsHannes Reinecke2022-04-221-19/+66
|
* redir: add ider reset handlingHannes Reinecke2022-04-221-5/+49
|
* amtider: handle SIGTERMHannes Reinecke2022-04-221-1/+11
|
* redir: IDE-redirection receive stubsHannes Reinecke2022-04-221-2/+15
| | | | Signed-off-by: Hannes Reinecke <hare@suse.de>
* redir: select start function by typeHannes Reinecke2022-04-221-1/+28
| | | | | | | We need to select the correct start function, and not always assume we're in serial-over-lan mode. Signed-off-by: Hannes Reinecke <hare@suse.de>
* amtider: IDE-redirection clientHannes Reinecke2022-04-221-0/+17
| | | | | | Preliminary stub only. Signed-off-by: Hannes Reinecke <hare@suse.de>
* Merge branch 'ssl'Hannes Reinecke2022-04-221-4/+97
|
* redir: cleanup whitespaceHannes Reinecke2022-04-221-45/+45
| | | | Signed-off-by: Hannes Reinecke <hare@suse.de>
* fixup indentionGerd Hoffmann2016-02-221-48/+49
|
* Fix build on freebsdGerd Hoffmann2013-12-021-0/+4
| | | | | $FreeBSD: comms/amtterm/files/patch-redir-c 300895 2012-07-14 12:56:14Z beat $ From http://people.freebsd.org/~kib/misc/amtterm.1.patch
* decode 0x29 messageGerd Hoffmann2013-04-171-18/+52
| | | | Contributed by Donald Porter.
* Support code 0x29 encountered in redirection.Emmanuel Thomé2013-01-111-0/+18
|
* block when waiting for socket dataJim Newsome2011-05-251-0/+8
|
* - tailing whitespace fixups.kraxel2008-12-191-2/+4
| | | | - added logging capability (cmd line only, GUI windup TBD).
* bump version, whitespace stuff.kraxel2007-08-231-2/+2
|
* polish error reportingkraxel2007-08-221-13/+18
|
* fix buffering bug; add desktop filekraxel2007-08-211-4/+24
|
* license fixups, keyboard tweakskraxel2007-08-211-0/+20
|
* add tracingkraxel2007-08-171-8/+53
|
* kill some debug fprintfskraxel2007-08-161-2/+2
|
* more gui workkraxel2007-08-151-0/+1
|
* state machine fixeskraxel2007-08-131-54/+90
|
* gui starts working ...kraxel2007-08-131-10/+59
|
* add missing fileskraxel2007-08-131-0/+230