Revision 796771

Go back to digest for 20th April 2008

Other in Office

Lorenzo Villani committed changes in /trunk/koffice/kexi:

* Began working on KWFD - Kexi Web Forms Daemon
* Included local copy of shttpd (
* Slightly modified kexi/CMakeLists.txt to allow build of KWFD when BUILD_WITH_KWFD is defined
* At the moment only the necessary CMakeLists.txt files needed to build a static shttpd library are present

File Changes

Added 51 files
  • /trunk/koffice/kexi/kwfd
  •   /CMakeLists.txt
  •   /shttpd-1.39
  •   /shttpd-1.39/CHANGELOG
  •   /shttpd-1.39/CMakeLists.txt
  •   /shttpd-1.39/COPYING
  •   /shttpd-1.39/examples
  •   /shttpd-1.39/README
  •   /shttpd-1.39/src
  •   /shttpd-1.39/examples/dialog.rc
  •   /shttpd-1.39/examples/example.c
  •   /shttpd-1.39/examples/example_nt_service.cpp
  •   /shttpd-1.39/examples/example_win32_dialog_app.c
  •   /shttpd-1.39/examples/Makefile
  •   /shttpd-1.39/examples/passfile
  •   /shttpd-1.39/examples/scalable.c
  •   /shttpd-1.39/examples/ssi_test.shtml
  •   /shttpd-1.39/src/auth.c
  •   /shttpd-1.39/src/cgi.c
  •   /shttpd-1.39/src/CMakeLists.txt
  •   /shttpd-1.39/src/compat_rtems.c
  •   /shttpd-1.39/src/compat_rtems.h
  •   /shttpd-1.39/src/compat_unix.c
  •   /shttpd-1.39/src/compat_unix.h
  •   /shttpd-1.39/src/compat_win32.c
  •   /shttpd-1.39/src/compat_win32.h
  •   /shttpd-1.39/src/compat_wince.c
  •   /shttpd-1.39/src/compat_wince.h
  •   /shttpd-1.39/src/config.c
  •   /shttpd-1.39/src/config.h
  •   /shttpd-1.39/src/defs.h
  •   /shttpd-1.39/src/io.h
  •   /shttpd-1.39/src/io_cgi.c
  •   /shttpd-1.39/src/io_dir.c
  •   /shttpd-1.39/src/io_emb.c
  •   /shttpd-1.39/src/io_file.c
  •   /shttpd-1.39/src/io_socket.c
  •   /shttpd-1.39/src/io_ssi.c
  •   /shttpd-1.39/src/io_ssl.c
  •   /shttpd-1.39/src/llist.h
  •   /shttpd-1.39/src/log.c
  •   /shttpd-1.39/src/Makefile
  •   /shttpd-1.39/src/md5.c
  •   /shttpd-1.39/src/md5.h
  •   /shttpd-1.39/src/shttpd.1
  •   /shttpd-1.39/src/shttpd.c
  •   /shttpd-1.39/src/shttpd.h
  •   /shttpd-1.39/src/ssl.h
  •   /shttpd-1.39/src/standalone.c
  •   /shttpd-1.39/src/std_includes.h
  •   /shttpd-1.39/src/string.c
Modified 1 files
  • /trunk/koffice/kexi/CMakeLists.txt
52 files changed in total