* Began (but did not finish) applying GPL3+ declarations to each source file. This...
[citadel.git] / citadel / clientsocket.c
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-02 Art CancroChecked in an RSS feed reader to replace the
2007-10-05 Wilfried Göesgens* don't use CC in frequent loops. use it once outside.
2007-09-18 Art CancroAggregation of remote POP3 accounts is now working.
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-07-26 Dave WestMoved to new module init structure.
2007-06-07 Art CancroTHIS IS 7.10
2007-06-07 Art CancroAttempt #2 at setting the egress interface
2007-06-05 Art CancroWhen config.c_ip_addr is set, use that IP address
2007-02-26 Art Cancrosock_connect() returns with an error if the supplied...
2005-10-21 Art Cancro* MSG4 (and CtdlOutputMsg() as well) now accepts an...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2003-12-09 Nathan Bryantdid a minimal amount of ANSIfication without changing...
2003-12-07 Michael Hampton* Minor enhancements to a few of the trace file entries
2003-04-26 Art Cancro* Anytime a socket connect() fails, CLOSE THE SOCKET...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-02-10 Nathan Bryant - replace cdb_trunc with a complete version of the...
2001-12-01 Art Cancro* clientsocket.c: implement socket timeouts for read...
2001-11-16 Art Cancro* Eliminated the sock_puts_crlf() function and ensured...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2000-12-30 Art Cancro* more buffer size stuff
2000-03-19 Art Cancro* SMTP hacks to deal with AOL braindamage
2000-03-18 Art Cancro* Support multiline responses from SMTP servers when...
2000-03-09 Art Cancro* misc bugfixes and cleanups
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-01-25 Art Cancro* Wrote enough of the SMTP sender to get Patriot drooli...
2000-01-23 Art Cancro* Temporary hack to ig_tcp_server() to listen on an...