aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/unix_socket/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* OpenBSD doesn't have MSG_NOSIGNAL; you need to set up a signal handlerlloyd2010-06-011-1/+0
| | | | | | | | to catch SIGPIPE instead. Simply avoid building the unix_socket module there. Yet another reason to move to a fully async/event-based interface that doesn't interact with sockets directly.
* Import latest version of Ajisai into src/ssl; once this hits mainlinelloyd2010-01-111-0/+21
I'll officially kill off Ajisai (instead of it just lingering as a zombine as it is currently). Apparently I broke something (or multiple things) during the import process; servers crash and clients gets MAC errors on connect.