Push to the project "citadel.org ": The branch, libevent has been updated
       via  969d199c6fb0d1f54220dc906202946a0b43f387 (commit)
       via  6ddb4b397f4abddeb28128deb2bf5ff8d99a55a6 (commit)
       via  c0928547decbac53f6c101b2b8a0f3d54439e550 (commit)
       via  63499c15ae3c6c0a34b85d593d5743e8a7eb7447 (commit)
       via  6b5f7c9bbe2f754fb0f2ff433b90dd76e76836eb (commit)
       via  500dbfd92ee52df131d21061ea70ec58c8e256c6 (commit)
       via  083d1b6cb5ce5cd2d335eeaa8e9d45050dfa4494 (commit)
       via  dbf55932e8784e19ffee5b6bfac6b8404e58bf4e (commit)
      from  67d954e97ccee1cd9c9ae8a969eece1383a04d46 (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=969d199c6fb0d1f54220dc906202946a0b43f387
commit 969d199c6fb0d1f54220dc906202946a0b43f387
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Wed Aug 10 14:02:00 2011 +0000

    work on the pop3 aggregator
    
      - rewrite the config parser similar to the rss-configparser
      - copy over handler logic from async smtp connector
      - chop worker into handy bits so the handler logic can control it.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=6ddb4b397f4abddeb28128deb2bf5ff8d99a55a6
commit 6ddb4b397f4abddeb28128deb2bf5ff8d99a55a6
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Wed Aug 10 14:00:34 2011 +0000

    fix naming of functions, so they live in the RSS-Namespace

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=c0928547decbac53f6c101b2b8a0f3d54439e550
commit c0928547decbac53f6c101b2b8a0f3d54439e550
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Wed Aug 10 13:59:20 2011 +0000

    tiny fixes
    
      - log failed connection attempts
      - add sample to set 127.0.0.1

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=63499c15ae3c6c0a34b85d593d5743e8a7eb7447
commit 63499c15ae3c6c0a34b85d593d5743e8a7eb7447
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Wed Aug 10 13:55:42 2011 +0000

    fix parsing of IP-Urls
    
      - need to point inet_pton() to the rightly casted pointer in case of 
non-IPv6
      - set the port using hton()
      - set the protocol depending on our findings

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=6b5f7c9bbe2f754fb0f2ff433b90dd76e76836eb
commit 6b5f7c9bbe2f754fb0f2ff433b90dd76e76836eb
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Sun Jul 24 13:35:59 2011 +0000

    StrBufSipLine(): make input params const; fix several warnings about unused 
code.
    
    Conflicts:
    
        libcitadel/lib/libcitadel.h

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=500dbfd92ee52df131d21061ea70ec58c8e256c6
commit 500dbfd92ee52df131d21061ea70ec58c8e256c6
Author: Art Cancro <a...@uncensored.citadel.org>
Date:   Mon Jul 18 16:45:06 2011 -0400

    DBG_QR[2] now a configurable loggable

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=083d1b6cb5ce5cd2d335eeaa8e9d45050dfa4494
commit 083d1b6cb5ce5cd2d335eeaa8e9d45050dfa4494
Author: Art Cancro <a...@uncensored.citadel.org>
Date:   Mon Jul 18 16:21:29 2011 -0400

    Wrap all calls to pthread_mutex_lock() and pthread_mutex_unlock() within 
CtdlLogResult()

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=dbf55932e8784e19ffee5b6bfac6b8404e58bf4e
commit dbf55932e8784e19ffee5b6bfac6b8404e58bf4e
Author: Art Cancro <a...@uncensored.citadel.org>
Date:   Mon Jul 18 16:19:45 2011 -0400

    Convenience function CtdlLogResult()

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

Summary of changes:
 citadel/event_client.c                       |    6 +
 citadel/event_client.h                       |    5 +
 citadel/modules/pop3client/serv_pop3client.c | 1010 +++++++++++++++++++++-----
 citadel/modules/rssclient/serv_rssclient.c   |   12 +-
 libcitadel/lib/libcitadel.h                  |    6 +-
 libcitadel/lib/stringbuf.c                   |   21 +-
 libcitadel/lib/urlhandling.c                 |   19 +-
 webcit/context_loop.c                        |   16 +-
 webcit/roomops.c                             |    4 +-
 webcit/webcit.h                              |    4 +
 10 files changed, 877 insertions(+), 226 deletions(-)


hooks/post-receive
-- 
citadel.org 

Reply via email to