Changed the naming convention of the setup wizard filename
[citadel.git] / webcit / webserver.c
2011-10-18 Art CancroChanged the naming convention of the setup wizard filename
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 Art CancroThe 'static redirects' file may now contain a special...
2011-09-04 Wilfried Goesgens* fix multiple compiler warnings...
2011-09-04 Art CancroAdded the ability to specify a file defining *simple...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroHost header is now stored per-request instead of globally.
2011-09-04 Art Cancropush/pop destination_url instead of passing it through...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-04 Art Cancroforward-port r4a30bae41553 from stable
2010-09-15 Art CancroRevert "No more robots.txt, we now welcome spiders"
2010-09-14 Art CancroNo more robots.txt, we now welcome spiders
2010-09-08 Art CancroNew global variable 'site_prefix' which replaces the...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-18 Wilfried Göesgens* add a comment token '--', whichs content will show...
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-08-05 Wilfried Göesgens* initialize_axdefs() call me via the init hooks
2010-08-05 Wilfried Göesgens* initialize_viewdefs (): call me via the init hook
2010-06-01 Art Cancro* fixed a spelling error
2010-05-24 Art Cancro* WebCit thread pool is no longer tied to the number...
2010-02-21 Wilfried Göesgens* since valgrinds name reacting to killall has become...
2010-02-06 Wilfried Göesgens* move serv_func.c:read_server_binary() to tcp_sockets...
2010-01-24 Wilfried Göesgens* merge in much of the dav_rework branch: (the drift...
2010-01-22 Wilfried Göesgens* port our setuid function from citserver to webcit...
2010-01-01 Art Cancro* Updated the citserver and webcit initialization banne...
2009-10-03 Wilfried Göesgens* fix setting of nonblocking IO
2009-10-01 Wilfried Göesgens* shut down clean in case of not being able to bind.
2009-09-28 Art Cancro* Noted that the Wiki view is broken. Must begin worki...
2009-09-23 Art Cancro* Allow the '-S' command line option, so the cipher...
2009-09-14 Art Cancro* When spawning another worker thread, indicate the...
2009-08-01 Wilfried Göesgens* fix bug in locale declaration array (missing ,)
2009-06-09 Wilfried Göesgens* fix some warnings just visible with -o2
2009-05-31 Wilfried Göesgens* finish migrating the hdr struct
2009-05-31 Wilfried Göesgens* start moving the hdr struct up, and add detach callba...
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* add more module handlers:
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-04-21 Wilfried Göesgens* operate blobreader so it will search \n000\n if we...
2009-04-20 Wilfried Göesgens* migrate http read logic to the strbuf controlled...
2009-04-11 Wilfried Göesgens* missing openssl ifdef here too...
2009-04-11 Wilfried Göesgens* move to the new linebuffered function while linebased...
2009-04-11 Wilfried Göesgens* prune warning
2009-02-26 Wilfried Göesgens* make WEBCIT_LANG persistantly working through xgettex...
2009-02-25 Wilfried Göesgens* ok, we want the LANG feature. but now we make it...
2009-02-22 Wilfried Göesgens* bail on no templates found
2009-02-22 Wilfried Göesgens* rename dummy function from foo to templatestrings...
2009-02-22 Wilfried Göesgens* remove linewrap
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...
next