Push to the project "citadel.org ": The branch, libevent has been updated
via 1dd7c0f770f23bbc4f65de406deb75eb059b417f (commit)
via 3d75f776e96c2dc3f99685d689f4091340777615 (commit)
from 0149ea4b722c795dfdb9918d2281e859cf064ebe (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=1dd7c0f770f23bbc4f65de406deb75eb059b417f
commit 1dd7c0f770f23bbc4f65de406deb75eb059b417f
Author: Wilfried Goesgens <[email protected]>
Date: Sun Jul 3 13:49:59 2011 +0000
first working RSS collection with async DB-Saves
- for now, no shorter URL expansion
- replace handling of configs, old algorythm wasn't thread-safe
- DB i/o is done in its own libev Queue in its own thread now; so we
don't block network IO with database IO.
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=3d75f776e96c2dc3f99685d689f4091340777615
commit 3d75f776e96c2dc3f99685d689f4091340777615
Author: Wilfried Goesgens <[email protected]>
Date: Sun Jul 3 13:47:55 2011 +0000
Add ability to hex encode binary strings
- when encoding plain md5 binary buffers we have to pass the length into
the hex encoder, add parameter
- add wrapper providing old schematic
- fix documentation of StrBufSipLine()
-----------------------------------------------------------------------
Summary of changes:
citadel/event_client.c | 118 ++++++-
citadel/event_client.h | 5 +-
citadel/modules/eventclient/serv_eventclient.c | 176 +++++++--
citadel/modules/rssclient/rss_atom_parser.c | 1 +
citadel/modules/rssclient/rss_atom_parser.h | 1 +
citadel/modules/rssclient/serv_rssclient.c | 381 ++++++++++++++------
.../urldeshortener/serv_expand_shorter_urls.c | 4 +-
libcitadel/lib/libcitadel.h | 1 +
libcitadel/lib/stringbuf.c | 30 ++-
9 files changed, 542 insertions(+), 175 deletions(-)
hooks/post-receive
--
citadel.org