Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / tcp_sockets.c
2021-12-27 Art CancroBIG CHANGES: PAY ATTENTION
2021-08-14 Art CancroAdditional work on the alias table. This is taking...
2021-02-27 Art CancroFixed a bug in StrBufReadBLOBBuffered() that would...
2021-02-27 Art CancroThere can be only two.
2017-07-10 Art CancroEditing of account email addresses using the new server...
2015-01-20 Wilfried GoesgensUse a Type for the stream pointers instead of void...
2015-01-20 Wilfried GoesgensAdd error handling to the stream functions
2015-01-20 Wilfried GoesgensIts the job of the stream lib to suppress chunks just...
2015-01-18 Wilfried GoesgensDon't send an extra chunk for the gzip header.
2015-01-18 Wilfried Goesgens - put proper pointer into the free function
2015-01-18 Wilfried GoesgensFix chunked encoding gzip.
2015-01-06 Wilfried GoesgensGzip stream chunked encoding is working now.
2014-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-09-18 Art Cancronew url for lingering_close() description
2014-03-03 Art CancroMerge branch 'master' into nntp
2014-02-23 Wilfried Goesgenshttp_transmit_binary: make shure we don't block a sessi...
2014-02-15 Wilfried Goesgenscontrol when not first chunk.
2013-12-07 Wilfried Goesgenssatisfy st00pid unitialized checker
2013-10-07 Wilfried GoesgensImplement range requests with attachments; we may need...
2013-10-06 Wilfried GoesgensImplement range request for content download
2013-04-21 Wilfried GoesgensUnix domain sockets don't work well in non-blocking.
2013-02-18 Wilfried Goesgensmake the server connection to citserver nonblocking...
2013-02-16 Wilfried GoesgensWhen trying to bind default broadcast (ipv6) fails...
2013-02-16 Wilfried GoesgensWhen trying to bind default broadcast (ipv6) fails...
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2012-06-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-14 Wilfried Goesgensserv_read_binary(): abort if the server status returns...
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...
next