Age | Commit message (Expand) | Author |
2018-02-05 | upas/fs: fix imap atom quoting (thanks Piotr Kubaj) | cinap_lenrek |
2018-01-27 | upas/fs: try to deal with nil mail body (can happen when fetch fails) | cinap_lenrek |
2018-01-25 | upas/fs: deal with imap returning more uid's than allocated from previus "mes... | cinap_lenrek |
2017-12-19 | upas/fs: more bugs | cinap_lenrek |
2017-12-19 | upas/fs: fix precedence bugs, compare digest pointer to nil | cinap_lenrek |
2017-10-23 | upas/smtpd: don't call syslog() from the note handler, this can deadlock | cinap_lenrek |
2017-09-23 | upas/fs: fix putcache(), sub-part messages should never go into the lru | cinap_lenrek |
2017-09-13 | upas/fs: replace fixed cache table with lru linked list | cinap_lenrek |
2017-06-22 | upas/fs: handle plumbing for new messages for concurrent index updates | cinap_lenrek |
2017-06-18 | upas/fs: work in progress... | cinap_lenrek |
2017-06-07 | upas: fix infinite loop in common/mkfile (thanks raiz) | cinap_lenrek |
2017-05-02 | upas/fs: handle partial fetches (imap server returning less messages than ava... | cinap_lenrek |
2017-04-27 | upas/fs: fix warning about unused Err: label | cinap_lenrek |
2017-04-23 | libsec: sha256 support for thumbprint files, use it in ssh as well | cinap_lenrek |
2017-04-23 | upas/fs: don't abort on malformed unix header | cinap_lenrek |
2017-04-22 | libavl: lookup can return the closest match | spew |
2017-04-09 | upas/fs: remove imap lastread debounding | cinap_lenrek |
2017-04-09 | upas/fs: fix sync condition | cinap_lenrek |
2017-04-08 | upas/fs: make use of Maxmsg consistent | cinap_lenrek |
2017-04-08 | upas/fs: simplify imap4read() | cinap_lenrek |
2017-04-08 | upas/fs: fix dir comparsion and skip directories in mdir, avoid stat | cinap_lenrek |
2017-04-08 | upas/send: use openfolder() to deliver mail to avoid code duplication | cinap_lenrek |
2017-04-08 | upas/common: deliver mail to mdir as .tmp file and rename after it has been f... | cinap_lenrek |
2017-03-23 | upas/smtp: fix cram-md5 auth, simplify doauth(), check varargs for dBprint() | cinap_lenrek |
2017-03-23 | upas/smtp: generate 128-bit random message id (was 32 bit), use dBprint(), cl... | cinap_lenrek |
2017-03-22 | upas/smtp: Revert smtp dial string behavior to match that of old upas (thanks... | spew |
2017-03-21 | remove accidentally commited binary /sys/src/cmd/upas/fs/chkidx file (thanks ... | cinap_lenrek |
2017-03-16 | upas/fs: tls sni support for pop3/imap | cinap_lenrek |
2017-03-16 | upas/fs: fix memory leaks in tls code, handle tls in a common wraptls() function | cinap_lenrek |
2017-03-15 | upas/fs: getting rid of the fine-grain locking... | cinap_lenrek |
2017-03-14 | upas/fs: more cleanup... | cinap_lenrek |
2017-03-14 | upas/fs: remove more debugging crap | cinap_lenrek |
2017-03-14 | upas/fs: remove unused segbrk memory allocator | cinap_lenrek |
2017-03-14 | upas/fs: remove idx semaphore, cannot happen as symcmbox() always called with... | cinap_lenrek |
2017-03-14 | upas/fs: fix more locking bugs, remove debugging clutter, remove planb mbox code | cinap_lenrek |
2017-03-14 | upas/fs: make sure mbox is locked during msgdecref() in rclunk() | cinap_lenrek |
2017-03-12 | upas/fs: lock mbox in syncallmboxes() to avoid assert crash | cinap_lenrek |
2017-03-12 | upas/fs: remove useless syncsem, make sure mbox is locked when fetching / syn... | cinap_lenrek |
2017-03-12 | imap4d: simplify auth with encodefmt (backport from 9front) | cinap_lenrek |
2017-03-12 | nupas: delete okcidr(); always trust spf records | aiju |
2017-03-12 | merging erik quanstros nupas | cinap_lenrek |
2016-07-24 | upas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p ... | cinap_lenrek |
2016-05-13 | upas/marshal: strip trailing whitespace from header values | cinap_lenrek |
2016-04-30 | upas/bayes/dump.c: regcomp.h is now located in this directory. | stanley lieber |
2016-04-28 | remove ape/regexp.h, remove leftover #pragma lib oldlibregexp.$O from upas/ba... | cinap_lenrek |
2016-04-26 | remove old libregexp files; add headers for upas/bayes | ben |
2016-04-26 | New libregexp and APE ported to native | ben |
2016-02-22 | smtpd: remove unused lastsender logic | cinap_lenrek |
2016-01-07 | format pointer subtraction results with %zd instead of %ld (for long -> intpt... | cinap_lenrek |
2015-04-15 | upas/smtp: cleanup mkfile | cinap_lenrek |