Mailing list header changes (fuck you Google)
[citadel.git] / webcit / webserver.c
2009-02-06 Matt* iteratorstruct private again
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-18 Wilfried Göesgens+ add flag to print backtraces in template logging...
2009-01-07 Art Cancro* Calendar events in the summary view are now clickable.
2008-12-31 Art CancroUpdated various copyright notices to 2009. Happy GNU...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-26 Wilfried Göesgens* hide message headers if not -T n & 0x2 != 0
2008-12-20 Wilfried Göesgens* remove accidently committed test stuff
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* don't ignore the last char of a template
2008-12-05 Art Cancro* UPDATE YOUR LIBICAL FROM SVN NOW.
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-25 Wilfried Göesgens* add missing hint to -Z
2008-11-19 Wilfried Göesgens* rework who.c so it doesn't use svput() and friends...
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-05 Wilfried Göesgens* fix freeing.. well, most of it
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-31 Mattadd a few #defines to fix OS X
2008-10-16 Art CancroTrust the compiler to do short-circuit evaluation.
2008-10-01 Wilfried Göesgens* sanitize crypto reading
2008-09-27 Wilfried Göesgens* fix SSL posting
2008-09-25 Wilfried Göesgens* when reading SSL buffers, measure existing buffer...
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-09-12 Wilfried Göesgens* shutdown webcit if we panic out while creating certif...
2008-09-11 Art CancroSet icalerror_errors_are_fatal to 0.
2008-09-07 Wilfried Göesgens* more work on sitewide config
2008-09-04 Wilfried Göesgens* Template debugging: load & parse template on each...
2008-09-02 Wilfried Göesgens* close sockets on error, and abort execution
2008-08-31 Wilfried Göesgens* cleanup shutdown procedure; free all structures and...
2008-08-23 Wilfried Göesgens* implement conditional switches; if true will skip...
2008-08-22 Wilfried Göesgens* fix HTTPS; this broke while migrating the request...
2008-08-18 Wilfried Göesgens* migrate the WHO struct to strbuf
2008-08-17 Wilfried Göesgens* correct all GetNextHashPos() calls to have const...
2008-08-14 Wilfried Göesgens* migrate SERV_* to global callback replacers
2008-08-12 Wilfried Göesgens* move templates to static/t/ ; made make install targe...
2008-08-11 Wilfried Göesgens* cache templates
2008-08-06 Wilfried Göesgens* first aproach to formalize preferences; modules can...
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-30 Wilfried Göesgens* #if out the printing of the handler hash at system...
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-25 Art CancroCleanup of comments etc. no code changes
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-05-20 Wilfried Göesgens* fixed wrong select() call
2008-04-26 Wilfried Göesgens* fix memleak in calendar_view.c
2008-04-21 Art CancroMinor formatting cleanup
2008-04-20 Wilfried Göesgens* regulary shut down libcitadel, so we don't leak the...
2008-04-03 Wilfried Göesgens* due to demand of debian, we rename the webcit binary...
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-02-25 Wilfried Göesgens* if we're in single-lang gettext mode, just show the...
2008-02-23 Wilfried Göesgens* add icon directory
2008-02-08 Wilfried Göesgens* tiny 'file'-extract, now we can detect the type of...
2008-01-22 Wilfried Göesgens* if two edit in the same screen...
2008-01-22 Wilfried Göesgens* correctly handle tcp write, so that we work properly...
2008-01-19 Art CancroAha! Finally found the culprit. Someone (possibly...
2008-01-17 Art CancroThe encoding and decoding tables for Base64 are
2008-01-17 Art Cancrodtable/etable initialization code in libcitadel was
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2008-01-15 Wilfried Göesgens* use snprintf
2008-01-15 Dave WestAlter the webcit shutdown a bit more.
2008-01-15 Dave WestFixed signal handlers and contents of pid file.
2008-01-13 Wilfried Göesgens* jsesc works with pointermagic rather than strcat...
2008-01-02 Wilfried Göesgens* free the libical ringbuffer in apropriate places
2007-12-29 Art CancroCopyright dates are now 2008.
2007-12-03 Art Cancro* WebCit now clarifies, using a localized message ...
2007-12-01 Wilfried Göesgens* since we now require a new libical version, remove...
2007-11-11 Wilfried Göesgens* do non-blocking accept()
2007-10-25 Wilfried Göesgens* handle webcit version through sysdep.h
2007-10-24 Art CancroCleaned up some of the comments
2007-10-23 Wilfried Göesgens* print a hint where we are when we shut down, so we...
2007-10-02 Wilfried Göesgens* calculate dirs right
2007-10-01 Wilfried Göesgens* move to config-header similar to citserver.
2007-08-15 Wilfried Göesgens* some of the shiny new citadel optimized functions
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-04 Wilfried Göesgens* have default ip, so valgrind shuts up.
2007-03-03 Art CancroFixed a minor printf long/int mismatch
2007-02-26 Wilfried Göesgens* fix some warnings
2007-02-05 Wilfried Göesgens* corrected use of our absolute directories
2007-01-18 Wilfried Göesgens * fixed locale directory lookup / make
2007-01-18 Art Cancro* ndirs=3 (tiny_mce wasn't getting delivered)
2007-01-05 Art Cancro* static.local/ is now created
2007-01-01 Art CancroUpdated copyright notice to 2007
2006-12-28 Art CancroFixed pidfile handling
2006-12-28 Art CancroFixed deamonization code to erase the pid file
2006-12-28 Art Cancro* -d to daemonize, -D to daemonize with specifying
2006-12-28 Wilfried Göesgens* buildpackages can create deb source tarballs now.
2006-11-21 Wilfried Göesgens* added deamonize code.
2006-05-23 Art Cancro* Fixed some compiler warnings in the new unsignedchar...
2006-05-08 Art CancroCall endtls() when an HTTP session ends normally -...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-03-01 Art Cancrogroupdav_propfind.c: continued fleshing out the DAV...
2006-02-18 Wilfried Göesgensadded backtrace function
2006-02-13 Art Cancrowebserver.c: don't call realloc() on every single call
2006-02-12 Art CancroMore conversion of date/time strings to strftime-based...
2006-02-04 Art CancroChanged the copyright date in the startup banner
2006-01-30 Art Cancro* Reversed the previous change
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-28 Art CancroAll month names and weekday names are now sourced from...
2006-01-24 Art Cancro* client_getln() now fails if the client attempts to...
2006-01-23 Wilfried Göesgensupsie. some lines vanished.
next