Networker: if there is no file, quit the way it should.
[citadel.git] / citadel / modules / network / serv_networkclient.c
2012-01-24 Wilfried GoesgensNetworker: if there is no file, quit the way it should.
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-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-16 Wilfried GoesgensFinalize Networker; native modern linux.
2011-10-08 Wilfried GoesgensImplement asynchroneous networking.
2011-09-16 Wilfried GoesgensReceiving files via the networker functional now.
2011-09-14 Wilfried GoesgensNetworker AsyncIO Rewrite
2011-09-08 Wilfried GoesgensRemove global variables; replace by stack passing.
2011-09-08 Wilfried GoesgensChop networker into handy bits; related functions now...