summaryrefslogtreecommitdiff
path: root/src/stream.c
Commit message (Expand)AuthorAgeFilesLines
* [core] remove some unused header includesGlenn Strauss2017-03-281-0/+1
* [config] support include file glob (fixes #1221)Glenn Strauss2016-05-131-1/+1
* fallback to lseek()/read() if mmap() fails (#fixes 2666)Glenn Strauss2016-04-281-8/+22
* [stream] fstat() after open() to obtain file sizeGlenn Strauss2016-04-011-16/+44
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [configfile] fix reading uninitialized variable (found by Willian B.)Stefan Bühler2015-07-191-4/+12
* Use NULL instead of 0 where pointers are expected.Cyril Brulebois2012-08-311-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-5/+2
* r2092@chromobil: stefan | 2008-02-26 17:08:48 +0100Stefan Bühler2008-02-261-1/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-16/+16
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-0/+2
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-0/+1
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-0/+3
* O_BINARY for cygwin, volatile for sig_atomic_t (merged [286], [287])Jan Kneschke2005-08-081-1/+1
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+100