Push to the project "citadel.org ": The branch, libevent has been updated
       via  c8e73a84d645c9806635b272df36ec85cb5bd427 (commit)
       via  e3534186f2a80bb2b5145c725ca4c9004927ce18 (commit)
       via  6badf1d7f56d3bba7581ba8c54f3ff2ae2b3cf55 (commit)
      from  0690ea880b4aeccb537702e5a363633bde2de724 (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -----------------------------------------------------------------
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=c8e73a84d645c9806635b272df36ec85cb5bd427
commit c8e73a84d645c9806635b272df36ec85cb5bd427
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Sat Jan 8 20:55:44 2011 +0100

    libev smtp migration
    
      - pass message text into bounce message
      - split SMTP <-> SMTP-Queue code

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=e3534186f2a80bb2b5145c725ca4c9004927ce18
commit e3534186f2a80bb2b5145c725ca4c9004927ce18
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Sat Jan 8 18:54:03 2011 +0100

    libev migration
    
      Cleanup: wrap an empty do {} while (0) around our macros, so their syntax 
gets a better feeling of c-functions

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=6badf1d7f56d3bba7581ba8c54f3ff2ae2b3cf55
commit 6badf1d7f56d3bba7581ba8c54f3ff2ae2b3cf55
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Sat Jan 8 18:50:16 2011 +0100

    libev migration
    
      - log when looking up the IP of an MX
      - log when attepting to connect one MX

-----------------------------------------------------------------------

Summary of changes:
 citadel/modules/eventclient/serv_eventclient.c |   27 +-
 citadel/modules/smtp/serv_smtpeventclient.c    |  969 +++++-------------------
 citadel/modules/smtp/serv_smtpqueue.c          |  670 ++++++++++++++++
 citadel/modules/smtp/smtp_util.c               |   16 +-
 citadel/modules/smtp/smtp_util.h               |    2 +-
 citadel/modules/smtp/smtpqueue.h               |   37 +
 6 files changed, 930 insertions(+), 791 deletions(-)
 create mode 100644 citadel/modules/smtp/serv_smtpqueue.c
 create mode 100644 citadel/modules/smtp/smtpqueue.h


hooks/post-receive
-- 
citadel.org 

Reply via email to