summaryrefslogtreecommitdiff
path: root/session.c
AgeCommit message (Expand)Author
2014-08-31Merge refactor branch.Sunil Nimmagadda
2014-08-31Disengaging imsgev is tricky. First imsgev_clear as we know thereSunil Nimmagadda
2014-08-28space nit.Sunil Nimmagadda
2014-08-27No use of iev->data, set it to NULL.Sunil Nimmagadda
2014-08-27Give session a chance to init its imsgev. Let session initiate theSunil Nimmagadda
2014-08-27Bounds check array index. Fixes a crash when len == 1.Sunil Nimmagadda
2014-08-23First clear io then iobuf.Sunil Nimmagadda
2014-05-29knf and whitespace fixes.Sunil Nimmagadda
2014-05-28Fix a crash during concurrent sessions TIMEOUT reported by JamesSunil Nimmagadda
2014-04-19This cannot truncate unless new states are added.Sunil Nimmagadda
2014-04-19Equal sized buffer copy, no truncation happens.Sunil Nimmagadda
2014-04-19args are checked for size in parse function. Cast to void as no truncation ch...Sunil Nimmagadda
2014-04-11Remove redundant sock member in session. io already holds the sock for each s...Sunil Nimmagadda
2014-04-02Use correct format of listing.Sunil Nimmagadda
2014-04-01Simplify list_all handling. Send an imsg for each msg instead ofSunil Nimmagadda
2014-03-27Import pop3d.Sunil Nimmagadda