Thu, 28 Aug 2014 15:46:44 +0500 Shorten.
Sunil Nimmagadda <sunil@nimmagadda.net> [Thu, 28 Aug 2014 15:46:44 +0500] rev 36
Shorten.
Thu, 28 Aug 2014 14:17:28 +0500 space nit.
Sunil Nimmagadda <sunil@nimmagadda.net> [Thu, 28 Aug 2014 14:17:28 +0500] rev 35
space nit.
Wed, 27 Aug 2014 16:21:31 +0500 No use of iev->data, set it to NULL.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 16:21:31 +0500] rev 34
No use of iev->data, set it to NULL.
Wed, 27 Aug 2014 14:25:26 +0500 Give session a chance to init its imsgev. Let session initiate the
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 14:25:26 +0500] rev 33
Give session a chance to init its imsgev. Let session initiate the process of MAILDROP_INIT. Maildrop now sets up itself and waits for MAILDROP_INIT from session. This would now eliminate the doubt in the earlier setup when priv process forks and the child gets cpu slice first before parent which sends MAILDROP_INIT to an uninitialized imsgev.
Wed, 27 Aug 2014 12:47:09 +0500 mtype, mpath are accessible to maildrop, simplify setup parameters.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 12:47:09 +0500] rev 32
mtype, mpath are accessible to maildrop, simplify setup parameters.
Wed, 27 Aug 2014 11:50:11 +0500 Rename to differentiate setup and init operations.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 11:50:11 +0500] rev 31
Rename to differentiate setup and init operations.
Wed, 27 Aug 2014 10:36:03 +0500 Bounds check array index. Fixes a crash when len == 1.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 27 Aug 2014 10:36:03 +0500] rev 30
Bounds check array index. Fixes a crash when len == 1.
Sat, 23 Aug 2014 19:07:45 +0500 First clear io then iobuf.
Sunil Nimmagadda <sunil@nimmagadda.net> [Sat, 23 Aug 2014 19:07:45 +0500] rev 29
First clear io then iobuf.
Sat, 23 Aug 2014 09:19:50 +0500 Latest changes from upstream with commit message...
Sunil Nimmagadda <sunil@nimmagadda.net> [Sat, 23 Aug 2014 09:19:50 +0500] rev 28
Latest changes from upstream with commit message... When the three possible return values are -1, 0, and 1, != 1 is the same as <= 0. And the latter is the normal idiom so use that. ok claudio@ henning@
Wed, 20 Aug 2014 21:46:02 +0500 Prepend session id to the log message.
Sunil Nimmagadda <sunil@nimmagadda.net> [Wed, 20 Aug 2014 21:46:02 +0500] rev 27
Prepend session id to the log message.
(0) -10 +10 tip