Mercurial > dropbear
log
age | author | description |
---|---|---|
2015-03-01 | Matt Johnston | Fix some memory leaks in ecc code |
2015-03-01 | Matt Johnston | allocate buffer and data in a single allocation nocircbuffer |
2015-03-01 | Matt Johnston | Avoid malloc in hmac nocircbuffer |
2015-02-28 | Matt Johnston | A bit of a bodge to avoid memcpy if zlib is disabled nocircbuffer |
2015-02-28 | Matt Johnston | Avoid copying data into circular buffer nocircbuffer |
2015-02-28 | Matt Johnston | Better failure handling |
2015-02-28 | Matt Johnston | merge coverity |
2015-02-28 | Matt Johnston | merge tcp fastopen |
2015-02-28 | Matt Johnston | Add cleanup fastopen |
2015-02-28 | Matt Johnston | merge from default fastopen |
2015-02-26 | Matt Johnston | EINPROGRESS for sendmsg() means it's working OK fastopen |
2015-02-26 | Matt Johnston | ignore any sendmsg() errors fastopen |
2015-02-24 | Matt Johnston | merge coverity |
2015-02-24 | Thorsten Horstmann | Use m_burn rather than memset |
2015-02-24 | Thorsten Horstmann | Avoid cppcheck warning |