Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / event_client.h
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-30 Art Cancromore moving to new logging standard
2015-11-16 Wilfried GoesgensAssert that we don't always have a valid session.
2014-11-22 Wilfried GoesgensFucked up the sequence of arguments for the floodprotec...
2014-11-06 Wilfried GoesgensInstead of initiating the transition between DB & IO...
2014-10-23 Wilfried GoesgensUse a single function to transition from IO to DB Queue
2014-10-21 Wilfried Goesgensadd whether we're in which eventloop / a worker thread...
2013-09-29 Wilfried GoesgensNULL-Protect the Context-ID
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-06-15 Wilfried GoesgenscURL: put error description into the status message.
2013-05-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-05-26 Wilfried GoesgensEV: stop all watchers before going into other queues...
2013-05-12 Wilfried GoesgensEV: expose current event queue state to the RWHO command
2012-08-23 Wilfried GoesgensEVENT-CLIENT: fix potential compile problems with older...
2012-08-19 Wilfried GoesgensC-Ares: add the query data to the errormessage, so...
2012-07-23 Wilfried Goesgenscmd_TERM: also kill AsyncIO contexts
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-06-19 Wilfried GoesgensEVENT Client: parametrize when to close the fd on detac...
2012-05-25 Wilfried GoesgensEvent client: add missing forward declaration of StopCu...
2012-05-06 Wilfried GoesgensEventhandling: fix shutdownhandlers
2012-05-05 Wilfried GoesgensC-ARES: make debug logging completely runtime configurable.
2012-04-29 Wilfried GoesgensLOGGING: more debug messages to hide in eventqueue
2012-04-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-28 Wilfried GoesgensCURL: make log output configurable.
2012-04-28 Wilfried GoesgensMake logging configurable
2012-04-24 Wilfried GoesgensLogging: add timestamps for eventdriven IO
2012-04-17 Wilfried Goesgensc-ares: make InitC_ares_dns() private to serv_cares.c
2012-04-13 Art CancroRevert "Revert "SMTP-Client: move the client-shutdown...
2012-04-13 Art CancroRevert "SMTP-Client: move the client-shutdown procedure...
2012-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-06 Wilfried GoesgensSMTP-Client: move the client-shutdown procedure into...
2012-02-27 Wilfried GoesgensEvent-Client: add wrapper around ev_now()
2012-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-21 Wilfried GoesgensFix problem with closing 0-fds
2011-12-30 Wilfried GoesgensStyle cleanup
2011-12-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-25 Wilfried GoesgensStraightn http client generation
2011-12-25 Wilfried GoesgensRefactoring: create central place to init AsyncIO
2011-12-25 Wilfried Goesgensrename InitEventIO to EvConnectSock, since this suits...
2011-12-25 Wilfried GoesgensMove c-ares related data into its own Sub-Struct
2011-12-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-23 Wilfried GoesgensFix memleaks
2011-12-22 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-22 Wilfried GoesgensImplement Ares Timeouts & error messages
2011-12-20 Wilfried Goesgensimprove logging output of event clients & opnional...
2011-11-06 Wilfried Goesgensadd shutdown handlers for libcurl wrapper
2011-10-30 Wilfried GoesgensLogging enhancement & SMTP client fixes
2011-10-20 Wilfried Goesgensdon't call curl_multi_add_handle() from outside of...
2011-10-08 Wilfried GoesgensImplement asynchroneous networking.
2011-09-16 Wilfried GoesgensAdd error handler for failing DNS requests; the Client...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-01 Wilfried GoesgensQueue functions have to return eNextState in order...
2011-08-17 Wilfried Goesgensadd infrastructure to cleanly swap inbetween the DB...
2011-08-10 Wilfried Goesgenswork on the pop3 aggregator
2011-07-10 Wilfried Goesgensfinalize allocation & freeing of rss stuff
2011-07-03 Wilfried Goesgensfirst working RSS collection with async DB-Saves
2011-06-25 Wilfried Goesgensmore work on libevĀ“ing the rss-reader.
2011-06-06 Wilfried Goesgensfix loop / handling error when connecting fails immediately
2011-05-30 Wilfried Goesgensfinish rewriting of http client code
2011-05-21 Wilfried GoesgensMigrate http context struct into the AsyncIO struct...
2011-05-08 Wilfried Goesgenswork on errorhandling for the smtp event client
2011-04-02 Wilfried GoesgensCleanup the event client struct, remove unused vars
2011-04-02 Wilfried Goesgensjust use the ParsedURL to bear our destination address...
2011-04-01 Wilfried GoesgensSwitch handling to have a pointer to the target address
2011-04-01 Wilfried Goesgensmove URL parsing / struct over into libcitadel
2011-02-02 Wilfried Goesgenslibev/c-ares migration; fix lookup chains
2011-01-31 Wilfried Goesgenslibev migration - add shutdown handlers
2011-01-30 Wilfried GoesgensMerge branch 'libevent' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried Goesgenslibev/c-ares migration: unstack out ouf c-ares before...
2011-01-23 Wilfried Goesgenslibev migration; relaying implementation
2011-01-20 Wilfried Goesgenslibev migration: reinstantiate MX-Relay; unfinished.
2011-01-16 Wilfried GoesgensLibev migration:
2011-01-15 Wilfried Goesgenslibev migration - timeouts seem to be working.
2011-01-15 Wilfried GoesgensLibev Migration; fix aborting on connection establishin...
2011-01-10 Wilfried GoesgensLibev / libc-ares Migration
2011-01-08 Wilfried Goesgenslibev/libc-ares migration
2011-01-08 Wilfried GoesgensLibev/libc-ares migration: cleanup
2011-01-08 Wilfried Goesgenslibc-ares migration
2011-01-08 Wilfried Goesgenslibev migration
2011-01-04 Wilfried Goesgenslibev/libc-ares migration
2011-01-03 Wilfried Goesgenslibev/libc-ares migration
2011-01-01 Wilfried Goesgenslibev migration
2010-12-27 Wilfried GoesgensLibevent Migration
2010-12-26 Wilfried Goesgenslibevent Migration:
2010-12-26 Wilfried Goesgenslibevent Migration
2010-12-23 Wilfried GoesgensLibevent Integration
2010-12-21 Wilfried GoesgensLibevent integration