Mailing list header changes (fuck you Google)
[citadel.git] / webcit / tcp_sockets.c
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-04-25 Wilfried Göesgens* buybuy serv_read
2009-04-23 Wilfried Göesgens* use modern functions for downloads.
2009-04-21 Wilfried Göesgens* operate blobreader so it will search \n000\n if we...
2009-04-19 Wilfried Göesgens* read calendars line & blob buffered. we're FAST now.
2009-04-11 Wilfried Göesgens* move to the new linebuffered function while linebased...
2009-02-21 Wilfried Göesgens* don't loop endless if the server dissappears in midac...
2009-02-15 Wilfried Göesgens* do linebuffered reading from server
2008-12-25 Wilfried Göesgens* don't shut down webcit in the timeout signal handler...
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-10-14 Art CancroCleaned up some of the comments ... removed vestiges...
2008-09-04 Wilfried Göesgens* made *bstr things const
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-06-30 Wilfried Göesgens* optimize serv_getln to reduce its WC to once.
2008-03-02 Wilfried Göesgens* make server_getln return the number of bytes it read
2008-01-13 Wilfried Göesgens* remove snprintf
2007-09-17 Wilfried Göesgens* sleep after nuking the server
2007-07-05 Art CancroRemove the intermediate buffer in serv_puts()
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-21 Art Cancro* groupdav_propfind.c: PROPFIND on a collection now...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-23 Wilfried GöesgensDone with doxygenizing
2005-11-21 Art Cancro* Moved the definition of INADDR_NONE to webcit.h,...
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-04-11 Art Cancro*** empty log message ***
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-02-21 Art Cancro* begin_burst() / end_burst() semantics now apply to...
2005-02-21 Art Cancro* Misc changes to debug chat lockups
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2005-01-15 Art Cancro*** empty log message ***
2005-01-14 Art Cancro* A few logging hacks
2004-12-01 Art Cancro* Numerous memory management bugfixes.
2004-03-07 Art Cancro* serv_read() now zeroes out the supplied buffer (with...
2004-02-29 Art Cancro* Close and clear (set to -1) server socket handle...
2003-04-26 Art Cancro* tcp_sockets.c: when an outgoing socket connection...
2003-03-30 Art Cancro* When reading from the server, do not treat CR as...
2002-06-15 Art Cancro* stuff
2002-06-15 Art Cancro* Use safestrncpy() instead of strncpy() where appropriate
2002-01-24 Michael Hampton* Trace file using lprintf() similarly to citserver
2001-11-18 Art Cancro* Brought over the newer string tokenizer from Citadel
2000-04-20 Art Cancro* tcp_sockets.c: changed memcpy() to memset() in tcp_co...
2000-04-06 Nathan Bryant* solaris cleanups and warning fixes
2000-03-19 Art Cancro* Added support for unix domain sockets
2000-02-11 Nathan Bryant* Makefile.in, configure.in: add, like, some *more...
1999-12-06 Art Cancro* ooooops
1999-12-03 Art Cancro* Rewrote the HTTP engine and application coupling...
1999-11-26 Art Cancro* Started moving all of the global variables into a...
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1998-12-08 Art Cancro * Discovered that the HTTP socket problem is...
1998-12-05 Nathan Bryantportability enhancements
1998-12-05 Nathan Bryant * tcp_sockets.c: removed some dead code
1998-12-05 Nathan Bryant * context_loop.c: moved the monster 64k buffer...
1998-12-05 Nathan Bryant * converted to autoconf and began port to Digit...
1998-11-30 Art Cancrowe still have a problem
1998-11-25 Art Cancrocompleted part of the login procedure
1998-11-25 Art Cancrooooh, lotsa good stuff