summaryrefslogtreecommitdiffstats
path: root/src/io/stream/streamtest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-18Move i/o stream classes into own directory. Add README.Tavmjong Bah1-0/+0
2018-11-08Clarify licensesMax Gaukler1-0/+9
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2015-08-29Ensure strncpy'd strings are null terminatedBryce Harrington1-0/+1
(bzr r14332)
2011-07-20Memory leak fixes (Bug #812497)Kris De Gussem1-3/+5
(bzr r10483)