log stream/stream.h @ 30757:6a5957bf5b70

age author description
Sun, 28 Feb 2010 15:24:30 +0000 reimar Extend stream_read_line to support reading lines from UTF-16 encoded files
Sun, 28 Feb 2010 13:54:55 +0000 reimar Move stream_read_line implementation from stream.h to stream.c,
Sun, 28 Feb 2010 12:54:12 +0000 reimar Simplify handling of 0-termination in stream_read_line
Thu, 25 Feb 2010 22:47:04 +0000 reimar Mark stream open filename parameter as const, the filename string is not
Mon, 22 Feb 2010 13:50:48 +0000 diego Declare functions from network.c in network.h.
Mon, 22 Feb 2010 13:27:58 +0000 diego Move struct streaming_control from network.h to stream.h, where it is used.
Sun, 21 Feb 2010 23:30:34 +0000 diego Declare stream_fill_buffer() and stream_seek_long() unconditionally.