* correct all GetNextHashPos() calls to have const chars
[citadel.git] / webcit / webserver.c
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.
2006-01-23 Wilfried GöesgensDone with doxygenizing
2006-01-16 Art Cancro* Experimental unix domain socket listener
2005-12-11 Art Cancro* Mercilessly ripped out all of the gratuitously comple...
2005-12-07 Art Cancro* Per-session locale. For some reason it doesn't work...
2005-11-27 Wilfried Göesgens* staticaly bind codeset to utf8.
2005-11-22 Art Cancro* create-pot.sh: now creates a new webcit.pot file...
2005-11-19 Art Cancro* Put in some infrastructure for generating and maintai...
2005-11-17 Art Cancro* Assorted tweaks to activate the translations...
2005-11-14 Art Cancro* Added an '-f' command line option to allow WebCit...
2005-10-15 Art Cancro* Better handling of multiple recipients in reply-all
2005-10-11 Art Cancro-
2005-10-05 Michael Hampton* Show the ThreadSSL in the debugging logs.
2005-08-22 Art Cancro* vcard_edit.c webcit.c webserver.c who.c : i18n
2005-08-17 Art Cancro* More work to get the gettext stuff working, although...
2005-08-16 Art Cancro* More gettext/i18n crap
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-23 Art Cancro* crypto.c: keys/ directory is relative to the director...
2005-06-07 Art Cancro* Don't compress when HTTP tracing/logging is enabled
2005-06-07 Art Cancro*** empty log message ***
2005-04-11 Art Cancro* Began an assault on strcpy()
2005-03-10 Art Cancro*** empty log message ***
2005-03-03 Art Cancro*** empty log message ***
2005-02-23 Art Cancro* Better control of HTTP headers which control browser...
2005-02-22 Art Cancro* When the "begin_burst() / end_burst()" semantics...
2005-02-21 Art Cancro* begin_burst() / end_burst() semantics now apply to...
2005-02-09 Art Cancro* More GroupDAV fixes and tuning.
2005-02-07 Art Cancro* groupdav_propfind.c: output all XML on a single line...
2005-02-06 Art Cancro* Added some HTTP Date: header output
2005-02-05 Art Cancro* All GroupDAV HTTP output is now \r\n instead of ...
2005-02-05 Art Cancro* Added an everything-buffering thingi so we can do...
2005-02-05 Art Cancro*** empty log message ***
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
next