log

age author description
Sat, 02 May 2015 22:59:55 +0800 Matt Johnston fix travis more
Sat, 02 May 2015 22:55:53 +0800 Matt Johnston bad travis syntax
Sat, 02 May 2015 22:51:46 +0800 Matt Johnston add no-writev build
Sat, 02 May 2015 22:47:25 +0800 Matt Johnston Fix no-writev fallback
Fri, 17 Apr 2015 20:59:32 +0800 Matt Johnston Should be AF_UNSPEC not PF_UNSPEC
Tue, 14 Apr 2015 20:44:30 +0800 Matt Johnston merge main coverity
Tue, 14 Apr 2015 20:43:54 +0800 Matt Johnston fastopen code was totally broken
Sat, 21 Mar 2015 22:43:08 +0800 Matt Johnston Avoid channel writev() when there is nothing to write
Fri, 20 Mar 2015 23:36:42 +0800 Matt Johnston Make main socket nonblocking. Limit writequeue size.
Fri, 20 Mar 2015 23:33:45 +0800 Matt Johnston Fix when iov queue is large
Fri, 20 Mar 2015 22:53:32 +0800 Matt Johnston avoid malloc for iovec
Tue, 17 Mar 2015 21:58:32 +0800 Matt Johnston Remove ATTRIB_NORETURN from session_loop() since it returns. pam
Mon, 16 Mar 2015 22:10:30 +0800 Matt Johnston Fix merge again. ses.loop_handler is required for PAM pam
Mon, 16 Mar 2015 21:34:05 +0800 Matt Johnston merge pam branch up to date pam
Fri, 23 Jan 2015 22:32:49 +0800 Matt Johnston resolve merge properly pam
Mon, 16 Mar 2015 21:33:01 +0800 Matt Johnston dropbear_assert() rather than assert()
Wed, 11 Mar 2015 23:10:27 +0800 Matt Johnston strdup strerror
Tue, 03 Mar 2015 20:53:00 +0800 Matt Johnston Fix error handling for dbclient async connect
Mon, 02 Mar 2015 21:40:06 +0800 Matt Johnston more changes
Mon, 02 Mar 2015 21:29:49 +0800 Matt Johnston changes (also testing hg bookmarks)
Mon, 02 Mar 2015 21:17:41 +0800 Matt Johnston merge coverity
Sun, 01 Mar 2015 23:27:08 +0800 Matt Johnston merge
Sun, 01 Mar 2015 23:26:42 +0800 Matt Johnston reword comment for clarity nocircbuffer
Sun, 01 Mar 2015 23:02:06 +0800 Matt Johnston Fix pubkey auth after change to reuse ses.readbuf as ses.payload nocircbuffer
Sun, 01 Mar 2015 22:44:36 +0800 Matt Johnston Fix some memory leaks in ecc code
Sun, 01 Mar 2015 21:16:09 +0800 Matt Johnston allocate buffer and data in a single allocation nocircbuffer
Sun, 01 Mar 2015 14:46:04 +0800 Matt Johnston Avoid malloc in hmac nocircbuffer
Sun, 01 Mar 2015 00:57:21 +0800 Matt Johnston A bit of a bodge to avoid memcpy if zlib is disabled nocircbuffer
Sun, 01 Mar 2015 00:44:45 +0800 Matt Johnston Avoid copying data into circular buffer nocircbuffer
Sat, 28 Feb 2015 23:49:39 +0800 Matt Johnston Better failure handling