Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various MSVC warnings | Jack Lloyd | 2017-08-31 | 1 | -4/+4 |
| | | | | Based on VC2017 output | ||||
* | Compile fix | Jack Lloyd | 2016-12-23 | 1 | -0/+1 |
| | |||||
* | Fix file descriptor leak introduced in bcae34c0c | Jack Lloyd | 2016-12-23 | 1 | -4/+1 |
| | | | | Caused tests to fail on CI | ||||
* | More filter tests | Jack Lloyd | 2016-12-22 | 1 | -9/+5 |
| | | | | | Expose Data{Source,Sink}_Stream types even if no filesystem is available. Instead just guard the constructors taking a pathname. | ||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -10/+10 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Add IncludeOS target. Make filesystem support optional. | Jack Lloyd | 2016-10-10 | 1 | -1/+8 |
| | |||||
* | Remove redundant initialization. Closes GH #399 | Jack Lloyd | 2016-02-07 | 1 | -1/+0 |
| | |||||
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 1 | -40/+40 |
| | |||||
* | Add missing assignment in DataSource::discard_next | Jack Lloyd | 2015-12-31 | 1 | -0/+1 |
| | | | | Reported on the mailing list by Falko | ||||
* | Move DataSource to utils and rewrite PEM encoding to avoid filters | Jack Lloyd | 2015-10-14 | 1 | -0/+212 |
Removes filters as as an internal dependency pretty much entirely (outside of some dusty corners in misc). |