Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Constify some local variables | Jack Lloyd | 2018-06-08 | 1 | -2/+2 |
| | |||||
* | Add missing include | Jack Lloyd | 2017-10-05 | 1 | -0/+1 |
| | | | | | In filesystem free build, we weren't including any definition of std::istream. GH #1238 | ||||
* | Add wrappers for reinterpret_cast between char* and uint8_t* | Jack Lloyd | 2017-10-03 | 1 | -5/+5 |
| | | | | | | | Generally speaking reinterpret_cast is sketchy stuff. But the special case of char*/uint8_t* is both common and safe. By isolating those, the remaining (likely sketchy) cases are easier to grep for. | ||||
* | 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). |