Mailing list header changes (fuck you Google)
[citadel.git] / citadel / clientsocket.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-04-20 Art CancroMeow meow! Applied patches sent by LadySerenaKitty...
2022-01-06 Art Cancrorandom acts of style cleanup
2021-05-26 Art Cancrohere have code
2017-05-24 Art CancroImplemented the use of %m as a shortcut for %s and...
2017-04-09 Art CancroMore syslog and style cleanup
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2013-09-15 Wilfried Goesgenscleanup includes
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2011-09-04 Art CancroRevert "sock_connect() - if first char of hostname...
2011-09-04 Art Cancrosock_connect() - if first char of hostname is '/' assum...
2011-09-04 Art CancroRemove all uses of __FUNCTION__ because it is not portable
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2010-12-20 Art CancroReplaced client_read() with socket_read_blob() in serv_...
2010-12-13 Wilfried GoesgensSMTP Async I/O:
2010-11-14 Wilfried GoesgensMemleak: sock_connect() needs to call freeaddrinfo()
2010-11-06 Wilfried Goesgenshave flexible timouts while reading lines in our client...
2010-11-06 Wilfried GoesgensNonblocking sockets need to select while writing
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Wilfried Goesgens* sock_getln (): CtdlSockGetLine() gives us lines witho...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-23 Art Cancro* Fixed bug in webcit-to-citadel IPv6/IPv4 connectivity
2010-08-20 Art Cancro* Cleanup and tuning of previous commit
2010-08-20 Art Cancro* When attempting to connect() to the first available...
2010-08-19 Art Cancro* If there are multiple IP addresses available for...
2010-08-19 Art Cancro* Replaced sock_connect() with a new version that can...
2010-08-19 Art Cancro* Removed the 'protocol' parameter from the sock_connec...
2010-07-27 Art Cancro* Changed some instances of 'struct CitContext *CCC...
2010-07-22 Art Cancro* Fixed bug introduced in r8304. CtdlSockGetLine(...
2010-05-21 Wilfried Göesgens* sock_read_to(), sock_getln() flush the Migrate buffer...
2010-03-18 Wilfried Göesgens* sock_getln() should return the length of the string...
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
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...
2009-10-24 Dave WestCleaning the API a bit more.
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...