Networker: when a remote host fails to connect successfully add floodprotection.
[citadel.git] / citadel / modules / network /
2012-08-06 Wilfried GoesgensNetworker: when a remote host fails to connect successf...
2012-08-06 Wilfried GoesgensNetworker: send fail message in DB queue; add flood...
2012-08-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-08-05 Wilfried GoesgensFix some issues reported by cppcheck
2012-07-23 Wilfried GoesgensNetworkClient: realy choose our own name.
2012-07-23 Wilfried GoesgensNetworker: don't override the other macro, declare...
2012-07-12 Wilfried GoesgensNetworker: remove duplicate colon from generated URL.
2012-07-08 Wilfried GoesgensNETWORKER: don't report an error if the rome site tells...
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Wilfried GoesgensNetspool: fix implementation specific details
2012-06-24 Wilfried GoesgensNetQueue: make logging runtime configurable; add context.
2012-06-23 Wilfried GoesgensNSYN: fix choosing of remote party.
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-06-22 Wilfried GoesgensNetworkClient: fix filedescriptor leaks
2012-06-13 Wilfried GoesgensNSYN: adjust to new semantics
2012-06-13 Wilfried GoesgensNetworkespool: use FileMoveChunked(); since the others...
2012-06-10 Wilfried GoesgensNetworkclient: opend spoolfile with proper flags for...
2012-06-10 Wilfried GoesgensNETP: extract password string when we need it. else...
2012-06-10 Wilfried Goesgensnetworker: use the right char buffer for the password.
2012-06-10 Wilfried GoesgensNetworker: Follow changes of networking infrastructure...
2012-06-10 Wilfried GoesgensNetworker: also register STOP hook, so if sessions...
2012-06-10 Wilfried GoesgensRework networker
2012-06-01 Wilfried Goesgensfix networker hickup
2012-05-25 Wilfried GoesgensNetworker:
2012-05-25 Wilfried GoesgensNetworker: remove unneeded assignment
2012-05-03 Wilfried GoesgensNTTList: move into networking module
2012-04-29 Wilfried GoesgensLogging: add commands to runtime view/enable/disable...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-24 Wilfried GoesgensCitadel Networker: add per facility debug logging ...
2012-04-17 Wilfried GoesgensNetworker / SMTP-Client: free a-record lookup reply.
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-03-22 Wilfried GoesgensCitadel Networker: finalize
2012-03-11 Wilfried GoesgensCitadel Networker: after calling sub-writers we need...
2012-03-10 Wilfried GoesgensNetworker: fix error message generation.
2012-02-26 Wilfried GoesgensNetworker: watch out for server shutting down before...
2012-02-25 Wilfried GoesgensMailQ: remember & display the room for mailingilst...
2012-02-05 Wilfried GoesgensQUEUE-Rooms: give it an own view.
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-24 Wilfried GoesgensNetworker: if there is no file, quit the way it should.
2012-01-23 Wilfried GoesgensNetworker: Cleanup
2012-01-23 Wilfried Goesgensnetworker: fix memleak just introduced
2012-01-22 Wilfried Goesgensspeedup Networker scheduling
2012-01-21 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-20 Wilfried GoesgensMerge branch 'master' of git+ssh://git.citadel.org...
2012-01-20 Wilfried GoesgensNetworker: Memleaks; make the_netmap pass in both direc...
2012-01-19 Wilfried GoesgensNetworker: fix condition to reject networkers.
2012-01-19 Wilfried GoesgensNetworker Increase logging on startup
2012-01-19 Wilfried GoesgensStreamline logging of networker; add remote node etc...
2012-01-19 Wilfried Goesgensoops, convert to char*
2012-01-19 Wilfried Goesgensdon't treat 0.0.0.0 as ip, take the nodename for the...
2012-01-19 Wilfried Goesgensnowadays we don't need to call InitC_ares_dns() from...
2012-01-19 Wilfried Goesgensmake this generaly in the ev interface.
2012-01-19 Wilfried Goesgenswhen flushing a node, check whether we have a context...
2011-12-31 Wilfried GoesgensAdd original To: instead of replacing it with the roomn...
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-20 Wilfried Goesgensadd more information to the system contexts, so one...
2011-10-19 Wilfried GoesgensMark our session as deleteable when we exit.
2011-10-17 Wilfried Goesgensfix some more memleaks.
2011-10-17 Wilfried Goesgensrework the networking locking facility using the hashlist.
2011-10-16 Wilfried GoesgensFinalize Networker; native modern linux.
2011-10-08 Wilfried GoesgensImplement asynchroneous networking.
2011-09-19 Wilfried GoesgensFix memory leaks in the networker
2011-09-16 Wilfried GoesgensReceiving files via the networker functional now.
2011-09-14 Wilfried GoesgensRemoving of static vars in the Networker
2011-09-14 Wilfried GoesgensNetworker AsyncIO Rewrite
2011-09-08 Wilfried GoesgensRemove global variables; replace by stack passing.
2011-09-08 Wilfried GoesgensNetworker reordering; remove / change dependencies
2011-09-08 Wilfried GoesgensChop networker into handy bits; related functions now...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-05 Wilfried Goesgensmore tiny merge misses
2011-09-04 Wilfried Goesgensnetwork_spool_msg() handle QP
2011-09-04 Wilfried Goesgensfix source so that '-Wformat -Werror=format-security...
2011-09-04 Wilfried Goesgensmerge hickups. TBC.
2011-09-04 Wilfried GoesgensFix searching of ']'
2011-09-04 Wilfried GoesgensMailinglist client: don't add roomname to subject if...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-06-05 Wilfried Goesgenswhen not forking, we fail to drop rood privileges in...
2011-05-18 Wilfried GoesgensDon't overwrite the 'TO' when sending mailinglist mails...
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2011-03-31 Wilfried GoesgensFix searching of ']'
2011-03-31 Wilfried GoesgensMailinglist client: don't add roomname to subject if...
2010-12-20 Art CancroReplaced client_read() with socket_read_blob() in serv_...
2010-12-17 Art CancroCleaned up the loop that receives network spool. NOT...
2010-11-18 Art CancroOnly move from spooltmp to spoolin if there's actually...
2010-11-04 Wilfried Goesgensif we tell the client we're in error state, return.
2010-11-01 Wilfried GoesgensFinalize fixing of netconfig loosing incident
2010-10-30 Wilfried GoesgensPrevent writing empty network configs Part II
2010-10-30 Wilfried Goesgens* cmd_snet: make shure the target FS has enough space...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-01 Art CancroMore removal of $Id$ tags
next