SMTP-Client: strip newlines from smtp replies when setting them as Statusmessage.
[citadel.git] / citadel / modules / network /
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
2010-08-19 Art Cancro* Removed the 'protocol' parameter from the sock_connec...
2010-07-11 Wilfried Göesgens* add reply-to: header to mails sent to room list recip...
2010-06-22 Wilfried Göesgens* fix build of webcit tests
2010-06-07 Wilfried Göesgens* move initialization of context to the top
2010-05-22 Wilfried Göesgens* receive_spool(): remove debugging output; just open...
2010-05-21 Art Cancro* trace messages
2010-05-21 Art Cancro* Better tempfilename generation for receive_spool()
2010-05-20 Art Cancro* removed an extraneous debug line
2010-05-19 Art Cancro* Finally eliminated the dreaded 'spooling - try again...
2010-05-19 Art Cancro* individual spool files are now created for each run...
2010-05-19 Art Cancro* When downloading network spool from another node...
2010-05-18 Art Cancro* When a network node is uploading a spool file, receiv...
2010-05-18 Art Cancro* Documented all of the 'TODO: document me.' commands...
2010-05-17 Art Cancro* Minor cleanups while I try to figure out the network...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-02-27 Wilfried Göesgens* Hail X-Macros! use typed enums instead of plain strin...
2010-02-21 Wilfried Göesgens* fill the migrate buffer so the new sock_getln works
2010-02-12 Wilfried Göesgens* make the write -1 aware here too.
2010-02-12 Wilfried Göesgens* custom sockets need to work buffered too...
2010-01-16 Art Cancro* Fixed some more of the things that broke in r8201.
2010-01-13 Art Cancro* Removed the extra log message now that the bug is...
2010-01-13 Art Cancro* fixed a bug in network_process_file() that was causin...
2010-01-13 Art Cancro* Added some more diagnostics to serv_network.c --...
2010-01-05 Wilfried Göesgens* only warn if they didn't already exist
next