Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of ISC license | wm4 | 2017-04-15 | 1 | -11/+3 |
| | | | | | | | | | | The license text refers a "above copyright notice", so I guess it'd be good to actually provide such a notice. Add the license to some files that were missing it (since in theory, our Copyright file says that such files are LGPL by default). Remove the questionable remarks about the license in the client API. | ||||
* | client API: clarify what stream_cb callbacks can do | wm4 | 2017-03-17 | 1 | -1/+3 |
| | | | | See #4227. | ||||
* | stream_cb: remove leftover doxygen line | wm4 | 2017-02-20 | 1 | -1/+0 |
| | |||||
* | stream_cb: fix stale comment | wm4 | 2016-08-08 | 1 | -1/+1 |
| | | | | Oops. | ||||
* | client API: add stream_cb API for user-defined stream implementations | Aman Gupta | 2016-08-07 | 1 | -0/+230 |
Based on #2630. Some heavy changes by committer. Signed-off-by: wm4 <wm4@nowhere> |