index
:
pop3d
main
A non-blocking POP3 server
sunil@nimmagadda.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-04-19
Equal sized buffer copy, no truncation happens.
Sunil Nimmagadda
2014-04-19
args are checked for size in parse function. Cast to void as no truncation ch...
Sunil Nimmagadda
2014-04-19
hash is a fixed length string. Copying is always done to same length
Sunil Nimmagadda
2014-04-12
Update README.md
Sunil Nimmagadda
2014-04-11
Mark uidl correctly in list_res for the terminal. Fixes UIDL command
Sunil Nimmagadda
2014-04-11
Remove redundant sock member in session. io already holds the sock for each s...
Sunil Nimmagadda
2014-04-10
pull in latest master.
Sunil Nimmagadda
2014-04-10
Kill pop3_main return value as we now waitpid on WAIT_ANY.
Sunil Nimmagadda
2014-04-10
Since we now waitpid on WAIT_ANY, pop3_main needed return pid.
Sunil Nimmagadda
2014-04-10
Merge pull request #3 from jturner/killzombies
Sunil Nimmagadda
2014-04-10
Simplify maildrop path handling. Regardless of the order of options path is n...
Sunil Nimmagadda
2014-04-09
Make sure zombie processes are left over
James Turner
2014-04-07
Fix clang warnings. offset is always long.
Sunil Nimmagadda
2014-04-02
Return correct nlines for RETR in maildir handling.
Sunil Nimmagadda
2014-04-02
Use correct format of listing.
Sunil Nimmagadda
2014-04-02
Move it closer to list.
Sunil Nimmagadda
2014-04-01
Merge branch 'refactor'
Sunil Nimmagadda
2014-04-01
merge from cvs.
Sunil Nimmagadda
2014-04-01
Import.
Sunil Nimmagadda
2014-04-01
Properly NUL terminate expanded path by memsetting it.
Sunil Nimmagadda
2014-04-01
Simplify list_all handling. Send an imsg for each msg instead of
Sunil Nimmagadda
2014-03-27
Create README.md
Sunil Nimmagadda
2014-03-27
Import pop3d.
Sunil Nimmagadda