Release version 999 generated by do-release.sh
[citadel.git] / citadel / event_client.c
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-04 Art Cancrostyle cleanup
2015-11-16 Wilfried GoesgensAssert that we don't always have a valid session.
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-21 Wilfried GoesgensAdd timeout facility for event contexts
2015-07-13 Wilfried GoesgensAdd timeout facility for event contexts
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-04-29 Art CancroConverted user_ops.o to new config format
2015-01-01 Wilfried Goesgensproperly abort if we fail to create debug files instead...
2014-12-29 Wilfried GoesgensProper handling in DNS queries: if the client decides...
2014-12-29 Wilfried GoesgensFix terminating of other contexts
2014-11-11 Wilfried Goesgenssome more places for the transition IO->DB queue
2014-11-06 Wilfried Goesgensway back from DB -> IO Queue
2014-11-06 Wilfried GoesgensInstead of initiating the transition between DB & IO...
2014-10-27 Wilfried GoesgensOne more place were we have to check whether this is...
2014-10-27 Wilfried Goesgens - don't use logfunctions that access the non-owned...
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-22 Wilfried Goesgensanother place where the include was missing
2013-09-15 Wilfried Goesgenscleanup includes
2013-06-08 Wilfried GoesgensEVCURL: debug log stopping
2013-06-02 Wilfried GoesgensCURL: the cleanup has to be done before.
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: fix possible nullpointer access in last commit.
2013-05-12 Wilfried GoesgensEV: expose current event queue state to the RWHO command
2013-04-16 Wilfried GoesgensEVENT: we memset the context, remember & re-set the...
2013-03-02 Wilfried GoesgensEVENT_CLIENT: when handing over to the DB-Queue, don...
2013-02-10 Wilfried GoesgensAccording to clang -Wcast-align its not good to cast...
2012-10-11 Wilfried GoesgensEVENT_CLIENT: to ease debugging put the function names...
2012-10-11 Wilfried GoesgensEVENT_CLIENT: we settled for 0 being the invalid FD.
2012-10-11 Wilfried GoesgensEVENT: while abusing the timeout trigger for aborting...
2012-08-07 Wilfried GoesgensEVENT: output the FD number in the debug log once we...
2012-07-23 Wilfried Goesgenscmd_TERM: also kill AsyncIO contexts
2012-07-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-03 Wilfried GoesgensEVENT-Client: fix the abort routines when we wake up...
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-06-16 Wilfried GoesgensEVENT-Client: don't call the timeout function directly
2012-06-15 Wilfried GoesgensEVENTClient: rather use the FD found on our internal...
2012-06-12 Wilfried GoesgensEVENT: when handling errors EAGAIN isn't fatal.
2012-05-24 Wilfried GoesgensEvent-Client: fix to connect logic
2012-05-20 Wilfried GoesgensEV: check the connectionstate on deferred connecting...
2012-05-06 Wilfried GoesgensEvent-client: add waiting for the server greeting to...
2012-05-06 Wilfried GoesgensEventhandling: fix shutdownhandlers
2012-05-05 Wilfried GoesgensEVENT-Client: add debug log when we connected to the...
2012-05-05 Wilfried Goesgensadjust loglevel in case of failing to get/set the FD...
2012-04-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-29 Wilfried GoesgensEVENT-Backtrace enableable on its own by now.
2012-04-28 Wilfried GoesgensBacktrace: check for NULL pointer argument.
2012-04-28 Wilfried GoesgensMake logging configurable
2012-04-24 Wilfried GoesgensLogging: add timestamps for eventdriven IO
2012-04-13 Art CancroRevert "Revert "add logging to debug event loop issue""
2012-04-13 Art CancroRevert "Revert "add logging to debug event loop issue""
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-13 Art CancroRevert "add logging to debug event loop issue"
2012-04-13 Art CancroRevert "add logging to debug event loop issue"
2012-04-12 Art Cancroadd logging to debug event loop issue
2012-04-12 Art Cancroadd logging to debug event loop issue
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-03-22 Wilfried Goesgensevent client: fixes
2012-03-11 Wilfried GoesgensEvent-client: in sort of uncasual timeout use our regul...
2012-03-08 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-08 Wilfried GoesgensEVENT: if we connect a remote port and have ipv4 bind...
2012-02-27 Wilfried GoesgensEvent-Client: add wrapper around ev_now()
2012-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
2012-01-29 Wilfried GoesgensEVENTS: handle regular connection shutdown appropriate.
2012-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-21 Wilfried GoesgensFix problem with closing 0-fds
2012-01-19 Wilfried GoesgensEventClient: when we find out the FD is dead, clean...
2012-01-19 Wilfried Goesgensmake this generaly in the ev interface.
2011-12-30 Wilfried GoesgensStyle cleanup
2011-12-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-12-29 Wilfried GoesgensCleanup of shutdown of event contexts
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-21 Wilfried Goesgenswhen failing the DDNS-Request and no more connection...
2011-12-20 Art CancroFound some more instances of the phrase 'free software...
2011-11-03 Wilfried GoesgensWork on evented RSS client & libev+libcurl integration
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-18 Wilfried Goesgensremove debug output.
2011-10-16 Wilfried GoesgensFinalize Networker; native modern linux.
2011-10-08 Wilfried GoesgensImplement asynchroneous networking.
2011-09-16 Wilfried GoesgensAdd error handler for failing DNS requests; the Client...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-01 Wilfried GoesgensQueue functions have to return eNextState in order...
next