Push to the project "citadel.org ": The branch, libevent has been updated
       via  cd70844a33a79393a71e4be80d2d21676a3c8a0d (commit)
       via  4671b9b8d5e66524de96f07239671db504a6e02a (commit)
       via  cc7bb69375b85b4f6da8369b517db5d867685a62 (commit)
      from  c8e73a84d645c9806635b272df36ec85cb5bd427 (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=cd70844a33a79393a71e4be80d2d21676a3c8a0d
commit cd70844a33a79393a71e4be80d2d21676a3c8a0d
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Mon Jan 10 23:49:15 2011 +0100

    remove unneeded include; smtp_get_Recipients() is just of use when being in 
a SMTP-Server context, which we don't have in the outbound-Queue

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=4671b9b8d5e66524de96f07239671db504a6e02a
commit 4671b9b8d5e66524de96f07239671db504a6e02a
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Mon Jan 10 23:38:36 2011 +0100

    Libev / libc-ares Migration
    
      - Bounce-o-matic:
       - use parsend Queue structure instead of parsing the queue message 
ourselves
       - only Compose the bounce message, if we're shure we'll need it
       - malloc all memory first, and fail if..
      - restructure Message Queue documentation
      - parse not yet identified Submitted-Header into queue item
      - Alloc QueueItem->StatusMessage on creation so we have it easier writing 
it later
    
      - Start implementing timeout/abort conditions
    
      - c-ares integration: start/stop the right event-watchers
      - c-ares integration: give it its own watcher structs

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=cc7bb69375b85b4f6da8369b517db5d867685a62
commit cc7bb69375b85b4f6da8369b517db5d867685a62
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Sat Jan 8 22:31:34 2011 +0100

    libev/libc-ares migration
    
      - no, c-ares does need a write and a send wrapper.

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

Summary of changes:
 citadel/event_client.c                       |   50 ++++++--
 citadel/event_client.h                       |   13 ++-
 citadel/modules/c-ares-dns/serv_c-ares-dns.c |   52 ++++++--
 citadel/modules/smtp/serv_smtpeventclient.c  |   20 ++-
 citadel/modules/smtp/serv_smtpqueue.c        |  177 +++++++++++++++++++++++++-
 citadel/modules/smtp/smtpqueue.h             |   12 ++
 citadel/techdoc/delivery-list.txt            |   21 ++--
 7 files changed, 304 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
citadel.org 

Reply via email to