genode/repos/gems
Christian Helmuth 7e3bcb1e39 tcp_terminal: signal available bytes on partial read
If a client provides a read buffer of insufficient size for all
available data, we have two options

1) Leave it to the client to do partial reads until not further data is
   available, or

2) Signal the client that there still some bytes on a partial read.

As the second option seems more robust it's implemented in this commit.

Fixes #1705
2015-09-30 12:20:40 +02:00
..
include gems: HSV-to-RGB color-conversion function 2015-07-07 19:48:05 +02:00
lib/mk gems: move reusable code to include/gems 2014-10-13 15:21:53 +02:00
run Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
src tcp_terminal: signal available bytes on partial read 2015-09-30 12:20:40 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.