Age | Commit message (Collapse) | Author |
|
Don't shutdown TLS connection on close()
This could lead to problems when calling close on a forked socket
sink() also shutdown connection if close is requested and possible
|
|
Use POSIX file functions
introduce dup()
introduce fork() wait() kill()
more signal interrupt wrappers
more POSIX / UNIX standard compliance
|
|
httpclient: resume support, splice() support, cookie support
|
|
httpclient: HTTPS support
axTLS: enable diagnostic mode
|
|
|
|
|
|
|
|
|
|
splice() still does not work correctly
|