Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-20 | avoid malloc for iovec | Matt Johnston | |
2015-03-16 | dropbear_assert() rather than assert() | Matt Johnston | |
2015-03-11 | strdup strerror | Matt Johnston | |
2015-03-03 | Fix error handling for dbclient async connect | Matt Johnston | |
2015-03-02 | more changes | Matt Johnston | |
2015-03-02 | changes (also testing hg bookmarks) | Matt Johnston | |
2015-03-01 | merge | Matt Johnston | |
2015-03-01 | reword comment for clarity | Matt Johnston | |
--HG-- branch : nocircbuffer | |||
2015-03-01 | Fix pubkey auth after change to reuse ses.readbuf as ses.payload | Matt Johnston | |
(4d7b4c5526c5) --HG-- branch : nocircbuffer | |||
2015-03-01 | Fix some memory leaks in ecc code | Matt Johnston | |
2015-03-01 | allocate buffer and data in a single allocation | Matt Johnston | |
--HG-- branch : nocircbuffer | |||
2015-03-01 | Avoid malloc in hmac | Matt Johnston | |
--HG-- branch : nocircbuffer | |||
2015-03-01 | A bit of a bodge to avoid memcpy if zlib is disabled | Matt Johnston | |
--HG-- branch : nocircbuffer | |||
2015-03-01 | Avoid copying data into circular buffer | Matt Johnston | |
--HG-- branch : nocircbuffer | |||
2015-02-28 | Better failure handling | Matt Johnston | |
2015-02-28 | merge tcp fastopen | Matt Johnston | |
2015-02-28 | Add cleanup | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-28 | merge from default | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-27 | EINPROGRESS for sendmsg() means it's working OK | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-26 | ignore any sendmsg() errors | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-24 | Use m_burn rather than memset | Thorsten Horstmann | |
2015-02-24 | Avoid cppcheck warning | Thorsten Horstmann | |
2015-02-24 | Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann | Matt Johnston | |
2015-02-24 | Revert accidental commented out signal handlers | Matt Johnston | |
2015-02-24 | Some additional cleanup functions | Matt Johnston | |
2015-02-24 | Free memory before exiting. Based on patch from Thorsten Horstmann. | Matt Johnston | |
Client side is not complete. | |||
2015-02-24 | Use m_close() which will avoid close(-1) | Matt Johnston | |
2015-02-24 | Fix for old compilers, variable declarations at beginning of functions | Thorsten Horstmann | |
and /**/ comments | |||
2015-02-24 | Some minor typo fixes, found by codespell. | Thorsten Horstmann | |
2015-02-24 | DROPBEAR_ prefix for include guards to avoid collisions | Thorsten Horstmann | |
2015-02-21 | get rid of some unnecessary code | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-20 | avoid some warnings | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-20 | Fixes for backwards compatibility | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-20 | Move generic network routines to netio.c | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-20 | Update priority once the socket is open | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-19 | merge | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-19 | Add the missing second half of iov code | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-19 | fallback for old glibc and fastopen | Matt Johnston | |
memset rather than = {0} initialiser --HG-- branch : fastopen | |||
2015-02-19 | In theory TFO should work. Needs platform cleanup and testing | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-18 | generalise write iovec handling | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-18 | async connections working | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-18 | work in progress for async connect | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-15 | tcp fastopen for the server | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-14 | connect_remote() is now always non-blocking | Matt Johnston | |
2015-02-13 | Add envirnonment variable for debug timestamps to roughly match | Matt Johnston | |
network timestamps (in tshark) | |||
2015-02-13 | Fix print that no longer works since we're not using fourCCs | Matt Johnston | |
2015-02-13 | merge | Matt Johnston | |
2015-02-13 | Make it compile | Matt Johnston | |
2015-02-13 | piggyback data on acks when making connections on linux | Matt Johnston | |
2015-02-13 | debug should be off by default | Matt Johnston | |