rename InitEventIO to EvConnectSock, since this suits better what this function does...
[citadel.git] / citadel / modules / network / serv_networkclient.c
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...