summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/fs
AgeCommit message (Collapse)Author
2014-11-14upas/fs: handle ramfs and hjfs "file locked" errorcinap_lenrek
2014-11-14upas/fs: handle cwfs "file is locked" error messagecinap_lenrek
2014-06-25upas/fs: disable imap mail fetch pipeline due to racemischief
pipeline = 1 with a dovecot imap server causes FETCH and OK responses get interleaved so some message bodies accidentally get merged together. disabling it will make fetching mail over imap slower, but it works.
2013-09-15upas/fs: fix potential filedescriptor leakscinap_lenrek
2013-09-14tls: fix various tlsClient()/tlsServer() related bugscinap_lenrek
- TLSconn structure on stack but not initialized (zeroed) - original filedescriptor double closed in error case - original filedescriptor leaked in success case - leaked TLSconn.sessionID and TLSconn.cert - clarify in pushtls(2) and pushssl(2)
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2012-11-28upas/fs: fix tlsClient() memory leakscinap_lenrek
2012-08-30upas/fs: catch alarm note (used in pop3 code)cinap_lenrek
2012-07-14upas/fs: ministry of silly walks struck againcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen