removed a bunch of blank comment lines
[citadel.git] / webcit / tcp_sockets.c
2012-05-15 Art Cancroremoved a bunch of blank comment lines
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2012-02-26 Wilfried Goesgensbefore reading from the server socket check whether...
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-26 Wilfried GoesgensIf we disconnect the server, clean up thoroughly, so...
2012-01-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-04 Art Cancroextern int DisableGzip declaration moved to webcit.h
2011-12-05 Wilfried GoesgensHarden against Iceweasel bug: read until we find a...
2011-12-05 Art CancroRepaired other cases of auth mode failure. ICS calenda...
2011-09-16 Art Cancrooops, I had SERV_TRACE enabled and committed that....
2011-09-13 Art CancroNegated a strcmp in netconf.c that caused the function...
2011-09-04 Art CancroRemoved a comment documenting the behavior of a bug...
2011-09-04 Art CancroRemoved Msg->reply_to because it held data for an older...
2011-09-04 Wilfried GoesgensTemplatize sieve rules editor; return success/fail...
2011-09-04 Art CancroChanged session logging in order to determine why some...
2011-09-04 Wilfried Goesgens* fix some rare oom situation.
2011-09-04 Wilfried Goesgens* fix multiple compiler warnings...
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Art CancroIndicate which function we were in when the connection...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2011-09-04 Art CancroFixed bugs related to last three commits
2011-09-04 Art Cancroforward-port r4a30bae41553 from stable
2010-12-01 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-11-28 Wilfried GoesgensMemleak: getaddrinfo needs freeadrinfo here too.
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-29 Wilfried Göesgens* substracting independend pointers with no conjunction...
2010-08-28 Wilfried Göesgens* moan, if somebody didn't read the full buffer.
2010-08-23 Art Cancro* Fixed bug in webcit-to-citadel IPv6/IPv4 connectivity
2010-08-20 Art Cancro* Began implementation of WebCit connecting to Citadel...
2010-08-16 Art Cancro* Oops ... went over my usual 109-character screen...
2010-08-15 Art Cancro* Rewrote webcit_tcp_server() to work with both IPv4...
2010-08-15 Art Cancro* Renamed ig_tcp_server() to webcit_tcp_server()
2010-07-22 Art Cancro* Remove IPv4 server code from WebCit in trunk. Client...
2010-07-21 Art Cancro* Fix 100 percent cpu loop when ipv6 is enabled
2010-07-20 Art Cancro* trunk webcit is now IPv6-enabled by default
2010-06-24 Wilfried Göesgens* clean up warnings, especialy on 64 bit
2010-06-03 Art Cancro* Simplified tcp_connectsock()
2010-05-21 Art Cancro* Change to main server loop. All threads block on...
2010-04-29 Wilfried Göesgens* ups, its FreeStrBuf(&ptr)
2010-04-29 Wilfried Göesgens* fix wildfire exception handling; collect stuff in...
2010-04-19 Art Cancro-
2010-04-19 Wilfried Göesgens* client_read_to(): print a bactrace when the client...
2010-03-23 Wilfried Göesgens* serv_read_binary(): in some cases we can get here...
2010-03-13 Art Cancro* Port locate_host() to IPv6
2010-03-13 Art Cancro* IPv6 experiment. -DCTDL_IPV6 to enable. Disabled...
2010-02-21 Wilfried Göesgens* just define vars if we need them
2010-02-14 Wilfried Göesgens* add missing debug statements for server I/O debugging
2010-02-06 Wilfried Göesgens* move serv_func.c:read_server_binary() to tcp_sockets...
2009-11-26 Wilfried Göesgens* one more place to NULL it
2009-10-03 Wilfried Göesgens* if is_https don't set nonblocking.
2009-10-01 Wilfried Göesgens* shut down clean in case of not being able to bind.
2009-08-17 Wilfried Göesgens* if we decide whether we need to read another chunk...
2009-08-04 Wilfried Göesgens* fix typos
2009-08-03 Wilfried Göesgens* catch NULL pointers for log-messages.
2009-07-21 Wilfried Göesgens* if we fail to compress, don't add gzip header and...
2009-06-18 Wilfried Göesgens* upsi, wrong way arround.
2009-06-18 Wilfried Göesgens* check reset filedescriptors before accessing them.
2009-06-17 Art Cancro* temporary tracing messages
2009-06-14 Wilfried Göesgens* fix SSL Reading
2009-06-07 Wilfried Göesgens* if we split these function calls, webcit will work...
2009-06-04 Wilfried Göesgens* set an application specific prefered Buffer size...
2009-06-01 Wilfried Göesgens* make the cookie failure page non-cacheable.
2009-05-31 Wilfried Göesgens* remove duplicate callback code
2009-05-31 Wilfried Göesgens* finish migrating the hdr struct
2009-05-26 Wilfried Göesgens* fix static output for subdirectories & tinymce
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-10 Wilfried Göesgens* shrinked the rest of these shutdown stuff into the...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-05-05 Wilfried Göesgens* init pointer...
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
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...
next