2010-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4193 git=f0b18c37f2a0c45fa5de8c07b356ea1437a6a684

    Adds qa/244-Directory-Overwrite.py to the Makefile.am file.
    
 qa/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2010-01-28  Antonio Perez  <aperez@skarcha.com>
            svn=4190 git=976ad2ebb3b7ad62e57c10bc7aeae1b650459871

    Fixes a regression introduced in r4178. Also adds a QA test for this patch.
    Bug: http://bugs.cherokee-project.com/724
    
 cherokee/rule_default.c       |    7 ++-----
 cherokee/rule_directory.c     |    4 +++-
 qa/244-Directory-Overwrite.py |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 6 deletions(-)


2010-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4185 git=a51c33f5c0984158d8959cc758e857ad3c9f914c

    Fixes the RRD support so both the rrd collector and the rrd_render
    handler can be configured in the same web server.
    
 cherokee/rrd_tools.c |   41 ++++++++++++++++++++++++++---------------
 1 files changed, 26 insertions(+), 15 deletions(-)


2010-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4182 git=3be313e0b648367e81bbbfbfd66f8b377106e0ec

    Fixes a cross-library symbol usage that was causing the compilation to
    fail on some platforms. Basically, neither libcherokee-base nor its
    sibling libcherokee-client can rely on libcherokee-server symbols.
    
 cherokee/handler.h       |    3 ++-
 cherokee/handler_cgi.c   |   10 ++++++++--
 cherokee/handler_proxy.c |   10 ++++++++--
 cherokee/handler_scgi.c  |   14 ++++++++++++--
 cherokee/handler_uwsgi.c |   10 ++++++++--
 cherokee/post.c          |   16 ++++++++--------
 cherokee/post.h          |    8 ++++----
 7 files changed, 50 insertions(+), 21 deletions(-)


2010-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4181 git=1cb3e7078f25dce762a7e8cd36a0f6e609fe86c7

    Cherokee 0.99.40 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4179 git=dca1d2698f5d4076704089ec76e8bcef3c7bd7f3

    Better timeout support while handling POSTs.
    
 cherokee/handler_cgi.c   |   12 ++++++++----
 cherokee/handler_fcgi.c  |   20 +++++++++++++-------
 cherokee/handler_proxy.c |    3 ++-
 cherokee/handler_scgi.c  |    9 ++++++---
 cherokee/handler_uwsgi.c |   14 +++++++++-----
 cherokee/post.c          |   28 ++++++++++++++++++++++++++++
 cherokee/post.h          |    2 ++
 cherokee/thread.c        |    4 ++++
 8 files changed, 72 insertions(+), 20 deletions(-)


2010-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=4178 git=ea6e7e1ca709cb00a12ffc44c195c4321776321e

    Fixes an issue with PATH_INFO when a directory rule didn't have a handler assigned.
    
 cherokee/rule_default.c   |    7 +++++--
 cherokee/rule_directory.c |   12 ++++--------
 2 files changed, 9 insertions(+), 10 deletions(-)


2010-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4177 git=0c3b756fc74f0f99d89b931b2d43be3fdfe2dd53

    Fixes timeout management while handling POSTs
    
 cherokee/connection-protected.h |    3 ++-
 cherokee/connection.c           |   22 +++++++++++++++++++++-
 cherokee/connection_info.c      |    6 +++---
 cherokee/handler_fcgi.c         |   10 ++++++++++
 cherokee/post_track.c           |    8 ++++++++
 cherokee/thread.c               |   15 ++++-----------
 6 files changed, 48 insertions(+), 16 deletions(-)


2010-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=4176 git=933846f3d2740249a427d68ef601c5389f52c170

    Allows to disable TestCollection class based tests.
    
 qa/base.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2010-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=4175 git=7faec497a5a735d58492e618a3ed66b789b9c8ca

    Fixes a compilation warning.
    
 cherokee/post_track.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4174 git=02d66c760333e2d5e26db11da1c2104421596486

    Disables three QA tests. They ought to be activated again soon.
    
 qa/213-Post-Chunked1.py |    5 +++++
 qa/214-Post-Chunked2.py |    5 +++++
 qa/215-Post-Chunked3.py |    5 +++++
 qa/base.py              |    1 +
 qa/run-tests.py         |   10 ++++++++--
 qa/util.py              |   14 ++++++++------
 6 files changed, 32 insertions(+), 8 deletions(-)


2010-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4162 git=61cdde6c306aa8abd5ccba1dffff15d3a0b529d0

    Fixes a compilation issue.
    
 cherokee/connection.c |    9 ++++-----
 cherokee/post_track.c |   27 ++++++++++++++-------------
 cherokee/post_track.h |    3 ++-
 cherokee/server.c     |    6 ++++--
 4 files changed, 24 insertions(+), 21 deletions(-)


2010-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4161 git=24336665822c6f6e38e68c28201cf45746ed0705

    Fixes a file descriptor leak in the reverse HTTP proxy. Thanks a
    million to "Juan J. Martínez" for the patch!!
    
 cherokee/handler_proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4158 git=709633778b5a0d4ebadac4ecaa8c26e0e1e8dca0

    Fixes a compilation warning. Thanks to Antonio Perez for the report.
    
 cherokee/macros.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4154 git=32207dcba5130f4a163bbcce977d689ecbb057da

    Adds a new entry to the server, to the Upload Tracking system can be
    turn on and off. A new warning message is now displayed whenever the
    post report handler is configured while the global tracker is not
    enabled.
    
 admin/ModulePostReport.py |   14 ++++++++------
 admin/PageGeneral.py      |   27 +++++++++++++++++----------
 admin/consts.py           |    5 +++++
 3 files changed, 30 insertions(+), 16 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4153 git=a4decbd17f2ff90305fe348f094713bb7e488727

    Adds a new cherokee-admin to configure handler_post_report (and,
    indirectly, the generic post_track module). There are some details
    to be polished.
    
 admin/Makefile.am         |    1 +
 admin/ModulePostReport.py |   33 +++++++++++++++++++++++++++++++++
 admin/consts.py           |    8 ++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4152 git=a8bd642f96beae05b5d37fa0bad628f2b0d6443c

    Adds output language selection to the POST progress report handler.
    
 cherokee/dwriter.c             |    2 +-
 cherokee/error_list.py         |    7 +++++++
 cherokee/handler_post_report.c |   12 +++++++++---
 cherokee/handler_post_report.h |    1 +
 4 files changed, 18 insertions(+), 4 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4151 git=e5e5dfae5ece3c2b8cf03b2d777e35d31939c533

    Adds a new helper function: cherokee_dwriter_lang_to_type(). The lang
    string to lang type should be perform by this class as well.
    
 cherokee/dwriter.c          |   28 ++++++++++++++++++++++++++++
 cherokee/dwriter.h          |    3 +++
 cherokee/handler_dbslayer.c |   12 ++----------
 3 files changed, 33 insertions(+), 10 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4150 git=3718bb3fc12256cc7e815aeba6027534151a0e8a

    Fixes a typo. The new post reporting mechanism was failing because of
    this issue.
    
 cherokee/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4149 git=062c44bacf9e7960875b0ad6ee84dcc7f373da64

    Idem
    
 cherokee/Makefile.am           |    3 ++-
 cherokee/handler_post_report.c |    9 +++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4148 git=507e0d83fa8f83a14350debf789680959346d8fb

    Improves few details of the new POST-tracking plug-ins.
    
 cherokee/post_report.deps |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2010-01-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4147 git=c67d879e304a2bcd26e12ea61f005d2fbca65e53

    This patch implements a POST progress reporting system. It's composed
    by two modules: a generic POST tracking plug-in, and a POST progress
    reporting handler. Even if they are two different modules, they must
    work together. There are still a few rough edges to be sorted out.
    
 cherokee/Makefile.am           |   41 +++++-
 cherokee/connection.c          |   31 +++-
 cherokee/gen_evhost.c          |    3 +-
 cherokee/handler_post_report.c |  229 +++++++++++++++++++++++++++
 cherokee/handler_post_report.h |   65 ++++++++
 cherokee/post.c                |    3 +
 cherokee/post.h                |    1 +
 cherokee/post_track.c          |  337 ++++++++++++++++++++++++++++++++++++++++
 cherokee/post_track.h          |   71 +++++++++
 cherokee/server-protected.h    |    7 +-
 cherokee/server.c              |   23 +++
 cherokee/thread.c              |    8 +-
 configure.in                   |    4 +-
 13 files changed, 807 insertions(+), 16 deletions(-)


2010-01-20  Antonio Perez  <aperez@skarcha.com>
            svn=4146 git=f9d3bddce3648ac2456518f6384e0fa32c774ab2

    Original query string is now saved, like original request, and added to it on logs and REQUEST_URI environment variable for CGIs when appropriate.
    
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |    7 +++++++
 cherokee/handler_cgi_base.c     |    4 ++++
 cherokee/handler_common.c       |    3 +++
 cherokee/handler_secdownload.c  |    1 +
 cherokee/logger_ncsa.c          |    4 ++++
 6 files changed, 20 insertions(+), 0 deletions(-)


2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4143 git=7aa12c01066f3052f4088494bb1b602ce44f57b2

    Removes a few inclusions of a header files that was just removed from
    the repository (three commits ago). Fixes a compilation problem.
    
 cherokee/server.c |    1 -
 cherokee/thread.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4142 git=483bc26531536b9703b4e55f66f46c2fa7cab43f

    Removes a couple of unnecessary error messages.
    
 cherokee/error_list.py |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)


2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4141 git=1082e880022fc604ec1cc535d92a242607f3ddb1

    New year, new copyright notice: 's/2009/2010/g'.
    
 acinclude.m4                    |    2 +-
 admin/pyscgi.py                 |    4 ++--
 admin/static/Makefile.am        |    2 +-
 admin/static/css/cherokee.css   |    2 +-
 admin/static/css/reset-min.css  |    2 +-
 admin/upgrade_config.py         |    2 +-
 cget/main.c                     |    4 ++--
 cget/proxy.c                    |    2 +-
 cget/proxy.h                    |    2 +-
 cherokee.spec.in                |    2 +-
 cherokee/access.c               |    2 +-
 cherokee/access.h               |    2 +-
 cherokee/admin_client.c         |    2 +-
 cherokee/admin_client.h         |    2 +-
 cherokee/admin_request.c        |    2 +-
 cherokee/admin_request.h        |    2 +-
 cherokee/admin_server.c         |    2 +-
 cherokee/admin_server.h         |    2 +-
 cherokee/avl.c                  |    2 +-
 cherokee/avl.h                  |    2 +-
 cherokee/avl_r.c                |    2 +-
 cherokee/avl_r.h                |    2 +-
 cherokee/balancer.c             |    2 +-
 cherokee/balancer.h             |    2 +-
 cherokee/balancer_ip_hash.c     |    2 +-
 cherokee/balancer_ip_hash.h     |    2 +-
 cherokee/balancer_round_robin.c |    2 +-
 cherokee/balancer_round_robin.h |    2 +-
 cherokee/bind.c                 |    2 +-
 cherokee/bind.h                 |    2 +-
 cherokee/bogotime.c             |    2 +-
 cherokee/bogotime.h             |    2 +-
 cherokee/buffer.c               |    2 +-
 cherokee/buffer.h               |    2 +-
 cherokee/cache.c                |    2 +-
 cherokee/cache.h                |    2 +-
 cherokee/cacheline.c            |    2 +-
 cherokee/cacheline.h            |    2 +-
 cherokee/cherokee.h             |    2 +-
 cherokee/cherokee_show.c        |    2 +-
 cherokee/collector.c            |    2 +-
 cherokee/collector.h            |    2 +-
 cherokee/collector_rrd.c        |    2 +-
 cherokee/collector_rrd.h        |    2 +-
 cherokee/common-internal.h      |    2 +-
 cherokee/common.h               |    2 +-
 cherokee/config_entry.c         |    2 +-
 cherokee/config_entry.h         |    2 +-
 cherokee/config_node.c          |    2 +-
 cherokee/config_node.h          |    2 +-
 cherokee/config_reader.c        |    2 +-
 cherokee/config_reader.h        |    2 +-
 cherokee/connection-protected.h |    2 +-
 cherokee/connection.c           |    2 +-
 cherokee/connection.h           |    2 +-
 cherokee/connection_info.c      |    2 +-
 cherokee/connection_info.h      |    2 +-
 cherokee/cryptor.c              |    2 +-
 cherokee/cryptor.h              |    2 +-
 cherokee/cryptor_libssl.c       |    2 +-
 cherokee/cryptor_libssl.h       |    2 +-
 cherokee/downloader-protected.h |    2 +-
 cherokee/downloader.c           |    2 +-
 cherokee/downloader.h           |    2 +-
 cherokee/downloader_async.c     |    2 +-
 cherokee/downloader_async.h     |    2 +-
 cherokee/dtm.c                  |    2 +-
 cherokee/dtm.h                  |    2 +-
 cherokee/dwriter.c              |    2 +-
 cherokee/dwriter.h              |    2 +-
 cherokee/encoder.c              |    2 +-
 cherokee/encoder.h              |    2 +-
 cherokee/encoder_deflate.c      |    2 +-
 cherokee/encoder_deflate.h      |    2 +-
 cherokee/encoder_gzip.c         |    2 +-
 cherokee/encoder_gzip.h         |    2 +-
 cherokee/error_log.c            |    2 +-
 cherokee/error_log.h            |    2 +-
 cherokee/errors.py              |    2 +-
 cherokee/fdpoll-epoll.c         |    2 +-
 cherokee/fdpoll-kqueue.c        |    2 +-
 cherokee/fdpoll-poll.c          |    2 +-
 cherokee/fdpoll-port.c          |    2 +-
 cherokee/fdpoll-protected.h     |    2 +-
 cherokee/fdpoll-select.c        |    2 +-
 cherokee/fdpoll-win32.c         |    2 +-
 cherokee/fdpoll.c               |    2 +-
 cherokee/fdpoll.h               |    2 +-
 cherokee/gen_evhost.c           |    2 +-
 cherokee/gen_evhost.h           |    2 +-
 cherokee/handler.c              |    2 +-
 cherokee/handler.h              |    2 +-
 cherokee/handler_admin.c        |    2 +-
 cherokee/handler_admin.h        |    2 +-
 cherokee/handler_cgi.c          |    2 +-
 cherokee/handler_cgi.h          |    2 +-
 cherokee/handler_cgi_base.c     |    2 +-
 cherokee/handler_cgi_base.h     |    2 +-
 cherokee/handler_common.c       |    2 +-
 cherokee/handler_common.h       |    2 +-
 cherokee/handler_custom_error.c |    2 +-
 cherokee/handler_custom_error.h |    2 +-
 cherokee/handler_dbslayer.c     |    2 +-
 cherokee/handler_dbslayer.h     |    2 +-
 cherokee/handler_dirlist.c      |    2 +-
 cherokee/handler_dirlist.h      |    2 +-
 cherokee/handler_empty_gif.c    |    2 +-
 cherokee/handler_empty_gif.h    |    2 +-
 cherokee/handler_error.c        |    2 +-
 cherokee/handler_error.h        |    2 +-
 cherokee/handler_error_nn.c     |    2 +-
 cherokee/handler_error_nn.h     |    2 +-
 cherokee/handler_error_redir.c  |    2 +-
 cherokee/handler_error_redir.h  |    2 +-
 cherokee/handler_fcgi.c         |    2 +-
 cherokee/handler_fcgi.h         |    2 +-
 cherokee/handler_file.c         |    2 +-
 cherokee/handler_file.h         |    2 +-
 cherokee/handler_proxy.c        |    2 +-
 cherokee/handler_proxy.h        |    2 +-
 cherokee/handler_redir.c        |    2 +-
 cherokee/handler_redir.h        |    2 +-
 cherokee/handler_render_rrd.c   |    2 +-
 cherokee/handler_render_rrd.h   |    2 +-
 cherokee/handler_scgi.c         |    2 +-
 cherokee/handler_scgi.h         |    2 +-
 cherokee/handler_secdownload.c  |    2 +-
 cherokee/handler_secdownload.h  |    2 +-
 cherokee/handler_server_info.c  |    4 ++--
 cherokee/handler_server_info.h  |    2 +-
 cherokee/handler_ssi.c          |    2 +-
 cherokee/handler_ssi.h          |    2 +-
 cherokee/handler_streaming.c    |    2 +-
 cherokee/handler_streaming.h    |    2 +-
 cherokee/handler_uwsgi.c        |    2 +-
 cherokee/handler_uwsgi.h        |    2 +-
 cherokee/header-protected.h     |    2 +-
 cherokee/header.c               |    2 +-
 cherokee/header.h               |    2 +-
 cherokee/http.c                 |    2 +-
 cherokee/http.h                 |    2 +-
 cherokee/human_strcmp.c         |    2 +-
 cherokee/human_strcmp.h         |    2 +-
 cherokee/icons.c                |    2 +-
 cherokee/icons.h                |    2 +-
 cherokee/info.c                 |    2 +-
 cherokee/info.h                 |    2 +-
 cherokee/init.c                 |    2 +-
 cherokee/init.h                 |    2 +-
 cherokee/iocache.c              |    2 +-
 cherokee/iocache.h              |    2 +-
 cherokee/limiter.c              |    2 +-
 cherokee/limiter.h              |    2 +-
 cherokee/list.c                 |    2 +-
 cherokee/list.h                 |    2 +-
 cherokee/logger-protected.h     |    2 +-
 cherokee/logger.c               |    2 +-
 cherokee/logger.h               |    2 +-
 cherokee/logger_combined.c      |    2 +-
 cherokee/logger_combined.h      |    2 +-
 cherokee/logger_custom.c        |    2 +-
 cherokee/logger_custom.h        |    2 +-
 cherokee/logger_ncsa.c          |    2 +-
 cherokee/logger_ncsa.h          |    2 +-
 cherokee/logger_writer.c        |    2 +-
 cherokee/logger_writer.h        |    2 +-
 cherokee/macros.h               |    2 +-
 cherokee/main.c                 |    2 +-
 cherokee/main_admin.c           |    4 ++--
 cherokee/main_tweak.c           |    4 ++--
 cherokee/main_worker.c          |    4 ++--
 cherokee/match.c                |    2 +-
 cherokee/match.h                |    2 +-
 cherokee/md5crypt.c             |    2 +-
 cherokee/mime-protected.h       |    2 +-
 cherokee/mime.c                 |    2 +-
 cherokee/mime.h                 |    2 +-
 cherokee/mime_entry.c           |    2 +-
 cherokee/mime_entry.h           |    2 +-
 cherokee/module.c               |    2 +-
 cherokee/module.h               |    2 +-
 cherokee/ncpus.h                |    2 +-
 cherokee/nonce.c                |    2 +-
 cherokee/nonce.h                |    2 +-
 cherokee/nullable.h             |    2 +-
 cherokee/plugin.h               |    2 +-
 cherokee/plugin_loader.c        |    2 +-
 cherokee/plugin_loader.h        |    2 +-
 cherokee/post.c                 |    2 +-
 cherokee/post.h                 |    2 +-
 cherokee/proxy_hosts.c          |    2 +-
 cherokee/proxy_hosts.h          |    2 +-
 cherokee/regex.c                |    2 +-
 cherokee/regex.h                |    2 +-
 cherokee/request.c              |    2 +-
 cherokee/request.h              |    2 +-
 cherokee/resolv_cache.c         |    2 +-
 cherokee/resolv_cache.h         |    2 +-
 cherokee/rrd_tools.c            |    2 +-
 cherokee/rrd_tools.h            |    2 +-
 cherokee/rule.c                 |    2 +-
 cherokee/rule.h                 |    2 +-
 cherokee/rule_and.c             |    2 +-
 cherokee/rule_and.h             |    2 +-
 cherokee/rule_bind.c            |    2 +-
 cherokee/rule_bind.h            |    2 +-
 cherokee/rule_default.c         |    2 +-
 cherokee/rule_default.h         |    2 +-
 cherokee/rule_directory.c       |    2 +-
 cherokee/rule_directory.h       |    2 +-
 cherokee/rule_exists.c          |    2 +-
 cherokee/rule_exists.h          |    2 +-
 cherokee/rule_extensions.c      |    2 +-
 cherokee/rule_extensions.h      |    2 +-
 cherokee/rule_from.c            |    2 +-
 cherokee/rule_from.h            |    2 +-
 cherokee/rule_fullpath.c        |    2 +-
 cherokee/rule_fullpath.h        |    2 +-
 cherokee/rule_geoip.c           |    2 +-
 cherokee/rule_geoip.h           |    2 +-
 cherokee/rule_header.c          |    2 +-
 cherokee/rule_header.h          |    2 +-
 cherokee/rule_list.c            |    2 +-
 cherokee/rule_list.h            |    2 +-
 cherokee/rule_method.c          |    2 +-
 cherokee/rule_method.h          |    2 +-
 cherokee/rule_not.c             |    2 +-
 cherokee/rule_not.h             |    2 +-
 cherokee/rule_or.c              |    2 +-
 cherokee/rule_or.h              |    2 +-
 cherokee/rule_request.c         |    2 +-
 cherokee/rule_request.h         |    2 +-
 cherokee/rule_url_arg.c         |    2 +-
 cherokee/rule_url_arg.h         |    2 +-
 cherokee/server-protected.h     |    2 +-
 cherokee/server.c               |    2 +-
 cherokee/server.h               |    2 +-
 cherokee/shm.c                  |    2 +-
 cherokee/shm.h                  |    2 +-
 cherokee/socket.c               |    2 +-
 cherokee/socket.h               |    2 +-
 cherokee/source.c               |    2 +-
 cherokee/source.h               |    2 +-
 cherokee/source_interpreter.c   |    2 +-
 cherokee/source_interpreter.h   |    2 +-
 cherokee/spawner.c              |    2 +-
 cherokee/spawner.h              |    2 +-
 cherokee/table.c                |    2 +-
 cherokee/table.h                |    2 +-
 cherokee/template.c             |    2 +-
 cherokee/template.h             |    2 +-
 cherokee/thread.c               |    2 +-
 cherokee/thread.h               |    2 +-
 cherokee/threading.c            |    2 +-
 cherokee/threading.h            |    2 +-
 cherokee/trace.c                |    2 +-
 cherokee/trace.h                |    2 +-
 cherokee/unix4win32.c           |    2 +-
 cherokee/unix4win32.h           |    2 +-
 cherokee/url.c                  |    2 +-
 cherokee/url.h                  |    2 +-
 cherokee/util.c                 |    2 +-
 cherokee/util.h                 |    2 +-
 cherokee/validator.c            |    2 +-
 cherokee/validator.h            |    2 +-
 cherokee/validator_authlist.c   |    2 +-
 cherokee/validator_authlist.h   |    2 +-
 cherokee/validator_file.c       |    2 +-
 cherokee/validator_file.h       |    2 +-
 cherokee/validator_htdigest.c   |    2 +-
 cherokee/validator_htdigest.h   |    2 +-
 cherokee/validator_htpasswd.c   |    2 +-
 cherokee/validator_htpasswd.h   |    2 +-
 cherokee/validator_ldap.c       |    2 +-
 cherokee/validator_ldap.h       |    2 +-
 cherokee/validator_mysql.c      |    2 +-
 cherokee/validator_mysql.h      |    2 +-
 cherokee/validator_pam.c        |    2 +-
 cherokee/validator_pam.h        |    2 +-
 cherokee/validator_plain.c      |    2 +-
 cherokee/validator_plain.h      |    2 +-
 cherokee/version.c              |    2 +-
 cherokee/version.h              |    2 +-
 cherokee/virtual_server.c       |    2 +-
 cherokee/virtual_server.h       |    2 +-
 cherokee/vrule.c                |    2 +-
 cherokee/vrule.h                |    2 +-
 cherokee/vrule_rehost.c         |    2 +-
 cherokee/vrule_rehost.h         |    2 +-
 cherokee/vrule_target_ip.c      |    2 +-
 cherokee/vrule_target_ip.h      |    2 +-
 cherokee/vrule_wildcard.c       |    2 +-
 cherokee/vrule_wildcard.h       |    2 +-
 cherokee/win32_cherokeeserv.c   |    2 +-
 cherokee/win32_cservice.c       |    2 +-
 cherokee/win32_cservice.h       |    2 +-
 cherokee/win32_misc.c           |    2 +-
 cherokee/win32_misc.h           |    2 +-
 cherokee/xrealip.c              |    2 +-
 cherokee/xrealip.h              |    2 +-
 configure.in                    |    2 +-
 dbslayer/mysql_wrap.php         |    2 +-
 doc/build/web.conf              |    2 +-
 doc/test_images.py              |    2 +-
 http-cherokee.xml.pre           |   30 +++++++++++++++---------------
 m4/libwww.m4                    |    2 +-
 m4/network.m4                   |    2 +-
 m4/sendfile_samba.m4            |    2 +-
 po/admin/es.po                  |    2 +-
 po/admin/generate_POTFILESin.py |    2 +-
 qa/base.py                      |    2 +-
 qa/run-tests.py                 |    2 +-
 themes/plain/theme.css          |    2 +-
 313 files changed, 333 insertions(+), 333 deletions(-)


2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4140 git=1113da0483cd7b4ae06585ff0d09d3089da259b5

    Removes the 'fastcgi' handler by the moment. Code and follow up at
    http://bugs.cherokee-project.com/714
    
 cherokee/Makefile.am       |   37 ---
 cherokee/fcgi_dispatcher.c |  194 ------------
 cherokee/fcgi_dispatcher.h |   55 ----
 cherokee/fcgi_manager.c    |  492 ------------------------------
 cherokee/fcgi_manager.h    |   75 -----
 cherokee/handler_fastcgi.c |  723 --------------------------------------------
 cherokee/handler_fastcgi.h |  108 -------
 configure.in               |    1 -
 8 files changed, 0 insertions(+), 1685 deletions(-)


2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4139 git=ec9283b35632ccc9623b9121dcf20ddf7e0bd781

    The POST management code has been rewritten from scratch. The new
    subsystem can relay POST information to handlers on-the-fly. This
    means that the reverse proxy server and *cgi handlers can read the
    information as the client sends it (~ better uploads).
    
 cherokee/Makefile.am            |   22 +-
 cherokee/admin_client.c         |   20 +-
 cherokee/connection-protected.h |    5 +-
 cherokee/connection.c           |  142 +------
 cherokee/downloader-protected.h |    2 +-
 cherokee/downloader.c           |   48 +--
 cherokee/downloader.h           |    1 -
 cherokee/handler.c              |   14 +-
 cherokee/handler.h              |    4 +-
 cherokee/handler_admin.c        |   18 +-
 cherokee/handler_cgi.c          |  104 ++---
 cherokee/handler_cgi.h          |    5 +-
 cherokee/handler_cgi_base.h     |    3 +-
 cherokee/handler_fcgi.c         |  148 +++-----
 cherokee/handler_fcgi.h         |   13 +-
 cherokee/handler_proxy.c        |   59 ++--
 cherokee/handler_proxy.h        |    3 +-
 cherokee/handler_scgi.c         |   86 ++---
 cherokee/handler_scgi.h         |    8 +-
 cherokee/handler_uwsgi.c        |  131 +++---
 cherokee/handler_uwsgi.h        |   30 +-
 cherokee/macros.h               |   19 +-
 cherokee/post.c                 |  845 ++++++++++++++++++++++-----------------
 cherokee/post.h                 |   99 +++--
 cherokee/thread.c               |  117 +++----
 cherokee/thread.h               |    3 -
 configure.in                    |    5 +-
 27 files changed, 940 insertions(+), 1014 deletions(-)


2010-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4133 git=be1192d0a0b28c30737cee5e983eb74c6b8d013d

    A few warning were being printed by PHP. This patch fixes a few
    incorrect array access to get rid of those messages.
    
 qa/066-DirectoryIndex3.py |    6 +++---
 qa/067-PathInfo.py        |    2 +-
 qa/068-PathInfo2.py       |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


2010-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4132 git=42b6ae0a1c4e5768732118e6005f30653e3f1954

    Redistribute the make-dh_params.sh file. Do not delete it on clean-up.
    
 contrib/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2010-01-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4124 git=38d8e440a68dca251c4f846bfc0843e389e0484c

    Bumps PySCGI to the version 1.11
    
 admin/pyscgi.py |   57 ++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 36 insertions(+), 21 deletions(-)


2010-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4118 git=5d5dd2513fea0defb34abcb5eab5c2783f0aee20

    Adds a reference to the new ${response_size} variable.
    
 admin/PageVServer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4117 git=ad61ec368b84d058fd3e6e281de5190f40a442ad

    Adds a few missing values of the ->options property the connection
    trace function.
    
 cherokee/connection.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2010-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4116 git=f14002e2b7c562d064fc5a76423f8eb5d10a65f6

    Remove early logging. All the logging is now done once the reply is
    sent to the client.
    
 cherokee/connection-protected.h |    4 +--
 cherokee/connection.c           |   51 ++++++--------------------------------
 cherokee/thread.c               |    9 +-----
 3 files changed, 11 insertions(+), 53 deletions(-)


2010-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4115 git=084e8c79ea248fc3a58c723acc23364e3f0c2ec9

    Fixes Chinese translation (bis).
    
 po/admin/zh_CN.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4114 git=147dd2d201973f030b0f0b3d147febf9e7007e39

    Fixes the Chinese translation.
    
 po/admin/zh_CN.po |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)


2010-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4113 git=70d92f4ae36c65e762897b33b40e8d57f947f690

    Adds support for a new "response_size" to the custom log plug-in.
    
 cherokee/logger_custom.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)


2010-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4110 git=69e8007864f27cb2edb87ba4971a3417ce9e5cc3

    Adds A.D.F. to the developers list.
    
 developers.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2010-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4108 git=8c071f399f119edf4b45616b88b9563e599e4414

    Fixes the ChangeLog converter so it works with SVN branches as well.
    
 gitlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-14  Roberto De Ioris <roberto@unbit.it>
            svn=4102 git=0102586c9f714a81d9e2a7e2355909ccab74a73b

    endianess fixes and support for uwsgi protocol modifiers
    
 cherokee/handler_uwsgi.c |   73 ++++++++++++++++++++++++++++++++++++----------
 cherokee/handler_uwsgi.h |   10 ++++--
 2 files changed, 64 insertions(+), 19 deletions(-)


2010-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4101 git=94e2e78dfcdd61f62eac87c2069266cbc53e6619

    Fixed a regression introduced early today.
    
 admin/PageVServer.py |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)


2010-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4100 git=804b2f522c5db2ea45a2ff9a457df2860b7fda9b

    Debian and Ubuntu ships the documentation in an independent package.
    When this package is not installed and the user click on some of the
    help links, he gets a generic 404 error, which isn't a really nice
    thing to see inside cherokee-admin. This patch fixes this behavior:
    http://bugs.cherokee-project.com/709 . Thanks a bunch to Gunnar Wolf
    for his great work packaging Cherokee and reporting all these issues.
    
 admin/static/Makefile.am   |    2 +
 admin/static/help_404.html |   11 ++++++++++
 cherokee/main_admin.c      |   47 ++++++++++++++++++++++++++++++++++---------
 3 files changed, 50 insertions(+), 10 deletions(-)


2010-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4099 git=b65fbf9f11751a06efd65edc92f83e256beb699f

    Fixes a memory leak introduced by the previous patch.
    
 cherokee/config_entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4098 git=aa43e5ac12b985c20a3b41a887cc1714ac48c68b

    Upgrade the encoder support, to a rule can explicitly forbid to use an
    encoder. This path includes required the web server, cherokee-admin
    and configuration upgrade tool changes.
    
 admin/PageEntry.py        |   19 ++++++++++++++-----
 admin/config_version.py   |   28 +++++++++++++++++++++++++++-
 cherokee/config_entry.c   |   21 ++++++++++++++++++---
 cherokee/config_entry.h   |   16 +++++++++++++++-
 cherokee/connection.c     |   45 ++++++++++++++++++++++++++++++++-------------
 cherokee/virtual_server.c |   39 ++++++++++++++++++++++++++++-----------
 6 files changed, 134 insertions(+), 34 deletions(-)


2010-01-13  Taher Shihadeh  <taher@unixwars.com>
            svn=4097 git=ed3620b5f3d6ac5d935a780fcd038208e9ba933a

    Some info was missing from the recipe. Thanks to Skarcha for pointing it out.
    
 doc/cookbook_trac.txt |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


2010-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4094 git=85cc8fdb287f2fb9b10f83d24fdf0008436a2f8f

    A few misc changes related to accept/close TCP connections.
    
 cherokee/connection.c |   16 ++++++++++++----
 cherokee/socket.c     |   49 ++++++++++++++++++++++---------------------------
 cherokee/thread.c     |    8 +++-----
 3 files changed, 37 insertions(+), 36 deletions(-)


2010-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4093 git=f5d62964f5b3ae3c33f4917df9d9de22ec88c56f

    Adds a error writer to the embedded '-r' configuration.
    
 cherokee/main_worker.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2010-01-11  Taher Shihadeh  <taher@unixwars.com>
            svn=4091 git=8c8f5c623ebf22dbd48e36aae54c6694ee743237

    Updates missleading info
    
 doc/other_goodies.txt |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)


2010-01-10  李炅 <lijiong1986@126.com>
            svn=4090 git=27c614e2bf78a421a3b6b8fb6301599638fa2a56

    更新中文翻译!
    
 po/admin/zh_CN.po |   75 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 43 insertions(+), 32 deletions(-)


2010-01-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4089 git=3a1170add7e77c9c0287c4670242579c667baa4c

    Fixes a getpwuid_r() detection issue. Thanks to Juan J. Martínez for
    the patch! Fixes bug #705: http://bugs.cherokee-project.com/705
    
 m4/pwd_grp.m4 |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2010-01-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4088 git=2bc97c1efafdd476fa1dbff645567a12bb1ce0d1

    Safer fd closing
    
 cherokee/buffer.c             |    4 ++--
 cherokee/handler_cgi.c        |   26 +++++++++++++-------------
 cherokee/handler_file.c       |    2 +-
 cherokee/iocache.c            |   10 ++++++----
 cherokee/logger_writer.c      |   13 +++++++------
 cherokee/post.c               |    2 +-
 cherokee/rrd_tools.c          |   16 ++++++++--------
 cherokee/shm.c                |   10 +++++-----
 cherokee/source_interpreter.c |    4 ++--
 cherokee/util.c               |    7 ++++---
 10 files changed, 49 insertions(+), 45 deletions(-)


2010-01-07  Taher Shihadeh  <taher@unixwars.com>
            svn=4087 git=93afbca0c4727ffc2996f770ea27017a1ba1ce79

    Upgrading documentation about upgrading...
    
 doc/basics_installation_unix.txt |   65 ++++++++++++++++++++++++++++++++++++++
 doc/basics_upgrade.txt           |    9 +++++
 2 files changed, 74 insertions(+), 0 deletions(-)


2010-01-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4086 git=0715c0abb913340a2f6619c779c0d443a552b0b7

    Error pages might contain UTF-8 encoded characters.
    
 cherokee/handler_error.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2010-01-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4082 git=bdba2884817aa373c3dfe7a5603be8a3468bae9d

    Fixes a problem encoding text-based blobs (charset 63 blobs).
    
 cherokee/handler_dbslayer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-02  Stefan de Konink <stefan@konink.de>
            svn=4081 git=9c9c8ab3ad19d115254773ab51a3903e519b64e5

    Closes http://code.google.com/p/cherokee/issues/detail?id=652
    Thanks leprechau for reporting!
    
 doc/cookbook_ssl.txt |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2010-01-01  Antonio Perez  <aperez@skarcha.com>
            svn=4080 git=bdb1c5ff56294b3f9f89bc171d79dec548494bc0

    Fixes a crash when an Url Argument rule is added to an AND comple rule.
    
 admin/ModuleUrlArg.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4070 git=07f88d44cae9059a0d607699a28b7d1ca1911c95

    Translation (auto)update
    
 po/admin/de.po    |  660 ++++++++++--------
 po/admin/en.po    |  662 ++++++++++--------
 po/admin/es.po    |  660 ++++++++++--------
 po/admin/fr.po    |  666 ++++++++++--------
 po/admin/nl.po    | 1979 ++++++++++++++++++++++++++++-------------------------
 po/admin/pt_BR.po | 1998 +++++++++++++++++++++++++++++++++++------------------
 po/admin/sv_SE.po |  662 ++++++++++--------
 po/admin/zh_CN.po |  676 ++++++++++---------
 8 files changed, 4534 insertions(+), 3429 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4069 git=e6227e27a8ef588ad2ea5ef718818ca097b01cdc

    Cherokee 0.99.39 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4067 git=d4ced03960d105454f1a48457e31dad00aefd610

    Cherokee 0.99.38 was released on Dec 24th.
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4066 git=44d3bf1b2e4fc03e6d2bd200bd3eb0705e683e80

    Fixes an escaping issue. File containing forbidden HTML characters
    could mess up the HTML list of files.
    
 cherokee/handler_dirlist.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4064 git=469bb058f41089b342a6e024b1e651f79e425ffd

    Do not perform the images usage test if the documentation source files
    are not found. Many thanks to Barnaby Claydon for reporting the issue.
    
 doc/test_images.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2009-12-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4060 git=e8746b8d139001de9896c32109de39afc99451f6

    Fixes bug #690: Cherokee-admin failed to load the Virtual Server page.
    
 admin/PageVServers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-28  Taher Shihadeh  <taher@unixwars.com>
            svn=4059 git=85810a2b7014739e5501ba0fd65eed159f541b33

    Improves an error description. Issue 578
    
 cherokee/error_list.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4057 git=2e8d77e9776e5f88f4f7d3e20202dba9b4c60203

    Fixes a typo: s/-ggb/-ggdb/. Thanks to Joe Klemmer, and Stefan de
    Konink for the report.
    
 cherokee.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-24  Taher Shihadeh  <taher@unixwars.com>
            svn=4049 git=9d075e47139ae6638b2bcd3fb639fdfae5eb10f1

    The script was having trouble with non-ASCII characters.
    
 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4046 git=0b79f403ace92f5a4a07aebca42760d9bbdf878c

    Adds a few missing HTTP return codes. It also document each entry with
    a reference to the RFC and section where it is defined. Now, all the
    modern HTTP response codes should be covered.
    
 cherokee/http.c |   32 +++++++++++++++++
 cherokee/http.h |  100 ++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 98 insertions(+), 34 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4045 git=b9a450f23786be5d9efad11e2dd473951017f142

    Some more updates to the docs were needed. Fixes issue 687
    
 doc/cookbook_alfresco.txt |    2 +-
 doc/cookbook_liferay.txt  |    2 +-
 doc/cookbook_mono.txt     |    2 +-
 doc/cookbook_moodle.txt   |    2 +-
 doc/cookbook_sugarcrm.txt |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4044 git=ec42cbad9e85a719835b37731e2593ea4ea4b73c

    Some updates to the docs were needed. More to come. Issue 687
    
 doc/cookbook_php.txt        |    3 +++
 doc/cookbook_phpbb.txt      |    9 ++++++++-
 doc/cookbook_phpmyadmin.txt |   10 ++++++++++
 doc/cookbook_redirs.txt     |    4 ++++
 doc/cookbook_zend.txt       |    9 ++++-----
 5 files changed, 29 insertions(+), 6 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4043 git=7b92eedc8e341565b4cdbb47dcbd6a29adc331a3

    Some updates to the Rails recipe. Issue 679.
    
 doc/Makefile.am                          |    1 +
 doc/cookbook_ror.txt                     |   15 +++++++++++----
 doc/media/images/cookbook_ror_wizard.png |  Bin 0 -> 14995 bytes
 3 files changed, 12 insertions(+), 4 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4042 git=1f76bab282485174dedb1716ddcdfa7211ced8c6

    Improves the HotLinking wizard. Addresses issue 686 by fixing the redirection when it uses a banned filetype, and by provinding an extra method to handle the hotlinking protection.
    
 admin/Wizard_HotLinking.py |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4041 git=174c373b753f5d26d6c8add0bd7f0d2e10c21af4

    Fixes all the wizards. Empty fields would make them fail. Addresses issue 685.
    
 admin/Wizard.py            |    4 ++--
 admin/Wizard_Alfresco.py   |   12 ++++++------
 admin/Wizard_ColdFusion.py |    8 ++++----
 admin/Wizard_Concrete5.py  |    8 ++++----
 admin/Wizard_Drupal.py     |    8 ++++----
 admin/Wizard_Glassfish.py  |   12 ++++++------
 admin/Wizard_Joomla.py     |    8 ++++----
 admin/Wizard_Liferay.py    |   12 ++++++------
 admin/Wizard_Mailman.py    |    8 ++++----
 admin/Wizard_MoinMoin.py   |    8 ++++----
 admin/Wizard_Mono.py       |   10 +++++-----
 admin/Wizard_Moodle.py     |    8 ++++----
 admin/Wizard_RoR.py        |    4 ++++
 admin/Wizard_Sugar.py      |    4 ++++
 admin/Wizard_Symfony.py    |    6 ++++++
 admin/Wizard_Trac.py       |    5 ++++-
 admin/Wizard_WordPress.py  |    4 ++++
 admin/Wizard_Zend.py       |    4 ++++
 admin/Wizard_phpBB.py      |    8 ++++----
 admin/Wizard_phpMyAdmin.py |    4 ++--
 admin/Wizard_rTorrent.py   |    5 +++++
 admin/Wizard_uWSGI.py      |    4 ++++
 22 files changed, 94 insertions(+), 60 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4040 git=7f40d88492c0766cf0e087e22455815d74a1eda6

    Fixes phpBB and phpMyadmin wizards. Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_phpBB.py      |    6 ++++++
 admin/Wizard_phpMyAdmin.py |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4039 git=a09fb525db2c5cf31bc330caa1de26f8213c62bf

    Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_Joomla.py   |    6 ++++++
 admin/Wizard_Liferay.py  |    8 ++++++++
 admin/Wizard_Mailman.py  |    5 +++++
 admin/Wizard_MoinMoin.py |    6 ++++++
 admin/Wizard_Mono.py     |    7 +++++++
 admin/Wizard_Moodle.py   |    6 ++++++
 6 files changed, 38 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4038 git=a26f8b78589c7feb1510fb4541732d6e1aa481d0

    Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_ColdFusion.py |    6 ++++++
 admin/Wizard_Concrete5.py  |    6 ++++++
 admin/Wizard_Drupal.py     |    6 ++++++
 admin/Wizard_Glassfish.py  |    8 ++++++++
 4 files changed, 26 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4037 git=f99da723dd5fcca63800edcd726a27034d7ef476

    Empty fields would make the wizard fail. Addresses issue 685.
    
 admin/Wizard.py          |    3 ++-
 admin/Wizard_Alfresco.py |    8 ++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4036 git=7362fd16b3830d06ee34c7f84d29419793cebcd8

    Fixes the wizard in line with the previous fix addressing issue 685
    
 admin/Wizard_Django.py |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


2009-12-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4035 git=1e545e0522badcc77f796a8bd9549ed50209c408

    Cherokee-admin was failing when the Django wizard was submitted
    without filling out the path to the Django project. Fixes bug #685:
    http://bugs.cherokee-project.com/685
    
 admin/Wizard_Django.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-12-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4034 git=d1477883ecd60978a35910a00077514f5790b38c

    Reverts r4023
    
 admin/ModuleUwsgi.py     |   42 ++-------------------------
 cherokee/handler_uwsgi.c |   71 +++++++++-------------------------------------
 cherokee/handler_uwsgi.h |   10 ++----
 3 files changed, 20 insertions(+), 103 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4033 git=ab6b1600cb8554cff3262cc38c746a848c588ed4

    Fixes a PO compilation problem.
    
 po/admin/zh_CN.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4032 git=bf6653a2149ec3d40edc009f303fd6d5509de42c

    Updates the developers list.
    
 developers.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4031 git=5378ef62bf6fc270ba9c8e428eb4c98bcc4cf9bf

    Fixes the changelog update script. Now, the Changelog can be updated
    even if there are local commits that have not been pushed upstream.
    
 changelog-update.sh |    6 +++---
 gitlog2changelog.py |    6 ++++++
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4030 git=6af3279916b01058d95d810266dfdeba9df66a8a

    Fixes a few compilation warning. Patch by Stefan de Konink.
    
 cherokee/admin_client.c   |    2 +-
 cherokee/config_entry.c   |    2 +-
 cherokee/cryptor_libssl.c |    3 ++-
 cherokee/main_admin.c     |    1 +
 cherokee/source.c         |    2 +-
 cherokee/spawner.c        |    3 +--
 cherokee/util.c           |    1 -
 7 files changed, 7 insertions(+), 7 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4029 git=98bb9657c99f540a49c84ba558782a60e50d27c5

    Removes an old method. I was not used any longer.
    
 cherokee/error_log.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)


2009-12-18  李炅 <lijiong1986@126.com>
            svn=4028 git=8281113d5433b33e69aa1491ddf6b33f7b64dc0d

    Chinese translation update
    
 po/admin/zh_CN.po |   66 ++++++++++++++++++++++++++--------------------------
 1 files changed, 33 insertions(+), 33 deletions(-)


2009-12-18  李炅 <lijiong1986@126.com>
            svn=4027 git=bba894d34cc89a53ad115fe63e2041c78c1a7538

    M    zh_CN.po
    
 po/admin/zh_CN.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-18  Stefan de Konink <stefan@konink.de>
            svn=4026 git=9f90c76b7aa511aabeedd5f621cd3fe43add0302

    This updates the Dutch translation with new strings and some corrections to the old translations.
    
    Side note:
    This is my first COMMIT :D :D :D
    
 po/admin/nl.po | 2279 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 1083 insertions(+), 1196 deletions(-)


2009-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4024 git=1c6ecd869ff3496234f1cc3c4d7defdf93618921

    When a custom error handler was triggered, the log entry showed a 200
    HTTP response instead of the original error code. This patch fixes the
    issue: http://bugs.cherokee-project.com/678
    
 cherokee/logger_custom.c |    7 ++++++-
 cherokee/logger_ncsa.c   |   10 ++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)


2009-12-17  Roberto De Ioris <roberto@unbit.it>
            svn=4023 git=0850006ca385d26dff3d201ebf1820be9dcd7157

    support for upcoming 0.9.4 release of uWSGI (FastFuncs,Spooler,request modifiers,message passing...)
    
 admin/ModuleUwsgi.py     |   42 +++++++++++++++++++++++++--
 cherokee/handler_uwsgi.c |   71 +++++++++++++++++++++++++++++++++++++---------
 cherokee/handler_uwsgi.h |   10 ++++--
 3 files changed, 103 insertions(+), 20 deletions(-)


2009-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4022 git=a8c66ff3d21db9f795f3a4c9b16d5195cd98a611

    Adds a new property to the proxy handler, so it can be more permissive
    about incoming malformed headers from the back-end servers.
    
 cherokee/error_list.py   |    8 ++++++
 cherokee/handler_proxy.c |    7 ++++-
 cherokee/handler_proxy.h |    1 +
 cherokee/proxy_hosts.c   |   60 ++++++++++++++++++++++++++++++++++++++++++++-
 cherokee/proxy_hosts.h   |    3 +-
 5 files changed, 75 insertions(+), 4 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4021 git=5e4f94c0a3132efce7c46d85cc96a25e40c5bfdd

    Fixes a potential memory corruption issue - while clean up on exit.
    
 cherokee/main.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4020 git=365ef6de164431b44850da8552ff87b049e08e37

    Cherokee 0.99.37 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-16  Antonio Perez  <aperez@skarcha.com>
            svn=4019 git=0999bbe42febda23c730a0d2cf8899b02023f343

    Adds the possibility to disable Virtual Servers and Rules.
    
 admin/Entry.py                                 |    4 +
 admin/Page.py                                  |    1 +
 admin/PageVServer.py                           |   84 +--
 admin/PageVServers.py                          |   80 +--
 admin/default.template.html                    |    4 +-
 admin/static/css/Makefile.am                   |    3 +-
 admin/static/css/cherokee.css                  |   43 +
 admin/static/css/jquery.ibutton.css            |  195 ++++
 admin/static/images/Makefile.am                |    3 +-
 admin/static/images/ibutton-slider-default.png |  Bin 0 -> 4440 bytes
 admin/static/js/Makefile.am                    |    3 +-
 admin/static/js/common.js                      |  125 +++-
 admin/static/js/jquery-1.2.6.min.js            |   32 -
 admin/static/js/jquery-1.3.2.min.js            |   19 +
 admin/static/js/jquery.ibutton.js              |  383 +++++++
 admin/static/js/ui.core.js                     |  810 ++++++++++------
 admin/static/js/ui.tabs.js                     | 1284 +++++++++++++-----------
 cherokee/server.c                              |    7 +-
 cherokee/virtual_server.c                      |   35 +-
 19 files changed, 2054 insertions(+), 1061 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4017 git=978083d1d4345253cdd07dd7c48d830db00d64a3

    Fixes bug #676. The server was crashing whenever PHP (via fastcgi)
    tried to log an error message: http://bugs.cherokee-project.com/676
    
 cherokee/handler_fcgi.c |   13 ++++++-------
 cherokee/server.c       |   25 +++++++++++++++++++++----
 cherokee/thread.c       |   27 +++++++++++++++++++++------
 3 files changed, 48 insertions(+), 17 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4016 git=6b18515a51da41f9bbcffaf0e412dea169b6166f

    Clarifies the description of some of the I/O cache text entries
    regarding the cache object lasting. Many thanks to Ivan Chavero for
    the feedback. Fixes bug #675: http://bugs.cherokee-project.com/675
    
 admin/PageAdvanced.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4015 git=047dffc91766c38ae4571b116b42809d02d0af2f

    The log cleaning function was pretty broken. It was not removing the
    unused log writer keys, which was leading cherokee-admin to generate
    corrupted configuration files under some circumstances.
    
 admin/PageVServer.py |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4014 git=a0da8d29c665bc33df659b7ab1c1816adb51723f

    Fixes the Internal Error page. It was not working when reporting an
    error triggered by a POST request.
    
 admin/PageError.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4013 git=d717870edc6511b56588de70a67cb6c82de395cd

    Adapts the default configuration file to the new error logging format.
    
 cherokee.conf.sample.pre |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4012 git=e3ccfc14a94c755ff87aa8dc10825db49c303cbf

    Adds a new translation to Brazilian Portuguese. Many thanks to
    Sérgio H. Berlotto Jr for such a great contribution.
    
 admin/consts.py   |    1 +
 po/admin/LINGUAS  |    2 +-
 po/admin/pt_BR.po | 3488 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 3490 insertions(+), 1 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4011 git=63fec79930c9ca6f1191cae73d83907f386ca190

    Cherokee 0.99.36 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-15  Taher Shihadeh  <taher@unixwars.com>
            svn=4008 git=5e0567f008cb490057b09c97ff15a90c3c4b87cb

    Removes errnoeus path
    
 admin/Wizard_Mono.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-12-15  Taher Shihadeh  <taher@unixwars.com>
            svn=4006 git=a8279219802d92564cd4570c70604bd4b904ec1d

    Fixes problem regarding the migration from socket to TCP port. Addresses issue 672.
    
 admin/Wizard_uWSGI.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4005 git=6ee619d7be9ca2ac6985dd1bda1aba2eb7c885d4

    Error log management clean up. It should work better now.
    
 cherokee/error_log.c          |   35 ++-----------
 cherokee/error_log.h          |    7 +--
 cherokee/handler_proxy.c      |   12 ++++-
 cherokee/logger_writer.c      |   19 +++++++
 cherokee/logger_writer.h      |   15 +++---
 cherokee/server-protected.h   |   10 +++-
 cherokee/server.c             |  113 +++++++----------------------------------
 cherokee/source_interpreter.c |    9 +++-
 cherokee/virtual_server.c     |   27 ++++++++++
 cherokee/virtual_server.h     |    3 +
 10 files changed, 106 insertions(+), 144 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4004 git=10dc6cd93b217bb0ef93f22b29c2b663d792e881

    Adds MacPorts paths to the Moodle and PhpMyAdmin wizards.
    
 admin/Wizard_Moodle.py     |    9 +++++----
 admin/Wizard_phpMyAdmin.py |    3 ++-
 2 files changed, 7 insertions(+), 5 deletions(-)


2009-12-14  Taher Shihadeh  <taher@unixwars.com>
            svn=4003 git=6afd82a7414cdf99b9f52f9d7fd4e7f266e8e0ae

    Reclassifies some wizards
    
 admin/Wizard_Alfresco.py     |    4 ++--
 admin/Wizard_ColdFusion.py   |    4 ++--
 admin/Wizard_CommonStatic.py |    3 ++-
 admin/Wizard_Icons.py        |    1 +
 admin/Wizard_Liferay.py      |    4 ++--
 admin/Wizard_Mono.py         |   12 ++++++------
 admin/Wizard_Moodle.py       |    4 ++--
 admin/Wizard_Streaming.py    |    1 +
 admin/Wizard_Sugar.py        |    4 ++--
 9 files changed, 20 insertions(+), 17 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4002 git=ce0c7cdb05379fac142c154a15cbc0060da1720f

    Cherokee does no longer throw a fatal error when rrdtool is configured
    but the binary is not found.
    
 cherokee/rrd_tools.c |   13 +++++++++++--
 cherokee/rrd_tools.h |    1 +
 2 files changed, 12 insertions(+), 2 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4001 git=8875ab52d90dd09ff96b5b2dfd257e89cb68a0b0



2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4000 git=4740a8e0fd282c0a3e3367af143e5965acecf1b6

    Fixes a memory corruption issue on shut down. Under some unusual
    circumstances, the server could 'feel panic' while performing graceful
    restarts.
    
 cherokee/error_log.c |   25 +++++++++++++++++++------
 cherokee/error_log.h |    9 ++++++---
 cherokee/server.c    |   44 +++++++++++++++++---------------------------
 3 files changed, 42 insertions(+), 36 deletions(-)


2009-12-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3999 git=64c27370f30998f30f68fd8da6f7136b8d44f735

    Clean up: Trims trailing spaces.
    
 Makefile.am                          |    2 +-
 cget/Makefile.am                     |    2 +-
 cget/main.c                          |   38 ++++++------
 cget/proxy.c                         |    2 +-
 cget/proxy.h                         |    2 +-
 cherokee/Makefile.am                 |  104 +++++++++++++++++-----------------
 cherokee/pcre/pcre.h                 |    2 +-
 cherokee/zlib/deflate.c              |   10 ++--
 cherokee/zlib/deftree.c              |    4 +-
 cherokee/zlib/defutil.h              |   10 ++--
 cherokee/zlib/zconf.h                |    2 +-
 cherokee/zlib/zlib.h                 |   18 +++---
 contrib/05to06.py                    |   64 ++++++++++----------
 contrib/06to07.py                    |   10 ++--
 contrib/07to08.py                    |    6 +-
 contrib/08to09.py                    |    8 +-
 contrib/0999to09910.py               |    2 +-
 contrib/bin2buffer.py                |    2 +-
 contrib/tracelor.py                  |    4 +-
 doc/Makefile.am                      |    2 +-
 doc/basics_download.txt              |    2 +-
 doc/cookbook_django.txt              |    4 +-
 doc/cookbook_mailman.txt             |    2 +-
 doc/cookbook_nagios.txt              |    8 +-
 doc/cookbook_streaming.txt           |    2 +-
 doc/modules_handlers_common.txt      |    2 +-
 doc/modules_handlers_dbslayer.txt    |    2 +-
 doc/modules_handlers_dirlist.txt     |    2 +-
 doc/modules_handlers_secdownload.txt |    2 +-
 doc/modules_validators_ldap.txt      |    8 +-
 doc/modules_validators_mysql.txt     |    2 +-
 icons/README.txt                     |    6 +-
 packages/osx/build.py                |   10 ++--
 packages/osx/utils.py                |    2 +-
 po/admin/generate_POTFILESin.py      |    2 +-
 svnlog2changelog.py                  |    6 +-
 www/Makefile.am                      |    4 +-
 37 files changed, 180 insertions(+), 180 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3998 git=80b598965958aebeb4e683df9e111fbbed56580a

    The previous commit was wrong. Fixes it.
    
 cherokee/main.c |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3996 git=b134796c3be4efffcc73c5de15617dfdb4e43c97

    Fixes a couple of incorrect calls to semctl().
    
 cherokee/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3995 git=23deae3c2dc8190875ee7ec59f467a6bf641a988

    Adds a new entry for the translation to French.
    
 admin/consts.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3994 git=acb553a0982c3e6da7f1eb52f9c63337b6a0bae8

    Adds a new translation to French, contributed by Vincent Knecht
    <vknecht@club-internet.fr>. It's still unfinished; more to come.
    Thanks Vincent!
    
 po/admin/LINGUAS |    2 +-
 po/admin/fr.po   | 4141 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4142 insertions(+), 1 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3993 git=25b3cb73464c9f79e246bdc3277ec66dfc1b2615

    Clean up: Trims trailing spaces.
    
 admin/GraphManager.py               |    2 +-
 admin/LogViewer.py                  |   12 +-
 admin/ModuleAuth.py                 |    2 +-
 admin/ModuleBind.py                 |    2 +-
 admin/ModuleCommon.py               |    2 +-
 admin/ModuleDbslayer.py             |    2 +-
 admin/ModuleDefault.py              |    2 +-
 admin/ModuleDirlist.py              |    4 +-
 admin/ModuleEmptyGif.py             |    2 +-
 admin/ModuleErrorNn.py              |    2 +-
 admin/ModuleExists.py               |    2 +-
 admin/ModuleFrom.py                 |    2 +-
 admin/ModuleFullpath.py             |    2 +-
 admin/ModuleHeader.py               |    2 +-
 admin/ModuleMysql.py                |    2 +-
 admin/ModuleProxy.py                |    8 +-
 admin/ModuleScgi.py                 |    2 +-
 admin/ModuleSecdownload.py          |    2 +-
 admin/ModuleStreaming.py            |    4 +-
 admin/ModuleUwsgi.py                |    2 +-
 admin/PageAdvanced.py               |    6 +-
 admin/PageEntry.py                  |    2 +-
 admin/PageIcon.py                   |    4 +-
 admin/PageVServers.py               |    8 +-
 admin/Post.py                       |   12 +-
 admin/RuleList.py                   |    6 +-
 admin/Wizard.py                     |    6 +-
 admin/Wizard_Mailman.py             |    2 +-
 admin/Wizard_rTorrent.py            |    2 +-
 admin/config.py                     |    2 +-
 admin/config_version.py             |    4 +-
 admin/flags.py                      |    4 +-
 admin/pyscgi.py                     |    2 +-
 admin/upgrade_config.py             |    2 +-
 admin/validations.py                |    6 +-
 cherokee/access.c                   |   76 ++++++------
 cherokee/access.h                   |    2 +-
 cherokee/admin_client.c             |   96 +++++++-------
 cherokee/admin_client.h             |    2 +-
 cherokee/admin_request.c            |   10 +-
 cherokee/admin_request.h            |    2 +-
 cherokee/admin_server.c             |   50 ++++----
 cherokee/admin_server.h             |    2 +-
 cherokee/avl.c                      |  120 +++++++++---------
 cherokee/avl.h                      |    2 +-
 cherokee/avl_r.c                    |   10 +-
 cherokee/avl_r.h                    |    2 +-
 cherokee/balancer.c                 |   38 +++---
 cherokee/balancer.h                 |   12 +-
 cherokee/balancer_ip_hash.c         |   36 +++---
 cherokee/balancer_ip_hash.h         |    6 +-
 cherokee/balancer_round_robin.c     |   28 ++--
 cherokee/balancer_round_robin.h     |    4 +-
 cherokee/bind.c                     |   22 ++--
 cherokee/bind.h                     |   12 +-
 cherokee/bogotime.c                 |    6 +-
 cherokee/bogotime.h                 |    4 +-
 cherokee/cache.c                    |   40 +++---
 cherokee/cache.h                    |   14 +-
 cherokee/cacheline.c                |   18 ++--
 cherokee/cacheline.h                |    2 +-
 cherokee/cherokee.h                 |    2 +-
 cherokee/cherokee_show.c            |   16 +-
 cherokee/collector.c                |    4 +-
 cherokee/collector.h                |    2 +-
 cherokee/collector_rrd.c            |   20 ++--
 cherokee/collector_rrd.h            |    6 +-
 cherokee/common-internal.h          |   22 ++--
 cherokee/common.h                   |    8 +-
 cherokee/config_entry.c             |   38 +++---
 cherokee/config_entry.h             |   10 +-
 cherokee/config_node.c              |   56 ++++----
 cherokee/config_node.h              |    4 +-
 cherokee/config_reader.c            |   58 ++++----
 cherokee/config_reader.h            |    2 +-
 cherokee/connection.h               |    2 +-
 cherokee/connection_info.c          |   60 ++++----
 cherokee/connection_info.h          |    2 +-
 cherokee/crc32.h                    |    2 +-
 cherokee/cryptor.c                  |   10 +-
 cherokee/cryptor.h                  |    6 +-
 cherokee/cryptor_libssl.c           |   20 ++--
 cherokee/cryptor_libssl.h           |    2 +-
 cherokee/downloader-protected.h     |    2 +-
 cherokee/downloader.c               |   84 ++++++------
 cherokee/downloader.h               |    2 +-
 cherokee/downloader_async.c         |   20 ++--
 cherokee/downloader_async.h         |    2 +-
 cherokee/dtm.c                      |    4 +-
 cherokee/dtm.h                      |    2 +-
 cherokee/dwriter.c                  |   38 +++---
 cherokee/dwriter.h                  |    4 +-
 cherokee/encoder.c                  |   24 ++--
 cherokee/encoder.h                  |    4 +-
 cherokee/encoder_deflate.c          |   50 ++++----
 cherokee/encoder_deflate.h          |    2 +-
 cherokee/encoder_gzip.c             |   66 +++++-----
 cherokee/encoder_gzip.h             |    2 +-
 cherokee/error_log.h                |    2 +-
 cherokee/errors.py                  |   12 +-
 cherokee/fastcgi.h                  |    4 +-
 cherokee/fcgi_dispatcher.c          |   32 +++---
 cherokee/fcgi_dispatcher.h          |    4 +-
 cherokee/fcgi_manager.c             |   92 +++++++-------
 cherokee/fcgi_manager.h             |    6 +-
 cherokee/fdpoll-epoll.c             |   24 ++--
 cherokee/fdpoll-kqueue.c            |   16 +-
 cherokee/fdpoll-poll.c              |   18 ++--
 cherokee/fdpoll-port.c              |   26 ++--
 cherokee/fdpoll-protected.h         |    2 +-
 cherokee/fdpoll-select.c            |   26 ++--
 cherokee/fdpoll-win32.c             |   28 ++--
 cherokee/fdpoll.c                   |   78 ++++++------
 cherokee/fdpoll.h                   |    2 +-
 cherokee/gen_evhost.c               |   14 +-
 cherokee/gen_evhost.h               |    2 +-
 cherokee/handler.c                  |   20 ++--
 cherokee/handler.h                  |    4 +-
 cherokee/handler_admin.c            |   28 ++--
 cherokee/handler_admin.h            |    4 +-
 cherokee/handler_cgi.c              |  100 +++++++-------
 cherokee/handler_cgi.h              |    4 +-
 cherokee/handler_cgi_base.c         |  182 +++++++++++++-------------
 cherokee/handler_cgi_base.h         |   20 ++--
 cherokee/handler_common.c           |   36 +++---
 cherokee/handler_common.h           |    2 +-
 cherokee/handler_custom_error.c     |   18 ++--
 cherokee/handler_custom_error.h     |    2 +-
 cherokee/handler_dbslayer.c         |   74 +++++-----
 cherokee/handler_dbslayer.h         |    2 +-
 cherokee/handler_dirlist.h          |    6 +-
 cherokee/handler_empty_gif.c        |   12 +-
 cherokee/handler_empty_gif.h        |    4 +-
 cherokee/handler_error.c            |   32 +++---
 cherokee/handler_error.h            |    2 +-
 cherokee/handler_error_nn.c         |   30 ++--
 cherokee/handler_error_nn.h         |    2 +-
 cherokee/handler_error_redir.h      |    2 +-
 cherokee/handler_fastcgi.c          |   78 ++++++------
 cherokee/handler_fastcgi.h          |    8 +-
 cherokee/handler_fcgi.c             |  106 ++++++++--------
 cherokee/handler_fcgi.h             |    4 +-
 cherokee/handler_file.c             |  100 +++++++-------
 cherokee/handler_file.h             |    8 +-
 cherokee/handler_proxy.c            |  132 +++++++++---------
 cherokee/handler_proxy.h            |    4 +-
 cherokee/handler_redir.c            |   76 ++++++------
 cherokee/handler_redir.h            |    2 +-
 cherokee/handler_render_rrd.c       |   46 ++++----
 cherokee/handler_render_rrd.h       |    4 +-
 cherokee/handler_scgi.c             |   66 +++++-----
 cherokee/handler_scgi.h             |    4 +-
 cherokee/handler_secdownload.c      |    8 +-
 cherokee/handler_secdownload.h      |    2 +-
 cherokee/handler_server_info.c      |   72 +++++-----
 cherokee/handler_server_info.h      |    4 +-
 cherokee/handler_ssi.c              |   36 +++---
 cherokee/handler_ssi.h              |    8 +-
 cherokee/handler_streaming.c        |   22 ++--
 cherokee/handler_streaming.h        |    4 +-
 cherokee/handler_uwsgi.c            |   62 +++++-----
 cherokee/handler_uwsgi.h            |    4 +-
 cherokee/header-protected.h         |    6 +-
 cherokee/header.h                   |    4 +-
 cherokee/http.c                     |   50 ++++----
 cherokee/http.h                     |    2 +-
 cherokee/human_strcmp.c             |   14 +-
 cherokee/human_strcmp.h             |    2 +-
 cherokee/icons.c                    |   48 ++++----
 cherokee/icons.h                    |    4 +-
 cherokee/info.c                     |    4 +-
 cherokee/info.h                     |    2 +-
 cherokee/init.c                     |    6 +-
 cherokee/init.h                     |    2 +-
 cherokee/iocache.c                  |   52 ++++----
 cherokee/iocache.h                  |    4 +-
 cherokee/levenshtein_distance.c     |    2 +-
 cherokee/limiter.c                  |    8 +-
 cherokee/limiter.h                  |    2 +-
 cherokee/list.c                     |   48 ++++----
 cherokee/list.h                     |   14 +-
 cherokee/logger-protected.h         |    2 +-
 cherokee/logger.c                   |   20 ++--
 cherokee/logger.h                   |    2 +-
 cherokee/logger_combined.c          |   12 +-
 cherokee/logger_combined.h          |    2 +-
 cherokee/logger_custom.c            |   32 +++---
 cherokee/logger_custom.h            |    2 +-
 cherokee/logger_ncsa.c              |   36 +++---
 cherokee/logger_ncsa.h              |    2 +-
 cherokee/macros.h                   |   18 ++--
 cherokee/main.c                     |   66 +++++-----
 cherokee/main_admin.c               |   38 +++---
 cherokee/main_tweak.c               |   54 ++++----
 cherokee/main_worker.c              |   26 ++--
 cherokee/match.c                    |    6 +-
 cherokee/match.h                    |    2 +-
 cherokee/md5.c                      |    2 +-
 cherokee/md5crypt.c                 |   10 +-
 cherokee/mime-protected.h           |    2 +-
 cherokee/mime.c                     |   28 ++--
 cherokee/mime.h                     |    2 +-
 cherokee/mime_entry.c               |   12 +-
 cherokee/mime_entry.h               |    2 +-
 cherokee/module.c                   |   14 +-
 cherokee/module.h                   |    4 +-
 cherokee/ncpus.c                    |    8 +-
 cherokee/ncpus.h                    |    2 +-
 cherokee/nonce.c                    |   18 ++--
 cherokee/nonce.h                    |    2 +-
 cherokee/nullable.h                 |    2 +-
 cherokee/plugin.h                   |    4 +-
 cherokee/plugin_loader.c            |   88 ++++++------
 cherokee/plugin_loader.h            |    2 +-
 cherokee/post.c                     |   62 +++++-----
 cherokee/post.h                     |    2 +-
 cherokee/proxy_hosts.c              |   14 +-
 cherokee/proxy_hosts.h              |    6 +-
 cherokee/regex.c                    |   32 +++---
 cherokee/regex.h                    |    4 +-
 cherokee/request.c                  |   34 +++---
 cherokee/request.h                  |    2 +-
 cherokee/resolv_cache.c             |   26 ++--
 cherokee/resolv_cache.h             |    2 +-
 cherokee/rrd_tools.c                |   18 ++--
 cherokee/rrd_tools.h                |    2 +-
 cherokee/rule.c                     |   14 +-
 cherokee/rule.h                     |    2 +-
 cherokee/rule_and.c                 |   32 +++---
 cherokee/rule_and.h                 |    2 +-
 cherokee/rule_bind.c                |   24 ++--
 cherokee/rule_bind.h                |    2 +-
 cherokee/rule_default.c             |   16 +-
 cherokee/rule_default.h             |    2 +-
 cherokee/rule_directory.c           |    8 +-
 cherokee/rule_directory.h           |    2 +-
 cherokee/rule_exists.c              |   40 +++---
 cherokee/rule_exists.h              |    2 +-
 cherokee/rule_extensions.c          |    2 +-
 cherokee/rule_extensions.h          |    2 +-
 cherokee/rule_from.c                |   20 ++--
 cherokee/rule_from.h                |    2 +-
 cherokee/rule_fullpath.c            |   16 +-
 cherokee/rule_fullpath.h            |    2 +-
 cherokee/rule_geoip.c               |   18 ++--
 cherokee/rule_geoip.h               |    2 +-
 cherokee/rule_header.c              |   32 +++---
 cherokee/rule_header.h              |    2 +-
 cherokee/rule_list.c                |   16 +-
 cherokee/rule_list.h                |    4 +-
 cherokee/rule_method.c              |   12 +-
 cherokee/rule_method.h              |    2 +-
 cherokee/rule_not.c                 |   18 ++--
 cherokee/rule_not.h                 |    2 +-
 cherokee/rule_or.c                  |   32 +++---
 cherokee/rule_or.h                  |    2 +-
 cherokee/rule_request.c             |   32 +++---
 cherokee/rule_request.h             |    2 +-
 cherokee/rule_url_arg.c             |   28 ++--
 cherokee/rule_url_arg.h             |    2 +-
 cherokee/server-protected.h         |    6 +-
 cherokee/server.h                   |    2 +-
 cherokee/sha1.c                     |    6 +-
 cherokee/shm.c                      |   12 +-
 cherokee/shm.h                      |    2 +-
 cherokee/socket.c                   |  190 +++++++++++++-------------
 cherokee/socket.h                   |    6 +-
 cherokee/source.c                   |   36 +++---
 cherokee/source.h                   |    4 +-
 cherokee/source_interpreter.c       |   66 +++++-----
 cherokee/source_interpreter.h       |    4 +-
 cherokee/spawner.c                  |   22 ++--
 cherokee/spawner.h                  |    2 +-
 cherokee/table.c                    |   52 ++++----
 cherokee/table.h                    |    2 +-
 cherokee/template.c                 |   20 ++--
 cherokee/template.h                 |    2 +-
 cherokee/thread.c                   |  248 +++++++++++++++++-----------------
 cherokee/thread.h                   |   18 ++--
 cherokee/threading.c                |    2 +-
 cherokee/threading.h                |    4 +-
 cherokee/trace.c                    |   22 ++--
 cherokee/trace.h                    |    2 +-
 cherokee/unix4win32.c               |    2 +-
 cherokee/unix4win32.h               |    2 +-
 cherokee/url.c                      |   32 +++---
 cherokee/url.h                      |    6 +-
 cherokee/util.c                     |  214 +++++++++++++++---------------
 cherokee/util.h                     |   18 ++--
 cherokee/validator.c                |   80 ++++++------
 cherokee/validator.h                |   14 +-
 cherokee/validator_authlist.c       |   26 ++--
 cherokee/validator_authlist.h       |    2 +-
 cherokee/validator_file.c           |    6 +-
 cherokee/validator_file.h           |    4 +-
 cherokee/validator_htdigest.c       |   30 ++--
 cherokee/validator_htdigest.h       |    2 +-
 cherokee/validator_htpasswd.c       |   42 +++---
 cherokee/validator_htpasswd.h       |    2 +-
 cherokee/validator_ldap.c           |   38 +++---
 cherokee/validator_ldap.h           |    2 +-
 cherokee/validator_mysql.c          |   56 ++++----
 cherokee/validator_mysql.h          |    6 +-
 cherokee/validator_pam.c            |   32 +++---
 cherokee/validator_pam.h            |    4 +-
 cherokee/validator_plain.c          |   30 ++--
 cherokee/validator_plain.h          |    2 +-
 cherokee/version.c                  |    8 +-
 cherokee/version.h                  |    4 +-
 cherokee/virtual_server.h           |   10 +-
 cherokee/vrule.c                    |   10 +-
 cherokee/vrule.h                    |    2 +-
 cherokee/vrule_rehost.c             |   12 +-
 cherokee/vrule_rehost.h             |    2 +-
 cherokee/vrule_target_ip.c          |   20 ++--
 cherokee/vrule_target_ip.h          |    2 +-
 cherokee/vrule_wildcard.c           |   18 ++--
 cherokee/vrule_wildcard.h           |    2 +-
 cherokee/win32_cherokeeserv.c       |    2 +-
 cherokee/win32_cservice.c           |    2 +-
 cherokee/win32_cservice.h           |    2 +-
 cherokee/win32_misc.h               |    2 +-
 cherokee/xrealip.c                  |    6 +-
 cherokee/xrealip.h                  |    2 +-
 qa/006-Wrong-Protocol.py            |    2 +-
 qa/020-VirtualHost.py               |    2 +-
 qa/031-Post+urlencoded2.py          |    2 +-
 qa/036-DocumentRoot-common.py       |    2 +-
 qa/037-PHP-post.py                  |    2 +-
 qa/048-NN.py                        |    2 +-
 qa/054-ContentRange.py              |    2 +-
 qa/058-ContentRange-Double.py       |    2 +-
 qa/062-PAM2.py                      |    2 +-
 qa/067-PathInfo.py                  |    2 +-
 qa/081-DocumentRoot-Common-index.py |    2 +-
 qa/084-RedirParamShow.py            |    2 +-
 qa/085-AuthUsers.py                 |    2 +-
 qa/088-CGI-envs.py                  |    2 +-
 qa/090-Digest.py                    |    2 +-
 qa/091-Digest2.py                   |    8 +-
 qa/092-Digest3.py                   |    8 +-
 qa/100-Digest-htdigest.py           |    8 +-
 qa/103-ScriptName.py                |    2 +-
 qa/105-If-Range.py                  |    4 +-
 qa/106-If-Range2.py                 |    4 +-
 qa/111-Compac.py                    |    2 +-
 qa/113-HeaderFile.py                |    2 +-
 qa/114-HeaderFile2.py               |    2 +-
 qa/115-Respin.py                    |    4 +-
 qa/116-RequestTiny.py               |    4 +-
 qa/118-Request-redir.py             |    2 +-
 qa/122-Methods.py                   |    4 +-
 qa/123-ImplicitRedit.py             |    2 +-
 qa/124-DomainToDir2.py              |    2 +-
 qa/125-domain-redir1.py             |    2 +-
 qa/126-SCGI.py                      |    2 +-
 qa/130-Digest-EmptyPasswd.py        |    8 +-
 qa/132-file-ContentType.py          |    2 +-
 qa/138-ChangeUser-cgi.py            |    2 +-
 qa/139-domain-wildcards1.py         |    4 +-
 qa/140-SCGI-EmptyVars.py            |    2 +-
 qa/141-FastCGI-EmptyVars.py         |    2 +-
 qa/143-ContentRange-NoIO.py         |    2 +-
 qa/151-SCGI-vars.py                 |    2 +-
 qa/153-SCGI-vars-root.py            |    2 +-
 qa/158-RuleHeader1.py               |    2 +-
 qa/159-RuleHeader2.py               |    2 +-
 qa/160-RuleNot1.py                  |    2 +-
 qa/161-RuleNot2.py                  |    2 +-
 qa/162-RuleAnd1.py                  |    4 +-
 qa/163-RuleAnd2.py                  |    4 +-
 qa/164-RuleOr1.py                   |    4 +-
 qa/165-RuleOr2.py                   |    4 +-
 qa/166-xsendfile1.py                |    4 +-
 qa/167-RuleGeoIP.py                 |    2 +-
 qa/169-Pipermail.py                 |    2 +-
 qa/170-Error-ContentLength.py       |    2 +-
 qa/172-Chunked-CGI.py               |    4 +-
 qa/175-Digest-htdigest-2.py         |   10 +-
 qa/193-PHP-documentroot.py          |    2 +-
 qa/197-SOAPAction.py                |    4 +-
 qa/198-HTTPresponse.py              |    2 +-
 qa/202-xsendfile2.py                |    4 +-
 qa/206-AuthType.py                  |    2 +-
 qa/211-EmptyGif.py                  |    2 +-
 qa/212-DirList-Hidden.py            |    2 +-
 qa/217-DoubleEncode.py              |    6 +-
 qa/218-DrupalRedirect.py            |    2 +-
 qa/219-Ext-Dot-Pathinfo.py          |    2 +-
 qa/220-Pathinfo-Slash.py            |    2 +-
 qa/221-ReHost1.py                   |    2 +-
 qa/222-EVHost1.py                   |    2 +-
 qa/224-EVHost3.py                   |    2 +-
 qa/226-PathInfo-Default.py          |    2 +-
 qa/230-Fullpath2.py                 |    2 +-
 qa/231-POST-4extra.py               |    2 +-
 qa/232-X-Real-IP-CGI.py             |    2 +-
 qa/233-X-Real-IP-CGI-2.py           |    2 +-
 qa/234-X-Real-IP-CGI-3.py           |    2 +-
 qa/235-URL-arg_match1.py            |    2 +-
 qa/236-URL-arg_match2.py            |    2 +-
 qa/237-URL-arg_match_all1.py        |    2 +-
 qa/238-URL-arg_match_all2.py        |    2 +-
 qa/base.py                          |   34 +++---
 qa/fcgi.py                          |   26 ++--
 qa/pyscgi.py                        |    2 +-
 qa/run-tests.py                     |   10 +-
 qa/util.py                          |   14 +-
 408 files changed, 3214 insertions(+), 3214 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3992 git=3333a558f6cc69238183dbd58dfe28a1eb4544f8

    Update translation files.
    
 po/admin/de.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/en.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/es.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/nl.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/sv_SE.po |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/zh_CN.po |  361 +++++++++++++++++++++++++++++------------------------
 6 files changed, 1170 insertions(+), 996 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3991 git=48c714e5757e1ac9a3766f3e25c7c25c5119aec9

    Fixes the error logging subsystem. The server was segment-faulting on
    graceful restart because of this issue. Besides, now the server uses
    slightly less resources for the error log writers.
    
 cherokee/logger_writer.c  |    7 +++----
 cherokee/virtual_server.c |   19 +++++--------------
 2 files changed, 8 insertions(+), 18 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3990 git=9932349c473690f72b8857659f513d5b06a5f7bd

    The custom error redirection handler was not preserving the original
    HTTP error code while sending the new HTTP response. This patch fixes
    the super-evil bug number #666: http://bugs.cherokee-project.com/666
    Many thanks to Stanley Rost for reporting this issue.
    
 cherokee/connection-protected.h |   11 +-
 cherokee/connection.c           |  287 ++++++++++++++++++++-------------------
 cherokee/handler_error_redir.c  |   41 +++---
 cherokee/server.c               |  194 +++++++++++++-------------
 cherokee/virtual_server.c       |  104 +++++++-------
 qa/243-custom-error-1.py        |   33 +++++
 qa/Makefile.am                  |    3 +-
 7 files changed, 361 insertions(+), 312 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3989 git=53c0a9583897739de22b20b57dd97fdd45de9dea

    Fixes the PHP wizard. It was using an initialised variable. All the
    wizards depending on this one were broken in the last release.
    
 admin/Wizard_PHP.py |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3988 git=d394babcb405a2fe0819f4f3aab12967e1d9ae9c

    Adds some code so internal cherokee-admin errors are shown as proper
    errors in the browser, instead of the generic "500 Internal Error"
    page that was being sent. The 500 response is sent as well, but now it
    is nicely formatted and includes a backtrace (so it can be reported).
    
 admin/Makefile.am                  |    5 +++--
 admin/PageError.py                 |   24 ++++++++++++++++++++++--
 admin/error_internal.template.html |   12 ++++++++++++
 admin/server.py                    |   11 ++++++++++-
 4 files changed, 47 insertions(+), 5 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3987 git=5a35b5c79fcbfd90306a5fd6c5d69fc0e1af3da5

    Cherokee 0.99.34 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3985 git=ca865f545174038c3fb51261ca0314144125036b

    Cherokee 0.99.33 released (after r3977)
    
 configure.in |  100 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 50 insertions(+), 50 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3984 git=094ae298a4c0fca7358c4eaba6799288475b41b1

    Adds 4 new QA tests. They test the most basics UTF8 handling support:
    Download a file with a UTF8 name, access a UTF8 directory, work with a
    UTF8 encoded PATHINFO, and access a UTF8 encoded directory and pass a
    UTF8 PATHINFO to a CGI.
    
 qa/239-utf8-file1.py     |   20 ++++++++++++++++++++
 qa/240-utf8-dir1.py      |   20 ++++++++++++++++++++
 qa/241-utf8-pathinfo1.py |   32 ++++++++++++++++++++++++++++++++
 qa/242-utf8-pathinfo2.py |   32 ++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    6 +++++-
 5 files changed, 109 insertions(+), 1 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3983 git=d91d92d8baa0216a5a1f0a335e858283c3a7eb65

    Fixes a really bizarre but heroically possible memory leak. It also
    cleans a few trailing white spaces.
    
 cherokee/logger_writer.c |   69 +++++++++++++++++++++++----------------------
 cherokee/logger_writer.h |    4 +-
 2 files changed, 37 insertions(+), 36 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3982 git=e449adae1a7dae3772faf75e1f9d068334671e45

    Tidies up the report_error() internal function.
    
 cherokee/error_log.c |   54 +++++++++++++++++++++++++++----------------------
 1 files changed, 30 insertions(+), 24 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3981 git=15b5494e9e016bf528b1ee68307fb4ea911c371c

    Removes a couple of LOC that should have made it to trunk. My bad.
    
 admin/PageStatus.py |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3980 git=e34985a9df6ea2aef6bcaeecb4f2e525a9d18259

    Third try. It fixes the second patch. <sigh..> Bug #663
    
 admin/PageVServer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3979 git=dec8f1a157b206d143f358ade4e707d9c885f06a

    Reimplements r3978. Fixes http://bugs.cherokee-project.com/663
    Many thanks to Antonio Perez for his first patch!!
    
 admin/PageVServer.py |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)


2009-12-11  Antonio Perez  <aperez@skarcha.com>
            svn=3978 git=87ca0d9c52cb5db7e54a833bee2cba41c7f6386c

    First rule of "Behaviour" was cloned on every submit.
    Fixes bug: http://bugs.cherokee-project.com/663
    
 admin/PageVServer.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3977 git=3e1efbde733047652191877bd0e0a8b8e52649fd

    A previous commit broke the non-ASCII parameter management. This patch
    should fix it. Many thanks to Valery Masiutsin <vmasutin@apache.org>
    for the report and his help to fix this issue.
    
 cherokee/buffer.c |    2 +-
 cherokee/header.c |   35 +++++++++++++++++++++++------------
 2 files changed, 24 insertions(+), 13 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3976 git=3a23710446bcd41cc91bf6ff7e6110c3e590e9d7

    Clean up: Forgot those lines comments in the previous commit.
    
 cherokee/handler_dirlist.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3975 git=b7ad9dfdf22a6155543b547264148c47628d4507

    There was a bug when no info sources existed
    
 admin/PageInfoSource.py |   48 ++++++++++++++++++++++++----------------------
 1 files changed, 25 insertions(+), 23 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3974 git=6640b2c36651dc0aabfe728e051a2901dd825326

    Some documentation of usage graphs. Addresses issue 662
    
 doc/Makefile.am                            |    8 +++-
 doc/config_general.txt                     |    4 ++
 doc/config_status.txt                      |    4 +-
 doc/config_virtual_servers.txt             |    6 ++
 doc/index.txt                              |    1 +
 doc/media/images/other_graphs_conns.png    |  Bin 0 -> 17888 bytes
 doc/media/images/other_graphs_logging.png  |  Bin 0 -> 14822 bytes
 doc/media/images/other_graphs_timeouts.png |  Bin 0 -> 16843 bytes
 doc/media/images/other_graphs_traffic.png  |  Bin 0 -> 12653 bytes
 doc/other.txt                              |    1 +
 doc/other_goodies.txt                      |    9 +++
 doc/other_graphs.txt                       |   79 ++++++++++++++++++++++++++++
 12 files changed, 109 insertions(+), 3 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3973 git=94761267f45e0597d3f20caf29303e8f4b68ad07

    Fixes dirlist so it can list non-ASCII file names properly. It fixes
    bugs #647 and #661: http://bugs.cherokee-project.com/647
    
 cherokee/buffer.c          |  288 ++++++++++++++++++++++++++++++--------------
 cherokee/buffer.h          |    6 +-
 cherokee/handler_dirlist.c |  159 ++++++++++++++----------
 cherokee/header.c          |  110 +++++++++---------
 4 files changed, 350 insertions(+), 213 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3972 git=5c649dc6c97c60cabe58c241b022ca78311378e8

    Implements rule cloning capabilities. Addresses issue 430
    
 admin/PageVServer.py |   51 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 insertions(+), 2 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3971 git=34f837a4d58802239dbe6ad77a51deabc10b8443

    Minor change to prevent overflow of tab titles
    
 po/admin/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3966 git=21c126e537e358c2ba5407f22e0359bed7c19c8a

    Implements information source cloning and enhances the way sources are displayed
    
 admin/PageInfoSource.py       |  165 +++++++++++++++++++++++++++++++++++------
 admin/static/css/cherokee.css |    5 +
 2 files changed, 148 insertions(+), 22 deletions(-)


2009-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3964 git=54839e75d1da07f17f327d203c47281b10ee3bee

    Tries to make the running server detection slightly more flexible.
    Thanks to Sandino Araico for following up on this RFE.
    
 admin/CherokeeManagement.py |   70 ++++++++++++++++++++++++++++++++-----------
 admin/PageStatus.py         |    7 +++-
 2 files changed, 57 insertions(+), 20 deletions(-)


2009-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3961 git=35fcccfa55b261bdf83d61f53361369545cc1006

    Adds FPM support. Addresses issue 658
    
 admin/Wizard_PHP.py |  107 +++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 86 insertions(+), 21 deletions(-)


2009-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3960 git=456997b3f1e09172da41a566695fc29b2085a489

    Updates the PySCGI version to 1.10
    
 admin/pyscgi.py |    3 +--
 qa/pyscgi.py    |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)


2009-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3957 git=61c578c301f60dad379dcc96f6cde0c3faf84130

    uWSGI wizard now uses TCP port instead of a unix socket by default
    
 admin/Wizard_uWSGI.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3948 git=e8b5c1caa20ba4b5854faa06566c06af4a3efa62

    Cherokee 0.99.32 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3947 git=d619e4708138d45e291547854b4126ac8bd777ef

    Update translation files.
    
 po/admin/de.po    |  340 ++++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  342 +++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  344 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  341 +++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  341 +++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  341 +++++++++++++++++++++++++++++++----------------------
 6 files changed, 1197 insertions(+), 852 deletions(-)


2009-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3946 git=9738cd71324276d75fcd5c056c0d5c95ff8aa4ea

    Migrates from socket to port. Addresses issue 657
    
 admin/Wizard_Django.py |    6 ++++--
 admin/Wizard_Mono.py   |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3945 git=60ba8f45fc74ba2df03f495dae37374663bb92fe

    Fixes a typo
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3944 git=39a439181a281a70a12201efb4d181505c8987c5

    Remove characters below ASCII 0x20. It prevents the server from
    printing ANSI escape codes in the log or the debug information.
    Thanks to Giovanni "evilaliv3" Pellerano, Alessandro "jekil" Tanasi
    and Francesco "ascii" Ongaro for letting us know about this issue!
    
 cherokee/header.c |   39 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 37 insertions(+), 2 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3943 git=44e22317c1fd75390eb9a5952fad3138f0bac1fb

    Fixes an incorrect configuration entry in the development
    configuration template. It was not logging errors properly.
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3942 git=b8a03444f118d2012762f1bb523435235d02e86d

    Enhances the wizard and adds support for uWSGI 0.9.3
    
 admin/Wizard_uWSGI.py |   67 +++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 57 insertions(+), 10 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3940 git=087b81a6334c0a9370246ef7779d3a00a64e18d2

    Adds MoinMoin wizard. Handles issue 644
    
 admin/Makefile.am                        |    3 +-
 admin/Wizard_MoinMoin.py                 |  234 ++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am  |    1 +
 admin/static/images/wizards/moinmoin.png |  Bin 0 -> 3998 bytes
 4 files changed, 237 insertions(+), 1 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3939 git=a6c1237edaa2ef3c4b8b038923d0f1236d5d4e53

    Fixes issue 651: PMA was not being correctly detected on some verions
    
 admin/Wizard_phpMyAdmin.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3933 git=ce670a3654db155ca6eb899dc37a43edf7ab705c

    Loggers can now be configured to manage different time standards.
    There's a new configuration option to set them to use either UTC, or
    local time entries. This patch implements support for both cherokee
    and cherokee-admin.
    
 admin/PageVServer.py     |    2 ++
 admin/consts.py          |    5 +++++
 cherokee/logger.c        |    5 ++++-
 cherokee/logger.h        |    1 +
 cherokee/logger_custom.c |   17 +++++++++++++----
 cherokee/logger_ncsa.c   |   17 +++++++++++++----
 6 files changed, 38 insertions(+), 9 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3932 git=59c61a3f0a97355745c6f658e1a6c931b3890f92

    Safer error checking. Ensure rrdtool actually exited.
    
 cherokee/rrd_tools.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3930 git=6f428d75f58d34f4454e5227eb01fcc5de68b312

    Fixes the RRD clean up/killing function. The graceful restart
    functionality was broken in the latest release because of this issue.
    
 cherokee/rrd_tools.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3929 git=1852134f315707e6af65fd25069b8ee545b3f7b0

    Clean up. The default value should be a string as well.
    
 admin/upgrade_config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3925 git=9924b086366bc89fda4ff2308d43cb8b931bac3e

    Cherokee 0.99.31 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3924 git=0c95d6dcf35017e990bd0011a2dd83f4da95f733

    Complements the previous patch.
    
 admin/config_version.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3923 git=b26ff6a73effef51461246ea3fb597390c4fbb5c

    First version to support config!version was 0.99.29. Suppose it's a
    0.99.29 configuration file it does not include the version. Thanks
    to Gunnar Wolf for the patch.
    
 admin/upgrade_config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3919 git=ea3f30cce0035a286b43ba906d5e31ee4ef9057d

    Include only files refereed by the local Makefile.am file. If the file
    is not distributed or used do not include it in POTFILES.in.
    
 po/admin/generate_POTFILESin.py |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3918 git=0c3e35ac4aabf3f49100a864ab48df320be50fd2

    Updates the po files.
    
 po/admin/de.po    |  873 +++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/en.po    |  895 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/es.po    |  937 ++++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/nl.po    |  894 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/sv_SE.po |  894 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/zh_CN.po |  893 ++++++++++++++++++++++++++++++++++++++++++++-------
 6 files changed, 4695 insertions(+), 691 deletions(-)


2009-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3917 git=28108933af9670dc9d65ee689f86066905aabf22

    The spec file has been (blindly) updated. It was using paths to old
    configuration files. Thanks to Joe Klemmer for the report!
    
 cherokee.spec.in |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3916 git=eb77a02e0812927827a00238e5d5dd64ba99dc45

    A previous patch did not fix the file name here.
    
 admin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3915 git=9a2e2c511bd0210f4c0c4729b82d0ddc869dbb7a

    Since the script is now being executed before the Makefile files are
    created, it cannot depend on them any longer. This patch just add a
    fixed relative path so it can figure the $srcdir.
    
 po/admin/generate_POTFILESin.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3914 git=ca717d8c38d76ba68e95e323dfcde2a6ac0444b9

    Adds a (handy) update-po target.
    
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3913 git=ea4f25bc306e59eff1b2d64bff6973bc11b1c08c

    Fixes php.ini parsing issue
    
 admin/Wizard_PHP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3912 git=2085c5e8664378524619144806c3e593c8d7ec5d

    Ignore the po/admin/POTFILES.in file. It is autogenerated now.
    

2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3910 git=c600e03686bfb9a88ba88f7b07c250f05c78898a

    Regenerate the po/admin/POTFILES.in whenever autogen.sh is executed.
    
 autogen.sh           |    4 +++
 po/admin/POTFILES.in |   74 --------------------------------------------------
 2 files changed, 4 insertions(+), 74 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3909 git=54e0a43b599803d607104463f1c8cc5a837e07f3

    Updates my E-mail address.
    
 README                 |    2 +-
 cget/main.c            |    4 ++--
 cherokee/main_admin.c  |    2 +-
 cherokee/main_tweak.c  |    2 +-
 cherokee/main_worker.c |    2 +-
 qa/help.py             |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3908 git=f91544215eff0f13750a841105bce8082c58e3ac

    Small mention of the new rule type
    
 doc/config_virtual_servers.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3907 git=346297b1a6be3ac3c8fcd6ebd9d0ae0c9c433784

    The filename has to match the class name
    
 admin/ModuleUrlArg.py |   72 +++++++++++++++++++++++++++++++++++++++++++++++++
 admin/ModuleUrlarg.py |   72 -------------------------------------------------
 2 files changed, 72 insertions(+), 72 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3906 git=84394656ac5e14b2eaeb375960b2cd2e8cbdc3dc

    Document additions
    
 doc/other_goodies.txt |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3904 git=81077242cf37fcc368a822b6b5e04b7a91dacce1

    Fixes a compilation error on system without sched_yield() support.
    Thanks to orlandu96 (Google Code) for the report.
    
 cherokee/common-internal.h |    2 +-
 cherokee/resolv_cache.c    |    2 +-
 cherokee/thread.c          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3903 git=c3521ba4dd0104c4a0daa4e9fc87c2cd15aae01d

    The RRD image cache directory is not longer inside the RRD database
    directory. Instead, it will be created in $TMP (wherever it is,
    depending on the system). Since the new implementation (render_rrd)
    manages it as a real cache, it does not make sense to keep the images
    files in a safe location. Actually, they can be disposed as soon as
    cherokee-admin is closed. This patch should fix most of the set up
    issues that some distributions have suffered during our previous two
    releases. Thanks to Leonel Lunez for following up on this problem!
    
 cherokee/error_list.py        |    4 --
 cherokee/handler_render_rrd.c |   43 ++++++++++++++++------------
 cherokee/main_admin.c         |    8 ++---
 cherokee/rrd_tools.c          |   62 ++++++----------------------------------
 cherokee/rrd_tools.h          |    1 +
 cherokee/util.c               |   28 ++++++++++++++++++
 cherokee/util.h               |    1 +
 constants.h.pre               |    1 -
 8 files changed, 67 insertions(+), 81 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3902 git=f4c76a2248f4cd195018626c50bb95fffadef6aa

    Fixes a comment for the previous commit.
    
 cherokee/rrd_tools.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3901 git=d9707785e81d933ea0b4a7ee016107620210cd0d

    Improves the RRD collector directory permission checks.
    
 cherokee/error_list.py |    4 ++++
 cherokee/rrd_tools.c   |   19 ++++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3900 git=61d2547e40716b0f8180f6bbd15ad6c142be14bf

    Adds the automatic conversion function. From 0.99.2x to 0.99.31.
    
 admin/config_version.py |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3899 git=c7ddb7c2451aebf14788435ff5a9c3e9fb136499

    Errors are not longer written through the logger objects. They are
    written by using error_writer objects instead. Error messages aren't
    formatted, so it didn't make much sense to replicate the very same
    error writing methods in every logger class.  The cherokee-admin
    interface has also been updated to reflect this change. From now on,
    it is possible to log only errors, or only accesses. They are not
    linked together any longer.
    
 admin/LogViewer.py            |  194 +++++++++++++++++++++++++++++++++++++++++
 admin/PageNewConfig.py        |    1 +
 admin/PageVServer.py          |   95 +++++++++-----------
 cherokee/error_log.c          |   10 +--
 cherokee/handler_cgi.c        |   18 +---
 cherokee/logger.c             |   47 +---------
 cherokee/logger.h             |   33 +++----
 cherokee/logger_combined.c    |   12 +--
 cherokee/logger_custom.c      |   96 ++++-----------------
 cherokee/logger_custom.h      |    6 --
 cherokee/logger_ncsa.c        |   99 +++++----------------
 cherokee/logger_ncsa.h        |   14 +--
 cherokee/server.c             |   31 +++----
 cherokee/source_interpreter.c |   32 +++----
 cherokee/source_interpreter.h |    2 +-
 cherokee/spawner.c            |   42 ++++-----
 cherokee/spawner.h            |   18 ++--
 cherokee/thread.c             |    8 +-
 cherokee/threading.c          |    6 +-
 cherokee/threading.h          |    2 +-
 cherokee/virtual_server.c     |   34 +++++++
 cherokee/virtual_server.h     |    1 +
 22 files changed, 405 insertions(+), 396 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3898 git=c51da4ac9ee93d548f6025de74e74a2cccbb2c31

    Fixes a compilation warning.
    
 cherokee/connection.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3897 git=ad62aa81b205f843896253fe4c06e6a96389ec8d

    Cherokee 0.99.30 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3895 git=7b2eadeed677ae50c04e8a645912a709f0b61a17

    This patch fixes a bug in I/O-cache, and re-enables it in the default
    configuration file. It also shrinks the default I/O-cache size 10
    times. Now, it caches information about the 40 most used files.
    
 cherokee.conf.sample.pre |    2 +-
 cherokee/cache.c         |    6 ++++--
 cherokee/iocache.c       |    4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)


2009-11-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3894 git=9b639200f0d2f9038ceb67c51bc997ee88695076

    Renames a variable
    
 cherokee/handler_proxy.c |   22 +++++++++++-----------
 cherokee/handler_proxy.h |    2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)


2009-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3893 git=a800014f5d376edfae54eab830498da54305d0b2

    This patch should fix a reverse HTTP proxy issue. There were times
    when the proxy was replying random 502 errors while sending POST
    requests to the back-end servers. It looks like some operating systems
    were more likely to suffer from this bug - OpenSolaris specially.
    Thanks to Juan José Amor for his help and support to fix this bug!
    
 cherokee/handler_proxy.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3892 git=511b83ada44b96872d9795ba5c8fe242fcea1036

    A few misc. improvements. Nothing really important.
    
 admin/Wizard_RoR.py |   66 ++++++++++++++++++++++++++++----------------------
 1 files changed, 37 insertions(+), 29 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3891 git=1a5d33c6c470a1d2d1cf154faf1cbc79f331aa77

    Some more QA additions
    
 doc/dev_qa.txt |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3890 git=86f93e70091e21b8ee6104ffa149b54c03bb65b2

    Adds additional checks after the write() calls to ensure all the POST
    content has been actually written to a temporal file. Patch by Stefan
    de Konink <stefan@konink.de>
    
 cherokee/post.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3889 git=cb0607df55d375680d42e82c462ad21658036e14

    Extends the Rails wizard. Should address issues 501 and 641
    
 admin/Wizard_RoR.py |   93 ++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 81 insertions(+), 12 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3888 git=611a7ae4e1554ddb8c0f39aeeb26f6195d0ca570

    Updates Rails recipe
    
 doc/cookbook_ror.txt |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3887 git=af35155b46e1e062ff14660f3e0ae7c55fd1d54b

    Detect whether or not union semun is defined by <sys/sem.h>. Fixes a
    compilation issue (on Linux) introduced a few hour ago.
    
 cherokee/main.c |   15 +++++++++++++++
 configure.in    |   21 +++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3886 git=e8e48bee161c7ee1c3396210f0bbc78e48d8e279

    Adds some info about QA
    
 doc/Makefile.am |    3 ++-
 doc/dev.txt     |    1 +
 doc/dev_qa.txt  |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt   |    1 +
 4 files changed, 58 insertions(+), 1 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3885 git=55b496819b4282677051820b55ebd762aae52ea3

    These three QA tests cannot be run through a proxy server.
    
 qa/232-X-Real-IP-CGI.py   |    1 +
 qa/233-X-Real-IP-CGI-2.py |    1 +
 qa/234-X-Real-IP-CGI-3.py |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3884 git=7a9ee17155d5cd6fc1707996935733a85b05ec0d

    Improves the POST support, so the reverse HTTP proxy handler can
    manage empty post requests, and chunked-encoded posts.
    
 cherokee/handler_proxy.c |   13 +++++++++++++
 cherokee/post.c          |   10 ++++++++--
 cherokee/post.h          |    1 +
 3 files changed, 22 insertions(+), 2 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3883 git=91cc924fc47c5cc4e11ca9b9f395143dc5d8bccf

    Regression: Fixes the QA test bench so it can be run through a the
    reverse proxy again.
    
 qa/run-tests.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3882 git=f17d1989f39af1b966c68871e276b169a8339800

    A few translation updates
    
 po/admin/de.po    |  304 +++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  317 ++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  320 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  317 ++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  312 ++++++++++++++++++++++++++++++---------------------
 po/admin/zh_CN.po |  317 ++++++++++++++++++++++++++++++----------------------
 6 files changed, 1095 insertions(+), 792 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3881 git=a26a64c118e92ea09e8b9ea0887d225fa6312e62

    Adds more TRACE entries to the chunked-encoding processing functions,
    and fixes minor issue in the reverse proxy handler.
    
 cherokee/handler_proxy.c |   17 ++++++++++++-----
 cherokee/thread.c        |    6 ++++--
 2 files changed, 16 insertions(+), 7 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3880 git=c730c29d54c964406ef378877abfdf1fc123d493

    Improves consistency among all the errors
    
 cherokee/error_list.py |   78 ++++++++++++++++++++++++------------------------
 1 files changed, 39 insertions(+), 39 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3879 git=f769fb4d52bbbe7c0be666cd4182e6a44a1b80f4

    Improves timeout related TRACE entries.
    
 cherokee/thread.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


2009-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3878 git=06108d31206da735da900010f9457ddcdae2012c

    Miscellaneous spawner fixes.
    
 cherokee/error_list.py        |    4 +-
 cherokee/main.c               |   47 +++++++++++++++++++++++++++++++++-------
 cherokee/source_interpreter.c |    2 +
 cherokee/spawner.c            |   28 ++++++++++++++----------
 4 files changed, 58 insertions(+), 23 deletions(-)


2009-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=3877 git=62bcb56923966951705a94f4543099aac21d8a66

    More error reporting
    
 cherokee/error_list.py |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3876 git=914e3afa46aa259509c4e8e2bc9664d3a79bb49e

    Fixes the graphs menu caption. The "Accepted Connections" menu now
    shows "Connections / Requests".
    
 admin/PageStatus.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3875 git=62700b1dad01a335fd847c69f6533aef58ca458e

    The handler render_rrd draws the number of HTTP requests now (in the
    TCP conns/sec graph).
    
 cherokee/collector_rrd.c      |    2 +-
 cherokee/handler_render_rrd.c |   28 ++++++++++++++++++++--------
 cherokee/rrd_tools.c          |    2 +-
 3 files changed, 22 insertions(+), 10 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3874 git=57ad15e0cf098fb083c6f33d3a082ac0a6fab2dc

    The RRD collector was being too gentle while killing it's logging
    thread. Now it behaves like the tough guy it was supposed to be!
    
 cherokee/collector_rrd.c   |    2 ++
 cherokee/common-internal.h |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3873 git=9ce9d6dfbb86ed1149c7c00611844618b6c8c7d2

    The RRD information collector can store information about the number
    of requests handler by the server. The implementation is not finished
    yet. Further development is required in the render_rrd handler.
    
 cherokee/collector.c     |   15 +++++++++++++++
 cherokee/collector.h     |    3 +++
 cherokee/collector_rrd.c |   19 ++++++++++++++++---
 cherokee/collector_rrd.h |    3 ++-
 cherokee/rrd_tools.c     |   22 +++++++++++++++++++---
 cherokee/thread.c        |    6 ++++++
 6 files changed, 61 insertions(+), 7 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3872 git=1c24a8529350207784031c9c11c12ac3efb0f1d3

    cherokee_mkdir_p() is slightly more 'polite' now.
    
 cherokee/util.c |   21 +++++++++++++--------
 cherokee/util.h |    2 +-
 2 files changed, 14 insertions(+), 9 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3871 git=c7cc79d94cb50e3caac6d2c6cd347d80077cd51f

    Do not try to spawn new rrdtool binaries once the server is exiting.
    This misbehavior was causing the server to print random errors while
    performing graceful restarts. Thanks to Antonio Pérez for the feedback
    on this issue.
    
 cherokee/collector_rrd.c |   15 ++++++++++++++-
 cherokee/collector_rrd.h |    2 ++
 cherokee/rrd_tools.c     |    6 ++++++
 cherokee/rrd_tools.h     |   15 ++++++++-------
 4 files changed, 30 insertions(+), 8 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3870 git=c160828ef63b0266a70096750704fdf79b8bdaeb

    Fixes the CHEROKEE_PRINT_BACKTRACE macro.
    
 cherokee/macros.h |    2 +-
 cherokee/util.c   |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3869 git=251a0f3b7e00cbf632d0e122dc9b6fa5e16433b8

    Removes a superfluous semicolon character.
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3868 git=b8125b8abade2994adcd870dc6f3558e702d9c43

    Fixes the url_arg QA tests. They were still using the old http_arg
    name instead of the new, much more descriptive, name 'url_arg'.
    
 qa/235-HTTP-arg_match1.py     |   34 ----------------------------------
 qa/235-URL-arg_match1.py      |   34 ++++++++++++++++++++++++++++++++++
 qa/236-HTTP-arg_match2.py     |   33 ---------------------------------
 qa/236-URL-arg_match2.py      |   33 +++++++++++++++++++++++++++++++++
 qa/237-HTTP-arg_match_all1.py |   36 ------------------------------------
 qa/237-URL-arg_match_all1.py  |   36 ++++++++++++++++++++++++++++++++++++
 qa/238-HTTP-arg_match_all2.py |   35 -----------------------------------
 qa/238-URL-arg_match_all2.py  |   35 +++++++++++++++++++++++++++++++++++
 qa/Makefile.am                |    8 ++++----
 9 files changed, 142 insertions(+), 142 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3867 git=cc4bf9817e2b17d5143a41f6933229e5cf4dac7f

    Use a safe PHP_FCGI_MAX_REQUESTS by default. For some reason php-cgi
    might stop replying connections after 500 requests.
    
 admin/Wizard_PHP.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3866 git=e3020dc37561e70a961e44805f591e22fb15cec4

    Remove Django warning from the example. It should work out of the box now
    
 doc/cookbook_uwsgi.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3865 git=03937d1777d4da73c886e5d72831999c318b0676

    Do not log the error messages twice is the default error log is being
    written to stderr. This patch fixes a bug introduced yesterday.
    
 cherokee/error_log.c |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3864 git=5848737573ca513deb034f46e4480d0f4d31995f

    Renames the URL parameter matching module (http_arg to url_arg), and
    adds the cherokee-admin module.
    
 admin/Makefile.am        |    1 +
 admin/ModuleUrlarg.py    |   72 ++++++++++++++++
 admin/consts.py          |    1 +
 cherokee/Makefile.am     |   22 +++---
 cherokee/rule_http_arg.c |  206 ----------------------------------------------
 cherokee/rule_http_arg.h |   53 ------------
 cherokee/rule_url_arg.c  |  206 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_url_arg.h  |   53 ++++++++++++
 configure.in             |    4 +-
 9 files changed, 346 insertions(+), 272 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3863 git=37eaf780aec0385799d64d8a64b870fdb3368f22

    conn->arguments stores cherokee_buffer_t objects instead of char *
    strings now. Implements: http://bugs.cherokee-project.com/637
    
 cherokee/connection.c         |    4 ++--
 cherokee/handler_dirlist.c    |   16 ++++++++--------
 cherokee/handler_streaming.c  |   16 ++++++++--------
 cherokee/macros.h             |    3 +++
 cherokee/rule_http_arg.c      |   31 ++++++++++++++++---------------
 cherokee/util.c               |   23 ++++++++++++++++-------
 qa/235-HTTP-arg_match1.py     |    4 ++--
 qa/236-HTTP-arg_match2.py     |    4 ++--
 qa/237-HTTP-arg_match_all1.py |   13 ++++++++-----
 qa/238-HTTP-arg_match_all2.py |   13 ++++++++-----
 10 files changed, 73 insertions(+), 54 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3862 git=b9858244fde7c234dced14fe035a934ea3ff3145

    Yet more simplified
    
 doc/cookbook_uwsgi.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3861 git=f8269a455c9529124790431e4ff1328fef3d819a

    Fixes a typo: s/methos/methods/g
    
 cherokee/rule_and.c        |    2 +-
 cherokee/rule_bind.c       |    2 +-
 cherokee/rule_default.c    |    2 +-
 cherokee/rule_directory.c  |    2 +-
 cherokee/rule_extensions.c |    2 +-
 cherokee/rule_from.c       |    2 +-
 cherokee/rule_geoip.c      |    2 +-
 cherokee/rule_header.c     |    2 +-
 cherokee/rule_not.c        |    2 +-
 cherokee/rule_or.c         |    2 +-
 cherokee/rule_request.c    |    2 +-
 cherokee/vrule_rehost.c    |    2 +-
 cherokee/vrule_target_ip.c |    2 +-
 cherokee/vrule_wildcard.c  |    2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3860 git=10884413d857ea0e0194d9b50a56309c5093c829

    Adds a new rule type. It evaluates regular expressions against the
    HTTP arguments. It can either check a specific parameter of all of
    them. The cherokee-admin module is still to be committed.
    
 cherokee/Makefile.am          |   19 ++++
 cherokee/connection.c         |    6 +-
 cherokee/rule_http_arg.c      |  205 +++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_http_arg.h      |   53 +++++++++++
 configure.in                  |    3 +-
 qa/235-HTTP-arg_match1.py     |   34 +++++++
 qa/236-HTTP-arg_match2.py     |   33 +++++++
 qa/237-HTTP-arg_match_all1.py |   33 +++++++
 qa/238-HTTP-arg_match_all2.py |   32 +++++++
 qa/Makefile.am                |    7 +-
 10 files changed, 420 insertions(+), 5 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3859 git=4e7fbf5c9f1aa555b9a59fa09b47b8d03896103b

    Adds some troubleshooting tips
    
 doc/cookbook_uwsgi.txt |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3858 git=1f02554587470ffd2be361613a708c059204702d

    If an error message were generated while the server starts up, it
    should be written in the default log file. This patch fixes the
    logging mechanism so, during the server initialization, error messages
    are both echoed to stderr and written in the default log file.  Beware
    of this change-set: it might be introducing regressions.
    
 cherokee/error_log.c |   55 +++++++++++++++++----
 cherokee/error_log.h |    4 +-
 cherokee/server.c    |  130 +++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 159 insertions(+), 30 deletions(-)


2009-11-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3857 git=84e66197b8f3396861d1eca1c5ee686fd78eb9c5

    Fixes a bug in RoR Wizard: issue 636
    
 admin/Wizard_RoR.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3856 git=e44c0b319de228c3195d9c0e3389fc0d13657e77

    Some extra info was required.
    
 doc/cookbook_uwsgi.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3855 git=bed1ec0265a4b5239ad7af17550c19412c811312

    Fixes the RoR wizard. It was generating broken configuration
    entries. Thanks to Rodrigo Fernandez-Vizarra for the report!
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3854 git=465438fb2f611ba51418918184a3428ed3ef44b7

    The PHP wizard sets a timeout in the "Extension PHP" rule now. It
    tries to figure the right value by reading the php.ini file. This
    should improve PHP execution reliability.
    
 admin/Wizard_PHP.py |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)


2009-11-22  Antonio Perez  <aperez@skarcha.com>
            svn=3853 git=22664b13f145e7d61469d7e765448e2e1c17045b

    Fixes a couple of compilation warnings
    
 cherokee/error_log.c |   14 +++++++-------
 cherokee/header.c    |   10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3852 git=88a34ddb4006678fd955cb28dbdc9bfc7e50b484

    Fixes a couple of minor compilation issues reported by Sandino Araico
    Sánchez <sandino@sandino.net>. Thanks!
    
 cherokee/rrd_tools.c          |    1 +
 cherokee/validator_htpasswd.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3851 git=23853f38335ef5b38406cd4e402d225612710e8d

    Adds a new field for the timeout in the rules table.
    
 admin/PageVServer.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3850 git=b614a51a5394fdfc6bb516fe79869fd22e0cf952

    Fixes a couple of issues: A file descriptor leak in Cherokee tweak,
    and a wrong error checking in the host name resolution cache. Thanks
    to Eric Sesterhenn <eric.sesterhenn@lsexperts.de> for the patch!
    
 cherokee/main_tweak.c   |    2 ++
 cherokee/resolv_cache.c |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3849 git=522c89a07d5e63f280acef3a433f334e66b89173

    The "Expiration" tab has become the "Time" tab. Now it holds the
    previous expiration entries, plus the Connections timeout related
    fields (a single entry box by now).
    
 admin/PageEntry.py |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3848 git=ffb07b685c9cf594fd26236da9ab12a2f03fc263

    Fixes the __VA_ARGS__ usage, so Cherokee can be compiled with recent
    versions of Sun Studio. Thanks to puccia (Google Code) for the patch!
    Fixes #634: http://bugs.cherokee-project.com/634
    
 cherokee/error_log.h |    2 +-
 cherokee/macros.h    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3847 git=dc381c56be34d9ef6a3e6c4c6c45118285434d04

    Adds support for custom timeouts. Now rules can set a timeouts to the
    connections matching them. It works in the very same way as expiration
    dates, or custom document root values.
    
 admin/PageEntry.py              |    4 ++++
 cherokee/config_entry.c         |   15 +++++++++++++++
 cherokee/config_entry.h         |    5 +++++
 cherokee/connection-protected.h |    3 +++
 cherokee/connection.c           |    8 +++++---
 cherokee/nullable.h             |    4 ++++
 cherokee/thread.c               |   38 +++++++++++++++++++++++++++-----------
 cherokee/virtual_server.c       |   10 ++++++++++
 8 files changed, 73 insertions(+), 14 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3846 git=be72254f4872bdf2d367095019f5fb16ef2b8947

    Cherokee 0.99.29 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3844 git=bf6529f7c0190d86716d612b8a1662cdd90a337b

    Trivial polishing
    
 admin/Wizard_uWSGI.py |   26 +++++++++++---------------
 1 files changed, 11 insertions(+), 15 deletions(-)


2009-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3843 git=b1dedb28528b74a34f28af825c3d2422dda00cc8

    Cleanup
    
 admin/Wizard_Django.py |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3842 git=6c4759224a56e79b6b642d2051a78a1d95011f8f

    Adds support for X-Real-IP to the *CGI handlers. It implements the
    cherokee-admin side of things of the changeset 3840.
    
 admin/ModuleCgi.py |   40 +++++++++++++++++++++++++++++-----------
 1 files changed, 29 insertions(+), 11 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3841 git=f073432b8e7fcbf3714088cc1af230da5a4da507

    Reverts r3839
    
 admin/PageEntry.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3840 git=d39fb715bbe280e4ad1d8610acc39af80074cd1f

    Adds X-Real-IP header support to all the FastCGI, SCGI, uWSGI, and CGI
    handlers. A new cherokee_x_real_ip class has been refactored so both
    the logging subsystem and the handlers can use it. Three new QA tests
    have been added as well.
    
 cherokee/Makefile.am        |    4 +-
 cherokee/handler_cgi.h      |    1 -
 cherokee/handler_cgi_base.c |   83 +++++++++++++++++++++++++------
 cherokee/handler_cgi_base.h |    2 +
 cherokee/logger.c           |   78 ++++++----------------------
 cherokee/xrealip.c          |  116 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/xrealip.h          |   56 +++++++++++++++++++++
 qa/232-X-Real-IP-CGI.py     |   44 ++++++++++++++++
 qa/233-X-Real-IP-CGI-2.py   |   47 +++++++++++++++++
 qa/234-X-Real-IP-CGI-3.py   |   46 +++++++++++++++++
 qa/Makefile.am              |    6 ++-
 11 files changed, 404 insertions(+), 79 deletions(-)


2009-11-18  Taher Shihadeh  <taher@unixwars.com>
            svn=3839 git=a1d94ccecb852a507760cda9a02fdd30f5358a18

    Cleans up stale config entries. Among other things, fixes issue 518
    
 admin/PageEntry.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3838 git=ca001825ede8f0e30813305f8578bb06f5e7b9d6

    Now the reverse HTTP proxy can spawn new information sources as the
    rest of the handlers do (FastCGI, SGI, uWSGI, etc). In this way, it
    can launch new back-end HTTP servers for public web server to relay
    on. It isn't the most common case, but it's fairly common scenario.
    
 cherokee/handler_proxy.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3837 git=eb165c996a092f8a5197bbfbc74d99d715e63cd7

    Fixes the RRD detection. Cherokee-admin was performing too many checks
    in order to figure whether the RRD data collector was enabled.
    
 admin/GraphManager.py |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3836 git=6f641099c26f0828f5ca26588c720a13ae896985

    Report better errors whenever something goes wrong. Now the client
    will receive the RRD error in a 503 "Service Unavailable" response.
    
 cherokee/handler_render_rrd.c |   58 +++++++++++++++++++++++++++++++---------
 cherokee/handler_render_rrd.h |    1 +
 2 files changed, 46 insertions(+), 13 deletions(-)


2009-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3835 git=53ab1b9d2cd18731eb78b27f84780863927d4ba1

    Fixes a compilation issue on OpenSolaris 2009.06 (with gcc).
    Thanks to Juan José Amor <jjamor@gmail.com> for the report.
    
 cherokee/fdpoll-port.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3834 git=1f607534ea3fe35d84a9355f16211bc8a5a38067

    Removes a superfluous class property. It was causing the server to
    crash while performing a graceful restart.
    
 cherokee/collector_rrd.c |    1 -
 cherokee/collector_rrd.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3833 git=827adb4eaee0d0665220ee8f1e6d53f3ff663fcf

    Cherokee 0.99.28 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3831 git=84d8f271bc46fb4838ff94ec21827643c57a6a87

    Fixes a few error strings.
    
 cherokee/error_list.py |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3830 git=f8b781ce9c4af8cc16ce58a6a57da5dbf59eeb30

    The md5 class is now located in hashlib; the old md5 python module was
    deprecated some time ago.
    
 qa/175-Digest-htdigest-2.py |    2 +-
 qa/base.py                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3829 git=7236e0aff9264587c8b2e0038f06934b06d88d2e

    Removes the previously deprecated phpcgi handler.
    
 cherokee/Makefile.am        |   25 ----
 cherokee/handler_cgi.c      |   14 +--
 cherokee/handler_cgi_base.c |   21 +---
 cherokee/handler_cgi_base.h |    4 -
 cherokee/handler_phpcgi.c   |  276 -------------------------------------------
 cherokee/handler_phpcgi.h   |   46 -------
 cherokee/phpcgi.deps        |    1 -
 configure.in                |    3 +-
 8 files changed, 7 insertions(+), 383 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3828 git=d3afadc8f9d8243106fd43e941427b35bf833144

    More error reporting
    
 cherokee/error_list.py |   32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3827 git=3e9a6d5be43bde6319326c0e94e5fbab3246b294

    More PRINT_* calls converted to LOG_*
    
 cherokee/error_list.py |   12 +++++++++++-
 cherokee/handler_ssi.c |    2 +-
 cherokee/logger.c      |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3826 git=d8222e2209e85cc79ddfb22aa74903e8165230d0

    The error conversion continues: Replaces PRINT_* by LOG_*.
    
 cherokee/error_list.py        |   47 +++++++++++++++++++++++++++++++++++++++++
 cherokee/errors.py            |    2 +-
 cherokee/logger_writer.c      |   17 +++++++-------
 cherokee/validator_authlist.c |    8 +++---
 cherokee/validator_ldap.c     |    2 +-
 5 files changed, 61 insertions(+), 15 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3825 git=3aee585eff54e459b775dfb844c54131fc9bf754

    More error reporting
    
 cherokee/error_list.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3824 git=4f170d6fbfef99411aaa77af2f00e5c25317a756

    Some documentation corrections and additions. Thanks to Richard House for most of these
    
 doc/Makefile.am                 |    1 +
 doc/basics_installation_svn.txt |    2 +-
 doc/basics_requirements.txt     |   10 ++--
 doc/basics_upgrade.txt          |   31 +++++++++++--
 doc/basics_why_cherokee.txt     |    8 ++--
 doc/cookbook.txt                |    1 +
 doc/cookbook_concrete5.txt      |   95 +++++++++++++++++++++++++++++++++++++++
 doc/index.txt                   |    1 +
 doc/other_faq.txt               |   30 +-----------
 9 files changed, 138 insertions(+), 41 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3823 git=2d2e0aa1f1362c4f6e820cdbfd20873e096a353f

    Clean up: Generalizes the "password cannot be empty" check.
    
 cherokee/validator_htpasswd.c |   19 ++-----------------
 1 files changed, 2 insertions(+), 17 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3822 git=bfdc63a3e41b0ce71ba73aa4189ce7f93f42469c

    Adds git support to the --enable-beta parameter.
    
 configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3821 git=9f3904e9e24dc5c505f05313334057711a43007e

    Adds Git support to the ChangeLog file generation scripts.
    
 Makefile.am         |    2 +
 changelog-update.sh |  113 +++++++++++++++++++++++++++++++++++++--------------
 developers.py       |    7 +++
 gitlog2changelog.py |   79 +++++++++++++++++++++++++++++++++++
 svnlog2changelog.py |   11 +----
 5 files changed, 173 insertions(+), 39 deletions(-)


2009-11-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3820 git=e388d44bee048c51b7cc73fe3f686517146be4b2

    Minor correction
    
 doc/basics_installation_windows.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3819 git=457a5afa235a2bca57cb5aedb40ccdcc49d6cb91

    Replaces an old PRINT_ERROR() call by a LOG_ERROR().
    
 cherokee/error_list.py |    7 +++++++
 cherokee/validator.c   |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3818 git=ce3551c07b8a8dae6d96177315013b4806082e19

    Updates po files
    
 po/admin/de.po    |  304 +++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  307 ++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  316 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  308 ++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  307 ++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  306 ++++++++++++++++++++++++++++++----------------------
 6 files changed, 1073 insertions(+), 775 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3817 git=c44341f7e410d8d0c597bc5c2232263e5ce4225a

    Fixes http://bugs.cherokee-project.com/593: The htpasswd validator
    could seg-fault under some certain circumstances. Thanks to Stefan
    de Konink for the report, patch and feedback!!
    
 cherokee/validator_htpasswd.c |   37 +++++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 12 deletions(-)


2009-11-14  Antonio Perez  <aperez@skarcha.com>
            svn=3816 git=eb1f13fca7f1e77ba338604f60b79571d169b425

    Fixes a syntax error.
    
 cherokee/error_list.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3815 git=96778cc40b68cc4a1f89b34d151180b7ac2541a5

    Tries to analyze the settings.py Django configuration file in order to
    figure the ADMIN_MEDIA_PREFIX value. In this way, the wizard will set
    up the right web directory even if the project uses a custom path.
    
 admin/Wizard_Django.py |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3814 git=876d6c62a5d05cde07557ccd2d03b2020ed805f4

    Fixes alignment problem
    
 doc/other_faq.txt |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3813 git=10e17127bc0cbc8b42825541dc7a5ee05b180835

    Adds some more descriptions to the error list
    
 cherokee/error_list.py |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3812 git=d2ff6e62ca943f06e1ca99c6c1545d246d114b36

    Converts a few of the old PRINT_*() calls to LOG_*() calls.
    
 cherokee/error_list.py |   52 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/server.c      |   33 +++++++++++++----------------
 2 files changed, 67 insertions(+), 18 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3811 git=598f529c357da621591fde0a18b8ed660e6f8b72

    Typo
    
 doc/other_faq.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3810 git=c4bee2ee2394a0ae9ce81cc52a38b4a74e519e00

    Adds some FAQ entries
    
 doc/other_faq.txt |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3808 git=a4b20caccd3d5910b7783fe1f8f388b3d1dec20a

    Fixes cherokee-admin, so it can work with custom RRD-database
    directories. Usage graphs were not being shown when a custom RRD
    database directory was defined because of this issue.
    
 cherokee/main_admin.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3807 git=63d05fa3c5c5fb73777bf437e005ec02fbdbfc22

    The 'render_elapse' property is deprecated by now. Removed.
    
 admin/ModuleRrd.py |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3806 git=a608e5fa4747d0df114f220aaae7b0552f8d8955

    Adds support for 'unknown errors' in cherokee-admin. There are still a
    few errors that are now properly generated/reported. Cherokee-admin
    should be able to detect and show them.
    
 admin/PageError.py                       |   68 ++++++++++++++++++++++++++---
 admin/error_couldnt_launch.template.html |    5 +-
 admin/server.py                          |    2 +-
 admin/static/css/cherokee.css            |    9 ++++
 4 files changed, 74 insertions(+), 10 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3805 git=745f202bd8374652edd894acc9f0f8452296919f

    Adds a couple of admin_urls
    
 cherokee/error_list.py |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3804 git=b827edec0e5ef6635dafe70da7c3b26ec3e8d798

    Filled in some missing error descriptions
    
 cherokee/error_list.py    |   30 +++++++++++++++---------------
 cherokee/virtual_server.c |    4 ++--
 2 files changed, 17 insertions(+), 17 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3803 git=bc6c91b99ddff33e323a670a7cffd61f04d80c5f

    The RRD updating thread must sleep until it has something to do.
    
 cherokee/collector_rrd.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3802 git=1d92dc75dba06d2e999d99e78fb76ad6ad4f3d1a

    Fixes some errors that were left behind after merging the newerrors branch
    
 cherokee/error_list.py  |   24 +++++++++++++++++++++++-
 cherokee/fdpoll-epoll.c |   12 ++++++------
 cherokee/socket.c       |    2 +-
 3 files changed, 30 insertions(+), 8 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3801 git=3907f81714b51f9a937a4da71b46cb1d21543810

    Adds a new script so software distributions can automatically
    convert/upgrade installed configuration files to new formats.
    
 admin/Makefile.am       |    2 +-
 admin/config_version.py |   14 ++++++++------
 admin/upgrade_config.py |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+), 7 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3800 git=1c9828c3ac80b6217be3181bc2ae90455755b3db

    Deals with a bug introduced in Cherokee 0.99.26. There was a wrong
    config!version string in the default configuration file.
    
 admin/config_version.py  |   17 +++++++++++------
 cherokee.conf.sample.pre |    4 ----
 2 files changed, 11 insertions(+), 10 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3799 git=4d2a70ef05f5647b359012f5a24d9820922667fe

    Fixes erroneus comment
    
 admin/Wizard_Concrete5.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3798 git=379160fa5a0186d5fefecf827f5c5fd7d08225c7

    Typos
    
 cherokee/error_list.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3797 git=7707019e353df5cba5e8dba950693dd012c0241b

    Adds Concret5 Wizard
    
 admin/Makefile.am                         |    3 +-
 admin/Wizard_Concrete5.py                 |  240 +++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am   |   10 +-
 admin/static/images/wizards/concrete5.png |  Bin 0 -> 2400 bytes
 admin/static/images/wizards/gallery.png   |  Bin 0 -> 1982 bytes
 5 files changed, 248 insertions(+), 5 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3796 git=0f772c7f0654c25b92d7584766d67829b4a17e27

    Typo
    
 admin/config_version.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3795 git=88c256c90aef09ae690f59e67deb8bca9833054e

    Merges the 'newerrors' branch (r3613:HEAD). It implements a new
    internal logging mechanism with which the server can report more
    information to the client (and to cherokee-admin). All the LOG_*
    macros have been rewritten. Cherokee-admin reports better, and more
    descriptive errors as well. Beware, this is a massive change that
    might be introducing some regressions.
    
 admin/CherokeeManagement.py                 |    4 +-
 admin/Page.py                               |   13 +
 admin/PageAdvanced.py                       |   31 +-
 admin/PageError.py                          |   43 +-
 admin/error_couldnt_launch.template.html    |   17 +-
 admin/error_icons_dir_missing.template.html |    8 +-
 admin/error_not_writable.template.html      |   13 +-
 admin/server.py                             |    2 +-
 admin/static/css/cherokee.css               |   71 ++-
 admin/static/images/Makefile.am             |    4 +-
 admin/static/images/background-nobar.png    |  Bin 0 -> 218 bytes
 admin/static/images/error.png               |  Bin 0 -> 2297 bytes
 cherokee/Makefile.am                        |   24 +-
 cherokee/access.c                           |   12 +-
 cherokee/admin_client.c                     |    8 +-
 cherokee/avl.c                              |    6 +-
 cherokee/balancer.c                         |    6 +-
 cherokee/balancer_ip_hash.c                 |   10 +-
 cherokee/balancer_round_robin.c             |    8 +-
 cherokee/bind.c                             |    4 +-
 cherokee/buffer.c                           |   27 +-
 cherokee/collector_rrd.c                    |    6 +-
 cherokee/config_entry.c                     |    2 +-
 cherokee/config_reader.c                    |    6 +-
 cherokee/connection.c                       |    9 +-
 cherokee/cryptor_libssl.c                   |   85 +-
 cherokee/downloader.c                       |    5 +-
 cherokee/encoder_deflate.c                  |   12 +-
 cherokee/encoder_gzip.c                     |   13 +-
 cherokee/error_list.py                      | 1145 +++++++++++++++++++++++++++
 cherokee/error_log.c                        |  336 +++++++--
 cherokee/error_log.h                        |   53 +-
 cherokee/errors.py                          |  274 +++++++
 cherokee/fcgi_manager.c                     |    2 +-
 cherokee/fdpoll-kqueue.c                    |    3 +-
 cherokee/fdpoll-poll.c                      |    4 +-
 cherokee/fdpoll-port.c                      |   19 +-
 cherokee/gen_evhost.c                       |    4 +-
 cherokee/handler_cgi.c                      |    9 +-
 cherokee/handler_cgi_base.c                 |    2 +-
 cherokee/handler_custom_error.c             |    2 +-
 cherokee/handler_dbslayer.c                 |    4 +-
 cherokee/handler_dirlist.c                  |    7 +-
 cherokee/handler_error_redir.c              |    4 +-
 cherokee/handler_fcgi.c                     |    8 +-
 cherokee/handler_file.c                     |    4 +-
 cherokee/handler_proxy.c                    |    4 +-
 cherokee/handler_redir.c                    |    2 +-
 cherokee/handler_render_rrd.c               |    8 +-
 cherokee/handler_scgi.c                     |    2 +-
 cherokee/handler_secdownload.c              |    2 +-
 cherokee/handler_server_info.c              |    4 +-
 cherokee/handler_uwsgi.c                    |    2 +-
 cherokee/header.c                           |   14 +-
 cherokee/http.c                             |    2 +-
 cherokee/icons.c                            |    8 +-
 cherokee/init.c                             |   19 +-
 cherokee/init.h                             |   12 +-
 cherokee/logger_custom.c                    |    8 +-
 cherokee/logger_ncsa.c                      |    4 +-
 cherokee/main_worker.c                      |    6 +-
 cherokee/ncpus.c                            |   10 +-
 cherokee/plugin_loader.c                    |   11 +-
 cherokee/post.c                             |    3 +-
 cherokee/regex.c                            |    3 +-
 cherokee/resolv_cache.c                     |    3 +-
 cherokee/rrd_tools.c                        |   10 +-
 cherokee/rule_bind.c                        |   11 +-
 cherokee/rule_directory.c                   |    4 +-
 cherokee/rule_exists.c                      |    4 +-
 cherokee/rule_extensions.c                  |    4 +-
 cherokee/rule_from.c                        |    6 +-
 cherokee/rule_fullpath.c                    |    4 +-
 cherokee/rule_geoip.c                       |    4 +-
 cherokee/rule_header.c                      |   10 +-
 cherokee/rule_method.c                      |    6 +-
 cherokee/rule_request.c                     |    7 +-
 cherokee/server.c                           |   75 +-
 cherokee/socket.c                           |   34 +-
 cherokee/source.c                           |    6 +-
 cherokee/source_interpreter.c               |   15 +-
 cherokee/source_interpreter.h               |   14 +-
 cherokee/spawner.c                          |    6 +-
 cherokee/template.c                         |    2 +-
 cherokee/thread.c                           |   12 +-
 cherokee/trace.c                            |    3 +-
 cherokee/util.c                             |   58 ++-
 cherokee/util.h                             |    5 +-
 cherokee/validator_file.c                   |    4 +-
 cherokee/validator_ldap.c                   |   31 +-
 cherokee/validator_mysql.c                  |   14 +-
 cherokee/validator_pam.c                    |    6 +-
 cherokee/virtual_server.c                   |   55 +-
 cherokee/vrule_rehost.c                     |    2 +-
 cherokee/vrule_target_ip.c                  |    5 +-
 cherokee/vrule_wildcard.c                   |    2 +-
 96 files changed, 2367 insertions(+), 508 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3794 git=f119b1dc3f965bdbdc0aa5dc9c8ca1a0a8c68622

    Layout enhancement
    
 doc/basics_installation_unix.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3793 git=96c04fb1d1560a9b8f5559cfb80ab4f0d03b579d

    Fixes outdated doc
    
 doc/basics_installation_unix.txt |   30 ++++++++++++++++++------------
 1 files changed, 18 insertions(+), 12 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3792 git=7cce7f92d99c5ab8abc4014675c0b377cd0c2d52

    Relocates a symbol so the render_rrd module can be consumed as a
    plug-in by cherokee-admin.
    
 cherokee/collector_rrd.c |   12 ------------
 cherokee/collector_rrd.h |    8 --------
 cherokee/rrd_tools.c     |    9 +++++++++
 cherokee/rrd_tools.h     |   11 ++++++++++-
 4 files changed, 19 insertions(+), 21 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3791 git=b373db36d0f018f18dc949eefa8b31b180b85721

    This patch should fix the render_rrd handler so it works even if the
    rrdtool binary is not found.
    
 cherokee/Makefile.am          |   48 ++++++++++++++++++++--------------------
 cherokee/handler_render_rrd.c |   38 ++++++++++++++++++++++++++++----
 cherokee/handler_render_rrd.h |    3 +-
 3 files changed, 59 insertions(+), 30 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3790 git=b7c53b2053576e988e5782c0e5147dd198b4f661

    Re-implements the RRD graph generation. It should significantly low
    the general server load. Now the images are only generated on request,
    so as long as cherokee-admin does not request them, they will not be
    rendered over and over again.
    
 cherokee.conf.sample.pre      |    4 +
 cherokee/Makefile.am          |   45 +++-
 cherokee/collector_rrd.c      |  728 +++--------------------------------------
 cherokee/collector_rrd.h      |   48 ++-
 cherokee/handler_render_rrd.c |  598 +++++++++++++++++++++++++++++++++
 cherokee/handler_render_rrd.h |   58 ++++
 cherokee/handler_streaming.c  |    6 +-
 cherokee/main_admin.c         |   53 ++--
 cherokee/render_rrd.deps      |    1 +
 cherokee/rrd_tools.c          |  510 +++++++++++++++++++++++++++++
 cherokee/rrd_tools.h          |   67 ++++
 configure.in                  |    3 +-
 12 files changed, 1396 insertions(+), 725 deletions(-)


2009-11-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3789 git=57a9a4935f9e28c41063f2feb1f88ef8b53ba0fe

    Some fixes. Thanks to Yann Malet for these.
    
 doc/cookbook_uwsgi.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-11-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3788 git=2740080730f345220b8e3c29bc2a5be98dba4cc0

    Mentions uWSGI as deployment method for Django apps
    
 doc/cookbook_django.txt |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3787 git=6c612a196cce1f333b4502dd55814786203a5a35

    Do not rewrite the _ symbol. It could break up the translation
    support.
    
 admin/util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=3786 git=33a1de1839eb6c7bc8e73debc40171833a892357

    Translation engine was being messed up
    
 admin/Wizard_HotLinking.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3785 git=177924a5c6f7f71fc4eeebd60ef6ba964c12836b

    Misc clean up.
    
 admin/Wizard_HotLinking.py |    1 -
 admin/Wizard_rTorrent.py   |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3784 git=0a3b44eb92ef30d0219ec2be7cbe08fc98144f2c

    These two modules where redefining the _ symbol. That was messing up
    the translation engine.
    
 admin/Wizard_Icons.py    |    2 +-
 admin/Wizard_rTorrent.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3783 git=5770ba9076d76d46d333794db28f7345ad861ae2

    Covers a few extra cases about the new "config!*" configuration entry.
    
 admin/CherokeeManagement.py |    7 +++++--
 admin/PageNewConfig.py      |    3 +++
 admin/config.py             |    2 +-
 admin/config_version.py     |    8 ++++++--
 admin/server.py             |    1 +
 5 files changed, 16 insertions(+), 5 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3782 git=e08e735e5346dcfa031a3a7d5017293de025405f

    Adds a new main configuration file key: "config". It holds information
    about the configuration file itself. It will allow cherokee-admin to
    migrate configuration automatically whenever the configuration file
    format changes in a new server version. Target: the user should not
    even know the configuration file format can evolve between versions.
    
 admin/Makefile.am       |    1 +
 admin/config.py         |    2 +-
 admin/config_version.py |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/server.py         |    5 +++++
 4 files changed, 54 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3781 git=0bfbc7da0b0a08c9942351ee49693b9f5deeedf8

    Cherokee 0.99.27 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3778 git=2a54fcdba172818a247bae7d92f1915f1c5922d2

    Removes an unnecessary TRACE entry.
    
 cherokee/post.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3777 git=318ae51acd7960793e5e70de0b95e35eeb6a5120

    Fixes an issue with our AVL tree implementation. This bug was causing
    problems in the I/O-cache subsystem. This change should fix the bug
    #625: http://bugs.cherokee-project.com/625
    
 cherokee.conf.sample.pre |    2 +-
 cherokee/avl.c           |    7 ++++---
 cherokee/icons.c         |    5 ++++-
 3 files changed, 9 insertions(+), 5 deletions(-)


2009-11-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3776 git=e28456bfef35669c6d8c35086e1bb03b1384ef0b

    Adds a missing TRACE entry. Patch by Stefan de Konink.
    
 cherokee/post.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=3775 git=6c815a3a0137c62ebb6052a616f7c90f37832df7

    Adds extra binary name to look for
    
 admin/Wizard_uWSGI.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=3774 git=57615386f8ec533f4b5e0c2d23f862d9bf7a09d3

    Fixes protection for directory based installations
    
 admin/Wizard_Drupal.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3773 git=4ce751c59a3598bc18907d158b8b3a25dcb9ea16

    "Content-Type" is a 'known header' header now. Patch by Stefan
    de Konink. Fixes: http://bugs.cherokee-project.com/624
    
 cherokee/handler_cgi_base.c |    2 +-
 cherokee/header.c           |    2 ++
 cherokee/header.h           |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)


2009-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3772 git=96ee09b4c633bcd866acfe4b7fc6292bc6d3844d

    Couple of fixes so the ChangeLog can be handled without Internet
    connection. Previously it was printing a non-sense warning.
    
 changelog-update.sh |    6 +++---
 svnlog2changelog.py |   47 +++++++++++++++++++++++++++++------------------
 2 files changed, 32 insertions(+), 21 deletions(-)


2009-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3771 git=0b67673c7cf6e83cd65d06ec9ffa13cb1b4664f6

    Fixes Range management while serving static files. Patch by Antonio
    Pérez (great stuff!!!). Fixes: http://bugs.cherokee-project.com/365
    
 cherokee/connection.c        |   14 ++++----
 cherokee/handler_error.c     |    2 +-
 cherokee/handler_file.c      |   66 ++++++++++++++++--------------------------
 cherokee/handler_file.h      |    1 -
 qa/056-ContentRange3.py      |    4 ++-
 qa/057-ContentRange4.py      |    5 ++-
 qa/106-If-Range2.py          |    8 ++++-
 qa/145-ContentRange3-NoIO.py |    7 +++-
 qa/146-ContentRange4-NoIO.py |    4 ++-
 9 files changed, 53 insertions(+), 58 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3770 git=c4011390be1ae06fd3df8831c890d351d608f2e1

    Fixes an issue with the previous patch.
    
 admin/ModuleProxy.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3769 git=214b1029579ee90107ed1c9a9b1a186f157ff713

    Adds a new option to allow the reverse proxy plug-in to replace the
    "Server:" header sent by the back-end client. This patch implements
    both the admin and server side of things.
    
 admin/ModuleProxy.py     |    9 ++++++---
 cherokee/handler_proxy.c |   20 ++++++++++++++++----
 cherokee/handler_proxy.h |    1 +
 3 files changed, 23 insertions(+), 7 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3768 git=a032c91de41d5e82845f070d33d78e8efad92ac3

    Improves the error management while initializing the admin handler.
    This is blind attempt of fixing bug #623. Most probably if fixes the
    crash but not the functionality.
    
 cherokee/handler_admin.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3767 git=895a4e069e929a271cb0b20ee7f4084b8863d972

    Fixes reverse proxy so it handlers redirections (304 responses for
    instance) without body correctly. It should fix the bug #619:
    http://bugs.cherokee-project.com/619
    
 cherokee/handler_proxy.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3765 git=5a37cd3de53704107cce845f61ba0f6cb41ed585

    Cherokee 0.99.26 released.
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3764 git=8fb67b4a2d77999ac584906433f377015b60f0b0

    Clarifies the bug/regression the QA is protecting against.
    
 qa/231-POST-4extra.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3763 git=122fda26f5c5ef93439e0dbdd1ce1559e9b0a2e6

    The -r and -p parameters can only be user together. Fixes:
    http://bugs.cherokee-project.com/588
    
 cherokee/main_worker.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3762 git=034a6062bad48b420af7ec9afed49fd99f5416b8

    Adds a new TRACE point. Points when a HTTP/1.1 connection does not
    provide a "Connection" header entry.
    
 cherokee/connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3761 git=afb54aeb82692d2220a5ba933d31fea6dd780dda

    Adds a new CHEROKEE_PRINT_BACKTRACE macro.
    
 cherokee/macros.h |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3760 git=753fcf65f06e3f257b41bc722c03af5445fd43bf

    Let user know whenever cherokee-admin removes an old Unix socket.
    
 admin/server.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3759 git=4044b2b19815a4974d74ad6f3f9037da9319e961

    Adds a new QA to test http://bugs.cherokee-project.com/504
    
 qa/231-POST-4extra.py |   26 ++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 2 files changed, 28 insertions(+), 1 deletions(-)


2009-10-29  Antonio Perez  <aperez@skarcha.com>
            svn=3758 git=584b7d100443fa766b1f82ef19ebb01d63b56776

    Fixes POST issue. My previous patch (r3655 and r3657) was bad...
    
 cherokee/thread.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


2009-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3757 git=8216f1a5ac42022145faa7b961c7dd3f0c2b4ccf

    Adds extra rule to the wizard that has been found useful
    
 admin/Wizard_Drupal.py |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)


2009-10-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3756 git=dd277fd92dba7843502091f657533911d7f4dbb0

    Removes the Unix socket if it already exists while launching an
    instance of server.py. Most probably the file is there because the
    previous server.py died and didn't remove the old unix socket file.
    
 admin/server.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-10-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3755 git=9d77c615e7d17c807cd2dbb501a3e5c47426813a

    Cherokee-admin was reporting wrong messages when running wizards.
    Whenever two or more wizards could not be run only the last reason
    (.no_show) has reported for all of them. For instance: uWSGI wizards
    was reporting "PHP is not configured", because Symfony wizard (in the
    same category) depended on it. The problem was with a function using a
    variable with the wrong information.
    
 admin/static/js/wizards.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3754 git=2cbf87dfa57f828c9bb9bc08f45241d769da2023

    Fixes some typos
    
 doc/other_goodies.txt |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3750 git=a1f5cb3c2f48316cc536ba4d27b27da6d55300be

    i18n
    
 admin/Wizard_Alfresco.py   |    8 ++++----
 admin/Wizard_ColdFusion.py |    4 ++--
 admin/Wizard_Django.py     |   10 +++++-----
 admin/Wizard_Drupal.py     |    4 ++--
 admin/Wizard_Glassfish.py  |    8 ++++----
 admin/Wizard_HotLinking.py |    4 ++--
 admin/Wizard_Icons.py      |    2 +-
 admin/Wizard_Joomla.py     |    2 +-
 admin/Wizard_Liferay.py    |   12 ++++++------
 admin/Wizard_Mailman.py    |    6 +++---
 admin/Wizard_Mono.py       |    6 ++----
 admin/Wizard_Moodle.py     |    6 +++---
 admin/Wizard_RoR.py        |   10 +++++-----
 admin/Wizard_Sugar.py      |    4 ++--
 admin/Wizard_Symfony.py    |    2 +-
 admin/Wizard_Trac.py       |    6 +++---
 admin/Wizard_WordPress.py  |    2 +-
 admin/Wizard_Zend.py       |    2 +-
 admin/Wizard_phpBB.py      |    2 +-
 admin/Wizard_uWSGI.py      |    5 ++---
 20 files changed, 51 insertions(+), 54 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3749 git=59873e76bb9797571d41cfd3953da90c6fb37e00



2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3748 git=6394b19522262699aff6220c8c5eb6ec787713f4

    Something went wrong with this file previously
    
 admin/static/images/wizards/coldfusion.png |  Bin 2643 -> 1992 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3747 git=7c98f63ed6a83c1ab4f9ff30c453e8672c369271

    Adds ColdFusion recipe
    
 doc/Makefile.am             |    1 +
 doc/cookbook.txt            |    1 +
 doc/cookbook_coldfusion.txt |   74 +++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt               |    1 +
 4 files changed, 77 insertions(+), 0 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3746 git=492c47800531ec5a8b412fad6263793d186c8ed7

    Adds ColdFusion Wizard
    
 admin/Makefile.am                          |    3 +-
 admin/Wizard_ColdFusion.py                 |  187 ++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am    |    3 +-
 admin/static/images/wizards/coldfusion.png |  Bin 0 -> 2643 bytes
 4 files changed, 191 insertions(+), 2 deletions(-)


2009-10-22  Taher Shihadeh  <taher@unixwars.com>
            svn=3745 git=cef130989a6c12c828f020309a6ad7102d1b54d5

    Fixes issue 608: PAM troubleshooting info
    
 doc/modules_validators_pam.txt |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)


2009-10-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3740 git=92ee1c8ce32de462e0cf73072fe4e85dfcc48a70

    Fix an issue with the X-Forwarded-For header rewriting. Patch by
    Stefan Talpalaru. Fixes: http://bugs.cherokee-project.com/612
    
 cherokee/handler_proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-21  Taher Shihadeh  <taher@unixwars.com>
            svn=3739 git=c1bd47117ff466aa194c54019fc97ded4055df2a

    Little addition for completeness' sake
    
 doc/config_status.txt |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-10-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3738 git=3afef008c77e2972365916f7ca31f0e359aa4869

    The code that was meant to seek on MP4 files, actually seeks on MP3
    files. Patch by Stefan de Konink <stefan@konink.de>. It fixes #580:
    http://bugs.cherokee-project.com/580
    
 cherokee/handler_streaming.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3737 git=a69dbb3d91378238f98c491bfea4c8bac3a87489

    Mono/ASP.NET Wizard and docs
    
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Mono.py                    |  199 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/mono.png    |  Bin 0 -> 2445 bytes
 doc/cookbook_mono.txt                   |    8 ++
 5 files changed, 211 insertions(+), 2 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3736 git=9f14b5b955a95d7ca2e4ddb1959d0f491dde6159

    Some clarification
    
 doc/cookbook_django.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-10-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3735 git=8dc9d53e3e7a076ae56cab04f3c3b2be30cdf703

    The ./autogen.sh script was failing to regenerate the changelog file
    on OpenSolaris. It seems that the Solaris sed had trouble parsing the
    version string if it did not end by a new line character. As far as I
    have tested it patch solved the problem in Solaris while it preservers
    the functionality on Linux and MacOS X.
    
 changelog-update.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3734 git=785a35bc2e9b4e2079e1ad5167efe1e15c1c40d5

    Solves Drupal bugs, issues 541 & 583. Thanks to David Becerril for his insight
    
 admin/Wizard_Drupal.py  |   22 ++++++++++++++--------
 doc/cookbook_drupal.txt |    8 ++++++++
 2 files changed, 22 insertions(+), 8 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3733 git=fe19d3e73837b7d5f3302c27ec579d7799d414b6

    Typo
    
 cherokee/spawner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3732 git=360cec191e551004611d0b1e9ca547e40491c241

    Missing i18n
    
 admin/Wizard_RoR.py       |    2 +-
 admin/Wizard_WordPress.py |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-10-18  Taher Shihadeh  <taher@unixwars.com>
            svn=3731 git=c10bb586ecc1abb441c0cfb0cbc808ac80da9f90

    An error was preventing ASCIIDOC from correctly generating the docs
    
 doc/config_virtual_servers.txt |   43 +++++++++++++++------------------------
 1 files changed, 17 insertions(+), 26 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3730 git=a6dcfae6c029813bd38d7f1941d2275918c7f01c

    Adds a new tracing point to inform about reiterative fails to spawn
    new interpreters.
    
 cherokee/source_interpreter.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3729 git=89c6ba1c77872c7123865869a4d70b552564a4a2

    This patch tries to address a spawning issue where the server was
    crashing randomly while launching interpreters. It should fix (at
    least partially): http://bugs.cherokee-project.com/598
    
 cherokee/source_interpreter.c |   47 +++++++++++++++++++++++++++--------------
 cherokee/source_interpreter.h |    1 +
 cherokee/spawner.c            |    6 +++-
 3 files changed, 36 insertions(+), 18 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3728 git=6c6d6794e8f2826acc0ef05e9fed887e939919d8

    Adds a new REPORT method, so SVN can checkout through the reverse
    proxy handler. Related to: http://bugs.cherokee-project.com/599
    
 cherokee/header.c |    3 +++
 cherokee/http.c   |    3 +++
 cherokee/http.h   |    4 +++-
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3727 git=68f1dd59b8ca08ffb4be580b4bc8eee403e2c0c2

    The reverse proxy handler was not working with WebDAV back-ends. This
    patch should fix it. At least "svn ls" succeed on my initial tests.
    Further testing is required. Bug: http://bugs.cherokee-project.com/599
    
 cherokee/http.c |    2 ++
 cherokee/http.h |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2009-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3726 git=4743daec33d94239fdc3af78b0ddffabd57c3562

    handler_server_info bug fix. The rx, and tx values were wrong when the
    server run without any information collector. This patch makes them
    report -1 bytes. Fixes bug #605: http://bugs.cherokee-project.com/605
    
 cherokee/handler_server_info.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3725 git=58e519e3e20cf28c74c0899182a5333db3102e9c

    Fixes omission
    
 doc/config_virtual_servers.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3724 git=1cfeded7f1c1d3f604ceabc21347668ec6dcf9ec

    A doc entry wasn't indexed
    
 doc/config.txt                 |    1 +
 doc/config_virtual_servers.txt |    6 +++++-
 doc/index.txt                  |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3723 git=4419c22adba504335a3a3b6933f3915ea3add33d

    Many new features were undocumented
    
 doc/Makefile.am                     |    2 +
 doc/config_advanced.txt             |    9 +++++
 doc/config_info_sources.txt         |    1 +
 doc/config_virtual_servers.txt      |   67 +++++++++++++++++++++++++++++++++-
 doc/config_virtual_servers_rule.txt |   17 ++++++---
 doc/index.txt                       |    1 +
 doc/modules.txt                     |    1 +
 doc/modules_handlers.txt            |    1 +
 doc/modules_handlers_empty_gif.txt  |    7 ++++
 doc/other_faq.txt                   |    6 +++
 10 files changed, 105 insertions(+), 7 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3722 git=1b5d3c0d8205f2cc96f115ad848004b2c224612a

    New documentation images
    
 doc/media/images/admin_advanced1.png |  Bin 17298 -> 16510 bytes
 doc/media/images/admin_advanced2.png |  Bin 17581 -> 18063 bytes
 doc/media/images/admin_advanced3.png |  Bin 12596 -> 13571 bytes
 doc/media/images/admin_advanced4.png |  Bin 8136 -> 7950 bytes
 doc/media/images/admin_advanced5.png |  Bin 0 -> 12671 bytes
 doc/media/images/admin_behaviour.png |  Bin 18628 -> 22990 bytes
 doc/media/images/admin_vserver.png   |  Bin 13459 -> 12814 bytes
 7 files changed, 0 insertions(+), 0 deletions(-)


2009-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3719 git=a088fa199a16159b7c14a5959f87cb63cbe15cc3

    Bugfix: Cherokee was not printing the right month when reporting
    error. It was using one month in the past. Thanks to Jorge Sarmiento
    for catching this bug.
    
 cherokee/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3718 git=6b00f6b938ea0cf53ef97152adf5e9c126b9bda0

    Ensure handler_streaming is installed from the precondition checking
    of the Streaming wizard. Fixes: http://bugs.cherokee-project.com/604
    
 admin/Wizard_Streaming.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3717 git=77066f405b8e1a28c949cd35ab65c9975b6fd146

    Do not clean the doc/*.html files on 'make clean'. As long as we do
    not ship asciidoc with Cherokee, it would not be able to regenerate
    the HTML documentation files: http://bugs.cherokee-project.com/603
    
 doc/Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3714 git=5389937802615103b6a294b177dbb00d04ff67d8

    Fixes lacking i18n support on Wizards
    
 admin/Wizard.py              |   33 ++++++++++++++++-------------
 admin/Wizard_Alfresco.py     |   31 +++++++++++++++------------
 admin/Wizard_CommonStatic.py |    8 +++---
 admin/Wizard_Django.py       |   31 +++++++++++++++------------
 admin/Wizard_Drupal.py       |   35 +++++++++++++++++-------------
 admin/Wizard_Glassfish.py    |   31 +++++++++++++++------------
 admin/Wizard_HotLinking.py   |   29 ++++++++++++++-----------
 admin/Wizard_Icons.py        |    8 +++---
 admin/Wizard_Joomla.py       |   39 +++++++++++++++++++---------------
 admin/Wizard_Liferay.py      |   27 +++++++++++++----------
 admin/Wizard_Mailman.py      |   18 ++++++++--------
 admin/Wizard_Moodle.py       |   31 ++++++++++++++++-----------
 admin/Wizard_PHP.py          |    6 ++--
 admin/Wizard_Redirect.py     |   29 ++++++++++++++-----------
 admin/Wizard_RoR.py          |   47 ++++++++++++++++++++++-------------------
 admin/Wizard_Streaming.py    |    8 +++---
 admin/Wizard_Sugar.py        |   33 ++++++++++++++++-------------
 admin/Wizard_Symfony.py      |   41 +++++++++++++++++++-----------------
 admin/Wizard_Trac.py         |   27 +++++++++++++----------
 admin/Wizard_WordPress.py    |   37 ++++++++++++++++++--------------
 admin/Wizard_Zend.py         |   32 +++++++++++++++-------------
 admin/Wizard_phpBB.py        |   33 +++++++++++++++++------------
 admin/Wizard_phpMyAdmin.py   |   19 ++++++++++------
 admin/Wizard_rTorrent.py     |   18 +++++++++-------
 admin/Wizard_uWSGI.py        |   39 ++++++++++++++++++----------------
 25 files changed, 380 insertions(+), 310 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3713 git=8271da43a2f231bb32fa63a3187c50101a03b9cb

    An icon was not being installed
    
 admin/static/images/wizards/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3712 git=ba0295fdd190ca7f15ab533e9864a40d97c9b432

    Updates translation files
    
 po/admin/de.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/en.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/es.po    |  309 ++++++++++++++++++++++++++++++++++++-----------------
 po/admin/nl.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/sv_SE.po |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/zh_CN.po |  272 ++++++++++++++++++++++++++++++++--------------
 6 files changed, 1156 insertions(+), 513 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3711 git=9e8e9bc4e399235b9a6ab9f748b3a6d056b5d465

    Improvement in case uWSGI cannot be found
    
 admin/Wizard_uWSGI.py |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3710 git=1af01c0a3e013f736d59a9cd2346e6ce28f1e89b

    Documents uWSGI module/wizard
    
 doc/Makefile.am        |    1 +
 doc/cookbook.txt       |    1 +
 doc/cookbook_uwsgi.txt |   67 ++++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt          |    1 +
 doc/other_faq.txt      |   13 ++++++++-
 5 files changed, 81 insertions(+), 2 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3709 git=8065ba305747724f47e4d603f0921d302fe15187

    Adds a wizard for uWSGI apps
    
 admin/Makefile.am                     |    3 +-
 admin/Wizard_uWSGI.py                 |  217 +++++++++++++++++++++++++++++++++
 admin/static/images/wizards/uwsgi.png |  Bin 0 -> 2254 bytes
 3 files changed, 219 insertions(+), 1 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3708 git=6db814aa0ffbea5685a519a9f4d50c88633ed1c6

    Exports the number of accepts and timeouts. Those values were missing
    from the statistics data reported from the server_info handler.
    
 cherokee/handler_server_info.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3707 git=4b6d703f2b964a6de682fc039eb25a0c44e765dc

    Fixes incorrect stats notification. http://bugs.cherokee-project.com/592
    
 admin/PageVServers.py               |   13 ++++++-------
 admin/static/images/Makefile.am     |    3 ++-
 admin/static/images/exclamation.png |  Bin 0 -> 701 bytes
 3 files changed, 8 insertions(+), 8 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3703 git=ef05bcca81dcac88041fffd574ed69cdbfd453df

    Contribution documenting some errors
    
 doc/Makefile.am      |    1 +
 doc/index.txt        |    1 +
 doc/other.txt        |    1 +
 doc/other_errors.txt |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+), 0 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3702 git=b918704cb0c7cfc9fc802caa88912aa23b967518

    Some wizard polishment
    
 admin/Wizard_PHP.py  |    3 ++-
 admin/Wizard_Trac.py |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


2009-10-14  Antonio Perez  <aperez@skarcha.com>
            svn=3701 git=a219a6cc1daac421326f0e67f705075c206d5db4

    Better "localhost" IP address detection.
    
 admin/Wizard_PHP.py |    8 ++++++--
 admin/util.py       |    6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3699 git=e537a367670fc173fbb0a09fde1b9588ae9703a4

    Some strings weren't gettexted
    
 admin/Wizard_PHP.py |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)


2009-10-13  Taher Shihadeh  <taher@unixwars.com>
            svn=3696 git=59c635bd85a8987485c9f0cb3627e9c7bcde6c8c

    Adds extra rule to the wizard. RFE http://bugs.cherokee-project.com/586
    
 admin/Wizard_Drupal.py |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)


2009-10-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3695 git=c79ff93c6423b6ba74b92b26ec5c3d85dceda1ec

    Fixes slight CSS mismatch between the site and the documentation
    
 doc/media/css/cherokee_doc.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3694 git=7b039b66d42590c64a1e77f6ca0441d945ccd14f

    uWSGI handler was undocumented.
    
 doc/Makefile.am                |    1 +
 doc/index.txt                  |    1 +
 doc/modules.txt                |    1 +
 doc/modules_handlers.txt       |    1 +
 doc/modules_handlers_uwsgi.txt |   13 +++++++++++++
 5 files changed, 17 insertions(+), 0 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3693 git=94b07b9226b3bc242521d43bb4da628a13357b04

    typo
    
 doc/cookbook_sugarcrm.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3692 git=6d45de6b27a18c212d99f437e022a5d98d03f5e1

    remove two superfluous files
    
 admin/static/images/wizards/Makefile    |  440 -------------------------------
 admin/static/images/wizards/Makefile.in |  440 -------------------------------
 2 files changed, 0 insertions(+), 880 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3691 git=a26a36b5d74235901382ec822e4177b3efaa5354

    Documentation needed some more serious updating
    
 doc/Makefile.am             |    1 +
 doc/config.txt              |    2 +-
 doc/config_wizards.txt      |  100 +++++++++++++++++++++++++++++++++++++++++++
 doc/cookbook_alfresco.txt   |   32 +++++++++----
 doc/cookbook_dbslayer.txt   |    2 +-
 doc/cookbook_glassfish.txt  |   20 +++++++++
 doc/cookbook_joomla.txt     |    4 +-
 doc/cookbook_liferay.txt    |   30 +++++++++----
 doc/cookbook_phpbb.txt      |    7 +++-
 doc/cookbook_phpmyadmin.txt |   25 +++++++---
 doc/cookbook_sugarcrm.txt   |   25 +++++++++-
 doc/cookbook_symfony.txt    |   75 +++++++++++++++++++++++++-------
 doc/cookbook_trac.txt       |   28 +++++++++---
 doc/cookbook_zend.txt       |   64 +++++++++++++---------------
 doc/index.txt               |    1 +
 15 files changed, 323 insertions(+), 93 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3690 git=0d526e4772a086d2e41a60cf56751614285d43f2

    Wizards mega commit
    
 admin/Makefile.am                          |   13 +-
 admin/Wizard.py                            |    1 +
 admin/Wizard_Alfresco.py                   |  170 +++++++++++
 admin/Wizard_Drupal.py                     |    8 +-
 admin/Wizard_Glassfish.py                  |  166 +++++++++++
 admin/Wizard_Joomla.py                     |  233 +++++++++++++++
 admin/Wizard_Liferay.py                    |  167 +++++++++++
 admin/Wizard_Moodle.py                     |  184 ++++++++++++
 admin/Wizard_Sugar.py                      |  225 ++++++++++++++
 admin/Wizard_Symfony.py                    |  225 ++++++++++++++
 admin/Wizard_Trac.py                       |  142 +++++++++
 admin/Wizard_WordPress.py                  |    4 +-
 admin/Wizard_Zend.py                       |  193 ++++++++++++
 admin/Wizard_phpBB.py                      |  189 ++++++++++++
 admin/Wizard_phpMyAdmin.py                 |  106 +++++++
 admin/static/images/wizards/Makefile       |  440 ++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am    |   30 ++-
 admin/static/images/wizards/Makefile.in    |  440 ++++++++++++++++++++++++++++
 admin/static/images/wizards/alfresco.png   |  Bin 0 -> 2661 bytes
 admin/static/images/wizards/aspnet.png     |  Bin 0 -> 2188 bytes
 admin/static/images/wizards/dbslayer.png   |  Bin 0 -> 1965 bytes
 admin/static/images/wizards/glassfish.png  |  Bin 0 -> 1592 bytes
 admin/static/images/wizards/joomla.png     |  Bin 0 -> 1890 bytes
 admin/static/images/wizards/liferay.png    |  Bin 0 -> 2693 bytes
 admin/static/images/wizards/moodle.png     |  Bin 0 -> 2305 bytes
 admin/static/images/wizards/nagios.png     |  Bin 0 -> 1269 bytes
 admin/static/images/wizards/phpbb.png      |  Bin 0 -> 1968 bytes
 admin/static/images/wizards/phpmyadmin.png |  Bin 0 -> 2414 bytes
 admin/static/images/wizards/sugarcrm.png   |  Bin 0 -> 2163 bytes
 admin/static/images/wizards/symfony.png    |  Bin 0 -> 2334 bytes
 admin/static/images/wizards/trac.png       |  Bin 0 -> 2333 bytes
 admin/static/images/wizards/zend.png       |  Bin 0 -> 1691 bytes
 admin/util.py                              |   14 +-
 33 files changed, 2933 insertions(+), 17 deletions(-)


2009-10-08  Taher Shihadeh  <taher@unixwars.com>
            svn=3689 git=ab53ceeac3924e77c84d2d6ecf16ab94d24e2429

    Typo
    
 po/admin/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3688 git=a24df32fc75c1cc98f388f807a2dee39239234fb

    New category
    
 admin/Wizard.py |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3687 git=ba019292b4a0d323b13f45797c92254ab0e92d83

    Style fixes
    
 po/admin/es.po |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3686 git=0e4c744eb318e738d39c85666ea9b29079667c4d

    Some more docs needed to mention the new wizards.
    
 doc/Makefile.am                                 |    2 +
 doc/cookbook_drupal.txt                         |    5 +
 doc/cookbook_joomla.txt                         |  148 ++++++++++++++++++-----
 doc/cookbook_moodle.txt                         |   93 +++++++++++---
 doc/cookbook_sugarcrm.txt                       |   19 ++-
 doc/cookbook_wordpress.txt                      |    5 +
 doc/media/images/admin_vserver_wizard_misc.png  |  Bin 0 -> 31834 bytes
 doc/media/images/admin_vservers_wizard_misc.png |  Bin 0 -> 30553 bytes
 8 files changed, 211 insertions(+), 61 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3685 git=cca26555bd926f67a6f156127e4c085379e6706b

    Reduced the icon size
    
 admin/static/images/wizards/common_static.png |  Bin 944 -> 1312 bytes
 admin/static/images/wizards/django.png        |  Bin 1612 -> 1318 bytes
 admin/static/images/wizards/drupal.png        |  Bin 2709 -> 1762 bytes
 admin/static/images/wizards/hotlinking.png    |  Bin 3773 -> 2229 bytes
 admin/static/images/wizards/icons.png         |  Bin 2376 -> 1647 bytes
 admin/static/images/wizards/mailman.png       |  Bin 2993 -> 2037 bytes
 admin/static/images/wizards/ror.png           |  Bin 3672 -> 2197 bytes
 admin/static/images/wizards/rtorrent.png      |  Bin 3222 -> 2137 bytes
 admin/static/images/wizards/streaming.png     |  Bin 5071 -> 2202 bytes
 admin/static/images/wizards/wordpress.png     |  Bin 4418 -> 2426 bytes
 10 files changed, 0 insertions(+), 0 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3682 git=2f2c12d34045fa67c26907f63fd54c9a6251eba3

    Reverting bad change on last commit
    
 cherokee/validator_htpasswd.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-10-06  Taher Shihadeh  <taher@unixwars.com>
            svn=3681 git=643299ec2093b084ce2b275e4e7e920758bbaf91

    Adds a missing check. Thanks to Stefan de Konink for catching this one.
    
 cherokee/validator_htpasswd.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-09-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3680 git=9a351fdaf6258f1904e695992bd7edaf7be8b76c

    Mark SSL connections in the reverse proxy module. Solves issue 581. Thanks to Stefan Talpalaru for the patch.
    
 cherokee/handler_proxy.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2009-09-25  Antonio Perez  <aperez@skarcha.com>
            svn=3679 git=f0013c9f22f8c11bf0201cd5fc1cf0bb2700518b

    We should use cherokee_mkdir. Thanks to Stefan de Konink for the patch.
    Fixes bug #585: http://bugs.cherokee-project.com/585
    
 cherokee/collector_rrd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3678 git=3071a8f345e3f3bbc106a5cde5d1e08e5993743d

    Fix typos in translations. Closes issue 561
    
 po/admin/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3677 git=bf607033ab47e30e5b7670b01a7a724a76955111

    Documentation images needed a clean up
    
 doc/media/images/admin_advanced0.png               |  Bin 4175 -> 4082 bytes
 doc/media/images/admin_advanced1.png               |  Bin 30447 -> 17298 bytes
 doc/media/images/admin_advanced2.png               |  Bin 30884 -> 17581 bytes
 doc/media/images/admin_advanced3.png               |  Bin 22548 -> 12596 bytes
 doc/media/images/admin_advanced4.png               |  Bin 13903 -> 8136 bytes
 doc/media/images/admin_behaviour.png               |  Bin 42941 -> 18628 bytes
 doc/media/images/admin_general.png                 |  Bin 26726 -> 14006 bytes
 doc/media/images/admin_general_networking.png      |  Bin 27033 -> 14258 bytes
 doc/media/images/admin_general_permissions.png     |  Bin 16812 -> 9433 bytes
 doc/media/images/admin_general_ports.png           |  Bin 16889 -> 8552 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 14746 -> 14178 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 22793 -> 21939 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 14611 -> 14100 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 19368 -> 18567 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 15843 -> 15264 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 10897 -> 10388 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 69934 -> 35882 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 76648 -> 37936 bytes
 doc/media/images/admin_handler_file.png            |  Bin 10658 -> 9659 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 16726 -> 16241 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 13604 -> 13128 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 21351 -> 20521 bytes
 doc/media/images/admin_handler_secdownload.png     |  Bin 16683 -> 16238 bytes
 doc/media/images/admin_icons1.png                  |  Bin 26015 -> 25183 bytes
 doc/media/images/admin_icons2.png                  |  Bin 9476 -> 8870 bytes
 doc/media/images/admin_icons3.png                  |  Bin 7383 -> 6723 bytes
 doc/media/images/admin_index.png                   |  Bin 207782 -> 67000 bytes
 doc/media/images/admin_info_sources.png            |  Bin 22862 -> 22254 bytes
 doc/media/images/admin_launch.png                  |  Bin 113028 -> 38650 bytes
 doc/media/images/admin_mime.png                    |  Bin 17999 -> 17344 bytes
 doc/media/images/admin_noconfig.png                |  Bin 20326 -> 11557 bytes
 doc/media/images/admin_notrunning.png              |  Bin 48912 -> 25721 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 28026 -> 14963 bytes
 doc/media/images/admin_validators_authlist.png     |  Bin 21078 -> 20450 bytes
 doc/media/images/admin_validators_ldap.png         |  Bin 30050 -> 29167 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 15528 -> 14968 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 18431 -> 17356 bytes
 doc/media/images/admin_vserver.png                 |  Bin 24344 -> 13459 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 15437 -> 14885 bytes
 doc/media/images/admin_vserver_evhost.png          |  Bin 18898 -> 11231 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 35896 -> 19182 bytes
 doc/media/images/admin_vserver_security.png        |  Bin 28473 -> 15750 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 19809 -> 10401 bytes
 doc/media/images/admin_vserver_wizard.png          |  Bin 98739 -> 35774 bytes
 doc/media/images/admin_vservers_wizard.png         |  Bin 78538 -> 28003 bytes
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 37772 -> 36672 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 21557 -> 21452 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 21288 -> 21223 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 7697 -> 7629 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 44116 -> 40507 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 7809 -> 7738 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 6791 -> 6629 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 12478 -> 12291 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 12998 -> 12226 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 22257 -> 21729 bytes
 doc/media/images/cookbook_django.png               |  Bin 25267 -> 24570 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 28197 -> 26541 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 16845 -> 16332 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 29549 -> 28194 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 4851 -> 4837 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 13915 -> 13433 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 18247 -> 17710 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 13772 -> 13387 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 3965 -> 3823 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 7948 -> 7740 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 10350 -> 10254 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 14664 -> 14111 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 8029 -> 7576 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 4212 -> 4139 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 8829 -> 8670 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 13818 -> 13226 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 6525 -> 6014 bytes
 doc/media/images/cookbook_managing_logs_rules.png  |  Bin 15076 -> 14745 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 20748 -> 19632 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 12102 -> 11694 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 16246 -> 16293 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 20990 -> 20046 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 35696 -> 34246 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 7131 -> 6970 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 59343 -> 57064 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 38456 -> 37347 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 9039 -> 9027 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 23616 -> 23384 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 8898 -> 8203 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 8940 -> 8388 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 19347 -> 18263 bytes
 doc/media/images/cookbook_nagios4.png              |  Bin 37599 -> 36819 bytes
 doc/media/images/cookbook_phpbb_1_intro.png        |  Bin 46015 -> 42051 bytes
 doc/media/images/cookbook_phpbb_2_req.png          |  Bin 43238 -> 38468 bytes
 doc/media/images/cookbook_phpbb_3_db.png           |  Bin 35620 -> 32525 bytes
 doc/media/images/cookbook_phpbb_4_admin.png        |  Bin 34618 -> 31397 bytes
 doc/media/images/cookbook_phpbb_5_config.png       |  Bin 30340 -> 25893 bytes
 doc/media/images/cookbook_phpbb_6_advanced.png     |  Bin 44226 -> 38390 bytes
 doc/media/images/cookbook_phpbb_7_create.png       |  Bin 31278 -> 27273 bytes
 doc/media/images/cookbook_phpbb_8_final.png        |  Bin 55900 -> 50883 bytes
 doc/media/images/cookbook_phpbb_adm.png            |  Bin 45855 -> 41772 bytes
 doc/media/images/cookbook_phpbb_adm_warning.png    |  Bin 43323 -> 40112 bytes
 doc/media/images/cookbook_phpbb_rules.png          |  Bin 16653 -> 16039 bytes
 doc/media/images/cookbook_phpbb_running.png        |  Bin 32912 -> 30708 bytes
 doc/media/images/cookbook_phpmyadmin.png           |  Bin 12603 -> 12135 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 8568 -> 8229 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 5157 -> 5047 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 8769 -> 8204 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 8504 -> 8315 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 15504 -> 15410 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 14248 -> 13902 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 17036 -> 17204 bytes
 doc/media/images/cookbook_sugarcrm_install0.png    |  Bin 67679 -> 65402 bytes
 doc/media/images/cookbook_sugarcrm_install1.png    |  Bin 23188 -> 22665 bytes
 doc/media/images/cookbook_sugarcrm_running0.png    |  Bin 24358 -> 23118 bytes
 doc/media/images/cookbook_sugarcrm_running1.png    |  Bin 28199 -> 27229 bytes
 doc/media/images/cookbook_symfony.png              |  Bin 25721 -> 25415 bytes
 doc/media/images/cookbook_trac.png                 |  Bin 36233 -> 36099 bytes
 doc/media/images/cookbook_trac_info.png            |  Bin 17294 -> 16914 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 10050 -> 9814 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 19951 -> 20147 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 7119 -> 6935 bytes
 doc/media/images/cookbook_wp1.png                  |  Bin 29083 -> 28214 bytes
 doc/media/images/cookbook_wp2.png                  |  Bin 15252 -> 14129 bytes
 doc/media/images/cookbook_wp3.png                  |  Bin 11240 -> 10592 bytes
 doc/media/images/cookbook_wp4.png                  |  Bin 126090 -> 49037 bytes
 doc/media/images/cookbook_wp5.png                  |  Bin 29697 -> 28161 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 3772 -> 3762 bytes
 doc/media/images/proxy_phase1.png                  |  Bin 12421 -> 12012 bytes
 doc/media/images/proxy_phase2.png                  |  Bin 12686 -> 12222 bytes
 125 files changed, 0 insertions(+), 0 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3676 git=3cc2a6cb984c666d0ae138acf2bae9d556563486

    Documentation updates
    
 doc/cookbook_django.txt  |    4 +++
 doc/cookbook_mailman.txt |   20 ++++++++++++++++++
 doc/cookbook_ror.txt     |   50 ++++++++++++++++++++++++++++++++++++---------
 3 files changed, 64 insertions(+), 10 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3675 git=7c49fe98530b10155120aaef27e1e206a6ed3f9d


 doc/media/images/cookbook_django_common.png |  Bin 27809 -> 28197 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3674 git=b6a6dd2b3da638aebe63a06bde4d0052d8edef2d

    Recipe needed an update. Based on a wizard now.
    
 doc/cookbook_django.txt |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 insertions(+), 4 deletions(-)


2009-09-23  Antonio Perez  <aperez@skarcha.com>
            svn=3673 git=da9166677825f28f01105579793b9d02aa5c98e9

    Renames Bind Rule from "Incoming Port" to "Incoming IP/Port" to avoid confusion.
    Fixes bug #575: http://bugs.cherokee-project.com/575
    
 admin/ModuleBind.py |   10 +++++-----
 admin/consts.py     |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3669 git=a3526aeaa4f8add6fb8bb0ceb4b785dd4ba94062

    Fixes issue 584. Uninitialized property would cause failure
    
 cherokee/handler_secdownload.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3665 git=c6bfef784448a5f128421f86d0dd238c0a3da586

    Print an error if socket() fails. It should shed some light on the 503
    proxy responses.
    
 cherokee/socket.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-15  Antonio Perez  <aperez@skarcha.com>
            svn=3664 git=36ae8ca69992f93cdc302e17639e93f327e0e2e3

    Regular expression is optional.
    
 admin/ModuleRedir.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3663 git=c6bf312e41a49c89143eaaae50c11bba925f0fc4

    Removes unneeded buffer clean.
    
 cherokee/handler_cgi_base.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3662 git=36930a99fe8c66c486b485264e27e3736d44f325

    Implements a new function (cherokee_gethostname) and use it in handler_cgi_base.c when no "Host:" header is present.
    
 cherokee/handler_cgi_base.c |   10 +++++++++-
 cherokee/util.c             |   42 ++++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h             |    1 +
 configure.in                |    3 +++
 qa/141-FastCGI-EmptyVars.py |    3 +--
 5 files changed, 56 insertions(+), 3 deletions(-)


2009-09-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3661 git=d52a604a2e194cdcc0fba8c0587326e6d92ebc17

    This patch improves the gethostbyname() usage in Cherokee. Besides, it
    set the proxy handler to use the "resolve_cache" of the server.
    
 cherokee/access.c       |    5 +++-
 cherokee/proxy_hosts.c  |   20 +++++++++------
 cherokee/resolv_cache.c |   63 +++++++++++++++++++++++++++++++++++-----------
 cherokee/resolv_cache.h |    4 +-
 cherokee/source.c       |    5 ++-
 cherokee/util.c         |   31 ++++++++++++++++------
 6 files changed, 91 insertions(+), 37 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3660 git=438541254e5cb71b6ac17d3edc8cdde899218b99

    Adds "strlcat" declaration.
    
 cherokee/util.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-09-13  Antonio Perez  <aperez@skarcha.com>
            svn=3659 git=13cdf55c2e64d32c28873c0cc550f81f498496ed

    Removes "cherokee_strlcat" function. "strlcat" is defined when it is not present in the system.
    
 cherokee/md5crypt.c |   12 ++++++------
 cherokee/util.c     |   44 +++++---------------------------------------
 cherokee/util.h     |    1 -
 3 files changed, 11 insertions(+), 46 deletions(-)


2009-09-12  Antonio Perez  <aperez@skarcha.com>
            svn=3658 git=95cbb7a8cdeb553ff5619eb34a27749ad55b80ae

    Forces the use of IPv4 address of local loopback interface (127.0.0.1) to avoid problems with systems that have more than one address defined for "localhost".
    Reference: http://bugs.cherokee-project.com/554
    
 admin/Wizard_PHP.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2009-09-12  Antonio Perez  <aperez@skarcha.com>
            svn=3657 git=b379228117affae5f772b161105477741b6ae740

    Fixes bug #573: http://bugs.cherokee-project.com/573
    
 cherokee/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3655 git=74258996d00995d4117adc23499c756c5c070d29

    Ensures that length POST data is equal to Content-Length.
    
 cherokee/admin_client.c |    4 +++-
 cherokee/connection.c   |    9 +++++++--
 cherokee/post.c         |   16 ++++++++++++----
 cherokee/post.h         |    2 +-
 cherokee/thread.c       |   15 ++++++++++++++-
 5 files changed, 37 insertions(+), 9 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3654 git=618613296e86639e46febee88e841b6ed9be6fa7

    Host header is required to send SERVER_NAME env. variable, and it's required by WSGI.
    
 qa/141-FastCGI-EmptyVars.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3653 git=2ea03abf20bfea0b1fa08741bf662f7b941c2256

    Removes duplicated SERVER_SOFTWARE environment variable.
    
 cherokee/handler_cgi_base.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-09-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3651 git=8cd9fb6595f026726a08618d72536e9c378e1bc8

    Reorder the configuration. Higher priority rules are first now.
    This is simply an aesthetic change.
    
 cherokee/main_worker.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2009-09-09  Roberto De Ioris <roberto@unbit.it>
            svn=3647 git=662a3ed13f46313f91495dc168969149d16dbc00

    fix for CONTENT_LENGTH
    
 cherokee/handler_uwsgi.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-09-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3635 git=df7714b70dbd0b8519afc027be8d6a777a754b86

    Fixes the error management, so 3xx, 404, and 410 HTTP responses can
    preserve the keep-alive connection (whenever the server is responding
    a HTTP/1.1 request). It also takes care of disabling and freeing the
    encoder objects that the connection might had instanced previously.
    
 cherokee/connection.c |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)


2009-09-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3634 git=6c2aa263908626ac7af1213f48e0b14ca7ede67d

    The CGI-base class was using the environment variable SERVER_NAME as
    SERVER_SOFTWARE. Fixes bug: http://bugs.cherokee-project.com/570
    
 cherokee/handler_cgi_base.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3630 git=cbaa713bb4a5f3fd332da1b0a8dac9c84060facb

    The Redirections Wizard allows to use both wildcards and regexs in the
    source domain name now. It allows to do adds redirections like:
    'www.example.*' to 'www.example.com' (of course this virtual server
    should be placed after the www.example.com one).
    
 admin/Wizard_Redirect.py |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3626 git=e331893f40784849781760b1174f190e917b24dc

    The Python interpreter launched from Cherokee-admin should inherit all
    the environment variables from the parent process. In this way, custom
    python interpreters can be used: http://bugs.cherokee-project.com/552
    
 cherokee/main_admin.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3625 git=5a430b434ad13bfe5ac1a3de9bd36f7c3cfaf68d

    Load balancing modules should send activation/deactivation messages to
    the log instead of print it to the console.
    
 cherokee/balancer_ip_hash.c     |    6 +++---
 cherokee/balancer_round_robin.c |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3624 git=23e2395f50f1406b81fa00d498673538b413dccb

    Fixes a C&P issue. Thanks to info@ppvg.nl for reporting!
    http://bugs.cherokee-project.com/559
    
 admin/Wizard_Django.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3623 git=1fadce03d73a9a7a2f95caff845d91013fc77c87

    Shows the default virtual server document root directory instead of
    the WWW root installation dir. http://bugs.cherokee-project.com/558
    
 admin/PageStatus.py |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)


2009-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3612 git=59f96d38d57aedb009bbb488160d24007a6838f3

    It was missing a new line after the date.
    
 svnlog2changelog.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3610 git=669160580269c8bacdb1749cc32b642d6b93bc27

    0.99.24 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-31  Antonio Perez  <aperez@skarcha.com>
            svn=3609 git=7f34dd32d91ebb12115067462981e4a6beb6687b

    Adds a new wizard to set up XMLRPC for rTorrent.
    
 admin/Makefile.am                        |    3 +-
 admin/Wizard_rTorrent.py                 |   82 ++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am  |    3 +-
 admin/static/images/wizards/rtorrent.png |  Bin 0 -> 3222 bytes
 admin/util.py                            |    7 +++
 5 files changed, 93 insertions(+), 2 deletions(-)


2009-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3608 git=ff2071a305a8fd9eb256ebdc9db20f36d635f4b9

    We are using Twitter, actually.
    
 doc/other_community.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-08-31  Antonio Perez  <aperez@skarcha.com>
            svn=3607 git=b31507cecf8451dfcee48b0882bd24fba42a8bca

    Update translation files.
    
 po/admin/de.po    |  208 ++++++++++++++++++++++---------------------
 po/admin/en.po    |  213 +++++++++++++++++++++++---------------------
 po/admin/es.po    |  255 +++++++++++++++++++++++++++++------------------------
 po/admin/nl.po    |  212 +++++++++++++++++++++++---------------------
 po/admin/sv_SE.po |  213 +++++++++++++++++++++++---------------------
 po/admin/zh_CN.po |  213 +++++++++++++++++++++++---------------------
 6 files changed, 699 insertions(+), 615 deletions(-)


2009-08-30  Antonio Perez  <aperez@skarcha.com>
            svn=3606 git=c1d92e2f02c669d744dda262f122e7e9754c287e

    Makes available the new uWSGI handler.
    
 admin/consts.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-30  Antonio Perez  <aperez@skarcha.com>
            svn=3605 git=36520788bd8f8655ab403e75df5bc5b063f4515a

    Optional properties in Cherokee-admin are now marked when they have no value.
    
 admin/Entry.py                          |    5 +++
 admin/ModuleAuth.py                     |    2 +-
 admin/ModuleCgi.py                      |    2 +-
 admin/ModuleDbslayer.py                 |    4 +-
 admin/ModuleDirlist.py                  |    6 ++--
 admin/ModuleRrd.py                      |   12 ++++----
 admin/ModuleSecdownload.py              |    2 +-
 admin/ModuleStreaming.py                |    4 +-
 admin/Page.py                           |    6 +++-
 admin/PageAdvanced.py                   |   38 +++++++++++++-------------
 admin/PageEntry.py                      |    6 ++--
 admin/PageGeneral.py                    |    8 +++---
 admin/PageInfoSource.py                 |   16 +++++-----
 admin/PageVServer.py                    |   14 +++++-----
 admin/default.template.html             |    1 +
 admin/static/css/cherokee.css           |    4 +++
 admin/static/js/Makefile.am             |    1 +
 admin/static/js/common.js               |    2 +-
 admin/static/js/jquery.form-defaults.js |   45 +++++++++++++++++++++++++++++++
 19 files changed, 119 insertions(+), 59 deletions(-)


2009-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3604 git=d6a1313d92cfc1fad9d71c042312767a96040e98

    Removes a few unnecessary image files.
    
 doc/Makefile.am                           |    4 ----
 doc/media/images/cookbook_wp_default1.png |  Bin 5527 -> 0 bytes
 doc/media/images/cookbook_wp_example1.png |  Bin 8178 -> 0 bytes
 doc/media/images/cookbook_wp_example2.png |  Bin 5450 -> 0 bytes
 doc/media/images/cookbook_wp_example3.png |  Bin 12554 -> 0 bytes
 5 files changed, 0 insertions(+), 4 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3603 git=30a0c3af0b130a77f7d38e0bf8c047bb98ea5e3d

    Update translation files. The Spanish translation has been finished,
    it's completely translated and "de-fuzzied" now.
    
 po/admin/de.po    |   14 ++--
 po/admin/en.po    |   14 ++--
 po/admin/es.po    |  235 ++++++++++++++++++++++-------------------------------
 po/admin/nl.po    |   14 ++--
 po/admin/sv_SE.po |   14 ++--
 po/admin/zh_CN.po |   14 ++--
 6 files changed, 132 insertions(+), 173 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3602 git=1f99b17fcce0c619060bc2ba72cfd1d08f85eb70

    Fixes a potential issue. There was corner situation on which I/O cache
    could read a couple of uninitialized bytes of memory while turning
    'File not found' error codes.
    
 cherokee/iocache.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3601 git=42a9c6ab1d9162cfa106d8c96c5233c7f5e30c98

    Fixes a regression. Help pages were not being displayed in
    Cherokee-Admin.
    
 cherokee/main_admin.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3600 git=739ae44158c5df6843fc83daedd26d48d695a98d

    0.99.23 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3598 git=430ecd446c664294259595a4a7b0df0c8e5958a7

    Three minor, misc code fixes.
    
 cherokee/handler_cgi_base.c |   21 +++++++++++----------
 cherokee/iocache.c          |    6 ++++++
 cherokee/thread.c           |    2 +-
 3 files changed, 18 insertions(+), 11 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3597 git=09ec38d1d7e1192a21b428c79fde2b02021f6a74

    Set a few more close-on-exec flags.
    
 cherokee/buffer.c             |    2 ++
 cherokee/handler_file.c       |    4 +++-
 cherokee/validator_htpasswd.c |    2 ++
 3 files changed, 7 insertions(+), 1 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3596 git=49f64573fb640dc62cbdefcf81c7b825e2813bbe

    Just created an repository account for Roberto De Ioris.
    
 svnlog2changelog.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3595 git=689ef0d8eeebe6b9da41c0138326ee477aa430ee

    I/O cache file FDs should not be inherited.
    
 cherokee/iocache.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3594 git=a11a2942e97f724014f7fcbf58d288b1b924b22e

    Adds a new uWSGI (http://projects.unbit.it/uwsgi) handler. Thanks a
    million to Roberto De Ioris for contributing this code!
    
 admin/Makefile.am        |    1 +
 admin/ModuleUwsgi.py     |   56 +++++++
 cherokee/Makefile.am     |   30 ++++
 cherokee/handler_uwsgi.c |  404 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_uwsgi.h |   74 +++++++++
 cherokee/uwsgi.deps      |    1 +
 configure.in             |    3 +-
 7 files changed, 568 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3593 git=182117e6c30c7230c52c12fcce76268b134efa63

    Adds a new backtracing option. If enabled, the server will print a
    code back-trace beside each error or warning message. It's enabled by
    adding the --enable-backtraces parameter to configure.
    
 README               |    2 +-
 cherokee/error_log.c |    6 ++++++
 cherokee/util.c      |   30 ++++++++++++++++++++++++++++++
 cherokee/util.h      |    2 ++
 configure.in         |   12 ++++++++++--
 doc/dev_debug.txt    |    7 +++++++
 6 files changed, 56 insertions(+), 3 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3592 git=74bbdcd58dec257ef9285e6832e994fcaacff880

    Log a couple of errors.
    
 cherokee/fdpoll-poll.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3591 git=720b28e0ee10742ed183e1a724122f98c17b277f

    Fixes a warning message printed while performing a Graceful restart.
    
 cherokee/server.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3590 git=22e0b5a52c5b9212f43108cf4ae7d27d1bbc5155

    Run the RRD related coded from a different thread. Besides being quite
    memory consuming, rrdtool can be somehow slow. When one of the server
    threads executed the timed RRD updating or rendering functions its
    connections were being stopped until the thread finished working with
    rrdtool. The problem should be solved now.
    
 cherokee/collector_rrd.c |  112 +++++++++++++++++++++++++++++++++++----------
 cherokee/collector_rrd.h |   11 +++++
 2 files changed, 98 insertions(+), 25 deletions(-)


2009-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3589 git=cae77db21ccdd095b09daec10b731e83571fb153

    Improves the Solaris support. Now it call a few Solaris utilities to
    print as much information about the process as possible.
    
 cherokee/cherokee-panic |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)


2009-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3588 git=0f88bdb098067889b09eeee90bf516b1f46c022a

    Couple of misc improvements: 1.- redirect stderr to stdout, so error
    are sent or printed in a unique stream. 2.- Try to use share memory
    for the temporal file (instead of /tmp).
    
 cherokee/cherokee-panic |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3587 git=fe4dd796872525d0e518e8a3aeaa161e37bf58dd

    Adds a new wizard to automatically set up Audio/Video streaming on
    virtual servers. It also adds a little cookbook recommending to use
    the wizard for setting the most common streaming configuration.
    
 admin/Makefile.am                         |    3 +-
 admin/Wizard_Streaming.py                 |   43 +++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am   |    3 +-
 admin/static/images/wizards/streaming.png |  Bin 0 -> 5071 bytes
 doc/Makefile.am                           |    1 +
 doc/cookbook.txt                          |   11 ++++---
 doc/cookbook_streaming.txt                |   26 +++++++++++++++++
 doc/index.txt                             |   11 ++++---
 8 files changed, 86 insertions(+), 12 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3586 git=e5b3c85eca83a14fbc70f3647de7da277e45e90b

    Fixes typo
    
 admin/Wizard_CommonStatic.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3585 git=71f8383bbc6e8a0fc517a89b7e00b1da7adfa1c5

    The directory listing plug-in should generate 'url-escaped' URLs.
    This patch fixes bug #549: http://bugs.cherokee-project.com/549
    
 cherokee/handler_dirlist.c |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)


2009-08-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3584 git=531b2b46f0b82d5135016e02d64fdb4b24e5edde

    Updates the PHP cookbook.
    
 doc/cookbook_php.txt                        |   87 ++++++++++++++++++---------
 doc/media/images/admin_handler_fastcgi1.png |  Bin 25147 -> 69934 bytes
 doc/media/images/admin_handler_fastcgi2.png |  Bin 25398 -> 76648 bytes
 3 files changed, 59 insertions(+), 28 deletions(-)


2009-08-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3583 git=e928f3749bb5c83019c34c9b79536eef3ee23034

    Raise the connection timeout limit when it's trying to access a
    interpreter (source) that is currently being launching.
    
 cherokee/source_interpreter.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3582 git=4b9aa7e00d73b4f9168ac2f51560e719ad045297

    Removes a lingering space character.
    
 cherokee/cherokee-panic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3581 git=7a8b2381b069f186d06c446237aca15637b5836e

    Fixes a couple of 'bashisms'
    
 cherokee/cherokee-panic |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3580 git=e70c561be1126c6a35a0ebed66a2413e47d3b892

    Made a mistake in the previous commit. The 'sys' isn't required.
    
 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3579 git=ae475076dba4cbefc5fc8aa7512499f0c3f4a481

    Log messages ought to be UTF-8 encoded.
    
 svnlog2changelog.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-08-20  Taher Shihadeh  <taher@unixwars.com>
            svn=3578 git=62d7599596ed214e45577d2af95ac91577f690d2

    Typo fix
    
 admin/Wizard_PHP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3577 git=9d85f63ab43e5bbe75e8762e12a1b8340badeebd

    Moves the PHP wizard to a new 'Languages' category.
    
 admin/Wizard.py     |    1 +
 admin/Wizard_PHP.py |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3576 git=7404f6a9c124a617c7a059d357a1e91426907450

    Improves the Wordpress wizard, so all the different 'permalinks'
    formats are supported. It implements Antonio PÃ©rez's idea.
    
 admin/Wizard_WordPress.py  |  108 +++++++++-----------------------------------
 doc/cookbook_wordpress.txt |   14 ------
 2 files changed, 22 insertions(+), 100 deletions(-)


2009-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3575 git=c32d62054a0da3882c1573eaa5245b88718c309e

    cherokee_limiter_get_time_limit(): Fixes the function prototype.
    
 cherokee/limiter.c |   10 ++++++----
 cherokee/limiter.h |    3 ++-
 2 files changed, 8 insertions(+), 5 deletions(-)


2009-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3574 git=3d113602e086b9f0ff2586e098ee90167c0e16f1

    Fixes a wrong mutex acquisition in the CGI child processes. This
    patch fixes the bug: http://bugs.cherokee-project.com/546
    
 cherokee/handler_cgi.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3573 git=f6cd69194ab4e95a88d777f390d1c12f8486d9e5

    Rewrites the QA so it stops checking whether the main QA application
    is running more than test execution thread. I have not been able to
    figure why I put that check in the first place; thus, it has been
    removed. This patch also removes a trailing slash at the end of the
    local directory path. It was causing the test to fail on the final
    test check.  Hopefully I'm not introducing a regression here..
    
 qa/066-DirectoryIndex3.py |   41 ++++++++++++++++-------------------------
 1 files changed, 16 insertions(+), 25 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3572 git=6aae1d1f763b3fac1ddfabd0871eb4792032561d

    When looking for the Python and PHP interpreters, check on the $PATH
    and only then use the hardcoded list of paths. It also adds a new path
    entry for the default MacPorts directory (/opt/local/bin).
    
 qa/conf.py |    6 ++++--
 qa/util.py |   10 ++++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3571 git=18763801797353cea0b8aff8a51ce36eb56feaa4

    The md5 python modules is deprecated. This patch updates the QA test
    so it uses the new hashlib module.
    
 qa/100-Digest-htdigest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-17  Antonio Perez  <aperez@skarcha.com>
            svn=3569 git=670b6548f4d8b96b7ec0c26ad03f353b6ce0c313

    Fixes the load of the available balancers on DBslayer Module.
    Bug 544: http://bugs.cherokee-project.com/544
    
 admin/ModuleDbslayer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3568 git=a116238889726d783ae43aaf4f9ede277052d7fd

    Updates the po directory
    
 po/admin/de.po    |  577 +++++++++++++++++++++++++++++++++++++-----------
 po/admin/en.po    |  593 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/es.po    |  639 ++++++++++++++++++++++++++++++++++++++++-------------
 po/admin/nl.po    |  594 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/sv_SE.po |  590 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/zh_CN.po |  592 ++++++++++++++++++++++++++++++++++++++-----------
 6 files changed, 2789 insertions(+), 796 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3567 git=901db633f342fd8ccfc91b10138401f690c45339

    Updates the Wordpress cookbook. It refers to the wizard now.
    
 doc/cookbook_wordpress.txt        |  166 +++++++++++++------------------------
 doc/media/images/cookbook_wp4.png |  Bin 46363 -> 126090 bytes
 2 files changed, 58 insertions(+), 108 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3566 git=583cc1829bd3d907135f7a8ac27a010a3d110e1d

    Adds support for three most used permalinks formats.
    
 admin/Wizard_WordPress.py |  105 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 90 insertions(+), 15 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3565 git=18a1aab0db6f1679fef65b4b8c321f1e8e184308

    'make clean' removes the rendered documentation (.html files) now.
    
 doc/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3564 git=a3085c4e9a6a35aea044ad5a777500a235f58be3

    Removes some unnecessary images.
    
 doc/Makefile.am                               |    8 --------
 doc/media/images/cookbook_drupal_default1.png |  Bin 8160 -> 0 bytes
 doc/media/images/cookbook_drupal_default2.png |  Bin 5570 -> 0 bytes
 doc/media/images/cookbook_drupal_default3.png |  Bin 5176 -> 0 bytes
 doc/media/images/cookbook_drupal_example1.png |  Bin 7054 -> 0 bytes
 doc/media/images/cookbook_drupal_example2.png |  Bin 6632 -> 0 bytes
 doc/media/images/cookbook_drupal_example3.png |  Bin 10897 -> 0 bytes
 doc/media/images/cookbook_drupal_example4.png |  Bin 12387 -> 0 bytes
 doc/media/images/cookbook_drupal_rules.png    |  Bin 50599 -> 0 bytes
 9 files changed, 0 insertions(+), 8 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3563 git=24019595f7af850a5fa753ebb3e2caa65168ad7a

    Updates a few captures of the cherokee-admin 'Status' page.
    
 doc/media/images/admin_index.png      |  Bin 40456 -> 207782 bytes
 doc/media/images/admin_launch.png     |  Bin 40316 -> 113028 bytes
 doc/media/images/admin_notrunning.png |  Bin 83607 -> 48912 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)


2009-08-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3562 git=49b0b2b8ac03412cb3012d1b2c4a759c0b294873

    Some updates and typo fixes
    
 doc/cookbook_drupal.txt |    6 +++---
 doc/dev_issues.txt      |   23 -----------------------
 doc/other_goodies.txt   |   19 +++++++++++++++++++
 3 files changed, 22 insertions(+), 26 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3561 git=3b63fb2237dc3c4f6ed3b7fed6bae836c3c8d532

    Updates the Drupal cookbook so it refers to the Drupal Wizard
    rather than describing an old-school step-by-step installation.
    
 doc/Makefile.am                            |    2 +
 doc/cookbook_drupal.txt                    |  196 +++++-----------------------
 doc/media/images/admin_vserver_wizard.png  |  Bin 0 -> 98739 bytes
 doc/media/images/admin_vservers_wizard.png |  Bin 0 -> 78538 bytes
 4 files changed, 36 insertions(+), 162 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3560 git=e26ab88deeb495189d1afa4dc4508f18643407b8

    Removes an unnecessary image.
    
 doc/Makefile.am                             |    1 -
 doc/media/images/admin_dirlist_cherokee.png |  Bin 16975 -> 0 bytes
 2 files changed, 0 insertions(+), 1 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3559 git=573194f59fee8d99135a5033c21becfe1dfb4f00

    Adds a couple of missing images.
    
 doc/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3558 git=67a59baf0130132470e74980efb497c09620fa21

    Check whether the images are included in the Makefile.am file.
    
 doc/test_images.py |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3557 git=da91ea4f1cda3cae397833875280ba9d9353b0b6

    Adds a new 'test' target to the documentation Makefile.
    
 Makefile.am        |    1 +
 doc/Makefile.am    |    8 +++++-
 doc/test_images.py |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 2 deletions(-)


2009-08-15  Antonio Perez  <aperez@skarcha.com>
            svn=3556 git=6ad15e63916ed354616d9ec3a71798b3ab236883

    asciidoc.py upgraded to version 8.4.5
    
    Fixes documentation generation warnings because of new asciidoc.
    
 doc/basics_installation_unix.txt      |   29 +-
 doc/basics_installation_windows.txt   |   29 +-
 doc/build/asciidoc.conf               |  435 +++--
 doc/build/asciidoc.py                 | 4177 +++++++++++++++++++++------------
 doc/build/lang-de.conf                |   43 +
 doc/build/lang-en.conf                |   51 +
 doc/build/lang-es.conf                |   15 +
 doc/build/lang-fr.conf                |   52 +
 doc/build/lang-hu.conf                |   52 +
 doc/build/lang-ru.conf                |   52 +
 doc/build/xhtml11-quirks.conf         |    4 +-
 doc/build/xhtml11.conf                |  337 ++-
 doc/config_general.txt                |   19 +-
 doc/config_virtual_servers_evhost.txt |   19 +-
 doc/cookbook_alfresco.txt             |   32 +-
 doc/cookbook_django.txt               |   11 +-
 doc/cookbook_drupal.txt               |   64 +-
 doc/cookbook_embedding_cherokee.txt   |    2 +-
 doc/cookbook_glassfish.txt            |   14 +-
 doc/cookbook_joomla.txt               |   24 +-
 doc/cookbook_kumbia.txt               |   10 +-
 doc/cookbook_liferay.txt              |   22 +-
 doc/cookbook_mailman.txt              |  110 +-
 doc/cookbook_managing_logs.txt        |   11 +-
 doc/cookbook_nagios.txt               |   11 +-
 doc/cookbook_phpbb.txt                |   90 +-
 doc/cookbook_ror.txt                  |   15 +-
 doc/cookbook_sugarcrm.txt             |   14 +-
 doc/cookbook_symfony.txt              |   30 +-
 doc/cookbook_trac.txt                 |   10 +-
 doc/cookbook_wordpress.txt            |   36 +-
 doc/cookbook_zend.txt                 |   10 +-
 doc/dev_cherokee.conf.txt             |  300 ++--
 doc/modules_handlers_cgi.txt          |   31 +-
 doc/modules_handlers_common.txt       |   14 +-
 doc/modules_handlers_custom_error.txt |   46 +-
 doc/modules_handlers_dbslayer.txt     |   21 +-
 doc/modules_handlers_dirlist.txt      |   51 +-
 doc/modules_handlers_file.txt         |   11 +-
 doc/modules_handlers_redir.txt        |   29 +-
 doc/modules_handlers_secdownload.txt  |   15 +-
 doc/modules_handlers_server_info.txt  |   11 +-
 doc/modules_handlers_streaming.txt    |   24 +-
 doc/modules_loggers_custom.txt        |   37 +-
 doc/modules_validators_authlist.txt   |   13 +-
 doc/modules_validators_htdigest.txt   |   11 +-
 doc/modules_validators_htpasswd.txt   |   11 +-
 doc/modules_validators_ldap.txt       |   38 +-
 doc/modules_validators_mysql.txt      |   37 +-
 doc/modules_validators_plain.txt      |   11 +-
 doc/other_signals.txt                 |   17 +-
 51 files changed, 4043 insertions(+), 2515 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3555 git=3dbc5acdb3e190501fa2d374f2d9591d164a0819

    Fixes a broken image reference. Thanks to Yann Malet
    <yann.malet@gmail.com> for reporting the issue.
    
 doc/modules_handlers_custom_error.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3554 git=d05e406c6eae4409f75ff23084e12a297a504f05

    Rework r3552: Same thing, but a different and cleaner implementation.
    
 admin/Form.py              |   13 +++++++++++--
 admin/Module.py            |    3 ---
 admin/ModuleAuth.py        |    2 +-
 admin/ModuleBalancer.py    |    4 ++--
 admin/ModuleCustomError.py |    2 +-
 admin/ModuleDbslayer.py    |    6 +++---
 admin/ModuleDirlist.py     |    2 +-
 admin/ModuleExists.py      |    2 +-
 admin/ModuleFcgi.py        |    4 ++--
 admin/ModuleHeader.py      |    4 ++--
 admin/ModuleProxy.py       |    4 ++--
 admin/ModuleScgi.py        |    4 ++--
 admin/ModuleServerInfo.py  |    6 +++---
 admin/PageAdvanced.py      |    4 ++--
 admin/PageEntry.py         |    8 ++++----
 admin/PageGeneral.py       |    8 ++++----
 admin/PageInfoSource.py    |   12 ++++++------
 admin/PageVServer.py       |   24 ++++++++++++------------
 admin/Rule.py              |    2 +-
 admin/Wizard_HotLinking.py |    2 +-
 20 files changed, 61 insertions(+), 55 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3553 git=f0f121df8d9559fb7ec0ff68b7b58eb96e8866ff

    The PHP wizard should use a TCP port instead of a Unix socket for the
    FastCGI communication. Even if it's slower, it is way safer.
    
 admin/Wizard_PHP.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3552 git=8b96fec1c8e05239ee78e641a12fb3bfa17edcc9

    Fixes cherokee-admin so it doesn't print superfluous error messages
    any longer. For instance: "ERROR: Could not load module 'foobar'".
    
 admin/Form.py   |    2 +-
 admin/Module.py |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3551 git=7df9038e559457b43b270f6faaf23bb11d232498

    A fragment of the spawning mechanism has been rewritten. This new
    version ought to behave better under high load.
    
 cherokee/handler_fcgi.c       |    4 +-
 cherokee/handler_fcgi.h       |    1 -
 cherokee/handler_scgi.c       |    4 +-
 cherokee/handler_scgi.h       |    1 -
 cherokee/source.c             |    3 +-
 cherokee/source_interpreter.c |  153 ++++++++++++++++++++++-------------------
 cherokee/source_interpreter.h |    6 +-
 7 files changed, 90 insertions(+), 82 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3550 git=94aebaed1fed19ffc56f422f5f5d29244da9003b

    Adds a few missing new lines characters.
    
 cherokee/socket.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3546 git=7d25eb94fcd233d56b9d0db99391616a5876c1e9

    Once the SHM spawning method has been successfully used once, do not
    even try to use the local/old mechanism.  This patch also implements a
    'grace time' for the spawned processes. It assumes the new process
    could require as much as 5 seconds to be ready or return an error.
    
 cherokee/source_interpreter.c |   50 ++++++++++++++++++++++++++++++++---------
 cherokee/source_interpreter.h |   12 ++++++++-
 2 files changed, 49 insertions(+), 13 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3545 git=08a0e6e1c4b0b0fc78304d07f647bd288522a6ba

    Gets rid of an unnecessary 'goto'.
    
 cherokee/source.c |   53 +++++++++++++++++++++++++++--------------------------
 1 files changed, 27 insertions(+), 26 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3544 git=7bdecc5270be57b95543fff211a9bf30e96d16f5

    Clean up. Nothing important.
    
 cherokee/source_interpreter.c |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3543 git=659caa3743a736df76faadf9197c3e8487e3ee4f

    Check thread_deactive_to_polling() returned value.
    
 cherokee/handler_fcgi.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)


2009-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3542 git=0eacf31826a2fe11f47f9b4472233ce7b13d8d77

    Be slightly smarter when trying to figure whether to inherit the
    server process environment variables.
    
 cherokee/source_interpreter.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3540 git=da991b997b811ace533ff745f7de80cc69e6eac1

    Set a value to source!<num>!env_inherited is not defined.
    
 admin/PageInfoSource.py |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3539 git=ce5aba40403031a4da63a58c53024752cedb9423

    Fixes a misplaced call to set the close-on-exec bit.
    
 cherokee/source.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3538 git=57df36f7c552376e2ee6f428a289213f21844117

    MacOS X packager script adapted to use the new --with-wwwuser
    and --with-wwwgroup ./configure parameters
    
 README                |    2 +-
 packages/osx/build.py |   39 ++++++++++++++-------------------------
 2 files changed, 15 insertions(+), 26 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3537 git=31c3f0f7bf9cb9539c260dfc34e0344b6ed7be37

    Adds a couple of new ./configure parameters: --with-wwwuser and
    --with-wwwgroup, so the default user and group can be defined at
    compilation time.. Nothing fancy, but handy for packagers.
    
 Makefile.am                         |   16 +++++++++++++++-
 cherokee.conf.sample.pre            |    2 --
 configure.in                        |   11 +++++++++--
 doc/basics_installation_unix.txt    |    8 +++++---
 doc/basics_installation_windows.txt |    8 +++++---
 5 files changed, 34 insertions(+), 11 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3536 git=c41f91edb95dfa2ff983bbe704d1f958799255d4

    Adds support for the HTTP/1.1 error code 307: "Temporary Redirect".
    Thanks to tylerdu (irc.freenode.net) for the report. It fixes:
    http://bugs.cherokee-project.com/543
    
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3535 git=7281d5ea673961def8b2d3abb519530465c70965

    Adds a little script to auto-generate the POTFILES.in file.
    
 po/admin/generate_POTFILESin.py |   44 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3534 git=636a7d4d5720a7c15e93a37c3f897a0fcc3ba098

    Fixes typo
    
 qa/run-tests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3533 git=88084e387f5aa72395af9cf276b7f0fe8f04f91a

    Updates po/admin/POTFILES.in (the list of files from which the strings
    for translation have to be extracted).
    
 po/admin/POTFILES.in |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3532 git=db0f4389053ed78f6e9bd56b0d2abcf2cb1aabc9

    Set closexec on the file descriptors used in the connections to the
    Information Sources (mainly FastCGI, SCGI and reverse HTTP).
    
 cherokee/source.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3531 git=45d0add1192ade3a4724ed82c4883eb01b79057a

    Documentation updates. Remove references to deprecated "Generic balancer" plug-in.
    
 doc/config_info_sources.txt    |    1 -
 doc/config_virtual_servers.txt |    6 ------
 doc/dev_issues.txt             |   11 -----------
 doc/modules_balancers.txt      |   10 +---------
 doc/modules_handlers.txt       |    1 -
 doc/modules_handlers_redir.txt |   10 ++++------
 6 files changed, 5 insertions(+), 34 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3530 git=14f58fe3c4c56b6d509043307bd20549f6aca6f9

    Fixes couple of details regarding the MacOS packaging script.
    
 README                |    6 ++++++
 packages/osx/build.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-08-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3529 git=64b28f41d902ab3d0debee61371ddd595faf17f7

    Deprecates the "Generic balancer" plug-in (aka 'mirror'). Now that the
    reverse proxy is rock solid there is no point on keeping this module
    around.
    
 admin/Makefile.am               |    1 -
 admin/ModuleMirror.py           |   54 -------
 admin/consts.py                 |    1 -
 cherokee/Makefile.am            |   19 ---
 cherokee/handler_mirror.c       |  311 ---------------------------------------
 cherokee/handler_mirror.h       |   73 ---------
 configure.in                    |    3 +-
 doc/Makefile.am                 |    1 -
 doc/index.txt                   |    1 -
 doc/modules.txt                 |    1 -
 doc/modules_handlers_mirror.txt |   23 ---
 11 files changed, 1 insertions(+), 487 deletions(-)


2009-08-10  Antonio Perez  <aperez@skarcha.com>
            svn=3528 git=9a208cae4ff43f77b2527eb0f5dbad4028956a57

    Warnings and Errors are written to "stderr" when loggers are not yet initialized.
    
 cherokee/error_log.c     |   20 +++++++++++++-------
 cherokee/logger_writer.c |   27 ++++++++++++++++++++-------
 cherokee/logger_writer.h |    2 ++
 3 files changed, 35 insertions(+), 14 deletions(-)


2009-08-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3527 git=417dead4d4364dc10d5b3a9214b1e4e94cbd2186

    Adds a new script to build MacOS X binary packages (.dmg). Both this
    script and the Windows one have been relocated to the /packages
    directory.
    
 Makefile.am                       |    2 +-
 cherokee.conf.sample.pre          |    2 +
 configure.in                      |   10 +-
 packages/Makefile.am              |    3 +
 packages/osx/Description.plist.in |   12 ++
 packages/osx/Info.plist.in        |   36 ++++
 packages/osx/License.rtf          |  346 +++++++++++++++++++++++++++++++++++++
 packages/osx/Makefile.am          |   18 ++
 packages/osx/background.tiff.gz   |  Bin 0 -> 30390 bytes
 packages/osx/build.py             |  108 ++++++++++++
 packages/osx/utils.py             |   73 ++++++++
 packages/windows/Makefile.am      |   10 +
 packages/windows/cherokee.ico     |  Bin 0 -> 2238 bytes
 packages/windows/cherokee.nsi.in  |   79 +++++++++
 packages/windows/cherokee.reg     |   12 ++
 packages/windows/cherokee_pkg.ico |  Bin 0 -> 2238 bytes
 packages/windows/install.bat      |   22 +++
 windows/Makefile.am               |   10 -
 windows/cherokee.ico              |  Bin 2238 -> 0 bytes
 windows/cherokee.nsi.in           |   79 ---------
 windows/cherokee.reg              |   12 --
 windows/cherokee_pkg.ico          |  Bin 2238 -> 0 bytes
 windows/install.bat               |   22 ---
 23 files changed, 729 insertions(+), 127 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3526 git=1aa15544a3bcd990bcb8ff869190512d307e943a

    Fixes QA tests so they can we run without a PHP interpreter.
    
 qa/run-tests.py |   16 ++++++++++++++--
 qa/util.py      |    4 +---
 2 files changed, 15 insertions(+), 5 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3525 git=036362655addc0f0cb0451b05199150dc204992a

    /etc/cherokee/ssl is no longer used
    
 Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3523 git=c9865722a7176355d20da88d332f622e4a8cc474

    Adds a new option to allow information sources to inherit the server's
    environment variables instead of being forced to define a new set of
    variables for one of them. By default the environment variables are
    inherited (to use a custom set of variables is the exception now).
    
 admin/PageInfoSource.py       |   25 +++++++++++++++++--------
 cherokee/main.c               |   13 +++++++++++--
 cherokee/source_interpreter.c |   25 ++++++++++++++++++-------
 cherokee/source_interpreter.h |   25 +++++++++++++------------
 cherokee/spawner.c            |    2 ++
 cherokee/spawner.h            |    1 +
 6 files changed, 62 insertions(+), 29 deletions(-)


2009-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3521 git=6b016ab85e5f39a4b44ed263b94e01627e271ecb

    By default, configure checks for MySQL, actually.
    
 m4/mysql.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3520 git=3e29fbcc93a9496f1d1c191a8409150e3757507b

    Tries to improve how the usage graphs are refreshed in the status
    page of cherokee-admin.
    
 admin/static/js/graphs.js |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3518 git=687f39be363ab3991cc063f94fb634c93e3d1f74

    Graphs are properly refreshed now. It fixes bug #531:
    http://bugs.cherokee-project.com/531
    
 admin/static/js/graphs.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3517 git=8577a3351266877fd2dda591eb46b13435646035

    Adds a new configuration key 'redir_symlinks' so the dirlist handler
    can redirect symbolic links to its original file instead of accessing
    it as a regular file or directory.
    
 admin/ModuleDirlist.py     |    6 ++-
 cherokee/handler_dirlist.c |  121 +++++++++++++++++++++++++++++++++++---------
 cherokee/handler_dirlist.h |    1 +
 3 files changed, 102 insertions(+), 26 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3515 git=b58cb0b9ae3b89dc37d095ef7d9d6e2deba10970

    Fixes a compilation issue: "/usr/bin/install: will not overwrite
    just-created `/usr/include/cherokee/avl.h' with `avl.h'"
    
 cherokee/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3514 git=a68f639e12cb6d05c2978069a8ac854ccce64b67

    0.99.21 released
    
 configure.in      |    2 +-
 po/admin/de.po    |  460 ++++++++++++++++++++++++++++++---------------------
 po/admin/en.po    |  471 +++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  473 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  471 +++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  473 +++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  467 +++++++++++++++++++++++++++++++---------------------
 7 files changed, 1666 insertions(+), 1151 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3513 git=54958ce6efcb75bf52b10f6d8482c368680a4f9d

    Adds a new "timeout" CHEROKEE_TRACE key.
    
 cherokee/thread.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3511 git=b8594e31f4c157d4e9e3281b499d1711748a5f4c

    Fixes an unfortunate regression introduced a couple of days ago.
    
 admin/CherokeeManagement.py |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3509 git=947ee42c28c9fac67206d56b88c8a03a251e35d8

    The server will try to raise the file descriptors limit to 4096 from
    now on. The default system value was way too low in many cases.
    
 cherokee/macros.h |    9 +++++----
 cherokee/server.c |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3506 git=06f448034a4d6284cd6c84bc5dbc53ddf8387c2a

    Even though it isn't recommended, Cherokee allows to launch the server
    without creating a PID file. Cherokee-admin checks that file in order
    to know whether or not the server is running. This patch adds a
    slightly smarted function to detect the server presence. In case the
    server PID file weren't present it'd try to check the OS processes
    list in order to find a cherokee process being executed with the same
    configuration file. In case it were found, it'd assume the server was
    running.
    
 admin/CherokeeManagement.py |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)


2009-08-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=3505 git=e0e6db7eb244b3b2360f44e4b3d5fd4f03cfbb03

    Change hr style
    
 admin/PageVServer.py          |   12 ++++++------
 admin/static/css/cherokee.css |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)


2009-08-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=3504 git=a725532f0b18dcf9f340d71948114de289ee4997

    Change colors to server graphs
    
 admin/PageStatus.py           |    4 ++--
 admin/PageVServer.py          |   12 ++++++------
 admin/static/css/cherokee.css |   19 ++++++++++++++-----
 admin/status.template.html    |    2 +-
 cherokee/collector_rrd.c      |   26 +++++++++++++-------------
 5 files changed, 36 insertions(+), 27 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3503 git=f236142aef209f81d6a26de81340e8a9496bfa98

    Stop the server reporting "Server is exiting.." more than once.
    It's merely an aesthetic fix.
    
 cherokee/main_worker.c |    4 ++++
 cherokee/server.c      |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3501 git=e03f4323a776b47f8a91cfaad2f99f0577b21aa9

    Optimizes the RRD module so it renders the absolutely minimum number
    of graph files. It takes rrdtool quite some time to render each one of
    those files so this improvement is quite interesting.
    
 cherokee/collector_rrd.c |   65 +++++++++++++++++++++++++++++++++------------
 1 files changed, 47 insertions(+), 18 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3500 git=4c081975fa1126a419d2752f14730a226a34526b

    Removes the Stats section that I added a couple of weeks ago. The
    graphs are now integrated in the PagaStatus and the PageVServer page.
    
 admin/GraphManager.py         |    3 +
 admin/Makefile.am             |    1 -
 admin/Page.py                 |    2 -
 admin/PageGeneral.py          |   18 ++++++
 admin/PageStats.py            |  131 -----------------------------------------
 admin/server.py               |    3 -
 admin/static/css/cherokee.css |    1 -
 7 files changed, 21 insertions(+), 138 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3499 git=a00e048931329f4e24fed32f793801fdc46c2daa

    Installs missing header file
    
 cherokee/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3495 git=bc960527c2364f4fbf563ee969abf26d35cc8825

    More traffic graphs integration..
    
 admin/GraphManager.py     |    3 ---
 admin/PageStatus.py       |    7 +++++--
 admin/PageVServer.py      |    9 +++++++++
 admin/static/js/graphs.js |   16 +++++++++-------
 4 files changed, 23 insertions(+), 12 deletions(-)


2009-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3494 git=35217e94e339b88d129033970bf82453221d2ecb

    Integrate the new graphs widget in the Virtual Server page.
    
 admin/PageVServer.py |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)


2009-07-31  Jonathan Hernandez  <ion@suavizado.com>
            svn=3493 git=688ada16367d2d1c09109824d536310444040feb

    Revamp status page, work in progress
    
 admin/PageStatus.py                 |   99 +++++++--------
 admin/static/css/cherokee.css       |  233 ++++++++++++++++++++++++++++++++++-
 admin/static/images/Makefile.am     |    3 +-
 admin/static/images/feedback.png    |  Bin 0 -> 1811 bytes
 admin/static/images/menu-active.png |  Bin 1151 -> 2470 bytes
 admin/static/images/offline.png     |  Bin 10131 -> 1905 bytes
 admin/static/images/online.png      |  Bin 9869 -> 2245 bytes
 admin/static/images/proud.png       |  Bin 0 -> 4646 bytes
 admin/static/images/web_proud.jpg   |  Bin 9325 -> 0 bytes
 admin/static/js/Makefile.am         |    1 +
 admin/static/js/graphs.js           |   32 +++++
 admin/status.template.html          |   51 ++++----
 12 files changed, 339 insertions(+), 80 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3490 git=348e4839e6153e667e9b9f46e1b3b8aa1e5064c2

    Geez! rrdtool is a CPU hog. I just realized that it was monopolizing a
    CPU of one of my servers. This patch tries to decrease the load of the
    graph re-generation by delaying the render of some of the graphs.
    
 cherokee/collector_rrd.c |   38 +++++++++++++++++++++++++++++---------
 1 files changed, 29 insertions(+), 9 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3489 git=bf09dd35b7a901ace77e2bb76fcd65893a942f9b

    Fixes typo.
    
 cherokee/common-internal.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3488 git=28943c57796541f62eda9a45d22e4256ccb9424a

    Tries be to slightly more gentle when dropping connections on
    overload. A new sched_yield() detection has been added to the
    configure process.
    
 cherokee/common-internal.h |   13 ++++++++++++-
 cherokee/thread.c          |   39 ++++++++++++++++++++++++++++++---------
 cherokee/thread.h          |    1 +
 configure.in               |   18 ++++++++++++++++--
 4 files changed, 59 insertions(+), 12 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3487 git=21034a6096f4f53b76c24b3aea37665ab4f3b6e2


 cherokee/main.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3486 git=7806e055adfdcf3e49809a09823295a3bab39fdd

    Fixes an unusual compilation issue. There were a couple of superfluous
    files shipped within the source tarball: cherokee/loader.autoconf.h
    and cherokee/loader.autoconf.inc
    
 cherokee/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3485 git=262057d3027d6b6b2e43e97052273aeb63d6981a

    Same patch as before.. for source_interpreter.c.
    
 cherokee/source_interpreter.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3484 git=1e29ea8f0fd51f55121faafbd18c4fadf99f56cb

    Increases the buffer for getgrnam() from 1k to 8k. It
    seems that OpenBSD needed a bigger buffer. Thanks to
    Fernando Quintero for the fix.
    
 cherokee/server.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3483 git=2cf8bbdd50dc11d2a9fab5868c5984ed598d7a0f

    Do not even check /etc/cherokee/mods-enabled when launching
    Cherokee with the -r parameter (quick local content sharing).
    
 cherokee/main_worker.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3482 git=6ec62739e9b9ddab4ab953e243b4f9b869808b76

    Bug fix: Do not try to launch anything if the cherokee-worker exists
    on fatal error. (Eg: The port is already open).
    
 cherokee/main.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3481 git=c036377c591299003ee5af7596310ff0989a2b32

    Adss a new field "Total" to all the graphs. It implements RFE #533:
    http://bugs.cherokee-project.com/533
    
 cherokee/collector_rrd.c |   56 ++++++++++++++++++++++++++++++---------------
 1 files changed, 37 insertions(+), 19 deletions(-)


2009-07-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3480 git=aadcffd65342fe36266c344c451c4e25f35b9b32

    Fixes a problem rewriting the "Host:" header in the internal HTTP
    request (from the server to the back-end).
    Thanks to G. Clifford Williams for reporting this issue.
    
 cherokee/handler_proxy.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-07-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3479 git=2344c127e92b51445651979379af1092e5166fcb

    Bug fix. Multi-line logging to syslog was failing.
    
 cherokee/util.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2009-07-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3478 git=35d78dd6ed68f9f0406724d9f37e94f0f0d0b2e7

    Bug-fix: A couple of parameters were spawned.
    
 cherokee/cryptor_libssl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3477 git=c09dfd799c6df7592e173e82870f3051ad877335

    Remove deprecated property. Thanks to Jorge Sarmiento for reporting.
    
 admin/PageVServer.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2009-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3476 git=80574302ccffd93a7b7a05d0fa8a6add3f46301d

    '!collector' is a known property of 'vserver!'
    
 cherokee/virtual_server.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3475 git=f66dd36f8327d123177ab57e5d6bf9924e3bf258

    Fixes a compilation issue.
    
 cherokee/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3474 git=ddc0d6f4c9c99a1e183197d7b61fc1363579436a

    Adds missing file
    
 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3473 git=119526f2e15a5ff095b48b1d48e0759ae661e71a

    Draw timeouts in red and accepts in blue..
    
 cherokee/collector_rrd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3472 git=16902b72c518b9fa55bbb625b03c7b1a84a6db9f

    Adds a new page to hold the statistics and graphs.
    
 admin/Page.py                 |    2 +
 admin/PageGeneral.py          |   16 -----
 admin/PageStats.py            |  131 +++++++++++++++++++++++++++++++++++++++++
 admin/PageVServer.py          |    3 +-
 admin/server.py               |    3 +
 admin/static/css/cherokee.css |    1 +
 6 files changed, 138 insertions(+), 18 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3471 git=78c84241a15cf679fe1e2a206b8e38875d0c5b7d

    Fixes a regression (compilation problem).
    
 admin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3470 git=9a98b6a62be90844328840ac1ab6be9111be367d

    Extended to handler both the /icons and /cherokee_themes directories.
    
 admin/Wizard_Icons.py |   74 ++++++++++++++++++++++++++++++++++++------------
 1 files changed, 55 insertions(+), 19 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3469 git=89b8ff0f7ec10d762f0d95fb2859dd5d964de3a7

    Adds a new Wizard. It adds a rule with the most common static files,
    so they are server as files when on a website based on dynamic
    content.
    
 admin/Makefile.am                             |    3 +-
 admin/Wizard_CommonStatic.py                  |   54 +++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am       |    3 +-
 admin/static/images/wizards/common_static.png |  Bin 0 -> 944 bytes
 4 files changed, 58 insertions(+), 2 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3468 git=5dad22a12198d78c13a1088b91cc6156dc29cc48

    RRD files shouldn't contain spaces; replacing them by underscores.
    
 cherokee/collector_rrd.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3467 git=3608686bddfa499cd5b157e8cf08d00d9df358e4

    Adds a new "draw_srv_traffic" configuration key (boolean) to
    cherokee_collector_vsrv_rrd_t.
    
 cherokee/collector_rrd.c |   10 ++++++++--
 cherokee/collector_rrd.h |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3466 git=ec0575b5ee871b8c0fd56e08ff2cb7bc846cb046

    Code clean up. cherokee_collector_rrd_t and
    cherokee_collector_vsrv_rrd_t are different
    structures now.
    
 cherokee/collector_rrd.c |  101 +++++++++++++++++++++++-----------------------
 cherokee/collector_rrd.h |   22 +++++++---
 2 files changed, 67 insertions(+), 56 deletions(-)


2009-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3465 git=ff4a8276475bc6f95e07dcc7e51a6fba8a993a78

    Improved graphs look for a better integration with Cherokee-admin.
    
 cherokee/collector_rrd.c |   66 ++++++++++++++++++++++++++++------------------
 1 files changed, 40 insertions(+), 26 deletions(-)


2009-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3464 git=420e8962a25deae3b60525d8016449c01380ea55

    (cherokee_find_exec_in_path): Bugfix.
    
 cherokee/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3463 git=0ee89a38fa31ef735668255cf75bdd85c2c19fee

    Ignore the libtool related m4 files.
    

2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3462 git=a4ce382cd2406d0bbea50431c0e81d7f29a33b00

    Adds a new Wizard for configuring the /icons directory (if missing).
    
 admin/Makefile.am                       |    3 +-
 admin/Wizard.py                         |   20 ++++++++------
 admin/Wizard_Icons.py                   |   43 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/icons.png   |  Bin 0 -> 2376 bytes
 5 files changed, 58 insertions(+), 11 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3461 git=8dea06e1abd8be190f23ac9c2dd58a3323e62460

    Fixes a silly mistake. Server traffic graphs weren't being updated.
    
 cherokee/collector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3460 git=0f0adf4c13907bfcb52b0a15e4c2fec7c1dbd578

    Checks were in the wrong order.
    
 cherokee/collector_rrd.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3459 git=9b0fcc5b0effeaf1b5f20d0e25008089f81096c4

    Relocates the directory checks. Now it's only checked
    on start instead of on each update/render.
    
 cherokee/collector_rrd.c |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3458 git=61b5669ef7fb225e61482c0dba232545748eafc2

    Delays information collectors initialization, so it's executed after
    the server drops its privileges. For instance, the RRDtool collector
    spawns new processes as the server user (Eg: www-data, www, ..)
    
 cherokee/collector.c      |   36 +++++--
 cherokee/collector.h      |   32 +++++--
 cherokee/collector_rrd.c  |  256 +++++++++++++++++++++++++--------------------
 cherokee/server.c         |   41 +++++++
 cherokee/virtual_server.c |    2 +-
 5 files changed, 237 insertions(+), 130 deletions(-)


2009-07-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3457 git=9cd66efa4aa95966abf46972eee031614df16991

    Fixes one of the RAILS_ENV default values: s/Development/development/.
    Thanks to 'atomist' for the report! It fixes the bug #529:
    http://bugs.cherokee-project.com/529
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3456 git=402d96cb26d181d33eafe8f639690121f493db28

    Checks whether a previous Unix socket already exists. If so,
    remove it before launching a new back-end application.
    
 cherokee/main_admin.c |   42 +++++++++++++++++++++++++++++++++++++++---
 1 files changed, 39 insertions(+), 3 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3455 git=550e1874c3e30e74c295dabc8c3ac8971654cb7e

    Typo
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3454 git=27d8b329eaa7da2364628cb8dc74ccf7fac84cd5

    The header length limit has been raised from 4k to 8k. It seems there
    are sites sending huge cookies that would require it. Thanks to "Gavin
    M. Roy" <gmr@myyearbook.com> for pointing it out.
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3453 git=8722b4159cd749a884ca93b4004b2413d22341fc

    - Updates pyscgi.py from 1.7 to 1.9
    - Fixes the QA tests so they work with pyscgi.py 1.9
    - From now on, Cherokee-admin uses a Unix socket for the internal
      communication with the application back-end (a SCGI application).
      This change should fix the problems that some people have
      experienced when running cherokee-admin in a server where either had
      not a "lo" interface or in which it was filtered with a DROP rule. A
      new parameter -t (--internal-tcp) has been added so cherokee-admin
      can be forced to use the previous localhost:4000 port.
    
 admin/pyscgi.py            |   70 ++++++++++++++++++++---------
 admin/server.py            |   14 +++++-
 cherokee/main_admin.c      |   69 +++++++++++++++++++----------
 qa/126-SCGI.py             |    4 +-
 qa/127-SCGI-Post.py        |    4 +-
 qa/140-SCGI-EmptyVars.py   |    4 +-
 qa/142-SCGI-ExtraVars.py   |    4 +-
 qa/151-SCGI-vars.py        |    4 +-
 qa/152-SCGI-vars2.py       |    4 +-
 qa/153-SCGI-vars-root.py   |    4 +-
 qa/171-SCGI-Keepalive.py   |    6 +-
 qa/173-Chunked-SCGI.py     |    6 +-
 qa/226-PathInfo-Default.py |    6 +-
 qa/pyscgi.py               |  106 +++++++++++++++++++++++++++++++++++---------
 14 files changed, 213 insertions(+), 92 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3452 git=a2b0351916736e82ed315568175c72fb506d7d9f

    Adds support for "information collectors" (a new plug-in type). It
    also adds a new plug-in for generating usage graphs with RRDtool. Both
    the server and the cherokee-admin sides are implemented. Beware, this
    new feature is still under development; use it with caution.
    
 Makefile.am                    |    1 +
 admin/Form.py                  |   27 --
 admin/GraphManager.py          |   44 +++
 admin/Makefile.am              |    2 +
 admin/ModuleRrd.py             |   30 ++
 admin/PageGeneral.py           |   42 ++-
 admin/PageStatus.py            |   28 ++
 admin/PageVServer.py           |   44 ++-
 admin/PageVServers.py          |   19 +-
 admin/configured.py.pre        |    2 +
 admin/consts.py                |    5 +
 admin/status.template.html     |    2 +
 admin/validations.py           |    6 +
 cherokee/Makefile.am           |   23 ++-
 cherokee/admin_server.c        |   26 +-
 cherokee/bogotime.c            |   50 +++-
 cherokee/bogotime.h            |    4 +-
 cherokee/buffer.h              |    1 +
 cherokee/collector.c           |  278 ++++++++++++++
 cherokee/collector.h           |  138 +++++++
 cherokee/collector_rrd.c       |  811 ++++++++++++++++++++++++++++++++++++++++
 cherokee/collector_rrd.h       |   59 +++
 cherokee/connection.c          |   19 +-
 cherokee/handler_server_info.c |   47 ++-
 cherokee/logger.h              |    2 +-
 cherokee/logger_custom.c       |    6 +-
 cherokee/logger_ncsa.c         |    6 +-
 cherokee/main_admin.c          |   42 ++-
 cherokee/plugin.h              |    3 +-
 cherokee/server-protected.h    |    3 +
 cherokee/server.c              |   54 ++--
 cherokee/server.h              |    1 -
 cherokee/thread.c              |   29 ++-
 cherokee/util.c                |   40 ++
 cherokee/util.h                |    7 +-
 cherokee/virtual_server.c      |   78 +++--
 cherokee/virtual_server.h      |   10 +-
 configure.in                   |    3 +-
 constants.h.pre                |    2 +
 39 files changed, 1814 insertions(+), 180 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3451 git=38098133ae4ff8a79f8ed2615c47ccc0a15f918b

    Previous commit was wrong.
    
 admin/CherokeeManagement.py |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3450 git=b9071839e272b0589fa3807ae7fef4cc852fde5f

    Check error lines before reporting an actual error.
    
 admin/CherokeeManagement.py |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3449 git=e62af394314ac1c27a638950cbcd80a7819f93e3

    Errors clean up. Also, spawning mechanism initialization
    is not longer a fatal error.
    
 cherokee/main.c |   32 +++++++++++++++-----------------
 1 files changed, 15 insertions(+), 17 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3448 git=17fb8706ec538c48b4007cd1fbb9062001b9ab0a

    Fixes bug. Wrong error levels were reported by LOG_ERRNO.
    
 cherokee/error_log.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-07-15  Antonio Perez  <aperez@skarcha.com>
            svn=3447 git=24e5ebccdb0f05726340ea684a4a4807c3b85539


 changelog-update.sh |    3 +++
 svnlog2changelog.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-07-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3446 git=e1ed1012f55bbeed9ec62c1f315af1640c1d41b7

    Replace $prefix/sbin by $sbindir. Thanks to gour (freenode.net)
    for pointing it out.
    
 contrib/cherokee.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3445 git=f431e22ce3fbc581dfa2ee52a3e95c27b235f044

    Updates the compilation variables replacement commands.
    
 Makefile.am         |    9 +++++----
 admin/Makefile.am   |    2 +-
 contrib/Makefile.am |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3444 git=fd2b68aa5c4ee913842ab3e9b780672531205310

    The server was crashing when a SNI enabled connection accessed a
    virtual server without TLS support. This patch should fix:
    http://bugs.cherokee-project.com/523
    
 cherokee/cryptor_libssl.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3443 git=260e78e10213a3b663f5eb2b3f23fa10324ae8d7

    Adds /crossdomain.xml to the "usual static files" list. It's RFE #522
    preamble: http://bugs.cherokee-project.com/522
    
 admin/Wizard.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3442 git=59187e3d76cf560800062f418be9e9b86040e74d

    Fixes a regression that caused the the Django, Wordpress and Drupal
    wizards to fail. It fixes bug: http://bugs.cherokee-project.com/517
    
 admin/Wizard_Django.py    |    2 +-
 admin/Wizard_Drupal.py    |    2 +-
 admin/Wizard_WordPress.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3441 git=c6d9dd74493c9a6afa06f36dd70f9561653101af

    Clean semaphores before exiting on error. It fixed bug #525
    http://bugs.cherokee-project.com/525
    
 cherokee/main.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-07-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3440 git=4d2e397b571a5b91e0126171a87b2abfedf0e35a

    Deletes W3C_logger info. The logger was deprecated in r3400.
    
 doc/Makefile.am                |    1 -
 doc/config_virtual_servers.txt |    6 +++---
 doc/index.txt                  |    1 -
 doc/modules.txt                |    1 -
 doc/modules_loggers.txt        |    1 -
 doc/modules_loggers_w3c.txt    |   33 ---------------------------------
 6 files changed, 3 insertions(+), 40 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3439 git=a100401cf573e4382195929c0b5870690327e469

    Don't execute ./configure is NO_CONFIGURE is defined.
    
 autogen.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3438 git=7ba41a87195f96d9bdf46e4f10b87531b56ab35b

    Gets rid of the .worker PID file. It was not really needed.
    
 admin/CherokeeManagement.py |   17 +++----------
 cherokee/main_worker.c      |    2 -
 cherokee/server.c           |   53 +------------------------------------------
 3 files changed, 5 insertions(+), 67 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3437 git=596dd04e175b0e5ac87e60d72fe00e4fab3b63b0

    Clean up
    
 cherokee/thread.c |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3436 git=9237893bd1f0a0dc7844cb71043f8fed2c146e65

    Tries to remove the worker PID file on exit. Fixes bug #524:
    http://bugs.cherokee-project.com/524
    
 cherokee/server.c |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3435 git=72915beb2941a484e876f76ea540201a901c04ee

    Always clean up on exit. It should fix
    http://bugs.cherokee-project.com/525
    
 cherokee/main.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2009-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3434 git=f146e31625ec3f160ecd29ce242bc0452ef939f4

    Adds new path for pkgsrc binaries. Thanks to Roy Marples for the
    feedback!
    
 admin/Wizard_PHP.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3433 git=719434342d83f623e5c9de17e8d8e5aa43762aaa

    Typo.
    
 admin/Module.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3432 git=673856ad15d111253ac9c636f379c760bae55423

    Adds a reference to the identi.ca group. Thanks to Bela Hausmann
    <post@belahausmann.name> for creating the group and sending the patch
    for the documentation.
    
 doc/other_community.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3431 git=bd3341461dfdd59ae4a5bb3a92a750a1f328fe93

    cherokee.conf.sample does no longer include PHP.
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3430 git=f266af0673ec53a5538442fec2e1174a39c8932c

    Another developer added.
    
 svnlog2changelog.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3429 git=ca20204da553587a31c38ef3e785c542baaf1c16

    http-cherokee.xml is auto-generated now; SVN ought to ignore it.
    

2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3428 git=f11217f59d298aa7f51202c69fb420d8d33b2b0f

    Modifies the logger so it uses the bogotime callback mechanism.
    
 cherokee/logger_ncsa.c |   80 ++++++++++++++++++++++++-----------------------
 cherokee/logger_ncsa.h |    2 +-
 2 files changed, 42 insertions(+), 40 deletions(-)


2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3427 git=b14734ed97421743e3a118d2d5194128a821951b

    Fixes a few misc. details..
    
 cherokee/buffer.c       |   59 +++++++++++++++++++++++++++++++----------------
 cherokee/fdpoll-epoll.c |    8 +++---
 2 files changed, 43 insertions(+), 24 deletions(-)


2009-07-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3424 git=6fd57938348fef0267e5d24c6180903f2b73c598

    Improves the OpenSolaris (& S10) SMF support. Thanks to Miguel Vidal
    <mvidal@libresoft.es> for sending a patch fixing the exec_method's
    start property. Additionally, this patch renames the .xml to .xml.pre
    so the paths are rewritten according to the real installation paths.
    
 Makefile.am           |   17 +++++--
 configure.in          |    4 +-
 http-cherokee.xml     |  120 -------------------------------------------------
 http-cherokee.xml.pre |  120 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 135 insertions(+), 126 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3423 git=390ad902dcb4731b477799b2834ef0319a6e697e

    Improves header parsing.
    
 cherokee/header.c |   24 ++++++++-----------
 cherokee/util.c   |   66 ++++++++++++++++++++++++++++++++++++-----------------
 cherokee/util.h   |    5 ++++
 3 files changed, 60 insertions(+), 35 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3422 git=75b2fd4494618d9b1cc7241182a258bfc27e3b65

    It speeds up slightly trace-enabled binaries.
    
 cherokee/connection.c |   10 +++++++++-
 cherokee/trace.c      |    7 +++++++
 cherokee/trace.h      |    1 +
 3 files changed, 17 insertions(+), 1 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3421 git=1b5319072ade01b5cdd3107dfa41c3a87366561d

    Adds a comment with a reminder on how to change SVN commit logs.
    
 changelog-update.sh |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3419 git=a721cc1e5a55ed184a040f6f36e11a528ffbe4c8

    Fixes a compilation problem (when building with TLS-SNI support):
    http://lists.octality.com/pipermail/cherokee/2009-July/010668.html
    
 cherokee/cryptor_libssl.c  |    2 +-
 cherokee/vrule_target_ip.c |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3418 git=60d9c60afc98ebf97d3a4cf6470c76c4de2ef9f5

    Adds a new --with-libssl parameter so the server can be compiled with
    a custom libssl/OpenSSL library located in a non-standard directory.
    The most common case would be: --with-libssl=/usr/local/ssl
    
 cherokee/Makefile.am |    8 ++++----
 configure.in         |   33 +++++++++++++++++++++++++--------
 2 files changed, 29 insertions(+), 12 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3416 git=8e9d157f2bf7e6a87777deb977724fc865963ef8

    Adds a couple of additional TRACE points
    
 cherokee/cryptor_libssl.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3415 git=f6330ee4c05993fdc44502bd0f9519af6b9fdb2b

    Bug fix: It had to copy the length instead of the whole structure.
    
 cherokee/vrule_target_ip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3414 git=7547415c4ba483407f46dfd455cd874f2dc5ec62

    Adds a new Virtual Server matching plug-in. It allows to choose a
    Virtual Server based on the target IP of the TCP connection rather
    than on the HTTP "Host:" header.
    
 admin/Form.py               |    4 +-
 admin/Makefile.am           |    1 +
 admin/ModuleRehost.py       |   12 +++-
 admin/ModuleTargetIp.py     |   68 ++++++++++++++++++++
 admin/ModuleWildcard.py     |   12 +++-
 admin/PageVServer.py        |    3 +
 admin/PageVServers.py       |    2 +
 admin/consts.py             |    3 +-
 cherokee/Makefile.am        |   20 ++++++
 cherokee/connection.c       |    2 +-
 cherokee/server-protected.h |    2 +-
 cherokee/server.c           |    3 +-
 cherokee/vrule.c            |    5 +-
 cherokee/vrule.h            |    4 +-
 cherokee/vrule_rehost.c     |    5 +-
 cherokee/vrule_target_ip.c  |  145 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/vrule_target_ip.h  |   49 +++++++++++++++
 cherokee/vrule_wildcard.c   |    7 ++-
 configure.in                |    3 +-
 19 files changed, 334 insertions(+), 16 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3413 git=c5b3f530b8a99d89094b02c4b85287ec30c3de4c

    Fixes a problem between EVHost and the File Exists rule plug-in. They
    did not work together because of an invalid execution order. Now the
    EVHost document root is evaluated in advance so the file exists rule
    knows about it when checking.
    
 cherokee/connection-protected.h |    7 ++-
 cherokee/connection.c           |  103 +++++++++++++++++---------------------
 cherokee/rule_exists.c          |    2 +-
 cherokee/thread.c               |   22 +++++---
 4 files changed, 65 insertions(+), 69 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3411 git=6a51c09b4170dcbddb41c95c7e0f84e6e53d2cae

    0.99.20 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3410 git=b06f6bf08f2d23ed61d007282e81d1ce3947996a


 po/admin/de.po    |  308 +++++++++++++++++++++++++++-------------------------
 po/admin/en.po    |  313 +++++++++++++++++++++++++++-------------------------
 po/admin/es.po    |  314 +++++++++++++++++++++++++++-------------------------
 po/admin/nl.po    |  312 +++++++++++++++++++++++++++--------------------------
 po/admin/sv_SE.po |  314 +++++++++++++++++++++++++++-------------------------
 po/admin/zh_CN.po |  314 +++++++++++++++++++++++++++-------------------------
 6 files changed, 969 insertions(+), 906 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3409 git=514d006759392f7f65bd3a4d5223767e5862c776

    Add the new "hash" parameter to the documentation. Patch by Frank
    Groeneveld <frankgroeneveld@gmail.com>.
    
 doc/modules_validators_mysql.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3408 git=0b46a477c0962ae4cce38744bf6da734d903a924

    Adds support for SHA1 hashed passwords. Based on patch by Frank
    Groeneveld <frankgroeneveld@gmail.com>. Thank you, goog stuff!!
    It implements: http://bugs.cherokee-project.com/477
    
 admin/ModuleMysql.py       |   25 ++++++++++++++++---------
 cherokee/validator_mysql.c |   37 ++++++++++++++++++++++++-------------
 cherokee/validator_mysql.h |    9 +++++++--
 3 files changed, 47 insertions(+), 24 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3407 git=4b311631ffcf3dff482585c6524b7811d68fda5b

    Neither of these plug-ins was checking whether log writes were
    specified in the configuration. This leaded to server crashes when
    there were not configured properly.
    
 cherokee/logger_custom.c |   32 ++++++++++++++++++++------------
 cherokee/logger_ncsa.c   |   24 ++++++++++++++----------
 2 files changed, 34 insertions(+), 22 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3406 git=f3e34aa3fdc35c768ea3a53732e3ff637dc30480

    FFMpeg depends on libm
    
 configure.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-06-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3405 git=71d441f2b93257421f85241f5aa7d07b333f3b78

    Fixes a problem in the admin: host name entries could not be changed
    because of old values were not being purged. Thanks to Stefan de
    Konink for reporting.
    
 admin/PageVServer.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-06-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3404 git=e89dab2013fc66c0de1144e53de5728f6f0b0705

    Fixes a compilation problem
    
 cget/main.c          |    4 ++--
 cherokee/Makefile.am |   11 ++++++-----
 cherokee/error_log.c |    8 ++++++--
 3 files changed, 14 insertions(+), 9 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3403 git=fe983689b028a4db6a0725377412df36214369dc

    Replace almost all the PRINT_ERROR, PRINT_ERROR_S and PRINT_ERRNO by
    their equivalent macro in the new error reporting system.
    
 cherokee/access.c               |   12 +++---
 cherokee/admin_client.c         |   22 +++++-----
 cherokee/avl.c                  |    6 +-
 cherokee/balancer.c             |    6 +-
 cherokee/balancer_ip_hash.c     |    4 +-
 cherokee/balancer_round_robin.c |    4 +-
 cherokee/bind.c                 |    6 +-
 cherokee/buffer.c               |   22 +++++-----
 cherokee/common-internal.h      |    1 +
 cherokee/config_entry.c         |    2 +-
 cherokee/config_reader.c        |    8 ++--
 cherokee/connection.c           |    6 +-
 cherokee/cryptor_libssl.c       |   87 ++++++++++++++++++++-------------------
 cherokee/downloader.c           |    4 +-
 cherokee/encoder_deflate.c      |   14 +++---
 cherokee/encoder_gzip.c         |   14 +++---
 cherokee/fdpoll-epoll.c         |   15 ++++--
 cherokee/fdpoll-kqueue.c        |    2 +-
 cherokee/fdpoll-port.c          |   14 +++---
 cherokee/gen_evhost.c           |    4 +-
 cherokee/handler_cgi.c          |    9 ++--
 cherokee/handler_custom_error.c |    2 +-
 cherokee/handler_dbslayer.c     |    5 +-
 cherokee/handler_dirlist.c      |    4 +-
 cherokee/handler_error_redir.c  |    4 +-
 cherokee/handler_fcgi.c         |    6 +-
 cherokee/handler_mirror.c       |    2 +-
 cherokee/handler_proxy.c        |    4 +-
 cherokee/handler_redir.c        |    2 +-
 cherokee/handler_scgi.c         |    2 +-
 cherokee/handler_secdownload.c  |    2 +-
 cherokee/handler_server_info.c  |    4 +-
 cherokee/header.c               |    8 ++--
 cherokee/http.c                 |    2 +-
 cherokee/icons.c                |    4 +-
 cherokee/init.c                 |    4 +-
 cherokee/logger.h               |    1 +
 cherokee/logger_ncsa.c          |    4 --
 cherokee/logger_writer.c        |   37 +++++++++++-----
 cherokee/logger_writer.h        |    2 +-
 cherokee/macros.h               |   11 ++---
 cherokee/main_tweak.c           |    2 +-
 cherokee/main_worker.c          |    2 +-
 cherokee/ncpus.c                |   12 +++--
 cherokee/plugin_loader.c        |   10 ++--
 cherokee/post.c                 |    2 +-
 cherokee/regex.c                |    2 +-
 cherokee/rule_bind.c            |    8 ++--
 cherokee/rule_directory.c       |    4 +-
 cherokee/rule_exists.c          |    4 +-
 cherokee/rule_extensions.c      |    4 +-
 cherokee/rule_from.c            |    6 +-
 cherokee/rule_fullpath.c        |    4 +-
 cherokee/rule_geoip.c           |    4 +-
 cherokee/rule_header.c          |   10 ++--
 cherokee/rule_method.c          |    6 +-
 cherokee/rule_request.c         |    7 +--
 cherokee/server.c               |   10 +++--
 cherokee/socket.c               |   42 +++++++++++--------
 cherokee/source.c               |    8 ++--
 cherokee/source_interpreter.c   |   13 +++---
 cherokee/spawner.c              |    5 +-
 cherokee/template.c             |    2 +-
 cherokee/thread.c               |   10 ++--
 cherokee/util.c                 |   39 +++--------------
 cherokee/util.h                 |    3 +-
 cherokee/validator_file.c       |    4 +-
 cherokee/validator_ldap.c       |   37 ++++++++--------
 cherokee/validator_mysql.c      |   12 +++---
 cherokee/virtual_server.c       |   28 ++++++------
 cherokee/vrule_rehost.c         |    2 +-
 cherokee/vrule_wildcard.c       |    2 +-
 72 files changed, 337 insertions(+), 339 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3402 git=4936021f42ae1b2ff11797e416bf7e872d1a20b8

    Add support for LOG_ERRNO and LOG_ERRNO_S
    
 cherokee/error_log.c |   46 ++++++++++++++++++++++++++++++++++++++++++----
 cherokee/error_log.h |   18 +++++++++++-------
 2 files changed, 53 insertions(+), 11 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3401 git=34e41ee96ec87e5a7d30d0b09d798868c838e409

    This patch changes substantially the way in which errors and warnings
    are logged. From now on, warnings, regular errors, and critical issues
    are logged in the error log. That was supposed to be the default
    behavior, although most of the code used the PRINT_ERROR macro which
    was not working with the logging subsystem. In this change-set a few
    new macros are introduced so regular functions can log errors without
    having access to the connection or the virtual server objects. Most of
    the PRINT_ERROR references ought to be replaced with either LOG_ERROR,
    LOG_WARNING or LOG_CRITICAL. So far only the cherokee/server.c
    references have been replaced for testing purposes. More related
    commits to come.
    
 cherokee/common-internal.h |   52 +++++++++++++++-----------
 cherokee/error_log.c       |   85 +++++++++++++++++++++++++++++++++++++++++
 cherokee/error_log.h       |   59 +++++++++++++++++++++++++++++
 cherokee/fcgi_manager.c    |    7 +--
 cherokee/handler_cgi.c     |    6 +--
 cherokee/handler_fcgi.c    |    7 +--
 cherokee/handler_file.c    |   13 ++----
 cherokee/init.c            |    1 +
 cherokee/logger.c          |   33 ++--------------
 cherokee/logger.h          |    8 +---
 cherokee/logger_combined.c |    1 -
 cherokee/logger_custom.c   |   24 +++++------
 cherokee/logger_custom.h   |    2 +-
 cherokee/logger_ncsa.c     |   60 +++++++----------------------
 cherokee/logger_ncsa.h     |    3 +-
 cherokee/macros.h          |   22 +++++-----
 cherokee/server.c          |   90 ++++++++++++++++++++++++++++----------------
 cherokee/thread.c          |   16 ++++++++
 cherokee/threading.c       |   14 +++++++
 cherokee/threading.h       |    2 +
 cherokee/trace.c           |   11 +----
 cherokee/util.c            |   22 +++++++++++
 cherokee/util.h            |    3 +-
 cherokee/validator_pam.c   |   28 +++----------
 24 files changed, 354 insertions(+), 215 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3400 git=e1140f20c3af46700d6447225d2af3284609eccb

    Deprecates the W3C logger.
    
 admin/PageVServer.py  |  111 ++++++----------
 admin/consts.py       |    1 -
 cherokee/Makefile.am  |   21 +---
 cherokee/logger_w3c.c |  349 -------------------------------------------------
 cherokee/logger_w3c.h |   67 ----------
 configure.in          |    3 +-
 6 files changed, 47 insertions(+), 505 deletions(-)


2009-06-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3399 git=9aa2aa9d0ee01568797056240e5d6b636261a1c5

    Fixes a few gcc compilation warnings.
    
 cherokee/common-internal.h |   10 ++++++++++
 cherokee/handler_cgi.c     |    2 +-
 cherokee/main.c            |    6 ++----
 cherokee/server.c          |    2 +-
 cherokee/thread.c          |    2 +-
 5 files changed, 15 insertions(+), 7 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3398 git=7e9f23773af36bb3aea5c5288e6e696a3d24b2ce

    If patch is meant to fix an autoconf warning. The configure script was
    complaining about the secutiry/pam_modules.h system header. Check
    http://bugs.cherokee-project.com/491 and chapter "19.7 Header Present
    But Cannot Be Compiled" for the autoconf documentation for more info.
    
 configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3397 git=6caf8623fb8d5a508b349d2d00b671a40fa64e71

    Do not set an empty REMOTE_USER variable when user has not been
    authenticated. Fixes bug: http://bugs.cherokee-project.com/467
    
 cherokee/handler_cgi_base.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3396 git=7e257bad35a6ad399a4c67fc3bf4665ede0db2aa

    When Cherokee was compiling without Pthread support (or threading was
    turn off in the configuration), it was not able to perform graceful
    restarts operations properly: http://bugs.cherokee-project.com/485
    
 cherokee/thread.c |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3395 git=da684d01565a8599d540644c42a9f4f5a7a1ccdd

    Adds a couple of new properties 'backup' and 'hidden' for showing
    back-up files and hidden files. By default both properties are false,
    so the default behavior doesn't change. It fixes bug #485 anyway:
    http://bugs.cherokee-project.com/485
    
 admin/ModuleDirlist.py     |    7 +++++--
 cherokee/handler_dirlist.c |   21 +++++++++++++++------
 cherokee/handler_dirlist.h |    2 ++
 3 files changed, 22 insertions(+), 8 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3394 git=05e781cccab5c036c47fd4af7998a223ecbf9ca7

    RegEx entries are editable now. http://bugs.cherokee-project.com/496
    
 admin/ModuleProxy.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3393 git=193707c02295af3c8427760fe756a2358533a8a7

    Fixes a problem with the 'seconds' property. Thanks Stefan de Konink
    for the patch! Fixes http://bugs.cherokee-project.com/513
    
 cherokee/handler_server_info.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3392 git=5b73baa5c55a6a350c806e96dd92244b2ef9d458

    Speeds up graceful restarts. http://bugs.cherokee-project.com/500
    
 cherokee/thread.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3391 git=6d61026c59795c083b7613b26d581abcb4bb2000

    Fixes a few calls to cherokee_logger_write_string() along the
    code. Lines were not being separated with new line characters.
    Fixes: http://bugs.cherokee-project.com/510
    
 cherokee/fcgi_manager.c  |    2 +-
 cherokee/handler_cgi.c   |    2 +-
 cherokee/handler_fcgi.c  |    2 +-
 cherokee/handler_file.c  |    4 ++--
 cherokee/validator_pam.c |    6 +++---
 5 files changed, 8 insertions(+), 8 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3390 git=e275d0468023b2f3413343546197c7e9c6846925

    Now it uses bogonow instead of the time() system call. It also print a
    more detailed time information (including milliseconds). This patch
    implements: http://bugs.cherokee-project.com/511
    
 cherokee/trace.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3389 git=e48dbd65fffb5bccfe3a8688dca3c61f79fca8e2

    Adds a new property to the wizard. It allows to set a RAILS_ENV value
    from within the Wizard. Fixes: http://bugs.cherokee-project.com/506
    
 admin/Wizard_RoR.py |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3387 git=b8e12aa72477b0e0b8c4305be8379e2c019d2372

    Improve the validation process in the Wizards. It also improves the
    persistence of the user entered information when a error shows up.
    
 admin/Wizard.py            |   10 +++
 admin/Wizard_Django.py     |   17 ++++-
 admin/Wizard_Drupal.py     |  144 ++++++++++++++++++++++++--------------------
 admin/Wizard_HotLinking.py |    7 ++-
 admin/Wizard_Mailman.py    |    6 ++-
 admin/Wizard_Redirect.py   |   30 ++++++---
 admin/Wizard_RoR.py        |   12 +++-
 admin/Wizard_WordPress.py  |  141 +++++++++++++++++++++++-------------------
 8 files changed, 219 insertions(+), 148 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3386 git=8238be96a687f81c8451f7d927c536f08ed94186

    Information sources were not shown in order. This quick fix sorts them
    before rendering the information sources tables. Thanks to Gunnar Wolf
    for logging this RFE. Fixes: http://bugs.cherokee-project.com/508
    
 admin/PageInfoSource.py |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3385 git=ef8375fa5a2c70eeca78dfeb5ffdb5ae99fbdb26

    Adds a -d parameter to spawn-fcgi so it chmod()s to the RoR project
    directory before spawning the new process. Thanks to Gunnar Wolf for
    reporting! Fixes: http://bugs.cherokee-project.com/505
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3384 git=8409d1003b1481be5d30e2d854e67064b6473da9

    Fixes a number of compilation warnings; thanks to Marcus Rueckert for
    reporting them.
    
 cherokee/connection.c      |    2 +-
 cherokee/handler_dirlist.c |    6 ++++--
 cherokee/logger_w3c.c      |    2 --
 cherokee/template.c        |    2 +-
 cherokee/virtual_server.c  |    3 ++-
 5 files changed, 8 insertions(+), 7 deletions(-)


2009-06-25  Jonathan Hernandez  <ion@suavizado.com>
            svn=3383 git=3b9d11cc15b21f6d675b88588c7802e0a0b14b69

    Fix some look and feel problems in wizard panels UI.
    
 admin/static/css/cherokee.css |  624 ++++++++++++++++++++---------------------
 admin/static/js/wizards.js    |   19 +-
 2 files changed, 315 insertions(+), 328 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3382 git=93ffc99d9fce8f4f047aeb5495a8d4fbfb90e35e

    Fixes a couple of compilation warnings.
    
 cherokee/cryptor_libssl.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3381 git=8d05f9ca55c8f7c4de4677a897a77ca237666184

    Uninitialized variable fix. Reported by Marcus Rueckert.
    
 cherokee/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3380 git=423afc9dc873d022f26878eb4d1020d2d1a73c9e

    Fixes a wrong call to memset(). Thanks to Marcus Rueckert
    <darix@opensu.se> for reporting this issue.
    
 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3379 git=66875495953a1e678ba9bb471a6829c06cd887ad

    0.99.19 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3378 git=08d45687d3a1c5874b37af205b6d886d5ec60145


 po/admin/de.po    |    2 +-
 po/admin/en.po    |    2 +-
 po/admin/es.po    |    2 +-
 po/admin/nl.po    |    2 +-
 po/admin/sv_SE.po |    2 +-
 po/admin/zh_CN.po |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


2009-06-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3376 git=6bc8ffb974b5c9fc98dc80b26a3cdbf557fd4c5f

    Adds a shortcut in the code in order to reduces the exiting time. It
    should fix bug: http://bugs.cherokee-project.com/500
    
 cherokee/thread.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-06-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3375 git=dead312f27b8a6c65ca51cb71550b4b5bc23f41e

    Rails 2.3 reprecated the script/process directory. This patch updates
    the wizard so it checks for another file while checking whether or not
    the directory contains a RoR project. It also fixes the error message
    so it includes the command for adding the missing files.
    
 admin/Wizard_RoR.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-06-23  Jonathan Hernandez  <ion@suavizado.com>
            svn=3374 git=0a14740384f466b1b71d677d7516fad7ff24e1b7

    Enhacements to wizards panels
    
 admin/PageVServer.py          |    4 +-
 admin/PageVServers.py         |    4 +-
 admin/static/css/cherokee.css |   69 +++++++++++++++++++++-----------
 admin/static/js/wizards.js    |   85 +++++++++++++++++++---------------------
 4 files changed, 89 insertions(+), 73 deletions(-)


2009-06-22  Antonio Perez  <aperez@skarcha.com>
            svn=3373 git=21c191748bb680c0c3cedee346bbc79480507986


 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Antonio Perez  <aperez@skarcha.com>
            svn=3372 git=1c28c5c373dffccb08d928009d78c8615f23b0cd

    Wizards javascript functions was not being installed.
    
 admin/static/js/Makefile.am |    3 ++-
 svnlog2changelog.py         |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3370 git=6ab72416f95cb3db17a9538d119ad3d3c1943c45

    Reverts the previous change (wrong commit).
    
 cherokee/handler_fcgi.c |    1 -
 cherokee/handler_scgi.c |    1 -
 cherokee/thread.c       |   19 ++-----------------
 3 files changed, 2 insertions(+), 19 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3369 git=1b0031866108fb4ee6704a05b0a63ddaa3ff10b0

    ChangeLog should be ignored by SVN
    
 cherokee/handler_fcgi.c |    1 +
 cherokee/handler_scgi.c |    1 +
 cherokee/nonce.c        |    1 -
 cherokee/thread.c       |   19 ++++++-
 po/admin/de.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/en.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/es.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/nl.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po       |  133 ++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po       |  133 ++++++++++++++++++++++++----------------------
 10 files changed, 433 insertions(+), 387 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3368 git=87d3c8e7d2db3908013ef9892f8da290180aa0e4

    It should return a failure when trying to set auto_rate if FFMped
    support is missing. Thanks to Pedro Gracia Fajardo for the patch.
    
 cherokee/handler_streaming.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3367 git=0de36d21f5edf7c6a976a995867c521d02e0ea39

    0.99.18 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3366 git=d22cfaccda1ee911d936aa8e882c3d6cbda22701

    The spawning mechanism was failing when the server was not running as
    root. The source of the issue was a SysV IPC semaphore; it belonged to
    the root user, so cherokee-worker wasn't able to interact with it.
    This issue has been reported in the mailing list. Thanks to Matt
    Austin, Piotr Waskiewicz, Frank Groeneveld and Michael Maier for
    finding and following up this bug:
    http://lists.octality.com/pipermail/cherokee/2009-June/010537.html
    
 cherokee/main.c |   80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 80 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3365 git=3ba29a7d1dd302fab26d22a678cbc2cedd6cf6a3

    Move the ChangeLog (re)generation script to a new file:
    changelog-update.sh. It's still called from ./autogen.sh.
    
 Makefile.am         |    3 ++-
 autogen.sh          |   29 +----------------------------
 changelog-update.sh |   35 +++++++++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 29 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3364 git=828e66f33a5a1c782a2fdace2d4ffddfa7d1d2aa

    Bugfix
    
 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3363 git=330aa0e40205fb9be28c9fa1a7437314607e21f9

    Integrates the svnlog2changelog.py in the autogen.sh script.
    
 autogen.sh          |   34 +++++++++++++++++++++++++++++++++-
 svnlog2changelog.py |   14 ++++++++------
 2 files changed, 41 insertions(+), 7 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3362 git=03a08751517e2d8de83c025b1c34162d553c9257

    Even though it isn't strictly necessary, we are going to distribute
    the svnlog2changelog.py script in the Cherokee source tarball.
    
 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3361 git=68dab500cd0c237309a9be031602acbff4c4b868

    Since svn2log.py uses a non-standard XML library, I've had to write
    this new script to build the ChangeLog file. This is the first and
    early version.
    
 svnlog2changelog.py |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3360 git=43ddd08347003d81a243932e053cdb4151e7c703

    Adding the old Changelog file
    
 ChangeLog.20090621 |17001 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 17001 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3359 git=235f56551076872c3a3191811a9d03794facce40

    Renaming Changelog to Changelog.20090621
    
 ChangeLog |17001 -------------------------------------------------------------
 1 files changed, 0 insertions(+), 17001 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3358 git=5eb0f43047ad0e6cf169cb0fdc3b05e0a7c26865

    This is the last entry of this change-log file. It's being rename to
    Changelog.20090621. From now on we will use SVN commit comments, and
    the Changelog file will be built out of them.
    
 ChangeLog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3357 git=6cb69c1dc3c4ea293d05cc29f88e23548587be1f


 ChangeLog                               |    4 +
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Mailman.py                 |  156 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/mailman.png |  Bin 0 -> 2993 bytes
 5 files changed, 164 insertions(+), 2 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3356 git=27debfb5bca925099559139f3fb46f44ad16475e


 cherokee/connection.c         |    3 ++-
 cherokee/rule_fullpath.c      |    4 ++++
 cherokee/validator_htpasswd.c |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3355 git=a7ea71dcf7be144c154da2f0652ea0bb7155c697


 ChangeLog            |    2 ++
 admin/PageVServer.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3354 git=911f17084f1d506f576e4618ac704d79b0dc15ed


 admin/Wizard_RoR.py       |    1 -
 admin/Wizard_WordPress.py |    4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3353 git=65f208d0159b744675b62c2f66ed8d723531752b


 ChangeLog                    |    4 ++++
 cherokee/handler_streaming.c |   15 +++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3352 git=4ecb2efd432447b30056af77e7db94f11eb9d38c


 ChangeLog    |    7 +++++++
 configure.in |    6 ++++++
 2 files changed, 13 insertions(+), 0 deletions(-)


2009-06-19  Jonathan Hernandez  <ion@suavizado.com>
            svn=3351 git=982760c824d5da9e76fd4d8c943b9d329b7c9f50


 admin/static/js/wizards.js |  106 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 106 insertions(+), 0 deletions(-)


2009-06-19  Jonathan Hernandez  <ion@suavizado.com>
            svn=3350 git=c78dd4de2693d58565ec40692bbd921efd3c1f1e


 ChangeLog                     |    6 +++
 admin/PageVServer.py          |    5 ++-
 admin/PageVServers.py         |    5 ++-
 admin/Wizard.py               |   22 ++++++------
 admin/static/css/cherokee.css |   73 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 98 insertions(+), 13 deletions(-)


2009-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3349 git=4290e316e4953da56278cc24a7f3821889262e6d


 doc/basics_download.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-06-15  Antonio Perez  <aperez@skarcha.com>
            svn=3347 git=439a345710d65717dd9cde57bdc5260c1af064db


 admin/static/images/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-06-15  Antonio Perez  <aperez@skarcha.com>
            svn=3346 git=a79e73c5d99bed5e52f478122fa27acbfef4ffbd


 ChangeLog             |    5 +++++
 admin/PageVServer.py  |    2 +-
 admin/PageVServers.py |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


2009-06-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3345 git=b3761c0a6d4f6f9893e2d34dae05b6a6a42600ba


 admin/PageStatus.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3344 git=6fd18d1a82b5b3d04ac674c2ede215b7daa33440


 ChangeLog                |    5 +++++
 admin/ModuleDirectory.py |    5 +++--
 admin/ModuleExists.py    |    5 +++--
 admin/ModuleFullpath.py  |   16 +++++++++-------
 admin/ModuleHeader.py    |    5 +++--
 admin/ModuleMethod.py    |    5 +++--
 admin/ModuleRequest.py   |    5 +++--
 7 files changed, 29 insertions(+), 17 deletions(-)


2009-06-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3343 git=5570086ef8c1f727abd3aa495d186951e582cbef


 ChangeLog           |    6 ++++
 admin/Wizard_RoR.py |   78 +++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 63 insertions(+), 21 deletions(-)


2009-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3341 git=01c160b1d9d26fabb154255d9b7a1fda337c1286


 ChangeLog            |    8 +++
 admin/Makefile.am    |    1 +
 admin/ModuleFrom.py  |   76 +++++++++++++++++++++++++++++++
 admin/consts.py      |    1 +
 cherokee/Makefile.am |   19 ++++++++
 cherokee/access.c    |   55 +++++++++++------------
 cherokee/access.h    |    6 ++-
 cherokee/rule_from.c |  120 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_from.h |   50 +++++++++++++++++++++
 configure.in         |    3 +-
 10 files changed, 307 insertions(+), 32 deletions(-)


2009-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3340 git=a39cbfd5049ba46bccb78fd3297df9fc78ceaf74


 po/admin/de.po    |  318 ++++++++++++++++++++++++++++-----------------------
 po/admin/en.po    |  320 ++++++++++++++++++++++++++++-----------------------
 po/admin/es.po    |  320 ++++++++++++++++++++++++++++-----------------------
 po/admin/nl.po    |  320 ++++++++++++++++++++++++++++-----------------------
 po/admin/sv_SE.po |  328 +++++++++++++++++++++++++++++-----------------------
 po/admin/zh_CN.po |  328 +++++++++++++++++++++++++++++-----------------------
 6 files changed, 1064 insertions(+), 870 deletions(-)


2009-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3339 git=b555baeb2bc0c8179d73d56397566c36ec8939b1


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3338 git=5b33555c20168eb858eb704861862e63cdbb22c7


 admin/Wizard_RoR.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3337 git=bbb94687c0ff2dc07042da1c61ca951c170a3bf8


 ChangeLog              |    4 ++
 admin/ModuleExists.py  |   15 ++++---
 cherokee/rule_exists.c |  100 ++++++++++++++++++++++++++++++++++++++++++-----
 cherokee/rule_exists.h |    1 +
 4 files changed, 103 insertions(+), 17 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3336 git=d98f709b9b79611b3c8e1c398df16fcc5c94b5be


 ChangeLog                 |    3 +++
 cherokee/handler_common.c |   21 ++++++++++-----------
 cherokee/virtual_server.c |    8 ++++++--
 3 files changed, 19 insertions(+), 13 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3335 git=cd29ad18eb8a581b3b4bae8a719a66a5428ad992


 ChangeLog            |    3 +++
 admin/util.py        |   14 ++++++++++++++
 admin/validations.py |   25 ++++++++++---------------
 3 files changed, 27 insertions(+), 15 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3334 git=4865106c89842a890b0c83eaa3bd0897282c6568


 admin/validations.py |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3333 git=5d3edbb7839805269283a763be525211112c3a21


 ChangeLog                 |    7 +++++++
 admin/ModuleExtensions.py |    7 ++++---
 admin/PageVServer.py      |   30 ++++++++++++++++--------------
 admin/Rule.py             |    2 +-
 admin/validations.py      |    8 ++++++--
 5 files changed, 34 insertions(+), 20 deletions(-)


2009-06-12  Jonathan Hernandez  <ion@suavizado.com>
            svn=3332 git=2fa78d3be220bb68b5180380ee3289cd30ea9443


 ChangeLog             |    5 +++++
 admin/PageVServer.py  |    6 ++++++
 admin/PageVServers.py |    5 +++++
 3 files changed, 16 insertions(+), 0 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3331 git=b5b3b4db61cf5aa2cdd89e0efa3de3d9ca666c81


 ChangeLog             |    5 +++++
 admin/ModuleExists.py |   13 ++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3330 git=e24a0cced1e56d6294760aece67c85c661a5fba8


 ChangeLog           |    3 +++
 admin/Wizard_RoR.py |   39 +++++++++++++++++++++++----------------
 2 files changed, 26 insertions(+), 16 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3329 git=61a093728fbe88e6ec32171cb1338afbf0006fdf


 admin/PageAdvanced.py |   16 ++++++++--------
 admin/PageIcon.py     |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3328 git=4319975aae9aa318d24b2b7539cfdb5bd80bad6b


 admin/PageIcon.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3327 git=4c954b03444b34d92cf801d183f98e9e9559845a


 ChangeLog               |    2 ++
 admin/PageInfoSource.py |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3326 git=cfdcfcaf29b3ff1399ec0128ac46cf2b8918f095


 admin/Form.py |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3325 git=a02e0823f8193444b5377944461fac9a9f9886ec


 ChangeLog                       |    4 ++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |    9 +++++++++
 cherokee/source_interpreter.c   |   23 +++++++++++++++++++----
 cherokee/spawner.c              |   24 +++++++++++++++++++++---
 5 files changed, 54 insertions(+), 7 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3324 git=6604b7db182acf88e758d1d0d6b7845654728e2c

    ::
    
 ChangeLog          |    6 ++++++
 admin/Module.py    |    7 ++++++-
 admin/PageEntry.py |    9 +++++----
 admin/Rule.py      |   15 +++++++++++++++
 4 files changed, 32 insertions(+), 5 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3323 git=d4438cb6423e16ea1c44f7dd98d8bccc9db77661


 admin/ModuleExists.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3322 git=2f364268ef5d616606c1adecbb5fead39c69e3f6


 ChangeLog             |    4 ++++
 admin/ModuleExists.py |   46 +++++++++++++++++++++++++++++++++++++---------
 admin/PageVServer.py  |    3 ++-
 3 files changed, 43 insertions(+), 10 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3321 git=f9de53e221bd23c56de4b7ae7240281b5382e0fd


 admin/Wizard_RoR.py |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3320 git=9059d7889654d9f411061c605a226910bb4631bb


 ChangeLog                               |    4 +
 admin/Makefile.am                       |    3 +-
 admin/Wizard_RoR.py                     |  206 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/ror.png     |  Bin 0 -> 3672 bytes
 admin/util.py                           |   22 ++++
 6 files changed, 236 insertions(+), 2 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3319 git=5e02a51f20252e7b4efb7ad163d5da452764a439


 ChangeLog     |    5 +++++
 admin/util.py |   13 ++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3318 git=2dd11d08a50228869683830c2cf6a23e35b185fb


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-06-10  Antonio Perez  <aperez@skarcha.com>
            svn=3317 git=7559f45b12bd982390b32742bae5a1d48d436620


 admin/static/images/arrow_ns.png   |  Bin 0 -> 447 bytes
 admin/static/images/arrow_ns_h.png |  Bin 0 -> 452 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)


2009-06-10  Antonio Perez  <aperez@skarcha.com>
            svn=3316 git=1a4c2029556c4ed6bfa9149f13bac72259f267e2


 ChangeLog                          |    7 +
 admin/PageVServer.py               |   34 +++--
 admin/PageVServers.py              |   20 ++-
 admin/static/css/cherokee.css      |   10 ++
 admin/static/js/jquery.tablednd.js |  267 ++++++++++++++++++++++++++++--------
 5 files changed, 265 insertions(+), 73 deletions(-)


2009-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3314 git=05a919ec5b09da4c7d2d5894b0b719528b7e8173


 contrib/Makefile.am |    2 +-
 po/admin/de.po      |  515 ++++++++++++++------------
 po/admin/en.po      |  516 ++++++++++++++------------
 po/admin/es.po      |  526 +++++++++++++++------------
 po/admin/nl.po      |  516 ++++++++++++++------------
 po/admin/sv_SE.po   | 1014 +++++++++++++++++++++++++++------------------------
 po/admin/zh_CN.po   |  160 ++++----
 7 files changed, 1748 insertions(+), 1501 deletions(-)


2009-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3313 git=aeccd0bbb5f88a2f31eb2651673c1c65142e005c


 ChangeLog       |    6 +++++-
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-06-09  Jonathan Hernandez  <ion@suavizado.com>
            svn=3312 git=0a5b719ee1498b3fa0abc4a6f061677106f98cc7


 ChangeLog                     |   21 +++++++++++++--------
 admin/PageVServer.py          |   38 +++++++++++++++++++++++++++++++++-----
 admin/PageVServers.py         |   27 ++++++++++++++-------------
 admin/static/css/cherokee.css |   13 +++++++++----
 4 files changed, 69 insertions(+), 30 deletions(-)


2009-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3311 git=40397abd2514ed4cc391210285aece7a30f276ce


 ChangeLog         |    5 +
 admin/consts.py   |    2 +-
 po/admin/zh_CN.po |  879 ++++++++++++++++++++++++++---------------------------
 3 files changed, 445 insertions(+), 441 deletions(-)


2009-06-05  Antonio Perez  <aperez@skarcha.com>
            svn=3310 git=95fbcdda1d23e85e0b155a262d865e047b3ac740


 po/admin/SV_se.po | 2911 -----------------------------------------------------
 po/admin/sv_SE.po | 2911 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2911 insertions(+), 2911 deletions(-)


2009-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3309 git=f06ef362acac9477e4c9a9e70df3c903ce262cbd


 admin/consts.py   |    2 +-
 po/admin/LINGUAS  |    2 +-
 po/admin/SV_se.po | 2911 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/admin/se.po    | 2911 -----------------------------------------------------
 4 files changed, 2913 insertions(+), 2913 deletions(-)


2009-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3308 git=92111192d6e46c5465395db0fa1cb75c9b25f8de


 admin/consts.py    |    3 +-
 po/admin/ChangeLog |    5 +
 po/admin/LINGUAS   |    2 +-
 po/admin/zh_CN.po  | 2934 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2942 insertions(+), 2 deletions(-)


2009-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3307 git=d7d6093a65d31696898728dd6eca8b72944477b8


 ChangeLog           |    3 +++
 admin/Wizard_PHP.py |   17 ++++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)


2009-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3306 git=44e855a75ff4ad001781ba477c3f9d0d67c7a714


 ChangeLog           |    3 +++
 contrib/Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3305 git=8589519302f44a611cc6be632e794bc9f3fb8028


 po/admin/ChangeLog |    4 +
 po/admin/se.po     |  324 ++++++++++++++++++++++++++++------------------------
 2 files changed, 177 insertions(+), 151 deletions(-)


2009-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3304 git=a80955d9bedc73083dfa44dbea4edea9a088ce36


 ChangeLog                  |   10 ++++++++++
 cherokee/common-internal.h |   16 +++++++++++++++-
 cherokee/main.c            |   31 +++++++++++++++++++------------
 cherokee/shm.c             |   42 ------------------------------------------
 cherokee/shm.h             |    5 -----
 cherokee/spawner.c         |   32 +++++++++++++++++++++++++-------
 configure.in               |   19 ++++++++++++++++++-
 7 files changed, 87 insertions(+), 68 deletions(-)


2009-06-02  Antonio Perez  <aperez@skarcha.com>
            svn=3303 git=b4b9370b4c8ca4f9f259baaa2492a516b194e24e


 admin/static/images/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-06-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3302 git=24389fc950249de21eb19b6a78c48673c20886e9


 ChangeLog             |    4 ++++
 cherokee/main_admin.c |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2009-06-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3301 git=921c6fb761790e2b7acc97ecc876767a60e48be4


 ChangeLog                 |    5 +++
 admin/Wizard.py           |   12 ++++++++
 admin/Wizard_Django.py    |    3 ++
 admin/Wizard_Drupal.py    |   12 +++++---
 admin/Wizard_WordPress.py |   64 ++++++++++++++++++++++++--------------------
 5 files changed, 63 insertions(+), 33 deletions(-)


2009-06-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3300 git=d5357ab913e0c7a60813d1d123f73e2b2dbf89fc


 ChangeLog                |    9 +++
 admin/Makefile.am        |    1 +
 admin/ModuleFullpath.py  |   76 ++++++++++++++++++++++++++
 admin/consts.py          |    1 +
 cherokee/Makefile.am     |   19 +++++++
 cherokee/rule_fullpath.c |  132 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_fullpath.h |   50 +++++++++++++++++
 configure.in             |    3 +-
 qa/229-Fullpath.py       |   33 +++++++++++
 qa/230-Fullpath2.py      |   40 ++++++++++++++
 qa/Makefile.am           |    5 +-
 11 files changed, 366 insertions(+), 3 deletions(-)


2009-06-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3299 git=7a5bde05fb3b45369b47f51b26f9766d339bfd39


 ChangeLog               |    6 ++++++
 admin/PageEntry.py      |   25 +++++++++++++++++--------
 admin/PageInfoSource.py |    2 +-
 admin/PageVServer.py    |    2 +-
 admin/Rule.py           |   23 +++++++++++++----------
 5 files changed, 38 insertions(+), 20 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3298 git=07e90cc1b246afb3fd8aa557d925a636d9adce0c


 ChangeLog                                 |    5 +++++
 admin/Wizard_WordPress.py                 |    4 ++--
 admin/static/images/wizards/Makefile.am   |    2 +-
 admin/static/images/wizards/wordpress.jpg |  Bin 1630 -> 0 bytes
 admin/static/images/wizards/wordpress.png |  Bin 0 -> 4418 bytes
 5 files changed, 8 insertions(+), 3 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3297 git=98a3b1df0a1c7f039859c57fc2aba5278c6497df


 admin/Wizard_Drupal.py    |    7 ++++---
 admin/Wizard_WordPress.py |    7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3296 git=f01ee617df990fe15b8a46f403a715eacad84043


 ChangeLog               |    3 +++
 cherokee/handler_scgi.c |   12 ++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3295 git=5d89eb32b0cdcdfd84ecea379af563718137f750


 admin/Wizard_Drupal.py    |    5 -----
 admin/Wizard_WordPress.py |   21 +++++++++++----------
 2 files changed, 11 insertions(+), 15 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3294 git=20b06ee44c47926a709084a7217f7d63364c8cb4


 ChangeLog              |    3 +
 admin/Wizard_Drupal.py |  109 +++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 107 insertions(+), 5 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3293 git=852aa9eeefe97a01563116086845d8249715e4ae


 ChangeLog                 |    4 ++++
 admin/Wizard_Drupal.py    |   12 +++++++++++-
 admin/Wizard_WordPress.py |   10 +++++++++-
 admin/util.py             |   15 +++++++++++++++
 4 files changed, 39 insertions(+), 2 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3292 git=8a18d893ee9951c0a938fcb1a58c27c8d56f5e7e


 admin/Wizard.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3291 git=68af44cdb085b5299300484fd5042bdf65dac0ae


 ChangeLog                               |    4 +
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Drupal.py                  |  103 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/drupal.png  |  Bin 0 -> 2709 bytes
 5 files changed, 111 insertions(+), 2 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3290 git=ce73aeb47a8bf43c8c04f3e6a7e6f6d5e533c6d9


 admin/Wizard_PHP.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3289 git=0e4acc72c37785e7ec99443364fcd950ebe8b797


 admin/Wizard_PHP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3288 git=30fbb35bf6966df58c83122b79cb11577a58afb2


 ChangeLog                  |   12 ++++++++++++
 cherokee/rule.c            |    4 ++--
 cherokee/rule.h            |    4 ++--
 cherokee/rule_and.c        |    8 +++++---
 cherokee/rule_bind.c       |    7 +++++--
 cherokee/rule_default.c    |    5 ++++-
 cherokee/rule_directory.c  |    6 +++++-
 cherokee/rule_exists.c     |   26 ++++++++++++++++++++------
 cherokee/rule_extensions.c |    6 +++++-
 cherokee/rule_geoip.c      |    6 +++++-
 cherokee/rule_header.c     |    7 +++++--
 cherokee/rule_list.c       |    4 ++--
 cherokee/rule_method.c     |    7 +++++--
 cherokee/rule_not.c        |    6 ++++--
 cherokee/rule_or.c         |    8 +++++---
 cherokee/rule_request.c    |    6 +++++-
 16 files changed, 91 insertions(+), 31 deletions(-)


2009-05-30  Antonio Perez  <aperez@skarcha.com>
            svn=3287 git=f838ce305c19f44514f1555cc6ad342eab33ef78


 ChangeLog           |    5 +++++
 admin/ModuleFcgi.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3286 git=e3fd3452df3b421e939a92ea4824aec582a105f9


 ChangeLog                |    5 +++++
 cherokee/handler_redir.c |   17 +++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3285 git=4b0d32862e5b864f587221762fdfd6b406e3f83b


 ChangeLog                |    4 ++++
 cherokee/connection.c    |    4 ++--
 cherokee/handler_redir.c |    4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3284 git=8a7f93e05276ae2aad52bf3ae946d6da694c4679


 ChangeLog                |    3 +++
 cherokee/handler_redir.c |    5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3283 git=213d9f32b04a49636780c1853eaa8a752e0e2723


 ChangeLog           |    3 +++
 admin/Wizard_PHP.py |    7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3282 git=e308b8b3d3e2e5a183dce75940dfb101e59c0bbc


 ChangeLog                 |    3 +
 admin/Wizard_WordPress.py |  199 +++++++++++++++++++--------------------------
 2 files changed, 86 insertions(+), 116 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3281 git=9e288de95e2808382edac6b4264019e6169cf3cf


 admin/Wizard_HotLinking.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-30  Antonio Perez  <aperez@skarcha.com>
            svn=3280 git=dd973745855604902a873b1d77042f0e68d60f97


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3279 git=de808da99654317a468ff03d4ea116867e85354c


 ChangeLog       |    2 ++
 admin/Wizard.py |   21 +++++++++++----------
 admin/consts.py |    6 ------
 3 files changed, 13 insertions(+), 16 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3278 git=2ac20ecf6cad81ca8824722867ebbdae599f4e88


 ChangeLog                  |    6 +++++
 admin/Wizard.py            |   47 ++++++++++++++++++++++++++++++++++++-------
 admin/Wizard_Django.py     |    6 +++-
 admin/Wizard_HotLinking.py |   10 ++++++--
 admin/Wizard_Redirect.py   |    3 +-
 admin/Wizard_WordPress.py  |    6 +++-
 admin/consts.py            |    6 +++++
 7 files changed, 68 insertions(+), 16 deletions(-)


2009-05-30  Antonio Perez  <aperez@skarcha.com>
            svn=3277 git=8db047c7bb3f85ae782a5ed2ff6e99c715ea0152


 ChangeLog             |    6 ++++++
 admin/PageVServers.py |   25 ++++++++++++++++++-------
 admin/config.py       |    9 +++++++++
 3 files changed, 33 insertions(+), 7 deletions(-)


2009-05-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3276 git=91e325a11406039a12a899d3672a82973db6e6f8


 ChangeLog                                  |    5 ++
 admin/Makefile.am                          |    1 +
 admin/Wizard.py                            |    2 +-
 admin/Wizard_HotLinking.py                 |  103 ++++++++++++++++++++++++++++
 admin/Wizard_Redirect.py                   |   14 +++--
 admin/static/images/wizards/Makefile.am    |    3 +-
 admin/static/images/wizards/hotlinking.png |  Bin 0 -> 3773 bytes
 7 files changed, 121 insertions(+), 7 deletions(-)


2009-05-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3275 git=6bddd2ae53d03cdaf8579385c14186c66546087e


 ChangeLog                |    7 +++++++
 admin/Wizard.py          |   33 +++++++++++++++++++++++++++++++--
 admin/Wizard_Django.py   |   16 +++++++++++-----
 admin/Wizard_Redirect.py |    5 +++--
 4 files changed, 52 insertions(+), 9 deletions(-)


2009-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3274 git=cf3f4255f1acd6d92c56145a1bccb9d6bb784bc5


 ChangeLog              |    5 +++
 admin/Wizard_Django.py |   71 ++++++++++++++++++++++++++++++++++++++++++++---
 admin/Wizard_PHP.py    |    4 +-
 admin/util.py          |    6 ++--
 4 files changed, 76 insertions(+), 10 deletions(-)


2009-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3273 git=0f161b07f00c37cde2573f6955c3e483734527ca


 admin/Wizard_Django.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3272 git=d67ff6246d41cb59e5c1d6fc6fa00ebcfe408621


 admin/Wizard_Django.py |   30 +++++++++++++++++++++++++-----
 admin/validations.py   |    7 +++++++
 2 files changed, 32 insertions(+), 5 deletions(-)


2009-05-28  Jonathan Hernandez  <ion@suavizado.com>
            svn=3271 git=5daa3022b84bdf3d45fd591869d54f9fc05d4a4b


 ChangeLog                             |   13 +++++++
 admin/PageVServer.py                  |    6 ++--
 admin/PageVServers.py                 |   31 ++++++++++++++++-
 admin/Wizard_PHP.py                   |    2 +-
 admin/static/css/cherokee.css         |   62 ++++++++++++++++++++++++++++++--
 admin/static/images/menu-active.png   |  Bin 3891 -> 1151 bytes
 admin/static/images/rulestable-th.png |  Bin 0 -> 343 bytes
 admin/static/images/tab.png           |  Bin 8734 -> 8176 bytes
 8 files changed, 105 insertions(+), 9 deletions(-)


2009-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3270 git=903043e20a0ade9d9f21e61cc28967f06388a3d7


 ChangeLog                               |    5 ++
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Django.py                  |   77 +++++++++++++++++++++++++++++++
 admin/Wizard_PHP.py                     |    2 +-
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/django.png  |  Bin 0 -> 1612 bytes
 admin/util.py                           |   29 ++++++++++-
 7 files changed, 113 insertions(+), 6 deletions(-)


2009-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3269 git=8420a0412e45f5adad791f3218eeb760fd80de53


 po/admin/se.po |  209 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 104 insertions(+), 105 deletions(-)


2009-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3268 git=354edb514ee7a181327fb21066d27c889d601fb4


 ChangeLog          |    6 ++++++
 cherokee/spawner.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3267 git=efeb1d76bc33c5559d8b97a0426bfde47b9ec0ee


 admin/consts.py    |    3 +-
 po/admin/ChangeLog |    5 +
 po/admin/LINGUAS   |    2 +-
 po/admin/se.po     | 2890 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2898 insertions(+), 2 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3266 git=1c42ed0f82a67a21c156eec666ae8819fadf7f92


 ChangeLog             |    4 ++++
 doc/cookbook_zend.txt |    6 +++++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3265 git=439ef93b822766c7728e9c883b1390c622b4b06e


 ChangeLog |  274 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 137 insertions(+), 137 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3264 git=c22bd7356617efb8a60e1f2c5622d454e526c327


 ChangeLog                   |    3 +++
 cherokee/handler_cgi_base.c |   19 +++++++++++--------
 cherokee/handler_fcgi.c     |    7 ++++---
 3 files changed, 18 insertions(+), 11 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3263 git=48c824385e354399f231a14f0158c7fc59802e95


 qa/141-FastCGI-EmptyVars.py |    1 +
 qa/206-AuthType.py          |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3262 git=6bb0a043d27e94825c6b65236c69945821adc426


 qa/util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3261 git=8ae04350b9a2d882b895cbb6a60651c8244ddb6c


 ChangeLog         |    5 +++++
 cherokee/buffer.c |   30 ++++++++++++++++++++++++++++++
 cherokee/buffer.h |    1 +
 3 files changed, 36 insertions(+), 0 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3260 git=21c5d7530186f10ac08aa175634d1fa84cbe43d5


 contrib/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3259 git=80e55d6ac786293187f56d82d2965c7f7215468c


 ChangeLog                         |    7 +++
 admin/PageAdvanced.py             |   19 ++++++-
 cherokee/Makefile.am              |    7 +++
 cherokee/cryptor_libssl.c         |  104 ++++++++++++++++++++++++++++++++++++-
 cherokee/cryptor_libssl_dh_1024.c |   38 +++++++++++++
 cherokee/cryptor_libssl_dh_2048.c |   52 ++++++++++++++++++
 cherokee/cryptor_libssl_dh_4096.c |   78 +++++++++++++++++++++++++++
 cherokee/cryptor_libssl_dh_512.c  |   32 +++++++++++
 contrib/make-dh_params.sh         |   28 ++++++++++
 9 files changed, 362 insertions(+), 3 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3258 git=779501f4804c921bfe7a071e6736ffc4a112701f


 admin/Wizard.py     |   11 +++++++++--
 admin/Wizard_PHP.py |    9 +++++----
 2 files changed, 14 insertions(+), 6 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3257 git=753b0115a8209f924d2cb2a30b7b9b1ffe9ea395


 admin/Wizard_WordPress.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3256 git=b09adc05d3fd69b5d3c30a2efb56f6881c84db2f


 ChangeLog              |    6 ++++++
 cherokee/rule_exists.c |   36 +++++++++++++++++++++++++-----------
 cherokee/rule_exists.h |    1 +
 3 files changed, 32 insertions(+), 11 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3255 git=a8b6d121151e8c48d3fb91a2ca2ffc4190d36bd3


 admin/static/images/wizards/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3254 git=5887e614b1a848365206c4b70057040bb99aa7bf


 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3253 git=c31858f3d1c3b979a3fd1d7447de8e0841fd4947


 ChangeLog                   |    7 +++++++
 cherokee/handler_cgi_base.c |    9 +++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3252 git=a132f0676b3308b2d11c452e10ce1ab5d382ec0e


 ChangeLog                                |    4 ++
 admin/PageVServers.py                    |    1 -
 admin/Wizard.py                          |   45 +++++++++++++++++++++++
 admin/Wizard_Redirect.py                 |   57 ++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am  |    3 +-
 admin/static/images/wizards/redirect.jpg |  Bin 0 -> 1489 bytes
 6 files changed, 108 insertions(+), 2 deletions(-)


2009-05-24  Antonio Perez  <aperez@skarcha.com>
            svn=3251 git=7f7ff6771e68e3ea7dd80968d20dac4002287703


 ChangeLog             |    5 +++++
 admin/PageVServers.py |    7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3250 git=d168a28fadf7319f1be1ca68dc582e61cd109993


 ChangeLog                       |    7 +++++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |    9 ++++++++-
 3 files changed, 16 insertions(+), 1 deletions(-)


2009-05-24  Antonio Perez  <aperez@skarcha.com>
            svn=3249 git=7af653a10dd8f98640b3a821e5d8993b8079187f


 admin/PageVServer.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3248 git=a1f76df6208e537989e33eaa5d3c9b4f30114447


 admin/static/images/wizards/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3247 git=e4f68e73c881c3fc48cd225fb37da1008211acab


 po/admin/ChangeLog |    4 ++++
 po/admin/es.po     |   50 +++++++++++++++++++++++++++-----------------------
 2 files changed, 31 insertions(+), 23 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3246 git=0b3756a4230890209e6516cd74c60c72263d9b67


 po/admin/de.po |  323 +++++----
 po/admin/en.po |  324 +++++----
 po/admin/es.po |  323 +++++----
 po/admin/nl.po | 2178 ++++++++++++++++++++++++++++++--------------------------
 4 files changed, 1664 insertions(+), 1484 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3245 git=e2e6ad102447fdf9161265598b4881609fc56c38


 admin/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3244 git=358bae1a16ce8ec39664d612853cadbb0307669d


 ChangeLog                                 |    9 ++
 admin/Page.py                             |    1 +
 admin/PageVServer.py                      |   33 +++++-
 admin/PageVServers.py                     |   31 +++++
 admin/Wizard.py                           |   86 ++++++++++++
 admin/Wizard_PHP.py                       |  103 +++++++++++++++
 admin/Wizard_WordPress.py                 |  200 +++++++++++++++++++++++++++++
 admin/server.py                           |   11 +-
 admin/static/images/Makefile.am           |    2 +-
 admin/static/images/wizards/Makefile.am   |    6 +
 admin/static/images/wizards/php.jpg       |  Bin 0 -> 1241 bytes
 admin/static/images/wizards/wordpress.jpg |  Bin 0 -> 1630 bytes
 admin/util.py                             |   93 +++++++++++++
 cherokee.conf.sample.pre                  |   19 +---
 configure.in                              |    1 +
 15 files changed, 568 insertions(+), 27 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3243 git=c4b4c5594040e88f83e069a9ed10b759b785931f


 cherokee/handler_cgi_base.c |    2 ++
 cherokee/rule_directory.c   |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3242 git=7c049d42143676e3d4da6e058fe7c2708a556a91



2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3241 git=3efe923be52bee9e959825a0196a27380f9a304c


 ChangeLog          |    4 ++++
 admin/PageEntry.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3240 git=8cdaac315c11678d17776471f2c4d3134d3ff973


 ChangeLog            |    3 +++
 admin/PageVServer.py |    9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3239 git=5e2ed6b7457bb5639fa94558491d4880668beff2


 ChangeLog                   |    2 ++
 cherokee/handler_cgi_base.c |    9 ++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3238 git=2216ef3eab9587676e0714c76affce69dde340fd


 ChangeLog       |    4 ++++
 cherokee/main.c |    7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3237 git=7fd826052ae28affb586bd1f495d6d6f1ecd4658


 ChangeLog                |    3 +++
 cherokee/config_reader.c |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3236 git=0096e0e6264a9c90d8adcc73b9fb63a37f2bc59e


 ChangeLog |    4 ++++
 README    |   22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)


2009-05-22  Antonio Perez  <aperez@skarcha.com>
            svn=3234 git=4b1e3e6e0bb159d3d4d07549c419163be334f82c


 ChangeLog                       |    8 ++++++++
 admin/PageVServer.py            |   16 ++++++++--------
 admin/static/images/Makefile.am |    5 +++++
 admin/static/images/cross.png   |  Bin 0 -> 655 bytes
 admin/static/images/tick.png    |  Bin 0 -> 537 bytes
 5 files changed, 21 insertions(+), 8 deletions(-)


2009-05-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3233 git=e626b947f3db708fc675180cc989aa8729c8205a


 ChangeLog               |    5 +++++
 cherokee/handler_fcgi.c |   12 ++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)


2009-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3232 git=7c104fbda00648ef8db60d4bff314634ce19dd1a


 ChangeLog          |    2 +
 admin/consts.py    |    3 +-
 po/admin/ChangeLog |    5 +
 po/admin/LINGUAS   |    2 +-
 po/admin/nl.po     | 2800 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 2810 insertions(+), 2 deletions(-)


2009-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3231 git=b3f416ac736a9eed0f2390a2b5f4cd4a4fb82b90


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |   18 +++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletions(-)


2009-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3228 git=49561b6f5a4637ce1bb93286e954cfd82efcf2b1


 cherokee/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3227 git=c900f576446ad6eb3dcad1cc20c83eec0002794b


 ChangeLog    |    5 +++++
 configure.in |    9 ++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


2009-05-13  Antonio Perez  <aperez@skarcha.com>
            svn=3225 git=f7151f29f7ba20dd11e61afedf75bfd049f9516a


 ChangeLog       |    4 +
 cherokee/main.c |  181 +++++++++++++++++++++++++++++-------------------------
 2 files changed, 101 insertions(+), 84 deletions(-)


2009-05-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3224 git=18b647ce974ad368ab2289b46e3c4373beee319c


 ChangeLog          |    4 +
 admin/consts.py    |    3 +-
 po/admin/ChangeLog |    5 +
 po/admin/LINGUAS   |    2 +-
 po/admin/de.po     | 2839 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/admin/en.po     |  817 ++++++++--------
 po/admin/es.po     | 1432 ++++++++++++++-------------
 7 files changed, 4027 insertions(+), 1075 deletions(-)


2009-05-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3223 git=91984de019e97dde6a259db74979b05bac0307c9


 ChangeLog              |    6 ++++++
 admin/ModuleHeader.py  |    3 ++-
 cherokee/rule_header.c |    2 ++
 3 files changed, 10 insertions(+), 1 deletions(-)


2009-05-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3221 git=aed732f9db21d106dd5fc61bc7779daf57dfef3c


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-05-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3220 git=5befa9ec42bd74d220c3c36c58cdd68f864eacc6


 ChangeLog               |    8 ++++++++
 cherokee/handler_file.c |   18 ++++++++++--------
 2 files changed, 18 insertions(+), 8 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3219 git=e7d9b212cc28b5f28019746ae1db4dfe13787fb6


 cherokee/handler_cgi_base.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3217 git=e866bc65ce37b870ae0caf494459ecd4951955a6


 ChangeLog         |    4 ++++
 cherokee/buffer.c |   20 +++++++++++++++++---
 2 files changed, 21 insertions(+), 3 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3216 git=e415789f4ad7760afa9a023d9c000de74ccc958f


 ChangeLog       |    2 ++
 cherokee/main.c |   10 ++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3215 git=d90cd7a737376519cf1333354283cd8de71a09f0


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3214 git=6c0f57d74ad48d146c3ee9d60736a929d531ab28


 ChangeLog                |    6 ++++++
 cherokee/config_reader.c |    8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3213 git=00bcf2f6be367a86117ed6f70e8f8933dc7086c9


 ChangeLog       |    8 +++++++-
 cherokee/main.c |   12 +++++++-----
 2 files changed, 14 insertions(+), 6 deletions(-)


2009-05-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3212 git=4b4b8a5d2960dcd905d280222d1d55b94168b8ee


 ChangeLog                    |    3 +++
 cherokee/handler_streaming.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-05-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3211 git=e10dfd30802959dfd4af48cfeabf57376312f7ec


 ChangeLog          |    3 +++
 cherokee/spawner.h |    8 ++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2009-05-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3210 git=c352e60b25fe363ab78ab010c995c5614bdb71ee


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-05-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3209 git=6310d40d30a3c310b6906424efe4d4d98e5656cb


 ChangeLog                     |    6 ++++++
 cherokee/source_interpreter.c |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-05-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3208 git=2402c04818225456c0d53142f615800f763ccdf2


 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-05-08  Antonio Perez  <aperez@skarcha.com>
            svn=3206 git=c5c4f358b57e83e37797bd2667c965984240b4a3


 ChangeLog                  |   22 +++++++++++++++
 admin/Form.py              |    2 +-
 admin/ModuleAuth.py        |   15 ++++++----
 admin/ModuleBalancer.py    |   11 +++++---
 admin/ModuleBind.py        |    2 +-
 admin/ModuleCgi.py         |   27 ++++++++++--------
 admin/ModuleCommon.py      |   13 +++++---
 admin/ModuleCustomError.py |    9 ++++--
 admin/ModuleDbslayer.py    |   25 ++++++++++--------
 admin/ModuleDirectory.py   |   11 +++++---
 admin/ModuleDirlist.py     |   31 ++++++++++++----------
 admin/ModuleEvhost.py      |   11 +++++---
 admin/ModuleExists.py      |   17 +++++++-----
 admin/ModuleExtensions.py  |    9 ++++--
 admin/ModuleFcgi.py        |    2 +-
 admin/ModuleFile.py        |    9 ++++--
 admin/ModuleGeoip.py       |   15 ++++++----
 admin/ModuleHeader.py      |   13 +++++---
 admin/ModuleHtdigest.py    |    7 +++-
 admin/ModuleHtpasswd.py    |    7 +++-
 admin/ModuleLdap.py        |   37 ++++++++++++++------------
 admin/ModuleMethod.py      |   11 +++++---
 admin/ModuleMirror.py      |    7 +++-
 admin/ModuleMysql.py       |   35 +++++++++++++-----------
 admin/ModulePlain.py       |    7 +++-
 admin/ModuleProxy.py       |   19 ++++++++-----
 admin/ModuleRedir.py       |   19 ++++++++-----
 admin/ModuleRehost.py      |    9 ++++--
 admin/ModuleRequest.py     |   11 +++++---
 admin/ModuleScgi.py        |    5 +++-
 admin/ModuleSecdownload.py |   13 +++++---
 admin/ModuleServerInfo.py  |   15 ++++++----
 admin/ModuleStreaming.py   |   17 +++++++-----
 admin/ModuleWildcard.py    |    9 ++++--
 admin/Page.py              |    4 +-
 admin/PageAdvanced.py      |   42 +++++++++++++++---------------
 admin/PageEntry.py         |   18 ++++++------
 admin/PageGeneral.py       |   16 +++++-----
 admin/PageInfoSource.py    |   28 ++++++++++----------
 admin/PageMime.py          |    6 ++--
 admin/PageVServer.py       |   62 ++++++++++++++++++++++----------------------
 admin/PageVServers.py      |    4 +-
 admin/Rule.py              |    2 +-
 43 files changed, 383 insertions(+), 271 deletions(-)


2009-05-08  Antonio Perez  <aperez@skarcha.com>
            svn=3205 git=beeb1f3b53923792b285daa90e345256a0bd2a4d


 ChangeLog                 |   12 ++++++++++++
 admin/Form.py             |   13 +++++++++++++
 admin/ModuleAuthlist.py   |    3 +--
 admin/ModuleBalancer.py   |    3 +--
 admin/ModuleBind.py       |    3 +--
 admin/ModuleCgi.py        |    3 +--
 admin/ModuleErrorRedir.py |    3 +--
 admin/ModuleProxy.py      |    9 +++------
 admin/ModuleRedir.py      |    3 +--
 admin/ModuleRehost.py     |    3 +--
 admin/ModuleWildcard.py   |    5 ++---
 admin/PageGeneral.py      |    3 +--
 admin/PageIcon.py         |    6 ++----
 admin/PageInfoSource.py   |    6 ++----
 admin/PageMime.py         |    3 +--
 admin/PageVServer.py      |    3 +--
 admin/PageVServers.py     |    3 +--
 17 files changed, 45 insertions(+), 39 deletions(-)


2009-05-07  Antonio Perez  <aperez@skarcha.com>
            svn=3202 git=4eeab0c552971543acfe0c6db739a9cc59d3626c


 ChangeLog       |    8 +++++++-
 admin/server.py |    9 +++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)


2009-05-06  Antonio Perez  <aperez@skarcha.com>
            svn=3201 git=9d4696594d7332e8b829c2378080bf88e35b7cd0


 ChangeLog               |    5 +++++
 admin/ModuleBalancer.py |    2 +-
 admin/ModuleDirlist.py  |   10 +++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)


2009-05-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3199 git=56f4ad718d5e6d7975107936b748307325ea454d


 cherokee/handler_fcgi.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2009-05-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3198 git=3ea5050aed9e6080ded429b1151b1f90b700776c


 ChangeLog      |    2 +
 po/admin/es.po |  883 ++++++++++++++++++++++++++------------------------------
 2 files changed, 416 insertions(+), 469 deletions(-)


2009-05-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3197 git=f6aa0af5d681128e5f36af399e58c82cf02b3f7d


 ChangeLog               |    2 ++
 admin/PageInfoSource.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-05-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3196 git=1e2684b4bcd5fa80b15547cc5ff612b852a8ccbb


 ChangeLog                     |    9 +++++
 cherokee/handler_file.c       |   69 ++++++++++++++++++++++++++++++-----------
 cherokee/handler_file.h       |    1 +
 qa/056-ContentRange3.py       |    2 +-
 qa/057-ContentRange4.py       |    3 +-
 qa/058-ContentRange-Double.py |    3 +-
 qa/145-ContentRange3-NoIO.py  |    2 +-
 qa/146-ContentRange4-NoIO.py  |    2 +-
 8 files changed, 68 insertions(+), 23 deletions(-)


2009-05-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3194 git=eaae869932fb4335a40af89c0835a13289de3102


 ChangeLog            |    3 +++
 admin/PageVServer.py |   12 ++++++------
 cherokee/logger.c    |   22 ++++++++++++++++++++--
 3 files changed, 29 insertions(+), 8 deletions(-)


2009-05-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3193 git=fb3a0acf17e00dab579e673357ad3248fedcf162


 ChangeLog         |    6 ++++++
 cherokee/socket.c |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-04-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3188 git=38d525a17a781551baf987aeade407a647ab1bf1


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-04-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3187 git=3ecb34e810815f3ffdf49b036d076c4626d3e3b3


 po/admin/en.po |   69 ++++++++++++++++++++++++++++++++--------------------
 po/admin/es.po |   73 +++++++++++++++++++++++++++++++++----------------------
 2 files changed, 86 insertions(+), 56 deletions(-)


2009-04-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3186 git=1de95d08fc4d3b1cac99b9b5772fc3a55777d126


 ChangeLog                     |    5 +++++
 cherokee/Makefile.am          |   20 ++++++++++++++------
 cherokee/main.c               |    8 ++++++++
 cherokee/source_interpreter.c |    5 ++++-
 cherokee/spawner.c            |   13 ++++++++++++-
 configure.in                  |   14 +++++++++++++-
 6 files changed, 56 insertions(+), 9 deletions(-)


2009-04-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3185 git=6d21d98b44cf1a2d18f3697745346f4f251f0040


 ChangeLog                     |    5 +++++
 cherokee/source_interpreter.c |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-04-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3184 git=e95906449134f954ba22adbf3e8458cddacf20a5


 ChangeLog          |    4 ++++
 cherokee/main.c    |   37 +++++++------------------------------
 cherokee/shm.c     |    6 ++++--
 cherokee/spawner.c |    6 +++++-
 cherokee/spawner.h |    2 +-
 5 files changed, 21 insertions(+), 34 deletions(-)


2009-04-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3183 git=eb8b2298de8ec7972e0a2d30e3d774a3f209f45d


 ChangeLog                     |    4 ++++
 admin/PageInfoSource.py       |    7 ++++++-
 cherokee/main.c               |   41 +++++++++++++++++++++++++++++++++--------
 cherokee/source_interpreter.c |   31 +++++++++++++++++++++++++++++--
 cherokee/source_interpreter.h |    3 +++
 cherokee/spawner.c            |   13 ++++++++++---
 cherokee/spawner.h            |    4 +++-
 7 files changed, 88 insertions(+), 15 deletions(-)


2009-04-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3182 git=cdbd5002b9210ddaa75c7b48c3a61d3537e0dc58


 ChangeLog         |    4 ++++
 cherokee/server.c |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)


2009-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3180 git=ac810ede0a06c8182d6d9f7a62a5e507e8b4716e


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3179 git=90c51fbedb29333e65486332fc528d513c9725b8


 po/admin/en.po |  262 ++++++++++++++++++++++++++++++-------------------------
 po/admin/es.po |  260 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 285 insertions(+), 237 deletions(-)


2009-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3178 git=c8154e9515c4cab764910e66499794f369c9b51d


 ChangeLog                  |    3 +++
 cherokee/validator_mysql.c |   15 +++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)


2009-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3177 git=b94c5978ba592b4639ed392003e6464ee4f87f5b


 ChangeLog            |    5 +++++
 admin/Form.py        |    4 ++--
 admin/ModuleMysql.py |   14 +++++++++++---
 3 files changed, 18 insertions(+), 5 deletions(-)


2009-04-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3174 git=d5cc961f930933267e12c10e7b6af12d645ee10c


 admin/ModuleProxy.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3173 git=88bb86027a17f2720554402a250511097247d9a2


 ChangeLog            |    4 ++++
 cherokee/Makefile.am |    4 ++--
 cherokee/init.c      |    5 -----
 3 files changed, 6 insertions(+), 7 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3172 git=a4e3bac742884a47d0d9c65a450ae944ed8a5c52


 ChangeLog       |    4 ++++
 cherokee/main.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3171 git=7733ad5429dded765528d83ce47b59c0f25424b5


 ChangeLog    |    2 ++
 configure.in |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3170 git=0d59685350e50047db37fde54cea1043eecdb0ef


 ChangeLog            |    3 +++
 admin/PageVServer.py |   11 +++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3169 git=f6a99019f8b2f155530ee692e55b22f0b0657832


 ChangeLog                     |    5 +++++
 cherokee/source_interpreter.c |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3168 git=4991245b824ae8bd950b82dba2077e7fe2a0eac1


 ChangeLog                     |   14 +++
 cherokee/Makefile.am          |    5 +
 cherokee/handler_cgi.c        |   11 +-
 cherokee/init.c               |    6 +
 cherokee/logger.c             |   15 ++-
 cherokee/logger.h             |   41 ++++----
 cherokee/logger_combined.c    |   16 ++--
 cherokee/logger_combined.h    |    2 +
 cherokee/logger_custom.c      |   26 ++---
 cherokee/logger_custom.h      |   20 ++--
 cherokee/logger_ncsa.c        |   26 ++---
 cherokee/logger_ncsa.h        |   17 ++--
 cherokee/logger_w3c.c         |   25 ++---
 cherokee/logger_w3c.h         |   17 ++--
 cherokee/macros.h             |    2 +
 cherokee/main.c               |  252 ++++++++++++++++++++++++++++++++++++++++-
 cherokee/main_admin.c         |    1 +
 cherokee/server.c             |   11 ++
 cherokee/shm.c                |  163 ++++++++++++++++++++++++++
 cherokee/shm.h                |   63 ++++++++++
 cherokee/source_interpreter.c |  136 +++++++++++++----------
 cherokee/spawner.c            |  229 +++++++++++++++++++++++++++++++++++++
 cherokee/spawner.h            |   56 +++++++++
 23 files changed, 982 insertions(+), 172 deletions(-)


2009-04-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3167 git=456c4dd0b6b8271ad1de2c709b5d8f643a0ee008


 po/admin/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3166 git=e52255656e238bcf59e653ee2080d0ca711aae4b


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |   16 +++++++++++-----
 cherokee/handler_file.c     |    7 ++++---
 qa/202-xsendfile2.py        |    2 +-
 4 files changed, 22 insertions(+), 9 deletions(-)


2009-04-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3165 git=e36f63672bc069e5824f4195b0be4d75ab9c981e


 cherokee/handler_proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3164 git=da505d0625e31a16bb8732df991e8b64536bf916


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |   13 +++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)


2009-04-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3163 git=60546b4eff529af7953cae8f23c2b7f8c44d4fdf


 cherokee/limiter.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


2009-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3162 git=777d0ac3dc508611282bdb5c9fbfd1041943b807


 cherokee/server.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2009-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3161 git=766b3bf7e9bb45eedc18678227987d8c5d280817


 ChangeLog       |    4 ++++
 admin/server.py |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-04-22  Antonio Perez  <aperez@skarcha.com>
            svn=3160 git=9a5c56ec0169fae89ea260ab2a729f78447e6013


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |    3 ++-
 admin/consts.py      |    1 +
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3158 git=2cce5900ecf4e91ed93b452404597034ea77a32b


 admin/PageStatus.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3157 git=5a1f3d675f6a9249eac5520fb221e5285d8cd775


 cherokee.conf.sample.pre |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3156 git=f3466701bc55fb3d2bef595acfa8491e87cf6f50


 ChangeLog         |    6 +++
 cherokee/thread.c |  128 ++++++++++++++---------------------------------------
 2 files changed, 39 insertions(+), 95 deletions(-)


2009-04-21  Antonio Perez  <aperez@skarcha.com>
            svn=3155 git=d30a3453eb8073034f56aad4b4fd69e8d2e376b0


 ChangeLog                 |    6 ++++
 cherokee/cryptor_libssl.c |   60 +++++++++++++++++++++++++++-----------------
 cherokee/socket.c         |    4 +--
 3 files changed, 44 insertions(+), 26 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3154 git=f1f9fce99e83c2b89d6756db88060b8f9c8a74fb


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |   39 +--------------------------------------
 2 files changed, 4 insertions(+), 38 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3153 git=c4a1207d4f86130f97ff6468813b3624636fa3ed


 cherokee.conf.sample.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3152 git=ef5d4fbed6c29737a626007ccf6e8ded8f273e6c


 cherokee/thread.c |    6 +++---
 cherokee/thread.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3151 git=314c8e54da818ac15dcb4bb0a943bb8891831e52


 ChangeLog         |    3 +++
 cherokee/thread.c |    5 +++++
 cherokee/thread.h |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3150 git=3f4a6f872269c5d91e1097340b116a9a4a5f2347


 ChangeLog               |    6 ++++++
 cherokee/connection.c   |    2 +-
 cherokee/handler_cgi.c  |    2 +-
 cherokee/handler_file.c |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)


2009-04-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3149 git=8868d79538805b4a66ff3e6a3a90dca3a062dc75


 ChangeLog          |    3 +++
 admin/PageEntry.py |   12 ++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)


2009-04-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3148 git=4db7abb570cc2cb9a61c1a1a8c19adc269534810


 ChangeLog                 |    6 ++++++
 cherokee/Makefile.am      |    1 +
 cherokee/cherokee.h       |    1 +
 cherokee/config_entry.c   |    6 ++++++
 cherokee/config_entry.h   |    2 ++
 cherokee/nullable.h       |   44 ++++++++++++++++++++++++++++++++++++++++++++
 cherokee/thread.c         |   12 ++++++++----
 cherokee/virtual_server.c |    5 +++++
 8 files changed, 73 insertions(+), 4 deletions(-)


2009-04-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3147 git=ab5c7e0310dba46d90980226abe1c10b8ea98a7f


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-04-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3146 git=e051b34cdbede3c6d0f04348a0801d891869f760


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2009-04-18  Antonio Perez  <aperez@skarcha.com>
            svn=3143 git=1f3b86f1715c726a1fa667c721e368950ff6b187


 ChangeLog              |    7 +++++++
 cherokee/logger_ncsa.c |   19 ++++++++++---------
 cherokee/logger_w3c.c  |   16 +++++++++++-----
 3 files changed, 28 insertions(+), 14 deletions(-)


2009-04-18  Antonio Perez  <aperez@skarcha.com>
            svn=3140 git=e64b125b2d86a0f203c0012b73fc80311e2802d8


 doc/cookbook_drupal.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3139 git=cc584ffc015f1be0312b5985bd7ac30ddc06f641


 po/admin/cherokee.pot | 2746 -------------------------------------------------
 1 files changed, 0 insertions(+), 2746 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3138 git=f79ae5fceaabbf50ea800febe8adc0dc17114018


 po/admin/cherokee.pot |    4 +-
 po/admin/en.po        | 1393 +++++++++++++++++++++++++------------------------
 po/admin/es.po        | 1394 +++++++++++++++++++++++++------------------------
 3 files changed, 1424 insertions(+), 1367 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3137 git=fb4bc6251bd19d689ed028c57e4ad85153ec651c


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3136 git=9210b54e42804b5818ce1a8c1223296a5a819688


 ChangeLog         |    5 +++++
 cherokee/server.c |   28 ++++++++++++++--------------
 2 files changed, 19 insertions(+), 14 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3135 git=069a0b22beb8456937d79f9b0e4b42daa22b6a06


 ChangeLog         |    6 ++++++
 cherokee/thread.c |   24 ++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3134 git=3fd3351d69d15e555f437b3a6e9db8c90ce95eff


 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3133 git=da4806e097b7c4e07207b1f67d6c14632e47aa33


 doc/Makefile.am                           |    2 +
 doc/config_virtual_servers_evhost.txt     |   26 +
 doc/index.txt                             |    1 +
 doc/media/images/admin_vserver_evhost.png |  Bin 0 -> 18898 bytes
 po/admin/POTFILES.in                      |   64 ++
 po/admin/cherokee.pot                     | 1566 +++++++++++++++-------------
 6 files changed, 932 insertions(+), 727 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3132 git=f2db0c67e55f9217266206d839d3789b08faa8e9


 configure.in |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3131 git=8c77994e20352dd641579def10f1c84e567be9d9


 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3130 git=fbae1318a2d82dee50733a94e6b27e5a15a162f5


 ChangeLog    |    2 ++
 configure.in |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3129 git=67942c41e7a894dcb767502c11db17bcbedd4310


 ChangeLog                     |   14 +
 Makefile.am                   |    2 +-
 README                        |    2 +-
 admin/Makefile.am             |    6 +-
 admin/config.py               |    2 +-
 admin/configured.py.pre       |    1 +
 admin/po/cherokee-admin-en.po | 2838 ----------------------------------------
 admin/po/cherokee-admin-es.po | 2856 -----------------------------------------
 admin/po/cherokee-admin.pot   | 2634 -------------------------------------
 admin/server.py               |    8 +-
 autogen.sh                    |   34 +-
 configure.in                  |   21 +-
 m4/Makefile.am                |    8 +-
 m4/nls.m4                     |   31 +
 m4/po.m4                      |  449 +++++++
 m4/progtest.m4                |   92 ++
 po/Makefile.am                |    1 +
 po/admin/ChangeLog            |   12 +
 po/admin/LINGUAS              |    1 +
 po/admin/Makefile.in.in       |  429 ++++++
 po/admin/Makevars             |   41 +
 po/admin/POTFILES.in          |    1 +
 po/admin/Rules-quot           |   47 +
 po/admin/boldquot.sed         |   10 +
 po/admin/cherokee.pot         | 2634 +++++++++++++++++++++++++++++++++++++
 po/admin/en.po                | 2838 ++++++++++++++++++++++++++++++++++++++++
 po/admin/en@boldquot.header   |   25 +
 po/admin/en@quot.header       |   22 +
 po/admin/es.po                | 2856 +++++++++++++++++++++++++++++++++++++++++
 po/admin/insert-header.sin    |   23 +
 po/admin/quot.sed             |    6 +
 po/admin/remove-potcdate.sin  |   19 +
 32 files changed, 9609 insertions(+), 8354 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3128 git=51bb11d53917a937a825297aa916ad5dcd5edb2c



2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3127 git=2a52f30ed323d631f2bb7dcad211b909b4baa3ac



2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3126 git=93ade27c29a20a80a771101e787278a86ec58389


 ChangeLog       |    7 +++++++
 admin/config.py |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-04-16  Antonio Perez  <aperez@skarcha.com>
            svn=3125 git=1467030f986442881ba7df823f8b7e62448d3da9


 ChangeLog                     |    7 +
 admin/ModuleBind.py           |    1 -
 admin/ModuleGeoip.py          |    6 +-
 admin/po/cherokee-admin-en.po |  236 +++++++++++++++++++++---------------
 admin/po/cherokee-admin-es.po |  268 ++++++++++++++++++++++-------------------
 admin/po/cherokee-admin.pot   |  196 +++++++++++++++++--------------
 6 files changed, 400 insertions(+), 314 deletions(-)


2009-04-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3124 git=2fef1deb7d799cefcba9af7626cde6d481740a26


 ChangeLog       |    3 +++
 cherokee/bind.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-04-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3123 git=00787b54cafe4af3856b76e431ea4c265e3db613


 ChangeLog                |    5 +++++
 cherokee/handler_redir.c |    7 ++++++-
 qa/227-Redir-Paths.py    |   36 ++++++++++++++++++++++++++++++++++++
 qa/228-Redir-Paths2.py   |   37 +++++++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    4 +++-
 5 files changed, 87 insertions(+), 2 deletions(-)


2009-04-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3122 git=6ea5a4d1f1da498deb22b72c6c85e2e26c978b42


 qa/226-PathInfo-Default.py |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)


2009-04-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3121 git=f6066b044f24c3bdf310d149df9bd57a9a4fa41c


 ChangeLog                   |    6 ++++++
 admin/ModuleCgi.py          |    2 +-
 cherokee/handler_cgi_base.c |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


2009-04-15  Antonio Perez  <aperez@skarcha.com>
            svn=3120 git=00968f1d01d7a859b42d733ad3ddfd8a7734bbc5


 ChangeLog             |    4 ++++
 admin/ModuleBind.py   |    2 +-
 admin/PageEntry.py    |    2 +-
 admin/PageFeedback.py |   26 +++++++++++++++++---------
 admin/PageStatus.py   |    1 -
 admin/Rule.py         |    2 +-
 6 files changed, 24 insertions(+), 13 deletions(-)


2009-04-15  Antonio Perez  <aperez@skarcha.com>
            svn=3119 git=e12031cac0308119cf9a1c170977bef1968a56f4


 ChangeLog           |    2 ++
 admin/PageStatus.py |    8 +++-----
 2 files changed, 5 insertions(+), 5 deletions(-)


2009-04-15  Antonio Perez  <aperez@skarcha.com>
            svn=3118 git=6d4913cc462378ab7216eb64769d354e20eafb63


 ChangeLog                     |    7 ++++
 admin/Page.py                 |    6 ----
 admin/PageStatus.py           |   66 +++++++++++++++++++++++++++++++++--------
 admin/static/css/cherokee.css |    8 ++++-
 admin/status.template.html    |   22 +++++---------
 5 files changed, 74 insertions(+), 35 deletions(-)


2009-04-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3116 git=9a83ac19cc7a697d363c97007c194054a6b326d6


 ChangeLog                  |    5 +++++
 admin/Page.py              |   24 ++----------------------
 admin/PageStatus.py        |   10 ++++++++++
 admin/status.template.html |    3 +++
 4 files changed, 20 insertions(+), 22 deletions(-)


2009-04-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3115 git=0e04877fbe7c4b84a7c0e25465cef2bf66db6db7


 ChangeLog                     |    6 ++++++
 admin/ModuleAuthlist.py       |    4 +++-
 cherokee/validator_authlist.c |    5 +++--
 3 files changed, 12 insertions(+), 3 deletions(-)


2009-04-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3113 git=a036181a375c38c9444367086770e9f34b43d260


 ChangeLog     |    5 +++++
 admin/Rule.py |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2009-04-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3111 git=2f22cb6a8793570cf3b8cee80d06b903be88ee86


 qa/226-PathInfo-Default.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3107 git=2995ba558a866fd5cc1421faa53572ebccf9b249


 ChangeLog                  |    5 ++++
 qa/226-PathInfo-Default.py |   54 ++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 +-
 3 files changed, 61 insertions(+), 1 deletions(-)


2009-04-14  Antonio Perez  <aperez@skarcha.com>
            svn=3106 git=eb59a21baf657263c1d06a94c135e3f006257f8d


 ChangeLog                     |    5 +
 admin/Form.py                 |    2 +-
 admin/Page.py                 |   60 +++++++++-----
 admin/PageVServer.py          |   10 +-
 admin/po/cherokee-admin-en.po |  122 +++++++++++++++++-------------
 admin/po/cherokee-admin-es.po |  171 +++++++++++++++++-----------------------
 admin/po/cherokee-admin.pot   |   90 ++++++++++++----------
 admin/server.py               |    1 -
 admin/status.template.html    |    2 +-
 9 files changed, 242 insertions(+), 221 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3105 git=426a0ac9883a790e732514c3e52556604b515023


 cherokee/handler_cgi_base.c |   22 +++++++++++-----------
 qa/225-PathTranslated.py    |    5 +++--
 2 files changed, 14 insertions(+), 13 deletions(-)


2009-04-14  Antonio Perez  <aperez@skarcha.com>
            svn=3104 git=39d793573a2bcc349290880ca3c3c1b131ff3ee3


 ChangeLog                                   |   37 +
 admin/CherokeeManagement.py                 |    5 +-
 admin/Entry.py                              |    6 +-
 admin/Form.py                               |   22 +-
 admin/ModuleAdmin.py                        |    2 +-
 admin/ModuleAuth.py                         |   16 +-
 admin/ModuleAuthlist.py                     |   14 +-
 admin/ModuleBalancer.py                     |   22 +-
 admin/ModuleBind.py                         |   24 +-
 admin/ModuleCgi.py                          |   36 +-
 admin/ModuleCommon.py                       |   14 +-
 admin/ModuleCustomError.py                  |    6 +-
 admin/ModuleDbslayer.py                     |   26 +-
 admin/ModuleDirectory.py                    |    6 +-
 admin/ModuleDirlist.py                      |   32 +-
 admin/ModuleEmptyGif.py                     |    2 +-
 admin/ModuleErrorRedir.py                   |   14 +-
 admin/ModuleEvhost.py                       |    8 +-
 admin/ModuleExists.py                       |   20 +-
 admin/ModuleExtensions.py                   |   10 +-
 admin/ModuleFcgi.py                         |    4 +-
 admin/ModuleFile.py                         |    8 +-
 admin/ModuleGeoip.py                        |   22 +-
 admin/ModuleHeader.py                       |   10 +-
 admin/ModuleHtdigest.py                     |    8 +-
 admin/ModuleHtpasswd.py                     |    8 +-
 admin/ModuleIpHash.py                       |    7 +-
 admin/ModuleLdap.py                         |   40 +-
 admin/ModuleMethod.py                       |   10 +-
 admin/ModuleMirror.py                       |    6 +-
 admin/ModuleMysql.py                        |   44 +-
 admin/ModulePlain.py                        |   10 +-
 admin/ModuleProxy.py                        |   60 +-
 admin/ModuleRedir.py                        |   30 +-
 admin/ModuleRehost.py                       |   16 +-
 admin/ModuleRequest.py                      |   10 +-
 admin/ModuleRoundRobin.py                   |    6 +-
 admin/ModuleScgi.py                         |    4 +-
 admin/ModuleSecdownload.py                  |   16 +-
 admin/ModuleServerInfo.py                   |   14 +-
 admin/ModuleSsi.py                          |    2 +-
 admin/ModuleStreaming.py                    |   16 +-
 admin/ModuleWildcard.py                     |   14 +-
 admin/Page.py                               |   88 +-
 admin/PageAdvanced.py                       |  113 +-
 admin/PageEntry.py                          |   75 +-
 admin/PageError.py                          |    9 +-
 admin/PageFeedback.py                       |   59 +-
 admin/PageGeneral.py                        |   77 +-
 admin/PageIcon.py                           |   49 +-
 admin/PageInfoSource.py                     |   82 +-
 admin/PageMime.py                           |   31 +-
 admin/PageNewConfig.py                      |   30 +-
 admin/PageStatus.py                         |   53 +-
 admin/PageVServer.py                        |  201 +-
 admin/PageVServers.py                       |   28 +-
 admin/Rule.py                               |   37 +-
 admin/Table.py                              |    9 +-
 admin/Theme.py                              |    6 +-
 admin/config.py                             |    5 +-
 admin/consts.py                             |  158 +-
 admin/default.template.html                 |    6 +-
 admin/error_couldnt_launch.template.html    |    2 +-
 admin/error_icons_dir_missing.template.html |    2 +-
 admin/error_not_writable.template.html      |    4 +-
 admin/po/cherokee-admin-en.po               | 2784 ++++++++++++++++++++++++++
 admin/po/cherokee-admin-es.po               | 2857 +++++++++++++++++++++++++++
 admin/po/cherokee-admin.pot                 | 2606 ++++++++++++++++++++++++
 admin/server.py                             |   46 +-
 admin/static/css/cherokee.css               |    8 +
 admin/status.template.html                  |    6 +-
 admin/validations.py                        |   55 +-
 72 files changed, 9282 insertions(+), 891 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3101 git=bfb9ec534951873ec842b063085474f1fd76d97d


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   14 ++++++++++++++
 qa/225-PathTranslated.py    |   31 +++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 ++-
 4 files changed, 51 insertions(+), 1 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3100 git=8d2c8b024204c32f79780dbadbac01e9bcb23d43


 ChangeLog            |    7 +++++
 admin/PageVServer.py |   60 ++++++++++----------------------------------------
 2 files changed, 19 insertions(+), 48 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3099 git=e8add835ad9e7e6b960e9ab15241e69adaab28a0


 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-04-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3098 git=0bc30c5c595a1dba011c58dc3128060c27b33d25


 cherokee/proxy_hosts.c |    9 +++++----
 cherokee/socket.c      |    4 +++-
 2 files changed, 8 insertions(+), 5 deletions(-)


2009-04-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3097 git=cde15521991b7e4bea754472c3ded73727bf03ea


 cherokee/encoder_gzip.c  |    2 +-
 cherokee/fdpoll-epoll.c  |    7 ++--
 cherokee/fdpoll-kqueue.c |   73 +++++++++++++++++++++++++---------------------
 3 files changed, 44 insertions(+), 38 deletions(-)


2009-04-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3096 git=fe025a4b4cdda2fde71614b53731cebb8af75662


 ChangeLog              |    5 +++++
 cherokee/proxy_hosts.c |   23 +++++++++++++++--------
 2 files changed, 20 insertions(+), 8 deletions(-)


2009-04-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3095 git=5a583dd91cbe299f2371ad6db74463ffdab297fe


 doc/index.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3094 git=bc2088fbc6f6cb15fa2ebdabc317b46933bcb804


 ChangeLog           |    3 +++
 cherokee/bogotime.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3093 git=c329460b6f7d9b37318c89d97ae437ad91a2fbc6


 ChangeLog             |    3 +++
 cherokee/connection.c |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3092 git=e27f7ae2d65167b077c359eb29637e735c1580ae


 ChangeLog                      |    4 +++
 doc/Makefile.am                |    1 +
 doc/modules.txt                |    1 +
 doc/modules_loggers.txt        |    1 +
 doc/modules_loggers_custom.txt |   50 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 57 insertions(+), 0 deletions(-)


2009-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3091 git=f2f5841e902969caede1d24bdf408ce332d65651


 ChangeLog                |    5 +++++
 cherokee/handler_proxy.c |   43 +++++++++++++++++++++++++++++++++----------
 2 files changed, 38 insertions(+), 10 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3090 git=892fa2ae4ce633550cb3a598aaec804d1bf6f3da


 cherokee/main_admin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3089 git=e66f802ffd03ca019076c1535bd5aa05ef9838be


 ChangeLog         |    2 ++
 cherokee/socket.c |   37 +++++++++++++++++++++++++++++++++++++
 cherokee/socket.h |    1 +
 3 files changed, 40 insertions(+), 0 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3088 git=aa0c9c84e39e2e800349843ce00670d94facaea6


 ChangeLog       |    2 ++
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3087 git=ada07003f50f16f191daee9aaa96538ea19ac781


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |    7 ++++++-
 cherokee/proxy_hosts.c      |    8 +++++++-
 cherokee/util.c             |   10 ++++++++--
 4 files changed, 25 insertions(+), 4 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3086 git=7b0729e29ed3a56bab0729f5673303134ff3a84a


 ChangeLog                |    5 ++++-
 admin/ModuleProxy.py     |   13 +++++++++----
 cherokee/handler_proxy.c |   13 ++++++++++---
 cherokee/handler_proxy.h |    1 +
 4 files changed, 24 insertions(+), 8 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3085 git=2abc92b50137d9d1645c01db68561b359a340607


 ChangeLog                |   11 ++++++
 cherokee/bogotime.c      |   77 +++++++++++++++++++++++++++++++---------------
 cherokee/bogotime.h      |   22 +++++++------
 cherokee/logger_custom.c |   59 ++++++++++++++++++++++++-----------
 cherokee/logger_ncsa.c   |    9 -----
 cherokee/logger_w3c.c    |    9 -----
 cherokee/util.c          |   14 ++++++--
 cherokee/util.h          |    3 ++
 8 files changed, 128 insertions(+), 76 deletions(-)


2009-04-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3084 git=301a0c2f865297a88196fb48f17cc87071f51cb3


 ChangeLog                                      |   20 ++++++++++++++++++++
 doc/Makefile.am                                |    1 +
 doc/basics_upgrade.txt                         |    3 ++-
 doc/config_info_sources.txt                    |    2 ++
 doc/media/images/admin_advanced1.png           |  Bin 16992 -> 30447 bytes
 doc/media/images/admin_advanced2.png           |  Bin 18032 -> 30884 bytes
 doc/media/images/admin_advanced3.png           |  Bin 12807 -> 22548 bytes
 doc/media/images/admin_advanced4.png           |  Bin 7953 -> 13903 bytes
 doc/media/images/admin_behaviour.png           |  Bin 18075 -> 42941 bytes
 doc/media/images/admin_general.png             |  Bin 0 -> 26726 bytes
 doc/media/images/admin_general_networking.png  |  Bin 25538 -> 27033 bytes
 doc/media/images/admin_general_permissions.png |  Bin 14825 -> 16812 bytes
 doc/media/images/admin_general_ports.png       |  Bin 8225 -> 16889 bytes
 doc/media/images/admin_noconfig.png            |  Bin 7373 -> 20326 bytes
 doc/media/images/admin_notrunning.png          |  Bin 37349 -> 83607 bytes
 doc/media/images/admin_rule_regex.png          |  Bin 14628 -> 28026 bytes
 doc/media/images/admin_vserver.png             |  Bin 12710 -> 24344 bytes
 doc/media/images/admin_vserver_loggers.png     |  Bin 14891 -> 35896 bytes
 doc/media/images/admin_vserver_security.png    |  Bin 13316 -> 28473 bytes
 doc/media/images/admin_vserver_vserver.png     |  Bin 7823 -> 19809 bytes
 20 files changed, 25 insertions(+), 1 deletions(-)


2009-04-07  Antonio Perez  <aperez@skarcha.com>
            svn=3083 git=b1987d6155ac8dd49803c0ed5343c55d439d9849


 ChangeLog            |    3 +++
 admin/PageVServer.py |   20 ++++++++++++++++++++
 admin/consts.py      |    3 ++-
 3 files changed, 25 insertions(+), 1 deletions(-)


2009-04-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3082 git=205217558c6101c70049361d54eb5d93ec25ca58


 ChangeLog             |    3 +++
 cherokee/main_admin.c |   29 ++++++++++++++++++++---------
 2 files changed, 23 insertions(+), 9 deletions(-)


2009-04-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3081 git=77fbbea6ac2d196745d0dbbce35f4441fef76eba


 admin/validations.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-07  Antonio Perez  <aperez@skarcha.com>
            svn=3080 git=14ebb02632d26146f091e5ff638262b069a4bb91


 ChangeLog     |    3 +++
 admin/Rule.py |   19 +++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)


2009-04-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3079 git=56f1b911ab2d00709d490cf49badd3a406298c64


 ChangeLog                |    6 ++++++
 cherokee/connection.c    |   30 ++++++++++++++++++++++++++++++
 cherokee/handler_proxy.c |   23 ++++++++++++++++++++---
 cherokee/header.c        |    6 ++++++
 cherokee/header.h        |    1 +
 5 files changed, 63 insertions(+), 3 deletions(-)


2009-04-07  Antonio Perez  <aperez@skarcha.com>
            svn=3078 git=b51a7da2e042bb3d8aadb5d8b56cb064c83c088b


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3077 git=30715d7b634758faa9892eb60c87132b0280dd54


 cherokee/server.c         |    2 ++
 cherokee/virtual_server.c |    5 +++++
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3076 git=7327b407e72a06499b59f9bf8b3021871020edf0


 ChangeLog                |    3 +++
 cherokee/logger_writer.h |    2 +-
 cherokee/server.c        |    7 +++++--
 3 files changed, 9 insertions(+), 3 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3075 git=f6b7daae14cd3ae8c2e81119a68aedad1b1ac5c2


 0 files changed, 0 insertions(+), 0 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3074 git=3a5b321354e69d0c09767cecd28aa683069e6ed9


 ChangeLog         |    3 +++
 qa/222-EVHost1.py |   33 +++++++++++++++++++++++++++++++++
 qa/223-EVHost2.py |   30 ++++++++++++++++++++++++++++++
 qa/224-EVHost3.py |   33 +++++++++++++++++++++++++++++++++
 qa/Makefile.am    |    5 ++++-
 5 files changed, 103 insertions(+), 1 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3073 git=5c9e3b8bf0acc0844a1e82f38379806d9f3b2851


 ChangeLog                 |    3 +++
 cherokee/virtual_server.c |    6 ++++++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3072 git=69556781948264819849c0bd22f32bcbce6acc12


 ChangeLog |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3071 git=df7158ec7c40cec50793c3f45676e57e9093781f


 ChangeLog             |    8 ++++++
 admin/ModuleEvhost.py |   20 ++++++++++++++--
 admin/PageVServer.py  |    3 ++
 cherokee/gen_evhost.c |   60 ++++++++++++++++++++++++++++++++++++++++++++++--
 cherokee/gen_evhost.h |    1 +
 5 files changed, 86 insertions(+), 6 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3070 git=ec167cc83c643d9a5b35b8b72df1a9e84a3a918e


 ChangeLog              |    3 +++
 contrib/0999to09910.py |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3069 git=76c31f6c4ebbfb061553ac6d7b9fe8a3f2d3f54e


 ChangeLog               |    3 +++
 admin/ModuleRehost.py   |    7 +++++--
 admin/ModuleWildcard.py |    5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3068 git=3deb00cde4a2dbb910fbe12f8bbbf76b1c76e2c8


 admin/ModuleEvhost.py |    2 +-
 admin/PageVServer.py  |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3067 git=ac9382a2ce2ca70f4c24f062c9099cc3a537ac83


 ChangeLog             |    6 ++++++
 admin/Makefile.am     |    1 +
 admin/ModuleEvhost.py |   21 +++++++++++++++++++++
 admin/PageVServer.py  |    6 ++++++
 admin/consts.py       |    5 +++++
 5 files changed, 39 insertions(+), 0 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3066 git=15e1d81d0aa405db14a251d2b7ec5151cafe1200


 cherokee/connection.c       |    2 +-
 cherokee/cryptor_libssl.c   |    1 +
 cherokee/server-protected.h |    2 +-
 cherokee/server.c           |    3 +--
 cherokee/vrule.c            |    6 ++----
 cherokee/vrule.h            |    4 ++--
 cherokee/vrule_rehost.c     |    7 +------
 cherokee/vrule_wildcard.c   |    5 +----
 8 files changed, 10 insertions(+), 20 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3065 git=5b0651b7310104b18a828d497789a40f27235614


 ChangeLog                 |    8 ++
 cherokee/Makefile.am      |   20 ++++
 cherokee/connection.c     |   39 ++++++-
 cherokee/gen_evhost.c     |  269 +++++++++++++++++++++++++++++++++++++++++++++
 cherokee/gen_evhost.h     |   64 +++++++++++
 cherokee/plugin.h         |    4 +-
 cherokee/virtual_server.c |   57 ++++++++++
 cherokee/virtual_server.h |    2 +
 configure.in              |    3 +-
 9 files changed, 456 insertions(+), 10 deletions(-)


2009-04-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3064 git=7c381f2eabf1d3980c1888a7d3b757f60526b638


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   18 ++++++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)


2009-04-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3063 git=68c375d97f89bf24fb67366d8d3308b0ef2306c0


 ChangeLog               |    4 +++
 admin/Makefile.am       |    1 +
 admin/ModuleRehost.py   |   51 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/ModuleWildcard.py |    4 +--
 admin/consts.py         |    3 +-
 5 files changed, 59 insertions(+), 4 deletions(-)


2009-04-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3062 git=267c915f5a68ac33e425a4e7707169e746099868


 ChangeLog               |    4 +++
 admin/Makefile.am       |    1 +
 admin/ModuleWildcard.py |   53 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/PageVServer.py    |   14 +++++++++++-
 admin/consts.py         |    4 +++
 5 files changed, 75 insertions(+), 1 deletions(-)


2009-04-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3061 git=00fbb50bc317b6a749058747edd94096c80d9c17


 ChangeLog                 |    5 ++++
 cherokee/virtual_server.c |    5 ++-
 contrib/0999to09910.py    |   49 +++++++++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am       |    1 +
 4 files changed, 58 insertions(+), 2 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3060 git=b3b1d287dfe3b1f89886d1fc6ed57213b657c186


 ChangeLog                   |    8 +++
 cherokee/Makefile.am        |   19 +++++++
 cherokee/connection.c       |    2 +-
 cherokee/server-protected.h |    2 +-
 cherokee/server.c           |    7 ++-
 cherokee/template.h         |    2 +-
 cherokee/vrule.c            |    5 +-
 cherokee/vrule.h            |    4 +-
 cherokee/vrule_rehost.c     |  124 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/vrule_rehost.h     |   48 +++++++++++++++++
 cherokee/vrule_wildcard.c   |    5 ++-
 configure.in                |    3 +-
 qa/221-ReHost1.py           |   30 ++++++++++
 qa/Makefile.am              |    3 +-
 14 files changed, 249 insertions(+), 13 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3059 git=9bea78d3b4dfb13c073095516cf5d58650dd8e31


 ChangeLog                       |   13 +++
 cherokee/Makefile.am            |   24 +++++-
 cherokee/plugin.h               |    3 +-
 cherokee/server.c               |   16 +++--
 cherokee/virtual_server.c       |   49 ++++++++----
 cherokee/virtual_server.h       |    5 +-
 cherokee/virtual_server_names.c |  128 -----------------------------
 cherokee/virtual_server_names.h |   60 --------------
 cherokee/vrule.c                |  101 +++++++++++++++++++++++
 cherokee/vrule.h                |   92 +++++++++++++++++++++
 cherokee/vrule_wildcard.c       |  172 +++++++++++++++++++++++++++++++++++++++
 cherokee/vrule_wildcard.h       |   48 +++++++++++
 configure.in                    |    3 +-
 qa/020-VirtualHost.py           |    3 +-
 qa/021-VirtualHost2.py          |    5 +-
 qa/044-Home.py                  |    3 +-
 qa/045-Home2.py                 |    3 +-
 qa/094-URL-request.py           |    3 +-
 qa/121-NoUserDir.py             |    4 +-
 qa/125-domain-redir1.py         |    3 +-
 qa/139-domain-wildcards1.py     |    4 +-
 21 files changed, 517 insertions(+), 225 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3058 git=247b8ac20e4657059aef95d8d9ae00c4716efa41


 ChangeLog       |    2 ++
 cherokee/rule.c |   28 ++++++----------------------
 2 files changed, 8 insertions(+), 22 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3057 git=b58a96cf852f05fb6b91c5f65281f8bad1f07d6b


 ChangeLog                  |   10 +++
 admin/Form.py              |    3 +-
 admin/PageVServer.py       |   76 ++++++++++++++++---------
 cherokee/handler_proxy.c   |    8 ---
 cherokee/header.c          |    2 +
 cherokee/header.h          |    1 +
 cherokee/logger.c          |  131 +++++++++++++++++++++++++++++++++++++++-----
 cherokee/logger.h          |    5 +-
 cherokee/logger_combined.c |    2 +-
 cherokee/logger_custom.c   |    2 +-
 cherokee/logger_ncsa.c     |    2 +-
 cherokee/logger_w3c.c      |    2 +-
 12 files changed, 188 insertions(+), 56 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3056 git=2d8bc4376f64cc0da624c0febfb61f4a0c0b9614


 README |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3054 git=48d4927202849bafa9c3067ec9a2b89553155eef


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3053 git=a001ba17196d6fa46978ba8c02eafdd07546ac18


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   27 ++++++++++++++++++++-------
 2 files changed, 23 insertions(+), 7 deletions(-)


2009-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3052 git=eda528756bf8e845a1d406b34f4c9c4689688465


 ChangeLog                       |    5 +++++
 cherokee/connection-protected.h |    3 ++-
 cherokee/connection.c           |    3 +++
 cherokee/handler_proxy.c        |   19 +++++++++++++------
 cherokee/logger_custom.c        |   11 ++++++++++-
 cherokee/logger_ncsa.c          |   17 +++++++++++------
 6 files changed, 44 insertions(+), 14 deletions(-)


2009-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3051 git=ffffcfa3f3d916d1d703e70714a7783f3c7d521e


 ChangeLog       |    4 ++++
 cherokee/util.c |   13 +++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)


2009-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3050 git=28d57296791ed00eb5afe154dfa0ed28e1faa8b7


 ChangeLog               |    6 ++++++
 cherokee/handler_file.c |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3049 git=22a16c5e2ffa84d7eb98e9e3cabba9c698df3ea4


 ChangeLog              |    3 +++
 cherokee/logger_ncsa.c |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3048 git=9cacd07c772da3e416a18bc75248c147a96d9d18


 ChangeLog              |    3 +++
 cherokee/logger_ncsa.c |    5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3047 git=60610f9a5429fab2423e49530054fa831ca00e18


 cherokee/logger_custom.c |   73 +++++++++++++++++++++++++++++-----------------
 cherokee/logger_ncsa.c   |   57 +++++++++++++++++++++++------------
 cherokee/logger_w3c.c    |   50 +++++++++++++++++++++-----------
 cherokee/logger_writer.c |   30 +++++++++++++++----
 cherokee/logger_writer.h |    5 ++-
 5 files changed, 143 insertions(+), 72 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3045 git=83f7b2f1aefbe8e4df08024208334125516242fd


 ChangeLog                   |   10 +++
 cherokee/logger.h           |    2 +-
 cherokee/logger_combined.c  |    6 +-
 cherokee/logger_combined.h  |    2 +-
 cherokee/logger_custom.c    |   64 ++++++++-----------
 cherokee/logger_custom.h    |   13 ++--
 cherokee/logger_ncsa.c      |   74 ++++++++++------------
 cherokee/logger_ncsa.h      |   10 ++--
 cherokee/logger_w3c.c       |   50 +++++++--------
 cherokee/logger_w3c.h       |   15 +++--
 cherokee/logger_writer.c    |  144 ++++++++++++++++++++++++++++++++++---------
 cherokee/logger_writer.h    |   21 ++++--
 cherokee/server-protected.h |    6 ++-
 cherokee/server.c           |   68 ++++++++++++++++++++-
 cherokee/virtual_server.c   |   19 +-----
 cherokee/virtual_server.h   |    1 -
 16 files changed, 325 insertions(+), 180 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3044 git=0c7f8beee866f4d064790d0462f4b1f2f4316ec4


 ChangeLog                     |    5 +++++
 doc/bundle_cherokee-tweak.txt |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2009-03-31  Antonio Perez  <aperez@skarcha.com>
            svn=3042 git=d08122a1baaed9d0f7a10e29df430ae7e1283c42


 ChangeLog                     |    4 ++++
 admin/PageVServer.py          |    2 ++
 admin/static/css/cherokee.css |    7 +++++++
 cherokee/cryptor_libssl.c     |   12 ++++++++++++
 cherokee/virtual_server.c     |    9 +++++----
 cherokee/virtual_server.h     |    1 +
 6 files changed, 31 insertions(+), 4 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3041 git=9ddabdd3fb3b62bf39aef95b049fee098ec66441


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3040 git=339f9aba09af49f2abafecf867752cfd0247b77e


 ChangeLog             |    4 ++++
 cherokee/connection.c |   16 +++++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3039 git=97e697fde1dcc0768fbd5ae74b8ef8442163ef83


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3038 git=499c75633283f446d68e36c3cdf055ff4decaf9a


 icons/README.txt |   30 +++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 11 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3037 git=108baa4d832d781599f9d389c36d98e3e4d4e2ae


 ChangeLog             |    6 ++++++
 cherokee/connection.c |   14 ++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)


2009-03-31  Antonio Perez  <aperez@skarcha.com>
            svn=3036 git=08009ac43002af3e3f57c0abb6a613480a86b589


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |    7 ++-----
 2 files changed, 7 insertions(+), 5 deletions(-)


2009-03-31  Antonio Perez  <aperez@skarcha.com>
            svn=3035 git=d8b6275bb37a482139dd1772ab300c45419d9d87


 ChangeLog                  |    5 +++++
 cherokee/rule_extensions.c |   14 ++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3034 git=e5cb214d2ad697f0a58610247b87d9af3c456634


 ChangeLog                  |    6 ++++++
 cherokee/rule_extensions.c |    3 ---
 qa/220-Pathinfo-Slash.py   |   33 +++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 4 files changed, 41 insertions(+), 4 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3033 git=754ea514d4c60c7ebb8a06a7c57627b89483f0ce


 ChangeLog                  |    6 +++
 cherokee/rule_extensions.c |   87 +++++++++++++++++++++++++++++---------------
 qa/219-Ext-Dot-Pathinfo.py |   34 +++++++++++++++++
 qa/Makefile.am             |    3 +-
 4 files changed, 99 insertions(+), 31 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3032 git=5374a8305da0fbc98912ad5388899f5360121b89


 doc/media/images/cookbook_drupal_example4.png |  Bin 4923 -> 12387 bytes
 doc/media/images/cookbook_drupal_rules.png    |  Bin 16430 -> 50599 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3031 git=15c7bc3e510591e53db394113338f7e05565715e


 ChangeLog                   |    7 +++++++
 cherokee/handler_cgi_base.c |   13 ++++++++-----
 qa/218-DrupalRedirect.py    |   43 +++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 ++-
 4 files changed, 60 insertions(+), 6 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3030 git=9620a2af4bc049de3ecfc8d31fbecd254805b991


 qa/125-domain-redir1.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3029 git=53449c8eea7fdf8a5e92e6b78d257b79002d6348


 ChangeLog              |    5 +++++
 admin/ModuleHeader.py  |    3 ++-
 cherokee/rule_header.c |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-03-28  Antonio Perez  <aperez@skarcha.com>
            svn=3028 git=391c0ef0fc893ddf51a62fb8e736e581a5eee7e2


 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-03-28  Antonio Perez  <aperez@skarcha.com>
            svn=3027 git=0208f03281f888fbd54ea2d3fe5ef474dae7425d


 ChangeLog                   |    6 ++++++
 admin/CherokeeManagement.py |   18 +++++++++++++-----
 admin/PageNewConfig.py      |    9 ++++++---
 admin/server.py             |    7 ++++++-
 4 files changed, 31 insertions(+), 9 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3026 git=e0a4a462a271f03b12668046fd8dec7ebbb30222


 cherokee/thread.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3025 git=97306da793b724666f3250dd313819abb8140431


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3023 git=7fe93e947b5517bacb1c3dabaa9dfd97a3e26acb

    ::
    
 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   12 +++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3022 git=02c98875db21ac0cdd8a8c495dc3903c364cda5d


 ChangeLog                    |    3 +++
 cherokee/handler_streaming.c |    6 ++++++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3021 git=a5079a8b335b287a592eec4f950e2b991b1e720e


 ChangeLog                |    9 +++++++++
 admin/ModuleProxy.py     |    8 +++++---
 cherokee/handler_proxy.c |   13 +++++++++----
 cherokee/handler_proxy.h |    1 +
 4 files changed, 24 insertions(+), 7 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3020 git=3aabf435e8fe5a1b6a586152d2abf2c741dbe2cc


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    8 ++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3019 git=9df8137bd94bc9ead8ad22478fb221fca8cc2ad4


 ChangeLog       |    2 ++
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3018 git=95d258381526bece4d610cc666bbcc424ba89fda


 ChangeLog                |    3 +++
 cherokee/connection.c    |    4 ----
 cherokee/handler_proxy.c |    8 +++++---
 3 files changed, 8 insertions(+), 7 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3017 git=f8d346fa704ac16f5a7f00089725aa25de169366


 ChangeLog              |    6 ++++++
 admin/PageNewConfig.py |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3016 git=cc065c5c78377613f0f67281bf6c4da9c4a280e4


 ChangeLog                       |    8 ++++++
 cherokee/connection-protected.h |    5 +++-
 cherokee/connection.c           |   50 ++++++++++++++++++++++++++++----------
 cherokee/handler_cgi_base.c     |    4 +++
 cherokee/handler_file.c         |    2 +-
 cherokee/handler_proxy.c        |   15 ++++-------
 qa/217-DoubleEncode.py          |   50 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am                  |    3 +-
 8 files changed, 112 insertions(+), 25 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3015 git=69fda0b7ea4632cff6523317928cf3881747c4a8


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3014 git=86f7cf9f1c1541176c045735be6a0f8365a72c91


 ChangeLog              |    5 +++++
 cherokee/handler_cgi.c |   18 ++++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3013 git=58ba7c18099a39ca2bf230c0cf9171fb6dc78b12


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3012 git=bb91ef54fce2871d4c5f687bab1226d2e6240ed2


 ChangeLog                |    6 +++++
 cherokee/buffer.c        |   54 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/buffer.h        |    1 +
 cherokee/handler_proxy.c |    2 +-
 4 files changed, 62 insertions(+), 1 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3011 git=94f00a19c97037e03b9049b856c30b5bb7a778a1


 ChangeLog           |    5 +++++
 qa/216-NameSpace.py |   17 +++++++++++++++++
 qa/Makefile.am      |    3 ++-
 3 files changed, 24 insertions(+), 1 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3010 git=f9c5cfa759cef23bc8391133c139e2cbfef5a475


 cherokee/connection.c |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3009 git=0d23851e719b79f2e7ef659e8f9a03348039bf41


 ChangeLog             |    4 ++++
 cherokee/connection.c |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3008 git=ba90dec110be1475e9bf19e05dc47b3028e15c37


 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3007 git=871c43b4308b3e98907559b9a9393e18f0bfc875


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3005 git=226dca0fb9cacde6a1fb8a55907c4a199e0c12c8


 ChangeLog                |    6 ++++++
 cherokee/handler_proxy.c |   18 ++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)


2009-03-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3004 git=3bb7c504a235608cc741c13f38bc5b95cfc7d4e1


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   33 ++++++++++++++++-----------------
 cherokee/post.c          |    6 ++++--
 3 files changed, 23 insertions(+), 19 deletions(-)


2009-03-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3003 git=c0850970818a26ee210aa49d4d19a353289c0d36


 ChangeLog                |    5 +
 cherokee/logger_custom.c |  618 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/logger_custom.h |   56 +++++
 3 files changed, 679 insertions(+), 0 deletions(-)


2009-03-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3002 git=78286818dde955fb6da791cf7de69732005e5a89


 admin/Makefile.am    |    1 -
 cherokee/Makefile.am |   21 ++++++++++++++++++++-
 cherokee/template.c  |   31 +++++++++++++++++++++++++++++--
 cherokee/template.h  |   10 ++++++++--
 cherokee/thread.c    |    6 +-----
 configure.in         |    3 ++-
 6 files changed, 60 insertions(+), 12 deletions(-)


2009-03-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3001 git=566a64a805b580312fdb432f8a3ad1b10ffeff11


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-03-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3000 git=38b992c03744b8eea8d8dc402d8222b70294729e


 ChangeLog         |    6 ++++++
 admin/Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2999 git=69c8039a08cd33c80e9698b52410348b8baffb51


 admin/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2998 git=dedd4ba2a4b0435d0c9fd7775d886fc117035513


 admin/PageNewConfig.py        |    4 +++-
 admin/static/css/cherokee.css |    5 +++++
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2997 git=2223c36dd65a20f3c651b9c9be596d7a55385d6e


 admin/PageNewConfig.py        |    6 ++----
 admin/static/css/cherokee.css |    7 +++++++
 2 files changed, 9 insertions(+), 4 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2996 git=3ae6fe46c86571db4c0c6a1a2faf93a462c1224d


 ChangeLog                           |   12 ++++
 Makefile.am                         |    1 +
 admin/CherokeeManagement.py         |    4 +-
 admin/PageError.py                  |    2 -
 admin/PageGeneral.py                |    2 +-
 admin/PageNewConfig.py              |   97 +++++++++++++++++++++++++++++++++++
 admin/error_not_found.template.html |   18 -------
 admin/server.py                     |    9 ++--
 8 files changed, 117 insertions(+), 28 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2995 git=2cb657386a2116cbc2462e402ba68af573351845


 ChangeLog         |    5 +++
 cherokee/socket.c |   93 ++++++++++++++++++++++++++++++----------------------
 2 files changed, 59 insertions(+), 39 deletions(-)


2009-03-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2994 git=d457ccb7e141921cbe58d2c94fc9027a4542894a


 doc/modules_handlers_streaming.txt |    2 +-
 doc/other_goodies.txt              |   24 +++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 2 deletions(-)


2009-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2993 git=c01033838e6c7293f2d1d1c9538a9779c24fdf7f


 cherokee/socket.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)


2009-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2992 git=ce1cad83d3eab4dbd485d0bb7ec23cc2ef1636b7


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


2009-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2991 git=3805bb384319c4ef92a35196fb45080f6cc568d0


 ChangeLog            |    5 +
 cherokee/Makefile.am |    3 +
 cherokee/cherokee.h  |    1 +
 cherokee/template.c  |  269 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/template.h  |   76 ++++++++++++++
 5 files changed, 354 insertions(+), 0 deletions(-)


2009-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2990 git=75ac8f349d86e8faecd93b97ef93c6c33067deeb


 ChangeLog                      |    3 ++
 cherokee/handler_server_info.c |   76 ++++++++++++++++++++++++++++-----------
 cherokee/thread.c              |    2 +-
 3 files changed, 58 insertions(+), 23 deletions(-)


2009-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2989 git=af88722325d322abacc8bf65e3edc4ec756d6654


 ChangeLog                   |    9 +++++++++
 admin/PageVServer.py        |    8 +++++---
 cherokee/thread.c           |    3 ++-
 cherokee/virtual_server.c   |    4 ++++
 cherokee/virtual_server.h   |    1 +
 performance.conf.sample.pre |    3 ++-
 6 files changed, 23 insertions(+), 5 deletions(-)


2009-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2988 git=b4498034ae4bab24c9c4bd8fe0853634b06f084f


 doc/modules_handlers_streaming.txt |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


2009-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2987 git=33f6ccbbcd00f4b1036d257ac55f3042306ab43f


 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-03-18  Antonio Perez  <aperez@skarcha.com>
            svn=2986 git=2831771078cf34a8270da0b11cf455fcfcc079ef

    Typos
    
 doc/modules_encoders.txt         |    2 +-
 doc/modules_encoders_deflate.txt |    2 +-
 doc/modules_encoders_gzip.txt    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2984 git=56dbf86a6198f494f1ddf3a4c3f294e148babdd1


 ChangeLog             |    3 +++
 cherokee/connection.c |    4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2983 git=7f46d8a3af8460bf01ba6153d6c692991990e43f


 ChangeLog                |    4 ++++
 cherokee.conf.sample.pre |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2982 git=034e778afb5abcbb49060ff5eb56389e9307aa92


 ChangeLog       |    3 +++
 cherokee/http.h |    5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2981 git=ba0a3250e0b73170b8ed949e7e441dc7515ba232


 ChangeLog            |    3 +++
 admin/PageVServer.py |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2980 git=c638b2489f018114f2602b0beb7c8d03ec8198a3


 ChangeLog       |    4 ++++
 cherokee/bind.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2979 git=842726a42b9978ce9791b59f9029bb199a52bb68


 ChangeLog                |   11 +++
 admin/ModuleProxy.py     |  183 ++++++++++++++++++++++++------------------
 cherokee/handler_proxy.c |  200 +++++++++++++++++++++++++++++++++++++---------
 cherokee/handler_proxy.h |   13 +++-
 4 files changed, 286 insertions(+), 121 deletions(-)


2009-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2978 git=35ac9b73275463004988792b53e50fbad592f8e6


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |   36 ++++++++++++++++++++++++++++--------
 cherokee/http.h          |   10 +++++-----
 3 files changed, 37 insertions(+), 13 deletions(-)


2009-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2977 git=19679df69cee8763e2592558fa76af467db43933


 ChangeLog             |    3 +++
 cherokee/connection.c |    1 +
 cherokee/post.c       |    5 ++++-
 3 files changed, 8 insertions(+), 1 deletions(-)


2009-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2976 git=08010fe3a2e4ed55694c2320a726092a0e11fdbd


 ChangeLog                |    8 ++++++++
 cherokee/handler_proxy.c |    6 ++++++
 2 files changed, 14 insertions(+), 0 deletions(-)


2009-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2975 git=9307d4cbe57d77622a5325e0bbdfc016d84fd4be


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2973 git=10a5b74b1337361e44f7858e11408afe6c136c31


 ChangeLog               |    3 +++
 qa/215-Post-Chunked3.py |   33 +++++++++++++++++++++++++++++++++
 qa/Makefile.am          |    3 ++-
 3 files changed, 38 insertions(+), 1 deletions(-)


2009-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2972 git=6ebad5b7f12cb7f65d72d770d75d4c84223b2a6b


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |   13 +++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)


2009-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2971 git=22fcba5b0b8a1f516249f754a0ddd6f7abc2ee12


 ChangeLog                |    5 +++++
 cherokee/handler_proxy.c |   38 ++++++++++++++++++++++++++++++--------
 cherokee/handler_proxy.h |    1 +
 3 files changed, 36 insertions(+), 8 deletions(-)


2009-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2970 git=5c67d3607a4d1fbf743bca83c25a0b616691e2d9


 ChangeLog                |    6 ++++++
 cherokee/handler_proxy.c |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2009-03-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2969 git=aee230805687768c2d408d49f6867478b4935bac


 ChangeLog               |    6 ++
 admin/pyscgi.py         |    4 +-
 cherokee/connection.c   |   32 +++++++--
 cherokee/handler_cgi.c  |   17 +++--
 cherokee/handler_fcgi.c |    9 ++-
 cherokee/header.c       |    6 ++
 cherokee/header.h       |    1 +
 cherokee/post.c         |  187 +++++++++++++++++++++++++++++++++++++++++++---
 cherokee/post.h         |   27 +++++--
 qa/213-Post-Chunked1.py |   32 ++++++++
 qa/214-Post-Chunked2.py |   35 +++++++++
 qa/Makefile.am          |    4 +-
 qa/util.py              |   20 +++++-
 13 files changed, 341 insertions(+), 39 deletions(-)


2009-03-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2968 git=fbe566d307707e1ffe6f0a2a5d5fba1495dd77e9


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-03-12  Taher Shihadeh  <taher@unixwars.com>
            svn=2967 git=2effcfb81f3c8c69d53c404fc087e123501bb5b7


 doc/cookbook_symfony.txt |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2966 git=552839b741cd70060d00bcbdeebf0777ff5fb23c


 ChangeLog         |    3 +++
 cherokee/header.c |    3 +++
 cherokee/post.c   |    9 ++++++---
 3 files changed, 12 insertions(+), 3 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2965 git=958544b7b0ba24ecbfefc5478b9337d4557e0707


 ChangeLog              |    3 +++
 admin/ModuleDirlist.py |    3 +++
 admin/validations.py   |    6 ++++++
 3 files changed, 12 insertions(+), 0 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2964 git=f294a55451aa87b37e289e430fd77f59a2903378


 ChangeLog                  |    7 +++++++
 cherokee/handler_dirlist.c |   37 ++++++++++++++++++++++++-------------
 cherokee/handler_dirlist.h |    1 +
 qa/113-HeaderFile.py       |    2 +-
 qa/212-DirList-Hidden.py   |   29 +++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 6 files changed, 64 insertions(+), 15 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2963 git=c3063a390e480d6460935dda88f7752e2063e5c1


 ChangeLog              |    5 +++++
 cherokee/config_node.c |    5 ++++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2962 git=00c8b6b3f3064c824c8eb1348b50722245fa6962


 cherokee/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2961 git=2421d22c9b89aa56be7004b2f6898da5345da6e7


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   22 ++++++++++++++--------
 2 files changed, 17 insertions(+), 8 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2960 git=7fa5157ee222abfbc758bc9daa81d500d49b8698


 ChangeLog              |    3 +++
 cherokee/handler_cgi.c |   14 +++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2959 git=c69aff21ce4b5daead67535bac7c71f7451d3a40


 ChangeLog                    |    3 +++
 cherokee/handler_cgi_base.c  |   12 +++++++++++-
 cherokee/handler_fcgi.c      |    5 ++++-
 qa/210-Userdir_ScriptName.py |    2 +-
 4 files changed, 19 insertions(+), 3 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2958 git=2e93ed6029c927355d3f9b2620c05248a0cd83fa


 ChangeLog                    |    6 ++++
 qa/210-Userdir_ScriptName.py |   54 ++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am               |    1 +
 3 files changed, 61 insertions(+), 0 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2957 git=96b1b16467d22644019ba31a341854176e92bb3b


 cherokee/handler_empty_gif.c |   53 +++++++++++++++++++----------------------
 qa/211-EmptyGif.py           |    3 +-
 2 files changed, 27 insertions(+), 29 deletions(-)


2009-03-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2956 git=4830d4ae6ae0748de0e3373e6a385d1474aa3dd4


 ChangeLog                      |    6 ++++++
 doc/basics_why_cherokee.txt    |    2 +-
 doc/bundle_cherokee-admin.txt  |    7 ++++---
 doc/config_general.txt         |    6 +++---
 doc/config_quickstart.txt      |    7 ++++---
 doc/cookbook_optimizations.txt |    2 +-
 doc/dev_cherokee.conf.txt      |    8 ++++----
 doc/dev_debug.txt              |    8 ++++----
 doc/index.txt                  |    2 +-
 9 files changed, 28 insertions(+), 20 deletions(-)


2009-03-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2955 git=a3ced33bdc1ca0eb0dfca7db8effdd7c698efcde


 ChangeLog                                      |   15 ++++++++-
 doc/config_quickstart.txt                      |    6 ++--
 doc/cookbook_ssl.txt                           |   16 +++++-----
 doc/index.txt                                  |    5 +--
 doc/media/images/admin_handler_secdownload.png |  Bin 31083 -> 16683 bytes
 doc/media/images/admin_vserver_errors.png      |  Bin 32568 -> 15437 bytes
 doc/modules.txt                                |    4 ++-
 doc/modules_handlers.txt                       |   30 +++++++++---------
 doc/modules_handlers_cgi.txt                   |    4 +-
 doc/modules_handlers_secdownload.txt           |   38 ++++++++++++------------
 doc/modules_handlers_streaming.txt             |   33 ++++++++++----------
 doc/other_community.txt                        |    2 +-
 12 files changed, 83 insertions(+), 70 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2954 git=24ca7c601fb81ceb8a5c51e44d85b9de7742a5f9


 ChangeLog               |    3 +++
 admin/Makefile.am       |    1 +
 admin/ModuleEmptyGif.py |   21 +++++++++++++++++++++
 admin/consts.py         |    3 ++-
 4 files changed, 27 insertions(+), 1 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2953 git=24f7622a2b2bbd7b6ab7d5116a5f069cd6722184


 ChangeLog                    |    4 ++
 cherokee/Makefile.am         |   19 +++++++
 cherokee/handler_empty_gif.c |  119 ++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_empty_gif.h |   65 +++++++++++++++++++++++
 configure.in                 |    3 +-
 qa/211-EmptyGif.py           |   21 +++++++
 qa/Makefile.am               |    3 +-
 7 files changed, 232 insertions(+), 2 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2952 git=6634eff75544ca2d8b85abce94f2c70a08293749


 ChangeLog                      |    7 +++++++
 cherokee/handler_cgi_base.c    |   13 +++++++++----
 qa/104-ScriptAlias_PathInfo.py |    7 ++++---
 3 files changed, 20 insertions(+), 7 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2951 git=9d9253cf723f6e16a395c1787879aa0b28c4b5c7


 ChangeLog     |    5 +++++
 admin/Rule.py |    7 ++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)


2009-03-09  Antonio Perez  <aperez@skarcha.com>
            svn=2950 git=d34eab3f0f9c8f235111c487de9b04e41541d171


 ChangeLog                     |    6 ++++++
 admin/Entry.py                |    4 ++--
 admin/static/css/cherokee.css |    4 ++++
 admin/static/js/common.js     |   17 +++++++++++------
 4 files changed, 23 insertions(+), 8 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2949 git=6e8be00bbc596b6ea005d70a8c47bb8f81c4d535


 ChangeLog                      |    8 ++++++--
 qa/104-ScriptAlias_PathInfo.py |   14 ++++++--------
 qa/209-ScriptAlias_DRoot.py    |   33 +++++++++++++++++++++++++++++++++
 qa/Makefile.am                 |    3 ++-
 4 files changed, 47 insertions(+), 11 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2948 git=272efe7cc444399eb4a9d286943e46bff26465a9


 ChangeLog                  |    3 ++
 qa/208-Userdir_Pathinfo.py |   53 ++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 +-
 qa/base.py                 |   23 ++++++++++++++++++-
 4 files changed, 80 insertions(+), 2 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2947 git=4af6c7842675f7ab727a0495b8813f5ed14ddf27


 doc/modules_handlers_secdownload.txt |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2946 git=36af86c0256f0d167dd49c6f7163adff778371c1


 ChangeLog             |    3 +++
 qa/073-Access.py      |    6 ------
 qa/207-RuleExists4.py |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 4 files changed, 52 insertions(+), 7 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2945 git=07440719ab4585f4f8fdbeca70c7d1e180ba5be9


 ChangeLog              |    6 ++++++
 cherokee/rule_exists.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2944 git=3e4fb61d1e508ccf18f057758de2f9e756cf1084


 ChangeLog                      |    4 ++++
 cherokee/handler_dbslayer.c    |    8 +++-----
 cherokee/handler_mirror.c      |    5 +----
 cherokee/handler_server_info.c |    6 +-----
 4 files changed, 9 insertions(+), 14 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2943 git=250ba43820b105dad28a1ea3bccd1974480b71e1


 ChangeLog               |    3 +++
 admin/PageInfoSource.py |   11 ++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2942 git=3ecc26b2858937248dad57db0a411daca2bf4074


 ChangeLog                                      |    4 +
 doc/Makefile.am                                |    2 +
 doc/index.txt                                  |    1 +
 doc/media/images/admin_handler_secdownload.png |  Bin 0 -> 31083 bytes
 doc/modules_handlers_secdownload.txt           |  100 ++++++++++++++++++++++++
 5 files changed, 107 insertions(+), 0 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2941 git=32ec584c2e6d7296cf59e81528137ba0d7e0b24c


 ChangeLog                      |    3 +++
 doc/media/css/cherokee_doc.css |   13 +++----------
 2 files changed, 6 insertions(+), 10 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2940 git=20bfff67aa494444df82fb3d7b095b22828cbb50


 ChangeLog                  |    4 ++
 admin/Makefile.am          |    1 +
 admin/ModuleSecdownload.py |   66 ++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py            |    1 +
 4 files changed, 72 insertions(+), 0 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2939 git=f4b200a260488b6ff8b4e8951c0e85afd1203a4f


 ChangeLog                   |    9 +++++++++
 cherokee/handler_cgi_base.c |   11 +++++++++++
 qa/206-AuthType.py          |   41 +++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 ++-
 4 files changed, 63 insertions(+), 1 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2938 git=e8988073cb3f2018b463ce0edaaaf7f215221dd3


 cherokee/handler_secdownload.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-03-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2937 git=ed971374688d51286c66142c181332b59ff19dfd


 ChangeLog                      |    7 ++
 cherokee/Makefile.am           |   22 ++++-
 cherokee/handler_secdownload.c |  235 ++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_secdownload.h |   59 ++++++++++
 cherokee/secdownload.deps      |    1 +
 configure.in                   |    3 +-
 qa/203-secdownload1.py         |   36 ++++++
 qa/204-secdownload2.py         |   29 +++++
 qa/205-secdownload3.py         |   36 ++++++
 qa/Makefile.am                 |    6 +-
 10 files changed, 431 insertions(+), 3 deletions(-)


2009-03-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2936 git=8f73a9e671d0c9b70bb03186a3635eb6735f92ca


 ChangeLog         |    3 +++
 cherokee/buffer.c |   19 -------------------
 cherokee/util.c   |   21 +++++++++++++++++++++
 cherokee/util.h   |    1 +
 4 files changed, 25 insertions(+), 19 deletions(-)


2009-03-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2935 git=d95c2c1699691e363b5966c48c962e7e56a4a889


 ChangeLog            |    4 ++++
 admin/PageVServer.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-03-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2934 git=a16cac96e2e7156160eaa11a7140a8ae74795c6e


 ChangeLog                   |   10 +++
 cherokee/handler_cgi_base.c |  137 +++++++++++++++++++------------------------
 qa/202-xsendfile2.py        |   50 ++++++++++++++++
 qa/Makefile.am              |    3 +-
 4 files changed, 123 insertions(+), 77 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2933 git=1f9b69ac6078227c471a6bf584d96ef087e12da8


 ChangeLog            |    4 ++++
 admin/PageVServer.py |    5 +++++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2932 git=0f702e4c0b890bc4a67bae62fbd40170552265fd


 ChangeLog                   |    6 ++++++
 cherokee/balancer_ip_hash.c |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2930 git=24f99f85c526a5bab1cfb6a59cd719f1e3050f61


 admin/ModuleHeader.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2929 git=ff07f6cfd29f2b108a40bbcf80d48683c80e74b3


 admin/ModuleHeader.py |    6 +++++-
 admin/PageVServer.py  |    2 +-
 admin/Rule.py         |   12 +++++++-----
 3 files changed, 13 insertions(+), 7 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2928 git=177ff67bf59d4791b2f2203982c76e8ef221fb05


 admin/PageEntry.py            |    2 -
 admin/Rule.py                 |   74 ++++++++++++++++++++++++++++++++--------
 admin/static/css/cherokee.css |   24 +++++++-------
 admin/static/js/common.js     |   11 ++++++
 4 files changed, 82 insertions(+), 29 deletions(-)


2009-03-05  Antonio Perez  <aperez@skarcha.com>
            svn=2927 git=4b6421b798fe8247d5df50ef21c7f83076c8b45c


 ChangeLog                     |    6 ++++
 admin/PageEntry.py            |    6 ++--
 admin/PageVServer.py          |    2 +-
 admin/Rule.py                 |   43 +++++++++++++++---------------
 admin/static/css/cherokee.css |   58 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 90 insertions(+), 25 deletions(-)


2009-03-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2926 git=ddfeabaad44e806d15e52eb1ca30085c79cf632f


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-03-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2925 git=958d99a6d1ed3f8391d977e38c06243ccf6eb1e6


 ChangeLog                 |    9 +++
 admin/ModuleBind.py       |    6 +-
 admin/ModuleDirectory.py  |    4 +-
 admin/ModuleExists.py     |   10 ++--
 admin/ModuleExtensions.py |    4 +-
 admin/ModuleGeoip.py      |    4 +-
 admin/ModuleHeader.py     |   10 ++--
 admin/ModuleMethod.py     |    4 +-
 admin/ModuleRequest.py    |    4 +-
 admin/PageEntry.py        |   30 +++------
 admin/PageVServer.py      |    9 ++-
 admin/Rule.py             |  155 +++++++++++++++++++++++++++++++++++++++++++++
 admin/server.py           |    2 +
 admin/static/js/common.js |   38 +++++++++++
 14 files changed, 243 insertions(+), 46 deletions(-)


2009-03-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2924 git=1dcc7ea8321a028c0b7449207237919c70f9f5f1


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2922 git=8d6d9a1da4f924acd66e515770df269b6bee902e


 ChangeLog              |    7 +++++++
 cherokee/handler_cgi.c |    9 ++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)


2009-03-04  Antonio Perez  <aperez@skarcha.com>
            svn=2921 git=aa1033db089d2d93362d653dbce884de0dc149dc


 ChangeLog                  |    6 ++++++
 cherokee/rule_extensions.c |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-03-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2920 git=e9414a9d550cb02b554ef894b793032d602e8ca5


 cherokee.conf.sample.pre |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-03-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2917 git=dfe10837fbc322e8e76c6ba5379d9c8bbd14925c


 ChangeLog              |    3 +++
 cherokee/handler_cgi.c |   36 +++++++++++++++++++++++++++---------
 2 files changed, 30 insertions(+), 9 deletions(-)


2009-03-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2916 git=18977d54e5c6428ea26bca64138deb53cef3ad53


 ChangeLog            |    5 +++++
 admin/PageVServer.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-03-02  Antonio Perez  <aperez@skarcha.com>
            svn=2915 git=7e504fca4a6f4ce9abd0cbde2a2668586f07deac


 ChangeLog             |    4 ++++
 admin/PageVServers.py |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2009-03-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2914 git=63e06d8d85cb2c71fa4837f96fd2aac07642fe1d


 ChangeLog        |    4 ++++
 qa/115-Respin.py |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-03-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2913 git=74cb6bb34d4dbeb33cc88dacdf2fb7a2ab8a1a29


 ChangeLog                         |    5 ++++
 qa/131-PHP-zero-len-post+Redir.py |   42 +++++++++++++++++++++++++++++++++++++
 qa/Makefile.am                    |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)


2009-03-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2910 git=f96484a80d0bbb884dc7d2927cb21b8c3d461f69


 ChangeLog                     |    5 +++++
 cherokee/server.c             |   41 +++++++++++++++--------------------------
 cherokee/source_interpreter.c |    5 +++--
 3 files changed, 23 insertions(+), 28 deletions(-)


2009-03-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2909 git=0d266999193dc36abbc4107b19a38d9ed3629a00


 ChangeLog                 |    9 +++++++++
 admin/PageVServer.py      |    5 ++++-
 cherokee/connection.c     |   37 ++++++++++++++++++++++++++++---------
 cherokee/virtual_server.c |    4 ++++
 cherokee/virtual_server.h |    1 +
 qa/201-PostLimit.py       |   39 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am            |    3 ++-
 7 files changed, 87 insertions(+), 11 deletions(-)


2009-03-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2908 git=16a9c8a492a58352d4caabca7aa429039a948723


 ChangeLog                     |    8 ++++++++
 cherokee/source_interpreter.c |    5 +++++
 2 files changed, 13 insertions(+), 0 deletions(-)


2009-03-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2907 git=8a82b222efe0c572497a12d2d0a62c8f2675f93d


 cherokee/rule_bind.c |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)


2009-03-01  Antonio Perez  <aperez@skarcha.com>
            svn=2906 git=66e5a01e7d73658d580313aed4adfbe057278cc9


 admin/validations.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-03-01  Antonio Perez  <aperez@skarcha.com>
            svn=2905 git=ca0046b0ddd640dda565aa6d6149bdcb1d27a214


 ChangeLog            |    5 +++++
 admin/validations.py |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2009-03-01  Antonio Perez  <aperez@skarcha.com>
            svn=2904 git=5b4cac263760b8b87e0e91047d798cdb1b0c0823


 admin/PageGeneral.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


2009-02-28  Antonio Perez  <aperez@skarcha.com>
            svn=2903 git=e381d92aceacb81dc3e425a72a843b50eb92308f


 ChangeLog            |    6 ++++++
 admin/Entry.py       |   10 +++++++++-
 admin/Form.py        |   12 ++++++------
 admin/PageGeneral.py |   11 ++++++++++-
 4 files changed, 31 insertions(+), 8 deletions(-)


2009-02-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2902 git=ba4fa29459db0df8c85d7d612b61300fd3920598


 ChangeLog            |    8 +++
 admin/Makefile.am    |    1 +
 admin/ModuleBind.py  |  128 ++++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py      |    5 +-
 cherokee/Makefile.am |   21 ++++++++-
 cherokee/bind.c      |    3 +
 cherokee/bind.h      |    1 +
 cherokee/rule_bind.c |  131 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_bind.h |   50 +++++++++++++++++++
 configure.in         |    3 +-
 10 files changed, 347 insertions(+), 4 deletions(-)


2009-02-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2901 git=5e42bc22bbdad39679457268cd041757f87169d1


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-02-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2900 git=230ef225f5598fe5422aeee4c3773bdb06893737


 ChangeLog           |    5 +++++
 contrib/098to099.py |   39 +++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)


2009-02-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2899 git=e66e9b42d934f764848eab3e89d82bb3f2d8add9


 ChangeLog                          |    6 ++++
 admin/ModuleStreaming.py           |    4 +-
 doc/Makefile.am                    |    1 +
 doc/index.txt                      |    1 +
 doc/modules_handlers_streaming.txt |   55 ++++++++++++++++++++++++++++++++++++
 5 files changed, 65 insertions(+), 2 deletions(-)


2009-02-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2898 git=a5f8ffed94e5958a43640c523e5aad54ccb80d16


 ChangeLog           |    7 +++++++
 admin/ModuleCgi.py  |   20 +++-----------------
 admin/ModuleFcgi.py |    2 --
 admin/ModuleScgi.py |    2 --
 configure.in        |    2 +-
 5 files changed, 11 insertions(+), 22 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2897 git=3461f21380fcc4dc4a2ce1fe35908baa5b22209b


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2893 git=a33bde0a0d959c303a46b13cccad424fc48061d2


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |   11 +++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2892 git=5b8e06749e4655529d5c538baab1534debedce1a


 ChangeLog                     |    3 +++
 cherokee/source_interpreter.c |    6 +++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2891 git=2744529bd5fccffa327b19b0b60e39c5d239ca3f


 ChangeLog                                 |    4 ++++
 doc/media/images/admin_vserver_errors.png |  Bin 12110 -> 32568 bytes
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2890 git=ad852a7e2b46f47dae0d2b59b3653aae037cbbba


 ChangeLog            |    3 +++
 doc/cookbook_ssl.txt |   19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2889 git=1d52c425d792e1848e2abda12a8894d28e2addaf


 doc/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2888 git=e280f6d8568f253fadc54556c2c9bc21cf08b0d1


 ChangeLog                |    5 +++++
 cherokee.conf.sample.pre |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-02-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2887 git=d9c2bd20a54cd6d261346576fb97962af33bfb8c


 ChangeLog       |   11 +++++++++++
 cherokee/main.c |    7 +++++--
 2 files changed, 16 insertions(+), 2 deletions(-)


2009-02-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2886 git=50709b61f38c57e998e578fefaa2d9dcc3999ab1


 ChangeLog                     |    6 ++++++
 cherokee/source_interpreter.c |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-02-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2885 git=a362fd1e9649d14d8ff52e5d693da42d0300a316


 ChangeLog                     |    5 +++++
 admin/PageInfoSource.py       |    9 +++++++--
 cherokee/source_interpreter.c |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2884 git=1b2f2f24ab37f7051ee4e12a5cf206b2ced253f6


 ChangeLog                       |    3 ++
 cherokee/balancer_ip_hash.c     |   13 ++++++---
 cherokee/balancer_round_robin.c |   53 ++++++++++++++++++++++++++++++---------
 cherokee/balancer_round_robin.h |    2 +-
 4 files changed, 53 insertions(+), 18 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2883 git=a96ca1cfe061285b32f95d1287497f840f5d79d0


 ChangeLog             |    5 ++++
 qa/200-ErrorRedir2.py |   64 +++++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am        |    3 +-
 3 files changed, 71 insertions(+), 1 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2882 git=ea3a5af26396a71189a8b6229c5237356c105194


 cherokee/balancer_ip_hash.c |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2881 git=d507a01ecf2c0971be44695bdb97698c7401325b


 ChangeLog                   |    4 +++
 cherokee/balancer_ip_hash.c |   55 +++++++++++++++++++++++++++++-------------
 cherokee/balancer_ip_hash.h |    2 +-
 3 files changed, 43 insertions(+), 18 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2880 git=28e74f8efbfc93af8d79392b8aa26fd56aec3336


 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2879 git=f89ab96057870683c19c3214be55f7d300be6d0d


 ChangeLog             |    3 +++
 cherokee/connection.c |    9 +++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2878 git=705ad69391b1bb6f1b63175d11ddb7987ccf6c7d


 ChangeLog             |    5 +++++
 cherokee/connection.c |   34 ++++++++++++++++++++++++++++++++++
 cherokee/thread.c     |   36 +++++-------------------------------
 3 files changed, 44 insertions(+), 31 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2877 git=71cd505c651598f36f76b5f7af3ca47cd685625a


 ChangeLog               |    3 +++
 admin/PageInfoSource.py |    6 +++---
 admin/validations.py    |    6 ++++++
 3 files changed, 12 insertions(+), 3 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2876 git=91b08f764e9d0fd806664c6142dcd4c790b95ef8


 ChangeLog            |    3 ++
 contrib/Makefile.am  |    9 ++++++-
 contrib/cherokee     |   61 -----------------------------------------------
 contrib/cherokee.pre |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 75 insertions(+), 62 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2875 git=3f1a11fa2da1fe43967119fb3daf6fb57d4cd098


 ChangeLog                 |    7 +++++++
 admin/ModuleErrorRedir.py |   36 +++++++++++++++++++++++++++---------
 2 files changed, 34 insertions(+), 9 deletions(-)


2009-02-21  Antonio Perez  <aperez@skarcha.com>
            svn=2874 git=bc740fd0b7f10721af0ce4e201532696264000be


 ChangeLog       |    3 +++
 cherokee/main.c |   44 ++++++++++++++++++++++++++++++++++++++------
 2 files changed, 41 insertions(+), 6 deletions(-)


2009-02-21  Antonio Perez  <aperez@skarcha.com>
            svn=2873 git=5aa0c6eee2600dba644952ba90bb42500010f0c6


 ChangeLog                |    4 ++++
 admin/consts.py          |    1 +
 cherokee/handler_error.c |    9 ++++++++-
 cherokee/http.c          |    2 ++
 cherokee/http.h          |    2 ++
 5 files changed, 17 insertions(+), 1 deletions(-)


2009-02-21  Antonio Perez  <aperez@skarcha.com>
            svn=2872 git=4387f3282ff9172b65c324b6f6f4bcae10087dea


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |   37 +++++++++++++++++++++++++------------
 admin/server.py             |    1 -
 3 files changed, 30 insertions(+), 13 deletions(-)


2009-02-19  Antonio Perez  <aperez@skarcha.com>
            svn=2871 git=6fb4f126c8be2e5000af2b2468ce585993791129


 ChangeLog                 |    6 ++++++
 admin/PageVServer.py      |    3 ---
 cherokee/cryptor_libssl.c |   29 +++++++++--------------------
 cherokee/virtual_server.c |   14 ++------------
 cherokee/virtual_server.h |    1 -
 5 files changed, 17 insertions(+), 36 deletions(-)


2009-02-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2870 git=6effff220a1556a92facb84584bc4a1c318ae04c


 ChangeLog            |    6 +
 Makefile.am          |    1 -
 contrib/Makefile.am  |    7 -
 contrib/spawn-fcgi.c |  483 --------------------------------------------------
 spawn-fcgi.1         |   63 -------
 5 files changed, 6 insertions(+), 554 deletions(-)


2009-02-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2869 git=6d899208ff70dd9e411ce2104991f0f4e8aec2e1


 ChangeLog                |   10 ++++++++++
 admin/ModuleAuth.py      |    6 +++---
 admin/ModuleBalancer.py  |    1 +
 admin/ModuleCgi.py       |    9 +++++++--
 admin/ModuleCommon.py    |    8 ++++----
 admin/ModuleDirlist.py   |   14 +++++++-------
 admin/ModuleHtdigest.py  |    3 +--
 admin/ModuleHtpasswd.py  |    3 +--
 admin/ModulePlain.py     |    3 +--
 admin/ModuleStreaming.py |   15 +++++++++++----
 admin/PageAdvanced.py    |    5 +++--
 admin/PageEntry.py       |    7 ++++---
 admin/PageMime.py        |    9 ++++++++-
 admin/PageVServer.py     |    1 +
 admin/PageVServers.py    |    6 ++++++
 admin/validations.py     |   20 ++++++++++++++++++++
 16 files changed, 88 insertions(+), 32 deletions(-)


2009-02-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2868 git=e85e66297a13a02c292407b2edeb664b21a03b2c


 ChangeLog                     |    3 ++
 cherokee/source_interpreter.c |   69 ++++++++++++++++++++++++++++++++++++++---
 2 files changed, 67 insertions(+), 5 deletions(-)


2009-02-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2867 git=d578f4d62d4cdcd13dab6d55562bc959546fb2b7


 ChangeLog                       |   21 ++++++++++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |    6 +++
 cherokee/handler_cgi_base.c     |    7 +++-
 cherokee/handler_error_redir.c  |    7 +++-
 cherokee/handler_fcgi.c         |    2 +-
 cherokee/handler_scgi.c         |    2 +-
 cherokee/source_interpreter.c   |   70 ++++++++++++++++++++++++++++++++++++--
 qa/058-ContentRange-Double.py   |    8 +++-
 qa/195-ServerAddr.py            |   20 ++++++++---
 qa/base.py                      |   37 +++++---------------
 11 files changed, 139 insertions(+), 42 deletions(-)


2009-02-17  Antonio Perez  <aperez@skarcha.com>
            svn=2866 git=945112d191304b1d2e8308892c4f02fa77a0b561


 ChangeLog                 |    3 +++
 cherokee/cryptor_libssl.c |   22 +++++++++-------------
 2 files changed, 12 insertions(+), 13 deletions(-)


2009-02-17  Antonio Perez  <aperez@skarcha.com>
            svn=2865 git=ea9a6c51a8f46684a5365a1319bd5290e3f5d86c


 ChangeLog                     |    5 +++++
 cherokee/source_interpreter.c |    7 ++-----
 2 files changed, 7 insertions(+), 5 deletions(-)


2009-02-15  Antonio Perez  <aperez@skarcha.com>
            svn=2864 git=67590b6b22178b56fbd54b6d044742132f45f3e2


 ChangeLog                    |    5 ++
 cherokee/handler_streaming.c |  116 ++++++++++++++++++++++++-----------------
 cherokee/handler_streaming.h |    2 +
 3 files changed, 75 insertions(+), 48 deletions(-)


2009-02-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2863 git=4028e7ea8d93f9a3f9e1678b2da8d370fedf81b8


 ChangeLog                       |   16 +++++++
 admin/PageGeneral.py            |    1 +
 cherokee/connection-protected.h |    3 +-
 cherokee/connection.c           |   18 +++++++-
 cherokee/handler_cgi_base.c     |   10 ++++-
 cherokee/handler_error_redir.c  |   83 +++++++++++++++++++++++++++++++++-----
 cherokee/server.c               |    4 +-
 cherokee/source_interpreter.c   |   19 ++++++++-
 cherokee/thread.c               |   28 ++++++++-----
 qa/199-ErrorRedir.py            |   50 +++++++++++++++++++++++
 qa/Makefile.am                  |    3 +-
 11 files changed, 206 insertions(+), 29 deletions(-)


2009-02-14  Antonio Perez  <aperez@skarcha.com>
            svn=2862 git=176f13f0c451419541f5d8136390592fb8b04c78


 ChangeLog                 |    6 ++++++
 admin/PageVServer.py      |    7 +++++--
 cherokee/cryptor_libssl.c |   23 +++++++++++++++++------
 cherokee/virtual_server.c |   14 ++++++++++++--
 cherokee/virtual_server.h |    1 +
 5 files changed, 41 insertions(+), 10 deletions(-)


2009-02-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2861 git=6c0a4d51928856b264307d4499f0b000e22c9493


 ChangeLog                |    6 ++++++
 admin/ModuleStreaming.py |   22 +++++++++++++++++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)


2009-02-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2860 git=f802f4756dfc7aeb77f1b938fe60f08c0927cd92


 ChangeLog                    |    5 +
 cherokee/handler_streaming.c |  263 +++++++++++++++++++++++++++++-------------
 cherokee/handler_streaming.h |    7 +
 3 files changed, 197 insertions(+), 78 deletions(-)


2009-02-09  Antonio Perez  <aperez@skarcha.com>
            svn=2859 git=fe39991105bc5df2019307e3249c4dfd3b8af1c9


 ChangeLog            |    5 +++++
 admin/PageVServer.py |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)


2009-02-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2858 git=6738f57cc6631d2f22f7215e80d1f3e634ab2840


 ChangeLog             |    3 +++
 cherokee/connection.c |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-02-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2857 git=c61843d93743f975bec3259d07509927a89fd3c3


 ChangeLog             |    6 ++++++
 cherokee/connection.c |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2009-02-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2856 git=90613d2c138b74f6d9a69ba1289cff814e35c908


 ChangeLog       |    3 +++
 www/Makefile.am |    1 +
 www/favicon.ico |  Bin 0 -> 769 bytes
 3 files changed, 4 insertions(+), 0 deletions(-)


2009-02-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2855 git=a6b03a30eddd8b106d27fc1cdcd1f9c03d721f19


 ChangeLog               |    5 +++++
 cherokee/Makefile.am    |    5 +++--
 cherokee/streaming.deps |    1 +
 3 files changed, 9 insertions(+), 2 deletions(-)


2009-02-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2854 git=d55f9587d5cc06f64518a82dc07a5579cd054d4c


 cherokee/handler_streaming.c |   48 +++++++++++++++++++++++++++++++----------
 cherokee/handler_streaming.h |    3 +-
 2 files changed, 38 insertions(+), 13 deletions(-)


2009-02-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2853 git=53e4fcc8014facabeb4f1963509c777449f3d24c


 ChangeLog                    |    4 +++
 cherokee/handler_streaming.c |   44 ++++++++++++++++++++++++++---------------
 2 files changed, 32 insertions(+), 16 deletions(-)


2009-02-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2852 git=3545b7faf71651bd76cc45692bb474f56a58c26b


 cherokee/handler_file.c |   11 +++++++++++
 cherokee/handler_file.h |    1 +
 2 files changed, 12 insertions(+), 0 deletions(-)


2009-02-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2851 git=3c70521acc1cb0485d7e4ef507b22096c4cf1512


 cherokee/handler_streaming.c |   39 ++++++++++++++++++++++++---------------
 1 files changed, 24 insertions(+), 15 deletions(-)


2009-02-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2850 git=c32737055bd96c582422ed2e0e54f146409f9dcc


 admin/ModuleStreaming.py     |    2 +-
 cherokee/handler_streaming.c |   40 +++++++++++++++++++++++++++++-----------
 cherokee/handler_streaming.h |    3 ++-
 3 files changed, 32 insertions(+), 13 deletions(-)


2009-02-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2849 git=494c7377b4dca4f61e3edf5025840ab5d0efaa37


 ChangeLog                    |    8 +
 admin/Makefile.am            |    1 +
 admin/ModuleStreaming.py     |   36 ++++
 admin/consts.py              |    5 +-
 cherokee.conf.sample.pre     |    3 +-
 cherokee/Makefile.am         |   37 ++++-
 cherokee/connection.c        |    6 +-
 cherokee/handler_streaming.c |  385 ++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_streaming.h |   75 ++++++++
 configure.in                 |   61 ++++++-
 10 files changed, 599 insertions(+), 18 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2848 git=d0f258ba5dba678fe0b4f2b0b0e69e3f70a1cb66


 ChangeLog                 |    3 +++
 cherokee/cryptor_libssl.c |   10 ----------
 2 files changed, 3 insertions(+), 10 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2847 git=960c72d80629992dc79f634c4f944d5113f28a82


 ChangeLog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2846 git=830714841f71205a3f66252190de8c7560d79c2d


 ChangeLog                  |    4 ++++
 cherokee.conf.sample.pre   |    6 +++---
 cherokee/handler_dirlist.c |    4 +++-
 3 files changed, 10 insertions(+), 4 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2845 git=56ba88b2b083bc0b37e8d68227441e74583ac5f6


 ChangeLog                       |    4 ++++
 cherokee/connection-protected.h |    2 +-
 cherokee/connection.c           |    4 +---
 cherokee/thread.c               |    2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2844 git=030186762238dd7536e3044e6f4c68b52e0bf8dd


 ChangeLog                |    3 +++
 cherokee/validator_pam.c |   24 ++++++++++++++++++++----
 2 files changed, 23 insertions(+), 4 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2843 git=74b4b23d2815fd35d6a2a1a55c4ad86b45427462


 cherokee/connection.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2842 git=473c8b794258fb6a2858b3c5350b7a1b8af71a9f


 ChangeLog         |    2 ++
 cherokee/source.c |   13 +++++++------
 2 files changed, 9 insertions(+), 6 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2841 git=08fb01eca32ce9113b69abb11bc93d6704a8d87d


 ChangeLog         |    3 +++
 cherokee/server.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2840 git=0921bb6ef43b86f4c23a56b9bb8c33b4434c3964


 ChangeLog                 |    3 +++
 cherokee/cryptor.c        |    8 ++++++++
 cherokee/cryptor.h        |    2 +-
 cherokee/cryptor_libssl.c |    3 ++-
 4 files changed, 14 insertions(+), 2 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2839 git=416ca3096c2b9e845ef5d2840230ce27975633e2


 ChangeLog        |    4 ++++
 cherokee/cache.c |    5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2838 git=e6b4540b8ee025caa043d923ecc82913ecf0f71a


 ChangeLog                 |    5 +++++
 doc/config_quickstart.txt |    2 +-
 doc/cookbook_django.txt   |    9 ++++++++-
 3 files changed, 14 insertions(+), 2 deletions(-)


2009-02-05  Antonio Perez  <aperez@skarcha.com>
            svn=2837 git=ceaa0140b850c75911fc501e8dbf6b0881eac357


 ChangeLog            |    2 ++
 admin/PageGeneral.py |    9 ++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)


2009-02-05  Antonio Perez  <aperez@skarcha.com>
            svn=2836 git=f41da4132568be5163427a1d47e7881fe7dbed01


 ChangeLog         |    5 +++++
 cherokee/server.c |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2009-02-05  Antonio Perez  <aperez@skarcha.com>
            svn=2835 git=540c9d267a680bf19a79a0c61ad5f3c2ec302c80


 cherokee/server.c |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)


2009-02-04  Antonio Perez  <aperez@skarcha.com>
            svn=2834 git=90439c5a0c264d3aaaba8b487161a4957c3950be


 ChangeLog         |   12 +++++++---
 cherokee/server.c |   54 ++++++++++++++++++++++++++++++----------------------
 2 files changed, 39 insertions(+), 27 deletions(-)


2009-02-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2833 git=2c277c653ca4a71fa0b1f5476a98b230f1bb7145


 ChangeLog                  |    5 +++++
 cherokee/resolv_cache.c    |    2 +-
 cherokee/rule_geoip.c      |    2 +-
 cherokee/server.c          |    2 +-
 cherokee/thread.c          |    2 +-
 cherokee/validator.c       |    2 +-
 cherokee/validator_mysql.c |    4 ++--
 7 files changed, 12 insertions(+), 7 deletions(-)


2009-02-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2832 git=ce6f7100749e3607f424dc6b7e8cb9f6664172cd


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-02-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2831 git=16098e4d97c56d4b618181ad144ee8d226d6f93a


 ChangeLog    |    7 +++++++
 configure.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-02-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=2830 git=3836f21f74a6584cfa91f417fc99a9d4314af924


 ChangeLog                     |    8 ++++++++
 admin/PageVServers.py         |    4 ++--
 admin/static/css/cherokee.css |   28 +++++++++++++++++-----------
 3 files changed, 27 insertions(+), 13 deletions(-)


2009-02-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2829 git=0e7a9df75c545856fc4c3e518eceff90039601ee


 ChangeLog         |    5 +++
 cherokee/thread.c |   82 +++++++++++++++++++++++++++++++++--------------------
 2 files changed, 56 insertions(+), 31 deletions(-)


2009-02-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2828 git=4872420e8bb05608f1431acb9fb8d4cb5260ed98


 cherokee/handler_cgi_base.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


2009-02-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2827 git=d46f7380f9f8f444f7d2ebbeac287db79f2a243b


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-02-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2826 git=99e5bdcc7641ba8c64c106b41febb26ac2534b24


 ChangeLog             |    5 +++++
 cherokee/connection.c |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2009-02-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2818 git=e598b5242770eec26ce8bbb5d750af2152eb8bb5


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-02-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2817 git=099cc03ea52c464d065d99e46462c9b1bc87d262


 ChangeLog                |   13 +++++++++++++
 cherokee/handler_proxy.c |    2 ++
 cherokee/proxy_hosts.c   |   10 +++++++---
 cherokee/socket.c        |    2 +-
 cherokee/socket.h        |    1 +
 cherokee/source.c        |   20 +-------------------
 cherokee/util.c          |   18 ++++++++++++++++++
 cherokee/util.h          |    9 ++++++---
 8 files changed, 49 insertions(+), 26 deletions(-)


2009-02-01  Taher Shihadeh  <taher@unixwars.com>
            svn=2816 git=b4bf1c207515e817393edbf78437a13037846ae8


 doc/cookbook_drupal.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-02-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2815 git=887790a7cdd52f18e98d94c6ab83965ab2bc8ec0


 ChangeLog         |    7 +++++++
 cherokee/source.c |   17 ++++-------------
 cherokee/util.c   |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h   |    5 +++++
 4 files changed, 68 insertions(+), 13 deletions(-)


2009-02-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2813 git=ebf119eb2339d21c659590d05be1597fe570eb3b


 ChangeLog                 |    7 +++++++
 cherokee/cryptor_libssl.c |   17 +++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)


2009-01-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2811 git=90523e746e31621b998ddd6a4fda50f88f88d1d5


 ChangeLog      |    3 +++
 admin/flags.py |   12 +++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)


2009-01-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2809 git=27398b5516a1483894252d65a5024adde79c6373


 ChangeLog          |    3 +++
 admin/PageEntry.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-01-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2808 git=fdc94b8eec7e5e0072f82b7beeb31a1425935f01


 ChangeLog            |    5 +++++
 admin/PageEntry.py   |   18 +++++++++++++++++-
 admin/validations.py |    6 ++++++
 3 files changed, 28 insertions(+), 1 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2806 git=b3bfc8f41e8e121be901c87916ea5007f5440447


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   22 +++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2805 git=9851b1cb9d41d2e2648c73d711d55cabb3f5fd9b


 qa/198-HTTPresponse.py |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2804 git=d2cfa2adc954e155e42d0723d356d13f119a705f


 ChangeLog              |    3 +++
 qa/198-HTTPresponse.py |   29 +++++++++++++++++++++++++++++
 qa/Makefile.am         |    3 ++-
 3 files changed, 34 insertions(+), 1 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2803 git=df940669840ddfcd23b6fa3751f0698930fb1d4b


 ChangeLog             |    3 +++
 admin/PageVServers.py |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2802 git=b2d252f05d1ce2cd81247f40c73e30d90dd7f3d3


 ChangeLog                   |    5 +++++
 cherokee/balancer_ip_hash.c |   11 +++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2799 git=dc33ce1d2f756ff5d2bc429ad59f43b995fe534b


 ChangeLog          |    3 +++
 admin/ModuleCgi.py |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2797 git=bfd77c81b5d446fceb18be56bd195049bb09c77a


 ChangeLog             |    5 +++++
 cherokee/connection.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-01-28  Antonio Perez  <aperez@skarcha.com>
            svn=2795 git=e2ad2245e7bbab4697eae7cfa929f66e417c16c6


 ChangeLog                 |    6 +++
 admin/PageVServer.py      |   22 ++++++++--
 admin/consts.py           |    6 +++
 cherokee/cryptor_libssl.c |   92 ++++++++++++++++++++++++++-------------------
 cherokee/virtual_server.c |   16 +++++---
 cherokee/virtual_server.h |    3 +-
 6 files changed, 94 insertions(+), 51 deletions(-)


2009-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2794 git=6f984bf5d7d823db052ca4eb91a20263a167edb0


 ChangeLog               |    5 +++++
 admin/PageInfoSource.py |    6 +++++-
 admin/validations.py    |    9 +++++++++
 3 files changed, 19 insertions(+), 1 deletions(-)


2009-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2793 git=dfb052121d5126a77ee3f08359b5beee1283f91c


 cherokee/bogotime.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2792 git=d8dbfb031b16b627cf95313c7d27c22a34d841b9


 admin/PageEntry.py      |   10 ++++++++--
 admin/PageGeneral.py    |    8 ++++----
 admin/PageIcon.py       |   17 +++++++++--------
 admin/PageInfoSource.py |    8 ++++++--
 admin/PageMime.py       |   14 ++++++++++++--
 admin/PageVServer.py    |   22 +++++++++++-----------
 6 files changed, 50 insertions(+), 29 deletions(-)


2009-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2791 git=1532b44749c7d434660da21077ac4f4213e22d7e


 ChangeLog                 |    5 +++
 admin/ModuleErrorRedir.py |    2 +-
 admin/PageVServer.py      |   63 ++++++++++++++++++++++++++++++---------------
 3 files changed, 48 insertions(+), 22 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2790 git=35a4bcd6f18d4e4f6a7c167f36b31b7328b4c060


 ChangeLog                       |    7 ++
 cherokee/Makefile.am            |    4 +-
 cherokee/config_entry.c         |   11 +++-
 cherokee/config_entry.h         |    3 +
 cherokee/connection-protected.h |    8 +++
 cherokee/connection.c           |   59 +++++++++++++++++-
 cherokee/handler_file.c         |   20 ++++--
 cherokee/limiter.c              |  125 +++++++++++++++++++++++++++++++++++++++
 cherokee/limiter.h              |   49 +++++++++++++++
 cherokee/thread.c               |   43 +++++++++++++-
 cherokee/thread.h               |    2 +
 cherokee/virtual_server.c       |    3 +
 12 files changed, 319 insertions(+), 15 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2788 git=ab5cde412b6d043d6d1dbc6c7b470df2cc285cff


 ChangeLog            |    3 +++
 admin/PageGeneral.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2787 git=7dbde19fce675e0603d8c77556c00211be3540fe


 ChangeLog           |    3 +++
 cherokee/bogotime.c |    8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2784 git=41729822310508bd60bea0555d2d423a6b1d8f2a


 ChangeLog                |    3 +++
 cherokee/handler_error.c |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2783 git=dc27ccead043a66c16f6606705fcc843951681de


 cherokee/buffer.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2780 git=ffceadcf7e90f9bf6516155b69619cf59a031b41


 ChangeLog         |    5 +++++
 cherokee/socket.c |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2779 git=29b2003f88298ee265ae394d1f0a321fde530e9f


 ChangeLog            |    4 ++++
 cherokee/threading.c |   26 +++++++++++++-------------
 cherokee/threading.h |   15 ++++-----------
 configure.in         |    7 +++++++
 4 files changed, 28 insertions(+), 24 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2778 git=85fff4fe7b5b8cfe76575bb62e7c056e0e12e507


 ChangeLog       |    3 +++
 admin/Page.py   |    2 --
 admin/server.py |    8 --------
 3 files changed, 3 insertions(+), 10 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2777 git=f3347aa19c40b72357bd3d86a154d6bce4ae627f


 admin/PageStatus.py           |    2 --
 admin/static/css/cherokee.css |   17 ++---------------
 2 files changed, 2 insertions(+), 17 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2776 git=270e336e6c354d4657bb2573248b04b902a443d6


 ChangeLog                 |    4 ++++
 admin/Form.py             |   27 +++++++--------------------
 admin/ModuleRedir.py      |    2 +-
 admin/static/js/common.js |   20 +++++++++-----------
 4 files changed, 21 insertions(+), 32 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2775 git=41404fc1152cd82779d700055fa9241e9b5868b7


 ChangeLog                      |    5 +++++
 cherokee/handler_server_info.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2774 git=4539d2bd78cd018f5d5d3d62488507a5167a8029


 ChangeLog           |    5 +++++
 cherokee/bogotime.c |   37 +++++++++++++++++++++++--------------
 cherokee/bogotime.h |   17 +++++++++++------
 3 files changed, 39 insertions(+), 20 deletions(-)


2009-01-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2771 git=1abc8c1a8203458410ffd804e0bdc9d1364f7cf7


 ChangeLog            |    2 ++
 admin/PageGeneral.py |   12 +++---------
 2 files changed, 5 insertions(+), 9 deletions(-)


2009-01-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2770 git=e7bfbe2164642329439f331c041fcd4f39b33c79


 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-01-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2768 git=1ba209c9ca3eb9e34c26245ec89ed573a9511159


 ChangeLog     |    6 ++++++
 admin/Page.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2766 git=001d50fbd02045969e5eaca567b648171ae4b0a8


 ChangeLog           |    3 +++
 contrib/011to098.py |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2764 git=e6833b3cca0d59160587035b1cb0522830b7ce45


 ChangeLog            |    3 +++
 cherokee/threading.c |    6 +++---
 cherokee/threading.h |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2762 git=743d8aa39fd4b997ad40dd4b256bd179631cf60e


 ChangeLog                     |    7 +++++++
 qa/029-Post+Without-lenght.py |   15 ++++-----------
 qa/035-PHP-simple.py          |   16 +++++-----------
 qa/068-PathInfo2.py           |   22 +++++++---------------
 qa/072-Inherit3.py            |   21 ++++++++++-----------
 qa/079-Extension.py           |   29 ++++++++++++++++-------------
 qa/080-Extension2.py          |   30 +++++++++++++++++-------------
 qa/102-QueryString.py         |   19 +++++++++++--------
 qa/115-Respin.py              |   24 +++++++++++++-----------
 qa/131-ChangeUser-phpcgi.py   |   38 --------------------------------------
 qa/138-ChangeUser-cgi.py      |   12 +++++-------
 qa/Makefile.am                |    1 -
 12 files changed, 95 insertions(+), 139 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2761 git=a0b5a8bb4b25292daa9f4654ad2c589f5e7e9343


 ChangeLog                  |    3 +++
 cherokee/rule_extensions.c |   12 ++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2759 git=cd024fedee529b969f8f4ecca5a86957b936d959


 ChangeLog            |    6 ++++++
 cherokee/init.c      |    8 ++------
 cherokee/threading.c |   25 +++++++++++++++----------
 cherokee/threading.h |   41 ++++++++++++++++++++++++-----------------
 4 files changed, 47 insertions(+), 33 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2758 git=4b79247f8ed32bf7e25d22882f9446d236536314


 ChangeLog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2755 git=7847dd513dff4958932423e95751c0aa46d0755d


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2753 git=8af142a7fa0dd7075965eda2de1a56bfff4b2896


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2752 git=fa9b47a1fb83e1fc5319b72dc610655cf771540f


 ChangeLog               |    3 +++
 doc/other_community.txt |   30 +++++++++++++++++++++++++++---
 2 files changed, 30 insertions(+), 3 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2751 git=c54671ed27a6ccca9e484d22f05789013d1ed04b


 ChangeLog                 |    5 +++++
 cherokee/cryptor_libssl.c |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2009-01-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2750 git=9c30296e7ecd88821839450ece71072f2629613f


 ChangeLog     |    4 ++++
 admin/Form.py |    8 +++++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2749 git=541521227b85c50f3a8ddfcda0a1fcf665399e76


 ChangeLog                   |    5 +++++
 cherokee/balancer_ip_hash.c |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2748 git=085d70a70e5ce2de5f853df1177dd5637f46d901


 ChangeLog                |    6 ++++++
 cherokee/handler_error.c |    3 ---
 2 files changed, 6 insertions(+), 3 deletions(-)


2009-01-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2747 git=f0248062e5dbb1beba15bb035a2b225e62fc2ac1


 ChangeLog                              |    9 +++++++--
 doc/media/images/admin_handler_cgi.png |  Bin 22491 -> 22793 bytes
 doc/modules_handlers_cgi.txt           |    1 +
 3 files changed, 8 insertions(+), 2 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2746 git=3ef0ab35a383469cdeb090f87de3d44b8db56427


 ChangeLog           |    6 ++++++
 cherokee/bogotime.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2745 git=969d30cd9f3f3751daf494ce9b0bac630d77ccf3


 ChangeLog                   |   11 +++++++++++
 admin/ModuleCgi.py          |    6 +++---
 cherokee/handler_cgi_base.c |   26 +++++++++++++++++++++++---
 qa/142-SCGI-ExtraVars.py    |    4 +++-
 qa/util.py                  |    4 ++++
 5 files changed, 44 insertions(+), 7 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2744 git=bc64f72356f29ff22feca56cfe962cd7f68fcbba


 qa/197-SOAPAction.py |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2743 git=c03dc4676ee12ef2129d40dbda9a2d157b005743


 ChangeLog         |    3 +++
 cherokee/buffer.c |    2 +-
 cherokee/buffer.h |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2742 git=f58b7c53497f0e518233c18c6f7c9b8ef79e3185


 ChangeLog            |    4 ++++
 qa/197-SOAPAction.py |   30 ++++++++++++++++++++++++++++++
 qa/Makefile.am       |    3 ++-
 3 files changed, 36 insertions(+), 1 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2741 git=5324a02a9edbd58ca777fc5a0b09afd07d24b702


 ChangeLog       |   15 +++++++++++++++
 cherokee/init.c |   15 +++++++++++----
 cherokee/init.h |    8 +++++---
 cherokee/post.c |    4 +++-
 cherokee/util.c |   32 ++++++++++++++++++++++++++++++++
 cherokee/util.h |    1 +
 6 files changed, 67 insertions(+), 8 deletions(-)


2009-01-22  Antonio Perez  <aperez@skarcha.com>
            svn=2740 git=35c6d8a80788bb17add02dadca96f59d88950b37


 admin/Page.py                 |    9 +--------
 admin/static/css/cherokee.css |    1 +
 2 files changed, 2 insertions(+), 8 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2739 git=a8910238bfbbe9c73d800d8c4e0f54f3e6004b3e


 qa/088-CGI-envs.py |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)


2009-01-21  Taher Shihadeh  <taher@unixwars.com>
            svn=2738 git=614657fa4e7b7f41bf4d2cc53ac246ef8c5fd202


 ChangeLog                    |    6 ++++++
 doc/modules_handlers_cgi.txt |   16 ++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)


2009-01-21  Antonio Perez  <aperez@skarcha.com>
            svn=2737 git=076b9ddeb2a49d9ef0e43a7102f250d95fde7b7f


 ChangeLog                     |    5 +++++
 admin/Page.py                 |    8 ++------
 admin/static/css/cherokee.css |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)


2009-01-21  Taher Shihadeh  <taher@unixwars.com>
            svn=2736 git=4a4c8640fa2cc45e25f175ef7912b23f103d43d3


 ChangeLog                     |    3 +++
 admin/Form.py                 |   15 +++++++++------
 admin/static/css/cherokee.css |    9 +++++----
 3 files changed, 17 insertions(+), 10 deletions(-)


2009-01-21  Taher Shihadeh  <taher@unixwars.com>
            svn=2735 git=ea8c42d5fa9da74de77ce855701831b62e8e4602


 ChangeLog                                          |   13 +++++++++++++
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 8328 -> 8029 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 13048 -> 13818 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 6348 -> 6525 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 19604 -> 20748 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 6731 -> 8898 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 6616 -> 8940 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 16523 -> 19347 bytes
 doc/media/images/cookbook_phpbb_rules.png          |  Bin 16704 -> 16653 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 8343 -> 8568 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 6281 -> 8769 bytes
 11 files changed, 13 insertions(+), 0 deletions(-)


2009-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2734 git=cf9e464ca062087f9fd4a4ccc3b9930495d1b346


 ChangeLog                  |    5 +++++
 admin/PageStatus.py        |   12 ++++++++++++
 admin/status.template.html |    2 ++
 3 files changed, 19 insertions(+), 0 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2733 git=3828b251e75cba19f55e7f3ce24561da19101a50


 ChangeLog                                          |   27 +++++++++++++++++++-
 doc/Makefile.am                                    |    6 ++--
 doc/cookbook_managing_logs.txt                     |    6 ++--
 doc/media/images/cookbook_drupal_example5.png      |  Bin 9444 -> 0 bytes
 doc/media/images/cookbook_drupal_rules1.png        |  Bin 14525 -> 0 bytes
 doc/media/images/cookbook_drupal_rules2.png        |  Bin 16430 -> 0 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 14887 -> 13772 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 6333 -> 3965 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 9774 -> 7948 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 13198 -> 10350 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 7386 -> 4212 bytes
 doc/media/images/cookbook_managin_logs_handler.png |  Bin 6348 -> 0 bytes
 doc/media/images/cookbook_managin_logs_rules.png   |  Bin 20182 -> 0 bytes
 .../images/cookbook_managin_logs_security.png      |  Bin 19604 -> 0 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 0 -> 6348 bytes
 doc/media/images/cookbook_managing_logs_rules.png  |  Bin 0 -> 15076 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 0 -> 19604 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 17626 -> 16246 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 8820 -> 7131 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 11927 -> 9039 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 24604 -> 23616 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 7651 -> 5157 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 10360 -> 8504 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 16794 -> 14248 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 10881 -> 10050 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 21574 -> 19951 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 7686 -> 7119 bytes
 doc/media/images/cookbook_wp_default1.png          |  Bin 7567 -> 5527 bytes
 doc/media/images/cookbook_wp_example1.png          |  Bin 10158 -> 8178 bytes
 doc/media/images/cookbook_wp_example2.png          |  Bin 7531 -> 5450 bytes
 doc/media/images/cookbook_wp_example3.png          |  Bin 15516 -> 12554 bytes
 31 files changed, 32 insertions(+), 7 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2732 git=259afcdf7b6903508402c913358253dd40432c97


 ChangeLog                                     |   13 ++
 doc/Makefile.am                               |    2 +-
 doc/cookbook_drupal.txt                       |  203 +++++++++++++++++++++---
 doc/media/images/cookbook_drupal_default2.png |  Bin 7430 -> 5570 bytes
 doc/media/images/cookbook_drupal_default3.png |  Bin 7688 -> 5176 bytes
 doc/media/images/cookbook_drupal_example1.png |  Bin 8859 -> 7054 bytes
 doc/media/images/cookbook_drupal_example2.png |  Bin 9447 -> 6632 bytes
 doc/media/images/cookbook_drupal_example3.png |  Bin 13089 -> 10897 bytes
 doc/media/images/cookbook_drupal_example4.png |  Bin 8687 -> 4923 bytes
 doc/media/images/cookbook_drupal_rules.png    |  Bin 0 -> 16430 bytes
 10 files changed, 191 insertions(+), 27 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2731 git=e0527b94e7bee2defeb826b30e9fa35e7e6a5492


 ChangeLog                                        |   54 ++++++++++++++++------
 doc/media/images/admin_general_ports.png         |  Bin 13684 -> 8225 bytes
 doc/media/images/admin_handler_fastcgi2.png      |  Bin 17501 -> 25398 bytes
 doc/media/images/admin_handler_file.png          |  Bin 8776 -> 10658 bytes
 doc/media/images/admin_handler_onlylisting.png   |  Bin 13726 -> 16726 bytes
 doc/media/images/admin_handler_proxy.png         |  Bin 21782 -> 21351 bytes
 doc/media/images/admin_index.png                 |  Bin 34888 -> 40456 bytes
 doc/media/images/admin_info_sources.png          |  Bin 20142 -> 22862 bytes
 doc/media/images/admin_launch.png                |  Bin 36003 -> 40316 bytes
 doc/media/images/admin_notrunning.png            |  Bin 14707 -> 37349 bytes
 doc/media/images/admin_rule_regex.png            |  Bin 11042 -> 14628 bytes
 doc/media/images/admin_validators_authlist.png   |  Bin 18115 -> 21078 bytes
 doc/media/images/admin_validators_ldap.png       |  Bin 23831 -> 30050 bytes
 doc/media/images/admin_validators_pam.png        |  Bin 11989 -> 15528 bytes
 doc/media/images/admin_validators_plain.png      |  Bin 15073 -> 18431 bytes
 doc/media/images/admin_vserver_errors.png        |  Bin 12062 -> 12110 bytes
 doc/media/images/admin_vserver_loggers.png       |  Bin 16605 -> 14891 bytes
 doc/media/images/admin_vserver_security.png      |  Bin 8198 -> 13316 bytes
 doc/media/images/admin_vserver_vserver.png       |  Bin 4058 -> 7823 bytes
 doc/media/images/cookbook_dbslayer3.png          |  Bin 6148 -> 12998 bytes
 doc/media/images/cookbook_dbslayer4.png          |  Bin 16069 -> 22257 bytes
 doc/media/images/cookbook_django_common.png      |  Bin 17198 -> 27809 bytes
 doc/media/images/cookbook_django_infosources.png |  Bin 14586 -> 16845 bytes
 23 files changed, 40 insertions(+), 14 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2730 git=0723c72b141061d951fdd9640f33f878e35e4d5f


 ChangeLog            |    5 +++++
 admin/PageGeneral.py |   29 ++++++++++++++++-------------
 admin/validations.py |    7 +++++++
 3 files changed, 28 insertions(+), 13 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2729 git=bece9feb35716f20ef54c70757131fe160cd25b0


 doc/media/images/admin_mime.png |  Bin 51969 -> 17999 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2728 git=7502429762e71448d4afb1fd14810af1d3f4ec96


 ChangeLog                                       |   17 +++++++++++++++++
 doc/media/images/README.txt                     |    7 ++++---
 doc/media/images/admin_advanced1.png            |  Bin 11748 -> 16992 bytes
 doc/media/images/admin_advanced2.png            |  Bin 12481 -> 18032 bytes
 doc/media/images/admin_advanced3.png            |  Bin 7510 -> 12807 bytes
 doc/media/images/admin_advanced4.png            |  Bin 5544 -> 7953 bytes
 doc/media/images/admin_behaviour.png            |  Bin 17280 -> 18075 bytes
 doc/media/images/admin_handler_admin.png        |  Bin 11581 -> 14746 bytes
 doc/media/images/admin_handler_cgi.png          |  Bin 13972 -> 22491 bytes
 doc/media/images/admin_handler_custom_error.png |  Bin 14843 -> 14611 bytes
 doc/media/images/admin_handler_dbslayer.png     |  Bin 16621 -> 19368 bytes
 doc/media/images/admin_handler_dirlist.png      |  Bin 18488 -> 15843 bytes
 doc/media/images/admin_handler_fastcgi1.png     |  Bin 16854 -> 25147 bytes
 doc/media/images/admin_icons1.png               |  Bin 65943 -> 26015 bytes
 doc/media/images/admin_icons2.png               |  Bin 20284 -> 9476 bytes
 doc/media/images/admin_icons3.png               |  Bin 16517 -> 7383 bytes
 doc/media/images/cookbook_drupal_rules1.png     |  Bin 0 -> 14525 bytes
 doc/media/images/cookbook_drupal_rules2.png     |  Bin 0 -> 16430 bytes
 18 files changed, 21 insertions(+), 3 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2727 git=dbd9d435fec896cd6e85e6b646b97de076ee9f7e


 ChangeLog       |    3 +++
 qa/196-Mime3.py |   24 ++++++++++++++++++++++++
 qa/Makefile.am  |    3 ++-
 3 files changed, 29 insertions(+), 1 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2726 git=ae400fb14f4180702e841d56ba362bd9fbc6b74e


 doc/media/images/admin_mime.png |  Bin 12504 -> 51969 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2725 git=f396aabafc968d4ecbe66a6d1b46dc58823fe494


 ChangeLog                         |    5 +++++
 doc/config_icons.txt              |   17 +++++++++--------
 doc/media/images/admin_icons1.png |  Bin 23042 -> 65943 bytes
 doc/media/images/admin_icons2.png |  Bin 5754 -> 20284 bytes
 doc/media/images/admin_icons3.png |  Bin 8327 -> 16517 bytes
 5 files changed, 14 insertions(+), 8 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2724 git=c6afb18886fb8da685154f9b6cdf634730a2faf5


 ChangeLog                     |    5 +++
 admin/PageIcon.py             |   65 +++++++++++++++++++----------------------
 admin/static/css/cherokee.css |    2 +-
 3 files changed, 36 insertions(+), 36 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2723 git=be214ca9e72e0a31c796049703ae2ae5e341a233


 ChangeLog                         |   19 ++++++++++++++-----
 doc/basics_why_cherokee.txt       |    2 +-
 doc/bundle_cherokee-admin.txt     |    8 ++++----
 doc/config_general.txt            |   12 ++++++------
 doc/config_quickstart.txt         |    8 ++++----
 doc/cookbook_optimizations.txt    |    3 +--
 doc/dev_cherokee.conf.txt         |   18 +++++++++---------
 doc/dev_debug.txt                 |    8 +++++---
 doc/index.txt                     |    2 +-
 doc/modules.txt                   |   20 +++++++++++---------
 doc/modules_balancers_ip_hash.txt |    2 +-
 doc/modules_handlers_file.txt     |    6 ++++--
 12 files changed, 61 insertions(+), 47 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2722 git=060ac3f5ae4ca4a5676a839a0a55badc8a714439


 ChangeLog             |    4 ++++
 cherokee/main_admin.c |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2721 git=39db2f2d1e1a4a971a73d06a26f63ee46d12a539


 ChangeLog               |    6 ++++++
 cherokee/handler_file.c |   11 ++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)


2009-01-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2720 git=c86fb1a687af280de415695451bbc939260666fc


 ChangeLog                     |    6 ++++
 admin/PageMime.py             |   58 ++++++++++++++++++++++++++---------------
 admin/static/css/cherokee.css |    2 +-
 admin/validations.py          |   16 +++++++++++
 4 files changed, 60 insertions(+), 22 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2719 git=1e64cd531ed191295b83a334110f047581690302


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2718 git=0766751fc14b4e01cf036386f8ed2fa60f684741


 ChangeLog                         |    4 ++++
 admin/PageStatus.py               |   18 +++++++++---------
 admin/static/images/Makefile.am   |    3 ++-
 admin/static/images/web_proud.jpg |  Bin 0 -> 9325 bytes
 admin/status.template.html        |   24 +++++++++++-------------
 5 files changed, 26 insertions(+), 23 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2717 git=830c8502cb95234b7ff8858475d3a6432a600f58


 doc/index.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2716 git=c8312b3ccd8303afc0e19d1a215fd914fb63b191


 ChangeLog                         |    4 ++++
 doc/Makefile.am                   |    1 +
 doc/modules_balancers.txt         |    1 +
 doc/modules_balancers_ip_hash.txt |   18 ++++++++++++++++++
 4 files changed, 24 insertions(+), 0 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2715 git=a53761365613baa23571a9c7e78889974fd3f7e9


 ChangeLog                      |    4 ++++
 cherokee/handler_server_info.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2714 git=bc445066c57563ef034d8587a57117ef1a75dd7c


 ChangeLog                      |    5 +
 cherokee/handler_server_info.c |    2 +-
 cherokee/logo.inc              |  661 ++++++++++++++++++++++++++++++----------
 3 files changed, 510 insertions(+), 158 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2713 git=ff84efa73bc20b2407ddd9e0034e8a9e6a2f8f5f


 ChangeLog             |    3 +++
 contrib/bin2buffer.py |   12 +++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2712 git=7c126c2124cfbf29273a3bf5834039cd0a57a9d5


 ChangeLog             |    4 ++++
 cherokee/connection.c |   15 ++++++++++-----
 cherokee/http.h       |   14 +++++++-------
 3 files changed, 21 insertions(+), 12 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2711 git=595b2876f817621d5a035d9c0b77519743fc0fac


 ChangeLog         |    3 +++
 cherokee/server.c |    2 +-
 cherokee/server.h |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2710 git=f0ee3d4d9cf20ae68fe51c06dfcbc8a2b8c8841b


 ChangeLog                       |    7 +++++++
 cherokee/connection-protected.h |    4 ++++
 cherokee/util.h                 |    8 ++++++--
 configure.in                    |    2 +-
 4 files changed, 18 insertions(+), 3 deletions(-)


2009-01-16  Jonathan Hernandez  <ion@suavizado.com>
            svn=2709 git=f823dd42f0d343fb1eb92ee5eb3eba778503ed08


 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-01-16  Jonathan Hernandez  <ion@suavizado.com>
            svn=2708 git=d6b4134661f4e00a7fd5eb09959b5278abd5dc67


 cherokee/handler_server_info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-01-16  Jonathan Hernandez  <ion@suavizado.com>
            svn=2707 git=724cb549751ece928bad603b3cf32325c3f218af


 ChangeLog                      |    5 +
 cherokee/handler_server_info.c |  320 +++++++++++++++++++++-------------------
 2 files changed, 170 insertions(+), 155 deletions(-)


2009-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2706 git=5977c26c0285a2e418b15b773795741312e3ac55


 ChangeLog                   |    4 ++++
 cherokee/balancer_ip_hash.c |    5 ++++-
 cherokee/list.h             |    2 ++
 3 files changed, 10 insertions(+), 1 deletions(-)


2009-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2705 git=3dec90d71a4445d06270226829dbd2287e682155


 ChangeLog                |    4 ++++
 cherokee/connection.c    |   17 +++++++++--------
 cherokee/handler_error.c |    3 ---
 cherokee/handler_file.c  |    4 +---
 cherokee/http.h          |   14 ++++++++++----
 5 files changed, 24 insertions(+), 18 deletions(-)


2009-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2704 git=b968a96a9f719fd5433f1c05ca9e035eb002b7ca


 ChangeLog                |    7 +++++++
 cherokee/handler_error.c |   12 ++++++++----
 cherokee/handler_file.c  |    4 +++-
 3 files changed, 18 insertions(+), 5 deletions(-)


2009-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2703 git=f02b35d7fbccd2a5bb785eb9bceb85c06675f967


 doc/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2702 git=af3bfccebf2b91e0137c67e22f4a0f7388505288


 ChangeLog                                      |    7 +++
 doc/config_general.txt                         |   59 ++++++++++--------------
 doc/media/images/admin_general.png             |  Bin 20040 -> 0 bytes
 doc/media/images/admin_general_networking.png  |  Bin 0 -> 25538 bytes
 doc/media/images/admin_general_permissions.png |  Bin 0 -> 14825 bytes
 doc/media/images/admin_general_ports.png       |  Bin 0 -> 13684 bytes
 6 files changed, 31 insertions(+), 35 deletions(-)


2009-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2701 git=c64230dd8447e2cc6807cecd3902fe254d7a4b14


 ChangeLog                       |   24 +++++++++++++++++++++
 cherokee/admin_client.c         |    2 +-
 cherokee/buffer.c               |   14 ++++++------
 cherokee/buffer.h               |   16 +++++++-------
 cherokee/cache.c                |    2 +-
 cherokee/connection.c           |    2 +-
 cherokee/connection.h           |    5 +++-
 cherokee/cryptor_libssl.c       |   34 ++++++++++++++++++++----------
 cherokee/dwriter.c              |    6 ++--
 cherokee/dwriter.h              |    4 +-
 cherokee/encoder_deflate.c      |    2 +-
 cherokee/encoder_gzip.c         |    2 +-
 cherokee/fdpoll.c               |   14 ++++++------
 cherokee/fdpoll.h               |    2 +-
 cherokee/handler_cgi.c          |    4 +-
 cherokee/handler_cgi.h          |    4 +-
 cherokee/handler_cgi_base.c     |   22 ++++++++++++-------
 cherokee/handler_cgi_base.h     |    4 +-
 cherokee/handler_custom_error.c |    4 +++
 cherokee/handler_dirlist.c      |   32 +++++++++++++++-------------
 cherokee/handler_error.c        |    4 +++
 cherokee/handler_fastcgi.c      |    6 ++--
 cherokee/handler_fcgi.c         |    8 +++---
 cherokee/handler_file.c         |    2 +-
 cherokee/handler_scgi.c         |    4 +-
 cherokee/handler_server_info.c  |    5 +--
 cherokee/handler_ssi.c          |    3 +-
 cherokee/header.c               |    9 ++++++-
 cherokee/header.h               |    7 ++++-
 cherokee/logger_ncsa.c          |    2 +-
 cherokee/logger_w3c.c           |    7 ++++-
 cherokee/main.c                 |    4 +-
 cherokee/main_admin.c           |   14 ++++++------
 cherokee/main_tweak.c           |    4 +-
 cherokee/main_worker.c          |    6 ++--
 cherokee/plugin_loader.c        |   43 +++++++++++++++++++++++++++-----------
 cherokee/plugin_loader.h        |   12 +++++-----
 cherokee/post.c                 |    2 +-
 cherokee/post.h                 |    2 +-
 cherokee/rule_method.c          |    1 +
 cherokee/server.c               |    4 +-
 cherokee/server.h               |    2 +-
 cherokee/socket.c               |    6 ++--
 cherokee/source.c               |    4 +-
 cherokee/source_interpreter.c   |    4 +-
 cherokee/util.c                 |    2 +-
 cherokee/util.h                 |    2 +-
 cherokee/validator_file.c       |    2 +
 cherokee/validator_htpasswd.c   |    4 ++-
 cherokee/validator_mysql.c      |   10 ++++++++-
 50 files changed, 240 insertions(+), 144 deletions(-)


2009-01-14  Antonio Perez  <aperez@skarcha.com>
            svn=2700 git=7dca14164c162a0f9532f1ced9f5282cce7e76fb


 ChangeLog                      |    4 ++
 cherokee/handler_server_info.c |  113 +++++++++++++++++++++++----------------
 2 files changed, 71 insertions(+), 46 deletions(-)


2009-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2699 git=c4825a000722f8a203497f54baf5706312c4bf17


 ChangeLog         |    3 +++
 cherokee/socket.c |   17 +++--------------
 cherokee/util.c   |   15 +++++++++++++--
 3 files changed, 19 insertions(+), 16 deletions(-)


2009-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2698 git=fea5eddb65491ef408b72ac14314c21868b42c1d


 ChangeLog                   |    4 +++
 cherokee/handler_cgi_base.c |   10 ++++++-
 cherokee/socket.c           |   43 +--------------------------------
 cherokee/util.c             |   55 +++++++++++++++++++++++++++++++++++++++----
 cherokee/util.h             |    3 +-
 5 files changed, 66 insertions(+), 49 deletions(-)


2009-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2697 git=bb19fe058509245a5be7091617f1667abefdcd0c


 ChangeLog                      |    5 +++++
 cherokee/handler_server_info.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-01-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2696 git=cacd2bbbc1f776c7d66fd9d6d3e46c57b069c7ad


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   11 ++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)


2009-01-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2695 git=3ba1fc525077377b52c3f135a155847ddca82ac4


 ChangeLog                      |    7 ++
 cherokee/handler_server_info.c |  130 ++++++++++++++++++++++++++++++++++++----
 2 files changed, 125 insertions(+), 12 deletions(-)


2009-01-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2694 git=d7b739a4ac666a6f8fec85127712cec0b48209d2


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   12 +++++++++---
 qa/195-ServerAddr.py        |   10 +++++-----
 3 files changed, 18 insertions(+), 8 deletions(-)


2009-01-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2693 git=e3c68fc914f321a6495634da3d81372abb7789db


 ChangeLog  |    6 ++++++
 qa/base.py |   14 ++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)


2009-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2692 git=640536f71a39349937974433887f10f3aa4e9231


 ChangeLog            |    3 +++
 qa/195-ServerAddr.py |   30 ++++++++++++++++++++++++++++++
 qa/Makefile.am       |    3 ++-
 3 files changed, 35 insertions(+), 1 deletions(-)


2009-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2691 git=441a7d49ca87ec31086398186d583db3d84e2d08


 ChangeLog               |    6 ++++++
 qa/015-CGI-simple.py    |   14 +++++++-------
 qa/016-CGI-pathinfo.py  |   14 +++++++-------
 qa/017-CGI-pathinfo2.py |   14 +++++++-------
 qa/018-CGI-pathinfo3.py |   14 +++++++-------
 5 files changed, 34 insertions(+), 28 deletions(-)


2009-01-10  Jonathan Hernandez  <ion@suavizado.com>
            svn=2690 git=fdf25d2c2f5a50faf8c6e985f6a4ee43fce89990


 admin/default.template.html         |    1 -
 admin/static/js/jquery.accordion.js |  370 -----------------------------------
 2 files changed, 0 insertions(+), 371 deletions(-)


2009-01-10  Antonio Perez  <aperez@skarcha.com>
            svn=2689 git=3c32bfb534b0da393918ae8459b3a13050964dec


 cherokee/connection.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-01-10  Antonio Perez  <aperez@skarcha.com>
            svn=2688 git=ad67264dabdfc9314771659b08737b30e2461069


 ChangeLog             |   10 +++-------
 cherokee/connection.c |   15 ++-------------
 2 files changed, 5 insertions(+), 20 deletions(-)


2009-01-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2687 git=afb3161d899e6ab47981b175dab0a5a4d4380a93


 ChangeLog               |    4 ++++
 cherokee/zlib/deflate.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-01-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2686 git=ceed0f123fb4865989af687feabd91406dfb250a


 ChangeLog |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-01-10  Antonio Perez  <aperez@skarcha.com>
            svn=2685 git=b49ed691463679b8ec1dd9cbb9e40e692d2e9821


 ChangeLog                |    6 ++++++
 cherokee/handler_error.c |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


2009-01-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2684 git=cdd7a702d3844c392473b3f6f0a5969eb1a31ae3


 ChangeLog |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-01-10  Jonathan Hernandez  <ion@suavizado.com>
            svn=2683 git=bb3405901b4531df0ea0ad529494f2e40867a931


 admin/Form.py                             |   29 +-
 admin/Page.py                             |   37 +-
 admin/default.template.html               |   10 +-
 admin/static/css/cherokee.css             |  247 ++++++++--
 admin/static/images/Makefile.am           |    3 +
 admin/static/images/background.png        |  Bin 3334 -> 259 bytes
 admin/static/images/cherokee-logo-bar.png |  Bin 23080 -> 4779 bytes
 admin/static/images/menu-active.png       |  Bin 1280 -> 3891 bytes
 admin/static/images/menu-highlight.png    |  Bin 1261 -> 311 bytes
 admin/static/images/menu-sep.png          |  Bin 0 -> 156 bytes
 admin/static/images/tab.png               |  Bin 0 -> 8734 bytes
 admin/static/images/top-bar.png           |  Bin 0 -> 624 bytes
 admin/static/js/Makefile.am               |    9 +-
 admin/static/js/jquery-1.2.3.min.js       |   37 --
 admin/static/js/jquery-1.2.6.min.js       |   32 ++
 admin/static/js/jquery.cookie.js          |   96 ++++
 admin/static/js/ui.core.js                |  291 +++++++++++
 admin/static/js/ui.dialog.js              |  497 +++++++++++++++++++
 admin/static/js/ui.draggable.js           |  562 +++++++++++++++++++++
 admin/static/js/ui.resizable.js           |  770 +++++++++++++++++++++++++++++
 admin/static/js/ui.tabs.js                |  599 ++++++++++++++++++++++
 21 files changed, 3120 insertions(+), 99 deletions(-)


2009-01-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2682 git=3350718d0e3b014a1a580f27d2eb88f658faa72d


 ChangeLog                     |    3 +++
 cherokee/pcre/pcre_compile.c  |    9 +++++++++
 cherokee/pcre/pcre_internal.h |    3 +++
 3 files changed, 15 insertions(+), 0 deletions(-)


2009-01-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2681 git=3feb706a6024f368afc5588125e73f0f450dc713


 ChangeLog               |    3 +++
 cherokee/zlib/deftree.c |    3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)


2009-01-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2680 git=a8f8e2f0cc36ee794020a442e7912fe0d440968f


 ChangeLog                  |    6 ++++++
 admin/status.template.html |   25 ++++++++++++++++++++-----
 2 files changed, 26 insertions(+), 5 deletions(-)


2009-01-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2676 git=9b5f5108e1237ca89beb8bd8b6d2558a848f2fc0


 ChangeLog            |    5 +++++
 cherokee/Makefile.am |    8 +++-----
 2 files changed, 8 insertions(+), 5 deletions(-)


2009-01-07  Antonio Perez  <aperez@skarcha.com>
            svn=2675 git=a033fe86030c8aad8cc3aba7ffd6ff49518f1c69


 ChangeLog               |    6 ++++++
 admin/PageInfoSource.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-01-06  Antonio Perez  <aperez@skarcha.com>
            svn=2674 git=46ad40e330f2a2f1995a672ca03d1a690c31870d


 cherokee/Makefile.am           |    2 ++
 cherokee/handler_server_info.c |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)


2009-01-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2673 git=8a2ba07c70e87a71d5b54c8a06af8b66addd310c


 ChangeLog                      |    6 +
 cherokee/handler_server_info.c |  551 +++++++++++++++++++++++-----------------
 cherokee/handler_server_info.h |    7 +-
 3 files changed, 326 insertions(+), 238 deletions(-)


2009-01-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2672 git=f9d09fe15b05cadfd3d3fbbc50cfbe3cf820a478


 cherokee/dwriter.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-01-05  Antonio Perez  <aperez@skarcha.com>
            svn=2671 git=b714a038df3b3bab6d3a8401ec5bee93026edc24


 ChangeLog                 |    6 ++++++
 cherokee/connection.c     |   16 ++++++++++++----
 cherokee/virtual_server.c |    3 ---
 3 files changed, 18 insertions(+), 7 deletions(-)


2009-01-05  Antonio Perez  <aperez@skarcha.com>
            svn=2670 git=405c347ceb8d9be26b35de5376d2d0f4793678f1


 qa/run-tests.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-01-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2669 git=b1510eb65b8674abf4dcfc1948b54c14e5b69b84


 ChangeLog          |    5 +++++
 cherokee/dwriter.c |   16 +++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)


2009-01-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2668 git=3bfdbdcbd847689763905577a70d6d0c960889d6


 autogen.sh |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)


2009-01-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2665 git=f5382975c4dd5b8f20136cb5d571df2c4ae23ec4


 ChangeLog                       |   10 ++
 admin/Makefile.am               |    1 +
 admin/ModuleIpHash.py           |   24 ++++
 admin/consts.py                 |    3 +-
 cherokee/Makefile.am            |   21 ++++-
 cherokee/balancer_ip_hash.c     |  235 +++++++++++++++++++++++++++++++++++++++
 cherokee/balancer_ip_hash.h     |   46 ++++++++
 cherokee/balancer_round_robin.c |    2 +-
 configure.in                    |    3 +-
 9 files changed, 341 insertions(+), 4 deletions(-)


2009-01-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2664 git=80d58ed63183854762f8b83765a159d72f73fa25


 ChangeLog                 |    6 ++++++
 cherokee/validator_ldap.h |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)


2009-01-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=2663 git=ec19a68ec988e5ecd6245bdce1c82fb24fd5d5f0

    svn test
    
 admin/status.template.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-01-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2662 git=79827541d85f282efb0ff51c1c0bdc884572cc28


 ChangeLog            |    2 +
 admin/PageGeneral.py |   77 +++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 62 insertions(+), 17 deletions(-)


2009-01-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2661 git=2334d6bdb93dd79cea9feebb652d3b252f49f336


 ChangeLog                   |    5 +
 cherokee/cache.c            |  225 +++++++++++++++++++++++++++++++------------
 cherokee/handler_cgi_base.c |    1 +
 cherokee/handler_file.c     |    2 +-
 cherokee/iocache.c          |  171 +++++++++++++++++----------------
 cherokee/iocache.h          |   30 +++----
 cherokee/util.c             |    2 +-
 7 files changed, 274 insertions(+), 162 deletions(-)


2009-01-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2660 git=f73054e7f0612373cc50eee8091fde44cd3ac004


 ChangeLog                       |  169 +++++++++++++++++++++++++++++++++------
 admin/pyscgi.py                 |    2 +-
 cget/main.c                     |    8 +-
 cget/proxy.c                    |    8 +-
 cget/proxy.h                    |    8 +-
 cherokee/access.c               |    8 +-
 cherokee/access.h               |    8 +-
 cherokee/admin_client.c         |    8 +-
 cherokee/admin_client.h         |    8 +-
 cherokee/admin_request.c        |    8 +-
 cherokee/admin_request.h        |    8 +-
 cherokee/admin_server.c         |    8 +-
 cherokee/admin_server.h         |    8 +-
 cherokee/avl.c                  |    8 +-
 cherokee/avl.h                  |    8 +-
 cherokee/avl_r.c                |    8 +-
 cherokee/avl_r.h                |    8 +-
 cherokee/balancer.c             |    8 +-
 cherokee/balancer.h             |    8 +-
 cherokee/balancer_round_robin.c |    8 +-
 cherokee/balancer_round_robin.h |    8 +-
 cherokee/bind.c                 |    8 +-
 cherokee/bind.h                 |    8 +-
 cherokee/bogotime.c             |    8 +-
 cherokee/bogotime.h             |    8 +-
 cherokee/buffer.c               |    8 +-
 cherokee/buffer.h               |    8 +-
 cherokee/cache.c                |    8 +-
 cherokee/cache.h                |    8 +-
 cherokee/cacheline.c            |    8 +-
 cherokee/cacheline.h            |    8 +-
 cherokee/cherokee-panic         |    1 +
 cherokee/cherokee.h             |    8 +-
 cherokee/cherokee_show.c        |    8 +-
 cherokee/common-internal.h      |    8 +-
 cherokee/common.h               |    8 +-
 cherokee/config_entry.c         |    8 +-
 cherokee/config_entry.h         |    8 +-
 cherokee/config_node.c          |    8 +-
 cherokee/config_node.h          |    8 +-
 cherokee/config_reader.c        |    8 +-
 cherokee/config_reader.h        |    8 +-
 cherokee/connection-protected.h |    8 +-
 cherokee/connection.c           |    8 +-
 cherokee/connection.h           |    8 +-
 cherokee/connection_info.c      |    8 +-
 cherokee/connection_info.h      |    8 +-
 cherokee/crc32.c                |    1 +
 cherokee/crc32.h                |    1 +
 cherokee/cryptor.c              |    8 +-
 cherokee/cryptor.h              |    8 +-
 cherokee/cryptor_libssl.c       |    8 +-
 cherokee/cryptor_libssl.h       |    8 +-
 cherokee/downloader-protected.h |    8 +-
 cherokee/downloader.c           |    8 +-
 cherokee/downloader.h           |    8 +-
 cherokee/downloader_async.c     |    8 +-
 cherokee/downloader_async.h     |    8 +-
 cherokee/dtm.c                  |    9 +-
 cherokee/dtm.h                  |    8 +-
 cherokee/dwriter.c              |    8 +-
 cherokee/dwriter.h              |    8 +-
 cherokee/encoder.c              |    8 +-
 cherokee/encoder.h              |    8 +-
 cherokee/encoder_deflate.c      |    8 +-
 cherokee/encoder_deflate.h      |    8 +-
 cherokee/encoder_gzip.c         |    8 +-
 cherokee/encoder_gzip.h         |    8 +-
 cherokee/fastcgi.h              |    1 +
 cherokee/fcgi_dispatcher.c      |    8 +-
 cherokee/fcgi_dispatcher.h      |    8 +-
 cherokee/fcgi_manager.c         |    8 +-
 cherokee/fcgi_manager.h         |    8 +-
 cherokee/fdpoll-epoll.c         |    8 +-
 cherokee/fdpoll-kqueue.c        |    9 +-
 cherokee/fdpoll-poll.c          |    8 +-
 cherokee/fdpoll-port.c          |    8 +-
 cherokee/fdpoll-protected.h     |    8 +-
 cherokee/fdpoll-select.c        |    8 +-
 cherokee/fdpoll-win32.c         |    8 +-
 cherokee/fdpoll.c               |    8 +-
 cherokee/fdpoll.h               |    8 +-
 cherokee/handler.c              |    8 +-
 cherokee/handler.h              |    8 +-
 cherokee/handler_admin.c        |    8 +-
 cherokee/handler_admin.h        |    8 +-
 cherokee/handler_cgi.c          |    9 +-
 cherokee/handler_cgi.h          |    8 +-
 cherokee/handler_cgi_base.c     |    8 +-
 cherokee/handler_cgi_base.h     |    8 +-
 cherokee/handler_common.c       |    8 +-
 cherokee/handler_common.h       |    8 +-
 cherokee/handler_custom_error.c |    8 +-
 cherokee/handler_custom_error.h |    8 +-
 cherokee/handler_dbslayer.c     |    8 +-
 cherokee/handler_dbslayer.h     |    8 +-
 cherokee/handler_dirlist.c      |    8 +-
 cherokee/handler_dirlist.h      |    8 +-
 cherokee/handler_error.c        |    8 +-
 cherokee/handler_error.h        |    8 +-
 cherokee/handler_error_nn.c     |    8 +-
 cherokee/handler_error_nn.h     |    8 +-
 cherokee/handler_error_redir.c  |    8 +-
 cherokee/handler_error_redir.h  |    8 +-
 cherokee/handler_fastcgi.c      |    8 +-
 cherokee/handler_fastcgi.h      |    8 +-
 cherokee/handler_fcgi.c         |    8 +-
 cherokee/handler_fcgi.h         |    8 +-
 cherokee/handler_file.c         |    8 +-
 cherokee/handler_file.h         |    8 +-
 cherokee/handler_mirror.c       |    8 +-
 cherokee/handler_mirror.h       |    8 +-
 cherokee/handler_phpcgi.c       |    8 +-
 cherokee/handler_phpcgi.h       |    8 +-
 cherokee/handler_proxy.c        |    8 +-
 cherokee/handler_proxy.h        |    8 +-
 cherokee/handler_redir.c        |    9 +-
 cherokee/handler_redir.h        |    8 +-
 cherokee/handler_scgi.c         |    8 +-
 cherokee/handler_scgi.h         |    8 +-
 cherokee/handler_server_info.c  |   10 +-
 cherokee/handler_server_info.h  |    8 +-
 cherokee/handler_ssi.c          |    8 +-
 cherokee/handler_ssi.h          |    8 +-
 cherokee/header-protected.h     |    8 +-
 cherokee/header.c               |    9 +-
 cherokee/header.h               |    8 +-
 cherokee/http.c                 |    8 +-
 cherokee/http.h                 |    8 +-
 cherokee/human_strcmp.c         |    8 +-
 cherokee/human_strcmp.h         |    8 +-
 cherokee/icons.c                |    8 +-
 cherokee/icons.h                |    8 +-
 cherokee/info.c                 |    8 +-
 cherokee/info.h                 |    8 +-
 cherokee/init.c                 |    8 +-
 cherokee/init.h                 |    8 +-
 cherokee/iocache.c              |    8 +-
 cherokee/iocache.h              |    8 +-
 cherokee/levenshtein_distance.c |    1 +
 cherokee/levenshtein_distance.h |    1 +
 cherokee/list.c                 |    8 +-
 cherokee/list.h                 |    8 +-
 cherokee/logger-protected.h     |    8 +-
 cherokee/logger.c               |   11 +--
 cherokee/logger.h               |   11 +--
 cherokee/logger_combined.c      |    8 +-
 cherokee/logger_combined.h      |    8 +-
 cherokee/logger_ncsa.c          |   12 +--
 cherokee/logger_ncsa.h          |   12 +--
 cherokee/logger_w3c.c           |    8 +-
 cherokee/logger_w3c.h           |   12 +--
 cherokee/logger_writer.c        |    8 +-
 cherokee/logger_writer.h        |    8 +-
 cherokee/logo.inc               |    1 +
 cherokee/macros.h               |    8 +-
 cherokee/main.c                 |    8 +-
 cherokee/main_admin.c           |   10 +-
 cherokee/main_tweak.c           |   10 +-
 cherokee/main_worker.c          |   10 +-
 cherokee/match.c                |    8 +-
 cherokee/match.h                |    8 +-
 cherokee/md5.c                  |    1 +
 cherokee/md5.h                  |    1 +
 cherokee/md5crypt.c             |    8 +-
 cherokee/md5crypt.h             |    1 +
 cherokee/mime-protected.h       |    8 +-
 cherokee/mime.c                 |    8 +-
 cherokee/mime.h                 |    8 +-
 cherokee/mime_entry.c           |    8 +-
 cherokee/mime_entry.h           |    8 +-
 cherokee/module.c               |    8 +-
 cherokee/module.h               |    8 +-
 cherokee/ncpus.c                |    1 +
 cherokee/ncpus.h                |   11 +--
 cherokee/nonce.c                |    8 +-
 cherokee/nonce.h                |    8 +-
 cherokee/plugin.h               |    8 +-
 cherokee/plugin_loader.c        |    8 +-
 cherokee/plugin_loader.h        |    8 +-
 cherokee/post.c                 |    8 +-
 cherokee/post.h                 |    8 +-
 cherokee/proxy_hosts.c          |    8 +-
 cherokee/proxy_hosts.h          |    8 +-
 cherokee/regex.c                |    8 +-
 cherokee/regex.h                |    8 +-
 cherokee/request.c              |   10 +-
 cherokee/request.h              |   10 +-
 cherokee/resolv_cache.c         |    8 +-
 cherokee/resolv_cache.h         |    8 +-
 cherokee/rule.c                 |    8 +-
 cherokee/rule.h                 |    8 +-
 cherokee/rule_and.c             |    8 +-
 cherokee/rule_and.h             |    8 +-
 cherokee/rule_default.c         |    8 +-
 cherokee/rule_default.h         |    8 +-
 cherokee/rule_directory.c       |    8 +-
 cherokee/rule_directory.h       |    8 +-
 cherokee/rule_exists.c          |    8 +-
 cherokee/rule_exists.h          |    8 +-
 cherokee/rule_extensions.c      |    8 +-
 cherokee/rule_extensions.h      |    8 +-
 cherokee/rule_geoip.c           |    8 +-
 cherokee/rule_geoip.h           |    8 +-
 cherokee/rule_header.c          |    8 +-
 cherokee/rule_header.h          |    8 +-
 cherokee/rule_list.c            |    8 +-
 cherokee/rule_list.h            |    8 +-
 cherokee/rule_method.c          |    8 +-
 cherokee/rule_method.h          |    8 +-
 cherokee/rule_not.c             |    8 +-
 cherokee/rule_not.h             |    8 +-
 cherokee/rule_or.c              |    8 +-
 cherokee/rule_or.h              |    8 +-
 cherokee/rule_request.c         |    8 +-
 cherokee/rule_request.h         |    8 +-
 cherokee/server-protected.h     |    8 +-
 cherokee/server.c               |    8 +-
 cherokee/server.h               |    8 +-
 cherokee/sha1.c                 |    1 +
 cherokee/sha1.h                 |    1 +
 cherokee/socket.c               |   11 +--
 cherokee/socket.h               |   11 +--
 cherokee/source.c               |    8 +-
 cherokee/source.h               |    8 +-
 cherokee/source_interpreter.c   |    8 +-
 cherokee/source_interpreter.h   |    8 +-
 cherokee/table.c                |    8 +-
 cherokee/table.h                |    8 +-
 cherokee/thread.c               |    8 +-
 cherokee/thread.h               |    8 +-
 cherokee/threading.c            |    8 +-
 cherokee/threading.h            |    8 +-
 cherokee/trace.c                |    8 +-
 cherokee/trace.h                |    8 +-
 cherokee/unix4win32.c           |    8 +-
 cherokee/unix4win32.h           |    8 +-
 cherokee/url.c                  |   10 +-
 cherokee/url.h                  |   10 +-
 cherokee/util.c                 |    8 +-
 cherokee/util.h                 |    8 +-
 cherokee/validator.c            |    8 +-
 cherokee/validator.h            |    8 +-
 cherokee/validator_authlist.c   |    8 +-
 cherokee/validator_authlist.h   |    8 +-
 cherokee/validator_file.c       |    8 +-
 cherokee/validator_file.h       |    8 +-
 cherokee/validator_htdigest.c   |    8 +-
 cherokee/validator_htdigest.h   |    8 +-
 cherokee/validator_htpasswd.c   |    8 +-
 cherokee/validator_htpasswd.h   |    8 +-
 cherokee/validator_ldap.c       |    8 +-
 cherokee/validator_ldap.h       |    8 +-
 cherokee/validator_mysql.c      |    9 +-
 cherokee/validator_mysql.h      |   10 +-
 cherokee/validator_pam.c        |    8 +-
 cherokee/validator_pam.h        |    8 +-
 cherokee/validator_plain.c      |    8 +-
 cherokee/validator_plain.h      |    8 +-
 cherokee/version.c              |    8 +-
 cherokee/version.h              |    8 +-
 cherokee/virtual_server.c       |    8 +-
 cherokee/virtual_server.h       |    8 +-
 cherokee/virtual_server_names.c |    8 +-
 cherokee/virtual_server_names.h |    8 +-
 cherokee/win32_cherokeeserv.c   |   29 +++----
 cherokee/win32_cservice.c       |   20 ++++-
 cherokee/win32_cservice.h       |   20 ++++-
 cherokee/win32_misc.c           |   45 +++++------
 cherokee/win32_misc.h           |    9 +-
 configure.in                    |    2 +-
 dbslayer/mysql_wrap.php         |    2 +-
 doc/build/web.conf              |    2 +-
 qa/base.py                      |    2 +-
 qa/pyscgi.py                    |    2 +-
 qa/run-tests.py                 |    2 +-
 276 files changed, 1246 insertions(+), 1124 deletions(-)


2008-12-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2659 git=4b344b2c45c07a2369c7e828aab9c31e278883c1


 ChangeLog         |    3 +++
 cherokee/server.c |   23 ++++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)


2008-12-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2658 git=f0eb7ca67b67495f182fe4312e55da96c9a321bd


 cherokee/iocache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2657 git=e01d6a6a646be116daadf5627db6189a722a2a72


 ChangeLog        |    4 ++++
 cherokee/trace.c |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-12-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2656 git=2d2c2d3bba1669446d9084a8a86bd202cb7861d6


 cherokee/main_admin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2655 git=1f583ca97ea548b2fa6bc67c6f9caab39a27deda


 ChangeLog                   |    5 ++
 cherokee/bind.c             |   45 ++++++++++++++++--
 cherokee/bind.h             |   27 ++++++----
 cherokee/server-protected.h |    3 +-
 cherokee/server.c           |   34 +++++--------
 cherokee/thread.c           |  107 ++++++++++++++++++-------------------------
 cherokee/thread.h           |    7 ---
 7 files changed, 120 insertions(+), 108 deletions(-)


2008-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2654 git=edb04bdcc9375caf1d00e81707f86f1189de76ef


 ChangeLog          |    6 ++++++
 cherokee/iocache.c |   43 +++++++++++++++++++++----------------------
 2 files changed, 27 insertions(+), 22 deletions(-)


2008-12-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2652 git=26f8169dbc42e74979fec4943966f860e02eaa13


 ChangeLog                       |   22 ++
 cherokee.conf.sample.pre        |    5 +-
 cherokee/Makefile.am            |    2 +
 cherokee/admin_server.c         |   48 ++++-
 cherokee/bind.c                 |  308 +++++++++++++++++++++++++
 cherokee/bind.h                 |   70 ++++++
 cherokee/connection-protected.h |    3 +
 cherokee/connection.c           |    8 +-
 cherokee/handler_cgi_base.c     |   37 ++--
 cherokee/handler_dirlist.c      |   33 ++--
 cherokee/handler_dirlist.h      |    1 -
 cherokee/handler_error.c        |    7 +-
 cherokee/handler_server_info.c  |    3 +-
 cherokee/main_admin.c           |    2 +-
 cherokee/main_worker.c          |    2 +-
 cherokee/server-protected.h     |   19 +--
 cherokee/server.c               |  483 +++++++++++++--------------------------
 cherokee/socket.c               |    6 +-
 cherokee/socket.h               |    4 +-
 cherokee/thread.c               |  448 +++++++++---------------------------
 cherokee/thread.h               |    7 +-
 configure.in                    |    2 +-
 contrib/011to098.py             |   39 +++
 contrib/Makefile.am             |    1 +
 performance.conf.sample.pre     |    2 +-
 qa/run-tests.py                 |    7 +-
 26 files changed, 813 insertions(+), 756 deletions(-)


2008-12-25  Antonio Perez  <aperez@skarcha.com>
            svn=2650 git=2fb3fe75b7da1355c5e62a26edd8bc0955b83d9e


 ChangeLog             |    3 +++
 cherokee/connection.c |    1 -
 cherokee/thread.c     |   26 +++++++++++++-------------
 3 files changed, 16 insertions(+), 14 deletions(-)


2008-12-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2648 git=8d29b4ac63757ceff3faaf7ade1d2a80b6910e6b


 ChangeLog                   |    5 +++++
 cherokee/handler_dbslayer.c |   13 +++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)


2008-12-25  Antonio Perez  <aperez@skarcha.com>
            svn=2647 git=0e335e3a38cc5f32d89f98fbb2b76c03e3a35bfb


 ChangeLog                      |    8 ++++++++
 cherokee/connection.c          |   23 +++--------------------
 cherokee/handler_admin.c       |    5 +++--
 cherokee/handler_cgi_base.c    |   29 ++++++++++++++++-------------
 cherokee/handler_cgi_base.h    |    1 -
 cherokee/handler_error.c       |    9 +++++++--
 cherokee/handler_file.c        |    6 ++++--
 cherokee/handler_server_info.c |    5 ++++-
 cherokee/handler_ssi.c         |    6 ++++--
 cherokee/thread.c              |   26 +++++++++++++-------------
 10 files changed, 62 insertions(+), 56 deletions(-)


2008-12-23  Antonio Perez  <aperez@skarcha.com>
            svn=2646 git=76e0b349cc91b6c67a727844d46e9ea19ab8a59c


 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   30 ++++++++++--------------------
 cherokee/handler_admin.c        |    7 ++++++-
 cherokee/handler_cgi_base.c     |   24 +++++++++++++++---------
 cherokee/handler_error.c        |   32 +++++++++++++++++---------------
 cherokee/handler_file.c         |   13 +++++++------
 cherokee/handler_proxy.c        |    4 ++++
 cherokee/handler_server_info.c  |    6 +++++-
 cherokee/handler_ssi.c          |    8 +++++---
 9 files changed, 70 insertions(+), 55 deletions(-)


2008-12-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2645 git=73e17839555ed6ccf793ea7f10a350943dcecb40


 ChangeLog                   |    3 +++
 cherokee/server-protected.h |    1 -
 cherokee/server.c           |   14 ++------------
 3 files changed, 5 insertions(+), 13 deletions(-)


2008-12-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2644 git=af6a21269d14c2a588fd1ff5df104030dfe44a72


 cherokee/connection.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


2008-12-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2643 git=d2c9cfcf8a98343886f433209d35db67f230d1ec


 ChangeLog               |    6 ++++++
 cherokee/admin_client.c |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-12-23  Antonio Perez  <aperez@skarcha.com>
            svn=2642 git=6cee0cc20a8f3f5f91163b22b75055e59d041a6f


 ChangeLog                       |    8 +++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   61 ++++++++++++++++++++++++++++----------
 cherokee/handler_file.c         |    4 --
 cherokee/thread.c               |    6 +++-
 5 files changed, 59 insertions(+), 21 deletions(-)


2008-12-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2641 git=20663216e770eaeb8573f83daf4a0685f636efd9


 ChangeLog                      |    6 ++++++
 cherokee/handler_server_info.c |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


2008-12-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2637 git=ca28965776161a18ca43a8c27ee5f2829001fb13


 ChangeLog             |    7 +++++++
 cherokee/connection.c |    6 ++++++
 2 files changed, 13 insertions(+), 0 deletions(-)


2008-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2636 git=c40ac6ab41e40aa1c8e49beaf828a11323eef01b


 ChangeLog                      |    4 ++++
 doc/config_virtual_servers.txt |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-12-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2635 git=86aa97fffb420d74e2511fb1f03750253d743cab

    Removed leftover line.
    
 admin/Entry.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2008-12-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2634 git=d9193c4e5c655c9e2cc56d75e54378fe41991e6f


 ChangeLog      |    5 +++++
 admin/Entry.py |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2633 git=d71d1c0d30e8bc1fb409ec1de9341d18b4c1c93e


 ChangeLog        |    3 +++
 cherokee/nonce.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2631 git=dd25fdcae4ef4d4c05b9769a70ac6a7b17971481


 doc/modules_encoders_deflate.txt |  Bin 908 -> 907 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2629 git=102ad027a0e63e05c054111420f0bd4077feda91


 doc/build/web.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2627 git=8ccab1070dafdbf3b20f12216321ec36a17bfde0


 doc/modules_encoders_deflate.txt |  Bin 908 -> 908 bytes
 doc/modules_encoders_gzip.txt    |   11 +++++------
 2 files changed, 5 insertions(+), 6 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2626 git=ac2d8b04650a76e52525aa4c4afe929c723c50c0


 doc/cookbook_managing_logs.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2625 git=58a4988075be28d455258db0d60f71eee51de7cc


 ChangeLog                                          |    6 ++
 cherokee-tweak.1                                   |    8 +-
 cherokee/main_tweak.c                              |    2 +-
 doc/Makefile.am                                    |    4 +
 doc/cookbook.txt                                   |    1 +
 doc/cookbook_managing_logs.txt                     |   96 +++++++++++++++++++-
 doc/index.txt                                      |    8 +--
 doc/media/images/cookbook_managin_logs_handler.png |  Bin 0 -> 6348 bytes
 doc/media/images/cookbook_managin_logs_rules.png   |  Bin 0 -> 20182 bytes
 .../images/cookbook_managin_logs_security.png      |  Bin 0 -> 19604 bytes
 10 files changed, 112 insertions(+), 13 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2624 git=9c62cfffef11de799fd7fc7d8cbc132412cb7f48


 ChangeLog                                          |    6 +
 doc/Makefile.am                                    |    3 +
 doc/cookbook.txt                                   |    1 +
 doc/cookbook_phpbb.txt                             |  219 ++++++++++++++++++++
 doc/cookbook_phpmyadmin.txt                        |  120 +++++++++++
 doc/index.txt                                      |    6 +-
 doc/media/images/admin_advanced0.png               |  Bin 4281 -> 4175 bytes
 doc/media/images/admin_advanced1.png               |  Bin 12263 -> 11748 bytes
 doc/media/images/admin_advanced2.png               |  Bin 12805 -> 12481 bytes
 doc/media/images/admin_advanced3.png               |  Bin 7912 -> 7510 bytes
 doc/media/images/admin_advanced4.png               |  Bin 5765 -> 5544 bytes
 doc/media/images/admin_behaviour.png               |  Bin 17884 -> 17280 bytes
 doc/media/images/admin_dirlist_cherokee.png        |  Bin 17762 -> 16975 bytes
 doc/media/images/admin_general.png                 |  Bin 20617 -> 20040 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 11971 -> 11581 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 14633 -> 13972 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 15509 -> 14843 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 17208 -> 16621 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 18959 -> 18488 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 12171 -> 10897 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 17447 -> 16854 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 18098 -> 17501 bytes
 doc/media/images/admin_handler_file.png            |  Bin 9139 -> 8776 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 14411 -> 13726 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 14095 -> 13604 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 22530 -> 21782 bytes
 doc/media/images/admin_icons1.png                  |  Bin 23525 -> 23042 bytes
 doc/media/images/admin_icons2.png                  |  Bin 6196 -> 5754 bytes
 doc/media/images/admin_icons3.png                  |  Bin 8832 -> 8327 bytes
 doc/media/images/admin_index.png                   |  Bin 40199 -> 34888 bytes
 doc/media/images/admin_info_sources.png            |  Bin 20642 -> 20142 bytes
 doc/media/images/admin_launch.png                  |  Bin 41083 -> 36003 bytes
 doc/media/images/admin_mime.png                    |  Bin 12841 -> 12504 bytes
 doc/media/images/admin_noconfig.png                |  Bin 7746 -> 7373 bytes
 doc/media/images/admin_notrunning.png              |  Bin 15197 -> 14707 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 11612 -> 11042 bytes
 doc/media/images/admin_validators_authlist.png     |  Bin 18646 -> 18115 bytes
 doc/media/images/admin_validators_ldap.png         |  Bin 24755 -> 23831 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 12709 -> 11989 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 15633 -> 15073 bytes
 doc/media/images/admin_vserver.png                 |  Bin 13062 -> 12710 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 12605 -> 12062 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 17402 -> 16605 bytes
 doc/media/images/admin_vserver_security.png        |  Bin 8706 -> 8198 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 4315 -> 4058 bytes
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 39692 -> 37772 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 21841 -> 21557 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 21628 -> 21288 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 7814 -> 7697 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 47243 -> 44116 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 7999 -> 7809 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 7079 -> 6791 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 12877 -> 12478 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 6512 -> 6148 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 16629 -> 16069 bytes
 doc/media/images/cookbook_django.png               |  Bin 26219 -> 25267 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 17699 -> 17198 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 14996 -> 14586 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 32372 -> 29549 bytes
 doc/media/images/cookbook_drupal_default1.png      |  Bin 8319 -> 8160 bytes
 doc/media/images/cookbook_drupal_default2.png      |  Bin 7938 -> 7430 bytes
 doc/media/images/cookbook_drupal_default3.png      |  Bin 8130 -> 7688 bytes
 doc/media/images/cookbook_drupal_example1.png      |  Bin 9272 -> 8859 bytes
 doc/media/images/cookbook_drupal_example2.png      |  Bin 9790 -> 9447 bytes
 doc/media/images/cookbook_drupal_example3.png      |  Bin 13726 -> 13089 bytes
 doc/media/images/cookbook_drupal_example4.png      |  Bin 9233 -> 8687 bytes
 doc/media/images/cookbook_drupal_example5.png      |  Bin 9893 -> 9444 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 4910 -> 4851 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 14551 -> 13915 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 19232 -> 18247 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 15570 -> 14887 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 6619 -> 6333 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 10361 -> 9774 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 13640 -> 13198 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 15105 -> 14664 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 8669 -> 8328 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 7905 -> 7386 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 9222 -> 8829 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 13478 -> 13048 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 12675 -> 12102 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 18074 -> 17626 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 22048 -> 20990 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 37884 -> 35696 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 9192 -> 8820 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 62902 -> 59343 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 41198 -> 38456 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 12312 -> 11927 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 25127 -> 24604 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 7103 -> 6731 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 7120 -> 6616 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 16942 -> 16523 bytes
 doc/media/images/cookbook_nagios4.png              |  Bin 39099 -> 37599 bytes
 doc/media/images/cookbook_phpmyadmin.png           |  Bin 0 -> 12603 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 0 -> 8343 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 8224 -> 7651 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 6617 -> 6281 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 10912 -> 10360 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 15766 -> 15504 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 17636 -> 16794 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 18005 -> 17036 bytes
 doc/media/images/cookbook_sugarcrm_install0.png    |  Bin 70970 -> 67679 bytes
 doc/media/images/cookbook_sugarcrm_install1.png    |  Bin 25215 -> 23188 bytes
 doc/media/images/cookbook_sugarcrm_running0.png    |  Bin 25928 -> 24358 bytes
 doc/media/images/cookbook_sugarcrm_running1.png    |  Bin 29175 -> 28199 bytes
 doc/media/images/cookbook_symfony.png              |  Bin 27393 -> 25721 bytes
 doc/media/images/cookbook_trac.png                 |  Bin 36670 -> 36233 bytes
 doc/media/images/cookbook_trac_info.png            |  Bin 18027 -> 17294 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 11569 -> 10881 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 22366 -> 21574 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 8046 -> 7686 bytes
 doc/media/images/cookbook_wp1.png                  |  Bin 29978 -> 29083 bytes
 doc/media/images/cookbook_wp2.png                  |  Bin 16148 -> 15252 bytes
 doc/media/images/cookbook_wp3.png                  |  Bin 11998 -> 11240 bytes
 doc/media/images/cookbook_wp4.png                  |  Bin 48654 -> 46363 bytes
 doc/media/images/cookbook_wp5.png                  |  Bin 31759 -> 29697 bytes
 doc/media/images/cookbook_wp_default1.png          |  Bin 7938 -> 7567 bytes
 doc/media/images/cookbook_wp_example1.png          |  Bin 10401 -> 10158 bytes
 doc/media/images/cookbook_wp_example2.png          |  Bin 7810 -> 7531 bytes
 doc/media/images/cookbook_wp_example3.png          |  Bin 15942 -> 15516 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 3747 -> 3772 bytes
 doc/media/images/proxy_phase1.png                  |  Bin 13472 -> 12421 bytes
 doc/media/images/proxy_phase2.png                  |  Bin 14083 -> 12686 bytes
 122 files changed, 351 insertions(+), 4 deletions(-)


2008-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2623 git=7e88a8e959314aedcd73c0eee15d5c76380749c7


 ChangeLog                  |    7 ++++
 cherokee/Makefile.am       |    2 +
 cherokee/cache.c           |    2 +-
 cherokee/common-internal.h |    1 +
 cherokee/fcgi_dispatcher.c |    2 +-
 cherokee/init.c            |   11 +++++++
 cherokee/iocache.c         |    4 +-
 cherokee/proxy_hosts.c     |    4 +-
 cherokee/server.c          |    4 +-
 cherokee/thread.c          |    2 +-
 cherokee/threading.c       |   68 ++++++++++++++++++++++++++++++++++++++++++++
 cherokee/threading.h       |   54 +++++++++++++++++++++++++++++++++++
 12 files changed, 152 insertions(+), 9 deletions(-)


2008-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2619 git=3661af93103f6ab02060222f558dfcfbc3b06eed


 ChangeLog               |    6 ++++++
 admin/PageInfoSource.py |   25 +++++++++++++++++++++----
 2 files changed, 27 insertions(+), 4 deletions(-)


2008-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2612 git=22f8c5dcd6ce4f555731753be602dc711da37bce


 ChangeLog            |    4 ++++
 admin/validations.py |    8 ++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2008-12-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2611 git=3124551166df7733b6630ca2435de1d9bc45832b


 doc/Makefile.am                                 |   13 +++++++++++++
 doc/cookbook.txt                                |    1 +
 doc/cookbook_sugarcrm.txt                       |    8 +++++++-
 doc/index.txt                                   |    7 ++++---
 doc/media/images/cookbook_phpbb_1_intro.png     |  Bin 0 -> 46015 bytes
 doc/media/images/cookbook_phpbb_2_req.png       |  Bin 0 -> 43238 bytes
 doc/media/images/cookbook_phpbb_3_db.png        |  Bin 0 -> 35620 bytes
 doc/media/images/cookbook_phpbb_4_admin.png     |  Bin 0 -> 34618 bytes
 doc/media/images/cookbook_phpbb_5_config.png    |  Bin 0 -> 30340 bytes
 doc/media/images/cookbook_phpbb_6_advanced.png  |  Bin 0 -> 44226 bytes
 doc/media/images/cookbook_phpbb_7_create.png    |  Bin 0 -> 31278 bytes
 doc/media/images/cookbook_phpbb_8_final.png     |  Bin 0 -> 55900 bytes
 doc/media/images/cookbook_phpbb_adm.png         |  Bin 0 -> 45855 bytes
 doc/media/images/cookbook_phpbb_adm_warning.png |  Bin 0 -> 43323 bytes
 doc/media/images/cookbook_phpbb_rules.png       |  Bin 0 -> 16704 bytes
 doc/media/images/cookbook_phpbb_running.png     |  Bin 0 -> 32912 bytes
 doc/modules.txt                                 |    6 +++---
 17 files changed, 28 insertions(+), 7 deletions(-)


2008-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2608 git=acc92d5ed64f5db47b0458feda13258ed67edab1


 ChangeLog         |    5 +++++
 cherokee/source.c |   28 ++++++++++++++++++++++++++--
 2 files changed, 31 insertions(+), 2 deletions(-)


2008-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2606 git=afc4cabf1ad9c3d3d8aea90999489cce6454f68f


 ChangeLog         |    5 +++++
 cherokee/main.c   |    4 +---
 cherokee/server.c |   19 ++++++++++++++-----
 3 files changed, 20 insertions(+), 8 deletions(-)


2008-12-16  Taher Shihadeh  <taher@unixwars.com>
            svn=2604 git=5314c8cce901de64b9630a3d5ff92149ad6b1978


 doc/media/images/admin_index.png  |  Bin 46203 -> 40199 bytes
 doc/media/images/admin_launch.png |  Bin 47840 -> 41083 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)


2008-12-16  Taher Shihadeh  <taher@unixwars.com>
            svn=2603 git=9342facbafee6f0ac45d69fdb5477934213080c0


 ChangeLog             |    3 +++
 cherokee/main_tweak.c |   20 ++++++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)


2008-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2601 git=1f8bc38760d79df1648b182f06ceb8a8967db85d


 ChangeLog         |    6 ++++++
 cherokee/socket.c |   25 ++++++++++++++++++++-----
 2 files changed, 26 insertions(+), 5 deletions(-)


2008-12-15  Taher Shihadeh  <taher@unixwars.com>
            svn=2599 git=235b98253b396fa51dfef0726b4a9974e56780d9


 ChangeLog                                 |    3 +
 doc/Makefile.am                           |    6 ++
 doc/build/web.conf                        |   16 ++++-
 doc/cookbook.txt                          |    1 +
 doc/cookbook_trac.txt                     |  107 +++++++++++++++++++++++++++++
 doc/index.txt                             |    2 +-
 doc/media/images/cookbook_trac.png        |  Bin 0 -> 36670 bytes
 doc/media/images/cookbook_trac_info.png   |  Bin 0 -> 18027 bytes
 doc/media/images/cookbook_trac_rules.png  |  Bin 0 -> 11569 bytes
 doc/media/images/cookbook_trac_scgi.png   |  Bin 0 -> 22366 bytes
 doc/media/images/cookbook_trac_static.png |  Bin 0 -> 8046 bytes
 doc/other_faq.txt                         |   17 ++++-
 12 files changed, 149 insertions(+), 3 deletions(-)


2008-12-12  Taher Shihadeh  <taher@unixwars.com>
            svn=2595 git=a6bd6a1fdfcd59dbd8a878c308121e71fb856adb


 doc/Makefile.am                                 |    5 +
 doc/cookbook.txt                                |   33 ++++---
 doc/cookbook_sugarcrm.txt                       |  131 +++++++++++++++++++++++
 doc/cookbook_symfony.txt                        |   33 +++---
 doc/index.txt                                   |   38 ++++---
 doc/media/images/cookbook_sugarcrm_install0.png |  Bin 0 -> 70970 bytes
 doc/media/images/cookbook_sugarcrm_install1.png |  Bin 0 -> 25215 bytes
 doc/media/images/cookbook_sugarcrm_running0.png |  Bin 0 -> 25928 bytes
 doc/media/images/cookbook_sugarcrm_running1.png |  Bin 0 -> 29175 bytes
 9 files changed, 194 insertions(+), 46 deletions(-)


2008-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2592 git=e7da94ae9cff4335ad80e9e86b82c0373ba8d7ab


 doc/media/css/cherokee_doc.css |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


2008-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2591 git=59b34ab68134c94f88895f9e7b950ddb079b0fab


 doc/media/css/cherokee_doc.css   |   13 ++++++++++---
 doc/modules_validators_mysql.txt |   10 +++++-----
 2 files changed, 15 insertions(+), 8 deletions(-)


2008-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2590 git=8fdaa2ab98321402597502c7171e40f11a728742


 ChangeLog                                          |    6 +
 doc/Makefile.am                                    |   16 ++-
 doc/cookbook_alfresco.txt                          |  154 ++++++++++++++++++++
 doc/cookbook_liferay.txt                           |  104 +++++++++++++
 doc/cookbook_moodle.txt                            |  111 ++++++++++++++
 doc/index.txt                                      |    8 +-
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 0 -> 39692 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 0 -> 21841 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 0 -> 21628 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 0 -> 7814 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 0 -> 47243 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 0 -> 7999 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 0 -> 19232 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 0 -> 22048 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 0 -> 37884 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 0 -> 9192 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 0 -> 62902 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 0 -> 41198 bytes
 doc/modules_handlers_dbslayer.txt                  |    1 -
 doc/other_community.txt                            |   12 ++-
 20 files changed, 403 insertions(+), 9 deletions(-)


2008-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2587 git=90caf94bdbf4fa26c32d9bfa299c996adeb77c4a


 doc/basics_installation_svn.txt |    4 ++--
 doc/basics_requirements.txt     |    8 ++++----
 doc/basics_running_cherokee.txt |    2 +-
 doc/basics_upgrade.txt          |    2 +-
 doc/basics_why_cherokee.txt     |   15 +++++++++------
 doc/modules_handlers_redir.txt  |   22 +++++++++++++++-------
 doc/modules_validators_ldap.txt |    6 +++---
 7 files changed, 35 insertions(+), 24 deletions(-)


2008-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2586 git=1236bfd0ac5b19f900bf793fa529de03ea6e9184


 doc/Makefile.am                                |    2 +
 doc/cookbook_authentication.txt                |   26 +++++++++++++++++------
 doc/media/css/cherokee_doc.css                 |    4 +++
 doc/media/images/admin_validators_authlist.png |  Bin 0 -> 18646 bytes
 doc/media/images/admin_validators_ldap.png     |  Bin 0 -> 24755 bytes
 doc/modules_handlers_common.txt                |   21 ++++++++++++++++--
 doc/modules_validators_ldap.txt                |   11 +++++++++-
 7 files changed, 53 insertions(+), 11 deletions(-)


2008-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2585 git=6e26ba30e884bbaa44c609b6f939bce310c24fd7


 themes/default/header.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2584 git=ae7efb01d566942eddcbea230639513b8fb8775e


 dbslayer/mysql_wrap.php |   94 +++++++++++++++++++++++-----------------------
 doc/cookbook_drupal.txt |    6 +-
 2 files changed, 50 insertions(+), 50 deletions(-)


2008-12-10  Antonio Perez  <aperez@skarcha.com>
            svn=2583 git=d6a4cff92686a8ea9c90966191f06501acc4853f


 ChangeLog                 |    6 ++++++
 cherokee/cryptor_libssl.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2582 git=aab1fcabb34c5ffa12dfa419896fc5c3fc024978


 doc/modules_handlers_common.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2581 git=467142554a2a6937782694c22e554ab1d8d074b3


 doc/cookbook_dbslayer.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=2580 git=39ef5555ec097b665016a9d98975cf2a291d1186


 ChangeLog                         |    8 +++++
 doc/Makefile.am                   |    3 ++
 doc/cookbook_dbslayer.txt         |   62 +++++++++++++++++++++++++++++++++++++
 doc/media/images/proxy_phase1.png |  Bin 0 -> 13472 bytes
 doc/media/images/proxy_phase2.png |  Bin 0 -> 14083 bytes
 doc/modules_handlers_proxy.txt    |   29 +++++++++++++++--
 6 files changed, 98 insertions(+), 4 deletions(-)


2008-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=2579 git=bf0e6c67213933ccad90c31de7beb1514239ef1f


 dbslayer/mysql_wrap.php |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)


2008-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2578 git=a6419e4869831f664fdace098278f0c711dfd6b1


 cherokee/cryptor_libssl.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2577 git=7cc48b860002a98a99ee1b656131b662d99ef85a


 ChangeLog               |    7 +
 Makefile.am             |    2 +-
 configure.in            |    1 +
 dbslayer/Makefile.am    |    4 +
 dbslayer/mysql_wrap.php | 1141 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 1154 insertions(+), 1 deletions(-)


2008-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=2576 git=1dc79bf6da4e7bb9cd1b9006c4afad332b100a86


 ChangeLog                                   |    7 ++++++-
 doc/Makefile.am                             |    1 +
 doc/config_virtual_servers.txt              |   12 ++++++++----
 doc/media/images/admin_vserver_security.png |  Bin 0 -> 8706 bytes
 4 files changed, 15 insertions(+), 5 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2575 git=d493644fdc9e8a17108ca1a770b8aca71271130f


 cherokee/cryptor_libssl.c |    8 --------
 cherokee/cryptor_libssl.h |    1 -
 2 files changed, 0 insertions(+), 9 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2574 git=96b6ca27dc015a55b66b45f053e60e77852abacb


 ChangeLog                 |    4 ++++
 admin/PageVServer.py      |   23 ++++++++++++++++++-----
 cherokee/cryptor_libssl.c |   40 ++++++++++++++++++++++++++++++++++++++--
 cherokee/virtual_server.c |   21 ++++++++++++---------
 cherokee/virtual_server.h |    3 ++-
 5 files changed, 74 insertions(+), 17 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2573 git=b8c3ca8e4d1e44e8a256be842c5203adaa01096c


 ChangeLog                |    4 ++++
 cherokee.conf.sample.pre |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2572 git=28f4eb31c3e85ad9d097dbbfa347022cf87787be


 ChangeLog                 |    4 ++++
 cherokee/handler_fcgi.c   |   17 ++++++++++++-----
 cherokee/handler_mirror.c |    8 +++++++-
 cherokee/handler_scgi.c   |    7 +++++--
 4 files changed, 28 insertions(+), 8 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2571 git=4cc6a3d7da451903bc4a2273a21c5f8cd6fdb78a


 ChangeLog                       |    7 +++++++
 cherokee/balancer_round_robin.c |   31 ++++++++++++++++++-------------
 2 files changed, 25 insertions(+), 13 deletions(-)


2008-12-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2570 git=d781c2ec2bf9135eabce1757ade7cb5829161d17


 ChangeLog                       |    8 ++
 cherokee/balancer.c             |  125 +++++++++++++++++++-------------
 cherokee/balancer.h             |   44 +++++++----
 cherokee/balancer_round_robin.c |  150 ++++++++++++++++++++++++++++----------
 cherokee/balancer_round_robin.h |    8 +-
 cherokee/handler_proxy.c        |    7 ++-
 cherokee/source.c               |   18 +++++
 cherokee/source.h               |    3 +
 8 files changed, 252 insertions(+), 111 deletions(-)


2008-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2569 git=18a4fd7aa38770f16911d2741845c28473f6d316


 doc/config_virtual_servers.txt |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


2008-12-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2567 git=5d850895fde1d45d9853f01d74e4c776a37e968f


 doc/cookbook_dbslayer.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2565 git=45f68318f7417248b312eedb9bed56e6e9f4855a


 ChangeLog                 |    5 +++++
 admin/PageVServer.py      |    2 +-
 cherokee/cryptor_libssl.c |   43 ++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 44 insertions(+), 6 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2564 git=31195b69858b1420487b5668eb6b0ebf318fe763


 doc/config_virtual_servers.txt |    9 ++++++---
 doc/other_goodies.txt          |    5 ++++-
 2 files changed, 10 insertions(+), 4 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2563 git=2f2a384f315f55274c2866e82d5ac5a74e541c4a


 doc/cookbook_symfony.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2562 git=a4e05e7104184bac235704b136698b431fd60edf


 ChangeLog               |    2 +
 cherokee/Makefile.am    |    4 --
 cherokee/mime_types.txt |  132 -----------------------------------------------
 3 files changed, 2 insertions(+), 136 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2561 git=493c781e0d471166bd008ae82887034c90deb7e3


 ChangeLog       |    5 +++++
 configure.in    |    4 ++--
 doc/Makefile.am |    1 -
 3 files changed, 7 insertions(+), 3 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2560 git=2ca5c89b0d234e5107fc24d0d71800a58c365f36


 ChangeLog       |    5 +++++
 cherokee/util.c |   12 ++++++++++++
 cherokee/util.h |    4 ++++
 3 files changed, 21 insertions(+), 0 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2559 git=1e261128b7ee18de101c031923fe2350d1d5af65


 doc/cookbook_symfony.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2558 git=0eacf45a8627a704fa61a8cf1a1f18860f85b082


 doc/media/css/cherokee_doc.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2557 git=2ecfbaa4a09a4e759306abb491fba79bf726fd47


 doc/cookbook.txt |    1 +
 doc/index.txt    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2556 git=df319d672b23994e2d355aa7e769484ddfdc2701


 ChangeLog                             |    6 ++
 doc/Makefile.am                       |    2 +
 doc/cookbook_symfony.txt              |   99 +++++++++++++++++++++++++++++++++
 doc/media/images/cookbook_symfony.png |  Bin 0 -> 27393 bytes
 4 files changed, 107 insertions(+), 0 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2555 git=4cbdc04f382b368d0a7db331b5976fb4132dbba5


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2554 git=99a7e68751fb58baefd5759dbf9b479126dd49a2


 ChangeLog                   |    3 +++
 qa/194-PHP-zero-len-post.py |   39 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 ++-
 3 files changed, 44 insertions(+), 1 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2553 git=a4f6e5b0a308aa1287946e08c89a610e51771d55


 ChangeLog             |    4 ++++
 cherokee/main_admin.c |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2552 git=e5afdfd382d1dc42662b70077404985bec4a673c


 qa/030-Post+urlencoded.py |   38 +++++++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 17 deletions(-)


2008-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2544 git=0719eecbffcfe8a452b543526392a4deb7e789e7


 ChangeLog                 |    7 ++++++
 cherokee/cryptor_libssl.c |   13 ++++++++++-
 cherokee/server.c         |   46 ++++++++++++++++++++++++++++++++++++++------
 cherokee/socket.c         |    6 +++-
 4 files changed, 61 insertions(+), 11 deletions(-)


2008-12-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2543 git=8ab8ece2cad01236057dc867f39a7006c93f13fb


 doc/cookbook_joomla.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2542 git=e20caaf1a5ee10d0643b8132fde88f34a0cbfe50


 doc/cookbook_django.txt                          |   27 ++++++++++++++++++++++
 doc/media/css/cherokee_doc.css                   |    7 +++++-
 doc/media/images/cookbook_django_infosources.png |  Bin 15613 -> 14996 bytes
 3 files changed, 33 insertions(+), 1 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2541 git=b36aeeb1fa21f360d490e3e24ac65eda5a7f659f


 doc/cookbook_ror.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2539 git=3b00e9afbb29c3202b44c2365e790865dc875751


 ChangeLog                     |    3 +++
 admin/static/css/cherokee.css |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2538 git=1cffffcde05e871150311e4492775e63d009efda


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-12-02  Taher Shihadeh  <taher@unixwars.com>
            svn=2535 git=c5ef4cb80e453e9278f27a0860b59c2d3d40b7e8


 doc/modules_handlers_redir.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2532 git=ef77b2acfcd81d1f1c67bb125463d49bcae4b7fa


 ChangeLog                |    8 ++++++
 configure.in             |    1 +
 themes/Makefile.am       |    2 +-
 themes/plain/Makefile.am |   12 +++++++++
 themes/plain/entry.html  |   10 ++++++++
 themes/plain/footer.html |   10 ++++++++
 themes/plain/header.html |   22 +++++++++++++++++
 themes/plain/theme.css   |   58 ++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 122 insertions(+), 1 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2529 git=70ccc549591b8082bee67a7c7289a7ef1236e691


 Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2523 git=3c330f986f722a1d975111e1fe46d2910146654d


 ChangeLog                  |    4 ++++
 cherokee/common-internal.h |    2 ++
 configure.in               |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2522 git=c6e897008c98e59359a984fb3a3d2c76c9d9f473


 ChangeLog          |    3 +++
 cherokee/cryptor.c |    8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2521 git=4c726700284211e59c7ddbba52a1b6f71e40dfa2


 cherokee/cache.c            |    2 +-
 cherokee/downloader_async.c |    2 +-
 cherokee/handler_fastcgi.c  |    2 +-
 cherokee/handler_scgi.c     |    2 +-
 cherokee/header.c           |    4 +++-
 cherokee/virtual_server.c   |    8 ++++----
 6 files changed, 11 insertions(+), 9 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2520 git=1f617122ffa8ba087570abbc85a6fba9077be032


 ChangeLog         |    3 +++
 cherokee/fdpoll.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=2519 git=fe8630e5c80b6b20a0f02f8ebfa0eb5fbdcb56ad


 doc/modules_handlers_dbslayer.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=2518 git=55402b378437bbb5a6624db9c607574885101f87


 doc/cookbook_ssl.txt              |   22 +++++++++++++++++++---
 doc/modules_handlers_dbslayer.txt |   19 +++++++++++++++++--
 2 files changed, 36 insertions(+), 5 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2517 git=6dd15e123b4cc8e7816a568865e5711e6662571e


 Makefile.am          |   27 +--------------------------
 contrib/Makefile.am  |   11 ++++++++++-
 contrib/make-cert.sh |   21 +++++++++++++++++++++
 3 files changed, 32 insertions(+), 27 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2516 git=e2d4472ac95319ef39eef0e75feac0e44faa54b0


 ChangeLog   |    4 ++++
 Makefile.am |   27 ++++++++++++++++++++++++++-
 2 files changed, 30 insertions(+), 1 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2515 git=cd6545e952dd40aa8ea1d59375d177657051959c


 ChangeLog            |    4 ++++
 admin/Form.py        |    5 ++++-
 admin/PageVServer.py |    2 +-
 admin/validations.py |   16 ++++++++--------
 4 files changed, 17 insertions(+), 10 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2514 git=f3f898e08747c2db67e5577924e3b63cc2e5fea1


 TODO |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2513 git=af9b63996c4276015198253d8afb0757f95cc86b


 ChangeLog     |    7 +++++++
 admin/Form.py |    6 +++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-11-30  Antonio Perez  <aperez@skarcha.com>
            svn=2510 git=eab9a52addc58391d21c852a98eb82f4c0c19257


 ChangeLog             |    8 +++++++-
 admin/PageAdvanced.py |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2509 git=9941c3326371bb0fdaf039f62845cf46f1778cd8


 ChangeLog                  |    4 ++++
 qa/193-PHP-documentroot.py |   36 ++++++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 3 files changed, 42 insertions(+), 1 deletions(-)


2008-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2506 git=63a8a8bc62db81d07de864ddfcadfc31678f0017


 ChangeLog                 |   10 ++++++++++
 cherokee/cryptor_libssl.c |   17 +++++++++++++++++
 cherokee/cryptor_libssl.h |   17 +++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)


2008-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2505 git=248ccebe7840ecfc555beae28d7e2d5195eb4b0c


 ChangeLog                   |    6 +++++
 qa/192-RedirDocumentRoot.py |   53 +++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 +-
 3 files changed, 61 insertions(+), 1 deletions(-)


2008-11-28  Antonio Perez  <aperez@skarcha.com>
            svn=2504 git=8ee77012bb81ddcab89d838ebbfd2a1db633dc7f


 ChangeLog                |    5 +++++
 cherokee/handler_redir.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2501 git=e30a10992d705feaa4eda5fb6bda17abce1b28fd


 ChangeLog                   |    7 +++++++
 cherokee/handler_dirlist.c  |    2 +-
 themes/firefox3/entry.html  |    2 +-
 themes/firefox3/footer.html |    3 +--
 themes/firefox3/header.html |    7 ++++---
 5 files changed, 14 insertions(+), 7 deletions(-)


2008-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2500 git=36777ff9bcbbaef6604956597269f6b56a12af63


 cherokee/source_interpreter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2499 git=3630ef49c096e9488021b4c3d631b802d4c3bfb1


 ChangeLog         |    5 +++++
 cherokee/buffer.c |    2 +-
 cherokee/buffer.h |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


2008-11-26  Antonio Perez  <aperez@skarcha.com>
            svn=2497 git=a8e716a5373d4cd27fbb8f5be214c00d0de94a7e


 admin/static/css/cherokee.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2495 git=06d8676ea278f0db3bc7059f300d52c697def54a


 ChangeLog             |    3 +++
 admin/ModuleExists.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2492 git=afd9eba0b77aa42a29e124a0e95098f7fcbfa7a2


 ChangeLog             |    4 ++++
 cherokee/connection.c |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2491 git=82100da97df8287db5badd82baf8cf6edbf99f35


 doc/other_faq.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2490 git=c857875e35380d872a4fb215c148a2c378cada6b


 doc/build/web.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2486 git=af7d99a1315131938676839f552f318e5b31625a


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2482 git=b61eb560ced04d7b7454eece4569b2caff105544


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2481 git=b7f136acc9684e2acf5e27d35c56abc4cc8ad8e5


 doc/other_goodies.txt |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2480 git=72044dea94e22eed76a51438db3be92b90522a3b


 doc/cookbook_mailman.txt |   22 +++---
 doc/cookbook_ssl.txt     |  172 +++++++++++++++++++++++++++++++++++++++++++++-
 doc/index.txt            |   40 +++++------
 3 files changed, 199 insertions(+), 35 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2479 git=c369ae3f9251adf8046651c5ab0da9a9e9917a2f


 admin/ModuleExists.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2478 git=47e95396e0035842edf4b1eab709bbc756f7edf3


 ChangeLog             |    3 +++
 admin/ModuleExists.py |   10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2477 git=fb5c6ce6cd7f77a24eb1605aea80e57781efcbb2


 ChangeLog              |    5 ++-
 cherokee/rule_exists.c |    2 +-
 qa/191-RuleExists5.py  |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am         |    3 +-
 4 files changed, 60 insertions(+), 4 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2476 git=5f72048bb2e9145d464e6dc2c339632f59756c99


 ChangeLog                     |    5 +++++
 qa/112-NiceError-CGI.py       |   20 ++++++++++----------
 qa/170-Error-ContentLength.py |   23 ++++++++++++-----------
 qa/179-RuleExists.py          |   18 ++++++++++--------
 qa/180-RuleExists2.py         |   17 +++++++++--------
 qa/181-RuleExists3.py         |   17 +++++++++--------
 qa/187-Method.py              |   20 ++++++++++----------
 qa/188-Method2.py             |   20 ++++++++++----------
 8 files changed, 75 insertions(+), 65 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2475 git=125eb89e823224d1d3aa0ffe21b96c33f917645c


 ChangeLog             |    3 +++
 qa/190-RuleExists4.py |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 3 files changed, 52 insertions(+), 1 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2474 git=54d6c11e953987db7d9ec04fcfa90a97886d579f


 ChangeLog              |    5 +++++
 cherokee/rule_exists.c |   24 ++++++++++++++++--------
 2 files changed, 21 insertions(+), 8 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2473 git=3747ac16044512af28837a85a0c27c75dede8fa0


 admin/ModuleExists.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2472 git=aac294a6380533772b0644b1048aea92e6a5ede5


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2471 git=08ba2527f6d5e3586b58ce9d7254346219bf08dc


 ChangeLog                  |    3 +++
 cherokee/common-internal.h |    4 ++++
 cherokee/handler_dirlist.c |   24 ++++++++++--------------
 3 files changed, 17 insertions(+), 14 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2470 git=224b41ba7e0212fdb07b5cbb29c743a33a2e7ddb


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   10 ++++++++++
 cherokee/header.c           |    8 ++++++++
 cherokee/header.h           |    2 ++
 4 files changed, 24 insertions(+), 0 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2469 git=fd694647336e20dc09486061070cb5b2c7a4b5e1


 ChangeLog                   |    8 ++++++++
 cherokee/connection.c       |   22 +++++++++++++++-------
 cherokee/handler_cgi_base.c |    2 +-
 cherokee/handler_proxy.c    |   25 +++++++++++++++++++------
 cherokee/http.c             |    2 +-
 qa/123-ImplicitRedit.py     |    2 +-
 qa/154-DirRedirection.py    |    2 +-
 qa/155-DirRedirection2.py   |    2 +-
 qa/173-Chunked-SCGI.py      |    2 +-
 9 files changed, 48 insertions(+), 19 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2468 git=88dffdb57295f39e4819c9be3c8b733e944ec43f


 cherokee/buffer.c          |    6 ++++--
 cherokee/common-internal.h |   10 ++++------
 cherokee/handler_file.c    |    2 +-
 configure.in               |    2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2467 git=b57e8cbd6bc4de3531d56941b75ae8e0be3a2e32


 ChangeLog                  |    4 +
 cherokee/Makefile.MingW.in |  255 --------------------------------------------
 cherokee/Makefile.am       |    2 -
 configure.in               |    1 -
 4 files changed, 4 insertions(+), 258 deletions(-)


2008-11-25  Taher Shihadeh  <taher@unixwars.com>
            svn=2466 git=95e08f9568ca43fd6f49ff4d909e3d645157cc41


 ChangeLog                             |    4 ++++
 admin/ModuleExists.py                 |    2 +-
 doc/basics_installation_svn.txt       |    3 +++
 doc/basics_installation_unix.txt      |    3 +++
 doc/basics_installation_windows.txt   |    5 +++++
 doc/basics_requirements.txt           |    3 ++-
 doc/config_advanced.txt               |   11 ++++-------
 doc/config_general.txt                |    4 ++++
 doc/config_info_sources.txt           |    2 ++
 doc/config_quickstart.txt             |    2 ++
 doc/config_virtual_servers.txt        |    8 +++++++-
 doc/config_virtual_servers_rule.txt   |    5 +++++
 doc/cookbook_authentication.txt       |    5 ++++-
 doc/cookbook_cross_compilation.txt    |    3 ++-
 doc/cookbook_dbslayer.txt             |    8 ++++++++
 doc/cookbook_drupal.txt               |    3 +++
 doc/cookbook_glassfish.txt            |    5 +++++
 doc/cookbook_maintenance.txt          |    3 +++
 doc/cookbook_nagios.txt               |    2 ++
 doc/cookbook_optimizations.txt        |    3 +++
 doc/cookbook_ssl.txt                  |    5 +++++
 doc/cookbook_wordpress.txt            |    3 ++-
 doc/dev_cherokee.conf.txt             |    9 +++++++++
 doc/dev_debug.txt                     |    2 ++
 doc/dev_issues.txt                    |    8 ++++----
 doc/modules_handlers_cgi.txt          |    2 ++
 doc/modules_handlers_common.txt       |    2 ++
 doc/modules_handlers_custom_error.txt |    1 +
 doc/modules_handlers_dbslayer.txt     |    1 +
 doc/modules_handlers_dirlist.txt      |    3 +++
 doc/modules_handlers_fcgi.txt         |    2 ++
 doc/modules_handlers_file.txt         |    2 ++
 doc/modules_handlers_redir.txt        |    5 ++++-
 doc/modules_handlers_ssi.txt          |    1 +
 doc/modules_validators_authlist.txt   |    2 ++
 doc/modules_validators_htdigest.txt   |    2 ++
 doc/modules_validators_htpasswd.txt   |    2 ++
 doc/modules_validators_ldap.txt       |    2 ++
 doc/modules_validators_mysql.txt      |    2 ++
 doc/modules_validators_pam.txt        |    3 +++
 doc/modules_validators_plain.txt      |    2 ++
 doc/other_community.txt               |    2 +-
 doc/other_faq.txt                     |   12 ++++++++++++
 43 files changed, 140 insertions(+), 19 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2465 git=6c80c4ada2c76af808580f21fa49c49561babd7b


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |   15 ++++-----------
 2 files changed, 9 insertions(+), 11 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2464 git=1649ad7f7de4dacc5823d73986ce36d00a898c11


 cherokee/handler_proxy.c |  114 ++++++++++++++++++++++++++++++++-------------
 cherokee/macros.h        |    4 +-
 cherokee/post.c          |    8 ++-
 cherokee/proxy_hosts.c   |   16 +++---
 cherokee/socket.c        |    1 +
 cherokee/util.c          |   43 +++++++++++++++++
 cherokee/util.h          |    3 +
 qa/112-NiceError-CGI.py  |    6 +-
 qa/122-Methods.py        |    6 ++-
 qa/base.py               |   13 ++----
 10 files changed, 155 insertions(+), 59 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2463 git=0fdffe509e96e69fb02428d4f2cc1f9593bd3c31


 configure.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2462 git=978d887dbbf7cc508dc13676ef9ecafb5338475d


 ChangeLog                  |    3 +++
 cherokee/common-internal.h |   20 ++++++++++++++++++++
 cherokee/macros.h          |   14 --------------
 3 files changed, 23 insertions(+), 14 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2461 git=564a77725960faeb62f2d1e6009fff534db662da


 ChangeLog              |    8 ++++++++
 qa/074-Access2.py      |    1 +
 qa/075-AccessRange.py  |    1 +
 qa/076-AccessRange2.py |    1 +
 qa/base.py             |    1 +
 qa/run-tests.py        |    3 +++
 6 files changed, 15 insertions(+), 0 deletions(-)


2008-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2460 git=821b3f0bc315a360ed8762dd79757b053478e67a


 doc/cookbook_dbslayer.txt |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2459 git=726c5b93be1c2077aae9bb0402bf0241429bba80


 cherokee/validator_htpasswd.c |    4 +++
 configure.in                  |   55 ++++++++++++++++++++++++++++------------
 2 files changed, 42 insertions(+), 17 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2458 git=52e96747a8e4c6812f4d3c607b253377860d595a


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   10 +++++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2457 git=ad6d0c7c4341eade300f122666bc20ee4d831087


 ChangeLog                |    6 ++++++
 cherokee/handler_proxy.c |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2456 git=916bfb05ddf605331a0ee77e974100522cd5434f


 doc/config_virtual_servers.txt |    5 ++++-
 doc/cookbook_drupal.txt        |   15 ++++++++-------
 doc/cookbook_kumbia.txt        |    8 ++++----
 doc/cookbook_zend.txt          |    9 ++++-----
 4 files changed, 20 insertions(+), 17 deletions(-)


2008-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2455 git=0954c73bf29f8680af8bf87d02c94565eab741ae


 cherokee/post.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2454 git=ad198f3326a25487f5da22a85fa83d9a312a33a8


 cherokee/post.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2008-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2453 git=c848c1ee2a2c93a138e8052229baacdc42c62093


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   10 +++++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2452 git=424720e00be6a5822b7a9ba3ac94f8d6b5e7e457


 ChangeLog                     |    5 +++
 cherokee/socket.c             |   61 -----------------------------------------
 cherokee/socket.h             |    4 ---
 cherokee/source_interpreter.c |    4 +-
 4 files changed, 7 insertions(+), 67 deletions(-)


2008-11-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2451 git=7ca2d175b007098193a39cf07982d21df7fd3fdd


 ChangeLog                 |    7 +++++++
 cherokee/cryptor_libssl.c |    2 +-
 cherokee/logger_writer.c  |    4 ++--
 cherokee/server.c         |    4 ++--
 cherokee/socket.c         |    4 ++--
 5 files changed, 14 insertions(+), 7 deletions(-)


2008-11-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2450 git=0ba1caef6d247eb2f9a4c1d564c7ddfa5954f02e


 cherokee/socket.c             |   26 ++++++++++++--
 cherokee/source_interpreter.c |    8 ++++
 cherokee/thread.c             |   78 +++++++++++++++-------------------------
 3 files changed, 60 insertions(+), 52 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2449 git=82c53710d7f4d9eeda5bad08a2c566eba2bb7914


 ChangeLog              |    3 ++
 admin/ModuleExists.py  |    8 ++++-
 cherokee/rule_exists.c |   73 +++++++++++++++++++++++++++++++----------------
 cherokee/rule_exists.h |    1 +
 4 files changed, 58 insertions(+), 27 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2448 git=6a28b078700e64288758ee55deaeea709a0350ae


 qa/055-ContentRange2.py |    9 ++++-----
 qa/run-tests.py         |    8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2447 git=2a555e538c5abdfa267d43c783aa972f367c56a1


 cherokee/thread.c |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2446 git=4b2af33418f50d3ee0716ae08fe8e8186886423d


 ChangeLog         |    2 ++
 cherokee/socket.h |    2 +-
 cherokee/thread.c |   22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 1 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2445 git=1fdabd77ed740e751cbdb37811a85b489e997cee


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    6 +-----
 2 files changed, 4 insertions(+), 5 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2444 git=1f71db50ebe5072ecfb2a1723b632d44f05dfd09


 ChangeLog                    |    6 ++++
 qa/091-Digest2.py            |    2 +-
 qa/092-Digest3.py            |    2 +-
 qa/100-Digest-htdigest.py    |    2 +-
 qa/122-Methods.py            |    2 +-
 qa/130-Digest-EmptyPasswd.py |    2 +-
 qa/175-Digest-htdigest-2.py  |    2 +-
 qa/base.py                   |   12 ++++----
 qa/help.py                   |    1 +
 qa/run-tests.py              |   63 ++++++++++++++++++++++++++++++++++++-----
 qa/util.py                   |   28 ++++++++++++++++++-
 11 files changed, 101 insertions(+), 21 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2443 git=9a8361893396cd9084df71586d46ed85bb5b7a92


 qa/conf.py |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2442 git=998dac9ad14eb18a0ac9706876a49562392b2c2a


 ChangeLog       |    5 +++++
 qa/run-tests.py |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2441 git=a702dcedd3f4aed9ebb7efbee46295aec1da2e81


 ChangeLog       |    5 +++++
 cherokee/main.c |    2 +-
 cherokee/util.h |    3 +++
 3 files changed, 9 insertions(+), 1 deletions(-)


2008-11-20  Taher Shihadeh  <taher@unixwars.com>
            svn=2440 git=ae03576604d64539994da2d88c2bd367b8ac1b8b


 doc/index.txt                     |    4 +---
 doc/modules_handlers_dbslayer.txt |   12 ++++++++++++
 2 files changed, 13 insertions(+), 3 deletions(-)


2008-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2439 git=478eede7cbd93b060633590eb16f53ce7ae3d7f7


 cherokee/handler_dbslayer.c |   32 ++++++++++++--------------------
 1 files changed, 12 insertions(+), 20 deletions(-)


2008-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2438 git=fceca7911c75eddc9988c74c26537d4ad5207697


 ChangeLog                   |    7 +++++-
 cherokee/handler_dbslayer.c |   45 +++++++++++++++++++++++++++++-------------
 2 files changed, 37 insertions(+), 15 deletions(-)


2008-11-20  Taher Shihadeh  <taher@unixwars.com>
            svn=2437 git=c7522cff5afd0c5819a7bede3cb186da81096502


 ChangeLog             |    4 ++++
 admin/PageEntry.py    |    2 +-
 admin/PageVServer.py  |    2 +-
 admin/PageVServers.py |    2 +-
 admin/validations.py  |    5 ++++-
 5 files changed, 11 insertions(+), 4 deletions(-)


2008-11-20  Taher Shihadeh  <taher@unixwars.com>
            svn=2436 git=a78727b45e97bda673f9e619a3680bc864bc4ddc


 ChangeLog                   |    5 +++++
 cherokee/handler_dbslayer.c |   11 -----------
 2 files changed, 5 insertions(+), 11 deletions(-)


2008-11-20  Taher Shihadeh  <taher@unixwars.com>
            svn=2435 git=38fccc6b8ab06c1f78f359fa5c3818a21c1ce5e9


 doc/cookbook_dbslayer.txt         |   40 ++++++++++++++++++++++++++++++------
 doc/cookbook_wordpress.txt        |    2 +-
 doc/modules_handlers_dbslayer.txt |    6 ++++-
 3 files changed, 39 insertions(+), 9 deletions(-)


2008-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2434 git=4625bd0b62248e07973e8602f455b5e921351c84


 ChangeLog                   |    5 +++++
 cherokee/handler_dbslayer.c |   13 ++++++++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)


2008-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2433 git=04d81d021e5576f780f8b700aa926dc8c0a519af


 ChangeLog                   |    8 ++++++++
 cherokee/handler_dbslayer.c |   13 +++++++++----
 configure.in                |    5 +++--
 3 files changed, 20 insertions(+), 6 deletions(-)


2008-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2432 git=c43d338aeb984ed94da37a7d3ab256050dc744d1


 doc/Makefile.am                       |    5 ++
 doc/cookbook_nagios.txt               |  124 +++++++++++++++++++++++++++++++++
 doc/index.txt                         |   23 ++----
 doc/media/images/cookbook_nagios1.png |  Bin 0 -> 7103 bytes
 doc/media/images/cookbook_nagios2.png |  Bin 0 -> 7120 bytes
 doc/media/images/cookbook_nagios3.png |  Bin 0 -> 16942 bytes
 doc/media/images/cookbook_nagios4.png |  Bin 0 -> 39099 bytes
 7 files changed, 137 insertions(+), 15 deletions(-)


2008-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2431 git=9ca55d5beb5cfc6c77dfae9e5c43336cc2eedb10


 doc/bundle_cherokee-admin.txt  |    5 ++++-
 doc/config_quickstart.txt      |    3 ++-
 doc/config_virtual_servers.txt |   16 ++++++++++++++++
 doc/index.txt                  |   40 ++++++++++++++++++++++++++++++++++++----
 doc/media/images/README.txt    |   10 ++++++----
 doc/other_goodies.txt          |   11 +++++++----
 6 files changed, 71 insertions(+), 14 deletions(-)


2008-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2430 git=52b68ac4ee55ecad0eb846129339510a918ed3ec


 cherokee/handler_dbslayer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2429 git=4e8e444f862f03a8d0d68ae42e810df98f35c3ed


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |   15 ++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)


2008-11-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2428 git=a183efa370b780af049f360a0b3a3294a5823009


 doc/cookbook.txt        |   24 ++++++++++++------------
 doc/cookbook_kumbia.txt |    6 +++---
 doc/cookbook_zend.txt   |    9 +++++----
 doc/index.txt           |   24 ++++++++++++------------
 4 files changed, 32 insertions(+), 31 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2427 git=97e62b468710f30b4d60ab70773050d2b3072fdd


 ChangeLog    |    4 ++++
 configure.in |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2426 git=730c96ba2cd0584834a7656a9942f7b00d9b0b39


 ChangeLog                  |    6 ++++++
 cherokee/Makefile.am       |   12 ++++--------
 cherokee/connection_info.c |   11 ++++++++---
 3 files changed, 18 insertions(+), 11 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2425 git=f7d18aa4271e0b6d9a1bfd28ce868b39df3709cd


 doc/cookbook.txt |    8 ++++----
 doc/index.txt    |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2424 git=6047f4464bed66bc38d9c2ed84434f1be5395424


 doc/cookbook_drupal.txt        |   18 +++++++++---------
 doc/cookbook_wordpress.txt     |   18 +++++++++---------
 doc/media/css/cherokee_doc.css |    2 ++
 3 files changed, 20 insertions(+), 18 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2423 git=fb84b1c3e7627f2ea30a3c2a901e295b9aab089b


 ChangeLog                                 |    5 +
 doc/Makefile.am                           |   13 ++
 doc/cookbook.txt                          |    4 +
 doc/cookbook_drupal.txt                   |   15 ++-
 doc/cookbook_wordpress.txt                |  191 +++++++++++++++++++++++++++++
 doc/dev_cherokee.conf.txt                 |    2 +-
 doc/index.txt                             |    8 +-
 doc/media/images/cookbook_wp1.png         |  Bin 0 -> 29978 bytes
 doc/media/images/cookbook_wp2.png         |  Bin 0 -> 16148 bytes
 doc/media/images/cookbook_wp3.png         |  Bin 0 -> 11998 bytes
 doc/media/images/cookbook_wp4.png         |  Bin 0 -> 48654 bytes
 doc/media/images/cookbook_wp5.png         |  Bin 0 -> 31759 bytes
 doc/media/images/cookbook_wp_default1.png |  Bin 0 -> 7938 bytes
 doc/media/images/cookbook_wp_example1.png |  Bin 0 -> 10401 bytes
 doc/media/images/cookbook_wp_example2.png |  Bin 0 -> 7810 bytes
 doc/media/images/cookbook_wp_example3.png |  Bin 0 -> 15942 bytes
 16 files changed, 231 insertions(+), 7 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2422 git=00c94716956266e7b713b99c0b9298b452f29fa2


 cherokee/server.c |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2421 git=658e264ca3b4a90d45999a06317e5e8aafacfb9d


 ChangeLog         |    4 ++++
 cherokee/server.c |   19 ++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2420 git=c5b3a547148824f7b887a5bd25d40deebaf782ad


 cherokee/handler_proxy.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2419 git=567b458f13e69551ea3695f43a11a55a2e41d13b


 cherokee/Makefile.am   |    1 +
 cherokee/rule_method.c |    2 --
 2 files changed, 1 insertions(+), 2 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2414 git=077b9a0c6fabbaedf238452487bdab9ff5e3d08d


 ChangeLog            |    5 +++++
 cherokee/Makefile.am |    6 +++---
 cherokee/cherokee.h  |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2413 git=1d8f1ac9d75ce2a65ca5a525c38e3c38e5b9a40e


 cget/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2412 git=f6367c827e85f534a6942543fe11783fc862daf1


 doc/basics_installation_unix.txt    |    2 --
 doc/basics_installation_windows.txt |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2411 git=83dfe34968cdbffa476e55d2efb509d655dd3837


 cherokee/cryptor_libssl.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2410 git=ab6f14e7a1cd0aefd04b443a70f4ab65597ca828


 ChangeLog                           |   11 ++++++++++-
 doc/basics_installation_unix.txt    |    2 +-
 doc/basics_installation_windows.txt |    2 +-
 doc/basics_requirements.txt         |    9 +++++----
 doc/config_general.txt              |   16 ++++++++++++++--
 doc/cookbook_optimizations.txt      |    1 -
 doc/dev_cherokee.conf.txt           |    1 +
 doc/media/images/admin_general.png  |  Bin 16485 -> 20617 bytes
 doc/other_goodies.txt               |    2 +-
 9 files changed, 33 insertions(+), 11 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2409 git=2d2ecf6b72e20364f9da68457d2b679f3ef3b9b9


 ChangeLog                 |    4 ++++
 cherokee/cryptor.c        |   17 +++--------------
 cherokee/cryptor_libssl.c |    2 ++
 3 files changed, 9 insertions(+), 14 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2408 git=903108eb4e3ff2dbe2aa74f2b259822afb4cd202


 ChangeLog             |    4 ++
 cherokee/downloader.c |   13 ++++---
 cherokee/main_tweak.c |    7 ++++
 cherokee/post.c       |   88 +++++++++++++++++++++++++++++++++++++++---------
 cherokee/post.h       |   26 ++++++++-------
 5 files changed, 103 insertions(+), 35 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2407 git=de03fa0421837dcf57da890a1d76460d5ce290a9


 ChangeLog            |    3 +++
 admin/PageGeneral.py |    9 ++++++++-
 admin/consts.py      |    5 +++++
 3 files changed, 16 insertions(+), 1 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2406 git=77651906d7cb41a93ce535773d871b9eef3178cf


 ChangeLog                   |   19 +
 cherokee/Makefile.am        |   33 ++-
 cherokee/admin_client.c     |   19 +-
 cherokee/admin_client.h     |   11 +-
 cherokee/cherokee.h         |    1 +
 cherokee/connection.c       |    1 -
 cherokee/cryptor.c          |  250 +++++++++++++
 cherokee/cryptor.h          |  178 ++++++++++
 cherokee/cryptor_libssl.c   |  655 +++++++++++++++++++++++++++++++++++
 cherokee/cryptor_libssl.h   |   88 +++++
 cherokee/downloader.c       |   38 ++-
 cherokee/downloader.h       |    3 +-
 cherokee/info.c             |   10 -
 cherokee/main_tweak.c       |   94 ++++--
 cherokee/module.c           |    4 +-
 cherokee/plugin.h           |    3 +-
 cherokee/server-protected.h |    4 +-
 cherokee/server.c           |   70 ++--
 cherokee/socket.c           |  808 ++++++-------------------------------------
 cherokee/socket.h           |   38 +--
 cherokee/thread.c           |    8 -
 cherokee/util.c             |   87 -----
 cherokee/util.h             |    4 -
 cherokee/virtual_server.c   |  362 +-------------------
 cherokee/virtual_server.h   |   29 +--
 configure.in                |   84 +----
 m4/libgnutls.m4             |  161 ---------
 qa/run-tests.py             |    1 +
 28 files changed, 1520 insertions(+), 1543 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2405 git=39ec6188b4b070772fbee22d03292b14bf935989


 doc/media/images/README.txt                        |    8 ++++++++
 doc/media/images/admin_advanced0.png               |  Bin 6191 -> 4281 bytes
 doc/media/images/admin_advanced1.png               |  Bin 26592 -> 12263 bytes
 doc/media/images/admin_advanced2.png               |  Bin 27070 -> 12805 bytes
 doc/media/images/admin_advanced3.png               |  Bin 18548 -> 7912 bytes
 doc/media/images/admin_advanced4.png               |  Bin 10211 -> 5765 bytes
 doc/media/images/admin_behaviour.png               |  Bin 40945 -> 17884 bytes
 doc/media/images/admin_dirlist_cherokee.png        |  Bin 39474 -> 17762 bytes
 doc/media/images/admin_general.png                 |  Bin 34031 -> 16485 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 22277 -> 11971 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 30303 -> 14633 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 29275 -> 15509 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 34189 -> 17208 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 42000 -> 18959 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 32274 -> 12171 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 34961 -> 17447 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 35725 -> 18098 bytes
 doc/media/images/admin_handler_file.png            |  Bin 20264 -> 9139 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 33093 -> 14411 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 33550 -> 14095 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 41690 -> 22530 bytes
 doc/media/images/admin_icons1.png                  |  Bin 66303 -> 23525 bytes
 doc/media/images/admin_icons2.png                  |  Bin 15204 -> 6196 bytes
 doc/media/images/admin_icons3.png                  |  Bin 20084 -> 8832 bytes
 doc/media/images/admin_index.png                   |  Bin 131194 -> 46203 bytes
 doc/media/images/admin_info_sources.png            |  Bin 39975 -> 20642 bytes
 doc/media/images/admin_launch.png                  |  Bin 133723 -> 47840 bytes
 doc/media/images/admin_mime.png                    |  Bin 43627 -> 12841 bytes
 doc/media/images/admin_noconfig.png                |  Bin 16065 -> 7746 bytes
 doc/media/images/admin_notrunning.png              |  Bin 33498 -> 15197 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 22756 -> 11612 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 25886 -> 12709 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 31607 -> 15633 bytes
 doc/media/images/admin_vserver.png                 |  Bin 23782 -> 13062 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 27724 -> 12605 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 37607 -> 17402 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 7645 -> 4315 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 11654 -> 7079 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 24233 -> 12877 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 11082 -> 6512 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 35166 -> 16629 bytes
 doc/media/images/cookbook_django.png               |  Bin 45998 -> 26219 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 35480 -> 17699 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 29916 -> 15613 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 104038 -> 32372 bytes
 doc/media/images/cookbook_drupal_default1.png      |  Bin 14177 -> 8319 bytes
 doc/media/images/cookbook_drupal_default2.png      |  Bin 14543 -> 7938 bytes
 doc/media/images/cookbook_drupal_default3.png      |  Bin 15004 -> 8130 bytes
 doc/media/images/cookbook_drupal_example1.png      |  Bin 17296 -> 9272 bytes
 doc/media/images/cookbook_drupal_example2.png      |  Bin 18569 -> 9790 bytes
 doc/media/images/cookbook_drupal_example3.png      |  Bin 26396 -> 13726 bytes
 doc/media/images/cookbook_drupal_example4.png      |  Bin 17694 -> 9233 bytes
 doc/media/images/cookbook_drupal_example5.png      |  Bin 17788 -> 9893 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 8143 -> 4910 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 27141 -> 14551 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 33810 -> 15570 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 12180 -> 6619 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 20287 -> 10361 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 26071 -> 13640 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 27560 -> 15105 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 16542 -> 8669 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 15631 -> 7905 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 17924 -> 9222 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 26506 -> 13478 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 27415 -> 12675 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 36784 -> 18074 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 23191 -> 12312 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 51612 -> 25127 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 15009 -> 8224 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 13636 -> 6617 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 21243 -> 10912 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 33740 -> 15766 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 35380 -> 17636 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 35695 -> 18005 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 5742 -> 3747 bytes
 doc/media/images/tracelor.png                      |  Bin 7222 -> 9543 bytes
 76 files changed, 8 insertions(+), 0 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2404 git=9c40f590c0a1e87fe69b635a2828ed0322aedcd6


 ChangeLog               |    5 +++++
 cherokee/handler_fcgi.c |   11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)


2008-11-16  Antonio Perez  <aperez@skarcha.com>
            svn=2403 git=45b47c5c98201134ec1203372dc15444229e44f8


 ChangeLog             |    6 ++++++
 cherokee/connection.c |    7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2402 git=923ade771dfbb653f4ed901f0b2e9cb4a9023411


 doc/config_advanced.txt |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2401 git=48122192944dc4a19ab73bd675325a61ceb67678


 doc/config_advanced.txt        |   12 ++++++------
 doc/cookbook_optimizations.txt |   13 +++++++------
 2 files changed, 13 insertions(+), 12 deletions(-)


2008-11-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2400 git=61cb861815eabd420432242a614e9ea7184088d1


 ChangeLog                     |    8 ++++++++
 cherokee/main_admin.c         |    1 +
 cherokee/source_interpreter.c |    2 +-
 3 files changed, 10 insertions(+), 1 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2399 git=cd649a890c13c990afea20b60e1c25ab1c7ef455


 doc/modules_handlers_proxy.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2398 git=67c82bd78e472a5294e80094fd65c9424824f7b1


 doc/media/css/cherokee_doc.css                     |   27 ++++++++-----------
 doc/media/images/admin_handler_cgi.png             |  Bin 30303 -> 30303 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 29491 -> 29275 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 34182 -> 34189 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 20823 -> 32274 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 34953 -> 34961 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 35756 -> 35725 bytes
 doc/media/images/admin_handler_file.png            |  Bin 20415 -> 20264 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 34805 -> 33093 bytes
 doc/media/images/admin_icons1.png                  |  Bin 66512 -> 66303 bytes
 doc/media/images/admin_icons2.png                  |  Bin 15302 -> 15204 bytes
 doc/media/images/admin_icons3.png                  |  Bin 20222 -> 20084 bytes
 doc/media/images/admin_index.png                   |  Bin 87933 -> 131194 bytes
 doc/media/images/admin_info_sources.png            |  Bin 39969 -> 39975 bytes
 doc/media/images/admin_launch.png                  |  Bin 89665 -> 133723 bytes
 doc/media/images/admin_notrunning.png              |  Bin 34344 -> 33498 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 27744 -> 25886 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 33315 -> 31607 bytes
 doc/media/images/admin_vserver.png                 |  Bin 23836 -> 23782 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 28372 -> 27724 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 39430 -> 37607 bytes
 doc/media/images/cookbook_django.png               |  Bin 20629 -> 45998 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 35454 -> 35480 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 29921 -> 29916 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 79204 -> 104038 bytes
 doc/media/images/cookbook_drupal_example5.png      |  Bin 17793 -> 17788 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 29427 -> 27141 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 12177 -> 12180 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 27586 -> 27560 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 16524 -> 16542 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 15641 -> 15631 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 26553 -> 26506 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 15066 -> 15009 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 13656 -> 13636 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 21223 -> 21243 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 8864 -> 5742 bytes
 doc/media/images/tracelor.png                      |  Bin 10662 -> 7222 bytes
 37 files changed, 11 insertions(+), 16 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2397 git=9308ada6986a26cebfb70597a1bc077020785591


 doc/basics_why_cherokee.txt    |    2 +-
 doc/bundle_cherokee-admin.txt  |    2 +-
 doc/config_general.txt         |    8 ++++----
 doc/config_quickstart.txt      |    2 +-
 doc/cookbook_optimizations.txt |    2 +-
 doc/dev_cherokee.conf.txt      |    8 ++++----
 doc/dev_debug.txt              |    2 +-
 doc/index.txt                  |   15 +++++++--------
 8 files changed, 20 insertions(+), 21 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2396 git=78319257fd041eb82748e7eba364c87836f27f86


 doc/index.txt                  |    8 +-
 doc/media/css/cherokee_doc.css |  136 ++++++++++++++++++++++++++--------------
 doc/other.txt                  |    8 +-
 3 files changed, 98 insertions(+), 54 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2395 git=3adb245ae210fff584fb6e631a1347c4667c2ae0


 admin/ModuleAuthlist.py       |    5 ++---
 admin/static/css/cherokee.css |    2 +-
 doc/other_faq.txt             |    2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2394 git=a1606766a4ef48e5cdd445f57d5ec131a9e80205


 doc/media/css/cherokee_doc.css |   43 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 3 deletions(-)


2008-11-13  Antonio Perez  <aperez@skarcha.com>
            svn=2393 git=60d6024d0d71396b32542d389c19a98f6c8f8a72


 ChangeLog                  |    4 ++++
 cherokee/rule_extensions.c |   23 ++++++++++++++++-------
 2 files changed, 20 insertions(+), 7 deletions(-)


2008-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2392 git=a5ff75c421446e89fee61047eeabc3e9c2ffb481


 Makefile.am  |    4 +++-
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


2008-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2391 git=3f1f85b404685ef798305810d3220badb3c4e678


 ChangeLog    |    5 +++++
 configure.in |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2390 git=4d28e6916fc0fab83852d790f5250550a669763b


 ChangeLog                                |    5 +++++
 admin/Form.py                            |    2 +-
 admin/ModuleProxy.py                     |    9 +++------
 doc/media/images/admin_handler_proxy.png |  Bin 50643 -> 41690 bytes
 doc/modules_handlers_proxy.txt           |    8 ++++++--
 5 files changed, 15 insertions(+), 9 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2389 git=25a5111dceecefe6baa89d90187674ccd351225a


 admin/Form.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2388 git=b4602d9eb987372d7935ce220fd3ea4bf3455982


 ChangeLog                     |    7 +++++++
 cherokee/fcgi_manager.c       |    2 +-
 cherokee/source_interpreter.c |   17 +++++++++++------
 cherokee/source_interpreter.h |    3 ++-
 4 files changed, 21 insertions(+), 8 deletions(-)


2008-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2387 git=c91fb66e04b89704827eab8bbf3da3ea8648e0bb


 ChangeLog                  |    7 +++++++
 cherokee/handler_cgi.c     |    7 +++++++
 cherokee/logger.c          |   23 ++++++++++++++++++++---
 cherokee/logger.h          |   19 +++++++++++--------
 cherokee/logger_combined.c |   15 ++++++++-------
 cherokee/logger_ncsa.c     |   28 +++++++++++++++++++++-------
 cherokee/logger_ncsa.h     |   15 ++++++++-------
 cherokee/logger_w3c.c      |   29 ++++++++++++++++++++++-------
 cherokee/logger_w3c.h      |   15 ++++++++-------
 9 files changed, 112 insertions(+), 46 deletions(-)


2008-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2386 git=ddff3d44f7a03756888eeeb8b5d22163db61649f


 ChangeLog            |    3 +++
 admin/ModuleProxy.py |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 48 insertions(+), 1 deletions(-)


2008-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2385 git=a27ef01e2f8d60a6efc1d47c31823dfbbbc459a3


 ChangeLog                |    3 ++
 cherokee/handler_proxy.c |   85 ++++++++++++++++++++++++++++++++++++++++------
 cherokee/handler_proxy.h |    1 +
 3 files changed, 78 insertions(+), 11 deletions(-)


2008-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2384 git=d071e49d8dd08281f71153262cce3e96ea565800


 ChangeLog            |    5 +++++
 admin/ModuleProxy.py |   41 ++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 45 insertions(+), 1 deletions(-)


2008-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=2383 git=97bd4f11654d4a17c281b116843935727fa504b2


 doc/Makefile.am                               |    9 ++
 doc/cookbook_drupal.txt                       |  156 +++++++++++++++++++++++++
 doc/media/images/cookbook_drupal.png          |  Bin 0 -> 79204 bytes
 doc/media/images/cookbook_drupal_default1.png |  Bin 0 -> 14177 bytes
 doc/media/images/cookbook_drupal_default2.png |  Bin 0 -> 14543 bytes
 doc/media/images/cookbook_drupal_default3.png |  Bin 0 -> 15004 bytes
 doc/media/images/cookbook_drupal_example1.png |  Bin 0 -> 17296 bytes
 doc/media/images/cookbook_drupal_example2.png |  Bin 0 -> 18569 bytes
 doc/media/images/cookbook_drupal_example3.png |  Bin 0 -> 26396 bytes
 doc/media/images/cookbook_drupal_example4.png |  Bin 0 -> 17694 bytes
 doc/media/images/cookbook_drupal_example5.png |  Bin 0 -> 17793 bytes
 11 files changed, 165 insertions(+), 0 deletions(-)


2008-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=2381 git=39180225ba37ddb406754da490a2939d1d1bc5e8


 doc/Makefile.am                         |    2 +
 doc/cookbook.txt                        |    1 +
 doc/cookbook_glassfish.txt              |  186 +++++++++++++++++++++++++++++++
 doc/index.txt                           |    1 +
 doc/media/images/cookbook_glassfish.png |  Bin 0 -> 8143 bytes
 5 files changed, 190 insertions(+), 0 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2380 git=b0d7d6e441cf17066de41e81ddc9fac11a35b6c3


 doc/modules_handlers_proxy.txt |   41 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2379 git=55748933d5025345936fad917d0edfd861009bd2


 doc/Makefile.am                          |    2 +
 doc/dev_cherokee.conf.txt                |   35 +++++++++++++++++++++++++++
 doc/dev_issues.txt                       |   38 ++++++-----------------------
 doc/index.txt                            |    1 +
 doc/media/images/admin_handler_proxy.png |  Bin 0 -> 50643 bytes
 doc/modules.txt                          |    1 +
 doc/modules_handlers.txt                 |    1 +
 doc/modules_handlers_mirror.txt          |   12 ++++++++-
 doc/modules_handlers_redir.txt           |    5 +++-
 9 files changed, 62 insertions(+), 33 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2378 git=f91353ff49ebbf0c132710a94ed613e51338e530


 admin/ModuleProxy.py |    6 +++---
 admin/consts.py      |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2377 git=576d634d8118fb206e786ec9dd397efe9e037fe1


 ChangeLog            |    5 +++
 admin/Makefile.am    |    1 +
 admin/ModuleProxy.py |   99 ++++++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py      |    1 +
 4 files changed, 106 insertions(+), 0 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2376 git=2043dd98de5166ef320bb83b18c002b293fcecb8


 doc/dev.txt        |    2 +-
 doc/dev_issues.txt |   19 ++++++++++++++-----
 doc/index.txt      |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2375 git=77af80510de10b4de051ca3936da2caf2d89f4a5


 ChangeLog                             |    4 +-
 doc/Makefile.am                       |    3 +
 doc/cookbook.txt                      |    2 +
 doc/cookbook_joomla.txt               |  110 ++++++++++++++++++++++++
 doc/cookbook_mailman.txt              |  148 +++++++++++++++++++++++++++++++++
 doc/index.txt                         |    5 +-
 doc/media/css/cherokee_doc.css        |    2 +
 doc/media/images/cookbook_joomla.png  |  Bin 0 -> 29427 bytes
 doc/media/images/cookbook_mailman.png |  Bin 0 -> 33810 bytes
 9 files changed, 272 insertions(+), 2 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2374 git=0595094d39b50e1e761191a1cd2ab80b1a91cb73


 ChangeLog                 |    8 +++++++-
 admin/static/js/common.js |   12 ++++++++----
 2 files changed, 15 insertions(+), 5 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2373 git=74590ad2c445478fb750412af9f7967fa6ec51df


 ChangeLog                |    3 ++
 cherokee/handler_proxy.c |   87 ++++++++++++++++++++++++++++++++++++++-------
 cherokee/handler_proxy.h |    1 +
 3 files changed, 77 insertions(+), 14 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2372 git=8538c3e4a3c3d770aa9b1b22458a49b3f559e621


 ChangeLog                |    6 +++-
 cherokee/handler_redir.c |   63 +++++++++++-----------------------------------
 cherokee/regex.c         |   51 +++++++++++++++++++++++++++++++++++++
 cherokee/regex.h         |    8 ++++++
 4 files changed, 79 insertions(+), 49 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2371 git=90614a31b0fb0f072337e67ad97a3ffdcbacc00c


 admin/PageInfoSource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2370 git=de46dfa9cfa32c376b57bac46dba235e44290624


 cherokee/regex.c |   90 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 89 insertions(+), 1 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2369 git=b9ffa80221f087fc135c3fcec8193b0aeeaebfda


 ChangeLog                |    5 +++
 cherokee/handler_redir.c |   89 ++++++----------------------------------------
 cherokee/regex.h         |   22 +++++++++++
 3 files changed, 38 insertions(+), 78 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2368 git=ee996a2e108bab0ecc4ebb786909e42aeb15bee9


 ChangeLog                  |    6 ++++++
 cherokee/rule_extensions.c |   15 +++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2367 git=43fccc160de8172d1d31d41f4ad45ba98326a67c


 ChangeLog                 |    4 ++++
 admin/ModuleErrorRedir.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2366 git=2067ab04a0d608e5faa86dbfc984932e35b88d73


 ChangeLog                |    5 +++++
 cherokee/handler_proxy.c |   44 ++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 45 insertions(+), 4 deletions(-)


2008-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2365 git=c51334a4e891df47e7e88759ee63fab15aaec92a


 cherokee/handler_proxy.c |   96 ++++++++++++++++++++++++++++------------------
 cherokee/proxy_hosts.c   |    3 +-
 2 files changed, 60 insertions(+), 39 deletions(-)


2008-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2364 git=56225ceaa00bc8bceaf3a0cc53ccb23c6bb1ee7b


 cherokee/handler_proxy.c |  112 +++++++++++++++++++++++++++++++++------------
 cherokee/handler_proxy.h |    2 +
 cherokee/proxy_hosts.c   |   38 +++++++++++----
 3 files changed, 112 insertions(+), 40 deletions(-)


2008-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2363 git=4956421e2e83f6bd0302fb5a8801836535835774


 doc/other_faq.txt |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


2008-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2362 git=8075a874708e2a994b8cbcf6bade81df19c69f2b


 cherokee.conf.sample.pre |    1 -
 doc/other_faq.txt        |    8 ++++++++
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2361 git=758a33c11c91fb6d7b5d94dfade43585bcd8ff45


 admin/PageInfoSource.py     |    4 ++--
 cherokee.conf.sample.pre    |    5 +++--
 doc/basics_requirements.txt |    4 +---
 3 files changed, 6 insertions(+), 7 deletions(-)


2008-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2360 git=b0bdb9b4ba7623206818b3be1887b06387c909e6


 ChangeLog        |    4 ++++
 qa/189-Redir9.py |   22 ++++++++++++++++++++++
 qa/Makefile.am   |    3 ++-
 3 files changed, 28 insertions(+), 1 deletions(-)


2008-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2359 git=0b6191d75c99941fb9bff42fce0a629cfbbc8e22


 ChangeLog        |    5 +++++
 cherokee/regex.h |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-11-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2358 git=5ba0e4c1076c85779bbd0135e02514cf435f21ca


 cherokee/handler_proxy.c |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)


2008-11-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2357 git=76ecef83adc8021c882212d7b3b385dba115e13b


 cherokee/unix4win32.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)


2008-11-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2356 git=3304cc8506410f0d60fe90e80a8b25ddffbcb13d


 cherokee/main_worker.c |    5 ++++-
 cherokee/win32_misc.c  |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-11-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2355 git=6050bd286ac393da2a7d859af8e13ab4187009ab


 ChangeLog             |    4 ++++
 cherokee/util.c       |   24 ++++++++++++++++++++++++
 cherokee/util.h       |    5 ++++-
 cherokee/win32_misc.c |   21 ---------------------
 cherokee/win32_misc.h |    1 -
 configure.in          |    2 +-
 6 files changed, 33 insertions(+), 24 deletions(-)


2008-11-08  Taher Shihadeh  <taher@unixwars.com>
            svn=2354 git=eab4b9dbd9df2a1530a6efeb077f522e113753c8


 doc/cookbook_kumbia.txt             |   56 +++++++++++++++++++++++
 doc/cookbook_zend.txt               |   83 +++++++++++++++++++++++++++++++++++
 doc/dev_issues.txt                  |   49 ++++++++++++++++++---
 doc/media/images/cookbook_zend1.png |  Bin 0 -> 8864 bytes
 4 files changed, 182 insertions(+), 6 deletions(-)


2008-11-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2353 git=ff5a36760a33ea4f86b189ee03a7972359c1c2c2


 ChangeLog    |    5 +++++
 configure.in |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2352 git=33056212fc6086b6b52c880523f2df02b3bbba72


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |   43 ++++++++++++++++++++++++++++++++++---------
 cherokee/handler_proxy.h |    1 +
 3 files changed, 39 insertions(+), 9 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2351 git=36ecf6f7c908f4ff52f8bde4dd0dd9f850a0ffeb


 cherokee/handler_proxy.c |   51 +++++++++++++++++++++++++++++----------------
 cherokee/handler_proxy.h |    1 +
 cherokee/proxy_hosts.c   |   37 +++++++++++++++++++++++++++------
 cherokee/proxy_hosts.h   |    9 ++++++-
 4 files changed, 71 insertions(+), 27 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2350 git=96596590c73df7a8f1b0372ea12efaf2f286019a


 cherokee/handler_proxy.c |  132 +++++++++++++++++++++++++++++-----------------
 cherokee/handler_proxy.h |    9 ++-
 cherokee/proxy_hosts.c   |   92 ++++++++++++++++++++-----------
 cherokee/proxy_hosts.h   |    5 ++
 4 files changed, 153 insertions(+), 85 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2349 git=10d8bd38898a971605acf9ef6225037cd124f2a1


 cherokee/handler_proxy.c |  210 +++++++++++++++++++++++++++++++++++++++++----
 cherokee/proxy_hosts.c   |    6 +-
 cherokee/proxy_hosts.h   |   14 +++
 3 files changed, 210 insertions(+), 20 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2348 git=155b4cf92570a522309cfd58be11c0b4cce4ff66


 ChangeLog                      |    5 +++++
 cherokee/handler_server_info.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2347 git=c2f4e91f1b2a61eb039ecfd4afcd38c8cc58af82


 ChangeLog            |    5 +++++
 admin/PageVServer.py |   13 ++++++++++---
 admin/consts.py      |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)


2008-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2346 git=163f7352222ed69c78f47e339f07e9d631b1336e


 doc/Makefile.am                      |    2 ++
 doc/cookbook_django.txt              |   12 +++++++++++-
 doc/cookbook_ror.txt                 |   18 ++++++++++++++----
 doc/media/images/cookbook_django.png |  Bin 0 -> 20629 bytes
 doc/media/images/cookbook_ror.png    |  Bin 0 -> 33740 bytes
 5 files changed, 27 insertions(+), 5 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2345 git=7d435bb3510df0e9838f6fa4792676dc50c1a9e3


 ChangeLog              |    3 +++
 cherokee/Makefile.am   |    5 ++---
 cherokee/http.c        |   40 ++++++++++++++++++++--------------------
 cherokee/rule_method.c |    5 ++++-
 4 files changed, 29 insertions(+), 24 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2344 git=28e7209c86a7a1f9bccd12faeee865d19470511b


 ChangeLog         |    3 +++
 qa/187-Method.py  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 qa/188-Method2.py |   44 ++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am    |    4 +++-
 4 files changed, 94 insertions(+), 1 deletions(-)


2008-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2343 git=3f088197eb93b7a38a62b1fc6c6d5cbbcb14ac62


 admin/PageVServer.py |   15 +++++++--------
 admin/consts.py      |    2 +-
 2 files changed, 8 insertions(+), 9 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2342 git=604d657acf657abc880eadb1c6b1016e3cd92fa6


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2341 git=065e91124be80df8a8dca61cd6a3b419d2f22982


 ChangeLog             |    6 ++++++
 cherokee/unix4win32.h |    3 +--
 cherokee/win32_misc.c |   21 +++++++++++++++++++++
 cherokee/win32_misc.h |    1 +
 4 files changed, 29 insertions(+), 2 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2340 git=3c1bb440bd171edf650a3416652fab1a5e53ba8a


 ChangeLog             |    3 +++
 cherokee/unix4win32.h |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2339 git=aaaac1594598b5a00254ddceda9bb321ec743eee


 ChangeLog            |    5 +++++
 admin/PageVServer.py |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2338 git=7385717cbad7c01f170f2a8e343b3844d61a6938


 ChangeLog                     |    6 +++
 cherokee/validator_file.c     |   37 ++++++++++++++++++++-
 cherokee/validator_file.h     |   11 ++++++-
 cherokee/validator_htdigest.c |   22 +++++++++----
 cherokee/validator_htpasswd.c |   71 ++++++++++++++++++++++++++---------------
 cherokee/validator_plain.c    |   14 +++++++-
 6 files changed, 124 insertions(+), 37 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2337 git=6b01c40718e22bc3c9f10221677672ccea8484f0


 ChangeLog                     |    8 +++
 cherokee/Makefile.am          |   34 ++++++++++++-
 cherokee/validator_file.c     |  107 +++++++++++++++++++++++++++++++++++++++++
 cherokee/validator_file.h     |   72 +++++++++++++++++++++++++++
 cherokee/validator_htdigest.c |   38 +++++---------
 cherokee/validator_htdigest.h |    7 +--
 cherokee/validator_htpasswd.c |   45 +++++++----------
 cherokee/validator_htpasswd.h |    7 +--
 cherokee/validator_plain.c    |   48 +++++++-----------
 cherokee/validator_plain.h    |    8 ++--
 10 files changed, 279 insertions(+), 95 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2336 git=03c0f2dfbbc3cb3cdf88b40ab13f64c3135ec2e9


 ChangeLog             |    5 +++++
 cherokee/win32_misc.c |   13 +++++++++++++
 cherokee/win32_misc.h |    1 +
 3 files changed, 19 insertions(+), 0 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2335 git=33ca0d18a1b2c9539a46e1c7205a5fd5f725ed4f


 admin/ModuleMethod.py |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2334 git=18b4c98d7bd95769e6f79a8f6ac926692dfdab35


 ChangeLog         |    5 +++++
 cherokee/socket.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2333 git=888febdba54e1001ce99de15ffc1c7e8f536200d


 ChangeLog           |    4 +++-
 admin/ModuleCgi.py  |    6 +++---
 admin/ModuleFcgi.py |    4 +++-
 admin/ModuleScgi.py |    6 ++++--
 4 files changed, 13 insertions(+), 7 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2332 git=cb3f93f7f2e41504eec04c4c273a203e157b6f7e


 cherokee/handler_proxy.c |   57 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 54 insertions(+), 3 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2331 git=4975b54b3fe139b858516cb36b0bebda5dd55273


 ChangeLog           |    3 +++
 admin/ModuleCgi.py  |    2 +-
 admin/ModuleFcgi.py |    2 --
 admin/ModuleScgi.py |    2 --
 4 files changed, 4 insertions(+), 5 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2330 git=724b2696ff238e8869c22742a5b7d14a485faa8a


 doc/Makefile.am                            |    2 +
 doc/cookbook_mono.txt                      |   59 ++++++++++++++++++++++++++--
 doc/media/images/cookbook_mono_demo.png    |  Bin 0 -> 27415 bytes
 doc/media/images/cookbook_mono_handler.png |  Bin 0 -> 36784 bytes
 4 files changed, 57 insertions(+), 4 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2329 git=ea835f3039eb740fa9814bf042f941921fda9dcf


 cherokee/connection.c    |   10 ++--
 cherokee/handler_proxy.c |  113 ++++++++++++++++++++++++++++++++++++++++++----
 cherokee/handler_proxy.h |    2 +
 cherokee/header.c        |   35 +-------------
 cherokee/proxy_hosts.c   |   10 ++--
 cherokee/util.c          |   31 +++++++++++++
 cherokee/util.h          |    2 +
 7 files changed, 151 insertions(+), 52 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2328 git=00a059029188792a2b371a7e2ea37d269cd38bdf


 doc/Makefile.am       |    1 +
 doc/cookbook.txt      |    1 +
 doc/cookbook_mono.txt |  125 +++++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt         |    1 +
 4 files changed, 128 insertions(+), 0 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2327 git=6f05dab54e009121fe2b2469ead3170caf7f8a40


 cherokee/handler_proxy.c |   54 +++++++++++++++++++++++++++++++++++----------
 cherokee/handler_proxy.h |    1 +
 cherokee/proxy_hosts.c   |   46 ++++++++++++++++++++++++++++++++------
 cherokee/proxy_hosts.h   |   17 ++++++-------
 4 files changed, 89 insertions(+), 29 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2326 git=631442af8c677d0cd5cc6f85fbe77a030af7d4b4


 cherokee/Makefile.am     |    4 +-
 cherokee/handler_proxy.c |  273 +++++++++++++++++++++++++++++++++++++++-------
 cherokee/handler_proxy.h |   25 ++++-
 cherokee/proxy_hosts.c   |  268 +++++++++++++++++++++++++++++++++++++++++++++
 cherokee/proxy_hosts.h   |   89 +++++++++++++++
 5 files changed, 611 insertions(+), 48 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2325 git=a13b0c3e30b43c2af5f0511b9dc190e60e4edacb


 doc/config_virtual_servers.txt |    4 +++-
 doc/other_goodies.txt          |    4 ++++
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2324 git=948e0b7b36beeada69d38e045eebbc64c6995253


 ChangeLog             |    6 ++++++
 admin/Form.py         |    1 +
 admin/ModuleMethod.py |    4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)


2008-11-04  Antonio Perez  <aperez@skarcha.com>
            svn=2323 git=e8a715512b811cd839506362ccd26a739100e17b


 admin/ModuleMethod.py |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)


2008-11-04  Antonio Perez  <aperez@skarcha.com>
            svn=2322 git=1f6b389558a94812c294e1138f2eb40fbf6e2230


 ChangeLog             |    3 +++
 admin/ModuleMethod.py |    9 ++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2008-11-04  Antonio Perez  <aperez@skarcha.com>
            svn=2321 git=b64bb23cb985c277eaa0bbc9905c90701f3c3b53


 ChangeLog                 |    6 ++++++
 admin/Entry.py            |   14 +++++++++++---
 admin/ModuleRedir.py      |   12 ++++++------
 admin/static/js/common.js |    6 +-----
 4 files changed, 24 insertions(+), 14 deletions(-)


2008-11-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2320 git=f0082934469e8fc1ae84f6cb28e41059cd7202cd


 cherokee/Makefile.am          |    4 +-
 cherokee/downloader_manager.c |  167 -------------------
 cherokee/downloader_manager.h |   63 -------
 cherokee/handler_proxy.c      |  362 ++++++-----------------------------------
 cherokee/handler_proxy.h      |   36 ++---
 5 files changed, 60 insertions(+), 572 deletions(-)


2008-11-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2319 git=058a9057b0579065b6d29f52fda3273cabb11776


 ChangeLog       |    4 ++++
 configure.in    |    2 ++
 m4/libgnutls.m4 |    7 ++-----
 3 files changed, 8 insertions(+), 5 deletions(-)


2008-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=2318 git=77a2ce3509e7671ed2d99e6659367ccf25f0b059


 admin/ModuleRedir.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=2316 git=cfdf8d5d7bfd905f64d2abd9f07cbc6215d92b09


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |   14 ++------------
 admin/validations.py |    4 ++--
 3 files changed, 10 insertions(+), 14 deletions(-)


2008-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=2315 git=d4317da31cc342cb546e6335d436a9d92a24a268


 doc/config_virtual_servers_rule.txt |    3 +++
 doc/cookbook_django.txt             |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2314 git=93bd195fceb977c074b34993d1ff81b2d25697f1


 doc/cookbook_authentication.txt |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2313 git=92e58765fc19e5a733efd7b3f5530381f290f921


 doc/config_info_sources.txt |    2 +-
 doc/dev_cherokee.conf.txt   |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2312 git=bee1c038a8c3a11c90e4d02791e657372600a4c7


 doc/media/images/admin_handler_dirlist.png |  Bin 39489 -> 42000 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2311 git=16237a056cd6beb480e56ffe1ea963e090e0d1e5


 ChangeLog             |    5 +++++
 admin/ModuleMethod.py |   10 +++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2310 git=9aeadf23d5f7d4e750f6fcdd8504c7a4e8893a92


 doc/config_virtual_servers.txt |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2309 git=5a4538b1c42371a2157aedeeabedca20b72379a8


 ChangeLog              |    3 +++
 cherokee/handler_ssi.c |   15 +++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)


2008-11-03  Antonio Perez  <aperez@skarcha.com>
            svn=2308 git=eab76a09dababfa2cff9d209a79bfc1b86bd8288


 ChangeLog                 |    6 ++++++
 admin/Entry.py            |    4 ++++
 admin/ModuleCgi.py        |   33 ++++++++++++++++++++++++++++++++-
 admin/PageInfoSource.py   |    4 ++--
 admin/static/js/common.js |   16 ++++++++++------
 5 files changed, 54 insertions(+), 9 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2307 git=022908d45d7c381cfda93657406db7cd540f47f5


 ChangeLog              |    7 ++++
 cherokee/handler_ssi.c |   90 ++++++++++++++++++++++++++++++------------------
 qa/186-SSI-droot.py    |   39 +++++++++++++++++++++
 qa/Makefile.am         |    3 +-
 4 files changed, 104 insertions(+), 35 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2306 git=10e35750692f9f612798e42b680a5742c4d2eec9


 doc/Makefile.am                         |    1 +
 doc/config_info_sources.txt             |   25 +++++++-----
 doc/index.txt                           |    1 +
 doc/media/images/admin_info_sources.png |  Bin 24771 -> 39969 bytes
 doc/modules.txt                         |    1 +
 doc/modules_handlers.txt                |    5 +-
 doc/modules_handlers_common.txt         |    9 ++--
 doc/modules_handlers_ssi.txt            |   62 +++++++++++++++++++++++++++++++
 8 files changed, 88 insertions(+), 16 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2305 git=aac862b14582f97101f234aab232bccc2dfc0c16


 doc/modules_handlers_cgi.txt |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2304 git=e6b7e1d84b21be67b77d9ec2f7944dd896380b03


 cherokee/downloader_manager.c |  167 +++++++++++++++++++++++++++++++++++++++++
 cherokee/downloader_manager.h |   63 +++++++++++++++
 cherokee/handler_proxy.c      |   57 +++++++++------
 cherokee/handler_proxy.h      |    8 +-
 4 files changed, 270 insertions(+), 25 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2303 git=c28c4490133cbd4be613344e5d4303911991b257


 ChangeLog             |    3 ++
 admin/Makefile.am     |    1 +
 admin/ModuleMethod.py |   61 +++++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py       |    1 +
 4 files changed, 66 insertions(+), 0 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2302 git=39d06ba0365f204885d79f9fac5f2612b8d3faa8


 cherokee/rule_exists.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2301 git=733b8260f9812ea39f01bf6eca87b465c0627868


 cherokee/Makefile.am |   43 +++++++++++++++++++++++++++++++++++++++++--
 configure.in         |    3 ++-
 2 files changed, 43 insertions(+), 3 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2300 git=83e6d6bb875b26d6b701d6fb46cb24b195d022b7


 ChangeLog              |    8 ++++
 cherokee/http.c        |   53 ++++++++++++++++++++++++
 cherokee/http.h        |    2 +-
 cherokee/rule_method.c |  103 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_method.h |   50 +++++++++++++++++++++++
 5 files changed, 215 insertions(+), 1 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2299 git=28b2e86ecf11b75b21bc360fc80ebd7d2e25d6ee


 ChangeLog              |    2 ++
 cherokee/rule_exists.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2298 git=ce1927aa7abeb3788d59e07538bd72fbcd35ef56


 ChangeLog                   |    5 +++--
 qa/184-SSI-fsize-file.py    |   39 +++++++++++++++++++++++++++++++++++++++
 qa/185-SSI-fsize-virtual.py |   39 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    6 ++++--
 4 files changed, 85 insertions(+), 4 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2297 git=ecb9cfdf1f7cccb5337cd09da483682cff464ed8


 ChangeLog                     |    4 ++++
 qa/182-SSI-include-file.py    |   39 +++++++++++++++++++++++++++++++++++++++
 qa/183-SSI-include-virtual.py |   39 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am                |    4 +++-
 4 files changed, 85 insertions(+), 1 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2296 git=949c28aa906442a4ccd77772183d69fc5e1ae161


 ChangeLog              |    5 +++++
 cherokee/handler_ssi.c |   24 +++++++++++++++++++++---
 2 files changed, 26 insertions(+), 3 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2295 git=0a984e169103b4311e09d3d0cecf6c39b04f7dc4


 ChangeLog |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2294 git=c91f93f53b7c088112daf283a8dda835cb250c46


 ChangeLog          |    3 +++
 admin/Makefile.am  |    1 +
 admin/ModuleSsi.py |   19 +++++++++++++++++++
 admin/consts.py    |    1 +
 4 files changed, 24 insertions(+), 0 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2293 git=3ac0b30805cd49e20a950c21609eed4e2d99e6cd


 cherokee/handler_ssi.c |   25 +++++++++++++++++++------
 cherokee/handler_ssi.h |    1 -
 2 files changed, 19 insertions(+), 7 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2292 git=bf1750a6146ec45be6d1a52521c8672a88054825


 ChangeLog              |    3 +
 cherokee/handler_ssi.c |  144 +++++++++++++++++++++++++++++++++++-------------
 2 files changed, 109 insertions(+), 38 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2291 git=28f06756e56f9c8fce65bd47c29d285879f3b7fd


 ChangeLog              |    3 +++
 cherokee/handler_ssi.c |   23 ++++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2290 git=c9d8dd9c2ff1e332c0431e33d2bbb6ff906dd62d


 ChangeLog          |    3 +++
 cherokee/handler.h |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2289 git=78e4f205cf22af4235dc4732f533562749a5ec35


 ChangeLog              |    5 +
 cherokee/handler_ssi.c |  333 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_ssi.h |   81 ++++++++++++
 configure.in           |    3 +-
 4 files changed, 421 insertions(+), 1 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2288 git=cb18839869ccbc55850fd0f641dc4d23524969ce


 ChangeLog       |    5 ++
 configure.in    |   27 +++------
 m4/libgnutls.m4 |  164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 179 insertions(+), 17 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2287 git=3939599b972a3d833f898e6959f2b677648bdf9a


 admin/PageInfoSource.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2286 git=3ebb17d1a4c2b7aa30282ef2eefb092adb7ee1f2


 ChangeLog               |    3 +++
 admin/PageInfoSource.py |    8 ++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2285 git=36b7e6a7ce35402961e943a659a01ee370e8870a


 ChangeLog                     |    4 ++++
 cherokee/source_interpreter.c |   13 +++++++++----
 cherokee/source_interpreter.h |    1 +
 3 files changed, 14 insertions(+), 4 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2283 git=c8650d7e5cd5e0509fe276d3e46001079bbf141c


 ChangeLog               |    6 ++++++
 admin/ModuleBalancer.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-11-01  Antonio Perez  <aperez@skarcha.com>
            svn=2282 git=0bc2f381bd11a4193eb9a295e181d4b5aa113c3c


 ChangeLog                 |    5 +++++
 admin/ModuleErrorRedir.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2281 git=f80fc12937617764c47ec597985b1a33cf51ed13


 ChangeLog             |    3 +++
 admin/ModuleCommon.py |    6 +++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2280 git=86469bbc79a1e567e39f1f71bc6cfdaa749fde42


 ChangeLog                 |    5 +++++
 cherokee/handler_common.c |   17 +++++++++++++++--
 cherokee/handler_common.h |    1 +
 3 files changed, 21 insertions(+), 2 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2279 git=d0620e3138f043e968c72021622d064e778d61d6


 ChangeLog                  |    4 ++++
 cherokee/handler_dirlist.c |   34 +++++++++++++++++++++++++++-------
 2 files changed, 31 insertions(+), 7 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2276 git=de554b881510f9e3f811e517ed63f7feec69f0c5


 ChangeLog             |    6 ++++++
 cherokee/connection.c |   14 +++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2275 git=373c12dc95becf0de940b8bf63a686f86cc91a0a


 ChangeLog                   |    3 ++-
 cherokee/handler_cgi_base.c |   10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2274 git=f0979ef62c0094a140103969c88c2f36014b3716


 ChangeLog                   |    3 +++
 cherokee/handler_cgi_base.c |   13 ++++++++++---
 cherokee/server-protected.h |    2 ++
 cherokee/server.c           |    8 ++++++++
 4 files changed, 23 insertions(+), 3 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2272 git=f1c2250fb10bca839fb57631ae42ebf6ae09cac6


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |    8 +++++++-
 cherokee/server-protected.h |    2 ++
 cherokee/server.c           |   19 ++++++++++++++-----
 4 files changed, 29 insertions(+), 6 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2270 git=226208250a992bc24e28f2466e38154cdd94a130


 ChangeLog                     |    4 ++++
 cherokee/source_interpreter.c |   20 ++++++++++++++++++++
 cherokee/source_interpreter.h |    5 +++--
 3 files changed, 27 insertions(+), 2 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2269 git=c49d0920de5d6809eb5c1d677f683fc7048c50a2


 ChangeLog         |    3 +++
 cherokee/server.c |   12 +++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2268 git=2df39c6807e2172715983596502f9b51721d4527


 admin/ModuleExists.py          |    2 +-
 doc/config_virtual_servers.txt |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2267 git=57907a1f81e7aafcc01aa00b84286a86870d4c64


 ChangeLog             |    4 ++++
 admin/ModuleExists.py |    9 +++++++--
 admin/PageEntry.py    |    5 +++++
 3 files changed, 16 insertions(+), 2 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2266 git=273cc25c70c587e49ca56a5ffef90b78624ca3d2


 doc/config_info_sources.txt                |   18 +++++++++++++-----
 doc/config_virtual_servers.txt             |    4 ++++
 doc/media/images/admin_vserver_vserver.png |  Bin 21306 -> 7645 bytes
 3 files changed, 17 insertions(+), 5 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2265 git=08079f9ed775597e8457a981a670b977fdaf822a


 ChangeLog                      |    2 +-
 admin/PageVServer.py           |    8 ++++----
 doc/config_virtual_servers.txt |   18 ++++++++++++++++++
 3 files changed, 23 insertions(+), 5 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2264 git=5264aa03393732ac0c194a6d7b7f1d46c6f0c0bc


 ChangeLog            |    5 +++++
 admin/PageVServer.py |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2263 git=37f7578e6416587affcc0ddd4816aa6fc87214a6


 ChangeLog                 |    6 ++++++
 cherokee/connection.c     |    5 +++++
 cherokee/virtual_server.c |    4 ++++
 cherokee/virtual_server.h |    1 +
 4 files changed, 16 insertions(+), 0 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2262 git=39c9fc767964fecaba9dd7c0c3b7f2663f2e46d9


 admin/Form.py           |    2 +-
 admin/PageInfoSource.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2261 git=8966229993502b3fd9c4ef2e8a2925a324914cae


 ChangeLog                   |    8 +++++++-
 cherokee/handler_cgi_base.c |    4 ++++
 2 files changed, 11 insertions(+), 1 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2260 git=af7d3af33d0559974c8a05865689e5903e8a8b15


 doc/dev_debug.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2259 git=d2c1131549dcdd8e7b9587a4cbbe2d6a04c54456


 ChangeLog         |    4 ++++
 cherokee/macros.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2258 git=b9c3f39f172eb926d9bc494f860588c44c7e962e


 ChangeLog                     |    8 ++++++++
 cherokee/source_interpreter.c |   15 +++++++++++++++
 cherokee/source_interpreter.h |    1 +
 3 files changed, 24 insertions(+), 0 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2257 git=098799a3ba1f3c56c3f1f83d0fb03c2082e6e286


 ChangeLog         |    4 ++++
 admin/PageIcon.py |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2256 git=fafaaf59be863bb3d7facb5fe7e2ef0859db6f0f


 admin/PageInfoSource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2255 git=e07fbf393d194e5c7041af20cf5253c53ea32878


 ChangeLog                         |    8 +++++++-
 admin/PageInfoSource.py           |   34 +++++++++++++++++++++++++++++-----
 admin/static/images/Makefile.am   |    3 ++-
 admin/static/images/forbidden.png |  Bin 0 -> 724 bytes
 4 files changed, 38 insertions(+), 7 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2254 git=6dcf0b1d1579aee9905799b626a45fda2a9522aa


 admin/server.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-10-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2253 git=edc08efc0a415d64dd6d5994d0d2405bf741a2ca


 doc/cookbook_redirs.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-10-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2252 git=2d2b86aaccd046f798e77125ae9f766a97675168


 admin/PageIcon.py         |   10 +++++-----
 admin/consts.py           |    2 +-
 themes/default/entry.html |    2 +-
 themes/default/theme.css  |    4 ++++
 4 files changed, 11 insertions(+), 7 deletions(-)


2008-10-30  Antonio Perez  <aperez@skarcha.com>
            svn=2251 git=c8922523690d5a0a991dc51d734c6a2b8747b95a


 admin/Page.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-30  Antonio Perez  <aperez@skarcha.com>
            svn=2250 git=df1228f3d2947bdde71f8d849dff17b1f3da3c2b


 ChangeLog                     |    8 +++++++-
 admin/Page.py                 |    6 ++++--
 admin/server.py               |   15 +++++++++++++++
 admin/static/css/cherokee.css |   12 ++++++++++++
 admin/static/js/common.js     |   13 +++++++++++++
 5 files changed, 51 insertions(+), 3 deletions(-)


2008-10-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2248 git=c1f5b1994a488df129b97dd5820c55c6573218ea


 ChangeLog         |    6 ++++++
 admin/Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-10-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2247 git=a13a58b16bfe008319f8193415288539af37a164


 doc/cookbook_optimizations.txt      |    2 +-
 doc/modules_validators_authlist.txt |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2246 git=bd6a64cf18fcae265b8279d7f4d0df4ec407cce0


 admin/ModuleExists.py               |    4 ++--
 doc/config_virtual_servers.txt      |    6 +++++-
 doc/config_virtual_servers_rule.txt |   10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2245 git=4598a5e583e3ed78c6414c185ad64eb51d7885a1


 ChangeLog             |    3 +++
 admin/Makefile.am     |    1 +
 admin/ModuleExists.py |   37 +++++++++++++++++++++++++++++++++++++
 admin/consts.py       |    1 +
 4 files changed, 42 insertions(+), 0 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2244 git=22a3d8718c397dfa39cae364222c14dc03493bb7


 doc/config_quickstart.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2243 git=9c2c13146205d94ece79d6a9089dc69c8875cc64


 ChangeLog              |    8 ++
 cherokee/Makefile.am   |   19 +++++
 cherokee/rule_exists.c |  193 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_exists.h |   51 +++++++++++++
 cherokee/util.c        |    4 +-
 configure.in           |    3 +-
 qa/179-RuleExists.py   |   30 ++++++++
 qa/180-RuleExists2.py  |   39 ++++++++++
 qa/181-RuleExists3.py  |   41 ++++++++++
 qa/Makefile.am         |    5 +-
 10 files changed, 390 insertions(+), 3 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2242 git=d5b7710f60c41ff0f0decd849dba8fe8bdf8b815


 ChangeLog            |    4 ++++
 qa/176-AuthLista1.py |   30 ++++++++++++++++++++++++++++++
 qa/177-AuthLista2.py |   34 ++++++++++++++++++++++++++++++++++
 qa/178-AuthLista3.py |   32 ++++++++++++++++++++++++++++++++
 qa/Makefile.am       |    5 ++++-
 5 files changed, 104 insertions(+), 1 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2241 git=a524864256296c93124a72f64e90ddd44525d5ec


 admin/ModuleErrorRedir.py |    2 +-
 admin/consts.py           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2240 git=85286ed8dccadf750bba9f0b771e7c37afb3fbd9


 doc/bundle_cherokee-worker.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2238 git=ccb7e2099fdfbcff3ae84f2296cc270ec346532c


 ChangeLog                 |    6 ++++
 cherokee/handler_common.c |   65 ++------------------------------------------
 cherokee/util.c           |   59 ++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h           |    8 +++++
 4 files changed, 76 insertions(+), 62 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2237 git=ed65b532310e1c52c7a6882de6e99046b7863668


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    1 +
 cherokee/cherokee.h  |    1 +
 cherokee/iocache.h   |    4 ++++
 4 files changed, 9 insertions(+), 0 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2234 git=68d0148078c0ffb3ceefb2861ce5ff5a9e3e7a5f


 ChangeLog    |    4 +++-
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2232 git=8529a6133f424e9f5360303cade80f8c5b9ff118


 ChangeLog                               |    3 +-
 doc/Makefile.am                         |    1 +
 doc/cookbook_dbslayer.txt               |   58 +++++++++++++++++++++----------
 doc/dev_cherokee.conf.txt               |   10 +++++
 doc/index.txt                           |    1 +
 doc/media/images/cookbook_dbslayer1.png |  Bin 13649 -> 11654 bytes
 doc/media/images/cookbook_dbslayer2.png |  Bin 13469 -> 24233 bytes
 doc/media/images/cookbook_dbslayer4.png |  Bin 35773 -> 35166 bytes
 doc/modules.txt                         |    1 +
 doc/modules_validators.txt              |    1 +
 doc/modules_validators_authlist.txt     |   24 +++++++++++++
 doc/other_faq.txt                       |   12 ++++++
 12 files changed, 91 insertions(+), 20 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2231 git=d9beea09d460d60f31622a95dfa3558eb3328817


 ChangeLog               |    4 ++
 admin/ModuleAuthlist.py |   72 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py         |    3 +-
 3 files changed, 78 insertions(+), 1 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2230 git=8f9f2b6fa3136c1a7af5e1b9a431226189d61958


 ChangeLog           |    5 +++++
 contrib/09to010.py  |   41 +++++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2229 git=1ec3a2daa8bb56f769f9187b064ad0f61d126740


 ChangeLog                         |    5 ++++
 admin/ModuleDbslayer.py           |    3 +-
 admin/ModuleRedir.py              |    2 +-
 doc/Makefile.am                   |    3 +-
 doc/dev.txt                       |    1 +
 doc/dev_issues.txt                |   46 +++++++++++++++++++++++++++++++++++++
 doc/index.txt                     |    1 +
 doc/modules_handlers_dbslayer.txt |    4 +++
 doc/modules_handlers_fcgi.txt     |   17 -------------
 9 files changed, 62 insertions(+), 20 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2228 git=31e58658fe34d274121e544178872138d82f50dd


 doc/cookbook_dbslayer.txt           |   22 +++++++++++-----------
 doc/cookbook_embedding_cherokee.txt |    2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2227 git=890b8236a59e82852d9f5f7833456780ba9c23b0


 doc/Makefile.am                         |    6 +
 doc/config_advanced.txt                 |    9 +-
 doc/cookbook.txt                        |    4 +-
 doc/cookbook_dbslayer.txt               |  191 +++++++++++++++++++++++++++++++
 doc/cookbook_embedding_cherokee.txt     |   23 ++++
 doc/dev_cherokee.conf.txt               |    3 +-
 doc/index.txt                           |    7 +-
 doc/media/images/admin_advanced2.png    |  Bin 23684 -> 27070 bytes
 doc/media/images/admin_advanced3.png    |  Bin 18555 -> 18548 bytes
 doc/media/images/cookbook_dbslayer1.png |  Bin 0 -> 13649 bytes
 doc/media/images/cookbook_dbslayer2.png |  Bin 0 -> 13469 bytes
 doc/media/images/cookbook_dbslayer3.png |  Bin 0 -> 11082 bytes
 doc/media/images/cookbook_dbslayer4.png |  Bin 0 -> 35773 bytes
 doc/modules_handlers_dbslayer.txt       |    2 +-
 doc/other_community.txt                 |    1 +
 doc/other_goodies.txt                   |   10 ++
 16 files changed, 248 insertions(+), 8 deletions(-)


2008-10-28  Antonio Perez  <aperez@skarcha.com>
            svn=2226 git=181cb97c02a684beedebf282f2b017965909b18c


 ChangeLog     |    7 ++++++-
 admin/Form.py |    1 -
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2225 git=1d19dc35421f06de94b60d14ac22746d1a44b93f


 ChangeLog                      |    2 +-
 admin/PageAdvanced.py          |   10 +++++-----
 cherokee/handler_server_info.c |   22 +++++++++++-----------
 cherokee/macros.h              |   10 +++++-----
 cherokee/server-protected.h    |    4 ++--
 cherokee/server.c              |   16 ++++++++--------
 6 files changed, 32 insertions(+), 32 deletions(-)


2008-10-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2224 git=145c4f64836f5c91d32aa5a2e9cb54c831dfb21f


 ChangeLog             |    4 ++++
 admin/PageAdvanced.py |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2221 git=5c682e5f36a837067706b60e97036fc07cdc55ad


 doc/basics_download.txt |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2008-10-27  Antonio Perez  <aperez@skarcha.com>
            svn=2220 git=8da7c7d887b9d81fe3128dfb8895be78ef624014


 ChangeLog                   |    7 +++++++
 cherokee/connection.c       |   27 ++++++++++++++-------------
 cherokee/handler_cgi_base.c |    6 +++++-
 cherokee/handler_common.c   |   22 ++++++++++++++++------
 4 files changed, 42 insertions(+), 20 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2219 git=3a321d057222e96a3c37a779e120503d1ec536e4


 doc/config_advanced.txt |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2218 git=715d5210f1bb95b4e25a61c622d5176892f59af8


 doc/config_quickstart.txt      |    7 +++++++
 doc/modules_handlers_redir.txt |   21 +++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2217 git=5050061afeed0cfb65ca852567d8a2d1a6a30656


 ChangeLog                     |    8 ++++++++
 admin/ModuleBalancer.py       |    2 ++
 admin/ModuleFcgi.py           |    8 +++-----
 admin/PageEntry.py            |    2 +-
 cherokee-admin.1              |    6 ++++++
 doc/bundle_cherokee-admin.txt |   32 ++++++++++++++++++++++++++++----
 6 files changed, 48 insertions(+), 10 deletions(-)


2008-10-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2216 git=71615f0ee277f869d6b1fc0e480ac225c7d27bff


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |   41 ++++++++++++++++++++++++++---------------
 2 files changed, 31 insertions(+), 15 deletions(-)


2008-10-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2215 git=40aee648d9ead5de28330f87a9b44b035eea906a


 ChangeLog                   |    6 +++
 cherokee/connection.c       |   35 +++++++++-----
 cherokee/macros.h           |    3 +
 cherokee/nonce.c            |  104 +++++++++++++++++++++++++++++++++++++------
 cherokee/nonce.h            |    1 +
 cherokee/server-protected.h |    5 ++-
 cherokee/server.c           |   19 ++++++--
 7 files changed, 141 insertions(+), 32 deletions(-)


2008-10-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2214 git=8b314a211fb6f191788615d9f4d26d0caafe5cb6


 cherokee/Makefile.am          |   19 +++++++++++++++++++
 cherokee/validator_authlist.c |    4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2213 git=bb6ea8d69e9e58a49ee3124d03fab75e3cc23f4b


 ChangeLog                      |   14 +++++++++++++-
 doc/basics_why_cherokee.txt    |    2 +-
 doc/config_general.txt         |    8 ++++----
 doc/config_info_sources.txt    |   18 +++++++++++++++++-
 doc/config_quickstart.txt      |    2 +-
 doc/cookbook_optimizations.txt |    8 ++++----
 doc/dev_cherokee.conf.txt      |    8 ++++----
 doc/dev_debug.txt              |    2 +-
 doc/index.txt                  |    2 +-
 doc/other_community.txt        |    8 +++++++-
 10 files changed, 53 insertions(+), 19 deletions(-)


2008-10-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2212 git=5fe145c1d7256a7e81a3189b449b8af54355e979


 ChangeLog                     |   10 ++
 cherokee/main_admin.c         |   42 +++++++-
 cherokee/validator.c          |   11 ++-
 cherokee/validator_authlist.c |  254 +++++++++++++++++++++++++++++++++++++++++
 cherokee/validator_authlist.h |   51 ++++++++
 configure.in                  |    3 +-
 6 files changed, 366 insertions(+), 5 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2211 git=3af5e8e20d92d28b358446ee3ca383088ffed4b9


 admin/PageInfoSource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2210 git=6f3e456c9b609eb01e6ac5bf6e31d5a9aae199d5


 ChangeLog               |    5 +++
 admin/ModuleMirror.py   |    2 +-
 admin/PageInfoSource.py |   66 +++++++++++++++++++++++++++++++++++++++++++++-
 admin/PageVServer.py    |   10 +++---
 admin/PageVServers.py   |    8 +++---
 admin/RuleList.py       |    2 +-
 admin/config.py         |   14 +++++-----
 admin/server.py         |   14 +++++-----
 8 files changed, 94 insertions(+), 27 deletions(-)


2008-10-25  Antonio Perez  <aperez@skarcha.com>
            svn=2209 git=dab4aa2e2321e3bf15ac807a6e1dce0154751bde


 admin/ModuleBalancer.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2008-10-25  Antonio Perez  <aperez@skarcha.com>
            svn=2208 git=ffae964834789ca0609deba8fb117f98a768af06


 ChangeLog           |    4 ++++
 admin/ModuleFcgi.py |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-10-23  Antonio Perez  <aperez@skarcha.com>
            svn=2207 git=1d04b5bd071a9cb83114bfd050d5fba6361e0521

    UTF8 issue :(
    
 ChangeLog |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)


2008-10-23  Antonio Perez  <aperez@skarcha.com>
            svn=2206 git=bc92f5031112899cd65c475d26d46de4eeff8b9f


 ChangeLog               |   48 ++++++++++++++++++++++++++--------------------
 admin/ModuleBalancer.py |   28 +++++++++++++-------------
 2 files changed, 41 insertions(+), 35 deletions(-)


2008-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2205 git=3bdc409e3e4038738fa55721cc00c53ba6c8525e


 ChangeLog                   |   10 +++++++++-
 admin/ModuleBalancer.py     |    8 ++++----
 admin/Page.py               |    2 +-
 admin/PageInfoSource.py     |    2 +-
 doc/config.txt              |    2 +-
 doc/config_info_sources.txt |    2 +-
 doc/config_quickstart.txt   |    2 +-
 doc/cookbook_django.txt     |    2 +-
 doc/index.txt               |    2 +-
 9 files changed, 20 insertions(+), 12 deletions(-)


2008-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2202 git=ae2a6e994fcc9d0ff960f5fc4ad3c3b57e014554


 ChangeLog         |    5 +++++
 cherokee/thread.c |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2201 git=eed4d84ec7def1b7a0e7ce96155a560484c24b7f


 ChangeLog         |    3 +++
 cherokee/server.c |   32 ++++++++++++++++----------------
 2 files changed, 19 insertions(+), 16 deletions(-)


2008-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2200 git=017e1e91554f1d1ab361ea48e952af5f3bab1a78


 ChangeLog             |    3 +++
 admin/PageAdvanced.py |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2008-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2199 git=bbf6df420772fc6d27283516a13b3c782d81c886


 ChangeLog                   |    4 +++
 cherokee/server-protected.h |    1 +
 cherokee/server.c           |   50 +++++++++++++++++++------------------------
 3 files changed, 27 insertions(+), 28 deletions(-)


2008-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2198 git=0a5dfe23d269802f5ef0bd7e60b5f1de579c3ec9


 ChangeLog          |    3 +++
 cherokee/iocache.c |    8 ++++----
 cherokee/macros.h  |    4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)


2008-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2197 git=cb568446bc433fd27a931e8a01910c079fe61996


 cherokee/cache.c  |    2 +-
 cherokee/macros.h |    2 ++
 cherokee/server.c |   28 ++++++++++++----------------
 3 files changed, 15 insertions(+), 17 deletions(-)


2008-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2196 git=252b9746ca38584ff1f185ec6d51e3d12027fcb6


 ChangeLog                 |    5 +++++
 admin/static/js/common.js |    7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2008-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=2195 git=a379e898d902483b452ed113beebf9cda90c392c


 doc/Makefile.am                      |    3 +
 doc/config_advanced.txt              |  112 ++++++++++++++++++++--------------
 doc/media/images/admin_advanced0.png |  Bin 0 -> 6191 bytes
 doc/media/images/admin_advanced1.png |  Bin 55107 -> 26592 bytes
 doc/media/images/admin_advanced2.png |  Bin 34520 -> 23684 bytes
 doc/media/images/admin_advanced3.png |  Bin 0 -> 18555 bytes
 doc/media/images/admin_advanced4.png |  Bin 0 -> 10211 bytes
 7 files changed, 68 insertions(+), 47 deletions(-)


2008-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=2194 git=b0b1bc71305df39738ddc083cb7c93e67a035d8a


 admin/PageAdvanced.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2193 git=1917a1e0abd8aba492d01d0b047879e6edd1b641


 ChangeLog               |    4 ++++
 cherokee/config_entry.h |    4 ++++
 cherokee/iocache.c      |    7 +++++--
 3 files changed, 13 insertions(+), 2 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2192 git=f1b0da27ab7011299cfd6db01081fb7bd78ace04


 ChangeLog                 |    3 +++
 cherokee/handler_common.c |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2191 git=e49fc487ae0526d5090bd2624587f0506c83f47e


 ChangeLog         |    3 +++
 cherokee/server.c |    5 -----
 cherokee/thread.c |    2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2190 git=ccec9047f891b7da5e39fa2765d5d98b57ef1911


 ChangeLog             |    4 ++
 admin/PageAdvanced.py |   89 ++++++++++++++++++++++++++++++++-----------------
 2 files changed, 62 insertions(+), 31 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2189 git=ac931a97ae3cf90ffe6d4d980a456b102f1039e9


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   31 +++++++++++++++++++++++++------
 2 files changed, 28 insertions(+), 6 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2188 git=9ec7871b1f359db157f04497dc58f2fcf4a3c53f


 ChangeLog                   |    5 +++
 cherokee/cache.c            |   27 ++++++++++++++++-
 cherokee/cache.h            |    7 ++++-
 cherokee/handler_file.c     |    6 ++--
 cherokee/iocache.c          |   65 ++++++++++++++++++++++++++++++++++++------
 cherokee/iocache.h          |   13 ++++++--
 cherokee/server-protected.h |    1 -
 cherokee/server.c           |   41 ++++++++++++++++++--------
 8 files changed, 132 insertions(+), 33 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2187 git=d47a0c6bdd56df1a6755dfdfffa387518b5436b5


 ChangeLog       |    2 ++
 admin/config.py |    7 ++++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2186 git=abb69507522769b1ffffb7504f40c859f62fa96f


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2185 git=e3b71d4c59a5e5a9b377fdf15d523c9a2f0441ba


 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2184 git=2e379b3a2bf43ef554c11d7a11117f266ce362d6


 qa/175-Digest-htdigest-2.py |   78 +++++++++++++++++++++++++++++++++++++++++++
 qa/176-Digest-htdigest-2.py |   78 -------------------------------------------
 2 files changed, 78 insertions(+), 78 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2183 git=8c703638b6af55d91bbe85317164779c629524b8


 ChangeLog             |    3 +++
 qa/175-RedirectUrl.py |   20 --------------------
 qa/Makefile.am        |    3 +--
 3 files changed, 4 insertions(+), 22 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2182 git=532a19c2d05c876fcf7be2b1f07f3255f76c2496


 ChangeLog            |    2 ++
 qa/113-HeaderFile.py |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2181 git=25ec28fcfc49a718a1366170de958f09fe962eea


 ChangeLog                   |    3 +++
 qa/176-Digest-htdigest-2.py |   14 +++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2180 git=6e9b5e13f89a4dbefd7f89f4c00355bb6988e045


 qa/run-tests.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2179 git=279ccd585bc27e5398993c3f606573913f8d25f6


 ChangeLog                               |    5 +++++
 qa/001-basic.py                         |    2 +-
 qa/002-MissingProtocol.py               |    2 +-
 qa/003-UnknownMethod.py                 |    2 +-
 qa/004-UnknownMethod+MissingProtocol.py |    2 +-
 qa/005-Unknown-Protocol.py              |    2 +-
 qa/006-Wrong-Protocol.py                |    2 +-
 qa/007-Missing-Host.py                  |    2 +-
 qa/008-Broken-Request.py                |    2 +-
 qa/009-DotDot.py                        |    2 +-
 qa/010-Dot.py                           |    2 +-
 qa/011-HeaderEntryTwice.py              |    2 +-
 qa/012-Broken-Key.py                    |    2 +-
 qa/013-Broken-Key2.py                   |    2 +-
 qa/014-Broken-Key3.py                   |    2 +-
 qa/015-CGI-simple.py                    |    2 +-
 qa/016-CGI-pathinfo.py                  |    2 +-
 qa/017-CGI-pathinfo2.py                 |    2 +-
 qa/018-CGI-pathinfo3.py                 |    2 +-
 qa/019-HeadMethod.py                    |    2 +-
 qa/020-VirtualHost.py                   |    2 +-
 qa/021-VirtualHost2.py                  |    2 +-
 qa/022-NoHost.py                        |    2 +-
 qa/023-Host.py                          |    2 +-
 qa/024-Host+Port.py                     |    2 +-
 qa/025-Host-Broken.py                   |    2 +-
 qa/026-Host-Broken-Dot.py               |    2 +-
 qa/027-Missing-File.py                  |    2 +-
 qa/028-Missing-File+Param.py            |    2 +-
 qa/029-Post+Without-lenght.py           |    2 +-
 qa/030-Post+urlencoded.py               |    2 +-
 qa/031-Post+urlencoded2.py              |    2 +-
 qa/032-DirIndex+Redir.py                |    2 +-
 qa/033-DirIndex.py                      |    2 +-
 qa/034-DirIndex2.py                     |    2 +-
 qa/035-PHP-simple.py                    |    2 +-
 qa/036-DocumentRoot-common.py           |    2 +-
 qa/037-PHP-post.py                      |    2 +-
 qa/038-PHP-get.py                       |    2 +-
 qa/039-Auth-Basic.py                    |    2 +-
 qa/040-Auth-Basic2.py                   |    2 +-
 qa/041-Auth-Basic3.py                   |    2 +-
 qa/042-Pipelining.py                    |    2 +-
 qa/043-Pipelining2.py                   |    2 +-
 qa/044-Home.py                          |    2 +-
 qa/045-Home2.py                         |    2 +-
 qa/046-Redir.py                         |    2 +-
 qa/047-Redir2.py                        |    2 +-
 qa/048-NN.py                            |    2 +-
 qa/049-NN-broken.py                     |    2 +-
 qa/050-HeadBody.py                      |    2 +-
 qa/051-10kRandom.py                     |    2 +-
 qa/052-50kRandom.py                     |    2 +-
 qa/053-100kRandom.py                    |    2 +-
 qa/054-ContentRange.py                  |    2 +-
 qa/055-ContentRange2.py                 |    2 +-
 qa/056-ContentRange3.py                 |    2 +-
 qa/057-ContentRange4.py                 |    2 +-
 qa/058-ContentRange-Double.py           |    2 +-
 qa/059-ContentRange-Double2.py          |    2 +-
 qa/060-BigPost.py                       |    2 +-
 qa/061-PAM.py                           |    2 +-
 qa/062-PAM2.py                          |    2 +-
 qa/063-DocumentRoot.py                  |    2 +-
 qa/064-DirectoryIndex.py                |    2 +-
 qa/065-DirectoryIndex2.py               |    2 +-
 qa/066-DirectoryIndex3.py               |    2 +-
 qa/067-PathInfo.py                      |    2 +-
 qa/068-PathInfo2.py                     |    2 +-
 qa/069-PathInfo3.py                     |    2 +-
 qa/070-Inherit.py                       |    2 +-
 qa/071-Inherit2.py                      |    2 +-
 qa/072-Inherit3.py                      |    2 +-
 qa/073-Access.py                        |    2 +-
 qa/074-Access2.py                       |    2 +-
 qa/075-AccessRange.py                   |    2 +-
 qa/076-AccessRange2.py                  |    2 +-
 qa/077-AccessRange3.py                  |    2 +-
 qa/078-AccessAny.py                     |    2 +-
 qa/079-Extension.py                     |    2 +-
 qa/080-Extension2.py                    |    2 +-
 qa/081-DocumentRoot-Common-index.py     |    2 +-
 qa/082-Auth-header.py                   |    2 +-
 qa/083-RedirParam.py                    |    2 +-
 qa/084-RedirParamShow.py                |    2 +-
 qa/085-AuthUsers.py                     |    2 +-
 qa/086-AuthUsers2.py                    |    2 +-
 qa/087-Location.py                      |    2 +-
 qa/088-CGI-envs.py                      |    2 +-
 qa/089-gzip-encoding.py                 |    2 +-
 qa/090-Digest.py                        |    2 +-
 qa/091-Digest2.py                       |    4 ++--
 qa/092-Digest3.py                       |    4 ++--
 qa/093-InvalidLinks.py                  |    2 +-
 qa/094-URL-request.py                   |    2 +-
 qa/095-htpasswd-apache-md5.py           |    2 +-
 qa/096-htpasswd-md5.py                  |    2 +-
 qa/097-htpasswd-sha1.py                 |    2 +-
 qa/098-htpasswd-crypt.py                |    2 +-
 qa/099-htpasswd-plain.py                |    2 +-
 qa/100-Digest-htdigest.py               |    4 ++--
 qa/101-HugePost.py                      |    2 +-
 qa/102-QueryString.py                   |    2 +-
 qa/103-ScriptName.py                    |    2 +-
 qa/104-ScriptAlias_PathInfo.py          |    2 +-
 qa/105-If-Range.py                      |    2 +-
 qa/106-If-Range2.py                     |    2 +-
 qa/107-Priority1.py                     |    2 +-
 qa/108-Priority2.py                     |    2 +-
 qa/109-Priority3.py                     |    2 +-
 qa/110-Priority4.py                     |    2 +-
 qa/111-Compac.py                        |    2 +-
 qa/112-NiceError-CGI.py                 |    2 +-
 qa/113-HeaderFile.py                    |    2 +-
 qa/114-HeaderFile2.py                   |    2 +-
 qa/115-Respin.py                        |    2 +-
 qa/116-RequestTiny.py                   |    2 +-
 qa/117-DomainToDir.py                   |    2 +-
 qa/118-Request-redir.py                 |    2 +-
 qa/119-Dotdot2.py                       |    2 +-
 qa/120-Dotdot3.py                       |    2 +-
 qa/121-NoUserDir.py                     |    2 +-
 qa/122-Methods.py                       |    2 +-
 qa/123-ImplicitRedit.py                 |    2 +-
 qa/124-DomainToDir2.py                  |    2 +-
 qa/125-domain-redir1.py                 |    2 +-
 qa/126-SCGI.py                          |    2 +-
 qa/127-SCGI-Post.py                     |    2 +-
 qa/128-ValidMethod-common.py            |    2 +-
 qa/129-Basic-EmptyPasswd.py             |    2 +-
 qa/130-Digest-EmptyPasswd.py            |    4 ++--
 qa/131-ChangeUser-phpcgi.py             |    2 +-
 qa/132-file-ContentType.py              |    2 +-
 qa/133-If-None-Match.py                 |    2 +-
 qa/134-HTTP_headers.py                  |    2 +-
 qa/135-RedirParams.py                   |    2 +-
 qa/136-BadRange.py                      |    2 +-
 qa/137-Mime1.py                         |    2 +-
 qa/138-ChangeUser-cgi.py                |    2 +-
 qa/139-domain-wildcards1.py             |    2 +-
 qa/140-SCGI-EmptyVars.py                |    2 +-
 qa/141-FastCGI-EmptyVars.py             |    2 +-
 qa/142-SCGI-ExtraVars.py                |    2 +-
 qa/143-ContentRange-NoIO.py             |    2 +-
 qa/144-ContentRange2-NoIO.py            |    2 +-
 qa/145-ContentRange3-NoIO.py            |    2 +-
 qa/146-ContentRange4-NoIO.py            |    2 +-
 qa/147-ContentRange-Double-NoIO.py      |    2 +-
 qa/148-ContentRange-Double2-NoIO.py     |    2 +-
 qa/149-Common-PathInfo.py               |    2 +-
 qa/150-Common-No-PathInfo.py            |    2 +-
 qa/151-SCGI-vars.py                     |    2 +-
 qa/152-SCGI-vars2.py                    |    2 +-
 qa/153-SCGI-vars-root.py                |    2 +-
 qa/154-DirRedirection.py                |    2 +-
 qa/155-DirRedirection2.py               |    2 +-
 qa/156-Mime2.py                         |    2 +-
 qa/157-Dirlist-symlinks.py              |    2 +-
 qa/158-RuleHeader1.py                   |    2 +-
 qa/159-RuleHeader2.py                   |    2 +-
 qa/160-RuleNot1.py                      |    2 +-
 qa/161-RuleNot2.py                      |    2 +-
 qa/162-RuleAnd1.py                      |    2 +-
 qa/163-RuleAnd2.py                      |    2 +-
 qa/164-RuleOr1.py                       |    2 +-
 qa/165-RuleOr2.py                       |    2 +-
 qa/166-xsendfile1.py                    |    2 +-
 qa/167-RuleGeoIP.py                     |    2 +-
 qa/168-Deflate-Encoding.py              |    2 +-
 qa/169-Pipermail.py                     |    2 +-
 qa/170-Error-ContentLength.py           |    2 +-
 qa/171-SCGI-Keepalive.py                |    2 +-
 qa/172-Chunked-CGI.py                   |    2 +-
 qa/173-Chunked-SCGI.py                  |    2 +-
 qa/174-Respins-Limit.py                 |    2 +-
 qa/175-RedirectUrl.py                   |    2 +-
 qa/176-Digest-htdigest-2.py             |    4 ++--
 qa/base.py                              |    3 ++-
 qa/help.py                              |    1 +
 qa/run-tests.py                         |   12 +++++-------
 180 files changed, 194 insertions(+), 189 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2178 git=8b204aecd1b8cbb05e651ef16586fe21d4af4332


 cherokee/handler_cgi_base.c |    2 --
 cherokee/handler_common.c   |    1 +
 cherokee/iocache.c          |    3 ++-
 3 files changed, 3 insertions(+), 3 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2176 git=0113973db5d03ca80c9be23431ca6ec48f4d2f5b


 ChangeLog          |    4 ++++
 qa/067-PathInfo.py |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2172 git=22cb58256fda6f3a3c964b1ff8913c92684dd6b2


 ChangeLog        |    4 ++++
 cherokee/cache.c |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2171 git=27853d38abefef02a93f2111898ac4ae328f920e


 ChangeLog       |    4 ++++
 cherokee/main.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2170 git=37ab60c584dee63e708f8b6d9a74edb3557c2fc1


 ChangeLog                   |    4 ++++
 admin/CherokeeManagement.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2169 git=b5cd21e1ceca72e3d5e1a7a28cb9132ef12968f9


 ChangeLog                 |    5 +++++
 cherokee/handler_common.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2168 git=da252c0bf25f901ea5387b28a9e451b9587db3d2


 ChangeLog       |    3 +++
 cherokee/util.c |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2167 git=3b6d1fd3f030adc75f05221cbf525218648d5b52


 ChangeLog       |    4 ++++
 cherokee/main.c |   11 +++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2166 git=c4202ba62bc77d4937e89341688f48b36fcda8a0


 ChangeLog                   |    7 +++++++
 cherokee/handler_cgi_base.c |    7 -------
 cherokee/handler_fastcgi.c  |    6 ------
 cherokee/handler_fcgi.c     |    6 ------
 4 files changed, 7 insertions(+), 19 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2165 git=f4decd5b823b0c6f4249da8b97721a6937f4ed3f


 cherokee/mime.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2163 git=0715f4815f40e379ffe245e779abe23ba63e9366


 ChangeLog        |    2 ++
 cherokee/cache.c |   53 ++++++++++++++++++++++++++++++++++++-----------------
 cherokee/cache.h |    8 ++++----
 3 files changed, 42 insertions(+), 21 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2162 git=940e6112e7a387f328de93c595a6980ec4e9164d


 ChangeLog                |    2 ++
 cherokee.conf.sample.pre |    5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2161 git=778256159bfa882704380c0adb83e8314494ceef


 ChangeLog        |    5 +++++
 cherokee/icons.c |   10 +++++++++-
 cherokee/mime.c  |   14 ++++++++++++--
 3 files changed, 26 insertions(+), 3 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2160 git=9cf650fbe94e62721ddc8e1f5b42c4b7e88d2375


 cherokee/icons.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2159 git=576bb31cebf4dc38d56022224f7beeaf7ae8d99c


 cherokee/avl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2158 git=b7feb95fcb99856fe8e7ab9e8e9f92a1b15ec328


 ChangeLog           |    3 +++
 cherokee/balancer.c |   11 +++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2157 git=193fdd3eaed6aff690b0e9013eb25cc3f648df7b


 ChangeLog              |    3 +++
 cget/main.c            |   24 ++++++++++++++++--------
 cherokee/init.c        |    7 +++++++
 cherokee/init.h        |    3 ++-
 cherokee/main_admin.c  |   12 ++++++++----
 cherokee/main_tweak.c  |    1 +
 cherokee/main_worker.c |    1 +
 7 files changed, 38 insertions(+), 13 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2156 git=57a3aeef0b150759b17051d7c316fd96411e2eef


 ChangeLog        |    3 +++
 cherokee/icons.c |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2155 git=296369a39cf111c2966c024398d575c454d2f1c6


 ChangeLog               |    4 ++++
 cherokee/config_entry.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2154 git=95090b4059579fa32aa1c7b55cdf5bc922d2a1c9


 cherokee/icons.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2153 git=4d35bffef92e192170e8c11f817be8280561cd0e


 ChangeLog      |    3 +++
 cherokee/avl.c |   18 ++++++++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2152 git=ec41e00be0517aebd8b5a9849162fe851734fc6f


 ChangeLog         |    3 +++
 cherokee/server.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2151 git=853b27b3f0b2b4364d9e1ca9b778db98ce2d83c1


 ChangeLog         |    5 +++++
 cherokee/server.c |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-10-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2150 git=db73b5df8a33729197eabc82c3d482b42fcaa7d9


 cherokee/source_interpreter.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-10-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2149 git=00c1f49e2552c88e6af346c4cbfd7ed3da4eec6b


 ChangeLog         |    6 ++++++
 cherokee/logger.c |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletions(-)


2008-10-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2142 git=0b3213a093a4cc19151bd95e7f3bd43e7a6157d8


 ChangeLog                   |    5 +++
 qa/175-RedirectUrl.py       |   20 +++++++++++
 qa/176-Digest-htdigest-2.py |   78 +++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    4 ++-
 4 files changed, 106 insertions(+), 1 deletions(-)


2008-10-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2140 git=17ddfed4420a54e6d2506b90fd3f6faeba5592e6


 ChangeLog                     |    6 ++++++
 cherokee/validator_htdigest.c |   10 +++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)


2008-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2139 git=61f7c8e90d3edb7552d3b70ad0a5dc4a372bb551


 admin/static/js/common.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2008-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2138 git=7ed465083cb6e85eb9a57ea99e653f019eb002e3


 admin/static/js/common.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2008-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2137 git=54886e4534aca000514c358a665be01e581309ec


 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2136 git=9761ef005bab87467cf45c11e63e4e8b975a8994


 ChangeLog                 |   11 +++++++-
 admin/Form.py             |    7 +-----
 admin/Page.py             |    3 ++
 admin/static/js/common.js |   56 ++++++++++++++++++++++++++++++++++++++------
 doc/config_advanced.txt   |    4 +++
 5 files changed, 65 insertions(+), 16 deletions(-)


2008-10-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2134 git=f076d88aecf547a5af31e43adff809203ac7a1d7


 ChangeLog      |    5 +++++
 qa/Makefile.am |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2129 git=5ee4165753f439fa924e3002c0de2c61b0241051


 cherokee/iocache.c |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2127 git=65fa61e71075bc6d8fcfdf703acaf9a5385991a5


 cherokee/cache.c   |    2 ++
 cherokee/iocache.c |   20 ++------------------
 2 files changed, 4 insertions(+), 18 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2126 git=f73bd3d62a16de42046f40d337dff6a08cffcc44


 ChangeLog        |    3 +++
 cherokee/cache.c |   18 ++++++++++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2125 git=e0c343ef80347fadf33545f5b7ea9fb780d156ba


 ChangeLog             |    3 +++
 cherokee/connection.c |   10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2124 git=342c8d16bcd6575fee6c628708ca860dd18c5b7f


 ChangeLog         |    3 +++
 cherokee/server.c |   24 +++++++++++++++++-------
 2 files changed, 20 insertions(+), 7 deletions(-)


2008-10-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2123 git=182f53e8ebcaee35f4fa173537ec50300e7e088e


 doc/config_quickstart.txt            |   12 ++++++++----
 doc/cookbook_optimizations.txt       |   11 ++++++++++-
 doc/media/images/admin_advanced1.png |  Bin 37768 -> 55107 bytes
 3 files changed, 18 insertions(+), 5 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2122 git=6861c9ad5452da6ff586400e2817c12fc9b797de


 cherokee/handler_file.c |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2121 git=5b997765554b3c792479ef59e7ff3ffb8dd0e060


 ChangeLog         |    8 +++++++
 cherokee/socket.c |   57 +++++++++++++++++++++++++++++++---------------------
 2 files changed, 42 insertions(+), 23 deletions(-)


2008-10-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2120 git=096e9d436d9979112d4d5535b1cd88013e11fdee


 ChangeLog             |    4 ++++
 admin/PageAdvanced.py |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-10-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2119 git=13d808f2536935153de8e9b740fba641c4bc492c


 ChangeLog                      |    6 +++++
 cherokee/handler_common.c      |    4 +-
 cherokee/handler_server_info.c |   20 ++++++++----------
 cherokee/iocache.c             |   42 +--------------------------------------
 cherokee/iocache.h             |   10 +++++---
 cherokee/server-protected.h    |    8 +++++-
 cherokee/server.c              |   20 +++++++++++++++---
 7 files changed, 47 insertions(+), 63 deletions(-)


2008-10-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2117 git=d413f704f986e610f307bc1658f5df80033e01a9


 cherokee/iocache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2116 git=d1499709f599db1510d97cbfb809775612a4bf0e


 ChangeLog          |    5 ++++
 cherokee/cache.c   |   36 ++++++++++++++++++++++++++++++---
 cherokee/iocache.c |   55 +++++++++++++++++++++++++++++++++++-----------------
 cherokee/iocache.h |   24 ++++++++++++----------
 4 files changed, 87 insertions(+), 33 deletions(-)


2008-10-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2115 git=3e03dae91cb7bfd8b4beee1c0e3f2b14ce4c2df0


 doc/modules_handlers_dbslayer.txt |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)


2008-10-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2108 git=e8ef635947f5c9accaf777cc35863c89ef2f6a2f


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)


2008-10-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2107 git=98e6473d02a187222771ee9107f645396b5430a1


 ChangeLog          |    4 ++
 cherokee/cache.c   |  127 +++++++++++++++++++++++++++++++++------------------
 cherokee/cache.h   |   23 +++++----
 cherokee/iocache.c |   62 ++++++++++++++++++++++++-
 cherokee/iocache.h |   10 +++--
 5 files changed, 164 insertions(+), 62 deletions(-)


2008-10-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2106 git=f32d886de845835db7c8e0af42561bb06e15e0d3


 ChangeLog         |    8 +++++++
 cherokee/buffer.c |   56 -----------------------------------------------------
 cherokee/buffer.h |    4 ---
 3 files changed, 8 insertions(+), 60 deletions(-)


2008-09-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2105 git=47d61307e8a28bf8dc63f7f39fb9da63ee20a01c


 ChangeLog                 |    8 ++++++++
 admin/ModuleBalancer.py   |    2 +-
 admin/ModuleDefault.py    |    2 +-
 admin/ModuleDirectory.py  |    2 +-
 admin/ModuleErrorNn.py    |    2 +-
 admin/ModuleErrorRedir.py |    2 +-
 admin/ModuleExtensions.py |    2 +-
 admin/ModuleGeoip.py      |    2 +-
 admin/ModuleRequest.py    |    2 +-
 9 files changed, 16 insertions(+), 8 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2101 git=f8bb24337729327ce2684d5ccb7e3eaf74b5e36a


 ChangeLog               |    4 ++++
 cherokee/cache.c        |   17 ++++++++++++++---
 cherokee/cache.h        |    8 ++++++--
 cherokee/handler_file.c |    1 +
 cherokee/iocache.c      |    9 ++++++---
 cherokee/iocache.h      |    2 +-
 6 files changed, 32 insertions(+), 9 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2100 git=6c4f400d4e18c6ec77394a1e41532767b40201d5


 cherokee/logger_writer.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2099 git=22d7364b75ed7c2a55aadef32ef17777a6faab0d


 ChangeLog         |    3 +++
 cherokee/server.c |   19 ++-----------------
 cherokee/thread.c |   12 ------------
 3 files changed, 5 insertions(+), 29 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2098 git=5ea17c24fad6a428c4b4c238fa17b16898aa51d7


 qa/174-Respins-Limit.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2097 git=2029a1dee791a065d843ab24277b972ad3005314


 ChangeLog                |    3 +++
 cherokee/logger_writer.c |    7 ++-----
 cherokee/macros.h        |    7 +++++++
 3 files changed, 12 insertions(+), 5 deletions(-)


2008-09-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2096 git=35235b9800a7176d1964bdd804c5e44b64160749


 doc/config_virtual_servers.txt |   20 ++++++++++++++++++++
 doc/other_faq.txt              |    4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2095 git=5c585bdba0e07673444557312dc51b640d4d48f7


 ChangeLog                       |    8 ++++++++
 admin/server.py                 |    5 +++++
 cherokee/connection-protected.h |    8 +++++++-
 cherokee/connection.c           |   10 ++++++++++
 cherokee/macros.h               |    1 +
 qa/174-Respins-Limit.py         |   22 ++++++++++++++++++++++
 qa/Makefile.am                  |    3 ++-
 7 files changed, 55 insertions(+), 2 deletions(-)


2008-09-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2094 git=101d95662a4dbf14b66f99bcb4376ee0d8a24e5a


 ChangeLog                  |    9 +++++++++
 admin/ModuleAuth.py        |    4 ++--
 admin/ModuleBalancer.py    |    6 +++---
 admin/ModuleCustomError.py |    2 +-
 admin/ModuleDirlist.py     |    2 +-
 admin/ModuleHeader.py      |    6 +++---
 admin/PageGeneral.py       |    3 ++-
 7 files changed, 21 insertions(+), 11 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2093 git=6603b811ae4ebe7e6dcb07df773235b6e9baafa3


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2090 git=7e052c50194a241b9ba8b790816750d64927bf8c


 doc/build/web.conf        |    2 +-
 doc/dev_cherokee.conf.txt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2089 git=a212b2e9e14e4df9dff1300cefb304116afaf801


 doc/build/web.conf |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2087 git=7b833633e5db4c7db6de9bf5e8cea170a50d61b0


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2086 git=7e489af8bc096cd799c11062f258b6dda14b3a1c


 cherokee/main_worker.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2085 git=6c23f2c81a7f7733795fec9abcd824e20cf6b2ff


 admin/PageFeedback.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2084 git=3ec7a0cfc81976c93448b84ad4772f9c1bb13c42


 cherokee/main_worker.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2083 git=0c14f30d69cd42f33915a88d0162a43d0105213f


 cherokee/main.c        |    2 ++
 cherokee/main_worker.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2082 git=3986be891ba9102075577e6825be53b15be68e5e


 cherokee/main_worker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2081 git=f4e60ed50fb73fa9d676c9c956ba8575808a9c5c


 doc/build/web.conf |    2 +-
 doc/other_faq.txt  |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2078 git=3da4b07f5eef2716a87928ce06019105dc1c196b


 admin/static/js/thickbox.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2077 git=d8600003ab51cc6cbf78ff5de44c2222cbaf8599


 ChangeLog             |    2 ++
 admin/PageAdvanced.py |    8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2076 git=4a476dd903568b674ee2d865654b8fe7c09b0f60


 ChangeLog         |    5 +++++
 admin/PageIcon.py |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2075 git=654390ee8623d6b3019dad3534066477815a91cf


 admin/static/css/cherokee.css |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2074 git=ba7c962f0d790e0d07b4fad1e55d9e54a076d023


 ChangeLog                 |    5 +++++
 admin/Form.py             |    6 +++---
 admin/PageInfoSource.py   |   24 ++++++++++++------------
 admin/static/js/common.js |   11 ++++++-----
 4 files changed, 26 insertions(+), 20 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2073 git=281edc21a69d681dc014e8dd390ed3a35e086e63


 ChangeLog           |    3 +++
 cherokee/balancer.c |   14 +-------------
 2 files changed, 4 insertions(+), 13 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2072 git=4a93a3cdefc8829b45fc87c5f9b3df03958fc36a


 cherokee/source_interpreter.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2071 git=6e4ed874fac8e242873d942d2cbdf7f81f7155ad


 ChangeLog              |    3 +++
 cherokee/main_worker.c |   23 ++++++++++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2070 git=cd30cb39a10278b8aadfa6b101d65bb92173a586


 ChangeLog             |    3 +++
 admin/PageAdvanced.py |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2069 git=ad41c448c471cfcf80994e696434d52340034494


 ChangeLog               |    5 +++++
 admin/ModuleBalancer.py |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2068 git=40f211834c3b27b46b34c9028e039cc4bfaae0a7


 doc/basics_installation_unix.txt    |    2 +-
 doc/basics_running_cherokee.txt     |    2 +-
 doc/bundle_cherokee-admin.txt       |    2 +-
 doc/config_advanced.txt             |    2 +-
 doc/config_quickstart.txt           |   12 +++++++-----
 doc/config_virtual_servers_rule.txt |   18 ++++++++----------
 6 files changed, 19 insertions(+), 19 deletions(-)


2008-09-25  Taher Shihadeh  <taher@unixwars.com>
            svn=2067 git=79711223ec0f8833c719b506648be443558bb707


 admin/Entry.py                     |    3 +-
 admin/default.template.html        |    1 -
 admin/static/js/Makefile.am        |    1 -
 admin/static/js/jquery.validate.js | 1108 ------------------------------------
 4 files changed, 2 insertions(+), 1111 deletions(-)


2008-09-25  Taher Shihadeh  <taher@unixwars.com>
            svn=2066 git=947794059694df9bc3f373e3fa58a67f7b8c81b8


 ChangeLog                 |    6 ++++++
 admin/Form.py             |    4 +---
 admin/ModuleRedir.py      |    3 ++-
 admin/PageEntry.py        |    6 +++---
 admin/static/js/common.js |   17 ++++++++++++++++-
 5 files changed, 28 insertions(+), 8 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2065 git=b07923d5603d467fa92630a9f705d5b20f310697


 ChangeLog                     |    6 ++--
 cherokee/source_interpreter.c |   45 ++++++++++++++++++++++++++--------------
 cherokee/source_interpreter.h |    3 +-
 3 files changed, 34 insertions(+), 20 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2064 git=8c8d0452e87031eb2d4a29ea578b73562edfd383


 ChangeLog         |    3 +++
 cherokee/server.c |   16 ++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2063 git=336f190cbd6014ed2b05f61343a3e7c4b334f172


 cherokee/server.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)


2008-09-25  Taher Shihadeh  <taher@unixwars.com>
            svn=2062 git=d45ebe503344550565ccc0928bdae15b9073ddd6


 doc/basics_installation_unix.txt |    6 +++---
 doc/basics_requirements.txt      |    4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2061 git=a8280b0f6e959669ea06cd3d1caeb23cd2640e8a


 ChangeLog                     |    4 ++++
 cherokee/source_interpreter.c |   10 ++++++++++
 cherokee/source_interpreter.h |    2 ++
 3 files changed, 16 insertions(+), 0 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2060 git=bafbae64cbc5c050ee17d48843e9280d6dfcc497


 ChangeLog              |    4 ++++
 cherokee/main_worker.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2059 git=17e02c65f231798e610db5cccba4b59b29c8d931


 ChangeLog         |    6 ++++++
 cherokee/socket.c |    9 ++++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2058 git=9f380a29ca15b39c2fc45000ecb1ff880d96e5f0


 doc/Makefile.am                  |    3 +++
 doc/cookbook_django.txt          |    2 +-
 doc/modules_handlers_dirlist.txt |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2057 git=4acbacf87e87244f220debef9a3e72730c926ab9


 doc/cookbook_optimizations.txt    |   10 +++++++++-
 doc/modules_handlers_dbslayer.txt |    8 ++++----
 2 files changed, 13 insertions(+), 5 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2056 git=7fa529b996d5d1852d129f5e7d1f437b17765969


 doc/media/images/admin_advanced1.png               |  Bin 50121 -> 37768 bytes
 doc/media/images/admin_advanced2.png               |  Bin 45685 -> 34520 bytes
 doc/media/images/admin_behaviour.png               |  Bin 55853 -> 40945 bytes
 doc/media/images/admin_dirlist_cherokee.png        |  Bin 43885 -> 39474 bytes
 doc/media/images/admin_general.png                 |  Bin 45818 -> 34031 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 32913 -> 22277 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 40057 -> 30303 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 38441 -> 29491 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 43629 -> 34182 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 54568 -> 39489 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 24523 -> 20823 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 45478 -> 34953 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 47017 -> 35756 bytes
 doc/media/images/admin_handler_file.png            |  Bin 28302 -> 20415 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 48031 -> 34805 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 49986 -> 33550 bytes
 doc/media/images/admin_icons1.png                  |  Bin 87977 -> 66512 bytes
 doc/media/images/admin_icons2.png                  |  Bin 20889 -> 15302 bytes
 doc/media/images/admin_icons3.png                  |  Bin 27445 -> 20222 bytes
 doc/media/images/admin_index.png                   |  Bin 107783 -> 87933 bytes
 doc/media/images/admin_info_sources.png            |  Bin 31673 -> 24771 bytes
 doc/media/images/admin_launch.png                  |  Bin 112237 -> 89665 bytes
 doc/media/images/admin_mime.png                    |  Bin 30643 -> 43627 bytes
 doc/media/images/admin_noconfig.png                |  Bin 18926 -> 16065 bytes
 doc/media/images/admin_notrunning.png              |  Bin 35911 -> 34344 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 17099 -> 22756 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 38244 -> 27744 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 46098 -> 33315 bytes
 doc/media/images/admin_vserver.png                 |  Bin 29448 -> 23836 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 39276 -> 28372 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 53652 -> 39430 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 25319 -> 21306 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 46800 -> 35454 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 38295 -> 29921 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 15995 -> 12177 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 26097 -> 20287 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 23467 -> 26071 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 34135 -> 27586 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 22393 -> 16524 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 20473 -> 15641 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 20086 -> 17924 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 34596 -> 26553 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 26060 -> 23191 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 49986 -> 51612 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 19324 -> 15066 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 17923 -> 13656 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 27019 -> 21223 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 34821 -> 35380 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 45365 -> 35695 bytes
 doc/media/images/tracelor.png                      |  Bin 10792 -> 10662 bytes
 50 files changed, 0 insertions(+), 0 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2055 git=49033523f55e0a09a47393e4195e0e8890715533


 ChangeLog         |    3 +++
 cherokee/socket.c |   24 ++++++++++++++++++++++--
 2 files changed, 25 insertions(+), 2 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2054 git=4c6d6cb321424f020db2dea5edb0431894bac70a


 ChangeLog         |    4 ++++
 cherokee/server.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2053 git=8b1eabfc7851e56a55d7af4588ae543860fcf406


 ChangeLog                 |    4 ++++
 cherokee/handler_common.c |    5 ++---
 cherokee/http.c           |    2 ++
 cherokee/http.h           |    2 ++
 4 files changed, 10 insertions(+), 3 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2052 git=154c916ad19b4ce93b6c39ff8bb2daf1efdd9de0


 ChangeLog       |    2 ++
 cherokee/main.c |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2051 git=3ca8c26dec7f74ca095eb8c6a6addbc15420c26a


 ChangeLog                   |    6 ++++++
 cherokee/handler_dbslayer.c |   16 ++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2050 git=99dd1d686287beb40be8788f31ed38faeaa5c26a


 ChangeLog        |    5 +++++
 contrib/cherokee |   25 ++++++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2049 git=fcfa44841153a3132ef3864f550b53fae1d80c5f


 admin/PageFeedback.py         |    2 +-
 admin/static/css/cherokee.css |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2048 git=540a7350e892fd5b283563189e8c7baae7c9612b


 ChangeLog                     |    5 ++++
 admin/PageMime.py             |   17 +++++++++-----
 admin/static/css/cherokee.css |   50 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 6 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2047 git=25824c320e24c24e1b26cabd936fdaf1952ce1ac


 admin/Page.py                 |    4 ++--
 admin/static/css/thickbox.css |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


2008-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2046 git=e792bfd79f598ce52be5a26addd2c7964b0a671b


 ChangeLog                                |    5 +
 admin/Page.py                            |    6 +-
 admin/default.template.html              |    2 +
 admin/static/css/Makefile.am             |    3 +-
 admin/static/css/thickbox.css            |  164 +++++++++++++++
 admin/static/images/Makefile.am          |    4 +-
 admin/static/images/loadingAnimation.gif |  Bin 0 -> 5886 bytes
 admin/static/images/macFFBgHack.png      |  Bin 0 -> 207 bytes
 admin/static/js/Makefile.am              |    3 +-
 admin/static/js/jquery-1.2.3.min.js      |    5 +
 admin/static/js/jquery.accordion.js      |    5 +
 admin/static/js/jquery.dimensions.js     |    5 +
 admin/static/js/jquery.tablednd.js       |    5 +
 admin/static/js/jquery.validate.js       |    5 +
 admin/static/js/thickbox.js              |  319 ++++++++++++++++++++++++++++++
 doc/media/css/cherokee_doc.css           |    5 +
 16 files changed, 532 insertions(+), 4 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2045 git=6abd17900c1b9987cf8ed23c9dea4a42e7d32fe5


 ChangeLog                   |    9 +++-
 cherokee/dwriter.c          |   64 +++++++++++++++++++++++++++-
 cherokee/dwriter.h          |    5 +-
 cherokee/handler_dbslayer.c |   99 +++++++++++++++++++++++++------------------
 4 files changed, 130 insertions(+), 47 deletions(-)


2008-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2044 git=42987e4ba54947e6d679db65bcc47c1e09945c0d


 ChangeLog                 |    8 ++++++++
 admin/Form.py             |    9 +++++----
 admin/ModuleRedir.py      |    6 +++---
 admin/ModuleServerInfo.py |    2 +-
 admin/PageEntry.py        |    2 +-
 admin/PageInfoSource.py   |    8 ++++----
 6 files changed, 22 insertions(+), 13 deletions(-)


2008-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2043 git=d4001d9e46bac490e348188542d62f20dcc3017e


 doc/build/doc.conf                |    2 +-
 doc/config_info_sources.txt       |    2 +-
 doc/index.txt                     |    2 +-
 doc/modules.txt                   |    2 +-
 doc/modules_balancers.txt         |    2 +-
 doc/modules_handlers.txt          |    2 +-
 doc/modules_handlers_dbslayer.txt |    4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2042 git=9fc2e0b4ef7f560c6eb9a1bdff31f836f54aaae0


 admin/consts.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2041 git=9e325426d218594e0314f8409c472d4e227567d5


 ChangeLog                                        |    5 +++++
 doc/Makefile.am                                  |    2 +-
 doc/build/doc.conf                               |    2 +-
 doc/config_info_sources.txt                      |    2 +-
 doc/cookbook_django.txt                          |   20 +++++++++++---------
 doc/cookbook_php.txt                             |   12 +++++++-----
 doc/cookbook_ror.txt                             |   15 +++++++++++----
 doc/index.txt                                    |    2 +-
 doc/media/images/admin_handler_fastcgi2.png      |  Bin 47043 -> 47017 bytes
 doc/media/images/cookbook_django_common.png      |  Bin 36521 -> 46800 bytes
 doc/media/images/cookbook_django_infosources.png |  Bin 0 -> 38295 bytes
 doc/media/images/cookbook_django_scgi.png        |  Bin 21403 -> 0 bytes
 doc/media/images/cookbook_ror_fcgi.png           |  Bin 31653 -> 45365 bytes
 doc/modules_balancers.txt                        |    1 +
 doc/modules_balancers_round_robin.txt            |   17 +++--------------
 doc/modules_handlers_fcgi.txt                    |    4 ++--
 16 files changed, 44 insertions(+), 38 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2040 git=da78ed5b23eef551226dcd7ee5cbc113eb0a9c10


 doc/cookbook_ssl.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2039 git=0df95e6c52d510a31e70c3593064ef0f5f25a2fe


 cherokee/main.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2038 git=b7ff3a30458dc7df7d96a3e42d87d93aaa5cc1e3


 ChangeLog                 |    7 +++++++
 cherokee/rule_directory.c |   10 ++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)


2008-09-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2037 git=2309091dc4ed03f151bf079b0c798a9f916c2646


 ChangeLog                                    |    7 ++++
 admin/ModuleBalancer.py                      |    2 +-
 doc/Makefile.am                              |    5 +++
 doc/cookbook.txt                             |    1 +
 doc/cookbook_redirs.txt                      |   40 ++++++++++++++++++++++++++
 doc/index.txt                                |    5 +--
 doc/media/images/cookbook_redir_behavior.png |  Bin 0 -> 19324 bytes
 doc/media/images/cookbook_redir_domains.png  |  Bin 0 -> 17923 bytes
 doc/media/images/cookbook_redir_handler.png  |  Bin 0 -> 27019 bytes
 doc/other.txt                                |    1 +
 doc/other_community.txt                      |   21 +++++++++++++
 doc/other_signals.txt                        |    3 ++
 12 files changed, 81 insertions(+), 4 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2036 git=5e9bb270b5f5b5e29d6b7262f7b8717f798bccb6


 qa/172-Chunked-CGI.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2035 git=bb49e54744f7f0cc96f493e28004057265b57b24


 qa/172-Chunked-CGI.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2034 git=76c190c057f3c4661f2944c36fc6b302fd6a7991


 cherokee.conf.sample.pre      |    1 +
 cherokee/source_interpreter.c |   13 ++++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2033 git=7c5eeaffa736487bfa4e1c66e616c5e38fcaca19


 ChangeLog         |    6 ++++++
 cherokee/server.c |   21 ++-------------------
 2 files changed, 8 insertions(+), 19 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2032 git=ef1a882f6c23d4c18f2da5afd3526c51c0d40364


 ChangeLog         |    6 ++++++
 cherokee/socket.c |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2031 git=4fe9cb0a007a63d4a7d155b9dc701ef84e99272b


 cherokee/main.c |   47 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 40 insertions(+), 7 deletions(-)


2008-09-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2030 git=b5dcc77483ba1252bbd4a9d7ca8c1a6b631f4bfc


 ChangeLog         |    4 ++++
 admin/Makefile.am |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-09-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2029 git=ac8c0042bdfdd3aaac88b7809b53943a00938e97


 cherokee-admin.1              |    6 +++++-
 doc/bundle_cherokee-admin.txt |    5 +++++
 2 files changed, 10 insertions(+), 1 deletions(-)


2008-09-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2028 git=d5d31e4605bfa7aa7183cb7d5e6aa0c2c62b59d9


 admin/PageEntry.py                                 |    4 +-
 doc/bundle_cherokee-worker.txt                     |    8 ++-
 doc/config_virtual_servers.txt                     |   17 ++++-
 doc/cookbook_maintenance.txt                       |   81 ++++++++++++++++++--
 .../cookbook_maintenance_advanced_domains.png      |  Bin 0 -> 15995 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 0 -> 26097 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 0 -> 23467 bytes
 7 files changed, 99 insertions(+), 11 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2027 git=48cb978f68230380bfef37cd5f301d14d46e03e9


 cherokee.conf.sample.pre |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2026 git=9830cbc55ad7f71c502d5255f91aaf722c674757


 ChangeLog                     |    7 +++++++
 cherokee/main_admin.c         |   11 ++++++++++-
 cherokee/source_interpreter.c |   10 ++++++++--
 cherokee/source_interpreter.h |    1 +
 4 files changed, 26 insertions(+), 3 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2025 git=4a6822a05a4a0bd5875f88b0f59e4a47f018d53b


 ChangeLog       |    6 ++++++
 cherokee/main.c |   43 ++++++++++++++++++++++++++++++++++++-------
 2 files changed, 42 insertions(+), 7 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2024 git=1c2dfb5d67cdf1d08862ec2e708b90b8106b68cb


 admin/PageVServer.py |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2023 git=932fa8bca1a371450aa433f7f2332e498a57e5f8


 admin/PageVServer.py |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2022 git=e0249f283e164c1f570788b685e098de21fa1467


 admin/PageVServers.py |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2021 git=598dbc6477638fe30de7213d8eed90594f60fd9f


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2020 git=7607e3bf2022e504e0b2df9349273ccf3acf0094


 ChangeLog              |    7 +++++++
 cherokee/connection.c  |    2 +-
 cherokee/main_worker.c |   10 ++++++++--
 cherokee/util.c        |   24 +++++++++++++++++++++++-
 cherokee/util.h        |   14 ++++++++++----
 5 files changed, 49 insertions(+), 8 deletions(-)


2008-09-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2017 git=abc849ce2a16126e18cbc1cfd8b2f1e56468a92e


 doc/cookbook_maintenance.txt |   70 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)


2008-09-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2016 git=f9c20605ef21acfdd27cccb7bd707749be36645d


 doc/media/images/cookbook_maintenance_copy.png   |  Bin 0 -> 34135 bytes
 doc/media/images/cookbook_maintenance_domain.png |  Bin 0 -> 22393 bytes
 doc/media/images/cookbook_maintenance_error.png  |  Bin 0 -> 20473 bytes
 doc/media/images/cookbook_maintenance_result.png |  Bin 0 -> 20086 bytes
 doc/media/images/cookbook_maintenance_rule.png   |  Bin 0 -> 34596 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)


2008-09-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2015 git=14aae351a70d21f10a8dc775df1d6a2d33338239


 doc/Makefile.am  |    6 ++++++
 doc/cookbook.txt |    1 +
 doc/index.txt    |    2 +-
 doc/other.txt    |    1 +
 4 files changed, 9 insertions(+), 1 deletions(-)


2008-09-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2013 git=060bc5973f8a2a2f8a4f5f4fe9e90158c8750667


 ChangeLog             |    7 ++++++-
 doc/Makefile.am       |    1 +
 doc/index.txt         |    3 ++-
 doc/other_faq.txt     |   10 ++++++++++
 doc/other_goodies.txt |   15 +++++++++++++++
 doc/other_signals.txt |   21 +++++++++++++++++++++
 6 files changed, 55 insertions(+), 2 deletions(-)


2008-09-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2012 git=03868d98005211f956940fe59efeee9b46952c7c


 ChangeLog              |    5 +++++
 cherokee/macros.h      |    1 +
 cherokee/main.c        |    9 +++++----
 cherokee/main_worker.c |   21 +++++++++++++--------
 4 files changed, 24 insertions(+), 12 deletions(-)


2008-09-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2011 git=315273882ba8e3be4f39cd4c108aaa5511beaf4f


 admin/PageInfoSource.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-09-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2010 git=188da1ccdd8db536b2281f89ff9ccfc3db846a55


 admin/Entry.py                     |    5 +
 admin/Form.py                      |   53 +-
 admin/PageEntry.py                 |    6 +-
 admin/PageInfoSource.py            |   48 +-
 admin/PageMime.py                  |   10 +-
 admin/default.template.html        |    1 +
 admin/static/js/Makefile.am        |    3 +-
 admin/static/js/common.js          |    2 +-
 admin/static/js/jquery.validate.js | 1103 ++++++++++++++++++++++++++++++++++++
 9 files changed, 1171 insertions(+), 60 deletions(-)


2008-09-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2009 git=7bd17e0e2b0fb0c29a1adb874be63df3f88f8e75


 ChangeLog                |    6 ++++++
 cherokee.conf.sample.pre |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-09-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2008 git=135dd30250f9879f3176a2f64cddfed39d349578


 cherokee/util.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


2008-09-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2007 git=87dc33b0681f533f2f6824e7bb05df76e524d32d


 ChangeLog       |    5 +++++
 admin/Module.py |    9 ++-------
 2 files changed, 7 insertions(+), 7 deletions(-)


2008-09-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2006 git=8d78c7512f3f6b80310ee9ae3a3ca64a6c3b96dc


 cherokee/util.c |    6 +++---
 cherokee/util.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


2008-09-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2005 git=2909931abaf8da670217ac3ea19ab1825471d955


 doc/basics_running_cherokee.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2003 git=05e9f6cad4469192253a963eb80370a9a1ddaf7c


 doc/index.txt                     |    1 -
 doc/modules_handlers_dbslayer.txt |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletions(-)


2008-09-16  Taher Shihadeh  <taher@unixwars.com>
            svn=1995 git=5070d416a7bad86b67763be14a4de4cf85a657d0


 ChangeLog                                   |   18 +++++++++++++++++-
 admin/ModuleDbslayer.py                     |    6 +++---
 doc/Makefile.am                             |    5 ++++-
 doc/basics_installation.txt                 |    1 +
 doc/basics_installation_svn.txt             |    6 +++++-
 doc/basics_installation_unix.txt            |    1 +
 doc/basics_installation_windows.txt         |    3 ++-
 doc/basics_why_cherokee.txt                 |    2 +-
 doc/config_advanced.txt                     |    4 +++-
 doc/config_general.txt                      |    8 ++++----
 doc/config_quickstart.txt                   |    7 +++----
 doc/cookbook_optimizations.txt              |    2 +-
 doc/dev_cherokee.conf.txt                   |    8 ++++----
 doc/dev_debug.txt                           |   12 +++++++++---
 doc/index.txt                               |    3 ++-
 doc/media/images/admin_advanced.png         |  Bin 59828 -> 0 bytes
 doc/media/images/admin_advanced1.png        |  Bin 0 -> 50121 bytes
 doc/media/images/admin_advanced2.png        |  Bin 0 -> 45685 bytes
 doc/media/images/admin_general.png          |  Bin 52373 -> 45818 bytes
 doc/media/images/admin_handler_dbslayer.png |  Bin 0 -> 43629 bytes
 doc/modules.txt                             |    3 ++-
 doc/modules_balancers.txt                   |    2 +-
 doc/modules_handlers.txt                    |    1 +
 23 files changed, 64 insertions(+), 28 deletions(-)


2008-09-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1994 git=07c6d8bc58ab1046ec3d5f650a3cb8bbb16f96ea


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1993 git=38275445c93aa5b75ebdebcfa12f2ef224c6a209


 ChangeLog                                |    6 ++
 doc/Makefile.am                          |    3 -
 doc/config_advanced.txt                  |   13 +++
 doc/config_encoding.txt                  |   19 -----
 doc/config_general.txt                   |    7 --
 doc/config_virtual_servers_rule.txt      |   20 +++++
 doc/dev_cherokee.conf.txt                |  118 +++++++++++++++++++++---------
 doc/index.txt                            |    3 +-
 doc/media/images/admin_encoding.png      |  Bin 23180 -> 0 bytes
 doc/media/images/admin_encoding_gzip.png |  Bin 31751 -> 0 bytes
 doc/modules_encoders.txt                 |   10 +--
 doc/modules_encoders_gzip.txt            |    5 +-
 12 files changed, 129 insertions(+), 75 deletions(-)


2008-09-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1992 git=ea6735431c7e8c1d6c4905257dfe0b7da66d1395


 ChangeLog                                   |   16 +++++++
 admin/ModuleBalancer.py                     |   10 ++--
 admin/PageInfoSource.py                     |    6 ++-
 admin/PageStatus.py                         |    6 ++-
 doc/Makefile.am                             |    3 +
 doc/config.txt                              |    5 ++-
 doc/config_info_sources.txt                 |   59 +++++++++++++++++++++++++++
 doc/config_status.txt                       |   10 +++++
 doc/cookbook_php.txt                        |    1 -
 doc/media/images/admin_handler_cgi.png      |  Bin 47581 -> 40057 bytes
 doc/media/images/admin_handler_fastcgi1.png |  Bin 74597 -> 45478 bytes
 doc/media/images/admin_handler_fastcgi2.png |  Bin 27328 -> 47043 bytes
 doc/media/images/admin_info_sources.png     |  Bin 0 -> 31673 bytes
 doc/modules_balancers.txt                   |   28 ++----------
 doc/modules_handlers_cgi.txt                |    3 +-
 doc/modules_handlers_fcgi.txt               |   28 +++++--------
 16 files changed, 124 insertions(+), 51 deletions(-)


2008-09-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1991 git=ac1c7ddec8e5a85254598e52c7bf7acd1e731ec0


 admin/ModuleBalancer.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1990 git=81e214e0c59eaef95e383e8f89b887538335d092


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1989 git=4919e4047e7246273c419814cac4faa4b0e69b9b


 admin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1988 git=d41f1b156aaf9f4fc6fcd6205aa66183293e3243


 ChangeLog                     |    6 ++
 admin/Page.py                 |    2 +-
 admin/PageAppServers.py       |  199 -----------------------------------------
 admin/PageInfoSource.py       |  199 +++++++++++++++++++++++++++++++++++++++++
 admin/server.py               |    6 +-
 admin/static/css/cherokee.css |    2 +-
 6 files changed, 210 insertions(+), 204 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1987 git=0360d87f1b0697618da6af9ed8e049177bead986


 ChangeLog           |    6 ++++++
 admin/ModuleCgi.py  |    6 ++++++
 admin/ModuleFcgi.py |    3 ++-
 admin/ModuleScgi.py |    3 ++-
 4 files changed, 16 insertions(+), 2 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1986 git=ab6194059a388144f2520e3d8a2251ed5dd8ccf2


 ChangeLog         |    7 +++++++
 cherokee/server.c |    3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-09-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1985 git=7ddc3a288a6082922aee88a275a9c7bf0efba428


 ChangeLog         |    5 +++++
 admin/Makefile.am |   40 ++++++++++++++++++++++++++++++----------
 configure.in      |    9 +++++++++
 3 files changed, 44 insertions(+), 10 deletions(-)


2008-09-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1984 git=46061b2c4f3b71053ee47ab06bad92ed46b29865


 admin/Makefile.am |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)


2008-09-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1983 git=e7966fff1e9abdc95f3fee84dc91f2e739df700a


 ChangeLog             |   12 +++++++-----
 admin/PageAdvanced.py |    4 +++-
 admin/PageIcon.py     |    4 +++-
 admin/PageMime.py     |    4 +++-
 4 files changed, 16 insertions(+), 8 deletions(-)


2008-09-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1982 git=12e58c90dc4e807d5370d5d8eb1ca752401ccc74


 ChangeLog               |    8 ++++++++
 admin/ModuleHtdigest.py |    6 +++++-
 admin/ModuleHtpasswd.py |    6 +++++-
 admin/ModuleLdap.py     |    4 ++++
 admin/ModuleMysql.py    |    4 ++++
 admin/ModulePam.py      |    5 +++++
 admin/ModulePlain.py    |    6 +++++-
 admin/PageEntry.py      |   12 +++++++++++-
 8 files changed, 47 insertions(+), 4 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1981 git=5dd2a59b12e31fb32f9c7b910da3ed2ef31422b1


 ChangeLog                  |   15 ++++++++
 admin/Module.py            |    8 ++++
 admin/ModuleAdmin.py       |    4 ++
 admin/ModuleCgi.py         |    4 ++
 admin/ModuleCommon.py      |    4 ++
 admin/ModuleCustomError.py |    4 ++
 admin/ModuleDbslayer.py    |    4 ++
 admin/ModuleDirlist.py     |    4 ++
 admin/ModuleFcgi.py        |    4 ++
 admin/ModuleFile.py        |    4 ++
 admin/ModuleMirror.py      |    4 ++
 admin/ModuleRedir.py       |    5 +++
 admin/ModuleScgi.py        |    4 ++
 admin/ModuleServerInfo.py  |    4 ++
 admin/Page.py              |   54 +++++++++++++++++++++++++----
 admin/PageEntry.py         |    8 ++++-
 admin/PageGeneral.py       |    4 ++-
 admin/PageStatus.py        |    2 +-
 admin/PageVServer.py       |    9 ++++-
 admin/PageVServers.py      |    6 +++-
 admin/Theme.py             |    3 --
 admin/advanced.help.html   |   81 --------------------------------------------
 admin/entry.help.html      |    2 -
 admin/feedback.help.html   |    1 -
 admin/general.help.html    |   35 -------------------
 admin/icon.help.html       |   18 ----------
 admin/mime.help.html       |    3 --
 admin/status.help.html     |    8 ----
 admin/vserver.help.html    |   64 ----------------------------------
 admin/vservers.help.html   |   22 ------------
 30 files changed, 142 insertions(+), 250 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1980 git=d0c56696052bbf8bf4ab9bf2f56d6736b3685f5d


 ChangeLog               |    4 ++++
 Makefile.am             |    4 ++--
 admin/Makefile.am       |    2 +-
 admin/configured.py.pre |    1 +
 cherokee/main_admin.c   |    7 +++++++
 constants.h.pre         |    1 +
 6 files changed, 16 insertions(+), 3 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1979 git=89598d0eafa065018141f7a1afdcff31b107db03


 admin/ModuleCgi.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1978 git=1427902438ef18f29f234ec6ae43756e8d5d7d82


 ChangeLog                |    9 ++-
 cherokee/Makefile.am     |    2 -
 cherokee/matching_list.c |  233 ----------------------------------------------
 cherokee/matching_list.h |   66 -------------
 4 files changed, 7 insertions(+), 303 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1977 git=cd761b68f6c41565fc0e0aef4e6e57f0337316ea


 ChangeLog         |    4 ++++
 contrib/08to09.py |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1976 git=c249b0d9e92a6981d6b86ea8c92ad31686dae5e9


 ChangeLog                     |    9 +++
 admin/Makefile.am             |    2 -
 admin/Page.py                 |    1 -
 admin/PageEncoders.py         |  138 -----------------------------------------
 admin/PageEntry.py            |   22 ++++++-
 admin/encoder.help.html       |   18 -----
 admin/server.py               |    3 -
 admin/static/css/cherokee.css |    1 -
 cherokee.conf.sample.pre      |    1 -
 cherokee/virtual_server.c     |    7 ++-
 qa/089-gzip-encoding.py       |    2 +-
 qa/168-Deflate-Encoding.py    |    2 +-
 12 files changed, 38 insertions(+), 168 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1975 git=8dad653c3f17dca05c073b3121d8a855140a5b96


 ChangeLog                       |   10 +++
 cherokee/Makefile.am            |    2 -
 cherokee/config_entry.c         |   30 +++++++-
 cherokee/config_entry.h         |    8 ++-
 cherokee/connection-protected.h |    4 +-
 cherokee/connection.c           |   72 +++++++++++--------
 cherokee/encoder_table.c        |  151 ---------------------------------------
 cherokee/encoder_table.h        |   64 ----------------
 cherokee/server-protected.h     |    3 +-
 cherokee/server.c               |   52 +-------------
 cherokee/thread.c               |   11 +++-
 cherokee/virtual_server.c       |   26 ++++++-
 qa/089-gzip-encoding.py         |    1 +
 qa/168-Deflate-Encoding.py      |    1 +
 qa/run-tests.py                 |    2 -
 15 files changed, 127 insertions(+), 310 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1974 git=1587bddc240df3f2e144b178b97a113cbbc1ae23


 admin/Makefile.am         |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1973 git=ad159959f529348fcac3095ff0d1f091b4743b7e


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1972 git=81c344c96f5dc8ee090a61a9c720824d9565b027


 cherokee/handler_cgi_base.c |   36 +++++++++++++++++++++---------------
 1 files changed, 21 insertions(+), 15 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1971 git=20b91ce13bf07a0185d7ec66b6da7f30485db2cd


 admin/ModuleDbslayer.py     |    3 ++-
 cherokee/dwriter.c          |   11 ++++++++++-
 cherokee/dwriter.h          |    3 ++-
 cherokee/handler_dbslayer.c |    5 +++--
 4 files changed, 17 insertions(+), 5 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1970 git=3634308946fa48389ce100b4d48b7e4f11c5cf7a


 ChangeLog               |    3 ++
 admin/ModuleBalancer.py |    4 +-
 admin/ModuleDbslayer.py |   63 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py         |   25 +++++++++---------
 4 files changed, 81 insertions(+), 14 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1969 git=a596137d2bc313e3a1325d56b56d63ae6e5612d3


 ChangeLog                   |    7 +
 cherokee/Makefile.am        |   31 +++-
 cherokee/dwriter.c          |  346 ++++++++++++++++++++++++++++
 cherokee/dwriter.h          |   84 +++++++
 cherokee/handler_dbslayer.c |  523 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_dbslayer.h |   67 ++++++
 configure.in                |    4 +-
 7 files changed, 1060 insertions(+), 2 deletions(-)


2008-09-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1968 git=03f4a967687a7c81d5f34ca5ac94b19ed28cb518


 ChangeLog                     |    5 +++++
 cherokee/source_interpreter.c |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)


2008-09-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1967 git=06b69db7402d96c7717917145c7c6829f8733f53


 ChangeLog                       |    3 ++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   59 +++++++++++++++++++++++---------------
 cherokee/util.c                 |    2 +-
 4 files changed, 41 insertions(+), 24 deletions(-)


2008-09-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1966 git=aeeb513883efe14eb305229e6b935c99a63c8d09


 ChangeLog                  |    6 ++++++
 cherokee/handler_dirlist.c |    7 ++++++-
 cherokee/handler_dirlist.h |    3 ++-
 3 files changed, 14 insertions(+), 2 deletions(-)


2008-09-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1965 git=6681e952a7c63ac536e97f75e26aca4a382ea3b2


 contrib/08to09.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1964 git=9ea63aa812bc34a9a436a31a771c54e3a5257873


 ChangeLog           |    4 ++
 contrib/08to09.py   |  100 +++++++++++++++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am |    1 +
 3 files changed, 105 insertions(+), 0 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1963 git=25acc2e3213ed010ac330e03ce1ddfb8dd3eb0f2


 qa/151-SCGI-vars.py      |    4 ++--
 qa/152-SCGI-vars2.py     |    6 +++---
 qa/153-SCGI-vars-root.py |   12 ++++++------
 qa/172-Chunked-CGI.py    |    4 +++-
 qa/173-Chunked-SCGI.py   |    3 ++-
 5 files changed, 16 insertions(+), 13 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1962 git=2b1b9cb1397446966a991d1d9b64354794e32693


 ChangeLog                   |   15 +++++++++++++++
 qa/007-Missing-Host.py      |    2 +-
 qa/020-VirtualHost.py       |    1 +
 qa/021-VirtualHost2.py      |    1 +
 qa/022-NoHost.py            |    2 +-
 qa/023-Host.py              |    1 +
 qa/024-Host+Port.py         |    1 +
 qa/026-Host-Broken-Dot.py   |    1 +
 qa/031-Post+urlencoded2.py  |    1 +
 qa/042-Pipelining.py        |    4 ++--
 qa/043-Pipelining2.py       |    2 +-
 qa/044-Home.py              |    1 +
 qa/048-NN.py                |    1 +
 qa/049-NN-broken.py         |    1 +
 qa/094-URL-request.py       |    3 ++-
 qa/105-If-Range.py          |    3 ++-
 qa/106-If-Range2.py         |    3 ++-
 qa/116-RequestTiny.py       |    5 +++--
 qa/117-DomainToDir.py       |    5 +++--
 qa/121-NoUserDir.py         |    3 ++-
 qa/122-Methods.py           |   10 +++++++++-
 qa/124-DomainToDir2.py      |    4 +++-
 qa/125-domain-redir1.py     |    4 +++-
 qa/135-RedirParams.py       |    3 ++-
 qa/139-domain-wildcards1.py |    3 ++-
 qa/153-SCGI-vars-root.py    |    4 +++-
 qa/160-RuleNot1.py          |    4 +++-
 qa/161-RuleNot2.py          |    4 +++-
 qa/166-xsendfile1.py        |    4 +++-
 qa/171-SCGI-Keepalive.py    |   10 ++++++----
 qa/172-Chunked-CGI.py       |    4 +++-
 qa/173-Chunked-SCGI.py      |    4 +++-
 32 files changed, 86 insertions(+), 28 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1961 git=33829ea7b7c5581021d8e49273c775490fbff4a4


 ChangeLog             |    3 +++
 qa/172-Chunked-CGI.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1960 git=ed1090683906f9f7327a64cdfe7ba444cee5002a


 ChangeLog                |    3 ++
 qa/171-SCGI-Keepalive.py |    1 -
 qa/172-Chunked-CGI.py    |    5 +++-
 qa/173-Chunked-SCGI.py   |   58 ++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    3 +-
 5 files changed, 67 insertions(+), 3 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1959 git=ef1370a1800a04b8af86b71bbf5cae00bde3ac48


 ChangeLog         |    4 ++++
 cherokee/thread.c |   18 ++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1958 git=d14ba8012e19bb9b74acae322beb51c197beed8e


 cherokee/connection.c |   44 ++++++++++++++++++++++++--------------------
 1 files changed, 24 insertions(+), 20 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1957 git=d1c22c8b01efed4319a6ab36d99b2a5c5ecdba6f


 ChangeLog             |    4 ++++
 cherokee/connection.c |   18 +++++++++++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1956 git=3770da8c5f412be8f1d4ff193b6e3ef9bf599746


 ChangeLog       |    4 ++++
 cherokee/util.c |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-09-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1955 git=799251f337567445f1e756974a0b5eca49ab5173


 ChangeLog       |    7 ++++++
 cherokee/main.c |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 0 deletions(-)


2008-09-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1954 git=56ddd37c52f7b6a57ee97baacc33017b8f105da8


 doc/bundle_cherokee-guardian.txt |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1952 git=38c196edcb6389cd81507e6e7dbe87379c74a349


 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1951 git=ca27b38d7fa2ef48f8ea6305fe82db2f8249f7b2


 admin/PageAppServers.py |   69 +++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 61 insertions(+), 8 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1950 git=d363ce20a044cbaca0d26baaef8b440b6402ff13


 ChangeLog                     |    3 +++
 admin/Page.py                 |    1 +
 admin/static/css/cherokee.css |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1949 git=0e6b508374a42856fa9f5d7115ee701ac75c9712


 ChangeLog                       |   18 ++++
 admin/ModuleBalancer.py         |  214 ++++++++++-----------------------------
 admin/PageAppServers.py         |  146 ++++++++++++++++++++++++++
 admin/config.py                 |    2 +-
 admin/consts.py                 |    2 +-
 admin/server.py                 |    3 +
 cherokee.conf.sample.pre        |   13 ++-
 cherokee/balancer.c             |   78 +++++---------
 cherokee/balancer.h             |   21 ++--
 cherokee/balancer_round_robin.c |   11 ++-
 cherokee/balancer_round_robin.h |    1 -
 cherokee/connection.c           |    5 +-
 cherokee/main_admin.c           |   18 ++--
 cherokee/server-protected.h     |    2 +
 cherokee/server.c               |  113 +++++++++++++++++----
 cherokee/source.h               |    2 -
 qa/126-SCGI.py                  |   24 +++--
 qa/127-SCGI-Post.py             |   24 +++--
 qa/140-SCGI-EmptyVars.py        |   22 +++--
 qa/141-FastCGI-EmptyVars.py     |   24 +++--
 qa/142-SCGI-ExtraVars.py        |   22 +++--
 qa/151-SCGI-vars.py             |   26 +++--
 qa/152-SCGI-vars2.py            |   23 +++--
 qa/153-SCGI-vars-root.py        |   25 +++--
 qa/171-SCGI-Keepalive.py        |   24 +++--
 qa/172-Chunked-CGI.py           |    2 -
 qa/conf.py                      |    2 +-
 qa/help.py                      |    1 -
 qa/run-tests.py                 |   52 ++++-----
 qa/util.py                      |    7 ++
 30 files changed, 555 insertions(+), 372 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1948 git=d3d795d0c6a3eb1817b5c363c04d1fdc1e212f52


 ChangeLog             |    4 ++++
 admin/PageAdvanced.py |   15 ++++++++++++---
 admin/PageGeneral.py  |    7 ++-----
 3 files changed, 18 insertions(+), 8 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1947 git=a711636d5efbf1713c81fd0d4232a4c4c845f71f


 ChangeLog                       |    8 +++
 cherokee/connection-protected.h |    3 +
 cherokee/connection.c           |  131 ++++++++++++++++++++++++++-------------
 cherokee/handler.h              |    9 +--
 cherokee/handler_cgi_base.c     |   52 +---------------
 cherokee/handler_cgi_base.h     |    1 -
 cherokee/util.c                 |   52 +++++++++++++++
 cherokee/util.h                 |    6 ++
 8 files changed, 164 insertions(+), 98 deletions(-)


2008-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1946 git=b546f7937a0a9b21c6bc1cd118d4202f8804895d


 ChangeLog                   |    3 +++
 admin/CherokeeManagement.py |    8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)


2008-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1945 git=2c2643ce5f08026b64ad323908b7200bbd6868b9


 cherokee/connection.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2008-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1944 git=d7d2fcdc4ebfbded283903412277065682005ab3


 ChangeLog                       |    7 ++++
 cherokee/connection-protected.h |   10 +++++-
 cherokee/connection.c           |   75 ++++++++++++++++++++++++++++++++-------
 cherokee/handler_cgi_base.c     |   59 +++++++++++++++++-------------
 cherokee/handler_cgi_base.h     |    1 -
 5 files changed, 112 insertions(+), 40 deletions(-)


2008-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1943 git=f49798fdd190052cb4300c180bace007e43d38af


 cherokee/macros.h |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)


2008-09-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1942 git=04b5ce5f553b34116db38c66c51be6edb4daf209


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-09-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1941 git=074f2cf0790bfd6d600ba29690bf553fbe5b6848


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |   12 +++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)


2008-09-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1940 git=510e171989c673ce237d22908debe153f06a7baa


 ChangeLog             |    3 +++
 qa/172-Chunked-CGI.py |   36 ++++++++++++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 3 files changed, 41 insertions(+), 1 deletions(-)


2008-09-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1939 git=3f02e1a70e2bfc80673036256976c86d35b492c7


 ChangeLog                |    5 +++++
 qa/138-ChangeUser-cgi.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1938 git=08a14e5493834abbc5fc1dc1f5250f68801faef0


 ChangeLog              |    5 +++++
 cherokee/main_worker.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1937 git=2451306ef1726b137730d62ebb32b596074df19d


 admin/config.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1936 git=1708a21456eae9ffa9c96b8d850b8b37fcc3b5da


 ChangeLog       |    3 +++
 admin/config.py |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1935 git=8a77ad8389dd75863227107e5fd7ee5750114ecf


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1934 git=cc78394d2d153b47fe4167e8cc6bd536d068d8ca


 ChangeLog                     |    5 ++
 admin/Makefile.am             |    6 +-
 admin/Page.py                 |    1 +
 admin/PageMain.py             |   96 -----------------------------------------
 admin/PageStatus.py           |   96 +++++++++++++++++++++++++++++++++++++++++
 admin/main.help.html          |    8 ---
 admin/main.template.html      |   16 -------
 admin/server.py               |    4 +-
 admin/static/css/cherokee.css |    1 +
 admin/status.help.html        |    8 +++
 admin/status.template.html    |   16 +++++++
 11 files changed, 132 insertions(+), 125 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1933 git=2496e2b1460ca6daf195bc639832da866805b293


 ChangeLog       |    3 +++
 cherokee/main.c |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1932 git=75f529b9e6daa4f4d88c7a3c8981152137970835


 ChangeLog            |    6 ++++++
 admin/PageGeneral.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-09-01  Taher Shihadeh  <taher@unixwars.com>
            svn=1931 git=0092d5565f5a538b2d65e0d9ac876e06c496b701


 doc/bundle_cherokee-worker.txt |   47 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1930 git=41b02e17095a910a42a3adbbe232d9a62b18ae56


 ChangeLog                 |    4 ++++
 cherokee/server.c         |   42 +++++++++++++++++++++++++++++++++++++++---
 cherokee/virtual_server.c |    6 ------
 3 files changed, 43 insertions(+), 9 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1929 git=adbb5705c55f9307d08993a62e72d6b186c36396


 cherokee/main.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1928 git=9e072de06d8a70ec2fdee3577a895b84562d8f2a


 ChangeLog                |    3 +++
 cherokee/logger_writer.c |    4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1927 git=5d15998edfac95b59c81d0a747a5ee53a13bd778


 ChangeLog       |    4 ++++
 cherokee/main.c |   13 ++++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1926 git=c5c447133dd3cd8c4a80db68063345311b1a1f64


 admin/CherokeeManagement.py |   24 +++++++++---------------
 1 files changed, 9 insertions(+), 15 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1925 git=f84fb2b536ff2e36774d0efa65d5f30413ec4cd0


 cherokee/handler_cgi_base.c |   63 +++++++++++--------------------------------
 1 files changed, 16 insertions(+), 47 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1924 git=21e394e2bf34437e1e7273604a3e8606a5266c73


 ChangeLog                   |    6 +++
 cherokee/handler_cgi_base.c |   63 ++++++++++++++++++++-------
 cherokee/main_worker.c      |  102 +++++++++++++++++++++++-------------------
 cherokee/server-protected.h |    5 ++-
 cherokee/server.c           |   50 +++++++++------------
 cherokee/thread.c           |   33 +++++++++++++-
 6 files changed, 165 insertions(+), 94 deletions(-)


2008-08-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1923 git=b42d9e63ff74bd5778889183f4b1f227839f8d6e


 cherokee-worker.1       |    2 +-
 cherokee.1              |    6 ++--
 doc/bundle_cherokee.txt |   68 ++++++++++++++++++++++++++++++++++++-----------
 doc/index.txt           |    1 +
 4 files changed, 57 insertions(+), 20 deletions(-)


2008-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1922 git=0b267dcccc88619ff028a443d08639c1f80122ac


 ChangeLog         |    5 ++++
 Makefile.am       |    2 +-
 cherokee-worker.1 |   66 ++++++++------------------------------------------
 cherokee.1        |   69 ++++++++++++++++++++++++++++++++++++++++++----------
 4 files changed, 72 insertions(+), 70 deletions(-)


2008-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1921 git=0f7599c46e9cd17b5d49ef9d69a3e9b6960f7627


 ChangeLog              |    5 +++++
 cherokee/main_worker.c |   13 +++++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)


2008-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1920 git=3920b0e7e746a485ef8893713dbe3d426a43f336


 admin/server.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2008-08-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1919 git=5993c0e214191509eb62443b9ba46777f745e289


 ChangeLog                       |    8 +++
 cherokee-guardian.1             |   62 ---------------------------
 cherokee-worker.1               |   90 +++++++++++++++++++++++++++++++++++++++
 cherokee.1                      |   57 ++++++------------------
 doc/Makefile.am                 |    2 +-
 doc/basics_running_cherokee.txt |   19 ++++----
 doc/bundle.txt                  |    4 +-
 doc/bundle_cherokee.txt         |   65 ++++++++--------------------
 doc/index.txt                   |    4 +-
 9 files changed, 144 insertions(+), 167 deletions(-)


2008-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1918 git=7c8ec431ac9f06ab5bf709e740cc9b0c9f1f76f0


 ChangeLog                   |    9 +
 admin/CherokeeManagement.py |   21 +-
 admin/PageMain.py           |    2 +-
 admin/configured.py.pre     |    4 +-
 cherokee/Makefile.am        |   18 +-
 cherokee/main.c             |  454 ++++++++++++++++++++++---------------------
 cherokee/main_guardian.c    |  277 --------------------------
 cherokee/main_worker.c      |  313 +++++++++++++++++++++++++++++
 cherokee/server.c           |   11 +-
 constants.h.pre             |    3 +-
 10 files changed, 589 insertions(+), 523 deletions(-)


2008-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1917 git=8efd3db1078f4ab19c6136d63df0822f11131203


 ChangeLog                  |   11 +++++++++++
 admin/Module.py            |   17 ++++++++++++-----
 admin/ModuleAdmin.py       |    8 ++++----
 admin/ModuleCgi.py         |    8 +++-----
 admin/ModuleCommon.py      |    6 +++---
 admin/ModuleCustomError.py |    8 ++++----
 admin/ModuleDirlist.py     |    7 +++----
 admin/ModuleFcgi.py        |    7 ++++---
 admin/ModuleFile.py        |    7 +++----
 admin/ModuleHandler.py     |    9 +++++++++
 admin/ModuleMirror.py      |    8 ++++----
 admin/ModuleRedir.py       |    8 ++++----
 admin/ModuleScgi.py        |    7 ++++---
 admin/ModuleServerInfo.py  |    8 ++++----
 admin/PageEntry.py         |   19 ++++++++++++-------
 admin/PageVServer.py       |    6 +++---
 admin/RuleList.py          |    2 +-
 admin/server.py            |    5 ++++-
 18 files changed, 92 insertions(+), 59 deletions(-)


2008-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1916 git=0cc0da0cfb892bc1756bdc5cd0d65ca7bb4c7a57


 ChangeLog       |    3 +++
 admin/config.py |   28 ++++++++++++++++++++++++----
 2 files changed, 27 insertions(+), 4 deletions(-)


2008-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1915 git=977872d71b89efc77d5dfa58f8035bf261a31b37


 ChangeLog           |    4 ++++
 admin/ModuleCgi.py  |   30 +++++++++++++++++++++++-------
 admin/ModuleFcgi.py |    4 ++++
 admin/ModuleScgi.py |    4 ++++
 4 files changed, 35 insertions(+), 7 deletions(-)


2008-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1914 git=221f838bb4e0becd341f9844306e72e0b94e4f2b


 ChangeLog                   |    8 +++++++-
 admin/CherokeeManagement.py |   26 ++++++++++++++------------
 2 files changed, 21 insertions(+), 13 deletions(-)


2008-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1913 git=132c785388883f4d5e84bbc50ba2cf7063ded2ee


 ChangeLog         |    4 ++++
 cherokee/socket.h |    7 +++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2008-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1912 git=e957d987947752b8d0f526e92db50026a2659e26


 ChangeLog                       |    9 +++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   13 +++--
 cherokee/handler_scgi.c         |   17 ++++--
 cherokee/server-protected.h     |    2 -
 cherokee/server.c               |  125 +++++++++++++++------------------------
 cherokee/socket.c               |   20 ++++++-
 cherokee/socket.h               |    1 +
 cherokee/source.c               |   10 ++-
 cherokee/thread.c               |   56 +++++++++++------
 cherokee/thread.h               |   27 ++++++---
 11 files changed, 156 insertions(+), 125 deletions(-)


2008-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1911 git=bd2eb748dc866a121691d19b72e5076cfd3ff242


 ChangeLog                |    5 +++++
 cherokee.conf.sample.pre |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1910 git=df7759e2422d84adf4b58477ce37b10a5f9e8be6


 ChangeLog                   |    3 +++
 cherokee/handler_cgi_base.c |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1909 git=52ecd322968da83cba2c83dd9d23be0e4304ae97


 ChangeLog                |   10 ++++++++
 cherokee/connection.c    |    8 ++----
 qa/171-SCGI-Keepalive.py |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    3 +-
 4 files changed, 67 insertions(+), 6 deletions(-)


2008-08-26  Taher Shihadeh  <taher@unixwars.com>
            svn=1907 git=c51802bc287804cb440f37ca65d5748f66699e67


 doc/other_faq.txt |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2008-08-26  Taher Shihadeh  <taher@unixwars.com>
            svn=1906 git=a1c17a7046c1431ee68334351172f5d33cb26140


 doc/other_faq.txt |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)


2008-08-26  Taher Shihadeh  <taher@unixwars.com>
            svn=1905 git=ddba0cad9f34efd57eea0ea6a685017d315d0a12


 doc/basics.txt                   |    1 +
 doc/cookbook_django.txt          |    2 +-
 doc/modules_loggers_combined.txt |    2 +-
 doc/other_faq.txt                |   59 ++++++++++++++++++--------------------
 4 files changed, 31 insertions(+), 33 deletions(-)


2008-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1904 git=2c43dae3c76ba2d8ed1e959c183660796a15101b


 ChangeLog        |    6 ++++++
 cget/Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1903 git=21239434913a0dd9415c7df228c1fa0cadd7ce87


 ChangeLog                 |    4 ++++
 cherokee/virtual_server.c |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2008-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1901 git=7d5e9d8af1175685b0f9a03fa3eac84549e33f68


 doc/other_faq.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-25  Taher Shihadeh  <taher@unixwars.com>
            svn=1900 git=25a7fdc022fa2ce60951427ed68f224ceada93f2


 doc/Makefile.am               |    1 +
 doc/bundle_cherokee-admin.txt |    2 +-
 doc/index.txt                 |    2 +-
 doc/other.txt                 |    1 +
 doc/other_faq.txt             |  114 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 118 insertions(+), 2 deletions(-)


2008-08-25  Taher Shihadeh  <taher@unixwars.com>
            svn=1899 git=499aaee1d6882716b31edfeae3cde34820216f88


 doc/Makefile.am       |    2 +-
 doc/other_goodies.txt |   16 ++++++++++++----
 2 files changed, 13 insertions(+), 5 deletions(-)


2008-08-25  Taher Shihadeh  <taher@unixwars.com>
            svn=1898 git=b4f0baa322369868df28e9e1a0db1cbb0c4d3530


 cherokee-admin.1      |    8 ++++----
 doc/other_goodies.txt |    3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)


2008-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1896 git=dc9a69cd0c43e1900914c9e03a3503c397902f59


 ChangeLog       |    5 +++++
 cherokee/http.h |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1895 git=cf938fd677e2374b4d7022464af1085dbf3d68c5


 cherokee/source_interpreter.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2008-08-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1893 git=a97454b200f169b2c3193ad4dd5efad3674df139


 ChangeLog                 |    3 +
 cherokee/socket.c         |   28 +++++---
 cherokee/virtual_server.c |  163 +++++++++++++++++++++++++++++++++++++++++----
 cherokee/virtual_server.h |    6 ++-
 4 files changed, 177 insertions(+), 23 deletions(-)


2008-08-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1892 git=5a50c00ceb7349fd2024eebdc1de1cca53041317


 cget/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-21  Taher Shihadeh  <taher@unixwars.com>
            svn=1891 git=c7bd4edfbcedb186bde5663f949844b87a234513


 doc/bundle_cget.txt            |    2 ++
 doc/config_virtual_servers.txt |    5 +++++
 doc/other_goodies.txt          |   17 +++++++++++------
 3 files changed, 18 insertions(+), 6 deletions(-)


2008-08-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1890 git=25de4e85e410c23693ac82a7154a90f0430e5623


 ChangeLog                 |    6 +++
 cherokee/downloader.c     |    4 +-
 cherokee/socket.c         |   27 ++++++++++-----
 cherokee/socket.h         |    2 +-
 cherokee/virtual_server.c |   79 ++++++++++++++++++++++++++++++++++++++++++---
 5 files changed, 101 insertions(+), 17 deletions(-)


2008-08-21  Taher Shihadeh  <taher@unixwars.com>
            svn=1889 git=f1f95693f1f467b9f76a334d18f7116146e0fda2


 doc/media/images/admin_handler_custom_error.png |  Bin 0 -> 38441 bytes
 doc/modules_handlers_custom_error.txt           |   40 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)


2008-08-21  Taher Shihadeh  <taher@unixwars.com>
            svn=1888 git=0fafdb012d5b8a7835a29865f30f83b352497bed


 doc/Makefile.am           |    2 ++
 doc/dev_cherokee.conf.txt |    9 +++++++++
 doc/index.txt             |    1 +
 3 files changed, 12 insertions(+), 0 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1887 git=fead75cc86c9b35b23c63cb302ef4635b2147bbc


 ChangeLog                       |    6 +++
 admin/ModuleCustomError.py      |   22 ++++++++++
 admin/consts.py                 |    1 +
 cherokee/Makefile.am            |   20 +++++++++
 cherokee/handler_custom_error.c |   87 +++++++++++++++++++++++++++++++++++++++
 cherokee/handler_custom_error.h |   48 +++++++++++++++++++++
 configure.in                    |    3 +-
 7 files changed, 186 insertions(+), 1 deletions(-)


2008-08-20  Taher Shihadeh  <taher@unixwars.com>
            svn=1886 git=812d71718bf61ca3726e63e091ef51c9aed0437d


 doc/bundle_cherokee-admin.txt |    2 +-
 doc/modules_handlers_fcgi.txt |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1885 git=e1998acd61cb49549c6e861d61f5ae6d688ee946


 ChangeLog                 |    5 +++++
 admin/PageEntry.py        |    3 ++-
 cherokee/util.c           |   34 ++++++++++++++++++++++++++++++++++
 cherokee/util.h           |    1 +
 cherokee/virtual_server.c |    4 +++-
 5 files changed, 45 insertions(+), 2 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1884 git=7d9006c52815a0c24dcac792217eddbe04fd4961


 ChangeLog                 |    6 ++++++
 admin/static/js/common.js |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1882 git=d81595c3faf2207707142d391a6028f3cc118958


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-08-20  Taher Shihadeh  <taher@unixwars.com>
            svn=1881 git=2dc4d96f65685997f98152fc4fb0db86a3109aaa


 doc/basics_installation_windows.txt  |    3 +++
 doc/config_virtual_servers_rule.txt  |   14 ++++++++++++++
 doc/cookbook_php.txt                 |   12 ++++++------
 doc/modules_handlers_server_info.txt |    1 +
 4 files changed, 24 insertions(+), 6 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1880 git=a9a395c4150cb272eff4199a77e24a789d89884c


 ChangeLog                       |    7 +++++
 admin/PageEntry.py              |   29 ++++++++++++++++++----
 admin/consts.py                 |    7 +++++
 cherokee/config_entry.c         |   12 +++++++++
 cherokee/config_entry.h         |   11 ++++++++
 cherokee/connection-protected.h |    3 ++
 cherokee/connection.c           |   51 +++++++++++++++++++++++++++++++++++++-
 cherokee/rule_list.c            |   34 ++++++++++++++++---------
 cherokee/virtual_server.c       |   19 ++++++++++++++
 9 files changed, 154 insertions(+), 19 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1879 git=b28a1971266b145569939ad8fe2fcdf8209d9564


 cherokee/handler_scgi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1878 git=fabd53d2d869af2a503c600de3364e8838d201f3


 ChangeLog              |    3 +++
 cherokee/config_node.c |   14 ++++++++++++++
 cherokee/config_node.h |    1 +
 3 files changed, 18 insertions(+), 0 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1877 git=0d94a319cde7abd9254b4e9a0ef9e927c7bf4a30


 ChangeLog       |   14 ++++++++++----
 cherokee/util.c |    4 ++--
 cherokee/util.h |   14 ++++++++------
 3 files changed, 20 insertions(+), 12 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1876 git=b38952d669778925f84c4ed6e179cc044f88d246


 cherokee/socket.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1875 git=c5d5f0fa95936e81b2b0e3a0c9f4cfcd077b464d


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1874 git=443c453fb80f816144356d8664ee649e119f0601


 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1872 git=010eb3668edcd1bd8b380248109868c41ce058e5


 cherokee/handler_dirlist.c |    7 +++----
 cherokee/rule_directory.c  |    6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1871 git=f1d0cc7cbdeb90032e920b60eee820bc39091a53


 ChangeLog                       |    9 +++++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   49 +++++++++++++++++++++++++++++++++++++++
 cherokee/handler_dirlist.c      |   42 +-------------------------------
 cherokee/rule_directory.c       |    6 ++--
 5 files changed, 64 insertions(+), 43 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1868 git=865fb206723cff3c132bee7c7b75fd7b494d8260


 cherokee/util.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1867 git=c7e73b1c312b1b940e2f1887d05cb6143e731196


 ChangeLog                  |    3 +++
 cherokee/handler_dirlist.c |   10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1864 git=1f5d9ae8060fca1e5543ee662a24eeb07bd37aee


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1859 git=a854e5fc6773e98d07b2d32e5ac91d819fb00427


 ChangeLog         |    4 ++++
 cherokee/thread.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1857 git=eb75e1e0c1e6d0fbe8925b56e5ec947a9e37e4d7


 ChangeLog                  |    4 ++++
 cherokee/handler_dirlist.c |   14 ++++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)


2008-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1854 git=ba6f2ea39f7de87e70794f8a1b0c0638366ca9af


 ChangeLog                  |    7 ++++++-
 cherokee/handler_dirlist.c |    8 +++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)


2008-08-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1853 git=37264d09a707615d928fd85e5410097eb6bbe813


 ChangeLog             |    3 +++
 cherokee/connection.c |   10 +++++++++-
 cherokee/handler.h    |    9 +++++----
 3 files changed, 17 insertions(+), 5 deletions(-)


2008-08-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1852 git=9e9a2ff34440a0c4460fbc60dbe2026a116685b1


 ChangeLog         |    6 ++++++
 cherokee/buffer.c |   22 ++++++++++++++++++++++
 cherokee/buffer.h |    1 +
 3 files changed, 29 insertions(+), 0 deletions(-)


2008-08-16  Taher Shihadeh  <taher@unixwars.com>
            svn=1851 git=71f74f8c0f684717685533bcae13906a36dffd58


 ChangeLog                       |    8 +++-
 doc/Makefile.am                 |    1 +
 doc/basics_installation_svn.txt |   71 +++++++++++++++++++++++++++++++++++++++
 doc/index.txt                   |    1 +
 4 files changed, 79 insertions(+), 2 deletions(-)


2008-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1850 git=29d3eef461df72b86a8036ba7486b67636976590


 ChangeLog           |    5 +++++
 cherokee/balancer.c |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


2008-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1849 git=37e5d26cb740899a0fbe5c337fe813547ceae8a2


 ChangeLog                     |   19 ++++++++---
 cherokee/handler_fcgi.c       |   65 ++++----------------------------------
 cherokee/handler_mirror.c     |   30 ++----------------
 cherokee/handler_scgi.c       |   65 ++++----------------------------------
 cherokee/source.c             |   38 ++++++++++++++++++++++
 cherokee/source.h             |   26 +++++++++++-----
 cherokee/source_interpreter.c |   69 +++++++++++++++++++++++++++++++++++++++++
 cherokee/source_interpreter.h |    5 +++
 8 files changed, 160 insertions(+), 157 deletions(-)


2008-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1848 git=b5e352b10f03554a60bd3241ee14062ceaa0f3b2


 cherokee/handler_mirror.c |    8 +++++++-
 cherokee/handler_mirror.h |    1 -
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1847 git=443b67ac8b4a26b0f55666f02a8658c045546e7a


 cherokee/handler_mirror.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1845 git=3c40db2d98f2039949ee97be252b03f754e13fda


 ChangeLog                     |    8 +++++++-
 admin/PageVServer.py          |   32 +++++++++++++++++++++-----------
 admin/PageVServers.py         |   20 +++++++++++++++-----
 admin/static/css/cherokee.css |   34 +++++++++++++++++++---------------
 4 files changed, 62 insertions(+), 32 deletions(-)


2008-08-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1844 git=73c4c78bd50a6b69d3138179f8077245c8589485


 doc/basics_upgrade.txt        |    2 +-
 doc/basics_why_cherokee.txt   |    4 ++--
 doc/bundle_cherokee-tweak.txt |    4 ++--
 doc/other_goodies.txt         |    8 ++++----
 4 files changed, 9 insertions(+), 9 deletions(-)


2008-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1842 git=73c09e306685bbf5b112ddbce706c26a31912c66


 ChangeLog            |    7 +++++++
 admin/PageVServer.py |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1839 git=0958176591b1c1c2d0334583181b21ddf8fc675b


 doc/other_goodies.txt |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1838 git=f48a42661f4ff8800353742265d9612193f3d21a


 ChangeLog             |    7 +++++++
 cherokee/connection.c |    7 ++++++-
 cherokee/socket.c     |   47 ++++++++++++++++++++++++++++++++++++++++++-----
 cherokee/socket.h     |    1 +
 cherokee/thread.c     |   19 ++++++++++++++++---
 cherokee/thread.h     |    3 ++-
 6 files changed, 74 insertions(+), 10 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1837 git=9e53d7620d8aae93c460785f05b9ec7d4b1224d5


 ChangeLog       |    2 ++
 qa/base.py      |    5 +++--
 qa/run-tests.py |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1836 git=65565162bdc9f52e25e32afd3b44d2902bc16dc3


 doc/bundle_cherokee-admin.txt    |   26 +++++++++++++-------------
 doc/bundle_cherokee-guardian.txt |   12 +++++-------
 doc/cookbook_authentication.txt  |   29 +++++++++++++++++++++++++++--
 doc/media/css/cherokee_doc.css   |    6 +-----
 4 files changed, 46 insertions(+), 27 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1830 git=f19e977bc0fc12acc13b8411f7477dc31ec3a50e


 doc/media/images/admin_index.png  |  Bin 103749 -> 107783 bytes
 doc/media/images/admin_launch.png |  Bin 106292 -> 112237 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1829 git=34c46c06e8dd336bdcc3d16861977f21408cff6e


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1826 git=811e18786b68b962938f7f15ffb47e0f933a7d6c


 ChangeLog |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1824 git=2c8364ff75ba6d31ed6106e3042ad130d117046c


 doc/Makefile.am                               |    2 +
 doc/cookbook_authentication.txt               |   36 ++++++++++++++++++++++--
 doc/media/images/cookbook_mysql_rule.png      |  Bin 0 -> 26060 bytes
 doc/media/images/cookbook_mysql_validator.png |  Bin 0 -> 49986 bytes
 4 files changed, 35 insertions(+), 3 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1823 git=45656f2f454873eed18105ad7b6dd8826dabc016


 doc/cookbook_authentication.txt      |    3 +--
 doc/index.txt                        |   19 +++++++++----------
 doc/modules_handlers_server_info.txt |   13 ++++++-------
 3 files changed, 16 insertions(+), 19 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1822 git=9c03b84b4aaf38195eaae412fb0deecc55360eb0


 cherokee/downloader.c |    2 +-
 cherokee/post.h       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1821 git=a6a48cec99f8d34219e5e385d16cbf079ee9e4d1


 ChangeLog       |    6 ++++++
 doc/Makefile.am |    5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1820 git=bc87dbaee5386d32b52dd6f7c856c2e4d92dbce1


 doc/cookbook_authentication.txt |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1819 git=8b15b97f740af10795231f82aec63897353c4198


 doc/bundle_cherokee-admin.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1818 git=e4d23f50e695c19440c4e9fdb77da9ce41a11bbe


 doc/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1817 git=6b06d31d1e883f1f610483d34b925b7f3c8091ad


 doc/build/build_web.sh                   |    1 +
 doc/bundle_cherokee-tweak.txt            |    2 +-
 doc/media/images/admin_advanced.png      |  Bin 128302 -> 59828 bytes
 doc/media/images/admin_general.png       |  Bin 113821 -> 52373 bytes
 doc/media/images/admin_handler_admin.png |  Bin 0 -> 32913 bytes
 doc/media/images/admin_index.png         |  Bin 113792 -> 103749 bytes
 doc/media/images/admin_launch.png        |  Bin 143841 -> 106292 bytes
 doc/media/images/admin_vserver.png       |  Bin 81555 -> 29448 bytes
 doc/media/images/cherokee-tweak.png      |  Bin 81315 -> 0 bytes
 9 files changed, 2 insertions(+), 1 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1816 git=7cc267c723fd3b2cf4ae114f45bf5cbc0e1238a3


 ChangeLog                             |   39 ++++++++++++++++
 doc/Makefile.am                       |   56 ++++++++++++-----------
 doc/basics.txt                        |   18 ++++---
 doc/basics_download.txt               |    2 +
 doc/basics_installation.txt           |    2 +
 doc/basics_installation_unix.txt      |    4 +-
 doc/basics_installation_windows.txt   |    2 +
 doc/basics_requirements.txt           |    4 +-
 doc/basics_running_cherokee.txt       |    2 +
 doc/basics_upgrade.txt                |    2 +
 doc/basics_why_cherokee.txt           |    2 +
 doc/build/build_web.sh                |    1 -
 doc/build/doc.conf                    |    7 ---
 doc/build/web.conf                    |    2 +-
 doc/bundle.txt                        |   14 +++---
 doc/bundle_cget.txt                   |    6 ++-
 doc/bundle_cherokee-config.txt        |    6 ++-
 doc/bundle_cherokee-guardian.txt      |    6 ++-
 doc/bundle_cherokee-tweak.txt         |    6 ++-
 doc/bundle_cherokee.txt               |    6 ++-
 doc/bundle_spawn-fcgi.txt             |    6 ++-
 doc/config.txt                        |   18 ++++---
 doc/config_advanced.txt               |    2 +
 doc/config_encoding.txt               |    2 +
 doc/config_general.txt                |    2 +
 doc/config_icons.txt                  |    2 +
 doc/config_mime_types.txt             |    2 +
 doc/config_quickstart.txt             |    2 +
 doc/config_virtual_servers.txt        |    2 +
 doc/config_virtual_servers_rule.txt   |    2 +
 doc/cookbook.txt                      |   16 ++++---
 doc/cookbook_authentication.txt       |    2 +
 doc/cookbook_cross_compilation.txt    |    2 +
 doc/cookbook_django.txt               |    2 +
 doc/cookbook_managing_logs.txt        |    2 +
 doc/cookbook_optimizations.txt        |    2 +
 doc/cookbook_php.txt                  |    2 +
 doc/cookbook_ror.txt                  |    2 +
 doc/cookbook_ssl.txt                  |    2 +
 doc/dev.txt                           |    6 ++-
 doc/dev_api.txt                       |    2 +
 doc/dev_cherokee.conf.txt             |    6 ++-
 doc/dev_debug.txt                     |    6 ++-
 doc/dev_examples.txt                  |    2 +
 doc/index.txt                         |   81 +++++++++++++++++++++++++++-----
 doc/media/css/cherokee_doc.css        |    9 +++-
 doc/modules.txt                       |   56 +++++++++++-----------
 doc/modules_balancers.txt             |    2 +
 doc/modules_balancers_round_robin.txt |    2 +
 doc/modules_encoders.txt              |    2 +
 doc/modules_encoders_deflate.txt      |    2 +
 doc/modules_encoders_gzip.txt         |    2 +
 doc/modules_handlers.txt              |    2 +
 doc/modules_handlers_admin.txt        |    2 +
 doc/modules_handlers_cgi.txt          |    2 +
 doc/modules_handlers_common.txt       |    2 +
 doc/modules_handlers_dirlist.txt      |    2 +
 doc/modules_handlers_fcgi.txt         |    2 +
 doc/modules_handlers_file.txt         |    2 +
 doc/modules_handlers_mirror.txt       |    2 +
 doc/modules_handlers_redir.txt        |    2 +
 doc/modules_handlers_scgi.txt         |    2 +
 doc/modules_handlers_server_info.txt  |    2 +
 doc/modules_loggers.txt               |    2 +
 doc/modules_loggers_combined.txt      |    2 +
 doc/modules_loggers_ncsa.txt          |    7 ++-
 doc/modules_loggers_w3c.txt           |    2 +
 doc/modules_validators.txt            |    2 +
 doc/modules_validators_htdigest.txt   |    2 +
 doc/modules_validators_htpasswd.txt   |    6 ++-
 doc/modules_validators_ldap.txt       |    3 +
 doc/modules_validators_mysql.txt      |    6 ++-
 doc/modules_validators_pam.txt        |    2 +
 doc/modules_validators_plain.txt      |    2 +
 doc/other.txt                         |    4 +-
 doc/other_goodies.txt                 |    6 ++-
 76 files changed, 368 insertions(+), 137 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1815 git=1d7b9513c520123b0544cd115f86bc3e6803a369


 ChangeLog       |    2 ++
 qa/conf.py      |    7 ++++---
 qa/run-tests.py |    7 ++++---
 3 files changed, 10 insertions(+), 6 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1814 git=7e1666fcc23c91fd46351290ea9bf43fea033d9e


 ChangeLog                       |    3 ++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   45 +++++++++++++++++++++++++++-----------
 cherokee/thread.c               |   14 ++++-------
 4 files changed, 41 insertions(+), 22 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1813 git=8b5bf87a4fb052750740d121a83be2101583b61b


 qa/066-DirectoryIndex3.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1812 git=84042413a797b6081b8ab4ed8ef7ec96e6480c12


 ChangeLog         |    4 ++++
 cherokee/server.c |    7 ++++++-
 2 files changed, 10 insertions(+), 1 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1811 git=b4493838a83e4967a017bf8187d64afe2db44e7b


 doc/build/build_combined.sh     |    4 ---
 doc/build/build_web.sh          |    2 +-
 doc/build/doc.conf              |    2 +-
 doc/build/web.conf              |   51 +++++++++++++++++++++++++++++++++++++++
 doc/build/website_template.conf |   51 ---------------------------------------
 doc/media/css/cherokee_doc.css  |   20 +--------------
 6 files changed, 54 insertions(+), 76 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1810 git=35e728bc3dee4e836e9c97d9ee3e23c2b61188ae


 ChangeLog         |    3 +++
 cherokee/server.c |   30 ------------------------------
 2 files changed, 3 insertions(+), 30 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1809 git=41395b8fdeafbaf6bdc85bc18e97dee1b9a18bbb


 cherokee/thread.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1808 git=f906bd4f4a727c8107ef56e53d62727f2b9e701d


 ChangeLog                  |    5 +++++
 cherokee/handler_dirlist.c |   20 ++++++++++++++++++--
 2 files changed, 23 insertions(+), 2 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1807 git=b313ee7bc415bb50c04001ed1406f3071a02c9a0


 ChangeLog         |    3 +++
 cherokee/thread.c |   28 +++++++---------------------
 2 files changed, 10 insertions(+), 21 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1806 git=9fe0c358cd9468149caf5a53066f1b8ca30c8425


 ChangeLog             |    5 +++++
 cherokee/connection.c |   38 ++++++++++++++++++++------------------
 2 files changed, 25 insertions(+), 18 deletions(-)


2008-08-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1804 git=d954c2904985c001361582a4a67bffb65ed0897a


 doc/cookbook_authentication.txt  |   70 ++++++++++++++++++++++++++++++++++++-
 doc/cookbook_optimizations.txt   |   27 +++++++-------
 doc/modules.txt                  |    1 +
 doc/modules_validators_plain.txt |    1 +
 doc/other_goodies.txt            |   25 ++++++++++++-
 5 files changed, 106 insertions(+), 18 deletions(-)


2008-08-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1802 git=1bba80774ac3aef4589ce9db9e10a8c6d1913811


 doc/TOC.txt |  121 -----------------------------------------------------------
 1 files changed, 0 insertions(+), 121 deletions(-)


2008-08-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1801 git=5b30f333118f67f199bd4dd099638dde63228a6d


 ChangeLog                                   |   19 +++++
 doc/Makefile.am                             |   23 +++---
 doc/TOC.txt                                 |   45 ++++++----
 doc/TODO                                    |   26 ------
 doc/basics.txt                              |    4 -
 doc/basics_why_cherokee.txt                 |    2 +-
 doc/build/chunked_template.conf             |   35 --------
 doc/build/combined.txt                      |   69 ----------------
 doc/build/combined_template.conf            |    5 -
 doc/build/doc.conf                          |   35 ++++++++
 doc/bundle.txt                              |    4 -
 doc/config.txt                              |    4 -
 doc/cookbook.txt                            |   11 ++-
 doc/cookbook_authentication.txt             |   32 ++++++--
 doc/cookbook_cross_compilation.txt          |    4 +-
 doc/cookbook_django.txt                     |   90 ++++++++++++++++++++-
 doc/cookbook_managing_logs.txt              |    4 +
 doc/cookbook_optimizations.txt              |  109 +++++++++++++++++++++++--
 doc/cookbook_php.txt                        |    5 +-
 doc/cookbook_ror.txt                        |  105 ++++++++++++++++++++++--
 doc/cookbook_ssl.txt                        |   26 +++---
 doc/dev.txt                                 |    6 +-
 doc/dev_api.txt                             |    4 +
 doc/dev_cherokee.conf.txt                   |  117 ++++++++++++++++++++++++---
 doc/dev_examples.txt                        |    4 +
 doc/index.txt                               |   66 +++++++++++++++
 doc/media/images/cookbook_django_common.png |  Bin 0 -> 36521 bytes
 doc/media/images/cookbook_django_scgi.png   |  Bin 0 -> 21403 bytes
 doc/media/images/cookbook_ror_common.png    |  Bin 0 -> 34821 bytes
 doc/media/images/cookbook_ror_fcgi.png      |  Bin 0 -> 31653 bytes
 doc/modules.txt                             |   30 ++++++-
 doc/modules_handlers_fcgi.txt               |   10 +++
 doc/modules_handlers_scgi.txt               |    2 +-
 doc/modules_validators_htdigest.txt         |   19 -----
 doc/modules_validators_htpasswd.txt         |   20 -----
 doc/modules_validators_ldap.txt             |   24 ------
 doc/modules_validators_mysql.txt            |   25 ------
 doc/modules_validators_pam.txt              |   16 ----
 doc/modules_validators_plain.txt            |   30 +------
 doc/other.txt                               |    1 +
 doc/other_goodies.txt                       |    4 +-
 41 files changed, 661 insertions(+), 374 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1800 git=c7fa85cbcaac92302a7fa8211e1baaa9fe66d88e


 ChangeLog                     |    7 +++++++
 qa/170-Error-ContentLength.py |   36 ++++++++++++++++++++++++++++++++++++
 qa/Makefile.am                |    3 ++-
 3 files changed, 45 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1799 git=c13b89b8ad8bbd02930f111d1af7d57d00d01cb8


 ChangeLog                   |    5 ++
 cherokee/Makefile.am        |    2 -
 cherokee/connector.c        |  111 -------------------------------------------
 cherokee/connector.h        |   59 -----------------------
 cherokee/downloader.c       |   12 +----
 cherokee/server-protected.h |    3 -
 cherokee/server.c           |   14 ++----
 cherokee/source.c           |    8 +---
 8 files changed, 14 insertions(+), 200 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1798 git=612acc3fdec0788c87c0202bd41a72843efa54d4


 ChangeLog             |    3 +++
 cherokee/main_admin.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1797 git=75304f74e9114c746057ff393ef300de03621455


 ChangeLog                 |    4 ++++
 admin/static/js/common.js |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1796 git=50d5a7b5becb48fb1b11f08703db085b7d51b997


 cherokee.conf.sample.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1795 git=2dc21dd8a57fcae6cb3c9dc4de159d2458073d5c


 ChangeLog                      |    5 +++++
 admin/ModuleServerInfo.py      |   21 ++++++++++++---------
 cherokee/handler_server_info.c |   21 ++++++++++++++-------
 3 files changed, 31 insertions(+), 16 deletions(-)


2008-08-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1794 git=c09b07391f198eda48530b5ba340b0d5dcf62dcd


 admin/PageVServer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1793 git=a00d5959636ffe877fa02830cebd863bdcd1e807


 ChangeLog                |    5 +++++
 cherokee/plugin_loader.c |    7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1792 git=e9ad420a462df06adf435bb1bf1ee3843b169844


 ChangeLog               |    5 +++++
 admin/ModuleBalancer.py |   22 ++++++++++++++++------
 2 files changed, 21 insertions(+), 6 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1791 git=258bff90b5e75a1627c11f4da9f1798dddabad0d


 ChangeLog             |    5 +++++
 admin/ModuleMirror.py |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1790 git=bca525421ba831916b84ec039b87c9c81d81377e


 ChangeLog               |    4 ++++
 cherokee/resolv_cache.c |    2 +-
 cherokee/socket.c       |   25 +++++++++++++++++--------
 cherokee/socket.h       |    5 +++++
 cherokee/source.c       |   11 +++++++----
 5 files changed, 34 insertions(+), 13 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1789 git=bd51dfd95cb8895d354eaa630ea41fee9289f08f


 ChangeLog                 |    6 +++++
 cherokee/handler_mirror.c |   53 +++++++++++++++++++++++++++++++-------------
 cherokee/handler_mirror.h |    1 +
 3 files changed, 44 insertions(+), 16 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1788 git=97a80453fc55f8d647516bac00dee9f6ce4a9724


 ChangeLog                       |    8 +++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   27 ++++++++++++++++++
 cherokee/thread.c               |   58 ++++++++++++++++++++++++---------------
 4 files changed, 72 insertions(+), 22 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1787 git=d4009f41ba2b45eef860467eb9c91bad2f24ba8b


 admin/ModuleErrorNn.py |    2 ++
 admin/PageVServer.py   |    8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2008-08-12  Taher Shihadeh  <taher@unixwars.com>
            svn=1786 git=51726a5e2ff483495c75c072bc53018ae8338fd9


 ChangeLog                        |    8 +++++
 doc/Makefile.am                  |    6 +++-
 doc/TOC.txt                      |   26 ++++++++++--------
 doc/cookbook_django.txt          |    6 ++++
 doc/cookbook_optimizations.txt   |   13 +++++++++
 doc/cookbook_php.txt             |   49 +++++++++++++++++++++++++++++++++++
 doc/cookbook_ror.txt             |   10 +++++++
 doc/modules_handlers_cgi.txt     |   16 ++++++++++-
 doc/modules_handlers_fcgi.txt    |   53 +++++---------------------------------
 doc/modules_validators_ldap.txt  |   23 +++++++++++++++-
 doc/modules_validators_mysql.txt |   27 ++++++++++++++++---
 doc/modules_validators_pam.txt   |    7 +++++
 doc/other_goodies.txt            |    5 +++
 13 files changed, 184 insertions(+), 65 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1785 git=4a10e84a9bf2503a15b71d4761bc5d38b18488de


 ChangeLog                |    7 +++
 admin/PageVServer.py     |   96 +++++++++++++++++++++++++-----------------
 admin/pyscgi.py          |    1 +
 cherokee/connection.c    |    3 +-
 cherokee/logger_ncsa.c   |   22 ++++++----
 cherokee/logger_w3c.c    |   31 +++++--------
 cherokee/logger_writer.c |  104 ++++++++++++++++++----------------------------
 cherokee/logger_writer.h |    1 -
 8 files changed, 134 insertions(+), 131 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1784 git=275b52f75e8b5f7a4b52b821bbcc970549547fc8


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |   17 ++++++++++++-----
 admin/Page.py               |   34 +++++++++++++++++++++++++++++++---
 admin/pyscgi.py             |   23 ++++++++++++++---------
 admin/server.py             |   10 ++++++----
 5 files changed, 68 insertions(+), 21 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1783 git=ce617369f189f008b29ce46188544d8bbda0a13e


 cherokee/info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1782 git=9f99e989249f622cfc95253741933549e50f8127


 ChangeLog       |    5 +++++
 admin/server.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-08-12  Taher Shihadeh  <taher@unixwars.com>
            svn=1781 git=811bb06068f73798b68928716c0312376d60c7b0


 ChangeLog            |    6 ++++++
 admin/ModuleLdap.py  |   13 ++++++-------
 admin/ModuleMysql.py |    3 +--
 3 files changed, 13 insertions(+), 9 deletions(-)


2008-08-12  Taher Shihadeh  <taher@unixwars.com>
            svn=1780 git=95ded600f2090c8ce917afe0812828ad7af891fd


 admin/ModuleMysql.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1778 git=5deeaa8a199b52a9ede1e482ae364171004ae989


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2008-08-12  Taher Shihadeh  <taher@unixwars.com>
            svn=1777 git=90d2b14b49db9c557877f5b304c961aa43e928ed


 doc/TOC.txt                         |   10 ++++----
 doc/modules_validators_htdigest.txt |   26 +++++++++++++++-----
 doc/modules_validators_htpasswd.txt |   30 ++++++++++++++++++------
 doc/modules_validators_ldap.txt     |   26 ++++++++++----------
 doc/modules_validators_pam.txt      |    8 +++++-
 doc/modules_validators_plain.txt    |   43 ++++++++++++++++++++++++++++------
 6 files changed, 100 insertions(+), 43 deletions(-)


2008-08-11  Taher Shihadeh  <taher@unixwars.com>
            svn=1776 git=9dcb5eafb50814e05c6e13605f64824810df71fe


 ChangeLog                            |   13 +++++
 cherokee/handler.c                   |    2 +-
 cherokee/handler_server_info.c       |   14 +++---
 cherokee/logger.c                    |    8 ++--
 cherokee/logger_ncsa.c               |    4 +-
 doc/Makefile.am                      |    5 ++-
 doc/TOC.txt                          |   22 ++++----
 doc/config_virtual_servers.txt       |    6 ++-
 doc/modules_balancers.txt            |   28 +++++++---
 doc/modules_handlers_admin.txt       |   26 ++++++++++
 doc/modules_handlers_cgi.txt         |    2 +-
 doc/modules_handlers_fcgi.txt        |   92 +++++++++++++++++++---------------
 doc/modules_handlers_mirror.txt      |   13 +++++
 doc/modules_handlers_scgi.txt        |   18 ++++++-
 doc/modules_handlers_server_info.txt |   41 +++++++++++++++
 doc/modules_loggers.txt              |    4 +-
 doc/modules_loggers_combined.txt     |   39 +++++++++++++-
 doc/modules_loggers_ncsa.txt         |   77 ++++++++++++++++++++++++++++-
 doc/modules_loggers_w3c.txt          |   32 +++++++++++-
 doc/modules_validators.txt           |   30 ++++++++++-
 doc/modules_validators_pam.txt       |   11 +++--
 doc/other_goodies.txt                |    6 +-
 22 files changed, 397 insertions(+), 96 deletions(-)


2008-08-08  Taher Shihadeh  <taher@unixwars.com>
            svn=1774 git=81e69e445abf189cf5b3312d28f8ef418e7cbfa6


 doc/other_goodies.txt |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)


2008-08-08  Taher Shihadeh  <taher@unixwars.com>
            svn=1773 git=72cb3127ac16491a43f7d24f3091f0c3c1204da5


 ChangeLog                        |   12 +++++++-
 doc/Makefile.am                  |    3 ++
 doc/TOC.txt                      |   45 ++++++++++++++-------------
 doc/TODO                         |   11 ++++---
 doc/basics_why_cherokee.txt      |   33 +++++++++++--------
 doc/config_quickstart.txt        |   14 +++++----
 doc/modules_balancers.txt        |    2 +-
 doc/modules_encoders.txt         |    5 +++
 doc/modules_handlers.txt         |   26 ++++++++++++++++
 doc/modules_handlers_cgi.txt     |   29 ++++++++++--------
 doc/modules_handlers_common.txt  |   43 ++++++++++++++------------
 doc/modules_handlers_dirlist.txt |   62 ++++++++++++++++++++++---------------
 doc/modules_handlers_fcgi.txt    |    4 +-
 doc/modules_handlers_file.txt    |   31 ++++++++++--------
 doc/modules_handlers_redir.txt   |   61 +++++++++++++++++++++----------------
 doc/modules_loggers.txt          |   24 +++++++++++---
 doc/modules_validators.txt       |   30 ++++++++++++++++++
 doc/other_goodies.txt            |   62 ++++++++++++++++++++++++++++++++++++++
 18 files changed, 343 insertions(+), 154 deletions(-)


2008-08-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1772 git=c8ecd5528520d781a70dcdbb0a995b32571619f1


 admin/PageFeedback.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2008-08-07  Taher Shihadeh  <taher@unixwars.com>
            svn=1771 git=b1bb6d64f460f835d4599aba6c97b405dde9a694


 ChangeLog                             |   31 ++++++++++++++++++---
 cherokee-guardian.1                   |    2 +-
 cherokee/main_guardian.c              |   16 +++++-----
 doc/Makefile.am                       |    2 +
 doc/TOC.txt                           |   14 +++++-----
 doc/config_quickstart.txt             |   13 +++++----
 doc/modules_balancers.txt             |   46 +++++++++++++++++++++++++++++++++
 doc/modules_balancers_round_robin.txt |   22 +++++++++------
 doc/modules_encoders.txt              |   22 +++++++++++++++
 doc/modules_encoders_deflate.txt      |    2 +-
 10 files changed, 133 insertions(+), 37 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1770 git=f7c88b0b462aa905584fd6483009b399b7621fe6


 ChangeLog                   |    7 ++-
 cherokee/main.c             |   24 ++++------
 cherokee/main_guardian.c    |   39 +++++++++++----
 cherokee/server-protected.h |    9 ++--
 cherokee/server.c           |  109 +++++++++++++------------------------------
 cherokee/server.h           |    7 +--
 6 files changed, 83 insertions(+), 112 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1769 git=b452a2fac49de9beb80e69cc1135a9011b58dff8


 ChangeLog         |    3 +++
 cherokee/socket.c |   43 +++++++++++++++++++++++++++++++++++++------
 2 files changed, 40 insertions(+), 6 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1768 git=0d79fa21422edaa504245a3b505b37ce71a8cea0


 ChangeLog          |    3 +++
 cherokee/encoder.c |   18 +++++++++++-------
 cherokee/util.c    |   38 ++++++++++++++++++++++++++++++++++++++
 cherokee/util.h    |    1 +
 4 files changed, 53 insertions(+), 7 deletions(-)


2008-08-07  Taher Shihadeh  <taher@unixwars.com>
            svn=1767 git=70898774054acf8b74d22be7efee500d8172c825


 doc/TOC.txt                    |    4 ++
 doc/config_quickstart.txt      |    8 ++-
 doc/dev_cherokee.conf.txt      |   83 ++++++++++++++++++++++-----------------
 doc/dev_debug.txt              |   68 +++++++++++++++++++--------------
 doc/media/css/cherokee_doc.css |   11 +++++-
 5 files changed, 105 insertions(+), 69 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1766 git=ccd1eb5b785463e1bcdfd83933058e4365b904e8


 ChangeLog                   |    4 +++
 cherokee/connection.c       |    3 +-
 cherokee/handler_error_nn.c |   62 ++++++++++++++++++++++++++++++++++++------
 cherokee/handler_error_nn.h |    4 +++
 qa/048-NN.py                |   34 ++++++++++++++---------
 qa/049-NN-broken.py         |   19 +++++++++----
 6 files changed, 96 insertions(+), 30 deletions(-)


2008-08-07  Taher Shihadeh  <taher@unixwars.com>
            svn=1765 git=07e487088236cc7148c7d9f1326a04147c9a5dc2


 doc/Makefile.am                     |    7 +++
 doc/TOC.txt                         |   60 ++++++++++++++++++-----------
 doc/TODO                            |   12 ++----
 doc/basics.txt                      |   12 ++++++
 doc/basics_installation.txt         |   11 +++++
 doc/basics_installation_windows.txt |   16 ++++----
 doc/basics_upgrade.txt              |    2 +
 doc/build/chunked_template.conf     |    4 +-
 doc/bundle.txt                      |   10 +++++
 doc/bundle_cget.txt                 |   25 +++++-------
 doc/bundle_cherokee-admin.txt       |   46 ++++++++++++----------
 doc/bundle_cherokee-config.txt      |    8 ++--
 doc/bundle_cherokee-guardian.txt    |   20 +++++----
 doc/bundle_cherokee-tweak.txt       |   16 ++++----
 doc/bundle_cherokee.txt             |   16 ++++----
 doc/config.txt                      |   12 ++++++
 doc/config_encoding.txt             |    2 +-
 doc/config_quickstart.txt           |   72 +++++++++++++++++++++-------------
 doc/config_virtual_servers.txt      |   24 ++++++-----
 doc/config_virtual_servers_rule.txt |   54 +++++++++++++-------------
 doc/cookbook.txt                    |    4 ++
 doc/dev.txt                         |    4 ++
 doc/media/css/cherokee_doc.css      |    7 ++-
 doc/modules.txt                     |    4 ++
 24 files changed, 274 insertions(+), 174 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1764 git=662aa91d590dcecf3379e9cde977795b5ae3b45e


 qa/run-tests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1763 git=5e19f11d3451f248508b0bf625f6ec29527c1167


 ChangeLog                   |    4 ++++
 cherokee/connection.c       |   15 ++++++++++++---
 cherokee/server-protected.h |    6 +++---
 cherokee/thread.h           |    4 ++--
 4 files changed, 21 insertions(+), 8 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1762 git=791c13366a70aaa07632d4ae255fe012bfd3b9f2


 cherokee/handler_webcam.c |  123 ---------------------------------------------
 cherokee/handler_webcam.h |   57 ---------------------
 2 files changed, 0 insertions(+), 180 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1761 git=7cef61422ce9341eaceea91e70765509bf07b1a9


 cherokee/server.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1760 git=29870f44b4c8abd0c4c1cd70b8f41c028f1dfa36


 ChangeLog         |    3 +++
 cherokee/server.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1759 git=9a9f6ccd08daf0d6adbb7af377cccf893db006cc


 ChangeLog              |   11 ++
 cherokee/fdpoll-port.c |    3 +
 cherokee/macros.h      |    2 +-
 cherokee/server.c      |   24 ++--
 cherokee/socket.c      |   29 +++-
 cherokee/thread.c      |  460 +++++++++++++++++++++++++-----------------------
 cherokee/thread.h      |    5 +-
 cherokee/util.c        |    4 +-
 cherokee/util.h        |    2 +-
 9 files changed, 296 insertions(+), 244 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1758 git=645d4da02877653a08d14fe0165bd9b1c204c4a4


 doc/media/css/cherokee_doc.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1757 git=f4ba604d6e51bb088ba1be2ab93fa4abaeb6ccad


 doc/TOC.txt                     |    2 +-
 doc/build/chunked_template.conf |   10 +-
 doc/media/css/cherokee_doc.css  |  272 ++++----------------------------------
 3 files changed, 37 insertions(+), 247 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1756 git=5f702a107fe2c63c530b0113733900c09e450438


 doc/media/css/cherokee_doc.css |  313 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 313 insertions(+), 0 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1755 git=c1691a863da5d6f3695157eb218ffab95fe7c6a6


 doc/Makefile.am                       |    5 +-
 doc/TOC.txt                           |    2 +-
 doc/config_quickstart.txt             |  169 ++++++++++++++++++++++++++++++++-
 doc/media/images/admin_noconfig.png   |  Bin 0 -> 18926 bytes
 doc/media/images/admin_notrunning.png |  Bin 0 -> 35911 bytes
 doc/media/images/admin_rule_regex.png |  Bin 0 -> 17099 bytes
 6 files changed, 173 insertions(+), 3 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1754 git=25836f4e639abe88ed8bfeb6086d15c7bf435782


 ChangeLog                   |   12 +++++++
 cherokee/common-internal.h  |    3 --
 cherokee/connection.c       |    9 +++++
 cherokee/downloader_async.c |    2 +-
 cherokee/fcgi_manager.c     |    2 +-
 cherokee/handler_file.c     |   10 +++--
 cherokee/handler_scgi.c     |    2 +-
 cherokee/logger_writer.c    |    8 ++++-
 cherokee/server.c           |   28 ++++++++++------
 cherokee/socket.c           |   70 +++++++++++++--------------------------
 cherokee/source.c           |    4 +-
 cherokee/thread.c           |   12 ++-----
 cherokee/util.c             |   76 ++++++++++++++++++++++++++++++++++++++++---
 cherokee/util.h             |    4 ++-
 14 files changed, 157 insertions(+), 85 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1753 git=c365cba6e852dc6ab573506f4ec021dc12ab369c


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1752 git=7d487a851473fce1f1fbabb18f0f07c906ccb914


 ChangeLog                           |    3 +
 admin/ModuleRedir.py                |    2 +-
 admin/PageEntry.py                  |    8 +-
 doc/Makefile.am                     |    3 +-
 doc/TOC.txt                         |    9 +--
 doc/TODO                            |  135 +---------------------------------
 doc/basics_requirements.txt         |   16 +++--
 doc/bundle_cget.txt                 |   59 +++++++++++++++
 doc/config_quickstart.txt           |   49 +++++++++++++
 doc/config_virtual_servers_rule.txt |   18 +++---
 doc/config_walkthrough.txt          |   68 ------------------
 11 files changed, 144 insertions(+), 226 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1751 git=421be1366a4c2c2644c6d6afef86d2144be47187


 ChangeLog    |    3 +++
 configure.in |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1750 git=904bde38bc994d10116718ac8b35d6d8a548f86d


 ChangeLog             |    2 ++
 admin/PageVServers.py |   43 ++++++++++++++++++++++++++-----------------
 2 files changed, 28 insertions(+), 17 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1749 git=677eedb0c5d4dd0bd3231e69b2f9cb79a64b06f5


 admin/ModuleRedir.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1748 git=4d4ca25768f6a97e783a1b0a0994c0acec7766ca


 ChangeLog                       |    4 ++++
 admin/static/images/Makefile.am |    3 ++-
 admin/static/images/favicon.ico |  Bin 0 -> 769 bytes
 cherokee/main_admin.c           |    5 +++--
 4 files changed, 9 insertions(+), 3 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1747 git=e45f7064b2b7f8e6471462eeed9643aa928c4323


 cherokee/connection-protected.h |    2 +-
 cherokee/socket.h               |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1746 git=acc7a4ec68c55904ae9262a4d025edc66552ae65


 ChangeLog         |    3 +++
 cherokee/socket.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1745 git=312062c8a606e5426a7a7d202b5ecdada849978d


 ChangeLog               |    7 +++++++
 cherokee/handler_fcgi.c |    4 +++-
 cherokee/handler_scgi.c |    4 +++-
 3 files changed, 13 insertions(+), 2 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1744 git=a37be4190d07a16bd33f17a9edd0c01308487a32


 admin/PageEntry.py                  |    2 +-
 doc/Makefile.am                     |    5 +-
 doc/TOC.txt                         |    1 +
 doc/config_virtual_servers.txt      |   51 +++++++++++++---
 doc/config_virtual_servers_rule.txt |  112 +++++++++++++++++++++++++++++++++++
 doc/config_walkthrough.txt          |    4 +-
 doc/entry.txt                       |  108 ---------------------------------
 doc/index.txt                       |   68 ---------------------
 doc/loggers.txt                     |    8 ---
 doc/modules_loggers.txt             |    8 +++
 10 files changed, 169 insertions(+), 198 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1743 git=ee679f0d215140340fa12bc91087efbdb8b40285


 doc/config_advanced.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1742 git=40985daf9c9eb24820d7d248b772a204ffd9cfad


 qa/help.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1741 git=cbf6b0827c2c8aaaa1eb215b4aa4341235d6002f


 ChangeLog       |    5 +++++
 qa/conf.py      |    1 +
 qa/run-tests.py |    6 +++++-
 3 files changed, 11 insertions(+), 1 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1740 git=958ab583b7bfa7675c49152071c08dc9e5fd8bed


 ChangeLog                                  |    8 +
 admin/PageAdvanced.py                      |   10 +-
 doc/Makefile.am                            |   26 ++-
 doc/TOC.txt                                |   94 ++++----
 doc/advanced.txt                           |    7 -
 doc/authentication.txt                     |   20 --
 doc/bundle_cherokee-admin.txt              |   19 +-
 doc/bundle_cherokee-config.txt             |   25 +-
 doc/bundle_cherokee-tweak.txt              |   18 +-
 doc/bundle_cherokee.txt                    |   33 +--
 doc/bundle_spawn-fcgi.txt                  |   48 ++--
 doc/config_advanced.txt                    |   86 +++++++
 doc/config_encoding.txt                    |   17 ++
 doc/config_general.txt                     |   91 +++++++
 doc/config_icons.txt                       |   36 +++
 doc/config_mime_types.txt                  |   14 +
 doc/config_virtual_servers.txt             |  297 ++++++++++++++++++++++
 doc/config_walkthrough.txt                 |   68 +++++
 doc/cookbook_authentication.txt            |   20 ++
 doc/cookbook_cross_compilation.txt         |  109 ++++++++
 doc/cookbook_ssl.txt                       |  128 ++++++++++
 doc/cross_compile_cherokee.txt             |  109 --------
 doc/debug.txt                              |   88 -------
 doc/dev_cherokee.conf.txt                  |  369 ++++++++++++++++++++++++++++
 doc/dev_debug.txt                          |   89 +++++++
 doc/general.txt                            |   65 -----
 doc/generating_ssl_keys.txt                |  128 ----------
 doc/icons.txt                              |   30 ---
 doc/index.txt                              |   24 +-
 doc/internal_configuration.txt             |  340 -------------------------
 doc/media/images/admin_encoding.png        |  Bin 31751 -> 23180 bytes
 doc/media/images/admin_encoding_gzip.png   |  Bin 0 -> 31751 bytes
 doc/media/images/admin_mime.png            |  Bin 0 -> 30643 bytes
 doc/media/images/admin_vserver_vserver.png |  Bin 0 -> 25319 bytes
 doc/modules_encoders_deflate.txt           |   19 ++
 doc/modules_encoders_gzip.txt              |   14 +-
 doc/modules_handlers_fastcgi.txt           |   81 ------
 doc/modules_handlers_fcgi.txt              |   81 ++++++
 doc/vserver.txt                            |  215 ----------------
 39 files changed, 1589 insertions(+), 1237 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1739 git=202f21dafcd45e37c7ba69b9e4c7247f42cec16a


 admin/PageEncoders.py |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1738 git=8069462a08ba5b973391e242a80623a4064c5fea


 cherokee.conf.sample.pre            |   72 +++++++++++++++++-----------------
 cherokee/main.c                     |   26 ++++++------
 cherokee/main_admin.c               |    7 ++-
 performance.conf.sample.pre         |    8 ++--
 qa/015-CGI-simple.py                |    6 +-
 qa/016-CGI-pathinfo.py              |    6 +-
 qa/017-CGI-pathinfo2.py             |    6 +-
 qa/018-CGI-pathinfo3.py             |    6 +-
 qa/029-Post+Without-lenght.py       |    8 ++--
 qa/030-Post+urlencoded.py           |    6 +-
 qa/031-Post+urlencoded2.py          |    6 +-
 qa/033-DirIndex.py                  |    6 +-
 qa/034-DirIndex2.py                 |    6 +-
 qa/035-PHP-simple.py                |    8 ++--
 qa/036-DocumentRoot-common.py       |    8 ++--
 qa/039-Auth-Basic.py                |   14 +++---
 qa/040-Auth-Basic2.py               |   14 +++---
 qa/041-Auth-Basic3.py               |   14 +++---
 qa/046-Redir.py                     |    8 ++--
 qa/047-Redir2.py                    |    8 ++--
 qa/048-NN.py                        |    6 +-
 qa/049-NN-broken.py                 |    6 +-
 qa/050-HeadBody.py                  |    6 +-
 qa/061-PAM.py                       |   12 +++---
 qa/062-PAM2.py                      |   12 +++---
 qa/063-DocumentRoot.py              |    8 ++--
 qa/064-DirectoryIndex.py            |    6 +-
 qa/067-PathInfo.py                  |    6 +-
 qa/068-PathInfo2.py                 |    8 ++--
 qa/069-PathInfo3.py                 |    6 +-
 qa/070-Inherit.py                   |   20 +++++-----
 qa/071-Inherit2.py                  |   20 +++++-----
 qa/072-Inherit3.py                  |   14 +++---
 qa/073-Access.py                    |    8 ++--
 qa/074-Access2.py                   |    8 ++--
 qa/075-AccessRange.py               |    8 ++--
 qa/076-AccessRange2.py              |    8 ++--
 qa/077-AccessRange3.py              |    8 ++--
 qa/078-AccessAny.py                 |    8 ++--
 qa/079-Extension.py                 |   16 ++++----
 qa/080-Extension2.py                |   14 +++---
 qa/081-DocumentRoot-Common-index.py |    8 ++--
 qa/082-Auth-header.py               |   16 ++++----
 qa/083-RedirParam.py                |   12 +++---
 qa/084-RedirParamShow.py            |   12 +++---
 qa/085-AuthUsers.py                 |   16 ++++----
 qa/086-AuthUsers2.py                |   16 ++++----
 qa/088-CGI-envs.py                  |   10 ++--
 qa/089-gzip-encoding.py             |    6 +-
 qa/090-Digest.py                    |   14 +++---
 qa/091-Digest2.py                   |   14 +++---
 qa/092-Digest3.py                   |   14 +++---
 qa/093-InvalidLinks.py              |    6 +-
 qa/095-htpasswd-apache-md5.py       |   14 +++---
 qa/096-htpasswd-md5.py              |   14 +++---
 qa/097-htpasswd-sha1.py             |   14 +++---
 qa/098-htpasswd-crypt.py            |   14 +++---
 qa/099-htpasswd-plain.py            |   14 +++---
 qa/100-Digest-htdigest.py           |   14 +++---
 qa/102-QueryString.py               |    6 +-
 qa/103-ScriptName.py                |    8 ++--
 qa/104-ScriptAlias_PathInfo.py      |    8 ++--
 qa/105-If-Range.py                  |    6 +-
 qa/106-If-Range2.py                 |    6 +-
 qa/107-Priority1.py                 |   12 +++---
 qa/108-Priority2.py                 |   12 +++---
 qa/109-Priority3.py                 |   12 +++---
 qa/110-Priority4.py                 |   12 +++---
 qa/112-NiceError-CGI.py             |    8 ++--
 qa/113-HeaderFile.py                |    8 ++--
 qa/114-HeaderFile2.py               |    8 ++--
 qa/115-Respin.py                    |   30 +++++++-------
 qa/118-Request-redir.py             |   10 ++--
 qa/122-Methods.py                   |    6 +-
 qa/123-ImplicitRedit.py             |    8 ++--
 qa/126-SCGI.py                      |   14 +++---
 qa/127-SCGI-Post.py                 |   14 +++---
 qa/128-ValidMethod-common.py        |    6 +-
 qa/129-Basic-EmptyPasswd.py         |   14 +++---
 qa/130-Digest-EmptyPasswd.py        |   14 +++---
 qa/131-ChangeUser-phpcgi.py         |   10 ++--
 qa/138-ChangeUser-cgi.py            |    8 ++--
 qa/140-SCGI-EmptyVars.py            |   14 +++---
 qa/141-FastCGI-EmptyVars.py         |   14 +++---
 qa/142-SCGI-ExtraVars.py            |   16 ++++----
 qa/143-ContentRange-NoIO.py         |    8 ++--
 qa/144-ContentRange2-NoIO.py        |    8 ++--
 qa/145-ContentRange3-NoIO.py        |    8 ++--
 qa/146-ContentRange4-NoIO.py        |    8 ++--
 qa/147-ContentRange-Double-NoIO.py  |    8 ++--
 qa/148-ContentRange-Double2-NoIO.py |    8 ++--
 qa/149-Common-PathInfo.py           |    8 ++--
 qa/150-Common-No-PathInfo.py        |    8 ++--
 qa/151-SCGI-vars.py                 |   16 ++++----
 qa/152-SCGI-vars2.py                |   16 ++++----
 qa/154-DirRedirection.py            |    8 ++--
 qa/155-DirRedirection2.py           |    8 ++--
 qa/157-Dirlist-symlinks.py          |    8 ++--
 qa/158-RuleHeader1.py               |    8 ++--
 qa/159-RuleHeader2.py               |   18 ++++----
 qa/162-RuleAnd1.py                  |   20 +++++-----
 qa/163-RuleAnd2.py                  |   20 +++++-----
 qa/164-RuleOr1.py                   |   20 +++++-----
 qa/165-RuleOr2.py                   |   20 +++++-----
 qa/166-xsendfile1.py                |    8 ++--
 qa/167-RuleGeoIP.py                 |   20 +++++-----
 qa/168-Deflate-Encoding.py          |    6 +-
 qa/169-Pipermail.py                 |    8 ++--
 qa/run-tests.py                     |   26 ++++++------
 109 files changed, 629 insertions(+), 628 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1737 git=eacf1998f542bb90e677a9f6225b4e4f3236fa3a


 cherokee.conf.sample.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1736 git=e2e4daa549f6f92f3f1381d80fe72dcabc4870e4


 admin/ModuleErrorNn.py |    2 +-
 admin/consts.py        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1735 git=28ada85ba5520b54684fb99c81aa3d2e358160e1


 cherokee/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1734 git=c0df9b2bd67587261e4a2474be7df6f0ab375306


 cherokee/Makefile.am        |    7 +--
 cherokee/handler_error_nn.c |  155 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_error_nn.h |   40 +++++++++++
 3 files changed, 197 insertions(+), 5 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1733 git=15ade42daab75c969c9ccf0c6ce192cfa9538b18


 admin/ModuleGeoip.py    |    2 +-
 admin/PageVServer.py    |    6 +++---
 admin/vserver.help.html |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1732 git=1bcf4303c5a51d4f68edca3520d46f6320acd305


 admin/Makefile.am      |    1 +
 admin/ModuleErrorNn.py |   17 +++++
 admin/consts.py        |    2 +-
 cherokee/Makefile.am   |   49 +++++++-------
 cherokee/handler_nn.c  |  168 ------------------------------------------------
 cherokee/handler_nn.h  |   40 -----------
 cherokee/nn.deps       |    1 -
 configure.in           |    6 +-
 8 files changed, 46 insertions(+), 238 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1731 git=d0c54349fbf5faeb1ab9ff3eaf01d237883fdd7b


 ChangeLog             |    4 +++
 admin/consts.py       |    3 +-
 cherokee/handler_nn.c |   55 +++++++++++++++++++-----------------------------
 cherokee/handler_nn.h |   10 ++++----
 4 files changed, 33 insertions(+), 39 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1730 git=20fd273f196c4dab5c883cd210715fe476a0b93b


 ChangeLog         |    7 +++++++
 admin/Form.py     |    5 ++++-
 admin/PageIcon.py |    5 ++++-
 admin/PageMime.py |    3 ++-
 admin/Post.py     |   10 +++++++++-
 admin/Theme.py    |    7 ++++++-
 6 files changed, 32 insertions(+), 5 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1729 git=0b153775f43c32c190d4d33135251f76e970b672


 admin/PageGeneral.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1728 git=6a7b6a36fa05d24ab26b4873695d94e39aee7c84


 admin/PageMime.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1727 git=ad91ebd2fe1f584d452e9f6fe01a0635d581f812


 cherokee/server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1726 git=8713722ff69f7b12d2d4334c55679fa0dfaa6f68


 ChangeLog                |    4 ++++
 cherokee/config_reader.c |   19 +++++++++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)


2008-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1725 git=a0de36868198952a51f1210606329831b24c92eb


 ChangeLog          |    6 ++++--
 admin/PageEntry.py |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)


2008-08-04  Taher Shihadeh  <taher@unixwars.com>
            svn=1724 git=7d4364504fa6a3abb2736cc88a57f6a4452f1b72


 ChangeLog                           |   18 +++++--
 cherokee-guardian.1                 |    4 +-
 cherokee.1                          |   36 ++++++------
 doc/Makefile.am                     |   52 ++++++------------
 doc/TOC.txt                         |   99 +++++++++++++++++------------------
 doc/TODO                            |   82 +----------------------------
 doc/admin.txt                       |   45 ----------------
 doc/basics_download.txt             |    2 +-
 doc/basics_running_cherokee.txt     |   17 ++++--
 doc/basics_upgrade.txt              |   35 ++++++++++++
 doc/basics_why_cherokee.txt         |   19 ++++---
 doc/build/chunked_template.conf     |    3 +
 doc/bundle_cherokee-admin.txt       |   99 +++++++++++++++++++++++++++++++++++
 doc/bundle_cherokee-config.txt      |   46 ++++++++++++++++
 doc/bundle_cherokee-guardian.txt    |   30 +++++++++++
 doc/bundle_cherokee-tweak.txt       |   97 ++++++++++++++++++++++++++++++++++
 doc/bundle_cherokee.txt             |   67 +++++++++++++++++++++++
 doc/bundle_spawn-fcgi.txt           |   61 +++++++++++++++++++++
 doc/cherokee_tweak.txt              |   53 -------------------
 doc/debug.txt                       |    3 -
 doc/index.txt                       |   19 -------
 doc/media/images/cherokee-tweak.png |  Bin 0 -> 81315 bytes
 doc/modules_validators_ldap.txt     |    2 +-
 23 files changed, 565 insertions(+), 324 deletions(-)


2008-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1723 git=811513ee0eeb5e6f8d74efa494060dc9148ae818


 admin/PageVServers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1722 git=3c0a5ba6f8fd33d5037d5cb214b3516b6d50d2e4


 ChangeLog             |  143 ++++++++++++++++++++++++-----------------------
 admin/PageVServers.py |  146 +++++++++++++++++++++++++++++++++++--------------
 admin/RuleList.py     |    2 +-
 admin/server.py       |    3 +-
 4 files changed, 180 insertions(+), 114 deletions(-)


2008-08-04  Taher Shihadeh  <taher@unixwars.com>
            svn=1721 git=c321c515b99787b04f44337e6560344bec48dc0e


 doc/debug.txt                   |   46 ++++++++++++++++++++++++++++++++++----
 doc/media/images/tracelor.png   |  Bin 0 -> 10792 bytes
 doc/modules_validators_ldap.txt |   36 ++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 5 deletions(-)


2008-08-03  Taher Shihadeh  <taher@unixwars.com>
            svn=1720 git=c03648d60fdbe678a7c04f5eba4c1e001c33a095


 doc/basics_installation_unix.txt    |    2 +-
 doc/basics_installation_windows.txt |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


2008-08-03  Taher Shihadeh  <taher@unixwars.com>
            svn=1719 git=3222070c2baecb0d40603b78ac467f95f27d5b7d


 doc/Makefile.am                     |   10 +-
 doc/basics_download.txt             |   37 +++++++++
 doc/basics_installation_unix.txt    |   75 ++++++++++++++++++
 doc/basics_installation_windows.txt |  143 +++++++++++++++++++++++++++++++++++
 doc/basics_running_cherokee.txt     |   21 +++++
 doc/basics_why_cherokee.txt         |   39 ++++++++++
 doc/download.txt                    |   37 ---------
 doc/installation_unix.txt           |   75 ------------------
 doc/installation_windows.txt        |  143 -----------------------------------
 doc/running_cherokee.txt            |   21 -----
 doc/why_cherokee.txt                |   39 ----------
 11 files changed, 320 insertions(+), 320 deletions(-)


2008-08-03  Taher Shihadeh  <taher@unixwars.com>
            svn=1718 git=251fdc02371b3700160dd93a0013cb50377d4a76


 ChangeLog                                |    4 +
 doc/Makefile.am                          |   18 ++-
 doc/TOC.txt                              |   90 +++++++++++
 doc/TODO                                 |  234 +++++++++++++++++++++++++++++
 doc/basics_requirements.txt              |   54 +++++++
 doc/build/TODO                           |  237 ------------------------------
 doc/build/download.txt                   |   37 -----
 doc/build/installation_unix.txt          |   75 ----------
 doc/build/installation_windows.txt       |  143 ------------------
 doc/build/running_cherokee.txt           |   20 ---
 doc/build/why_cherokee.txt               |   39 -----
 doc/compiling_and_installing_unix.txt    |   82 ----------
 doc/compiling_and_installing_windows.txt |    2 -
 doc/download.txt                         |   36 ++++-
 doc/installation_unix.txt                |   75 ++++++++++
 doc/installation_windows.txt             |  143 ++++++++++++++++++
 doc/running_cherokee.txt                 |   21 +++
 doc/why_cherokee.txt                     |   39 +++++
 18 files changed, 702 insertions(+), 647 deletions(-)


2008-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1717 git=450937e593450cb272f17993bf7f895eb15059fa


 ChangeLog            |    3 +++
 admin/PageVServer.py |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1716 git=69d0bfb4e88be1474c80297aa1ef1b8dfe90a9e4


 ChangeLog         |    7 +++++--
 contrib/07to08.py |    6 ++++++
 2 files changed, 11 insertions(+), 2 deletions(-)


2008-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1715 git=82ce4eb9a7f043e4920e43ca05a85b5fab403221


 ChangeLog                           |   72 ++++++++++++++++++
 admin/CherokeeManagement.py         |    7 +-
 admin/PageVServer.py                |   14 +---
 admin/PageVServers.py               |   53 +++++++++++---
 cherokee.conf.sample.pre            |   71 +++++++++---------
 cherokee/connection.c               |    8 ++-
 cherokee/handler_cgi.c              |    1 +
 cherokee/handler_cgi_base.c         |    2 +-
 cherokee/main.c                     |   33 +++++----
 cherokee/main_admin.c               |    5 +-
 cherokee/server-protected.h         |    1 -
 cherokee/server.c                   |  137 ++++++++++++++++++-----------------
 cherokee/thread.c                   |    2 +-
 cherokee/virtual_server.c           |   22 ++++--
 cherokee/virtual_server.h           |    6 ++-
 performance.conf.sample.pre         |    7 +-
 qa/015-CGI-simple.py                |    6 +-
 qa/016-CGI-pathinfo.py              |    6 +-
 qa/017-CGI-pathinfo2.py             |    6 +-
 qa/018-CGI-pathinfo3.py             |    6 +-
 qa/020-VirtualHost.py               |   11 ++--
 qa/021-VirtualHost2.py              |   11 ++--
 qa/029-Post+Without-lenght.py       |    8 +-
 qa/030-Post+urlencoded.py           |    6 +-
 qa/031-Post+urlencoded2.py          |    6 +-
 qa/033-DirIndex.py                  |    6 +-
 qa/034-DirIndex2.py                 |    6 +-
 qa/035-PHP-simple.py                |    8 +-
 qa/036-DocumentRoot-common.py       |    8 +-
 qa/039-Auth-Basic.py                |   14 ++--
 qa/040-Auth-Basic2.py               |   14 ++--
 qa/041-Auth-Basic3.py               |   14 ++--
 qa/044-Home.py                      |   11 ++--
 qa/045-Home2.py                     |   11 ++--
 qa/046-Redir.py                     |    8 +-
 qa/047-Redir2.py                    |    8 +-
 qa/048-NN.py                        |    6 +-
 qa/049-NN-broken.py                 |    6 +-
 qa/050-HeadBody.py                  |    6 +-
 qa/061-PAM.py                       |   12 ++--
 qa/062-PAM2.py                      |   12 ++--
 qa/063-DocumentRoot.py              |    8 +-
 qa/064-DirectoryIndex.py            |    6 +-
 qa/066-DirectoryIndex3.py           |   10 ++--
 qa/067-PathInfo.py                  |    6 +-
 qa/068-PathInfo2.py                 |    8 +-
 qa/069-PathInfo3.py                 |    6 +-
 qa/070-Inherit.py                   |   20 +++---
 qa/071-Inherit2.py                  |   20 +++---
 qa/072-Inherit3.py                  |   14 ++--
 qa/073-Access.py                    |    8 +-
 qa/074-Access2.py                   |    8 +-
 qa/075-AccessRange.py               |    8 +-
 qa/076-AccessRange2.py              |    8 +-
 qa/077-AccessRange3.py              |    8 +-
 qa/078-AccessAny.py                 |    8 +-
 qa/079-Extension.py                 |   16 ++--
 qa/080-Extension2.py                |   14 ++--
 qa/081-DocumentRoot-Common-index.py |    8 +-
 qa/082-Auth-header.py               |   16 ++--
 qa/083-RedirParam.py                |   12 ++--
 qa/084-RedirParamShow.py            |   12 ++--
 qa/085-AuthUsers.py                 |   16 ++--
 qa/086-AuthUsers2.py                |   16 ++--
 qa/088-CGI-envs.py                  |   10 ++--
 qa/089-gzip-encoding.py             |    6 +-
 qa/090-Digest.py                    |   14 ++--
 qa/091-Digest2.py                   |   14 ++--
 qa/092-Digest3.py                   |   14 ++--
 qa/093-InvalidLinks.py              |    6 +-
 qa/094-URL-request.py               |   15 ++--
 qa/095-htpasswd-apache-md5.py       |   14 ++--
 qa/096-htpasswd-md5.py              |   14 ++--
 qa/097-htpasswd-sha1.py             |   14 ++--
 qa/098-htpasswd-crypt.py            |   14 ++--
 qa/099-htpasswd-plain.py            |   14 ++--
 qa/100-Digest-htdigest.py           |   14 ++--
 qa/102-QueryString.py               |    6 +-
 qa/103-ScriptName.py                |    8 +-
 qa/104-ScriptAlias_PathInfo.py      |    8 +-
 qa/105-If-Range.py                  |    6 +-
 qa/106-If-Range2.py                 |    6 +-
 qa/107-Priority1.py                 |   12 ++--
 qa/108-Priority2.py                 |   12 ++--
 qa/109-Priority3.py                 |   12 ++--
 qa/110-Priority4.py                 |   12 ++--
 qa/112-NiceError-CGI.py             |    8 +-
 qa/113-HeaderFile.py                |    8 +-
 qa/114-HeaderFile2.py               |    8 +-
 qa/115-Respin.py                    |   30 ++++----
 qa/116-RequestTiny.py               |   28 ++++----
 qa/117-DomainToDir.py               |   16 ++--
 qa/118-Request-redir.py             |   10 ++--
 qa/121-NoUserDir.py                 |   12 ++--
 qa/122-Methods.py                   |    6 +-
 qa/123-ImplicitRedit.py             |    8 +-
 qa/124-DomainToDir2.py              |   27 ++++----
 qa/125-domain-redir1.py             |   25 ++++---
 qa/126-SCGI.py                      |   14 ++--
 qa/127-SCGI-Post.py                 |   14 ++--
 qa/128-ValidMethod-common.py        |    6 +-
 qa/129-Basic-EmptyPasswd.py         |   14 ++--
 qa/130-Digest-EmptyPasswd.py        |   14 ++--
 qa/131-ChangeUser-phpcgi.py         |   10 ++--
 qa/135-RedirParams.py               |   37 +++++-----
 qa/138-ChangeUser-cgi.py            |    8 +-
 qa/139-domain-wildcards1.py         |   17 +++--
 qa/140-SCGI-EmptyVars.py            |   14 ++--
 qa/141-FastCGI-EmptyVars.py         |   14 ++--
 qa/142-SCGI-ExtraVars.py            |   16 ++--
 qa/143-ContentRange-NoIO.py         |    8 +-
 qa/144-ContentRange2-NoIO.py        |    8 +-
 qa/145-ContentRange3-NoIO.py        |    8 +-
 qa/146-ContentRange4-NoIO.py        |    8 +-
 qa/147-ContentRange-Double-NoIO.py  |    8 +-
 qa/148-ContentRange-Double2-NoIO.py |    8 +-
 qa/149-Common-PathInfo.py           |    8 +-
 qa/150-Common-No-PathInfo.py        |    8 +-
 qa/151-SCGI-vars.py                 |   16 ++--
 qa/152-SCGI-vars2.py                |   16 ++--
 qa/153-SCGI-vars-root.py            |   21 +++---
 qa/154-DirRedirection.py            |    8 +-
 qa/155-DirRedirection2.py           |    8 +-
 qa/157-Dirlist-symlinks.py          |    8 +-
 qa/158-RuleHeader1.py               |    8 +-
 qa/159-RuleHeader2.py               |   18 +++---
 qa/160-RuleNot1.py                  |   19 +++---
 qa/161-RuleNot2.py                  |   19 +++---
 qa/162-RuleAnd1.py                  |   20 +++---
 qa/163-RuleAnd2.py                  |   20 +++---
 qa/164-RuleOr1.py                   |   20 +++---
 qa/165-RuleOr2.py                   |   20 +++---
 qa/166-xsendfile1.py                |    8 +-
 qa/167-RuleGeoIP.py                 |   20 +++---
 qa/168-Deflate-Encoding.py          |    6 +-
 qa/169-Pipermail.py                 |    8 +-
 qa/run-tests.py                     |   25 ++++---
 137 files changed, 998 insertions(+), 876 deletions(-)


2008-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1714 git=279cc011cb52f8d9e24b238d28f41cf8bd78c8f5


 ChangeLog                |   11 +++++++++++
 cherokee/config_reader.c |   37 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 47 insertions(+), 1 deletions(-)


2008-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1713 git=f1fa775a80cb57289ecbceaa71c2ad0362ab6e7c


 cherokee/read_config_grammar.y | 1834 ----------------------------------------
 cherokee/read_config_scanner.l |  155 ----
 2 files changed, 0 insertions(+), 1989 deletions(-)


2008-08-01  Taher Shihadeh  <taher@unixwars.com>
            svn=1712 git=bf52ae118d50f3e8daf42f171488088d76580a2f


 ChangeLog                          |    7 ++
 doc/build/TODO                     |   16 +++--
 doc/build/download.txt             |   37 +++++++++
 doc/build/installation_unix.txt    |   75 +++++++++++++++++++
 doc/build/installation_windows.txt |  143 ++++++++++++++++++++++++++++++++++++
 doc/build/running_cherokee.txt     |   20 +++++
 doc/build/why_cherokee.txt         |   39 ++++++++++
 7 files changed, 331 insertions(+), 6 deletions(-)


2008-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1711 git=20cf6e58f3101da4fd4683e1c9cf86131d1d07cb


 ChangeLog           |    3 ++
 contrib/07to08.py   |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am |    1 +
 3 files changed, 71 insertions(+), 0 deletions(-)


2008-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1710 git=d64299654e1f1e5b256baabd7f35b7d5ecef4098


 ChangeLog                |    5 +++++
 cherokee/buffer.c        |   17 +++++++++++++++++
 cherokee/buffer.h        |    2 ++
 cherokee/config_reader.c |    1 +
 4 files changed, 25 insertions(+), 0 deletions(-)


2008-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1709 git=e1a22473d1eefd822e80d32681cebed0491e8eb5


 ChangeLog       |   17 ++++++++++-------
 cherokee/http.h |    2 +-
 2 files changed, 11 insertions(+), 8 deletions(-)


2008-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1708 git=509021a8e6e92fe9f933bf508388413f00bc1194


 ChangeLog                       |   24 +++++++++-
 cherokee/buffer.c               |    3 +-
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   14 ++++-
 cherokee/handler_cgi.c          |    3 +
 cherokee/handler_cgi_base.h     |    1 +
 cherokee/handler_fcgi.c         |   98 ++++++++++++++++++++++++++------------
 cherokee/handler_fcgi.h         |    2 +
 cherokee/handler_scgi.c         |  101 ++++++++++++++++++++++++++++-----------
 cherokee/handler_scgi.h         |    8 ++-
 cherokee/socket.c               |   25 +++++++--
 cherokee/source.c               |   35 ++++++++++---
 cherokee/thread.c               |   55 +++++++++++++++------
 cherokee/util.c                 |   41 ++++++----------
 14 files changed, 289 insertions(+), 122 deletions(-)


2008-07-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1707 git=5fce6c2b5a965335313c310a5ec398628f66202b


 ChangeLog    |    4 ++++
 spawn-fcgi.1 |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-07-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1706 git=12d377aacd11fabec171eb3af635411878661e79


 doc/build/TODO |  289 ++++++++++++++++++++++++++++++++++++--------------------
 spawn-fcgi.1   |    2 +-
 2 files changed, 188 insertions(+), 103 deletions(-)


2008-07-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1705 git=beb62423e35ce33d47b3e2d42bcb0b9fdab0a786


 doc/build/TODO |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2008-07-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1704 git=07e6622d87f27c5955785e7a373cef6b8ddb4df3


 ChangeLog                   |    3 +
 doc/build/TODO              |  140 +++++++++++++++++++++++++++++++++++++++++++
 doc/build/build_combined.sh |    3 +-
 doc/build/combined.txt      |    2 +
 doc/cherokee_tweak.txt      |    2 +-
 5 files changed, 147 insertions(+), 3 deletions(-)


2008-07-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1703 git=c26dc17df360fcab43776200e4d967ad9c59f5b8


 ChangeLog            |   22 ++++++++++++++--------
 cherokee/Makefile.am |    2 +-
 2 files changed, 15 insertions(+), 9 deletions(-)


2008-07-30  Taher Shihadeh  <taher@unixwars.com>
            svn=1702 git=6b0b9580910b4d7600e73f39f56c6b9506aec9dc


 doc/cherokee_tweak.txt                |   38 +++++++++++++++++++-------------
 doc/compiling_and_installing_unix.txt |    2 +-
 doc/index.txt                         |    2 +-
 3 files changed, 24 insertions(+), 18 deletions(-)


2008-07-29  Taher Shihadeh  <taher@unixwars.com>
            svn=1701 git=63a673ca009d72dc8a09f23a329b561a0ce6dfc5


 ChangeLog                             |    7 +++
 doc/Makefile.am                       |    6 ++-
 doc/admin.txt                         |   46 ++++++++++++++++------
 doc/cherokee_tweak.txt                |   47 +++++++++++++++++++++++
 doc/compiling_and_installing_unix.txt |   66 +++++++++++++++++++-------------
 doc/index.txt                         |    1 +
 doc/media/images/admin_launch.png     |  Bin 127396 -> 143841 bytes
 7 files changed, 131 insertions(+), 42 deletions(-)


2008-07-28  Taher Shihadeh  <taher@unixwars.com>
            svn=1700 git=c70734a393f7956da3f63c47f04d7c1c233a2d66


 cherokee-tweak.1 |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


2008-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1699 git=b9af53a511f67a8e6aa5668dc2e4e5f46264d6a7


 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-07-28  Taher Shihadeh  <taher@unixwars.com>
            svn=1698 git=edd6e43dbea682852af8492c48b4093b60384530


 ChangeLog        |    4 ++++
 cherokee-admin.1 |    2 +-
 cherokee-tweak.1 |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee.1       |   30 ++++++++++++++++++------------
 cherokee_tweak.1 |   45 ---------------------------------------------
 5 files changed, 75 insertions(+), 58 deletions(-)


2008-07-28  Taher Shihadeh  <taher@unixwars.com>
            svn=1697 git=b24b0fc686deb6b2b98329e6039af2ba089144a6


 ChangeLog             |    7 +++++++
 admin/Form.py         |   25 ++++++++++++++++++++++---
 admin/PageAdvanced.py |    2 +-
 admin/PageEncoders.py |    2 +-
 admin/PageEntry.py    |    4 ++--
 admin/PageFeedback.py |    2 +-
 admin/PageGeneral.py  |    2 +-
 admin/PageIcon.py     |    4 ++--
 admin/PageMime.py     |    2 +-
 admin/PageVServer.py  |    2 +-
 admin/PageVServers.py |    4 ++--
 11 files changed, 41 insertions(+), 15 deletions(-)


2008-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1696 git=f1c4d9c4ec2accf23214306d9d95aabbf63a2bf3


 ChangeLog                   |    3 +++
 admin/CherokeeManagement.py |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1695 git=bd667655fd2cee7dcaeb309b068ddad1c0c5af7a


 ChangeLog                |   10 ++++++++++
 cget/main.c              |    7 ++++++-
 cherokee/main.c          |    4 +++-
 cherokee/main_guardian.c |    4 +++-
 cherokee/main_tweak.c    |    4 +++-
 cherokee/util.c          |    2 +-
 configure.in             |    6 +++++-
 7 files changed, 31 insertions(+), 6 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1694 git=49b44297f41244ecb0242001378e56cd49b47a46


 ChangeLog          |    7 ++++++-
 cherokee/iocache.c |   12 +++++++++---
 2 files changed, 15 insertions(+), 4 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1693 git=85d318e7550c152923a574f785889e373f152e60


 ChangeLog                 |    5 +++++
 cherokee/cache.c          |    2 +-
 cherokee/logger.c         |    2 +-
 cherokee/main_guardian.c  |    2 +-
 cherokee/server.c         |    2 ++
 cherokee/socket.c         |   23 ++++++++++++++++-------
 cherokee/socket.h         |    2 +-
 cherokee/virtual_server.c |    5 ++++-
 8 files changed, 31 insertions(+), 12 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1692 git=db7f424a2727dc6ab3c3f8b68c0115c929be8155


 ChangeLog             |    4 ++++
 acinclude.m4          |   24 ++++++++++++++++++++++++
 cherokee/connection.c |   22 +++-------------------
 cherokee/socket.c     |   29 +++++++++++++++++++++++++++++
 cherokee/socket.h     |    1 +
 configure.in          |    1 +
 6 files changed, 62 insertions(+), 19 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1691 git=d475c84611d322aadbee314b5bfb6d6d1e57499a


 ChangeLog       |    3 +++
 admin/config.py |   19 ++++++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1689 git=c9a54db574971a536ab2614872fc75bd69ec1a0f


 ChangeLog       |    3 +++
 admin/config.py |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-07-25  Taher Shihadeh  <taher@unixwars.com>
            svn=1688 git=cbcf38ef03ad23c76503289608c9e6013d780420


 ChangeLog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1687 git=7fdb9a1f2f5838b6d3ce03c5ea23d5dd8be25230


 ChangeLog            |    7 +++++++
 admin/Form.py        |   16 +++++++++++++++-
 admin/PageVServer.py |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1686 git=2b0c11172b46808a6aa4d442acb5634e28873bc6


 ChangeLog       |    3 +++
 admin/server.py |   11 ++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1684 git=3416d6320a2c2aa9bcf71fac3e62982db3e417dd


 ChangeLog                       |    8 ++++++++
 cherokee/connection-protected.h |    6 +++---
 cherokee/connection.c           |   10 ++++++----
 cherokee/handler_redir.c        |    9 +++++----
 cherokee/rule_request.c         |   12 +++---------
 cherokee/rule_request.h         |    3 ---
 6 files changed, 25 insertions(+), 23 deletions(-)


2008-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1683 git=2a7bc60279e1818b932f1b6874fbbdfeb3f8dc67


 ChangeLog        |    4 ++++
 cherokee/cache.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1682 git=5936f619c093c9374d592bcbcbaa0a069ef3c4df


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   19 ++++++++++++++-----
 2 files changed, 18 insertions(+), 5 deletions(-)


2008-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1681 git=9d27c6564934be222bda076ba5d842453d611759


 ChangeLog           |    6 ++++++
 cherokee/md5crypt.c |   29 +++++++++++++++--------------
 2 files changed, 21 insertions(+), 14 deletions(-)


2008-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1680 git=7f5c65b5805016700954cdce00d5ee248fa0b3dc


 cherokee/connection.c   |   37 ++++++++++++++++---------------------
 cherokee/handler_file.c |    7 ++++++-
 2 files changed, 22 insertions(+), 22 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1679 git=e6921b9a31f0764969e1f28bd0b864ab5de7cb64


 ChangeLog         |    5 +++++
 cherokee/access.c |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1678 git=95da93208154bc620e10cdacbfbeab030612763f


 cherokee/iocache.c |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1677 git=77d7833cf66d2eeabc3c1cbdee0a3493c0cb22b4


 cherokee/iocache.c |   25 ++++++++++++++++++-------
 cherokee/thread.c  |    3 +--
 2 files changed, 19 insertions(+), 9 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1676 git=c19578ac96e74138a1324834c1dd0b59286f825d


 cherokee/handler_common.c |    5 +++--
 cherokee/handler_file.c   |   11 +++++++++--
 cherokee/iocache.c        |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1675 git=db99ed44418b20a93359cd654e8b5b2d4435c4ed


 cherokee/handler_cgi_base.c |    1 +
 cherokee/handler_file.c     |    5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1674 git=c413fb3bca27d67b0c4584fd79b3695581707e60


 cherokee/handler_file.c |   14 +++++++++++++-
 cherokee/iocache.c      |   15 +++++++++++++++
 cherokee/iocache.h      |    3 +++
 cherokee/macros.h       |    3 ---
 4 files changed, 31 insertions(+), 4 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1673 git=465850efc2bf9a398f825ceb97f71236f70fc500


 ChangeLog                       |   12 +
 cherokee/Makefile.am            |    4 +-
 cherokee/cache.c                |  444 ++++++++++++++++++++++++++
 cherokee/cache.h                |  134 ++++++++
 cherokee/cherokee.h             |    1 +
 cherokee/connection-protected.h |    2 +-
 cherokee/connection.c           |   44 +--
 cherokee/handler_cgi_base.c     |   18 +-
 cherokee/handler_common.c       |   54 ++--
 cherokee/handler_file.c         |   74 +++--
 cherokee/iocache.c              |  653 +++++++++++++++------------------------
 cherokee/iocache.h              |   52 +++-
 cherokee/server-protected.h     |    4 +-
 cherokee/server.c               |   12 +-
 cherokee/thread.c               |   11 +-
 cherokee/thread.h               |    6 +-
 16 files changed, 1005 insertions(+), 520 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1672 git=31e22182b1c2e6a9f025e4309132384269f94bf1


 qa/help.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1671 git=80ed762d291fb885019bcbb9fb314a16d223e238


 qa/run-tests.py |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1670 git=c1989cf17043cba754fbe23825ba837203b87b86


 ChangeLog       |    5 +++++
 qa/base.py      |   42 ++++++++++++++++++++++++++----------------
 qa/run-tests.py |    6 +++---
 qa/util.py      |    7 ++++++-
 4 files changed, 40 insertions(+), 20 deletions(-)


2008-07-21  Taher Shihadeh  <taher@unixwars.com>
            svn=1669 git=5be4af95c264e10c93d29e2939b49bcee161c8cc


 admin/validations.py |    4 ++--
 qa/help.py           |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


2008-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1668 git=06f275ef2bfbc4ca80fa05e8399c9e430323d8ac


 cherokee/thread.c |   92 ++++++++++++++++++++---------------------------------
 1 files changed, 35 insertions(+), 57 deletions(-)


2008-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1667 git=6fb482a5880e2f93c67b4177eb905705ea69a9bb


 qa/base.py      |   20 ++++++++++----------
 qa/run-tests.py |    1 +
 2 files changed, 11 insertions(+), 10 deletions(-)


2008-07-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1665 git=474d4fb6455cfde5c69125dd38255954921433f1


 ChangeLog       |    3 +++
 qa/run-tests.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-07-18  Taher Shihadeh  <taher@unixwars.com>
            svn=1664 git=70dcb52a2de6141850799e42b7628081a69b3f7d


 doc/index.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-07-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1663 git=f5e00ed99a632488e9c46560afd2f07c2b623735


 ChangeLog          |    6 ++++++
 cherokee/version.c |   10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1662 git=b53c0165193d13cd0682377654b7c0ab6e0e44d7


 ChangeLog                   |    4 +++
 cherokee/server-protected.h |    1 -
 cherokee/server.c           |   54 ++++---------------------------------------
 3 files changed, 9 insertions(+), 50 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1661 git=367bae49502926e233df6b5d2e1025bc794609f4


 cherokee/source.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1660 git=70571a605cd929b3921abe80dd71aa15de1b3622


 cherokee/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1659 git=d44743dd58a72fb9326d3a77a7bbf757d8fd0b42


 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1658 git=d8eddaf91cb89ab24c101c4ffa849f46cc83ec7f


 cherokee/handler_fcgi.c |   10 ++++++++--
 cherokee/handler_scgi.c |    8 +++++++-
 2 files changed, 15 insertions(+), 3 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1657 git=84a4d2e37b9edcdd53e3f14938b0b381344ca5fc


 ChangeLog                   |   10 ++++
 cherokee/Makefile.am        |    4 +-
 cherokee/avl_r.c            |   59 ++++++++++++-----------
 cherokee/connector.c        |  111 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/connector.h        |   59 +++++++++++++++++++++++
 cherokee/downloader.c       |   16 +++++--
 cherokee/server-protected.h |    2 +
 cherokee/server.c           |   10 ++++-
 cherokee/source.c           |   13 ++++-
 9 files changed, 246 insertions(+), 38 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1656 git=12210d1ebc8c628608f727b888173e2cfbad491a


 doc/build/asciidoc.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2008-07-17  Taher Shihadeh  <taher@unixwars.com>
            svn=1655 git=4c24ac5036947915532e3b45ebc95e505b6d7bc3


 cherokee-admin.1 |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)


2008-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1654 git=2ee2225c88af8422b02b1b029b16bf5c24510701


 ChangeLog                      |    9 ++
 cherokee/Makefile.am           |    4 +-
 cherokee/bogotime.c            |  168 ++++++++++++++++++++++++++++++++++++++++
 cherokee/bogotime.h            |   63 +++++++++++++++
 cherokee/connection.c          |    3 +-
 cherokee/handler_server_info.c |    3 +-
 cherokee/init.c                |    5 +
 cherokee/iocache.c             |   11 ++-
 cherokee/nonce.c               |    3 +-
 cherokee/server-protected.h    |   12 +---
 cherokee/server.c              |   79 ++-----------------
 cherokee/thread.c              |   49 +++---------
 12 files changed, 282 insertions(+), 127 deletions(-)


2008-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1653 git=02c87c00b218e542e9b1569cb348abc1f0228e0c


 ChangeLog                |    4 ++++
 cherokee/main_guardian.c |   38 ++++++++++++++++++++++++--------------
 2 files changed, 28 insertions(+), 14 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1652 git=582c844bf4334638fc94f20e2dd2830601aa6c54

    Couple of wrong links fixed; btw: the new doc format eliminates the need for docutils and is suitable for PDF conversion
    
 doc/build/build_web.sh |    2 +-
 doc/download.txt       |    2 +-
 doc/index.txt          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2008-07-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1651 git=6505fbdfcf75803563b5418616ab0f0be94f13f8


 ChangeLog       |    8 +++++++-
 configure.in    |   19 -------------------
 doc/Makefile.am |    3 ---
 3 files changed, 7 insertions(+), 23 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1650 git=3e4c3849ccddb13572c472b63dcb8c6bc63e0c56


 ChangeLog               |    4 +
 doc/build/asciidoc.conf |  404 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 408 insertions(+), 0 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1649 git=da9ede719ea4842a4472e92a197373d7796b8077


 doc/media/css/cherokee_doc.css |  272 ++++++++++++++++++++++++++++++++++++++++
 doc/media/js/toc.js            |   69 ++++++++++
 2 files changed, 341 insertions(+), 0 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1648 git=3a5ee881adb9ba41186e9bdc3e6bf3321f8549cc


 doc/Makefile.am             |    2 +-
 doc/build/build_combined.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1647 git=e366204e9a947e2749ad7ec9368937cfbd00520b

    Changed documentation to asciidoc
    
 doc/Makefile.am                                    |   71 +-
 doc/admin.txt                                      |   25 +
 doc/advanced.txt                                   |    7 +
 doc/authentication.txt                             |   20 +
 doc/build/asciidoc.py                              | 4255 ++++++++++++++++++++
 doc/build/build_combined.sh                        |    5 +
 doc/build/build_web.sh                             |   11 +
 doc/build/chunked_template.conf                    |   28 +
 doc/build/combined.txt                             |   67 +
 doc/build/combined_template.conf                   |    5 +
 doc/build/javascripts/toc.js                       |   69 +
 doc/build/stylesheets/xhtml11-quirks.css           |   49 +
 doc/build/stylesheets/xhtml11.css                  |  284 ++
 doc/build/website_template.conf                    |   51 +
 doc/build/xhtml11-quirks.conf                      |   57 +
 doc/build/xhtml11.conf                             |  514 +++
 doc/build_docs.py                                  |  166 -
 doc/compiling_and_installing_unix.txt              |   70 +
 doc/compiling_and_installing_windows.txt           |    2 +
 doc/cross_compile_cherokee.txt                     |  109 +
 doc/debug.txt                                      |   55 +
 doc/django/LICENSE                                 |   27 -
 doc/django/VERSION                                 |    1 -
 doc/django/__init__.py                             |    8 -
 doc/django/conf/__init__.py                        |  151 -
 doc/django/conf/global_settings.py                 |  352 --
 doc/django/core/exceptions.py                      |   25 -
 doc/django/template/__init__.py                    |  934 -----
 doc/django/template/context.py                     |  100 -
 doc/django/template/defaultfilters.py              |  612 ---
 doc/django/template/defaulttags.py                 | 1034 -----
 doc/django/template/loader.py                      |  118 -
 doc/django/template/loader_tags.py                 |  177 -
 doc/django/template/loaders/filesystem.py          |   25 -
 doc/django/utils/encoding.py                       |   84 -
 doc/django/utils/functional.py                     |  124 -
 doc/django/utils/itercompat.py                     |   59 -
 doc/django/utils/text.py                           |  219 -
 doc/django/utils/translation/__init__.py           |  110 -
 doc/django/utils/translation/trans_null.py         |   50 -
 doc/django/utils/translation/trans_real.py         |  522 ---
 doc/download.txt                                   |   17 +
 doc/entry.txt                                      |  108 +
 doc/general.txt                                    |   65 +
 doc/generating_ssl_keys.txt                        |  128 +
 doc/icons.txt                                      |   30 +
 doc/index.txt                                      |   90 +
 doc/internal_configuration.txt                     |  340 ++
 doc/locale/en/How_to_generate_SSL_keys.txt         |  130 -
 doc/locale/en/admin.txt                            |   28 -
 doc/locale/en/advanced.txt                         |   10 -
 doc/locale/en/authentication.txt                   |   24 -
 doc/locale/en/balancers/round_robin.txt            |   19 -
 doc/locale/en/compiling_and_installing_unix.txt    |   74 -
 doc/locale/en/compiling_and_installing_windows.txt |    1 -
 doc/locale/en/cross_compile_cherokee.txt           |   91 -
 doc/locale/en/debug.txt                            |   46 -
 doc/locale/en/download.txt                         |   17 -
 doc/locale/en/encoders/gzip.txt                    |   26 -
 doc/locale/en/entry.txt                            |  108 -
 doc/locale/en/general.txt                          |   66 -
 doc/locale/en/handlers/cgi.txt                     |   35 -
 doc/locale/en/handlers/common.txt                  |   54 -
 doc/locale/en/handlers/dirlist.txt                 |   59 -
 doc/locale/en/handlers/fastcgi.txt                 |   92 -
 doc/locale/en/handlers/file.txt                    |   32 -
 doc/locale/en/handlers/redir.txt                   |   81 -
 doc/locale/en/handlers/scgi.txt                    |    5 -
 doc/locale/en/icons.txt                            |   41 -
 doc/locale/en/index.txt                            |  121 -
 doc/locale/en/internal_configuration.txt           |  320 --
 doc/locale/en/validators/htdigest.txt              |   28 -
 doc/locale/en/validators/htpasswd.txt              |   39 -
 doc/locale/en/validators/mysql.txt                 |   52 -
 doc/locale/en/validators/pam.txt                   |   30 -
 doc/locale/en/validators/plain.txt                 |   39 -
 doc/locale/en/vserver.txt                          |  226 --
 doc/loggers.txt                                    |    8 +
 doc/media/css/documentation.css                    |   51 -
 doc/modules_balancers_round_robin.txt              |   16 +
 doc/modules_encoders_gzip.txt                      |   27 +
 doc/modules_handlers_cgi.txt                       |   30 +
 doc/modules_handlers_common.txt                    |   44 +
 doc/modules_handlers_dirlist.txt                   |   48 +
 doc/modules_handlers_fastcgi.txt                   |   81 +
 doc/modules_handlers_file.txt                      |   28 +
 doc/modules_handlers_redir.txt                     |   69 +
 doc/modules_handlers_scgi.txt                      |    4 +
 doc/modules_loggers_combined.txt                   |    5 +
 doc/modules_loggers_ncsa.txt                       |    5 +
 doc/modules_loggers_w3c.txt                        |    5 +
 doc/modules_validators_htdigest.txt                |   29 +
 doc/modules_validators_htpasswd.txt                |   39 +
 doc/modules_validators_mysql.txt                   |   45 +
 doc/modules_validators_pam.txt                     |   27 +
 doc/modules_validators_plain.txt                   |   37 +
 doc/templates/base.html                            |   12 -
 doc/templates/doc_detail.html                      |   10 -
 doc/vserver.txt                                    |  215 +
 99 files changed, 7260 insertions(+), 6899 deletions(-)


2008-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1646 git=b845452307dacfb238ceee8b816d5247914e458b


 cherokee/main_guardian.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1645 git=5067bba3985e8878c4c7bb2b33fbdc060ed9000c


 ChangeLog                |    7 +++++++
 cherokee/main_guardian.c |    6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1644 git=a8d58df20193494e55f20d7a1ee905445ecb4b49


 ChangeLog                |    5 +++++
 cherokee/handler_error.c |   32 ++++++++++++++++----------------
 2 files changed, 21 insertions(+), 16 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1643 git=cabf5290b2e9652a5890f0df5e2650a579c72048


 ChangeLog                |    3 +++
 cherokee/handler_error.c |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1642 git=399e9c34930c31652a4e06b95e469539abe175cc


 ChangeLog             |    3 +++
 admin/PageVServers.py |   28 ++++++++++++++++++++++++++++
 admin/Table.py        |    5 +++--
 admin/config.py       |    6 ++++--
 4 files changed, 38 insertions(+), 4 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1641 git=e57424894c8d7ec7075fe939ede6de2e660f2148


 admin/validations.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1640 git=253a15e4d49202fbe44d6afbfa53e8622556ed62


 admin/PageVServer.py |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1639 git=63177e8710512340f45b1ca557bb6b702dd863e5


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |   12 +++++++++++-
 admin/config.py      |   11 +++++++++++
 3 files changed, 28 insertions(+), 1 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1638 git=a877121f74f37ec8e93fb31e4c3c08b64e825ef6


 ChangeLog         |    3 +++
 admin/PageMain.py |    4 ++--
 admin/Table.py    |   15 ++++++++-------
 3 files changed, 13 insertions(+), 9 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1637 git=87f6c88e5143d31ee616637b72bd5b3bb9435912


 ChangeLog                  |    5 +++++
 themes/default/header.html |   14 +++++++-------
 themes/default/theme.css   |    4 ++++
 3 files changed, 16 insertions(+), 7 deletions(-)


2008-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1634 git=3007178962e93f300265e98c27231dcae312c34d


 admin/PageVServers.py |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


2008-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1633 git=18cb503acfe263ebd4fcf7ca96da59d1dc27e172


 ChangeLog             |    4 ++++
 admin/PageVServers.py |   17 ++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)


2008-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1632 git=0e49cba0cfc1b4aef8c26f91d2835c1b8c763adc


 ChangeLog                  |    3 +++
 cherokee/handler_dirlist.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1631 git=5e7f700c7a31899e8958b46c05f62e3e59fe72d1


 ChangeLog                |    6 ++
 cherokee/handler_file.c  |    3 +-
 sites-default.sample.pre |  170 ----------------------------------------------
 3 files changed, 8 insertions(+), 171 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1625 git=beb695abc140c5fae64ec30455cc3df0992cba2c


 ChangeLog            |    3 +++
 admin/PageVServer.py |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1624 git=312613f8743960e3eee197ead114e7d995af644f


 ChangeLog       |    3 +++
 admin/consts.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1623 git=c18349d453b62c8717c3a5ac559b8d044bc73a0d


 ChangeLog             |    3 +++
 admin/PageVServers.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1622 git=00103a1c05eada95ddb4f00f83828e4d60a08563


 ChangeLog             |    3 +++
 admin/PageVServers.py |    6 +++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1621 git=f1ee434d1a642ef59b7ee4dc9cf43327d1ead8a6


 ChangeLog                |    7 +++++++
 cherokee/handler_redir.c |   25 ++++++++++++++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1618 git=c3d75a12199b167f5e9793cfb7e95b1246262878


 ChangeLog               |    5 +++++
 cherokee/cherokee-panic |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1617 git=20f71cdba73dbdbf973a79961a0ca2e79b24ecea


 ChangeLog                  |    4 ++++
 themes/default/header.html |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1616 git=427f797ccfeed2e8ffe4a555610794f9ca3f1973


 ChangeLog             |    6 +++---
 admin/PageVServers.py |    6 ++++++
 2 files changed, 9 insertions(+), 3 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1615 git=2ec369f00dcbb64448c8aee196f0c7d2af0bb63e


 ChangeLog             |    5 +++++
 admin/PageVServers.py |   10 +++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1614 git=56caa1b2bdd425278c90e56f3decc8ecdafb4243


 cherokee/buffer.c             |    4 ++--
 cherokee/buffer.h             |    4 ++--
 cherokee/connection.c         |    6 +++---
 cherokee/connection_info.c    |    4 ++--
 cherokee/downloader.c         |    4 ++--
 cherokee/encoder_gzip.c       |    2 +-
 cherokee/handler_cgi_base.c   |    8 ++++----
 cherokee/handler_common.c     |   10 +++++-----
 cherokee/handler_dirlist.c    |   10 +++++-----
 cherokee/handler_file.c       |    2 +-
 cherokee/handler_nn.c         |    2 +-
 cherokee/handler_redir.c      |   10 +++++-----
 cherokee/main_tweak.c         |    6 +++---
 cherokee/plugin_loader.c      |    2 +-
 cherokee/rule_request.c       |    2 +-
 cherokee/url.c                |    2 +-
 cherokee/util.c               |    4 ++--
 cherokee/validator_htpasswd.c |    2 +-
 cherokee/validator_plain.c    |    2 +-
 19 files changed, 43 insertions(+), 43 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1613 git=1db38a65db670d04ef55f8cd5ef1f5583465e385


 ChangeLog             |    5 +++++
 cherokee/connection.c |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1612 git=c78637ba8ed78ee23000f5494f7f38506fabacb5


 ChangeLog           |    3 +++
 qa/169-Pipermail.py |   29 +++++++++++++++++++++++++++++
 qa/Makefile.am      |    3 ++-
 3 files changed, 34 insertions(+), 1 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1611 git=8b16b3ca18592b96fd5f58b88a6089aec288debd


 ChangeLog                   |   20 +++++++++
 cherokee/connection.c       |   92 ++++++++++++++++++++++++++++++++++--------
 cherokee/connection.h       |    5 +-
 cherokee/handler_cgi_base.c |   15 ++-----
 cherokee/handler_common.c   |   12 ++++-
 cherokee/handler_dirlist.c  |    2 +
 cherokee/handler_file.c     |   12 ++----
 cherokee/handler_phpcgi.c   |    4 +-
 cherokee/rule_directory.c   |    9 ++--
 cherokee/thread.c           |   35 +++-------------
 cherokee/util.c             |   11 +++++
 cherokee/util.h             |    1 +
 cherokee/virtual_server.c   |   22 +++-------
 cherokee/virtual_server.h   |    4 --
 14 files changed, 148 insertions(+), 96 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1610 git=f0341bd35fdd33954eac71623a90b59f3d3f5bb2


 ChangeLog          |    5 +++++
 cherokee/iocache.c |   11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1609 git=280308790d105ea7834bf49b3206814e38b4ccce


 ChangeLog       |    9 +++++++++
 qa/run-tests.py |   20 +++++++++++++++-----
 qa/util.py      |   11 +++++++++++
 3 files changed, 35 insertions(+), 5 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1608 git=b68c78d8090007da0ed8987be0cce7884ddbbb53


 ChangeLog                  |    3 +++
 cherokee/handler_dirlist.c |   13 +++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1607 git=d8bf568f70f37c39a6c7a17e7b30afdfd8180ec5


 ChangeLog                       |    6 ++++++
 cherokee/connection-protected.h |    2 ++
 cherokee/connection.c           |   15 ++++++++++++++-
 3 files changed, 22 insertions(+), 1 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1606 git=e4eb8702931e2cdde164b5b4250713e17bc2cbfc


 ChangeLog                       |    4 ++++
 cherokee/connection-protected.h |    3 +++
 cherokee/connection.c           |   38 ++++++++++++++++++++++++++++++++++++++
 cherokee/connection.h           |    4 ++--
 4 files changed, 47 insertions(+), 2 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1605 git=eeedbbab8b7192b32725d2581d234a5a7b139ba3


 cherokee/rule_directory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1604 git=71b2b4e4f69b873b2ad42fbc385f3b4cb8709eb7


 ChangeLog       |    3 +++
 cherokee/list.c |   13 +++++++++++++
 cherokee/list.h |    3 ++-
 3 files changed, 18 insertions(+), 1 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1603 git=4a35fa59587e4a9a74344397fd8dd67fac8a1503


 ChangeLog                       |    5 +++++
 cherokee/connection-protected.h |    1 -
 cherokee/connection.c           |    2 --
 3 files changed, 5 insertions(+), 3 deletions(-)


2008-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1602 git=37b7b72fb21f332f1b968347badb5f1b73f9dbe9


 ChangeLog         |    2 ++
 cherokee/buffer.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


2008-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1601 git=99ed61a65bee616e140d23866fee777e5be9185a


 ChangeLog                       |    4 ++++
 cherokee/connection-protected.h |   10 +++++-----
 cherokee/connection.c           |    6 ++----
 cherokee/handler_dirlist.c      |    2 +-
 4 files changed, 12 insertions(+), 10 deletions(-)


2008-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1600 git=d9909f2f353318cdd9bf998b22b56a7ce7a418fd


 ChangeLog  |    4 ++++
 qa/util.py |   60 +++++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 49 insertions(+), 15 deletions(-)


2008-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1599 git=86d765848009e56fe2917c923afb40e3aacc4fae


 ChangeLog              |    3 +++
 cherokee/handler_cgi.c |    9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2008-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1598 git=d413d89cc65ccca119ad354c2408918cc91952a3


 ChangeLog             |    8 ++++++++
 cherokee/connection.c |   16 ++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)


2008-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1597 git=530673d86fd2ee5edf585508884f11942ffd785e


 ChangeLog              |    5 +++++
 cherokee/handler_cgi.c |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-06-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1596 git=9cb563093b3cf807c13d46448cc08aba2f01825f


 ChangeLog       |    6 ++++++
 admin/Module.py |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1595 git=7e9589caec5358f82f922e907046543b6c98d731


 ChangeLog       |    5 +++++
 admin/server.py |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1594 git=63da7eacc3b22810e45b4e1009043d13523f7f80


 cherokee/iocache.c  |    3 +++
 contrib/tracelor.py |    2 +-
 qa/help.py          |    3 ++-
 qa/run-tests.py     |    6 ++++++
 4 files changed, 12 insertions(+), 2 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1593 git=3fab1a475cb6c3618513836731890e457e62a7e5


 ChangeLog           |    3 +++
 contrib/tracelor.py |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1592 git=d5a6605b5822478cb19ad5d888a2c034aa2c1d70


 ChangeLog           |    5 ++++
 contrib/Makefile.am |    3 +-
 contrib/tracelor.py |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 68 insertions(+), 1 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1591 git=8f356f6c798422c9015990a7ca20c9b8c596e87e


 ChangeLog                  |    4 ++++
 cherokee/common-internal.h |    2 ++
 cherokee/trace.c           |   13 ++++++++++---
 3 files changed, 16 insertions(+), 3 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1590 git=764b9ceaaad675e515904390c9eba453dd8c8168


 ChangeLog         |    3 +++
 cherokee/buffer.c |   16 ++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1589 git=8256b65f25b486cef8e0f0e2b3bb8960d0c46d32


 ChangeLog               |    7 +++++
 cherokee/cherokee-panic |   64 ++++++++++++++++++++++++++--------------------
 cherokee/main.c         |    3 ++
 3 files changed, 46 insertions(+), 28 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1588 git=25adea5fbc9b4adf419baff00e5e0d3dcc1cd4af


 ChangeLog       |    2 ++
 qa/run-tests.py |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1587 git=eadbcd46c492bfed9bef7cf57a3e3a74f6d8e254


 ChangeLog         |    5 ++++-
 cherokee/macros.h |    4 ++--
 cherokee/util.c   |    3 ++-
 3 files changed, 8 insertions(+), 4 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1586 git=737d1fb0dc9c6659aafa0f44d92818633e3e1324


 ChangeLog       |    4 ++++
 qa/run-tests.py |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1585 git=ba72f354e62ebee92cd29ab2b46cf9fecc5b2890


 ChangeLog             |    2 ++
 admin/PageAdvanced.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1584 git=c85de2a7b28bf8618b76cd7a659ec3213135d9c2


 ChangeLog             |    3 +++
 cherokee/connection.c |    2 +-
 cherokee/util.c       |   23 ++++++++++++++++++++---
 3 files changed, 24 insertions(+), 4 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1583 git=8e2ccad9562db95dbf5a8bf8fe4e8b55c6d024c0


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   27 +++++++++++++++++++++------
 2 files changed, 25 insertions(+), 6 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1582 git=6c7b4da28f433d555423fbfc07265d7ccb4ea165


 ChangeLog       |    3 +++
 qa/run-tests.py |   27 +++++++++++++++++++--------
 2 files changed, 22 insertions(+), 8 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1580 git=838cdac05b4fa58871dfbd9ac9d1f31e174135e4


 ChangeLog         |    6 ++++++
 cherokee/buffer.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1579 git=52023cd0b3ec66dee58124e8cf7d88cf4e49e07d


 ChangeLog                 |    8 ++++++++
 themes/firefox3/theme.css |   20 +++++++++++---------
 2 files changed, 19 insertions(+), 9 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1578 git=b5806eca0ded59638bbcd32c37acb0043e12cee3


 ChangeLog                  |    5 +++++
 cherokee/encoder_deflate.c |    3 +++
 cherokee/encoder_gzip.c    |    3 +++
 3 files changed, 11 insertions(+), 0 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1577 git=6beb2f954989798021828111fd198e320c2d9ff2


 ChangeLog                   |    6 ++++++
 admin/CherokeeManagement.py |   33 +++++++++++++++++++++------------
 admin/PageAdvanced.py       |    9 ++++++++-
 cherokee/info.c             |    2 +-
 4 files changed, 36 insertions(+), 14 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1576 git=6696efdc0849699cc7736d0a8991521f9d0c1172


 ChangeLog       |    3 +++
 cherokee/info.c |   29 ++++++++---------------------
 2 files changed, 11 insertions(+), 21 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1575 git=9425bc2f78b3aaf03ad2beb2ac692e324e8ff62c


 ChangeLog         |    3 +++
 cherokee/socket.c |   26 ++++++--------------------
 2 files changed, 9 insertions(+), 20 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1574 git=732caa28d7c16639b05d7b4d85b77659dcdbcf65


 ChangeLog            |    4 ++++
 cherokee/Makefile.am |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1573 git=7de95799f332e4dcda8c51320244222da9f7224d


 ChangeLog                             |    3 +++
 admin/static/images/flags/Makefile.am |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1572 git=d0dede94c7ea3cb2527674e5eb06a10965eaf289


 cherokee/.ignore |   25 -------------------------
 configure.in     |    7 ++++---
 m4/.ignore       |    3 ---
 qa/.ignore       |    5 -----
 4 files changed, 4 insertions(+), 36 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1571 git=d82fa18a8d74a21dfe67bfe0343c207139a0a4c2


 ChangeLog            |    5 ++
 cherokee/Makefile.am |    4 +-
 cherokee/info.c      |  133 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/info.h      |   40 +++++++++++++++
 cherokee/main.c      |    5 +-
 cherokee/util.c      |  106 ---------------------------------------
 cherokee/util.h      |    5 +-
 7 files changed, 185 insertions(+), 113 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1570 git=3dbd1780607b016978074660ca52ea08a7cafd17


 ChangeLog      |    3 +++
 cherokee/avl.c |    9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1569 git=aaf03a50d67679201f0a64710649727a16f7f137


 ChangeLog            |    6 ++++++
 cherokee/Makefile.am |    1 +
 cherokee/avl.h       |    6 +++---
 cherokee/cherokee.h  |    1 +
 4 files changed, 11 insertions(+), 3 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1568 git=8c17e9f985085b49e0f1a099c68253408e3db0f9


 ChangeLog                  |    5 +++++
 cherokee/common-internal.h |    2 ++
 cherokee/server.c          |   38 ++++++++++++++++++++++++++------------
 3 files changed, 33 insertions(+), 12 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1567 git=576e94c88c0e1e1f075826f3bd93b4c16d1f2a70


 ChangeLog         |    4 ++
 cherokee/main.c   |    4 +-
 cherokee/server.c |  108 -----------------------------------------------------
 cherokee/server.h |    2 -
 cherokee/util.c   |  106 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h   |    6 ++-
 6 files changed, 117 insertions(+), 113 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1566 git=a21f05a9a3e80331b22c0064213fc16f05fbf423


 cherokee/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1565 git=87d632864d57a16edd853fb51684cfb1ff5800f4


 ChangeLog         |    3 ++
 cherokee/server.c |   75 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 77 insertions(+), 1 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1564 git=356641c6c17e8fb67eacc760f7579edeff25dc1c


 ChangeLog        |    4 ++++
 cherokee/trace.c |   19 ++++++++++++++++++-
 cherokee/util.c  |    4 ----
 3 files changed, 22 insertions(+), 5 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1563 git=e5d3949b216c5deab8ee36f28a4c4985226b2f56


 cherokee/thread.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1562 git=8735e2c9e4f4c813e91178b33b19de0f6362b407


 ChangeLog         |    7 +++++++
 cherokee/macros.h |    2 +-
 cherokee/server.c |    2 +-
 cherokee/thread.c |   19 ++++++++++---------
 4 files changed, 19 insertions(+), 11 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1561 git=bac7c0b8886f0f9c9ec25be48698949a3ec5c4a6


 ChangeLog             |    6 ++++++
 admin/Module.py       |   15 +++++++++++++++
 admin/ModuleFcgi.py   |    3 ++-
 admin/ModuleMirror.py |    3 ++-
 admin/ModuleScgi.py   |    3 ++-
 admin/PageEncoders.py |    5 +----
 admin/PageEntry.py    |    4 ++--
 admin/PageVServer.py  |   15 ++++++---------
 8 files changed, 36 insertions(+), 18 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1560 git=9e25072dda445c494d13b839ed3f287e77b268ef


 ChangeLog             |    5 +++++
 admin/PageEncoders.py |   25 ++++++++++++++++---------
 admin/consts.py       |    3 ++-
 3 files changed, 23 insertions(+), 10 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1559 git=033aec9f40603f53349ae7cea6953454f1725337


 ChangeLog                  |    5 +++++
 qa/168-Deflate-Encoding.py |   42 ++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 qa/run-tests.py            |    1 +
 4 files changed, 50 insertions(+), 1 deletions(-)


2008-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1558 git=893ca4d324451d1073277e6149143f136cab3858


 ChangeLog                  |    4 +
 cherokee/Makefile.am       |   19 ++++
 cherokee/encoder_deflate.c |  216 ++++++++++++++++++++++++++++++++++++++++++++
 cherokee/encoder_deflate.h |   57 ++++++++++++
 configure.in               |    3 +-
 5 files changed, 298 insertions(+), 1 deletions(-)


2008-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1557 git=8a5c764e753f8d0da8f4a2ab1a6f6ef7f6b1e6d0


 ChangeLog             |    4 ++++
 cherokee/connection.c |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1556 git=f9db29022aba72b8cd9417dfcfe8743f7b857ddc


 ChangeLog         |    6 ++++++
 cherokee/thread.c |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)


2008-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1555 git=814df474466d9285f738163a43b13270a659d08a


 TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1554 git=4abf40cbf34d13ee91fb6dbf07bcf8de404b3340


 ChangeLog |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1553 git=37447deedb896f04da2ed893247a4696ba92bd95


 ChangeLog           |    3 ++
 Makefile.am         |    3 +-
 cherokee-guardian.1 |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+), 1 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1552 git=309cf67c2eb9bba6ad7a12ff272eb1f7f75464c0


 ChangeLog         |    3 +++
 contrib/05to06.py |    7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1551 git=3b7c30cdeee5b10deee0a88c6027d823aa3a6c2e


 ChangeLog   |    4 ++++
 Makefile.am |    4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1550 git=09a7757d54a0bd37138ed2fe165447680c8db5fa


 cherokee/main.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1549 git=d5314254abe627f5849a99bd22b1e2f6f31dda7c


 ChangeLog                |    5 +++
 cherokee/main_guardian.c |   66 ++++++++++++++++++++++++++++------------------
 2 files changed, 45 insertions(+), 26 deletions(-)


2008-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1547 git=83994f7f31ee900587426207d067ad5aad04616b


 ChangeLog                |    3 +++
 cherokee/main_guardian.c |   40 ++++++++++++++++++++++++++++++++--------
 2 files changed, 35 insertions(+), 8 deletions(-)


2008-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1545 git=95f04e85364cc577d6fa45ea4c10b90ea693293a


 ChangeLog                |    5 ++++-
 cherokee/main_guardian.c |    1 +
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1544 git=6045ac513ab50833592510205944ad1095af7709


 qa/167-RuleGeoIP.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1543 git=d5b7d05097a9a62e1faaa0e6ca887accd90923c0


 ChangeLog           |   10 ++++++++++
 qa/167-RuleGeoIP.py |    3 ++-
 qa/run-tests.py     |    3 ++-
 3 files changed, 14 insertions(+), 2 deletions(-)


2008-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1542 git=4ae22e22712947acd100984ec5e7e20da165c192


 ChangeLog       |    4 ++++
 cherokee/main.c |   15 ++++++++++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)


2008-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1541 git=4ad262ebc7e82ab23b4ec85739721c61cbed1465


 ChangeLog    |    5 +++++
 configure.in |   14 ++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1535 git=3c8d3c08884b261ab749704ef9ce6fb3195dab0d


 ChangeLog       |    4 ++++
 admin/server.py |   10 +++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1534 git=4a805f63bdd27b701690f1dc37b9cede22b823b0


 ChangeLog             |    5 +++
 admin/server.py       |   12 +++++--
 cherokee/main_admin.c |   83 +++++++++++++++++++++++++++++++++++-------------
 3 files changed, 74 insertions(+), 26 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1532 git=dacc72ecaafca1eab4e53472bdf145ac350b4001


 ChangeLog              |    3 +++
 admin/ModuleRequest.py |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1531 git=e11f014e26d79d82be7749c58c42806a5bfd9c62


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi.c      |   33 +--------------------------------
 cherokee/handler_cgi_base.h |   18 +++++++++++++++++-
 cherokee/handler_fastcgi.c  |    2 +-
 cherokee/handler_fcgi.c     |    2 +-
 cherokee/handler_scgi.c     |    4 +---
 6 files changed, 26 insertions(+), 38 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1530 git=77a3a8a775cf34f89b693f8e577bc48b4ef6dd4c


 ChangeLog         |    4 ++++
 cherokee/plugin.h |   17 ++++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1529 git=a32bcad9730f0ea7d8504bedb84d34d778bfa040


 ChangeLog             |    7 +++++++
 cherokee/Makefile.am  |    6 +++++-
 cherokee/cgi.deps     |    1 +
 cherokee/fastcgi.deps |    1 +
 cherokee/fcgi.deps    |    1 +
 cherokee/scgi.deps    |    1 +
 6 files changed, 16 insertions(+), 1 deletions(-)


2008-06-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1525 git=f1c1c8293bf3640175d09e2e87110a2077f7708e


 ChangeLog    |    2 ++
 configure.in |   17 ++++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)


2008-06-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1524 git=a0bad71e3c0d66870108f049dc881cf766146489


 ChangeLog       |    3 +++
 cherokee/init.c |    5 +++++
 cherokee/init.h |    6 +++---
 3 files changed, 11 insertions(+), 3 deletions(-)


2008-06-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1523 git=d620b4def013eca8009393e815ad900f7d9362f1


 ChangeLog            |    6 ++++++
 cherokee/Makefile.am |    5 +++++
 configure.in         |    2 ++
 3 files changed, 13 insertions(+), 0 deletions(-)


2008-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1522 git=4c28be0255e5685298c43ab296a0c3ad301189d8


 ChangeLog    |    3 +++
 configure.in |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)


2008-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1521 git=ad69f332a77862ec1d9f642456e9d243fc839908


 ChangeLog             |    3 +++
 cherokee/unix4win32.h |   11 ++++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


2008-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1520 git=e252e35deda69a709204c7fa0841420944602419


 ChangeLog       |    5 +++++
 admin/server.py |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-06-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1519 git=1112bb8d3185c71d032c07da1caa56b328536791


 cherokee/Makefile.am |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)


2008-06-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1518 git=b1dcefa790cf9cbf1b14860e5aad3e646b29d704


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |   16 ++++++++++++++++
 admin/PageFeedback.py       |   19 ++++++++++++++-----
 3 files changed, 35 insertions(+), 5 deletions(-)


2008-06-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1517 git=71883a32edfbce00d846daaa1ba95205710ceb77


 ChangeLog                  |    5 +++++
 cherokee/handler_dirlist.c |    6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1516 git=9c37ec46f0821481736a09be5d863cadb3e00759


 autogen.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1515 git=6ce5d48b1b162c80b5d7dcae69cd48ce5a988818


 ChangeLog                     |    3 +++
 admin/static/css/cherokee.css |    5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1514 git=6d95302084667e8dca0e175ed80460fd8c2eeee7


 ChangeLog     |    3 +++
 admin/Form.py |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1513 git=1909e378af196ba3379b29d3da4deecf8fc6b92a


 admin/CherokeeManagement.py |    2 --
 admin/ModuleGeoip.py        |    3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1512 git=b43dbd44eb7a7aa214c464b16f607ee9f6c81437


 admin/CherokeeManagement.py |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1511 git=daeb0aa05ffbccf6563d8fc59d7ed7e1febc6f29


 ChangeLog      |    3 +++
 admin/flags.py |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1510 git=476f2b2bcfa2941e409456360cf8754405f36e44


 ChangeLog                   |   11 ++++++++++
 admin/CherokeeManagement.py |   46 +++++++++++++++++++++++++++++++++++++++++++
 admin/Makefile.am           |    2 +-
 admin/PageVServer.py        |   10 ++++++++-
 admin/configured.py.pre     |    2 +
 5 files changed, 69 insertions(+), 2 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1509 git=6021fad8140cc3bd47249e90bcb17e95c01fbbe8


 ChangeLog                                   |    6 +
 admin/Makefile.am                           |    3 +-
 admin/ModuleGeoip.py                        |   52 ++++-
 admin/flags.py                              |  320 +++++++++++++++++++++++++++
 admin/static/images/Makefile.am             |    2 +
 admin/static/images/flags/Makefile.am       |  252 +++++++++++++++++++++
 admin/static/images/flags/ad.png            |  Bin 0 -> 643 bytes
 admin/static/images/flags/ae.png            |  Bin 0 -> 408 bytes
 admin/static/images/flags/af.png            |  Bin 0 -> 604 bytes
 admin/static/images/flags/ag.png            |  Bin 0 -> 591 bytes
 admin/static/images/flags/ai.png            |  Bin 0 -> 643 bytes
 admin/static/images/flags/al.png            |  Bin 0 -> 600 bytes
 admin/static/images/flags/am.png            |  Bin 0 -> 497 bytes
 admin/static/images/flags/an.png            |  Bin 0 -> 488 bytes
 admin/static/images/flags/ao.png            |  Bin 0 -> 428 bytes
 admin/static/images/flags/ar.png            |  Bin 0 -> 506 bytes
 admin/static/images/flags/as.png            |  Bin 0 -> 647 bytes
 admin/static/images/flags/at.png            |  Bin 0 -> 403 bytes
 admin/static/images/flags/au.png            |  Bin 0 -> 673 bytes
 admin/static/images/flags/aw.png            |  Bin 0 -> 524 bytes
 admin/static/images/flags/ax.png            |  Bin 0 -> 663 bytes
 admin/static/images/flags/az.png            |  Bin 0 -> 589 bytes
 admin/static/images/flags/ba.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/bb.png            |  Bin 0 -> 585 bytes
 admin/static/images/flags/bd.png            |  Bin 0 -> 504 bytes
 admin/static/images/flags/be.png            |  Bin 0 -> 449 bytes
 admin/static/images/flags/bf.png            |  Bin 0 -> 497 bytes
 admin/static/images/flags/bg.png            |  Bin 0 -> 462 bytes
 admin/static/images/flags/bh.png            |  Bin 0 -> 457 bytes
 admin/static/images/flags/bi.png            |  Bin 0 -> 675 bytes
 admin/static/images/flags/bj.png            |  Bin 0 -> 486 bytes
 admin/static/images/flags/bm.png            |  Bin 0 -> 611 bytes
 admin/static/images/flags/bn.png            |  Bin 0 -> 639 bytes
 admin/static/images/flags/bo.png            |  Bin 0 -> 500 bytes
 admin/static/images/flags/br.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/bs.png            |  Bin 0 -> 526 bytes
 admin/static/images/flags/bt.png            |  Bin 0 -> 631 bytes
 admin/static/images/flags/bv.png            |  Bin 0 -> 512 bytes
 admin/static/images/flags/bw.png            |  Bin 0 -> 443 bytes
 admin/static/images/flags/by.png            |  Bin 0 -> 514 bytes
 admin/static/images/flags/bz.png            |  Bin 0 -> 600 bytes
 admin/static/images/flags/ca.png            |  Bin 0 -> 628 bytes
 admin/static/images/flags/cc.png            |  Bin 0 -> 625 bytes
 admin/static/images/flags/cd.png            |  Bin 0 -> 528 bytes
 admin/static/images/flags/cf.png            |  Bin 0 -> 614 bytes
 admin/static/images/flags/cg.png            |  Bin 0 -> 521 bytes
 admin/static/images/flags/ch.png            |  Bin 0 -> 367 bytes
 admin/static/images/flags/ci.png            |  Bin 0 -> 453 bytes
 admin/static/images/flags/ck.png            |  Bin 0 -> 586 bytes
 admin/static/images/flags/cl.png            |  Bin 0 -> 450 bytes
 admin/static/images/flags/cm.png            |  Bin 0 -> 525 bytes
 admin/static/images/flags/cn.png            |  Bin 0 -> 472 bytes
 admin/static/images/flags/co.png            |  Bin 0 -> 483 bytes
 admin/static/images/flags/cr.png            |  Bin 0 -> 477 bytes
 admin/static/images/flags/cs.png            |  Bin 0 -> 439 bytes
 admin/static/images/flags/cu.png            |  Bin 0 -> 563 bytes
 admin/static/images/flags/cv.png            |  Bin 0 -> 529 bytes
 admin/static/images/flags/cx.png            |  Bin 0 -> 608 bytes
 admin/static/images/flags/cy.png            |  Bin 0 -> 428 bytes
 admin/static/images/flags/cz.png            |  Bin 0 -> 476 bytes
 admin/static/images/flags/de.png            |  Bin 0 -> 545 bytes
 admin/static/images/flags/dj.png            |  Bin 0 -> 572 bytes
 admin/static/images/flags/dk.png            |  Bin 0 -> 495 bytes
 admin/static/images/flags/dm.png            |  Bin 0 -> 620 bytes
 admin/static/images/flags/do.png            |  Bin 0 -> 508 bytes
 admin/static/images/flags/dz.png            |  Bin 0 -> 582 bytes
 admin/static/images/flags/ec.png            |  Bin 0 -> 500 bytes
 admin/static/images/flags/ee.png            |  Bin 0 -> 429 bytes
 admin/static/images/flags/eg.png            |  Bin 0 -> 465 bytes
 admin/static/images/flags/eh.png            |  Bin 0 -> 508 bytes
 admin/static/images/flags/england.png       |  Bin 0 -> 496 bytes
 admin/static/images/flags/er.png            |  Bin 0 -> 653 bytes
 admin/static/images/flags/es.png            |  Bin 0 -> 469 bytes
 admin/static/images/flags/et.png            |  Bin 0 -> 592 bytes
 admin/static/images/flags/europeanunion.png |  Bin 0 -> 479 bytes
 admin/static/images/flags/fi.png            |  Bin 0 -> 489 bytes
 admin/static/images/flags/fj.png            |  Bin 0 -> 610 bytes
 admin/static/images/flags/fk.png            |  Bin 0 -> 648 bytes
 admin/static/images/flags/fm.png            |  Bin 0 -> 552 bytes
 admin/static/images/flags/fo.png            |  Bin 0 -> 474 bytes
 admin/static/images/flags/fr.png            |  Bin 0 -> 545 bytes
 admin/static/images/flags/ga.png            |  Bin 0 -> 489 bytes
 admin/static/images/flags/gb.png            |  Bin 0 -> 599 bytes
 admin/static/images/flags/gd.png            |  Bin 0 -> 637 bytes
 admin/static/images/flags/ge.png            |  Bin 0 -> 594 bytes
 admin/static/images/flags/gf.png            |  Bin 0 -> 545 bytes
 admin/static/images/flags/gh.png            |  Bin 0 -> 490 bytes
 admin/static/images/flags/gi.png            |  Bin 0 -> 463 bytes
 admin/static/images/flags/gl.png            |  Bin 0 -> 470 bytes
 admin/static/images/flags/gm.png            |  Bin 0 -> 493 bytes
 admin/static/images/flags/gn.png            |  Bin 0 -> 480 bytes
 admin/static/images/flags/gp.png            |  Bin 0 -> 488 bytes
 admin/static/images/flags/gq.png            |  Bin 0 -> 537 bytes
 admin/static/images/flags/gr.png            |  Bin 0 -> 487 bytes
 admin/static/images/flags/gs.png            |  Bin 0 -> 630 bytes
 admin/static/images/flags/gt.png            |  Bin 0 -> 493 bytes
 admin/static/images/flags/gu.png            |  Bin 0 -> 509 bytes
 admin/static/images/flags/gw.png            |  Bin 0 -> 516 bytes
 admin/static/images/flags/gy.png            |  Bin 0 -> 645 bytes
 admin/static/images/flags/hk.png            |  Bin 0 -> 527 bytes
 admin/static/images/flags/hm.png            |  Bin 0 -> 673 bytes
 admin/static/images/flags/hn.png            |  Bin 0 -> 537 bytes
 admin/static/images/flags/hr.png            |  Bin 0 -> 524 bytes
 admin/static/images/flags/ht.png            |  Bin 0 -> 487 bytes
 admin/static/images/flags/hu.png            |  Bin 0 -> 432 bytes
 admin/static/images/flags/id.png            |  Bin 0 -> 430 bytes
 admin/static/images/flags/ie.png            |  Bin 0 -> 481 bytes
 admin/static/images/flags/il.png            |  Bin 0 -> 431 bytes
 admin/static/images/flags/in.png            |  Bin 0 -> 503 bytes
 admin/static/images/flags/io.png            |  Bin 0 -> 658 bytes
 admin/static/images/flags/iq.png            |  Bin 0 -> 515 bytes
 admin/static/images/flags/ir.png            |  Bin 0 -> 512 bytes
 admin/static/images/flags/is.png            |  Bin 0 -> 532 bytes
 admin/static/images/flags/it.png            |  Bin 0 -> 420 bytes
 admin/static/images/flags/jm.png            |  Bin 0 -> 637 bytes
 admin/static/images/flags/jo.png            |  Bin 0 -> 473 bytes
 admin/static/images/flags/jp.png            |  Bin 0 -> 420 bytes
 admin/static/images/flags/ke.png            |  Bin 0 -> 569 bytes
 admin/static/images/flags/kg.png            |  Bin 0 -> 510 bytes
 admin/static/images/flags/kh.png            |  Bin 0 -> 549 bytes
 admin/static/images/flags/ki.png            |  Bin 0 -> 656 bytes
 admin/static/images/flags/km.png            |  Bin 0 -> 577 bytes
 admin/static/images/flags/kn.png            |  Bin 0 -> 604 bytes
 admin/static/images/flags/kp.png            |  Bin 0 -> 561 bytes
 admin/static/images/flags/kr.png            |  Bin 0 -> 592 bytes
 admin/static/images/flags/kw.png            |  Bin 0 -> 486 bytes
 admin/static/images/flags/ky.png            |  Bin 0 -> 643 bytes
 admin/static/images/flags/kz.png            |  Bin 0 -> 616 bytes
 admin/static/images/flags/la.png            |  Bin 0 -> 563 bytes
 admin/static/images/flags/lb.png            |  Bin 0 -> 517 bytes
 admin/static/images/flags/lc.png            |  Bin 0 -> 520 bytes
 admin/static/images/flags/li.png            |  Bin 0 -> 537 bytes
 admin/static/images/flags/lk.png            |  Bin 0 -> 627 bytes
 admin/static/images/flags/lr.png            |  Bin 0 -> 466 bytes
 admin/static/images/flags/ls.png            |  Bin 0 -> 628 bytes
 admin/static/images/flags/lt.png            |  Bin 0 -> 508 bytes
 admin/static/images/flags/lu.png            |  Bin 0 -> 481 bytes
 admin/static/images/flags/lv.png            |  Bin 0 -> 465 bytes
 admin/static/images/flags/ly.png            |  Bin 0 -> 419 bytes
 admin/static/images/flags/ma.png            |  Bin 0 -> 432 bytes
 admin/static/images/flags/mc.png            |  Bin 0 -> 380 bytes
 admin/static/images/flags/md.png            |  Bin 0 -> 566 bytes
 admin/static/images/flags/me.png            |  Bin 0 -> 448 bytes
 admin/static/images/flags/mg.png            |  Bin 0 -> 453 bytes
 admin/static/images/flags/mh.png            |  Bin 0 -> 628 bytes
 admin/static/images/flags/mk.png            |  Bin 0 -> 664 bytes
 admin/static/images/flags/ml.png            |  Bin 0 -> 474 bytes
 admin/static/images/flags/mm.png            |  Bin 0 -> 483 bytes
 admin/static/images/flags/mn.png            |  Bin 0 -> 492 bytes
 admin/static/images/flags/mo.png            |  Bin 0 -> 588 bytes
 admin/static/images/flags/mp.png            |  Bin 0 -> 597 bytes
 admin/static/images/flags/mq.png            |  Bin 0 -> 655 bytes
 admin/static/images/flags/mr.png            |  Bin 0 -> 569 bytes
 admin/static/images/flags/ms.png            |  Bin 0 -> 614 bytes
 admin/static/images/flags/mt.png            |  Bin 0 -> 420 bytes
 admin/static/images/flags/mu.png            |  Bin 0 -> 496 bytes
 admin/static/images/flags/mv.png            |  Bin 0 -> 542 bytes
 admin/static/images/flags/mw.png            |  Bin 0 -> 529 bytes
 admin/static/images/flags/mx.png            |  Bin 0 -> 574 bytes
 admin/static/images/flags/my.png            |  Bin 0 -> 571 bytes
 admin/static/images/flags/mz.png            |  Bin 0 -> 584 bytes
 admin/static/images/flags/na.png            |  Bin 0 -> 647 bytes
 admin/static/images/flags/nc.png            |  Bin 0 -> 591 bytes
 admin/static/images/flags/ne.png            |  Bin 0 -> 537 bytes
 admin/static/images/flags/nf.png            |  Bin 0 -> 602 bytes
 admin/static/images/flags/ng.png            |  Bin 0 -> 482 bytes
 admin/static/images/flags/ni.png            |  Bin 0 -> 508 bytes
 admin/static/images/flags/nl.png            |  Bin 0 -> 453 bytes
 admin/static/images/flags/no.png            |  Bin 0 -> 512 bytes
 admin/static/images/flags/np.png            |  Bin 0 -> 443 bytes
 admin/static/images/flags/nr.png            |  Bin 0 -> 527 bytes
 admin/static/images/flags/nu.png            |  Bin 0 -> 572 bytes
 admin/static/images/flags/nz.png            |  Bin 0 -> 639 bytes
 admin/static/images/flags/om.png            |  Bin 0 -> 478 bytes
 admin/static/images/flags/pa.png            |  Bin 0 -> 519 bytes
 admin/static/images/flags/pe.png            |  Bin 0 -> 397 bytes
 admin/static/images/flags/pf.png            |  Bin 0 -> 498 bytes
 admin/static/images/flags/pg.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/ph.png            |  Bin 0 -> 538 bytes
 admin/static/images/flags/pk.png            |  Bin 0 -> 569 bytes
 admin/static/images/flags/pl.png            |  Bin 0 -> 374 bytes
 admin/static/images/flags/pm.png            |  Bin 0 -> 689 bytes
 admin/static/images/flags/pn.png            |  Bin 0 -> 657 bytes
 admin/static/images/flags/pr.png            |  Bin 0 -> 556 bytes
 admin/static/images/flags/ps.png            |  Bin 0 -> 472 bytes
 admin/static/images/flags/pt.png            |  Bin 0 -> 554 bytes
 admin/static/images/flags/pw.png            |  Bin 0 -> 550 bytes
 admin/static/images/flags/py.png            |  Bin 0 -> 473 bytes
 admin/static/images/flags/qa.png            |  Bin 0 -> 450 bytes
 admin/static/images/flags/re.png            |  Bin 0 -> 545 bytes
 admin/static/images/flags/readme.txt        |    9 +
 admin/static/images/flags/ro.png            |  Bin 0 -> 495 bytes
 admin/static/images/flags/rs.png            |  Bin 0 -> 423 bytes
 admin/static/images/flags/ru.png            |  Bin 0 -> 420 bytes
 admin/static/images/flags/rw.png            |  Bin 0 -> 533 bytes
 admin/static/images/flags/sa.png            |  Bin 0 -> 551 bytes
 admin/static/images/flags/sb.png            |  Bin 0 -> 624 bytes
 admin/static/images/flags/sc.png            |  Bin 0 -> 608 bytes
 admin/static/images/flags/scotland.png      |  Bin 0 -> 649 bytes
 admin/static/images/flags/sd.png            |  Bin 0 -> 492 bytes
 admin/static/images/flags/se.png            |  Bin 0 -> 542 bytes
 admin/static/images/flags/sg.png            |  Bin 0 -> 468 bytes
 admin/static/images/flags/sh.png            |  Bin 0 -> 645 bytes
 admin/static/images/flags/si.png            |  Bin 0 -> 510 bytes
 admin/static/images/flags/sj.png            |  Bin 0 -> 512 bytes
 admin/static/images/flags/sk.png            |  Bin 0 -> 562 bytes
 admin/static/images/flags/sl.png            |  Bin 0 -> 436 bytes
 admin/static/images/flags/sm.png            |  Bin 0 -> 502 bytes
 admin/static/images/flags/sn.png            |  Bin 0 -> 532 bytes
 admin/static/images/flags/so.png            |  Bin 0 -> 527 bytes
 admin/static/images/flags/sr.png            |  Bin 0 -> 513 bytes
 admin/static/images/flags/st.png            |  Bin 0 -> 584 bytes
 admin/static/images/flags/sv.png            |  Bin 0 -> 501 bytes
 admin/static/images/flags/sy.png            |  Bin 0 -> 422 bytes
 admin/static/images/flags/sz.png            |  Bin 0 -> 643 bytes
 admin/static/images/flags/tc.png            |  Bin 0 -> 624 bytes
 admin/static/images/flags/td.png            |  Bin 0 -> 570 bytes
 admin/static/images/flags/tf.png            |  Bin 0 -> 527 bytes
 admin/static/images/flags/tg.png            |  Bin 0 -> 562 bytes
 admin/static/images/flags/th.png            |  Bin 0 -> 452 bytes
 admin/static/images/flags/tj.png            |  Bin 0 -> 496 bytes
 admin/static/images/flags/tk.png            |  Bin 0 -> 638 bytes
 admin/static/images/flags/tl.png            |  Bin 0 -> 514 bytes
 admin/static/images/flags/tm.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/tn.png            |  Bin 0 -> 495 bytes
 admin/static/images/flags/to.png            |  Bin 0 -> 426 bytes
 admin/static/images/flags/tr.png            |  Bin 0 -> 492 bytes
 admin/static/images/flags/tt.png            |  Bin 0 -> 617 bytes
 admin/static/images/flags/tv.png            |  Bin 0 -> 536 bytes
 admin/static/images/flags/tw.png            |  Bin 0 -> 465 bytes
 admin/static/images/flags/tz.png            |  Bin 0 -> 642 bytes
 admin/static/images/flags/ua.png            |  Bin 0 -> 446 bytes
 admin/static/images/flags/ug.png            |  Bin 0 -> 531 bytes
 admin/static/images/flags/um.png            |  Bin 0 -> 571 bytes
 admin/static/images/flags/us.png            |  Bin 0 -> 609 bytes
 admin/static/images/flags/uy.png            |  Bin 0 -> 532 bytes
 admin/static/images/flags/uz.png            |  Bin 0 -> 515 bytes
 admin/static/images/flags/va.png            |  Bin 0 -> 553 bytes
 admin/static/images/flags/vc.png            |  Bin 0 -> 577 bytes
 admin/static/images/flags/ve.png            |  Bin 0 -> 528 bytes
 admin/static/images/flags/vg.png            |  Bin 0 -> 630 bytes
 admin/static/images/flags/vi.png            |  Bin 0 -> 616 bytes
 admin/static/images/flags/vn.png            |  Bin 0 -> 474 bytes
 admin/static/images/flags/vu.png            |  Bin 0 -> 604 bytes
 admin/static/images/flags/wales.png         |  Bin 0 -> 652 bytes
 admin/static/images/flags/wf.png            |  Bin 0 -> 554 bytes
 admin/static/images/flags/ws.png            |  Bin 0 -> 476 bytes
 admin/static/images/flags/ye.png            |  Bin 0 -> 413 bytes
 admin/static/images/flags/yt.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/za.png            |  Bin 0 -> 642 bytes
 admin/static/images/flags/zm.png            |  Bin 0 -> 500 bytes
 admin/static/images/flags/zw.png            |  Bin 0 -> 574 bytes
 configure.in                                |    1 +
 253 files changed, 634 insertions(+), 11 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1508 git=4d680549003b97b716381c3ed60cd81cc6ad6f3e


 qa/062-PAM2.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1507 git=ed99b556fc978b7f76936ce90df74f8053e6f5b4


 ChangeLog           |    5 +++++
 qa/061-PAM.py       |    2 +-
 qa/167-RuleGeoIP.py |    2 +-
 qa/base.py          |    9 ---------
 qa/util.py          |   34 ++++++++++++++++++++++++++++++++++
 5 files changed, 41 insertions(+), 11 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1506 git=69143398834102d9ad1e4b680d3dac5d5e1ed248


 ChangeLog                |   15 +++++++++++++++
 cherokee/main.c          |   29 ++++++++++++++++++++---------
 cherokee/plugin_loader.c |   29 +++++++++++++++++++++++++++++
 cherokee/plugin_loader.h |    3 +++
 cherokee/server.c        |   45 +++++++++++++++++++++++++++++++++++++--------
 cherokee/server.h        |    2 ++
 cherokee/util.c          |   16 ++++++++++++++++
 cherokee/util.h          |    1 +
 8 files changed, 123 insertions(+), 17 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1505 git=4c014e9505e11c9b35006966f03410730ad9e9cb


 ChangeLog         |    3 +++
 cherokee/buffer.h |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1504 git=031e2b8d696ebac5e27f0cf21f2766d549815939


 ChangeLog    |    4 ++++
 configure.in |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1501 git=2b1cec9f832e585dc2954af99dad8551577f0d98


 ChangeLog                 |    5 +++++
 cherokee/virtual_server.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1500 git=058ed9d585b367f8eaffb44f5c5a6018048a544d


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1499 git=51945e07beb9e5b5d866802599f308b737fcbe4e


 admin/ModuleGeoip.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1498 git=0a49d3e0c9072d0a13ed36f5aba20a45ffe620ca


 ChangeLog            |    3 +++
 admin/Makefile.am    |    1 +
 admin/ModuleGeoip.py |   37 +++++++++++++++++++++++++++++++++++++
 admin/consts.py      |    3 ++-
 4 files changed, 43 insertions(+), 1 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1497 git=abf1c64c24aaabaf7c64727acfea29c466b7b02e


 ChangeLog             |    7 ++
 TODO                  |    5 +-
 cherokee/Makefile.am  |   22 ++++++
 cherokee/rule_geoip.c |  196 +++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_geoip.h |   50 +++++++++++++
 configure.in          |   40 ++++++++++-
 qa/167-RuleGeoIP.py   |   47 ++++++++++++
 qa/Makefile.am        |    3 +-
 8 files changed, 366 insertions(+), 4 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1496 git=b6ea433f76bf1ab9712113c65b05d6c1205f9c32


 ChangeLog      |    6 ++++++
 qa/061-PAM.py  |    9 ++++-----
 qa/062-PAM2.py |    9 ++++-----
 qa/base.py     |    9 +++++++++
 4 files changed, 23 insertions(+), 10 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1495 git=c6db26d445475c464d57f03a21476fc2df01fb84


 ChangeLog                  |    2 ++
 cherokee/rule_extensions.c |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1494 git=b1c17c5e2147e254601afb41c09db13d7505b6e5


 ChangeLog  |    5 +++++
 autogen.sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1493 git=a7680917414c81877d19cb38b7f53aa30cb52de2


 ChangeLog       |    5 -----
 TODO            |    4 ++--
 admin/server.py |    3 ---
 autogen.sh      |    2 +-
 configure.in    |   15 ---------------
 5 files changed, 3 insertions(+), 26 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1492 git=a2054179583b3bf006ad0700058075e58d53da80


 ChangeLog       |    5 +++++
 TODO            |    4 ++--
 admin/server.py |    3 +++
 autogen.sh      |    2 +-
 configure.in    |   15 +++++++++++++++
 5 files changed, 26 insertions(+), 3 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1491 git=d5ea8c87f9e30d42843780f9a7ba09a4059aa356


 ChangeLog   |    4 ++++
 cget/main.c |   15 ++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1488 git=1a5eddd0c73173c2046bfca66f8bdfa71a68e1f4


 ChangeLog                   |   18 ++++++++++++++++++
 cherokee/buffer.c           |    7 ++++++-
 cherokee/buffer.h           |    2 +-
 cherokee/handler_cgi_base.c |   36 +++++++++++++++++++++++++-----------
 4 files changed, 50 insertions(+), 13 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1487 git=c1fd867a0227b7d1dd1833a8d23bc09ba4c47368


 ChangeLog          |    3 +++
 admin/ModuleCgi.py |   17 ++++++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1486 git=5faa08a7ccab028e25a18b066ea4db3902d44d79


 ChangeLog          |    3 +++
 admin/PageEntry.py |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1484 git=07179e70b45a542a6ada3c49892ed83b2ac9d586


 ChangeLog          |    3 +++
 admin/PageEntry.py |    6 ++----
 2 files changed, 5 insertions(+), 4 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1482 git=76c51ecbabdf69d66ab21c936e4761f7816fa764


 ChangeLog                 |    4 ++++
 cherokee/rule_directory.c |    2 +-
 cherokee/rule_request.c   |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1481 git=74a086d84599fe8ff422cf0381e6ddd113c82d50


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |   22 ++++++++++++++--------
 2 files changed, 20 insertions(+), 8 deletions(-)


2008-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1480 git=d16066a39985eeaf409442cf9c1a80b232c93e12


 ChangeLog                   |    7 ++++
 cherokee/handler_cgi_base.c |   85 +++++++++++++++++++++++++++++++++++++++++--
 cherokee/handler_cgi_base.h |    4 ++
 qa/166-xsendfile1.py        |   40 ++++++++++++++++++++
 qa/Makefile.am              |    3 +-
 5 files changed, 134 insertions(+), 5 deletions(-)


2008-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1479 git=30dc1bb7d1093a934fd3cb96512f792114442460


 ChangeLog               |   11 ++++++
 cherokee/handler_file.c |   87 ++++++++++++++++++++++++++--------------------
 cherokee/handler_file.h |    5 ++-
 3 files changed, 64 insertions(+), 39 deletions(-)


2008-05-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1478 git=b3f96c5dd6ebda57827fd042fc88b32ffaa470e9


 cherokee/Makefile.am    |    5 +----
 cherokee/handler_scgi.c |    2 +-
 cherokee/handler_scgi.h |    2 +-
 configure.in            |    2 +-
 4 files changed, 4 insertions(+), 7 deletions(-)


2008-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1477 git=3b292587f6dac612d913bf5ce371e9e814a75715


 ChangeLog         |    7 +++++--
 cherokee/macros.h |    3 +++
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1476 git=e085509790e2d648f3f263121715bf8f59354d2c


 ChangeLog            |    6 ++++++
 admin/Entry.py       |    9 ++++++++-
 admin/Form.py        |   13 +++++++------
 admin/PageVServer.py |    2 +-
 4 files changed, 22 insertions(+), 8 deletions(-)


2008-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1475 git=8a294faba5e0950bb10fd45426370873dc90cc74


 ChangeLog                      |   10 +++++++++
 TODO                           |    1 -
 cherokee/admin_server.c        |   26 ++++++++++++++++-------
 cherokee/buffer.c              |   28 ++++++++++++++++++++++++++
 cherokee/handler_dirlist.c     |    3 +-
 cherokee/handler_server_info.c |   42 +++++++++++++++++++++++---------------
 cherokee/util.c                |   43 ----------------------------------------
 cherokee/util.h                |    1 -
 8 files changed, 82 insertions(+), 72 deletions(-)


2008-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1474 git=7d6bd1f653db23b5c869696a957ed410d2e6b7c2


 cherokee/buffer.c                 |    8 ++
 cherokee/buffer.h                 |    1 +
 cherokee/handler_remote_control.c |  164 -------------------------------------
 cherokee/handler_remote_control.h |   57 -------------
 4 files changed, 9 insertions(+), 221 deletions(-)


2008-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1473 git=dc3c5bd01a62604952ce7f2c32caed08f47daaca


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   10 +++++++---
 cherokee/handler_cgi_base.h |    1 +
 3 files changed, 12 insertions(+), 3 deletions(-)


2008-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1472 git=2c11f7823e678cc3c7624de812106b8824f61e49


 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2008-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1471 git=2cf5d1862974f4989e756bd006f6544a006a7909


 TODO                        |    1 -
 cherokee/buffer.c           |   14 ++++++++---
 cherokee/handler_cgi_base.c |   49 ++++++++++++++++++++++++++++++++++++++++--
 cherokee/handler_cgi_base.h |    3 ++
 4 files changed, 59 insertions(+), 8 deletions(-)


2008-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1468 git=32a0a37f162bc1225294d5ce386be85ad1ae7b01


 ChangeLog           |    5 +++++
 contrib/Makefile.am |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1467 git=282a46d930cbf6e42ab3e8693aae8244b9a50991


 TODO                    |    5 -----
 configure.in            |    2 +-
 doc/locale/en/index.txt |    4 ++--
 3 files changed, 3 insertions(+), 8 deletions(-)


2008-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1465 git=b2b6a8d745af5cc5d5c76f3e6829db4f53b05c56


 ChangeLog            |   10 ++++++++++
 cget/Makefile.am     |    1 +
 cherokee/Makefile.am |    1 +
 configure.in         |    4 +++-
 doc/Makefile.am      |    2 +-
 doc/build_docs.py    |   14 ++++++++------
 6 files changed, 24 insertions(+), 8 deletions(-)


2008-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1463 git=a2bae2278b63015e234fd073c8b4ab55f5b56596


 ChangeLog            |    4 ++++
 cherokee/Makefile.am |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1460 git=4699e762a98830b91f4ebb4f3ddb3e1c8f4687cf


 ChangeLog        |    8 ++++
 cherokee/icons.c |  116 ++++++++++++++++++++++++++++++++++-------------------
 cherokee/icons.h |    2 +-
 3 files changed, 83 insertions(+), 43 deletions(-)


2008-05-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1456 git=51fdf6d8da3e2392c1f0aafeae1617d4bd228dfe


 doc/locale/en/debug.txt                  |    2 +-
 doc/locale/en/general.txt                |    8 ++--
 doc/locale/en/index.txt                  |    4 +-
 doc/locale/en/internal_configuration.txt |   47 ++++++++++++++++++++---------
 4 files changed, 39 insertions(+), 22 deletions(-)


2008-05-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1455 git=615664e945ce804f8a8ea0262fbf0c4817177893


 cherokee/main_admin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-05-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1454 git=0bc47a6c2dda2cc16fb2ee73a78d8d7fafa904c1


 ChangeLog                                      |   24 ++++++++++++++++++++++++
 doc/media/images/admin_advanced.png            |  Bin 122528 -> 128302 bytes
 doc/media/images/admin_behaviour.png           |  Bin 33943 -> 55853 bytes
 doc/media/images/admin_encoding.png            |  Bin 35202 -> 31751 bytes
 doc/media/images/admin_general.png             |  Bin 63402 -> 113821 bytes
 doc/media/images/admin_handler_cgi.png         |  Bin 36951 -> 47581 bytes
 doc/media/images/admin_handler_dirlist.png     |  Bin 27424 -> 54568 bytes
 doc/media/images/admin_handler_fastcgi1.png    |  Bin 46400 -> 74597 bytes
 doc/media/images/admin_handler_fastcgi2.png    |  Bin 42346 -> 27328 bytes
 doc/media/images/admin_handler_file.png        |  Bin 42151 -> 28302 bytes
 doc/media/images/admin_handler_onlylisting.png |  Bin 25306 -> 48031 bytes
 doc/media/images/admin_icons1.png              |  Bin 91415 -> 87977 bytes
 doc/media/images/admin_icons2.png              |  Bin 31630 -> 20889 bytes
 doc/media/images/admin_icons3.png              |  Bin 72069 -> 27445 bytes
 doc/media/images/admin_index.png               |  Bin 121689 -> 113792 bytes
 doc/media/images/admin_launch.png              |  Bin 141693 -> 127396 bytes
 doc/media/images/admin_validators_pam.png      |  Bin 20890 -> 38244 bytes
 doc/media/images/admin_validators_plain.png    |  Bin 19377 -> 46098 bytes
 doc/media/images/admin_vserver.png             |  Bin 94105 -> 81555 bytes
 doc/media/images/admin_vserver_errors.png      |  Bin 43202 -> 39276 bytes
 doc/media/images/admin_vserver_loggers.png     |  Bin 80573 -> 53652 bytes
 21 files changed, 24 insertions(+), 0 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1453 git=66008c30827fdb1e11e4e67a3a63da790f463503


 ChangeLog       |    3 ++
 qa/run-tests.py |   91 +++++++++++++++++++++++++++++++-----------------------
 2 files changed, 55 insertions(+), 39 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1452 git=7300e3355ec34b563a183829e13c3b4780baa9d0


 ChangeLog             |    4 ++++
 qa/158-RuleHeader1.py |   13 +++++++------
 qa/159-RuleHeader2.py |   13 +++++++------
 3 files changed, 18 insertions(+), 12 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1451 git=19b29017b0de6392777da0deb89e9c645358884d


 ChangeLog                  |    3 ++
 cherokee/rule_extensions.c |   47 +++++++++++++++++++++----------------------
 2 files changed, 26 insertions(+), 24 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1450 git=f88b9fdaf7b36dd19f339af5c8d5315726c648b7


 ChangeLog         |    3 +++
 cherokee/server.c |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1449 git=fd49e8047cf87cfd22210a0721f00885dbfe1251


 ChangeLog           |    3 +++
 cherokee/rule_and.c |   20 ++++++++++++++++++++
 cherokee/rule_not.c |   15 +++++++++++++++
 cherokee/rule_or.c  |   20 ++++++++++++++++++++
 4 files changed, 58 insertions(+), 0 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1448 git=95c8b7221231d783bed37f35998bc107c4f1f568


 ChangeLog                 |    3 +++
 cherokee/rule.c           |    6 ++++++
 cherokee/virtual_server.c |    2 +-
 3 files changed, 10 insertions(+), 1 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1447 git=9e75cddae626f3541187c8c81d20caa7ebc8bd32


 ChangeLog                  |    3 +++
 cherokee/rule_extensions.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1446 git=b9a47734116bb8abea3f067291379ee843e8b2bb


 ChangeLog            |    5 ++++
 cherokee/socket.c    |   58 +++++++++++++++++++++++++++++++++++++++++++++++++-
 m4/sendfile_samba.m4 |   37 +++++++++++++++++++++++++++++++-
 3 files changed, 98 insertions(+), 2 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1445 git=5b50cfcf1084e27363caf1f1289d4bf5fc6f79c4


 ChangeLog                 |    3 +++
 cherokee/socket.c         |   10 ++++++++++
 cherokee/validator_ldap.c |    5 +++--
 3 files changed, 16 insertions(+), 2 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1444 git=8091df84c764ce3daa909acf08eb851ff9b2fa03


 ChangeLog                  |    3 +++
 cherokee/rule_default.c    |    8 ++++++++
 cherokee/rule_directory.c  |    9 +++++++++
 cherokee/rule_extensions.c |   11 +++++++++++
 cherokee/rule_header.c     |   10 ++++++++++
 cherokee/rule_request.c    |   11 +++++++++++
 6 files changed, 52 insertions(+), 0 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1443 git=de69b076a1cc81e0efe49428f72ddf312d92d3d1



2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1442 git=5c12f4a7bfad06ef91af9e65474295531d88936b


 ChangeLog                 |    6 ++++++
 cherokee/rule.c           |    3 +--
 cherokee/virtual_server.c |    3 ---
 3 files changed, 7 insertions(+), 5 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1441 git=01ac6cf1c8bf95c77b168ed789de7ec6dfc13647


 ChangeLog                       |    4 ++
 cherokee/buffer.c               |   98 +++++++++++++++++++-------------------
 cherokee/buffer.h               |   12 ++--
 cherokee/connection.c           |    2 +-
 cherokee/downloader-protected.h |    2 +-
 cherokee/downloader.c           |    2 +-
 cherokee/header.c               |    8 +---
 cherokee/util.c                 |    2 +-
 cherokee/util.h                 |    2 +-
 9 files changed, 65 insertions(+), 67 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1440 git=3c0712941fa304feea8bc907e356cb333f5fb970


 cget/main.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1439 git=aef06717c1876ffdc6ecae4cab668642ee704b70


 ChangeLog                       |   27 ++++++++++++++++++++++++
 cherokee/admin_client.c         |   11 +++++++++-
 cherokee/admin_server.c         |   32 +++++++++++++++++++++++++---
 cherokee/avl.c                  |    9 +++++--
 cherokee/balancer_round_robin.c |    1 +
 cherokee/buffer.c               |    5 +---
 cherokee/buffer.h               |    2 +-
 cherokee/connection.c           |    3 ++
 cherokee/encoder_gzip.c         |    2 +
 cherokee/fdpoll-epoll.c         |    2 +-
 cherokee/fdpoll-kqueue.c        |    5 +++-
 cherokee/fdpoll-poll.c          |    5 +++-
 cherokee/fdpoll-port.c          |    2 +-
 cherokee/fdpoll-protected.h     |   12 +++++-----
 cherokee/fdpoll-select.c        |    7 +++++-
 cherokee/fdpoll-win32.c         |    2 +-
 cherokee/fdpoll.c               |    2 +-
 cherokee/fdpoll.h               |    2 +-
 cherokee/handler_admin.c        |    4 +++
 cherokee/handler_cgi.c          |    5 +++-
 cherokee/handler_cgi_base.c     |    2 +
 cherokee/handler_dirlist.c      |    4 +++
 cherokee/handler_error.c        |    4 +++
 cherokee/handler_error_redir.c  |    2 +
 cherokee/handler_fastcgi.c      |    4 +-
 cherokee/handler_file.c         |    6 ++++-
 cherokee/handler_mirror.c       |    3 ++
 cherokee/handler_redir.c        |    5 ++++
 cherokee/handler_scgi.c         |    2 +-
 cherokee/handler_server_info.c  |    4 +++
 cherokee/header.c               |    4 +-
 cherokee/icons.c                |    2 +
 cherokee/iocache.c              |    2 +-
 cherokee/iocache.h              |    2 +-
 cherokee/macros.h               |    2 +-
 cherokee/main.c                 |    4 +++
 cherokee/main_guardian.c        |    7 ++++++
 cherokee/main_tweak.c           |    2 +-
 cherokee/plugin.h               |    2 +-
 cherokee/post.c                 |   17 +++++++--------
 cherokee/rule.c                 |    7 +++--
 cherokee/rule_default.c         |    6 +++++
 cherokee/rule_directory.c       |    2 +
 cherokee/rule_extensions.c      |    2 +
 cherokee/server-protected.h     |    4 +-
 cherokee/server.c               |   29 ++++++++++++++++----------
 cherokee/socket.c               |    3 --
 cherokee/util.c                 |   43 ++++++++++++++++++++++----------------
 cherokee/validator_htdigest.c   |    8 +++++++
 cherokee/validator_htpasswd.c   |    6 +++++
 cherokee/validator_ldap.c       |   10 +++++++-
 cherokee/validator_plain.c      |    6 +++++
 52 files changed, 259 insertions(+), 87 deletions(-)


2008-05-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1438 git=a834ac34aa4ef2bcb113634b772f41ce96de6247


 cherokee/admin_client.c |    3 ++-
 cherokee/connection.c   |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


2008-05-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1437 git=649c9b979fd9e992d1ffeb2bfd32c1841d33c82f


 ChangeLog       |    5 +++++
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 3 files changed, 9 insertions(+), 0 deletions(-)


2008-05-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1436 git=d36e77fc28f0d560cd0deac7d462e150391762fa


 cherokee/main_tweak.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2008-05-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1435 git=450616fa669625197870c10337296a8a00c21dae


 ChangeLog                   |   24 ++++++++++++
 admin/Form.py               |   21 ++++++++++-
 admin/ModuleHtdigest.py     |    3 +-
 admin/ModuleHtpasswd.py     |    3 +-
 admin/ModulePlain.py        |    3 +-
 admin/PageAdvanced.py       |    2 +-
 admin/PageEntry.py          |    6 ++-
 admin/PageGeneral.py        |    2 +-
 admin/PageVServer.py        |   16 ++++----
 admin/PageVServers.py       |    4 +-
 admin/server.py             |    3 +-
 admin/validations.py        |   28 ++++++++++----
 cherokee/Makefile.am        |    2 +-
 cherokee/admin_client.c     |   83 +++++++++++++------------------------------
 cherokee/admin_client.h     |   13 +++----
 cherokee/downloader.c       |   22 +++++++-----
 cherokee/downloader_async.c |    9 ++---
 cherokee/macros.h           |    2 +-
 cherokee/main_tweak.c       |   71 ++++++++++++++++++++++++-------------
 19 files changed, 182 insertions(+), 135 deletions(-)


2008-05-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1434 git=520f00013cd198d591e780d04e347597aa743670


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |   25 +++++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)


2008-05-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1433 git=e7e6e7ba8508176a9383381784d843bc212c3549


 ChangeLog                |    7 +++
 cherokee/connection.c    |    5 ++
 cherokee/downloader.c    |   13 +++++-
 cherokee/downloader.h    |    1 +
 cherokee/handler.h       |    3 +-
 cherokee/handler_proxy.c |  118 ++++++++++++++++++++++++++++++----------------
 cherokee/handler_proxy.h |    2 +-
 7 files changed, 106 insertions(+), 43 deletions(-)


2008-05-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1432 git=2130fabe140905856a8ede2b45efaaf5a9970504


 ChangeLog            |    4 ++++
 admin/PageVServer.py |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-05-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1431 git=a2e60ee59dbbc3d697df81640f937b978da7402b


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |    3 +--
 admin/RuleList.py    |    3 ++-
 3 files changed, 9 insertions(+), 3 deletions(-)


2008-05-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1430 git=4139ecf746706f618804b9f5e54d86c82fa43c5a


 ChangeLog               |    6 ++++++
 cherokee/Makefile.am    |   19 +++++++++++++------
 cherokee/cherokee.h     |    2 ++
 cherokee/config_entry.h |    6 ++++--
 cherokee/rule.h         |    3 ++-
 cherokee/validator.h    |    4 ++++
 6 files changed, 31 insertions(+), 9 deletions(-)


2008-05-03  A.D.F. <adefacc@tin.it>
            svn=1429 git=9d26cdd682c7a9a055bb9a0401810bf5f49161d0

    Added test on string pointer returned by cherokee_strerror_r()
    
 ChangeLog         |    3 +++
 cherokee/buffer.c |    2 +-
 cherokee/util.c   |    3 ++-
 3 files changed, 6 insertions(+), 2 deletions(-)


2008-05-03  A.D.F. <adefacc@tin.it>
            svn=1428 git=cddcd864c5365a87b50d731a02393d4e56309aa7

    Fixed a few mispellings and added an error message to fdpoll _add() function
    
 ChangeLog                |   26 ++++++++++++++++----------
 cherokee/fdpoll-epoll.c  |    1 +
 cherokee/fdpoll-kqueue.c |    1 +
 cherokee/fdpoll-poll.c   |    1 +
 cherokee/fdpoll-select.c |    1 +
 cherokee/fdpoll-win32.c  |    1 +
 cherokee/logger.c        |    2 +-
 7 files changed, 22 insertions(+), 11 deletions(-)


2008-05-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1427 git=c0dad6b2979712ff1601a45af7e5bacd2ddfecbc


 ChangeLog               |    5 +++++
 admin/ModuleBalancer.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-05-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1425 git=c4a60a969079eaf035965e75a010476a276a942b


 ChangeLog                 |   32 ++++++++++++
 cherokee/Makefile.am      |   59 ++++++++++++++++++++++-
 cherokee/rule.c           |    1 +
 cherokee/rule_and.c       |  118 +++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_and.h       |   49 +++++++++++++++++++
 cherokee/rule_not.c       |  101 ++++++++++++++++++++++++++++++++++++++
 cherokee/rule_not.h       |   48 ++++++++++++++++++
 cherokee/rule_or.c        |  117 ++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_or.h        |   49 +++++++++++++++++++
 cherokee/virtual_server.c |   13 ++---
 cherokee/virtual_server.h |    5 ++
 configure.in              |    6 ++-
 qa/158-RuleHeader1.py     |    2 +
 qa/159-RuleHeader2.py     |    2 +
 qa/160-RuleNot1.py        |   45 +++++++++++++++++
 qa/161-RuleNot2.py        |   45 +++++++++++++++++
 qa/162-RuleAnd1.py        |   40 +++++++++++++++
 qa/163-RuleAnd2.py        |   40 +++++++++++++++
 qa/164-RuleOr1.py         |   40 +++++++++++++++
 qa/165-RuleOr2.py         |   40 +++++++++++++++
 qa/Makefile.am            |    8 +++-
 qa/base.py                |    2 +
 22 files changed, 852 insertions(+), 10 deletions(-)


2008-04-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1424 git=5d59b5c1b88105cfe3f8f00ea0a55579d09de5fd


 ChangeLog         |    5 +++
 contrib/06to07.py |   77 ++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 70 insertions(+), 12 deletions(-)


2008-04-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1423 git=e26ba755ba9401580ee1b8f68633b9bd1809c86f


 ChangeLog              |    4 ++++
 cherokee/rule_header.c |   27 ++++++---------------------
 cherokee/rule_header.h |    1 -
 qa/158-RuleHeader1.py  |    2 +-
 qa/159-RuleHeader2.py  |   12 ++++++------
 5 files changed, 17 insertions(+), 29 deletions(-)


2008-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1422 git=ddb709b4050ce4e4147413d78126c17ae08a9b86


 admin/ModuleHeader.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1421 git=4fd22651eac7908bb8617179a161a4680adc1d77


 ChangeLog            |    4 ++++
 admin/PageVServer.py |    7 ++++++-
 admin/consts.py      |    1 +
 3 files changed, 11 insertions(+), 1 deletions(-)


2008-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1420 git=0d5fe9900de283a1183f5cd2ea613255b4a51290


 ChangeLog            |    5 +++++
 admin/PageGeneral.py |   14 +++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)


2008-04-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1419 git=377fa213cc7fe952f39384644e4b8c25afcd6fea


 ChangeLog               |    6 ++++++
 admin/ModuleAuth.py     |   18 +++++++++++++-----
 admin/ModuleHtdigest.py |   11 +++++++----
 admin/ModuleHtpasswd.py |   11 +++++++----
 admin/ModuleLdap.py     |   31 ++++++++++++++++++++-----------
 admin/ModuleMysql.py    |   34 ++++++++++++++++++++++------------
 admin/ModulePlain.py    |   11 +++++++----
 admin/PageEntry.py      |   11 +++++++----
 8 files changed, 89 insertions(+), 44 deletions(-)


2008-04-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1418 git=bbcbf539b30a70dd53ed1d891518d097a3893550


 admin/ModuleFcgi.py       |   19 +++++--------------
 admin/ModuleMirror.py     |    4 +++-
 admin/ModuleScgi.py       |   12 ++++++------
 admin/ModuleServerInfo.py |    6 +++++-
 4 files changed, 19 insertions(+), 22 deletions(-)


2008-04-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1417 git=bf99561085acf01ee08e237b3f230b826d75e151


 ChangeLog               |    3 +++
 admin/ModuleBalancer.py |    6 +++---
 admin/ModuleCgi.py      |   23 +++++++++++++++--------
 admin/ModuleMirror.py   |    5 +++--
 4 files changed, 24 insertions(+), 13 deletions(-)


2008-04-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1416 git=9c487234b33965339a49892566232d229fad4a7e


 ChangeLog                   |    5 +++++
 performance.conf.sample.pre |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-04-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1415 git=f59915dc1f8dd78f7f5bf710ebc39bfbb3b7730e


 ChangeLog                           |   28 +++++
 admin/Form.py                       |    6 +-
 admin/Makefile.am                   |    4 +
 admin/ModuleCommon.py               |   10 ++-
 admin/ModuleDefault.py              |   22 ++++
 admin/ModuleDirectory.py            |   32 ++++++
 admin/ModuleDirlist.py              |   34 ++++---
 admin/ModuleExtensions.py           |   37 +++++++
 admin/ModuleFile.py                 |    7 +-
 admin/ModuleHeader.py               |   56 ++++++++++
 admin/ModuleRedir.py                |   34 ++-----
 admin/ModuleRequest.py              |   34 ++++++
 admin/PageEntry.py                  |   42 +++++---
 admin/PageVServer.py                |  197 +++++++++++++++++++----------------
 admin/PageVServers.py               |    6 +-
 admin/RuleList.py                   |   28 +----
 admin/config.py                     |    3 +
 admin/consts.py                     |   13 ++-
 admin/static/css/cherokee.css       |    8 +-
 admin/static/js/common.js           |    1 -
 cherokee.conf.sample.pre            |   12 +-
 cherokee/main.c                     |    6 +-
 cherokee/main_admin.c               |   10 +-
 cherokee/virtual_server.c           |   11 +-
 qa/015-CGI-simple.py                |    2 +-
 qa/016-CGI-pathinfo.py              |    2 +-
 qa/017-CGI-pathinfo2.py             |    2 +-
 qa/018-CGI-pathinfo3.py             |    2 +-
 qa/020-VirtualHost.py               |    2 +-
 qa/021-VirtualHost2.py              |    2 +-
 qa/029-Post+Without-lenght.py       |    2 +-
 qa/030-Post+urlencoded.py           |    2 +-
 qa/031-Post+urlencoded2.py          |    2 +-
 qa/033-DirIndex.py                  |    2 +-
 qa/034-DirIndex2.py                 |    2 +-
 qa/035-PHP-simple.py                |    2 +-
 qa/036-DocumentRoot-common.py       |    2 +-
 qa/039-Auth-Basic.py                |    2 +-
 qa/040-Auth-Basic2.py               |    2 +-
 qa/041-Auth-Basic3.py               |    2 +-
 qa/044-Home.py                      |    2 +-
 qa/045-Home2.py                     |    2 +-
 qa/046-Redir.py                     |    2 +-
 qa/047-Redir2.py                    |    2 +-
 qa/048-NN.py                        |    2 +-
 qa/049-NN-broken.py                 |    2 +-
 qa/050-HeadBody.py                  |    2 +-
 qa/061-PAM.py                       |    2 +-
 qa/062-PAM2.py                      |    2 +-
 qa/063-DocumentRoot.py              |    2 +-
 qa/064-DirectoryIndex.py            |    2 +-
 qa/066-DirectoryIndex3.py           |    2 +-
 qa/067-PathInfo.py                  |    2 +-
 qa/068-PathInfo2.py                 |    2 +-
 qa/069-PathInfo3.py                 |    2 +-
 qa/070-Inherit.py                   |    4 +-
 qa/071-Inherit2.py                  |    4 +-
 qa/072-Inherit3.py                  |    4 +-
 qa/073-Access.py                    |    2 +-
 qa/074-Access2.py                   |    2 +-
 qa/075-AccessRange.py               |    2 +-
 qa/076-AccessRange2.py              |    2 +-
 qa/077-AccessRange3.py              |    2 +-
 qa/078-AccessAny.py                 |    2 +-
 qa/079-Extension.py                 |    4 +-
 qa/080-Extension2.py                |    4 +-
 qa/081-DocumentRoot-Common-index.py |    2 +-
 qa/082-Auth-header.py               |    2 +-
 qa/083-RedirParam.py                |    2 +-
 qa/084-RedirParamShow.py            |    2 +-
 qa/085-AuthUsers.py                 |    2 +-
 qa/086-AuthUsers2.py                |    2 +-
 qa/088-CGI-envs.py                  |    2 +-
 qa/089-gzip-encoding.py             |    2 +-
 qa/090-Digest.py                    |    2 +-
 qa/091-Digest2.py                   |    2 +-
 qa/092-Digest3.py                   |    2 +-
 qa/093-InvalidLinks.py              |    2 +-
 qa/094-URL-request.py               |    4 +-
 qa/095-htpasswd-apache-md5.py       |    2 +-
 qa/096-htpasswd-md5.py              |    2 +-
 qa/097-htpasswd-sha1.py             |    2 +-
 qa/098-htpasswd-crypt.py            |    2 +-
 qa/099-htpasswd-plain.py            |    2 +-
 qa/100-Digest-htdigest.py           |    2 +-
 qa/102-QueryString.py               |    2 +-
 qa/103-ScriptName.py                |    2 +-
 qa/104-ScriptAlias_PathInfo.py      |    2 +-
 qa/105-If-Range.py                  |    2 +-
 qa/106-If-Range2.py                 |    2 +-
 qa/107-Priority1.py                 |    4 +-
 qa/108-Priority2.py                 |    4 +-
 qa/109-Priority3.py                 |    4 +-
 qa/110-Priority4.py                 |    4 +-
 qa/112-NiceError-CGI.py             |    2 +-
 qa/113-HeaderFile.py                |    2 +-
 qa/114-HeaderFile2.py               |    2 +-
 qa/115-Respin.py                    |    6 +-
 qa/116-RequestTiny.py               |    4 +-
 qa/117-DomainToDir.py               |    2 +-
 qa/118-Request-redir.py             |    2 +-
 qa/121-NoUserDir.py                 |    2 +-
 qa/122-Methods.py                   |    2 +-
 qa/123-ImplicitRedit.py             |    2 +-
 qa/124-DomainToDir2.py              |    4 +-
 qa/125-domain-redir1.py             |    4 +-
 qa/126-SCGI.py                      |    2 +-
 qa/127-SCGI-Post.py                 |    2 +-
 qa/128-ValidMethod-common.py        |    2 +-
 qa/129-Basic-EmptyPasswd.py         |    2 +-
 qa/130-Digest-EmptyPasswd.py        |    2 +-
 qa/131-ChangeUser-phpcgi.py         |    2 +-
 qa/135-RedirParams.py               |    6 +-
 qa/138-ChangeUser-cgi.py            |    2 +-
 qa/139-domain-wildcards1.py         |    4 +-
 qa/140-SCGI-EmptyVars.py            |    2 +-
 qa/141-FastCGI-EmptyVars.py         |    2 +-
 qa/142-SCGI-ExtraVars.py            |    2 +-
 qa/143-ContentRange-NoIO.py         |    2 +-
 qa/144-ContentRange2-NoIO.py        |    2 +-
 qa/145-ContentRange3-NoIO.py        |    2 +-
 qa/146-ContentRange4-NoIO.py        |    2 +-
 qa/147-ContentRange-Double-NoIO.py  |    2 +-
 qa/148-ContentRange-Double2-NoIO.py |    2 +-
 qa/149-Common-PathInfo.py           |    2 +-
 qa/150-Common-No-PathInfo.py        |    2 +-
 qa/151-SCGI-vars.py                 |    2 +-
 qa/152-SCGI-vars2.py                |    2 +-
 qa/153-SCGI-vars-root.py            |    2 +-
 qa/154-DirRedirection.py            |    2 +-
 qa/155-DirRedirection2.py           |    2 +-
 qa/157-Dirlist-symlinks.py          |    2 +-
 qa/158-RuleHeader1.py               |    2 +-
 qa/159-RuleHeader2.py               |    4 +-
 qa/run-tests.py                     |    6 +-
 135 files changed, 565 insertions(+), 340 deletions(-)


2008-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1414 git=bc4c3edad88ab01c25c522399aa488548fa38c73


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)


2008-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1413 git=cc9a2b1e196c546723e117988abd2526d4833fd5


 ChangeLog               |    9 ++++
 cherokee/rule_header.c  |  111 +++++++++++++++++++++++++++++++++++++++++------
 cherokee/rule_header.h  |   12 +++---
 cherokee/rule_request.c |   17 +++----
 qa/158-RuleHeader1.py   |   32 +++++++++++++
 qa/159-RuleHeader2.py   |   36 +++++++++++++++
 qa/Makefile.am          |    4 +-
 7 files changed, 191 insertions(+), 30 deletions(-)


2008-04-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1412 git=c17401ace821b003e13fc0d8e2e197b3eb610c70


 ChangeLog                   |   13 +++++++++++++
 admin/CherokeeManagement.py |   11 ++++++++---
 admin/ModuleFile.py         |    6 ++++--
 admin/ModuleServerInfo.py   |    9 ++++++---
 admin/PageEntry.py          |   37 +++++++++++++++++++++++--------------
 admin/PageMime.py           |    2 +-
 6 files changed, 55 insertions(+), 23 deletions(-)


2008-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1411 git=e9d5709334f2fd08196f795ce9db587fb93c67c0


 ChangeLog            |    4 ++++
 admin/PageVServer.py |    7 +++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2008-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1410 git=96d9717459eef0228e2c776a48b3228ac7711d47


 ChangeLog            |    3 +++
 admin/PageVServer.py |   12 +++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)


2008-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1409 git=84ea7593566cef79e5378d1c8e9dd8184150a32b


 ChangeLog     |    6 ++++++
 admin/Form.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1408 git=f5f6f5573cb639cc24abe1e4fbd5f7a6164b177e


 ChangeLog                 |    7 +++++++
 admin/Entry.py            |    2 +-
 admin/ModuleBalancer.py   |   12 ++++++------
 admin/ModuleErrorRedir.py |    2 +-
 admin/ModuleRedir.py      |    4 ++--
 admin/PageMime.py         |    6 +++---
 admin/PageVServer.py      |    2 +-
 admin/PageVServers.py     |    4 ++--
 8 files changed, 23 insertions(+), 16 deletions(-)


2008-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1407 git=ef842ad3ecaa368f93633ef118c61f1642628cbe


 admin/PageVServer.py    |    2 +-
 cherokee/handler_fcgi.c |    3 ---
 2 files changed, 1 insertions(+), 4 deletions(-)


2008-04-19  A.D.F. <adefacc@tin.it>
            svn=1405 git=9506f840327e55fab4c6c68d20b6bd822e7d1a3b

    Corrected ChangeLog mispellings
    
 ChangeLog |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


2008-04-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1404 git=fd3ffb90ede4047262b2d2d9284e866b42080007


 ChangeLog             |    3 +++
 admin/Entry.py        |    3 +++
 admin/PageEncoders.py |    4 ++--
 admin/PageVServer.py  |    8 ++++----
 4 files changed, 12 insertions(+), 6 deletions(-)


2008-04-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1403 git=f382875f1bbb4bd8cb78c7efa5b054400c4d04da


 ChangeLog             |    5 +++++
 admin/PageEncoders.py |   11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)


2008-04-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1402 git=8ddaee32fb4550ce73e46c89573fb55c693e3922


 cherokee.conf.sample.pre |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-04-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1401 git=f59ba612f9369345ed78e7752beaad2ad3d34e7f


 admin/RuleList.py |  100 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 100 insertions(+), 0 deletions(-)


2008-04-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1400 git=f90cd2ff8bb5b9f60e08b1c49feb389a4c6bd4ee


 ChangeLog                |   12 +++++
 admin/Makefile.am        |    2 +-
 admin/PageEntry.py       |   29 ++++++------
 admin/PageVServer.py     |  115 +++++++++++++++++++++-------------------------
 admin/PageVServers.py    |    6 +-
 admin/VirtualServer.py   |   54 ---------------------
 admin/config.py          |   11 +++--
 admin/validations.py     |    9 ++++
 cherokee.conf.sample.pre |   49 +++++++++++---------
 9 files changed, 127 insertions(+), 160 deletions(-)


2008-04-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1398 git=171198a9845613a505d70dc85c782fd0ccfb6713


 ChangeLog                           |   98 ++++++++++++++++++++
 cherokee/Makefile.am                |   21 ++++-
 cherokee/config_node.c              |   13 +++
 cherokee/config_node.h              |    2 +
 cherokee/getopt/getopt.c            |   70 --------------
 cherokee/getopt/getopt1.c           |   92 -------------------
 cherokee/handler_fcgi.c             |    7 +-
 cherokee/main.c                     |   86 +++++++++++++-----
 cherokee/main_admin.c               |  116 +++++++++++++++++-------
 cherokee/module.h                   |    2 -
 cherokee/plugin_loader.h            |    1 +
 cherokee/rule.c                     |   46 ++++++++++
 cherokee/rule.h                     |   10 ++-
 cherokee/rule_default.c             |   14 ++-
 cherokee/rule_default.h             |    6 +-
 cherokee/rule_directory.c           |   45 +++++++---
 cherokee/rule_directory.h           |    7 +-
 cherokee/rule_extensions.c          |   26 +++++-
 cherokee/rule_extensions.h          |    5 +-
 cherokee/rule_header.c              |   99 ++++++++++++++++++++
 cherokee/rule_header.h              |   54 +++++++++++
 cherokee/rule_list.c                |    3 +-
 cherokee/rule_request.c             |   47 +++++++---
 cherokee/rule_request.h             |   12 +--
 cherokee/socket.c                   |    4 +
 cherokee/validator.c                |    4 +
 cherokee/virtual_server.c           |  171 +++++++++++++++++------------------
 configure.in                        |    3 +-
 qa/001-basic.py                     |    1 -
 qa/015-CGI-simple.py                |    5 +-
 qa/016-CGI-pathinfo.py              |    5 +-
 qa/017-CGI-pathinfo2.py             |    5 +-
 qa/018-CGI-pathinfo3.py             |    5 +-
 qa/020-VirtualHost.py               |    4 +-
 qa/021-VirtualHost2.py              |    4 +-
 qa/029-Post+Without-lenght.py       |    7 +-
 qa/030-Post+urlencoded.py           |    5 +-
 qa/031-Post+urlencoded2.py          |    5 +-
 qa/033-DirIndex.py                  |    5 +-
 qa/034-DirIndex2.py                 |    5 +-
 qa/035-PHP-simple.py                |    7 +-
 qa/036-DocumentRoot-common.py       |    7 +-
 qa/039-Auth-Basic.py                |   13 ++--
 qa/040-Auth-Basic2.py               |   13 ++--
 qa/041-Auth-Basic3.py               |   13 ++--
 qa/044-Home.py                      |    4 +-
 qa/045-Home2.py                     |    4 +-
 qa/046-Redir.py                     |    7 +-
 qa/047-Redir2.py                    |    7 +-
 qa/048-NN.py                        |    5 +-
 qa/049-NN-broken.py                 |    5 +-
 qa/050-HeadBody.py                  |    5 +-
 qa/061-PAM.py                       |   10 ++-
 qa/062-PAM2.py                      |   10 ++-
 qa/063-DocumentRoot.py              |    7 +-
 qa/064-DirectoryIndex.py            |    5 +-
 qa/066-DirectoryIndex3.py           |    5 +-
 qa/067-PathInfo.py                  |    5 +-
 qa/068-PathInfo2.py                 |    7 +-
 qa/069-PathInfo3.py                 |    5 +-
 qa/070-Inherit.py                   |   18 ++--
 qa/071-Inherit2.py                  |   18 ++--
 qa/072-Inherit3.py                  |   12 ++-
 qa/073-Access.py                    |    7 +-
 qa/074-Access2.py                   |    7 +-
 qa/075-AccessRange.py               |    7 +-
 qa/076-AccessRange2.py              |    7 +-
 qa/077-AccessRange3.py              |    7 +-
 qa/078-AccessAny.py                 |    7 +-
 qa/079-Extension.py                 |   14 ++--
 qa/080-Extension2.py                |   12 ++-
 qa/081-DocumentRoot-Common-index.py |    7 +-
 qa/082-Auth-header.py               |   14 ++--
 qa/083-RedirParam.py                |   11 ++-
 qa/084-RedirParamShow.py            |   11 ++-
 qa/085-AuthUsers.py                 |   15 ++--
 qa/086-AuthUsers2.py                |   15 ++--
 qa/088-CGI-envs.py                  |    9 +-
 qa/089-gzip-encoding.py             |    5 +-
 qa/090-Digest.py                    |   13 ++--
 qa/091-Digest2.py                   |   13 ++--
 qa/092-Digest3.py                   |   13 ++--
 qa/093-InvalidLinks.py              |    5 +-
 qa/094-URL-request.py               |   10 ++-
 qa/095-htpasswd-apache-md5.py       |   13 ++--
 qa/096-htpasswd-md5.py              |   13 ++--
 qa/097-htpasswd-sha1.py             |   13 ++--
 qa/098-htpasswd-crypt.py            |   13 ++--
 qa/099-htpasswd-plain.py            |   13 ++--
 qa/100-Digest-htdigest.py           |   16 ++--
 qa/102-QueryString.py               |    5 +-
 qa/103-ScriptName.py                |    9 +-
 qa/104-ScriptAlias_PathInfo.py      |    7 +-
 qa/105-If-Range.py                  |    5 +-
 qa/106-If-Range2.py                 |    5 +-
 qa/107-Priority1.py                 |   10 ++-
 qa/108-Priority2.py                 |   10 ++-
 qa/109-Priority3.py                 |   10 ++-
 qa/110-Priority4.py                 |   10 ++-
 qa/112-NiceError-CGI.py             |    7 +-
 qa/113-HeaderFile.py                |    7 +-
 qa/114-HeaderFile2.py               |    7 +-
 qa/115-Respin.py                    |   27 +++---
 qa/116-RequestTiny.py               |   18 ++--
 qa/117-DomainToDir.py               |   11 ++-
 qa/118-Request-redir.py             |    9 +-
 qa/121-NoUserDir.py                 |    5 +-
 qa/122-Methods.py                   |    5 +-
 qa/123-ImplicitRedit.py             |    7 +-
 qa/124-DomainToDir2.py              |   17 ++--
 qa/125-domain-redir1.py             |   17 ++--
 qa/126-SCGI.py                      |   13 ++--
 qa/127-SCGI-Post.py                 |   13 ++--
 qa/128-ValidMethod-common.py        |    7 +-
 qa/129-Basic-EmptyPasswd.py         |   13 ++--
 qa/130-Digest-EmptyPasswd.py        |   13 ++--
 qa/131-ChangeUser-phpcgi.py         |    9 +-
 qa/135-RedirParams.py               |   26 +++---
 qa/138-ChangeUser-cgi.py            |    7 +-
 qa/139-domain-wildcards1.py         |    7 +-
 qa/140-SCGI-EmptyVars.py            |   13 ++--
 qa/141-FastCGI-EmptyVars.py         |   13 ++--
 qa/142-SCGI-ExtraVars.py            |   15 ++--
 qa/143-ContentRange-NoIO.py         |    7 +-
 qa/144-ContentRange2-NoIO.py        |    7 +-
 qa/145-ContentRange3-NoIO.py        |    7 +-
 qa/146-ContentRange4-NoIO.py        |    7 +-
 qa/147-ContentRange-Double-NoIO.py  |    7 +-
 qa/148-ContentRange-Double2-NoIO.py |    7 +-
 qa/149-Common-PathInfo.py           |    7 +-
 qa/150-Common-No-PathInfo.py        |    7 +-
 qa/151-SCGI-vars.py                 |   15 ++--
 qa/152-SCGI-vars2.py                |   15 ++--
 qa/153-SCGI-vars-root.py            |   16 ++--
 qa/154-DirRedirection.py            |    7 +-
 qa/155-DirRedirection2.py           |    7 +-
 qa/157-Dirlist-symlinks.py          |    7 +-
 qa/run-tests.py                     |   34 ++++---
 138 files changed, 1281 insertions(+), 835 deletions(-)


2008-04-12  A.D.F. <adefacc@tin.it>
            svn=1396 git=1223abbe13b060e09661e85ac14d06ce149d1b4a

    Other admin/help micro corrections
    
 admin/advanced.help.html |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)


2008-04-12  A.D.F. <adefacc@tin.it>
            svn=1395 git=96f7c739f2578b1b6fe663e21297de8229a4671f

    Micro corrections to help sentences
    
 admin/advanced.help.html |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2008-04-12  A.D.F. <adefacc@tin.it>
            svn=1394 git=e9a64b212b32bed753ec8ad436414802e8f2cb63

    Admin help fixes + connection micro optimization
    
 ChangeLog                |   17 +++++++++++++++++
 admin/PageAdvanced.py    |   20 ++++++++++----------
 admin/PageVServer.py     |   10 +++++-----
 admin/advanced.help.html |   25 ++++++++++++++++---------
 admin/vserver.help.html  |   14 +++++++-------
 cherokee/connection.c    |   14 +++++++++-----
 6 files changed, 64 insertions(+), 36 deletions(-)


2008-04-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1393 git=f8af5dc02552c0e70dfb5f79196aeea8da1f15dd


 ChangeLog            |    3 +++
 admin/PageVServer.py |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-04-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1392 git=debb191d8ecedb09bf9e8ec2aabf06cd5dbd35f6


 ChangeLog            |    5 +++++
 admin/PageVServer.py |   15 +++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)


2008-04-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1391 git=1f033f58543a209c2f58042d3bed78f58cc69684


 ChangeLog             |    5 +++++
 admin/PageAdvanced.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-04-11  Taher Shihadeh  <taher@unixwars.com>
            svn=1390 git=0c1fd023c02a48ceb81e4375cf46a54b9e7658f4

    fixed -r
    
 ChangeLog       |    4 ++++
 cherokee/main.c |   26 +++++++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)


2008-04-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1389 git=341a8b48b7ae5cb82bf7bf8c25089acdd349cd45


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |   13 +++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)


2008-04-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1388 git=e23fa54f2ea1a5f2a16406e8afe1b9288f7ddcb2


 ChangeLog            |    3 +++
 admin/PageVServer.py |    7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2008-04-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1387 git=5a5955d2d533a3b780c87e6ca8a9df3e2f6fce6f


 ChangeLog              |    3 +++
 admin/ModuleDirlist.py |    5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-04-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1386 git=c14a2a2f9e73bfc5d6b553c4789477f3720654bc


 ChangeLog                  |   10 ++++++++++
 cherokee/handler_dirlist.c |   25 ++++++++++++++++++-------
 cherokee/handler_dirlist.h |    1 +
 cherokee/util.h            |   10 ++++++----
 qa/157-Dirlist-symlinks.py |   27 +++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 qa/base.py                 |    3 +++
 7 files changed, 67 insertions(+), 12 deletions(-)


2008-04-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1385 git=7118d6e4f69447ee2a882603894a50fb7ab87b37


 ChangeLog           |    3 +++
 contrib/06to07.py   |   29 +++++++++++++++++++++++++++++
 contrib/Makefile.am |    3 ++-
 3 files changed, 34 insertions(+), 1 deletions(-)


2008-04-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1384 git=498534b52c15d176ab8c6d66fd1b11e27bb86938


 ChangeLog                                |    3 +
 doc/locale/en/internal_configuration.txt |   66 +++++++++++++++++++----------
 2 files changed, 46 insertions(+), 23 deletions(-)


2008-04-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1383 git=17be0f37af0f785a312659efa746405ab6a8a493


 ChangeLog                                |    5 +++++
 doc/locale/en/internal_configuration.txt |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-04-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1382 git=866f17d85bd686fbb9e886562203737d8a102d1d


 ChangeLog              |    4 +++
 admin/PageVServer.py   |   53 ++++++++++++++++++++++++++++++-----------------
 admin/VirtualServer.py |   19 ++++++++++------
 cherokee/main_admin.c  |   42 +++++++++++++++++++-------------------
 4 files changed, 71 insertions(+), 47 deletions(-)


2008-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1381 git=457024796ba833a03ecee466c7a94cd18c2cb818


 ChangeLog             |    3 +++
 cherokee/main_admin.c |   35 ++++++++++++++++++-----------------
 2 files changed, 21 insertions(+), 17 deletions(-)


2008-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1380 git=e1f8e46fdb5a92b515c02896befb7c05ae1956cf


 ChangeLog                   |    5 ++++
 cherokee.conf.sample.pre    |   44 +++++++++++++++++++++---------------------
 performance.conf.sample.pre |    6 ++--
 3 files changed, 30 insertions(+), 25 deletions(-)


2008-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1379 git=98b8444d9c83b5826a770244c703b38335ad1d43


 admin/ModuleBalancer.py       |   17 ++++++++++-------
 admin/ModuleFcgi.py           |    6 ++++--
 admin/Table.py                |    2 +-
 admin/static/css/cherokee.css |    6 +++++-
 4 files changed, 20 insertions(+), 11 deletions(-)


2008-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1378 git=b9c2c97750762ad48ab6febb26292a3309bf5460


 admin/static/js/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1377 git=e334439d6c1d5b0cef808159b62e93f2d5cab86d


 qa/153-SCGI-vars-root.py  |    2 +-
 qa/154-DirRedirection.py  |    2 +-
 qa/155-DirRedirection2.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2008-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1376 git=b2fed61e20ad894c80064f79de42c52085a6a497


 ChangeLog       |    3 +++
 qa/156-Mime2.py |   26 ++++++++++++++++++++++++++
 qa/Makefile.am  |    3 ++-
 3 files changed, 31 insertions(+), 1 deletions(-)


2008-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1375 git=1718928b42b0f9301aeb9d7276822371467f7c35


 ChangeLog                           |   80 ++++++++++
 cherokee/Makefile.am                |   74 ++++++++--
 cherokee/avl.h                      |    1 -
 cherokee/config_entry.c             |   95 ++++--------
 cherokee/config_entry.h             |    8 +-
 cherokee/config_node.c              |   16 ++-
 cherokee/config_node.h              |    1 +
 cherokee/connection-protected.h     |   11 +-
 cherokee/connection.c               |  218 +++++++-------------------
 cherokee/connection_info.c          |    2 +-
 cherokee/connection_info.h          |    2 +-
 cherokee/dirs_table.c               |  176 ---------------------
 cherokee/dirs_table.h               |   45 ------
 cherokee/exts_table.c               |  103 ------------
 cherokee/exts_table.h               |   50 ------
 cherokee/handler_cgi_base.c         |    8 +-
 cherokee/handler_dirlist.c          |   12 +-
 cherokee/handler_file.c             |   13 +-
 cherokee/handler_redir.c            |    8 +-
 cherokee/handler_server_info.c      |    6 +-
 cherokee/iocache.c                  |    2 +-
 cherokee/mime.c                     |    5 +
 cherokee/mime_entry.c               |    4 +-
 cherokee/mime_entry.h               |    2 +-
 cherokee/plugin.h                   |    3 +-
 cherokee/regex.h                    |    2 +
 cherokee/reqs_list.c                |  146 -----------------
 cherokee/reqs_list.h                |   45 ------
 cherokee/reqs_list_entry.c          |   62 --------
 cherokee/reqs_list_entry.h          |   50 ------
 cherokee/request.c                  |    2 +-
 cherokee/request.h                  |    2 +-
 cherokee/rule.c                     |   78 +++++++++
 cherokee/rule.h                     |   90 +++++++++++
 cherokee/rule_default.c             |   67 ++++++++
 cherokee/rule_default.h             |   48 ++++++
 cherokee/rule_directory.c           |  114 ++++++++++++++
 cherokee/rule_directory.h           |   52 ++++++
 cherokee/rule_extensions.c          |   99 ++++++++++++
 cherokee/rule_extensions.h          |   53 +++++++
 cherokee/rule_list.c                |  159 +++++++++++++++++++
 cherokee/rule_list.h                |   56 +++++++
 cherokee/rule_request.c             |  134 ++++++++++++++++
 cherokee/rule_request.h             |   57 +++++++
 cherokee/server-protected.h         |    1 -
 cherokee/server.c                   |    4 +-
 cherokee/thread.c                   |   80 ++--------
 cherokee/validator_mysql.c          |    2 +-
 cherokee/virtual_entries.c          |   59 -------
 cherokee/virtual_entries.h          |   44 -----
 cherokee/virtual_server.c           |  294 +++++++++++++++++------------------
 cherokee/virtual_server.h           |   26 ++--
 configure.in                        |    5 +-
 qa/001-basic.py                     |    2 +-
 qa/015-CGI-simple.py                |    4 +-
 qa/016-CGI-pathinfo.py              |    4 +-
 qa/017-CGI-pathinfo2.py             |    4 +-
 qa/018-CGI-pathinfo3.py             |    4 +-
 qa/020-VirtualHost.py               |    4 +-
 qa/021-VirtualHost2.py              |    4 +-
 qa/029-Post+Without-lenght.py       |    6 +-
 qa/030-Post+urlencoded.py           |    4 +-
 qa/031-Post+urlencoded2.py          |    4 +-
 qa/033-DirIndex.py                  |    4 +-
 qa/034-DirIndex2.py                 |    4 +-
 qa/035-PHP-simple.py                |    6 +-
 qa/036-DocumentRoot-common.py       |    6 +-
 qa/039-Auth-Basic.py                |   11 +-
 qa/040-Auth-Basic2.py               |   11 +-
 qa/041-Auth-Basic3.py               |   11 +-
 qa/044-Home.py                      |    2 +-
 qa/045-Home2.py                     |    2 +-
 qa/046-Redir.py                     |    6 +-
 qa/047-Redir2.py                    |    6 +-
 qa/048-NN.py                        |    4 +-
 qa/049-NN-broken.py                 |    4 +-
 qa/050-HeadBody.py                  |    4 +-
 qa/061-PAM.py                       |    8 +-
 qa/062-PAM2.py                      |    8 +-
 qa/063-DocumentRoot.py              |    6 +-
 qa/064-DirectoryIndex.py            |    4 +-
 qa/066-DirectoryIndex3.py           |    4 +-
 qa/067-PathInfo.py                  |    3 +-
 qa/068-PathInfo2.py                 |    6 +-
 qa/069-PathInfo3.py                 |    4 +-
 qa/070-Inherit.py                   |   15 +-
 qa/071-Inherit2.py                  |   15 +-
 qa/072-Inherit3.py                  |   10 +-
 qa/073-Access.py                    |    4 +-
 qa/074-Access2.py                   |    4 +-
 qa/075-AccessRange.py               |    4 +-
 qa/076-AccessRange2.py              |    4 +-
 qa/077-AccessRange3.py              |    4 +-
 qa/078-AccessAny.py                 |    5 +-
 qa/079-Extension.py                 |   10 +-
 qa/080-Extension2.py                |   10 +-
 qa/081-DocumentRoot-Common-index.py |    6 +-
 qa/082-Auth-header.py               |   22 +--
 qa/083-RedirParam.py                |   10 +-
 qa/084-RedirParamShow.py            |   10 +-
 qa/085-AuthUsers.py                 |   13 +-
 qa/086-AuthUsers2.py                |   22 +--
 qa/088-CGI-envs.py                  |   15 +--
 qa/089-gzip-encoding.py             |    4 +-
 qa/090-Digest.py                    |   11 +-
 qa/091-Digest2.py                   |   11 +-
 qa/092-Digest3.py                   |   11 +-
 qa/093-InvalidLinks.py              |    4 +-
 qa/094-URL-request.py               |    6 +-
 qa/095-htpasswd-apache-md5.py       |   19 +--
 qa/096-htpasswd-md5.py              |   11 +-
 qa/097-htpasswd-sha1.py             |   11 +-
 qa/098-htpasswd-crypt.py            |   11 +-
 qa/099-htpasswd-plain.py            |   11 +-
 qa/100-Digest-htdigest.py           |   25 +--
 qa/102-QueryString.py               |    4 +-
 qa/103-ScriptName.py                |    6 +-
 qa/104-ScriptAlias_PathInfo.py      |    6 +-
 qa/105-If-Range.py                  |    4 +-
 qa/106-If-Range2.py                 |    4 +-
 qa/107-Priority1.py                 |    8 +-
 qa/108-Priority2.py                 |    8 +-
 qa/109-Priority3.py                 |    8 +-
 qa/110-Priority4.py                 |    8 +-
 qa/112-NiceError-CGI.py             |    6 +-
 qa/113-HeaderFile.py                |    6 +-
 qa/114-HeaderFile2.py               |    6 +-
 qa/115-Respin.py                    |   24 ++--
 qa/116-RequestTiny.py               |   18 +-
 qa/117-DomainToDir.py               |   10 +-
 qa/118-Request-redir.py             |   19 +--
 qa/121-NoUserDir.py                 |    4 +-
 qa/122-Methods.py                   |    4 +-
 qa/123-ImplicitRedit.py             |    6 +-
 qa/124-DomainToDir2.py              |   12 +-
 qa/125-domain-redir1.py             |   14 +-
 qa/126-SCGI.py                      |   12 +-
 qa/127-SCGI-Post.py                 |   12 +-
 qa/128-ValidMethod-common.py        |    4 +-
 qa/129-Basic-EmptyPasswd.py         |   11 +-
 qa/130-Digest-EmptyPasswd.py        |   11 +-
 qa/131-ChangeUser-phpcgi.py         |    8 +-
 qa/135-RedirParams.py               |   21 ++-
 qa/137-Mime1.py                     |   18 +--
 qa/138-ChangeUser-cgi.py            |    6 +-
 qa/139-domain-wildcards1.py         |    4 +-
 qa/140-SCGI-EmptyVars.py            |   12 +-
 qa/141-FastCGI-EmptyVars.py         |   12 +-
 qa/142-SCGI-ExtraVars.py            |   14 +-
 qa/143-ContentRange-NoIO.py         |    5 +-
 qa/144-ContentRange2-NoIO.py        |    5 +-
 qa/145-ContentRange3-NoIO.py        |    5 +-
 qa/146-ContentRange4-NoIO.py        |    5 +-
 qa/147-ContentRange-Double-NoIO.py  |    5 +-
 qa/148-ContentRange-Double2-NoIO.py |    5 +-
 qa/149-Common-PathInfo.py           |    6 +-
 qa/150-Common-No-PathInfo.py        |    6 +-
 qa/151-SCGI-vars.py                 |   14 +-
 qa/152-SCGI-vars2.py                |   14 +-
 qa/153-SCGI-vars-root.py            |   14 +-
 qa/154-DirRedirection.py            |    6 +-
 qa/155-DirRedirection2.py           |    6 +-
 qa/conf.py                          |    1 -
 qa/run-tests.py                     |   11 +-
 164 files changed, 1935 insertions(+), 1761 deletions(-)


2008-04-05  A.D.F. <adefacc@tin.it>
            svn=1372 git=93e5ffb7eec73a39df367db6ca9c833b7b7427cb

    Fixed tests on buffer boundaries in cherokee_buffer_add_va_fixed() and cherokee_buffer_add_va_list()
    
 ChangeLog         |    5 +++-
 cherokee/buffer.c |   71 ++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 61 insertions(+), 15 deletions(-)


2008-04-05  A.D.F. <adefacc@tin.it>
            svn=1371 git=af5221d00af3101bc99ece5897091b01cffa45b6

    Added cherokee_buffer_add_escape_html() and changed code in handler_error.c to use it in order to avoid a redundant data copy
    
 ChangeLog                |   14 ++++++
 cherokee/buffer.c        |  117 ++++++++++++++++++++++++++++------------------
 cherokee/buffer.h        |    1 +
 cherokee/handler_error.c |   12 +----
 4 files changed, 88 insertions(+), 56 deletions(-)


2008-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1359 git=425f87c91367e6341ebe9ad2ceab83928166b1bd


 ChangeLog                   |   16 +++++
 cherokee/fdpoll.c           |    3 +-
 cherokee/handler_dirlist.c  |    4 +-
 cherokee/handler_error.c    |    4 +-
 cherokee/init.c             |   11 ++++
 cherokee/init.h             |    1 +
 cherokee/macros.h           |   45 +++++++-------
 cherokee/server-protected.h |   27 ++++-----
 cherokee/server.c           |  140 ++++++++++++++++++++----------------------
 9 files changed, 135 insertions(+), 116 deletions(-)


2008-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1358 git=0d333d0e8ec630c380637d19520683df3bd636d2


 ChangeLog         |    5 +++++
 cherokee/init.c   |   11 ++++++++++-
 cherokee/init.h   |    3 ++-
 cherokee/server.c |   14 +++-----------
 4 files changed, 20 insertions(+), 13 deletions(-)


2008-03-30  Taher Shihadeh  <taher@unixwars.com>
            svn=1356 git=7590348365d9b88acf1c048729c40d79b185eff2

    Updated manual page.
    
 cget/cget.1 |   40 ++++++++++++++++++++++++++++++++++++----
 1 files changed, 36 insertions(+), 4 deletions(-)


2008-03-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1355 git=24094041b1743b9bf02990a2babf2ca6e72d1c39


 ChangeLog             |    9 ++++++++
 cget/main.c           |    3 +-
 cherokee/Makefile.am  |    2 +
 cherokee/cherokee.h   |    1 +
 cherokee/init.c       |   52 +++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/init.h       |   46 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/main.c       |    5 +--
 cherokee/main_admin.c |    2 +
 cherokee/main_tweak.c |    2 +-
 cherokee/server.c     |    2 -
 10 files changed, 117 insertions(+), 7 deletions(-)


2008-03-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1354 git=f1dd37f9d0430e44bfeed65cdcaf5b91fd6ea69f


 ChangeLog            |    4 ++
 cherokee/Makefile.am |    2 +
 cherokee/cacheline.c |  135 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/cacheline.h |   40 +++++++++++++++
 configure.in         |   30 +++++++++++
 5 files changed, 211 insertions(+), 0 deletions(-)


2008-03-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1353 git=0971b7faae4434ffc17785cd25f3394087e1d322


 ChangeLog        |    3 +++
 cget/Makefile.am |   11 +++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)


2008-03-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1352 git=b3c13696d7a40af2116059a65a59695f5f6fc800


 ChangeLog         |    3 +++
 admin/Makefile.am |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-03-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1351 git=6d7dbf93713795ea78f0ee7459ea7fa9eb744b70


 ChangeLog       |    3 +++
 cherokee/main.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-03-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1350 git=1cab20601402d0f3fb28d887cf62873c0db9ba85


 ChangeLog         |    5 +++++
 cherokee/main.c   |   12 +++++++++++-
 cherokee/server.c |   25 +++++++++++++++++++++++++
 cherokee/server.h |    1 +
 4 files changed, 42 insertions(+), 1 deletions(-)


2008-03-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1349 git=d00f2d31ec1d9e1dd62733a59be078369eb8ec3e


 ChangeLog       |    5 +++++
 cherokee.1      |   10 ++++++++--
 cherokee/main.c |   27 ++++++++++++++++++++++++---
 3 files changed, 37 insertions(+), 5 deletions(-)


2008-03-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1348 git=b5dc3d070856ac829ce1393a87540dfa4130a90c


 ChangeLog        |    3 +++
 Makefile.am      |    2 --
 cget.1           |   54 ------------------------------------------------------
 cget/Makefile.am |    3 +++
 cget/cget.1      |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 60 insertions(+), 56 deletions(-)


2008-03-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1346 git=cc570fe3403d50d2e74f532bbfa19e4d21a6eae8


 ChangeLog            |    2 +
 cget.1               |    2 +-
 cherokee_logrotate.1 |   63 --------------------------------------------------
 3 files changed, 3 insertions(+), 64 deletions(-)


2008-03-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1345 git=9c7dd1dcdfb4319d9088636a27e179fc3673ef77


 ChangeLog             |    5 +++++
 admin/PageAdvanced.py |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1343 git=8a0ca0d72bc308b402452d6908ecbf7e3bb8af7e


 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1341 git=3ff4fb1cc4c0f67d9483817a393484b64fa59c42


 ChangeLog       |    4 ++++
 cherokee/main.c |   14 ++++++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)


2008-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1339 git=5d90f1be64b87620884bb400bb93e3d01034c27f


 Makefile.am      |   15 ++++++------
 cherokee-admin.1 |   35 ++++++++++++++++++++++++++++++
 cherokee.1       |   16 +++++++++++--
 cherokee_tweak.1 |   45 ++++++++++++++++++++++++++++++++++++++
 spawn-fcgi.1     |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 163 insertions(+), 11 deletions(-)


2008-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1337 git=af244aede86f1599f7e3d06619b2f196ed20247b


 ChangeLog         |    6 ++++++
 Makefile.am       |    6 +++++-
 cherokee-config.1 |    3 +--
 cherokee.1        |   25 ++++++++++++++++++++-----
 4 files changed, 32 insertions(+), 8 deletions(-)


2008-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1336 git=2fccf5ec12fc7a66aca09155bc25a20c4bd10faf


 ChangeLog                     |    5 ++++
 admin/Form.py                 |   11 +++++++-
 admin/PageVServer.py          |   53 +++++++++++++++++++---------------------
 admin/static/css/cherokee.css |    4 +++
 4 files changed, 43 insertions(+), 30 deletions(-)


2008-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1335 git=0315d1ae6b557fc8ff62d43435e376a99300eb40


 ChangeLog         |    5 +++++
 admin/Makefile.am |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1333 git=cf28b1eeedf4288fc94cb628fa8ff91b8314121e


 ChangeLog   |    4 ++++
 Makefile.am |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1332 git=6d38c8b86eecc9f35c9f5d10ccd15b977655a523


 ChangeLog            |    6 ++++-
 admin/Form.py        |   47 +++++++++++++++++++++++++++++++++-------
 admin/PageVServer.py |   58 ++++++++++++++++++++++++++++---------------------
 3 files changed, 77 insertions(+), 34 deletions(-)


2008-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1331 git=7cc8368d81078de1996545ccbe58c447b844db0d


 ChangeLog                     |   11 ++++++++
 admin/Form.py                 |   55 ++++++++++++++++++++++++++++++++++++----
 admin/PageAdvanced.py         |   41 ++++++++++++++++++++----------
 admin/PageGeneral.py          |   39 ++++++++++++++++++----------
 admin/PageIcon.py             |    2 +-
 admin/Table.py                |    2 +-
 admin/static/css/cherokee.css |   31 +++++++++++++++++++++++
 7 files changed, 145 insertions(+), 36 deletions(-)


2008-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1330 git=f496330bdedfeb9590be4136ba83442228f1cf47


 ChangeLog                |    4 ++++
 cherokee.conf.sample.pre |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1329 git=06c0d8317faa3dc9740626ee7bdd0c19c5212f2f


 ChangeLog                     |    4 ++++
 admin/PageMime.py             |    5 ++---
 admin/static/css/cherokee.css |    5 +++++
 3 files changed, 11 insertions(+), 3 deletions(-)


2008-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1328 git=fc2bca6ab3a991e254d99f2c8f8a4f4ffaa04b6f


 ChangeLog         |    3 +++
 admin/PageMime.py |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1327 git=cffb59833f8e8effbe812d315728f4be7a97d0f6


 ChangeLog         |    3 ++
 admin/PageMime.py |   63 ++++++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 54 insertions(+), 12 deletions(-)


2008-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1326 git=c484b808b89a826052fa4d4bffea61d78850ac58


 ChangeLog                |    3 +++
 admin/pyscgi.py          |   14 +++++++++++++-
 admin/server.py          |   11 +++++++----
 cherokee.conf.sample.pre |    2 +-
 4 files changed, 24 insertions(+), 6 deletions(-)


2008-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1323 git=e1aa2e89adc20d11c31e7b03b312d830a08be038


 ChangeLog                     |    7 +
 Makefile.am                   |   25 +--
 cherokee.conf.sample.pre      |  273 +++++++++++++++-
 mime.compression.types.sample |   15 -
 mime.types.sample             |  764 -----------------------------------------
 5 files changed, 280 insertions(+), 804 deletions(-)


2008-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1322 git=afe14034c5682ecd5b1a6860334e18cb204fe091


 ChangeLog                 |    5 +
 cherokee/mime-protected.h |    5 +-
 cherokee/mime.c           |  249 +++++++++++++++++----------------------------
 cherokee/mime.h           |    9 +--
 cherokee/server.c         |   40 ++-----
 5 files changed, 113 insertions(+), 195 deletions(-)


2008-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1321 git=9333f4bba588ce4df08f6ceb23086f62c8773bc6


 ChangeLog            |    5 +++++
 admin/PageVServer.py |   10 ++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)


2008-03-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1320 git=b92c6693aaef7aa37cf43dcd79b2d7f0fc78b016


 ChangeLog            |    4 ++++
 admin/PageVServer.py |   28 ++++++++++++++++------------
 2 files changed, 20 insertions(+), 12 deletions(-)


2008-03-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1319 git=7625e97180ec4b2cd31eb95a181f14a888443e82


 ChangeLog                          |    4 +
 admin/PageVServer.py               |   63 +++----
 admin/default.template.html        |    4 +-
 admin/static/css/cherokee.css      |   10 ++
 admin/static/js/jquery.tablednd.js |  227 ++++++++++++++++++++++++++
 admin/static/js/ui.mouse.js        |  142 ----------------
 admin/static/js/ui.sortable.js     |  313 ------------------------------------
 7 files changed, 269 insertions(+), 494 deletions(-)


2008-03-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1318 git=3933eff3f8c1762141c64315871858098fbc7188


 ChangeLog                            |    7 +
 admin/PageVServer.py                 |   54 +++++-
 admin/default.template.html          |    3 +
 admin/static/js/jquery.dimensions.js |  119 +++++++++++++
 admin/static/js/ui.mouse.js          |  142 +++++++++++++++
 admin/static/js/ui.sortable.js       |  313 ++++++++++++++++++++++++++++++++++
 6 files changed, 630 insertions(+), 8 deletions(-)


2008-03-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1317 git=364359deeacd2525cd1b793bd7e61e4a38bd73e2


 ChangeLog         |    5 +++++
 cherokee/buffer.c |   22 ++++++++++++++++------
 2 files changed, 21 insertions(+), 6 deletions(-)


2008-03-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1316 git=56ca2a0f5f77210f983228f2b60109d421cb7a56


 ChangeLog                   |    5 ++
 configure.in                |    2 +
 themes/Makefile.am          |   45 +-------------
 themes/default/Makefile.am  |   13 ++++
 themes/default/entry.html   |   20 ++++++
 themes/default/footer.html  |    9 +++
 themes/default/header.html  |   38 +++++++++++
 themes/default/logo.png     |  Bin 0 -> 23619 bytes
 themes/default/theme.css    |   56 ++++++++++++++++
 themes/default_entry.html   |   20 ------
 themes/default_footer.html  |    9 ---
 themes/default_header.html  |   38 -----------
 themes/default_logo.png     |  Bin 23619 -> 0 bytes
 themes/default_theme.css    |   56 ----------------
 themes/firefox3/Makefile.am |   12 ++++
 themes/firefox3/entry.html  |   10 +++
 themes/firefox3/footer.html |   10 +++
 themes/firefox3/header.html |   20 ++++++
 themes/firefox3/theme.css   |  146 +++++++++++++++++++++++++++++++++++++++++++
 themes/firefox3_entry.html  |   10 ---
 themes/firefox3_footer.html |   10 ---
 themes/firefox3_header.html |   20 ------
 themes/firefox3_theme.css   |  146 -------------------------------------------
 23 files changed, 343 insertions(+), 352 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1314 git=58778e8ba739aa9884b10228ddb948ce1eb85bb6


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    2 +-
 configure.in         |   10 +++++-----
 3 files changed, 9 insertions(+), 6 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1312 git=3a7af5a82987e2640b0efa05c0a4691e143ebaee


 ChangeLog           |    3 +++
 qa/069-PathInfo3.py |    5 ++---
 qa/088-CGI-envs.py  |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1310 git=a5a697eb52c4ac66900a0a572c393b1469d3018e


 ChangeLog            |    4 ++++
 cherokee/Makefile.am |    8 +++++++-
 configure.in         |    4 ++--
 3 files changed, 13 insertions(+), 3 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1309 git=a1363255a5cd80ef847f9158999c3187f6471aeb


 ChangeLog             |    4 ++++
 cherokee/main_admin.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1308 git=fb6d4ab4597ae0d45c522fa862d52beb92acd6a0


 ChangeLog    |    2 ++
 configure.in |   22 +++++++++++++++++++---
 2 files changed, 21 insertions(+), 3 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1306 git=bf42f3b3b9efa252110e385e49bc23ef9894dfe4


 ChangeLog    |    2 ++
 configure.in |    6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1305 git=8bb199882704fbf5f94f484f51cb28db97074acd


 ChangeLog       |    3 +++
 doc/Makefile.am |    7 +------
 2 files changed, 4 insertions(+), 6 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1303 git=0e0bdd42cebc252a0c4a3f67d081e2d3872e8bf2


 ChangeLog               |    3 +++
 doc/locale/en/index.txt |   36 ++++++++++++++++++++++--------------
 2 files changed, 25 insertions(+), 14 deletions(-)


2008-03-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1301 git=a2dcc367da47d737ef41a224d1a04ec38d811512


 ChangeLog                     |    7 +++++++
 cherokee/connection.c         |    4 ++--
 cherokee/dirs_table.c         |    1 +
 cherokee/exts_table.c         |    3 ++-
 cherokee/logger_writer.c      |    6 ++++--
 cherokee/mime.c               |    2 ++
 cherokee/socket.c             |   10 ++++++----
 cherokee/validator_htpasswd.c |   10 ++++++----
 8 files changed, 30 insertions(+), 13 deletions(-)


2008-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1300 git=4e61bcde5a290fe69be7047118e9e74efd21917d


 ChangeLog   |    4 ++++
 Makefile.am |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1297 git=018524339c14149fdaf8c486f4d63cb56af16e56


 ChangeLog                       |   16 ++++++++++++++++
 admin/Form.py                   |    6 ++++++
 admin/ModuleBalancer.py         |    8 ++++----
 admin/ModuleErrorRedir.py       |    4 ++--
 admin/ModuleRedir.py            |    4 ++--
 admin/PageEncoders.py           |    4 ++--
 admin/PageIcon.py               |    8 ++++----
 admin/PageVServer.py            |   12 +++++++-----
 admin/PageVServers.py           |    2 +-
 admin/static/images/Makefile.am |    3 ++-
 admin/static/images/bin.png     |  Bin 0 -> 476 bytes
 11 files changed, 46 insertions(+), 21 deletions(-)


2008-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1296 git=d723d17ed7c09955da9c32693c6a121ae3dc8eed


 admin/PageEntry.py     |   24 ++++++--
 admin/PageVServer.py   |  140 +++++++++++++++++++++++++++++++++--------------
 admin/VirtualServer.py |   20 +++++--
 admin/validations.py   |    3 +-
 4 files changed, 132 insertions(+), 55 deletions(-)


2008-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1294 git=36aed78a9651fef5a467e558bc065ebbf2abd0cc


 ChangeLog                |    4 ++++
 cherokee.conf.sample.pre |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1292 git=f29cf9fb903af19d99a6716eae967b9b890f190d


 ChangeLog                       |    8 +++
 cherokee/connection-protected.h |    2 +-
 cherokee/connection.c           |  108 ++++++++++++++++++++------------------
 cherokee/handler_dirlist.c      |    5 ++-
 qa/154-DirRedirection.py        |    2 +-
 qa/155-DirRedirection2.py       |   28 ++++++++++
 qa/Makefile.am                  |    3 +-
 7 files changed, 101 insertions(+), 55 deletions(-)


2008-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1291 git=15b2756ecb0d412bcbd7f286a5e6cf2b36521623


 ChangeLog |    2 ++
 TODO      |   25 +++++++++++++++++++------
 2 files changed, 21 insertions(+), 6 deletions(-)


2008-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1288 git=b3edd748326efcaa2a27533e5f01d6c49dd92cb7


 ChangeLog                |    3 +++
 qa/154-DirRedirection.py |   27 +++++++++++++++++++++++++++
 qa/Makefile.am           |    3 ++-
 3 files changed, 32 insertions(+), 1 deletions(-)


2008-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1286 git=2ca8bc2e59a648e32871d2e37fbb1909e122d220


 ChangeLog                  |    6 ++++++
 cherokee/handler_common.c  |    4 ++--
 cherokee/handler_dirlist.c |    8 +++++++-
 3 files changed, 15 insertions(+), 3 deletions(-)


2008-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1283 git=ac0039af9bfe136885c292c507b21ac5c04c067b


 doc/locale/en/index.txt                       |   21 +++++++++------------
 doc/media/css/documentation.css               |   13 +++++++++++++
 doc/media/images/admin_handler_dirlist_ex.png |  Bin 24568 -> 24523 bytes
 3 files changed, 22 insertions(+), 12 deletions(-)


2008-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1282 git=d6111d557a4d2d1e451c4a955c78953c6c870100


 ChangeLog                       |    8 +++++++-
 Makefile.am                     |   22 +++++++++++++++++-----
 cget/Makefile.am                |    2 --
 cherokee/Makefile.am            |   14 +-------------
 cherokee/admin_server.c         |    2 ++
 cherokee/common-internal.h      |    1 +
 cherokee/dirs_table.c           |    1 +
 cherokee/exts_table.c           |    1 +
 cherokee/levenshtein_distance.c |    1 +
 cherokee/logger.c               |    2 +-
 cherokee/ncpus.c                |    2 +-
 constants.h.pre                 |   18 ++++++++++++++++++
 contrib/Makefile.am             |    5 +----
 13 files changed, 52 insertions(+), 27 deletions(-)


2008-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1281 git=5608e805f3cda5d626826a0c7d1fedf1999628bb


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1279 git=4e26a9a9ce7c5f310437702b4e7824ce399eb89e


 ChangeLog       |    8 ++++++++
 doc/Makefile.am |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)


2008-03-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1277 git=a18326ffff2e0c5f1fc8876b2524dffd15dd30f7


 ChangeLog                  |    8 ++++++++
 cherokee/handler_dirlist.h |    3 ---
 cherokee/handler_file.c    |   20 --------------------
 3 files changed, 8 insertions(+), 23 deletions(-)


2008-03-15  A.D.F. <adefacc@tin.it>
            svn=1275 git=a9c96875f4f16c8bbba3865194d4e7a869baf360

    admin help: correct ulimit option name
    
 admin/advanced.help.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-03-15  A.D.F. <adefacc@tin.it>
            svn=1273 git=c44e9fa6add6150e3a45701c483bc874ab5508e8

    fixed other micro-mispellings in admin interface
    
 ChangeLog                |    3 +++
 admin/PageAdvanced.py    |    4 ++--
 admin/advanced.help.html |    4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)


2008-03-15  A.D.F. <adefacc@tin.it>
            svn=1272 git=10110a7ba7d5ad56dd7d3ac12f117975b345d12d

    improved a bit administration html help content
    
 ChangeLog                |    6 +++++
 admin/advanced.help.html |   51 +++++++++++++++++++++++++++++++++------------
 admin/general.help.html  |   13 +++++++++--
 admin/icon.help.html     |    2 +-
 admin/main.help.html     |    8 ++++--
 admin/vserver.help.html  |   10 +++-----
 6 files changed, 63 insertions(+), 27 deletions(-)


2008-03-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1270 git=1fab05867fb55d659502dbf8f20ca98c1b40a26a


 cherokee/icons_grammar.y |  149 ----------------------------------------------
 cherokee/icons_scanner.l |   68 ---------------------
 2 files changed, 0 insertions(+), 217 deletions(-)


2008-03-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1269 git=f06a898ae0477d01775bbbd00be60b3ea6c8b8ea


 ChangeLog                  |    9 +++++++++
 cherokee/handler_dirlist.h |    3 +++
 cherokee/handler_file.c    |   18 ++++++++++++++++++
 3 files changed, 30 insertions(+), 0 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1267 git=69a519480f6ab11f58eea3bfa50ae9dea7643f7a


 qa/112-NiceError-CGI.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1266 git=70ceda09b147562be25f4bac4d80076d1a24cebb


 doc/locale/en/entry.txt |   71 ++++++++++++++++++++++++++++++++++------------
 doc/locale/en/index.txt |   46 +-----------------------------
 2 files changed, 53 insertions(+), 64 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1265 git=8f2efe446431144695f3028ed9b0627f07f143c5


 doc/locale/en/entry.txt |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1264 git=ae94056a0d5b82abc81be8409a6627bae2d844b5


 doc/locale/en/index.txt   |   76 ++--------------------------------------
 doc/locale/en/vserver.txt |   85 +++++++++++++++++++++++++++++++-------------
 2 files changed, 63 insertions(+), 98 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1263 git=461496b6607005530177df91778be4157b62ea74


 doc/locale/en/vserver.txt |   52 ++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 47 insertions(+), 5 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1262 git=023c428d901aca16d7b73128a73a2fce2b56624b


 doc/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1261 git=a3ac8d3b2bad29add2a96ae6f100290a8abc9912


 doc/Makefile.am                                    |    7 +-
 doc/locale/en/admin.txt                            |    4 +-
 doc/locale/en/balancers/round_robin.txt            |   19 ++++
 doc/locale/en/compiling_and_installing_unix.txt    |   72 ++++------------
 doc/locale/en/compiling_and_installing_windows.txt |    1 +
 doc/locale/en/configuration.txt                    |   93 --------------------
 doc/locale/en/debug.txt                            |   46 ++++++++++
 doc/locale/en/entry.txt                            |   70 +++++++++++++++
 doc/locale/en/general.txt                          |   66 ++++++++++++++
 doc/locale/en/handlers/shared_options.txt          |   70 ---------------
 doc/locale/en/index.txt                            |   91 +++++++++++++------
 doc/locale/en/vserver.txt                          |    6 +-
 12 files changed, 290 insertions(+), 255 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1260 git=55862dc5aa5a761cceefc60cc365b65f688e583e


 doc/locale/en/cross_compile_cherokee.txt |   47 +++++++++++++++++------------
 1 files changed, 27 insertions(+), 20 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1259 git=a3d9708967c3eb1aa9460106ed31dd02d0595999


 doc/locale/en/handlers/common.txt  |    4 +-
 doc/locale/en/handlers/dirlist.txt |    4 +-
 doc/locale/en/handlers/fastcgi.txt |   79 ++++++++++++++++++++---------------
 doc/locale/en/handlers/file.txt    |    4 +-
 doc/locale/en/handlers/redir.txt   |    4 +-
 doc/locale/en/handlers/scgi.txt    |    4 +-
 doc/locale/en/index.txt            |    4 +-
 7 files changed, 58 insertions(+), 45 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1258 git=79f086085c3f58813738893fd1b576be567b3f80



2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1257 git=6b79d6f9e1d3a320bae99f8aeec5b997f304912a


 doc/Makefile.am                         |    1 -
 doc/locale/en/handlers/cgi.txt          |    8 --------
 doc/media/images/admin_handler_cgi.png  |  Bin 49831 -> 36951 bytes
 doc/media/images/admin_handler_cgi2.png |  Bin 48122 -> 0 bytes
 4 files changed, 0 insertions(+), 9 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1256 git=60a4517ece2c8fb51e1b60d9af3c65d0818cfc9c


 doc/Makefile.am                        |    4 +-
 doc/locale/en/handlers/common.txt      |   54 ++++++++++++++++++++++++++++++
 doc/locale/en/handlers/dirlist.txt     |   57 +++++++++++--------------------
 doc/locale/en/handlers/file.txt        |   14 +-------
 doc/locale/en/handlers/onlylisting.txt |   54 ------------------------------
 doc/locale/en/index.txt                |   18 +++++-----
 6 files changed, 86 insertions(+), 115 deletions(-)


2008-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1254 git=9703cf1f69fe57c7e0a178ecc72483b25394d1fd


 admin/ModuleCommon.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-03-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1253 git=519bfd54da2de86a51e9c93f9df4d9a80d99bc56

    Fixed UTF mess. A text file was converted and went unnoticed.
    
 ChangeLog |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)


2010-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4188 git=d11382cae2849ab34b462f9d1152b594090059b4

    New branch: cherokee-admin port to CTK
    
 AUTHORS                                            |    1 +
 COPYING                                            |  340 +
 ChangeLog.20090621                                 |17001 ++++++++++++++++++++
 Makefile.am                                        |  159 +
 README                                             |  113 +
 SUNWcherokee.spec                                  |  154 +
 acinclude.m4                                       |  473 +
 admin/CherokeeManagement.py                        |  346 +
 admin/Entry.py                                     |  105 +
 admin/Form.py                                      |  479 +
 admin/GraphManager.py                              |   33 +
 admin/LogViewer.py                                 |  194 +
 admin/Makefile.am                                  |  170 +
 admin/Module.py                                    |   57 +
 admin/ModuleAdmin.py                               |   19 +
 admin/ModuleAuth.py                                |   58 +
 admin/ModuleAuthlist.py                            |   72 +
 admin/ModuleBalancer.py                            |   89 +
 admin/ModuleBind.py                                |  126 +
 admin/ModuleCgi.py                                 |  120 +
 admin/ModuleCommon.py                              |   64 +
 admin/ModuleCustomError.py                         |   29 +
 admin/ModuleDbslayer.py                            |   72 +
 admin/ModuleDefault.py                             |   22 +
 admin/ModuleDirectory.py                           |   36 +
 admin/ModuleDirlist.py                             |   80 +
 admin/ModuleEmptyGif.py                            |   21 +
 admin/ModuleErrorNn.py                             |   19 +
 admin/ModuleErrorRedir.py                          |   73 +
 admin/ModuleEvhost.py                              |   38 +
 admin/ModuleExists.py                              |   86 +
 admin/ModuleExtensions.py                          |   41 +
 admin/ModuleFcgi.py                                |   54 +
 admin/ModuleFile.py                                |   34 +
 admin/ModuleFrom.py                                |   76 +
 admin/ModuleFullpath.py                            |   78 +
 admin/ModuleGeoip.py                               |   75 +
 admin/ModuleHandler.py                             |    9 +
 admin/ModuleHeader.py                              |   62 +
 admin/ModuleHtdigest.py                            |   44 +
 admin/ModuleHtpasswd.py                            |   44 +
 admin/ModuleIpHash.py                              |   21 +
 admin/ModuleLdap.py                                |   60 +
 admin/ModuleMethod.py                              |   70 +
 admin/ModuleMysql.py                               |   77 +
 admin/ModulePam.py                                 |   20 +
 admin/ModulePlain.py                               |   44 +
 admin/ModulePostReport.py                          |   35 +
 admin/ModuleProxy.py                               |  214 +
 admin/ModuleRedir.py                               |   83 +
 admin/ModuleRehost.py                              |   66 +
 admin/ModuleRequest.py                             |   41 +
 admin/ModuleRoundRobin.py                          |   20 +
 admin/ModuleRrd.py                                 |   27 +
 admin/ModuleScgi.py                                |   56 +
 admin/ModuleSecdownload.py                         |   69 +
 admin/ModuleServerInfo.py                          |   39 +
 admin/ModuleSsi.py                                 |   19 +
 admin/ModuleStreaming.py                           |   66 +
 admin/ModuleTargetIp.py                            |   68 +
 admin/ModuleUrlArg.py                              |   75 +
 admin/ModuleUwsgi.py                               |   56 +
 admin/ModuleWildcard.py                            |   66 +
 admin/Page.py                                      |  193 +
 admin/PageAdvanced.py                              |  150 +
 admin/PageAjaxUpdate.py                            |   21 +
 admin/PageEntry.py                                 |  298 +
 admin/PageError.py                                 |  147 +
 admin/PageFeedback.py                              |  121 +
 admin/PageGeneral.py                               |  163 +
 admin/PageIcon.py                                  |  211 +
 admin/PageInfoSource.py                            |  490 +
 admin/PageMime.py                                  |  126 +
 admin/PageNewConfig.py                             |  114 +
 admin/PageStatus.py                                |  195 +
 admin/PageVServer.py                               |  764 +
 admin/PageVServers.py                              |  350 +
 admin/Post.py                                      |   57 +
 admin/Rule.py                                      |  232 +
 admin/RuleList.py                                  |   83 +
 admin/Table.py                                     |   51 +
 admin/Theme.py                                     |   37 +
 admin/Wizard.py                                    |  229 +
 admin/Wizard_Alfresco.py                           |  181 +
 admin/Wizard_ColdFusion.py                         |  193 +
 admin/Wizard_CommonStatic.py                       |   55 +
 admin/Wizard_Concrete5.py                          |  246 +
 admin/Wizard_Django.py                             |  220 +
 admin/Wizard_Drupal.py                             |  272 +
 admin/Wizard_Glassfish.py                          |  177 +
 admin/Wizard_HotLinking.py                         |  135 +
 admin/Wizard_Icons.py                              |   80 +
 admin/Wizard_Joomla.py                             |  244 +
 admin/Wizard_Liferay.py                            |  178 +
 admin/Wizard_Mailman.py                            |  165 +
 admin/Wizard_MoinMoin.py                           |  240 +
 admin/Wizard_Mono.py                               |  205 +
 admin/Wizard_Moodle.py                             |  196 +
 admin/Wizard_PHP.py                                |  238 +
 admin/Wizard_Redirect.py                           |   99 +
 admin/Wizard_RoR.py                                |  372 +
 admin/Wizard_Streaming.py                          |   48 +
 admin/Wizard_Sugar.py                              |  232 +
 admin/Wizard_Symfony.py                            |  234 +
 admin/Wizard_Trac.py                               |  149 +
 admin/Wizard_WordPress.py                          |  221 +
 admin/Wizard_Zend.py                               |  199 +
 admin/Wizard_phpBB.py                              |  200 +
 admin/Wizard_phpMyAdmin.py                         |  115 +
 admin/Wizard_rTorrent.py                           |   89 +
 admin/Wizard_uWSGI.py                              |  278 +
 admin/config.py                                    |  321 +
 admin/config_version.py                            |  101 +
 admin/configured.py.pre                            |   25 +
 admin/consts.py                                    |  192 +
 admin/default.template.html                        |   29 +
 admin/error_couldnt_launch.template.html           |    9 +
 admin/error_icons_dir_missing.template.html        |    6 +
 admin/error_internal.template.html                 |   12 +
 admin/error_not_writable.template.html             |    5 +
 admin/flags.py                                     |  331 +
 admin/pyscgi.py                                    |  196 +
 admin/server.py                                    |  270 +
 admin/static/Makefile.am                           |    6 +
 admin/static/css/._reset-min.css                   |  Bin 0 -> 197 bytes
 admin/static/css/Makefile.am                       |   11 +
 admin/static/css/cherokee.css                      | 1204 ++
 admin/static/css/jquery.ibutton.css                |  195 +
 admin/static/css/reset-min.css                     |    7 +
 admin/static/css/thickbox.css                      |  164 +
 admin/static/help_404.html                         |   11 +
 admin/static/images/Makefile.am                    |   49 +
 admin/static/images/arrow_ns.png                   |  Bin 0 -> 447 bytes
 admin/static/images/arrow_ns_h.png                 |  Bin 0 -> 452 bytes
 admin/static/images/background-nobar.png           |  Bin 0 -> 218 bytes
 admin/static/images/background.png                 |  Bin 0 -> 259 bytes
 admin/static/images/bin.png                        |  Bin 0 -> 476 bytes
 admin/static/images/button-left.png                |  Bin 0 -> 8890 bytes
 admin/static/images/button-right.png               |  Bin 0 -> 1630 bytes
 admin/static/images/cherokee-logo-bar.png          |  Bin 0 -> 4779 bytes
 admin/static/images/collapsed.gif                  |  Bin 0 -> 63 bytes
 admin/static/images/cross.png                      |  Bin 0 -> 655 bytes
 admin/static/images/dialog-error.png               |  Bin 0 -> 1645 bytes
 admin/static/images/dialog-information.png         |  Bin 0 -> 1910 bytes
 admin/static/images/dialog-warning.png             |  Bin 0 -> 1391 bytes
 admin/static/images/error.png                      |  Bin 0 -> 2297 bytes
 admin/static/images/exclamation.png                |  Bin 0 -> 701 bytes
 admin/static/images/expanded.gif                   |  Bin 0 -> 60 bytes
 admin/static/images/favicon.ico                    |  Bin 0 -> 769 bytes
 admin/static/images/feedback.png                   |  Bin 0 -> 1811 bytes
 admin/static/images/flags/Makefile.am              |  255 +
 admin/static/images/flags/ad.png                   |  Bin 0 -> 643 bytes
 admin/static/images/flags/ae.png                   |  Bin 0 -> 408 bytes
 admin/static/images/flags/af.png                   |  Bin 0 -> 604 bytes
 admin/static/images/flags/ag.png                   |  Bin 0 -> 591 bytes
 admin/static/images/flags/ai.png                   |  Bin 0 -> 643 bytes
 admin/static/images/flags/al.png                   |  Bin 0 -> 600 bytes
 admin/static/images/flags/am.png                   |  Bin 0 -> 497 bytes
 admin/static/images/flags/an.png                   |  Bin 0 -> 488 bytes
 admin/static/images/flags/ao.png                   |  Bin 0 -> 428 bytes
 admin/static/images/flags/ar.png                   |  Bin 0 -> 506 bytes
 admin/static/images/flags/as.png                   |  Bin 0 -> 647 bytes
 admin/static/images/flags/at.png                   |  Bin 0 -> 403 bytes
 admin/static/images/flags/au.png                   |  Bin 0 -> 673 bytes
 admin/static/images/flags/aw.png                   |  Bin 0 -> 524 bytes
 admin/static/images/flags/ax.png                   |  Bin 0 -> 663 bytes
 admin/static/images/flags/az.png                   |  Bin 0 -> 589 bytes
 admin/static/images/flags/ba.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/bb.png                   |  Bin 0 -> 585 bytes
 admin/static/images/flags/bd.png                   |  Bin 0 -> 504 bytes
 admin/static/images/flags/be.png                   |  Bin 0 -> 449 bytes
 admin/static/images/flags/bf.png                   |  Bin 0 -> 497 bytes
 admin/static/images/flags/bg.png                   |  Bin 0 -> 462 bytes
 admin/static/images/flags/bh.png                   |  Bin 0 -> 457 bytes
 admin/static/images/flags/bi.png                   |  Bin 0 -> 675 bytes
 admin/static/images/flags/bj.png                   |  Bin 0 -> 486 bytes
 admin/static/images/flags/bm.png                   |  Bin 0 -> 611 bytes
 admin/static/images/flags/bn.png                   |  Bin 0 -> 639 bytes
 admin/static/images/flags/bo.png                   |  Bin 0 -> 500 bytes
 admin/static/images/flags/br.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/bs.png                   |  Bin 0 -> 526 bytes
 admin/static/images/flags/bt.png                   |  Bin 0 -> 631 bytes
 admin/static/images/flags/bv.png                   |  Bin 0 -> 512 bytes
 admin/static/images/flags/bw.png                   |  Bin 0 -> 443 bytes
 admin/static/images/flags/by.png                   |  Bin 0 -> 514 bytes
 admin/static/images/flags/bz.png                   |  Bin 0 -> 600 bytes
 admin/static/images/flags/ca.png                   |  Bin 0 -> 628 bytes
 admin/static/images/flags/cc.png                   |  Bin 0 -> 625 bytes
 admin/static/images/flags/cd.png                   |  Bin 0 -> 528 bytes
 admin/static/images/flags/cf.png                   |  Bin 0 -> 614 bytes
 admin/static/images/flags/cg.png                   |  Bin 0 -> 521 bytes
 admin/static/images/flags/ch.png                   |  Bin 0 -> 367 bytes
 admin/static/images/flags/ci.png                   |  Bin 0 -> 453 bytes
 admin/static/images/flags/ck.png                   |  Bin 0 -> 586 bytes
 admin/static/images/flags/cl.png                   |  Bin 0 -> 450 bytes
 admin/static/images/flags/cm.png                   |  Bin 0 -> 525 bytes
 admin/static/images/flags/cn.png                   |  Bin 0 -> 472 bytes
 admin/static/images/flags/co.png                   |  Bin 0 -> 483 bytes
 admin/static/images/flags/cr.png                   |  Bin 0 -> 477 bytes
 admin/static/images/flags/cs.png                   |  Bin 0 -> 439 bytes
 admin/static/images/flags/cu.png                   |  Bin 0 -> 563 bytes
 admin/static/images/flags/cv.png                   |  Bin 0 -> 529 bytes
 admin/static/images/flags/cx.png                   |  Bin 0 -> 608 bytes
 admin/static/images/flags/cy.png                   |  Bin 0 -> 428 bytes
 admin/static/images/flags/cz.png                   |  Bin 0 -> 476 bytes
 admin/static/images/flags/de.png                   |  Bin 0 -> 545 bytes
 admin/static/images/flags/dj.png                   |  Bin 0 -> 572 bytes
 admin/static/images/flags/dk.png                   |  Bin 0 -> 495 bytes
 admin/static/images/flags/dm.png                   |  Bin 0 -> 620 bytes
 admin/static/images/flags/do.png                   |  Bin 0 -> 508 bytes
 admin/static/images/flags/dz.png                   |  Bin 0 -> 582 bytes
 admin/static/images/flags/ec.png                   |  Bin 0 -> 500 bytes
 admin/static/images/flags/ee.png                   |  Bin 0 -> 429 bytes
 admin/static/images/flags/eg.png                   |  Bin 0 -> 465 bytes
 admin/static/images/flags/eh.png                   |  Bin 0 -> 508 bytes
 admin/static/images/flags/england.png              |  Bin 0 -> 496 bytes
 admin/static/images/flags/er.png                   |  Bin 0 -> 653 bytes
 admin/static/images/flags/es.png                   |  Bin 0 -> 469 bytes
 admin/static/images/flags/et.png                   |  Bin 0 -> 592 bytes
 admin/static/images/flags/europeanunion.png        |  Bin 0 -> 479 bytes
 admin/static/images/flags/fi.png                   |  Bin 0 -> 489 bytes
 admin/static/images/flags/fj.png                   |  Bin 0 -> 610 bytes
 admin/static/images/flags/fk.png                   |  Bin 0 -> 648 bytes
 admin/static/images/flags/fm.png                   |  Bin 0 -> 552 bytes
 admin/static/images/flags/fo.png                   |  Bin 0 -> 474 bytes
 admin/static/images/flags/fr.png                   |  Bin 0 -> 545 bytes
 admin/static/images/flags/ga.png                   |  Bin 0 -> 489 bytes
 admin/static/images/flags/gb.png                   |  Bin 0 -> 599 bytes
 admin/static/images/flags/gd.png                   |  Bin 0 -> 637 bytes
 admin/static/images/flags/ge.png                   |  Bin 0 -> 594 bytes
 admin/static/images/flags/gf.png                   |  Bin 0 -> 545 bytes
 admin/static/images/flags/gh.png                   |  Bin 0 -> 490 bytes
 admin/static/images/flags/gi.png                   |  Bin 0 -> 463 bytes
 admin/static/images/flags/gl.png                   |  Bin 0 -> 470 bytes
 admin/static/images/flags/gm.png                   |  Bin 0 -> 493 bytes
 admin/static/images/flags/gn.png                   |  Bin 0 -> 480 bytes
 admin/static/images/flags/gp.png                   |  Bin 0 -> 488 bytes
 admin/static/images/flags/gq.png                   |  Bin 0 -> 537 bytes
 admin/static/images/flags/gr.png                   |  Bin 0 -> 487 bytes
 admin/static/images/flags/gs.png                   |  Bin 0 -> 630 bytes
 admin/static/images/flags/gt.png                   |  Bin 0 -> 493 bytes
 admin/static/images/flags/gu.png                   |  Bin 0 -> 509 bytes
 admin/static/images/flags/gw.png                   |  Bin 0 -> 516 bytes
 admin/static/images/flags/gy.png                   |  Bin 0 -> 645 bytes
 admin/static/images/flags/hk.png                   |  Bin 0 -> 527 bytes
 admin/static/images/flags/hm.png                   |  Bin 0 -> 673 bytes
 admin/static/images/flags/hn.png                   |  Bin 0 -> 537 bytes
 admin/static/images/flags/hr.png                   |  Bin 0 -> 524 bytes
 admin/static/images/flags/ht.png                   |  Bin 0 -> 487 bytes
 admin/static/images/flags/hu.png                   |  Bin 0 -> 432 bytes
 admin/static/images/flags/id.png                   |  Bin 0 -> 430 bytes
 admin/static/images/flags/ie.png                   |  Bin 0 -> 481 bytes
 admin/static/images/flags/il.png                   |  Bin 0 -> 431 bytes
 admin/static/images/flags/in.png                   |  Bin 0 -> 503 bytes
 admin/static/images/flags/io.png                   |  Bin 0 -> 658 bytes
 admin/static/images/flags/iq.png                   |  Bin 0 -> 515 bytes
 admin/static/images/flags/ir.png                   |  Bin 0 -> 512 bytes
 admin/static/images/flags/is.png                   |  Bin 0 -> 532 bytes
 admin/static/images/flags/it.png                   |  Bin 0 -> 420 bytes
 admin/static/images/flags/jm.png                   |  Bin 0 -> 637 bytes
 admin/static/images/flags/jo.png                   |  Bin 0 -> 473 bytes
 admin/static/images/flags/jp.png                   |  Bin 0 -> 420 bytes
 admin/static/images/flags/ke.png                   |  Bin 0 -> 569 bytes
 admin/static/images/flags/kg.png                   |  Bin 0 -> 510 bytes
 admin/static/images/flags/kh.png                   |  Bin 0 -> 549 bytes
 admin/static/images/flags/ki.png                   |  Bin 0 -> 656 bytes
 admin/static/images/flags/km.png                   |  Bin 0 -> 577 bytes
 admin/static/images/flags/kn.png                   |  Bin 0 -> 604 bytes
 admin/static/images/flags/kp.png                   |  Bin 0 -> 561 bytes
 admin/static/images/flags/kr.png                   |  Bin 0 -> 592 bytes
 admin/static/images/flags/kw.png                   |  Bin 0 -> 486 bytes
 admin/static/images/flags/ky.png                   |  Bin 0 -> 643 bytes
 admin/static/images/flags/kz.png                   |  Bin 0 -> 616 bytes
 admin/static/images/flags/la.png                   |  Bin 0 -> 563 bytes
 admin/static/images/flags/lb.png                   |  Bin 0 -> 517 bytes
 admin/static/images/flags/lc.png                   |  Bin 0 -> 520 bytes
 admin/static/images/flags/li.png                   |  Bin 0 -> 537 bytes
 admin/static/images/flags/lk.png                   |  Bin 0 -> 627 bytes
 admin/static/images/flags/lr.png                   |  Bin 0 -> 466 bytes
 admin/static/images/flags/ls.png                   |  Bin 0 -> 628 bytes
 admin/static/images/flags/lt.png                   |  Bin 0 -> 508 bytes
 admin/static/images/flags/lu.png                   |  Bin 0 -> 481 bytes
 admin/static/images/flags/lv.png                   |  Bin 0 -> 465 bytes
 admin/static/images/flags/ly.png                   |  Bin 0 -> 419 bytes
 admin/static/images/flags/ma.png                   |  Bin 0 -> 432 bytes
 admin/static/images/flags/mc.png                   |  Bin 0 -> 380 bytes
 admin/static/images/flags/md.png                   |  Bin 0 -> 566 bytes
 admin/static/images/flags/me.png                   |  Bin 0 -> 448 bytes
 admin/static/images/flags/mg.png                   |  Bin 0 -> 453 bytes
 admin/static/images/flags/mh.png                   |  Bin 0 -> 628 bytes
 admin/static/images/flags/mk.png                   |  Bin 0 -> 664 bytes
 admin/static/images/flags/ml.png                   |  Bin 0 -> 474 bytes
 admin/static/images/flags/mm.png                   |  Bin 0 -> 483 bytes
 admin/static/images/flags/mn.png                   |  Bin 0 -> 492 bytes
 admin/static/images/flags/mo.png                   |  Bin 0 -> 588 bytes
 admin/static/images/flags/mp.png                   |  Bin 0 -> 597 bytes
 admin/static/images/flags/mq.png                   |  Bin 0 -> 655 bytes
 admin/static/images/flags/mr.png                   |  Bin 0 -> 569 bytes
 admin/static/images/flags/ms.png                   |  Bin 0 -> 614 bytes
 admin/static/images/flags/mt.png                   |  Bin 0 -> 420 bytes
 admin/static/images/flags/mu.png                   |  Bin 0 -> 496 bytes
 admin/static/images/flags/mv.png                   |  Bin 0 -> 542 bytes
 admin/static/images/flags/mw.png                   |  Bin 0 -> 529 bytes
 admin/static/images/flags/mx.png                   |  Bin 0 -> 574 bytes
 admin/static/images/flags/my.png                   |  Bin 0 -> 571 bytes
 admin/static/images/flags/mz.png                   |  Bin 0 -> 584 bytes
 admin/static/images/flags/na.png                   |  Bin 0 -> 647 bytes
 admin/static/images/flags/nc.png                   |  Bin 0 -> 591 bytes
 admin/static/images/flags/ne.png                   |  Bin 0 -> 537 bytes
 admin/static/images/flags/nf.png                   |  Bin 0 -> 602 bytes
 admin/static/images/flags/ng.png                   |  Bin 0 -> 482 bytes
 admin/static/images/flags/ni.png                   |  Bin 0 -> 508 bytes
 admin/static/images/flags/nl.png                   |  Bin 0 -> 453 bytes
 admin/static/images/flags/no.png                   |  Bin 0 -> 512 bytes
 admin/static/images/flags/np.png                   |  Bin 0 -> 443 bytes
 admin/static/images/flags/nr.png                   |  Bin 0 -> 527 bytes
 admin/static/images/flags/nu.png                   |  Bin 0 -> 572 bytes
 admin/static/images/flags/nz.png                   |  Bin 0 -> 639 bytes
 admin/static/images/flags/om.png                   |  Bin 0 -> 478 bytes
 admin/static/images/flags/pa.png                   |  Bin 0 -> 519 bytes
 admin/static/images/flags/pe.png                   |  Bin 0 -> 397 bytes
 admin/static/images/flags/pf.png                   |  Bin 0 -> 498 bytes
 admin/static/images/flags/pg.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/ph.png                   |  Bin 0 -> 538 bytes
 admin/static/images/flags/pk.png                   |  Bin 0 -> 569 bytes
 admin/static/images/flags/pl.png                   |  Bin 0 -> 374 bytes
 admin/static/images/flags/pm.png                   |  Bin 0 -> 689 bytes
 admin/static/images/flags/pn.png                   |  Bin 0 -> 657 bytes
 admin/static/images/flags/pr.png                   |  Bin 0 -> 556 bytes
 admin/static/images/flags/ps.png                   |  Bin 0 -> 472 bytes
 admin/static/images/flags/pt.png                   |  Bin 0 -> 554 bytes
 admin/static/images/flags/pw.png                   |  Bin 0 -> 550 bytes
 admin/static/images/flags/py.png                   |  Bin 0 -> 473 bytes
 admin/static/images/flags/qa.png                   |  Bin 0 -> 450 bytes
 admin/static/images/flags/re.png                   |  Bin 0 -> 545 bytes
 admin/static/images/flags/readme.txt               |    9 +
 admin/static/images/flags/ro.png                   |  Bin 0 -> 495 bytes
 admin/static/images/flags/rs.png                   |  Bin 0 -> 423 bytes
 admin/static/images/flags/ru.png                   |  Bin 0 -> 420 bytes
 admin/static/images/flags/rw.png                   |  Bin 0 -> 533 bytes
 admin/static/images/flags/sa.png                   |  Bin 0 -> 551 bytes
 admin/static/images/flags/sb.png                   |  Bin 0 -> 624 bytes
 admin/static/images/flags/sc.png                   |  Bin 0 -> 608 bytes
 admin/static/images/flags/scotland.png             |  Bin 0 -> 649 bytes
 admin/static/images/flags/sd.png                   |  Bin 0 -> 492 bytes
 admin/static/images/flags/se.png                   |  Bin 0 -> 542 bytes
 admin/static/images/flags/sg.png                   |  Bin 0 -> 468 bytes
 admin/static/images/flags/sh.png                   |  Bin 0 -> 645 bytes
 admin/static/images/flags/si.png                   |  Bin 0 -> 510 bytes
 admin/static/images/flags/sj.png                   |  Bin 0 -> 512 bytes
 admin/static/images/flags/sk.png                   |  Bin 0 -> 562 bytes
 admin/static/images/flags/sl.png                   |  Bin 0 -> 436 bytes
 admin/static/images/flags/sm.png                   |  Bin 0 -> 502 bytes
 admin/static/images/flags/sn.png                   |  Bin 0 -> 532 bytes
 admin/static/images/flags/so.png                   |  Bin 0 -> 527 bytes
 admin/static/images/flags/sr.png                   |  Bin 0 -> 513 bytes
 admin/static/images/flags/st.png                   |  Bin 0 -> 584 bytes
 admin/static/images/flags/sv.png                   |  Bin 0 -> 501 bytes
 admin/static/images/flags/sy.png                   |  Bin 0 -> 422 bytes
 admin/static/images/flags/sz.png                   |  Bin 0 -> 643 bytes
 admin/static/images/flags/tc.png                   |  Bin 0 -> 624 bytes
 admin/static/images/flags/td.png                   |  Bin 0 -> 570 bytes
 admin/static/images/flags/tf.png                   |  Bin 0 -> 527 bytes
 admin/static/images/flags/tg.png                   |  Bin 0 -> 562 bytes
 admin/static/images/flags/th.png                   |  Bin 0 -> 452 bytes
 admin/static/images/flags/tj.png                   |  Bin 0 -> 496 bytes
 admin/static/images/flags/tk.png                   |  Bin 0 -> 638 bytes
 admin/static/images/flags/tl.png                   |  Bin 0 -> 514 bytes
 admin/static/images/flags/tm.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/tn.png                   |  Bin 0 -> 495 bytes
 admin/static/images/flags/to.png                   |  Bin 0 -> 426 bytes
 admin/static/images/flags/tr.png                   |  Bin 0 -> 492 bytes
 admin/static/images/flags/tt.png                   |  Bin 0 -> 617 bytes
 admin/static/images/flags/tv.png                   |  Bin 0 -> 536 bytes
 admin/static/images/flags/tw.png                   |  Bin 0 -> 465 bytes
 admin/static/images/flags/tz.png                   |  Bin 0 -> 642 bytes
 admin/static/images/flags/ua.png                   |  Bin 0 -> 446 bytes
 admin/static/images/flags/ug.png                   |  Bin 0 -> 531 bytes
 admin/static/images/flags/um.png                   |  Bin 0 -> 571 bytes
 admin/static/images/flags/us.png                   |  Bin 0 -> 609 bytes
 admin/static/images/flags/uy.png                   |  Bin 0 -> 532 bytes
 admin/static/images/flags/uz.png                   |  Bin 0 -> 515 bytes
 admin/static/images/flags/va.png                   |  Bin 0 -> 553 bytes
 admin/static/images/flags/vc.png                   |  Bin 0 -> 577 bytes
 admin/static/images/flags/ve.png                   |  Bin 0 -> 528 bytes
 admin/static/images/flags/vg.png                   |  Bin 0 -> 630 bytes
 admin/static/images/flags/vi.png                   |  Bin 0 -> 616 bytes
 admin/static/images/flags/vn.png                   |  Bin 0 -> 474 bytes
 admin/static/images/flags/vu.png                   |  Bin 0 -> 604 bytes
 admin/static/images/flags/wales.png                |  Bin 0 -> 652 bytes
 admin/static/images/flags/wf.png                   |  Bin 0 -> 554 bytes
 admin/static/images/flags/ws.png                   |  Bin 0 -> 476 bytes
 admin/static/images/flags/ye.png                   |  Bin 0 -> 413 bytes
 admin/static/images/flags/yt.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/za.png                   |  Bin 0 -> 642 bytes
 admin/static/images/flags/zm.png                   |  Bin 0 -> 500 bytes
 admin/static/images/flags/zw.png                   |  Bin 0 -> 574 bytes
 admin/static/images/forbidden.png                  |  Bin 0 -> 724 bytes
 admin/static/images/help.png                       |  Bin 0 -> 2231 bytes
 admin/static/images/ibutton-slider-default.png     |  Bin 0 -> 4440 bytes
 admin/static/images/loadingAnimation.gif           |  Bin 0 -> 5886 bytes
 admin/static/images/macFFBgHack.png                |  Bin 0 -> 207 bytes
 admin/static/images/menu-active.png                |  Bin 0 -> 2470 bytes
 admin/static/images/menu-highlight.png             |  Bin 0 -> 311 bytes
 admin/static/images/menu-sep.png                   |  Bin 0 -> 156 bytes
 admin/static/images/offline.png                    |  Bin 0 -> 1905 bytes
 admin/static/images/online.png                     |  Bin 0 -> 2245 bytes
 admin/static/images/proud.png                      |  Bin 0 -> 4646 bytes
 admin/static/images/rulestable-th.png              |  Bin 0 -> 343 bytes
 admin/static/images/tab.png                        |  Bin 0 -> 8176 bytes
 admin/static/images/tick.png                       |  Bin 0 -> 537 bytes
 admin/static/images/top-bar.png                    |  Bin 0 -> 624 bytes
 admin/static/images/wizards/Makefile.am            |   39 +
 admin/static/images/wizards/alfresco.png           |  Bin 0 -> 2661 bytes
 admin/static/images/wizards/aspnet.png             |  Bin 0 -> 2188 bytes
 admin/static/images/wizards/coldfusion.png         |  Bin 0 -> 1992 bytes
 admin/static/images/wizards/common_static.png      |  Bin 0 -> 1312 bytes
 admin/static/images/wizards/concrete5.png          |  Bin 0 -> 2400 bytes
 admin/static/images/wizards/dbslayer.png           |  Bin 0 -> 1965 bytes
 admin/static/images/wizards/django.png             |  Bin 0 -> 1318 bytes
 admin/static/images/wizards/drupal.png             |  Bin 0 -> 1762 bytes
 admin/static/images/wizards/gallery.png            |  Bin 0 -> 1982 bytes
 admin/static/images/wizards/glassfish.png          |  Bin 0 -> 1592 bytes
 admin/static/images/wizards/hotlinking.png         |  Bin 0 -> 2229 bytes
 admin/static/images/wizards/icons.png              |  Bin 0 -> 1647 bytes
 admin/static/images/wizards/joomla.png             |  Bin 0 -> 1890 bytes
 admin/static/images/wizards/liferay.png            |  Bin 0 -> 2693 bytes
 admin/static/images/wizards/mailman.png            |  Bin 0 -> 2037 bytes
 admin/static/images/wizards/moinmoin.png           |  Bin 0 -> 3998 bytes
 admin/static/images/wizards/mono.png               |  Bin 0 -> 2445 bytes
 admin/static/images/wizards/moodle.png             |  Bin 0 -> 2305 bytes
 admin/static/images/wizards/nagios.png             |  Bin 0 -> 1269 bytes
 admin/static/images/wizards/php.jpg                |  Bin 0 -> 1241 bytes
 admin/static/images/wizards/phpbb.png              |  Bin 0 -> 1968 bytes
 admin/static/images/wizards/phpmyadmin.png         |  Bin 0 -> 2414 bytes
 admin/static/images/wizards/redirect.jpg           |  Bin 0 -> 1489 bytes
 admin/static/images/wizards/ror.png                |  Bin 0 -> 2197 bytes
 admin/static/images/wizards/rtorrent.png           |  Bin 0 -> 2137 bytes
 admin/static/images/wizards/streaming.png          |  Bin 0 -> 2202 bytes
 admin/static/images/wizards/sugarcrm.png           |  Bin 0 -> 2163 bytes
 admin/static/images/wizards/symfony.png            |  Bin 0 -> 2334 bytes
 admin/static/images/wizards/trac.png               |  Bin 0 -> 2333 bytes
 admin/static/images/wizards/uwsgi.png              |  Bin 0 -> 2254 bytes
 admin/static/images/wizards/wordpress.png          |  Bin 0 -> 2426 bytes
 admin/static/images/wizards/zend.png               |  Bin 0 -> 1691 bytes
 admin/static/images/workarea.png                   |  Bin 0 -> 4140 bytes
 admin/static/js/Makefile.am                        |   27 +
 admin/static/js/common.js                          |  403 +
 admin/static/js/graphs.js                          |   40 +
 admin/static/js/icons.js                           |   14 +
 admin/static/js/jquery-1.3.2.min.js                |   19 +
 admin/static/js/jquery.cookie.js                   |   96 +
 admin/static/js/jquery.dimensions.js               |  124 +
 admin/static/js/jquery.easing.js                   |  102 +
 admin/static/js/jquery.form-defaults.js            |   45 +
 admin/static/js/jquery.ibutton.js                  |  383 +
 admin/static/js/jquery.tablednd.js                 |  387 +
 admin/static/js/thickbox.js                        |  319 +
 admin/static/js/ui.core.js                         |  519 +
 admin/static/js/ui.dialog.js                       |  497 +
 admin/static/js/ui.draggable.js                    |  562 +
 admin/static/js/ui.resizable.js                    |  770 +
 admin/static/js/ui.tabs.js                         |  685 +
 admin/static/js/wizards.js                         |   90 +
 admin/status.template.html                         |   28 +
 admin/upgrade_config.py                            |   46 +
 admin/util.py                                      |  191 +
 admin/validations.py                               |  321 +
 autogen.sh                                         |  133 +
 cget/Makefile.am                                   |   25 +
 cget/cget.1                                        |   86 +
 cget/main.c                                        |  483 +
 cget/proxy.c                                       |   70 +
 cget/proxy.h                                       |   38 +
 changelog-update.sh                                |   97 +
 cherokee-admin.1                                   |   53 +
 cherokee-config.1                                  |   31 +
 cherokee-config.in                                 |   61 +
 cherokee-tweak.1                                   |   52 +
 cherokee-worker.1                                  |   46 +
 cherokee.1                                         |  103 +
 cherokee.conf.sample.pre                           |  323 +
 cherokee.m4                                        |  171 +
 cherokee.pc.in                                     |   11 +
 cherokee.spec.in                                   |   61 +
 cherokee/Makefile.am                               | 1779 ++
 cherokee/access.c                                  |  627 +
 cherokee/access.h                                  |   47 +
 cherokee/admin_client.c                            |  678 +
 cherokee/admin_client.h                            |  116 +
 cherokee/admin_request.c                           |   92 +
 cherokee/admin_request.h                           |   51 +
 cherokee/admin_server.c                            |  363 +
 cherokee/admin_server.h                            |   48 +
 cherokee/avl.c                                     |  787 +
 cherokee/avl.h                                     |   71 +
 cherokee/avl_r.c                                   |  102 +
 cherokee/avl_r.h                                   |   53 +
 cherokee/balancer.c                                |  237 +
 cherokee/balancer.h                                |  119 +
 cherokee/balancer_ip_hash.c                        |  272 +
 cherokee/balancer_ip_hash.h                        |   46 +
 cherokee/balancer_round_robin.c                    |  217 +
 cherokee/balancer_round_robin.h                    |   45 +
 cherokee/bind.c                                    |  346 +
 cherokee/bind.h                                    |   76 +
 cherokee/bogotime.c                                |  242 +
 cherokee/bogotime.h                                |   70 +
 cherokee/buffer.c                                  | 2075 +++
 cherokee/buffer.h                                  |  136 +
 cherokee/cache.c                                   |  685 +
 cherokee/cache.h                                   |  146 +
 cherokee/cacheline.c                               |  135 +
 cherokee/cacheline.h                               |   40 +
 cherokee/cgi.deps                                  |    1 +
 cherokee/cherokee-panic                            |  177 +
 cherokee/cherokee.h                                |   82 +
 cherokee/cherokee_show.c                           |  135 +
 cherokee/collector.c                               |  315 +
 cherokee/collector.h                               |  159 +
 cherokee/collector_rrd.c                           |  389 +
 cherokee/collector_rrd.h                           |   90 +
 cherokee/combined.deps                             |    1 +
 cherokee/common-internal.h                         |  255 +
 cherokee/common.deps                               |    2 +
 cherokee/common.h                                  |   75 +
 cherokee/config_entry.c                            |  260 +
 cherokee/config_entry.h                            |  122 +
 cherokee/config_node.c                             |  382 +
 cherokee/config_node.h                             |   83 +
 cherokee/config_reader.c                           |  261 +
 cherokee/config_reader.h                           |   42 +
 cherokee/connection-protected.h                    |  315 +
 cherokee/connection.c                              | 2614 +++
 cherokee/connection.h                              |   53 +
 cherokee/connection_info.c                         |  300 +
 cherokee/connection_info.h                         |   69 +
 cherokee/crc32.c                                   |  111 +
 cherokee/crc32.h                                   |   15 +
 cherokee/cryptor.c                                 |  249 +
 cherokee/cryptor.h                                 |  178 +
 cherokee/cryptor_libssl.c                          |  926 ++
 cherokee/cryptor_libssl.h                          |  104 +
 cherokee/cryptor_libssl_dh_1024.c                  |   38 +
 cherokee/cryptor_libssl_dh_2048.c                  |   52 +
 cherokee/cryptor_libssl_dh_4096.c                  |   78 +
 cherokee/cryptor_libssl_dh_512.c                   |   32 +
 cherokee/downloader-protected.h                    |   88 +
 cherokee/downloader.c                              |  665 +
 cherokee/downloader.h                              |   76 +
 cherokee/downloader_async.c                        |  149 +
 cherokee/downloader_async.h                        |   51 +
 cherokee/dtm.c                                     |  893 +
 cherokee/dtm.h                                     |   56 +
 cherokee/dwriter.c                                 |  453 +
 cherokee/dwriter.h                                 |   89 +
 cherokee/encoder.c                                 |  105 +
 cherokee/encoder.h                                 |  103 +
 cherokee/encoder_deflate.c                         |  219 +
 cherokee/encoder_deflate.h                         |   57 +
 cherokee/encoder_gzip.c                            |  319 +
 cherokee/encoder_gzip.h                            |   61 +
 cherokee/error_list.py                             | 1300 ++
 cherokee/error_log.c                               |  375 +
 cherokee/error_log.h                               |   86 +
 cherokee/error_redir.deps                          |    1 +
 cherokee/errors.py                                 |  274 +
 cherokee/fastcgi.deps                              |    1 +
 cherokee/fastcgi.h                                 |  137 +
 cherokee/fcgi.deps                                 |    1 +
 cherokee/fdpoll-epoll.c                            |  335 +
 cherokee/fdpoll-kqueue.c                           |  317 +
 cherokee/fdpoll-poll.c                             |  263 +
 cherokee/fdpoll-port.c                             |  331 +
 cherokee/fdpoll-protected.h                        |   75 +
 cherokee/fdpoll-select.c                           |  323 +
 cherokee/fdpoll-win32.c                            |  290 +
 cherokee/fdpoll.c                                  |  325 +
 cherokee/fdpoll.h                                  |   76 +
 cherokee/gen_evhost.c                              |  324 +
 cherokee/gen_evhost.h                              |   65 +
 cherokee/getopt/getopt.c                           | 1139 ++
 cherokee/getopt/getopt.h                           |  169 +
 cherokee/getopt/getopt1.c                          |   93 +
 cherokee/getopt/gettext.h                          |   69 +
 cherokee/handler.c                                 |  155 +
 cherokee/handler.h                                 |  145 +
 cherokee/handler_admin.c                           |  211 +
 cherokee/handler_admin.h                           |   61 +
 cherokee/handler_cgi.c                             |  854 +
 cherokee/handler_cgi.h                             |   94 +
 cherokee/handler_cgi_base.c                        | 1259 ++
 cherokee/handler_cgi_base.h                        |  150 +
 cherokee/handler_common.c                          |  354 +
 cherokee/handler_common.h                          |   53 +
 cherokee/handler_custom_error.c                    |   91 +
 cherokee/handler_custom_error.h                    |   48 +
 cherokee/handler_dbslayer.c                        |  565 +
 cherokee/handler_dbslayer.h                        |   67 +
 cherokee/handler_dirlist.c                         | 1211 ++
 cherokee/handler_dirlist.h                         |  132 +
 cherokee/handler_empty_gif.c                       |  116 +
 cherokee/handler_empty_gif.h                       |   65 +
 cherokee/handler_error.c                           |  301 +
 cherokee/handler_error.h                           |   53 +
 cherokee/handler_error_nn.c                        |  199 +
 cherokee/handler_error_nn.h                        |   44 +
 cherokee/handler_error_redir.c                     |  216 +
 cherokee/handler_error_redir.h                     |   55 +
 cherokee/handler_fcgi.c                            |  757 +
 cherokee/handler_fcgi.h                            |   75 +
 cherokee/handler_file.c                            |  830 +
 cherokee/handler_file.h                            |   89 +
 cherokee/handler_post_report.c                     |  244 +
 cherokee/handler_post_report.h                     |   66 +
 cherokee/handler_proxy.c                           | 1476 ++
 cherokee/handler_proxy.h                           |  104 +
 cherokee/handler_redir.c                           |  349 +
 cherokee/handler_redir.h                           |   63 +
 cherokee/handler_render_rrd.c                      |  675 +
 cherokee/handler_render_rrd.h                      |   60 +
 cherokee/handler_scgi.c                            |  431 +
 cherokee/handler_scgi.h                            |   68 +
 cherokee/handler_secdownload.c                     |  239 +
 cherokee/handler_secdownload.h                     |   59 +
 cherokee/handler_server_info.c                     |  982 ++
 cherokee/handler_server_info.h                     |   74 +
 cherokee/handler_ssi.c                             |  483 +
 cherokee/handler_ssi.h                             |   80 +
 cherokee/handler_streaming.c                       |  585 +
 cherokee/handler_streaming.h                       |   86 +
 cherokee/handler_uwsgi.c                           |  461 +
 cherokee/handler_uwsgi.h                           |   78 +
 cherokee/header-protected.h                        |   88 +
 cherokee/header.c                                  | 1147 ++
 cherokee/header.h                                  |  114 +
 cherokee/http.c                                    |  310 +
 cherokee/http.h                                    |  224 +
 cherokee/human_strcmp.c                            |   98 +
 cherokee/human_strcmp.h                            |   40 +
 cherokee/icons.c                                   |  368 +
 cherokee/icons.h                                   |   62 +
 cherokee/info.c                                    |  110 +
 cherokee/info.h                                    |   40 +
 cherokee/init.c                                    |  112 +
 cherokee/init.h                                    |   55 +
 cherokee/iocache.c                                 |  618 +
 cherokee/iocache.h                                 |  104 +
 cherokee/levenshtein_distance.c                    |  115 +
 cherokee/levenshtein_distance.h                    |    9 +
 cherokee/limiter.c                                 |  132 +
 cherokee/limiter.h                                 |   50 +
 cherokee/list.c                                    |  199 +
 cherokee/list.h                                    |  137 +
 cherokee/logger-protected.h                        |   35 +
 cherokee/logger.c                                  |  265 +
 cherokee/logger.h                                  |   97 +
 cherokee/logger_combined.c                         |   80 +
 cherokee/logger_combined.h                         |   36 +
 cherokee/logger_custom.c                           |  630 +
 cherokee/logger_custom.h                           |   53 +
 cherokee/logger_ncsa.c                             |  362 +
 cherokee/logger_ncsa.h                             |   65 +
 cherokee/logger_writer.c                           |  505 +
 cherokee/logger_writer.h                           |   85 +
 cherokee/logo.inc                                  |  596 +
 cherokee/macros.h                                  |  402 +
 cherokee/main.c                                    |  938 ++
 cherokee/main_admin.c                              |  485 +
 cherokee/main_tweak.c                              |  500 +
 cherokee/main_worker.c                             |  378 +
 cherokee/match.c                                   |   70 +
 cherokee/match.h                                   |   40 +
 cherokee/md5.c                                     |  239 +
 cherokee/md5.h                                     |   42 +
 cherokee/md5crypt.c                                |  192 +
 cherokee/md5crypt.h                                |   22 +
 cherokee/mime-protected.h                          |   39 +
 cherokee/mime.c                                    |  199 +
 cherokee/mime.h                                    |   52 +
 cherokee/mime_entry.c                              |   98 +
 cherokee/mime_entry.h                              |   53 +
 cherokee/module.c                                  |   96 +
 cherokee/module.h                                  |   86 +
 cherokee/ncpus.c                                   |  154 +
 cherokee/ncpus.h                                   |   30 +
 cherokee/nonce.c                                   |  195 +
 cherokee/nonce.h                                   |   51 +
 cherokee/nullable.h                                |   48 +
 cherokee/pcre/LICENCE                              |   68 +
 cherokee/pcre/local_config.h                       |   43 +
 cherokee/pcre/pcre.h                               |  300 +
 cherokee/pcre/pcre_chartables.c                    |  195 +
 cherokee/pcre/pcre_compile.c                       | 6061 +++++++
 cherokee/pcre/pcre_exec.c                          | 4883 ++++++
 cherokee/pcre/pcre_fullinfo.c                      |  162 +
 cherokee/pcre/pcre_get.c                           |  462 +
 cherokee/pcre/pcre_globals.c                       |   61 +
 cherokee/pcre/pcre_internal.h                      | 1117 ++
 cherokee/pcre/pcre_newline.c                       |  162 +
 cherokee/pcre/pcre_tables.c                        |  202 +
 cherokee/pcre/pcre_try_flipped.c                   |  133 +
 cherokee/pcre/ucp.h                                |  133 +
 cherokee/plugin.h                                  |  155 +
 cherokee/plugin_loader.c                           |  558 +
 cherokee/plugin_loader.h                           |   72 +
 cherokee/post.c                                    |  710 +
 cherokee/post.h                                    |  110 +
 cherokee/post_report.deps                          |    1 +
 cherokee/post_track.c                              |  346 +
 cherokee/post_track.h                              |   72 +
 cherokee/proxy_hosts.c                             |  448 +
 cherokee/proxy_hosts.h                             |  113 +
 cherokee/regex.c                                   |  268 +
 cherokee/regex.h                                   |   82 +
 cherokee/render_rrd.deps                           |    1 +
 cherokee/request.c                                 |  226 +
 cherokee/request.h                                 |   73 +
 cherokee/resolv_cache.c                            |  269 +
 cherokee/resolv_cache.h                            |   52 +
 cherokee/rrd_tools.c                               |  547 +
 cherokee/rrd_tools.h                               |   79 +
 cherokee/rule.c                                    |  115 +
 cherokee/rule.h                                    |   95 +
 cherokee/rule_and.c                                |  140 +
 cherokee/rule_and.h                                |   49 +
 cherokee/rule_bind.c                               |  134 +
 cherokee/rule_bind.h                               |   50 +
 cherokee/rule_default.c                            |   93 +
 cherokee/rule_default.h                            |   44 +
 cherokee/rule_directory.c                          |  154 +
 cherokee/rule_directory.h                          |   49 +
 cherokee/rule_exists.c                             |  333 +
 cherokee/rule_exists.h                             |   54 +
 cherokee/rule_extensions.c                         |  192 +
 cherokee/rule_extensions.h                         |   50 +
 cherokee/rule_from.c                               |  120 +
 cherokee/rule_from.h                               |   50 +
 cherokee/rule_fullpath.c                           |  136 +
 cherokee/rule_fullpath.h                           |   50 +
 cherokee/rule_geoip.c                              |  200 +
 cherokee/rule_geoip.h                              |   50 +
 cherokee/rule_header.c                             |  184 +
 cherokee/rule_header.h                             |   53 +
 cherokee/rule_list.c                               |  170 +
 cherokee/rule_list.h                               |   56 +
 cherokee/rule_method.c                             |  108 +
 cherokee/rule_method.h                             |   50 +
 cherokee/rule_not.c                                |  118 +
 cherokee/rule_not.h                                |   48 +
 cherokee/rule_or.c                                 |  139 +
 cherokee/rule_or.h                                 |   49 +
 cherokee/rule_request.c                            |  163 +
 cherokee/rule_request.h                            |   50 +
 cherokee/rule_url_arg.c                            |  206 +
 cherokee/rule_url_arg.h                            |   53 +
 cherokee/scgi.deps                                 |    1 +
 cherokee/secdownload.deps                          |    1 +
 cherokee/server-protected.h                        |  190 +
 cherokee/server.c                                  | 2066 +++
 cherokee/server.h                                  |   76 +
 cherokee/sha1.c                                    |  299 +
 cherokee/sha1.h                                    |   23 +
 cherokee/shm.c                                     |  123 +
 cherokee/shm.h                                     |   58 +
 cherokee/socket.c                                  | 1467 ++
 cherokee/socket.h                                  |  194 +
 cherokee/source.c                                  |  246 +
 cherokee/source.h                                  |   74 +
 cherokee/source_interpreter.c                      |  726 +
 cherokee/source_interpreter.h                      |   85 +
 cherokee/spawner.c                                 |  287 +
 cherokee/spawner.h                                 |   67 +
 cherokee/streaming.deps                            |    1 +
 cherokee/table.c                                   |  183 +
 cherokee/table.h                                   |   75 +
 cherokee/template.c                                |  296 +
 cherokee/template.h                                |   82 +
 cherokee/thread.c                                  | 2040 +++
 cherokee/thread.h                                  |  136 +
 cherokee/threading.c                               |   87 +
 cherokee/threading.h                               |   56 +
 cherokee/trace.c                                   |  198 +
 cherokee/trace.h                                   |   45 +
 cherokee/unix4win32.c                              |  179 +
 cherokee/unix4win32.h                              |  209 +
 cherokee/url.c                                     |  222 +
 cherokee/url.h                                     |   71 +
 cherokee/util.c                                    | 1981 +++
 cherokee/util.h                                    |  217 +
 cherokee/uwsgi.deps                                |    1 +
 cherokee/validator.c                               |  479 +
 cherokee/validator.h                               |  139 +
 cherokee/validator_authlist.c                      |  255 +
 cherokee/validator_authlist.h                      |   51 +
 cherokee/validator_file.c                          |  142 +
 cherokee/validator_file.h                          |   81 +
 cherokee/validator_htdigest.c                      |  286 +
 cherokee/validator_htdigest.h                      |   50 +
 cherokee/validator_htpasswd.c                      |  397 +
 cherokee/validator_htpasswd.h                      |   50 +
 cherokee/validator_ldap.c                          |  404 +
 cherokee/validator_ldap.h                          |   72 +
 cherokee/validator_mysql.c                         |  349 +
 cherokee/validator_mysql.h                         |   70 +
 cherokee/validator_pam.c                           |  235 +
 cherokee/validator_pam.h                           |   45 +
 cherokee/validator_plain.c                         |  237 +
 cherokee/validator_plain.h                         |   51 +
 cherokee/version.c                                 |  116 +
 cherokee/version.h                                 |   54 +
 cherokee/virtual_server.c                          |  987 ++
 cherokee/virtual_server.h                          |  105 +
 cherokee/vrule.c                                   |  101 +
 cherokee/vrule.h                                   |   92 +
 cherokee/vrule_rehost.c                            |  122 +
 cherokee/vrule_rehost.h                            |   48 +
 cherokee/vrule_target_ip.c                         |  152 +
 cherokee/vrule_target_ip.h                         |   49 +
 cherokee/vrule_wildcard.c                          |  175 +
 cherokee/vrule_wildcard.h                          |   48 +
 cherokee/win32_cherokeeserv.c                      |  416 +
 cherokee/win32_cservice.c                          |  774 +
 cherokee/win32_cservice.h                          |  163 +
 cherokee/win32_misc.c                              | 1131 ++
 cherokee/win32_misc.h                              |   56 +
 cherokee/xrealip.c                                 |  116 +
 cherokee/xrealip.h                                 |   56 +
 cherokee/zlib/deflate.c                            | 1267 ++
 cherokee/zlib/deftree.c                            | 1114 ++
 cherokee/zlib/defutil.h                            |  334 +
 cherokee/zlib/zconf.h                              |   45 +
 cherokee/zlib/zlib.h                               |  639 +
 cherokee/zlib/zutil.h                              |  116 +
 config.h.win32                                     |   52 +
 configure.in                                       | 1576 ++
 constants.h.pre                                    |   21 +
 contrib/011to098.py                                |   42 +
 contrib/05to06.py                                  |  833 +
 contrib/06to07.py                                  |   82 +
 contrib/07to08.py                                  |   73 +
 contrib/08to09.py                                  |  104 +
 contrib/098to099.py                                |   39 +
 contrib/0999to09910.py                             |   52 +
 contrib/09to010.py                                 |   41 +
 contrib/Makefile.am                                |   29 +
 contrib/bin2buffer.py                              |   35 +
 contrib/cherokee.pre                               |   64 +
 contrib/make-cert.sh                               |   21 +
 contrib/make-dh_params.sh                          |   28 +
 contrib/tracelor.py                                |   66 +
 dbslayer/Makefile.am                               |    4 +
 dbslayer/mysql_wrap.php                            | 1146 ++
 debian_testing.sh                                  |   46 +
 debian_testing_chroot.sh                           |   76 +
 developers.py                                      |   12 +
 doc/Makefile.am                                    |  277 +
 doc/basics.txt                                     |   11 +
 doc/basics_download.txt                            |   46 +
 doc/basics_installation.txt                        |   14 +
 doc/basics_installation_svn.txt                    |   78 +
 doc/basics_installation_unix.txt                   |  151 +
 doc/basics_installation_windows.txt                |  153 +
 doc/basics_requirements.txt                        |   60 +
 doc/basics_running_cherokee.txt                    |   29 +
 doc/basics_upgrade.txt                             |   72 +
 doc/basics_why_cherokee.txt                        |   54 +
 doc/build/asciidoc.conf                            |  527 +
 doc/build/asciidoc.py                              | 5312 ++++++
 doc/build/build_web.sh                             |   11 +
 doc/build/doc.conf                                 |   28 +
 doc/build/javascripts/toc.js                       |   69 +
 doc/build/lang-de.conf                             |   43 +
 doc/build/lang-en.conf                             |   51 +
 doc/build/lang-es.conf                             |   15 +
 doc/build/lang-fr.conf                             |   52 +
 doc/build/lang-hu.conf                             |   52 +
 doc/build/lang-ru.conf                             |   52 +
 doc/build/stylesheets/xhtml11-quirks.css           |   49 +
 doc/build/stylesheets/xhtml11.css                  |  284 +
 doc/build/web.conf                                 |   66 +
 doc/build/xhtml11-quirks.conf                      |   57 +
 doc/build/xhtml11.conf                             |  643 +
 doc/bundle.txt                                     |    8 +
 doc/bundle_cget.txt                                |   60 +
 doc/bundle_cherokee-admin.txt                      |  141 +
 doc/bundle_cherokee-config.txt                     |   47 +
 doc/bundle_cherokee-tweak.txt                      |  101 +
 doc/bundle_cherokee-worker.txt                     |   53 +
 doc/bundle_cherokee.txt                            |   69 +
 doc/bundle_spawn-fcgi.txt                          |   67 +
 doc/config.txt                                     |   14 +
 doc/config_advanced.txt                            |  144 +
 doc/config_general.txt                             |   94 +
 doc/config_icons.txt                               |   39 +
 doc/config_info_sources.txt                        |   92 +
 doc/config_mime_types.txt                          |   16 +
 doc/config_quickstart.txt                          |  264 +
 doc/config_status.txt                              |   17 +
 doc/config_virtual_servers.txt                     |  514 +
 doc/config_virtual_servers_evhost.txt              |   25 +
 doc/config_virtual_servers_rule.txt                |  161 +
 doc/config_wizards.txt                             |  100 +
 doc/cookbook.txt                                   |   35 +
 doc/cookbook_alfresco.txt                          |  166 +
 doc/cookbook_authentication.txt                    |  218 +
 doc/cookbook_coldfusion.txt                        |   74 +
 doc/cookbook_concrete5.txt                         |   95 +
 doc/cookbook_cross_compilation.txt                 |  112 +
 doc/cookbook_dbslayer.txt                          |  313 +
 doc/cookbook_django.txt                            |  183 +
 doc/cookbook_drupal.txt                            |  199 +
 doc/cookbook_embedding_cherokee.txt                |   23 +
 doc/cookbook_glassfish.txt                         |  211 +
 doc/cookbook_joomla.txt                            |  190 +
 doc/cookbook_kumbia.txt                            |   56 +
 doc/cookbook_liferay.txt                           |  116 +
 doc/cookbook_mailman.txt                           |  156 +
 doc/cookbook_maintenance.txt                       |  140 +
 doc/cookbook_managing_logs.txt                     |   99 +
 doc/cookbook_mono.txt                              |  184 +
 doc/cookbook_moodle.txt                            |  162 +
 doc/cookbook_nagios.txt                            |  125 +
 doc/cookbook_optimizations.txt                     |  130 +
 doc/cookbook_php.txt                               |   85 +
 doc/cookbook_phpbb.txt                             |  231 +
 doc/cookbook_phpmyadmin.txt                        |  139 +
 doc/cookbook_redirs.txt                            |   44 +
 doc/cookbook_ror.txt                               |  164 +
 doc/cookbook_ssl.txt                               |  345 +
 doc/cookbook_streaming.txt                         |   26 +
 doc/cookbook_sugarcrm.txt                          |  161 +
 doc/cookbook_symfony.txt                           |  155 +
 doc/cookbook_trac.txt                              |  125 +
 doc/cookbook_uwsgi.txt                             |  103 +
 doc/cookbook_wordpress.txt                         |  133 +
 doc/cookbook_zend.txt                              |   82 +
 doc/dev.txt                                        |    6 +
 doc/dev_api.txt                                    |    6 +
 doc/dev_cherokee.conf.txt                          |  573 +
 doc/dev_debug.txt                                  |  129 +
 doc/dev_examples.txt                               |    6 +
 doc/dev_issues.txt                                 |   36 +
 doc/dev_qa.txt                                     |   68 +
 doc/index.txt                                      |  167 +
 doc/media/css/cherokee_doc.css                     |  455 +
 doc/media/images/README.txt                        |   11 +
 doc/media/images/admin_advanced0.png               |  Bin 0 -> 4082 bytes
 doc/media/images/admin_advanced1.png               |  Bin 0 -> 16510 bytes
 doc/media/images/admin_advanced2.png               |  Bin 0 -> 18063 bytes
 doc/media/images/admin_advanced3.png               |  Bin 0 -> 13571 bytes
 doc/media/images/admin_advanced4.png               |  Bin 0 -> 7950 bytes
 doc/media/images/admin_advanced5.png               |  Bin 0 -> 12671 bytes
 doc/media/images/admin_behaviour.png               |  Bin 0 -> 22990 bytes
 doc/media/images/admin_general.png                 |  Bin 0 -> 14006 bytes
 doc/media/images/admin_general_networking.png      |  Bin 0 -> 14258 bytes
 doc/media/images/admin_general_permissions.png     |  Bin 0 -> 9433 bytes
 doc/media/images/admin_general_ports.png           |  Bin 0 -> 8552 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 0 -> 14178 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 0 -> 21939 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 0 -> 14100 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 0 -> 18567 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 0 -> 15264 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 0 -> 10388 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 0 -> 35882 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 0 -> 37936 bytes
 doc/media/images/admin_handler_file.png            |  Bin 0 -> 9659 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 0 -> 16241 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 0 -> 13128 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 0 -> 20521 bytes
 doc/media/images/admin_handler_secdownload.png     |  Bin 0 -> 16238 bytes
 doc/media/images/admin_icons1.png                  |  Bin 0 -> 25183 bytes
 doc/media/images/admin_icons2.png                  |  Bin 0 -> 8870 bytes
 doc/media/images/admin_icons3.png                  |  Bin 0 -> 6723 bytes
 doc/media/images/admin_index.png                   |  Bin 0 -> 67000 bytes
 doc/media/images/admin_info_sources.png            |  Bin 0 -> 22254 bytes
 doc/media/images/admin_launch.png                  |  Bin 0 -> 38650 bytes
 doc/media/images/admin_mime.png                    |  Bin 0 -> 17344 bytes
 doc/media/images/admin_noconfig.png                |  Bin 0 -> 11557 bytes
 doc/media/images/admin_notrunning.png              |  Bin 0 -> 25721 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 0 -> 14963 bytes
 doc/media/images/admin_validators_authlist.png     |  Bin 0 -> 20450 bytes
 doc/media/images/admin_validators_ldap.png         |  Bin 0 -> 29167 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 0 -> 14968 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 0 -> 17356 bytes
 doc/media/images/admin_vserver.png                 |  Bin 0 -> 12814 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 0 -> 14885 bytes
 doc/media/images/admin_vserver_evhost.png          |  Bin 0 -> 11231 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 0 -> 19182 bytes
 doc/media/images/admin_vserver_security.png        |  Bin 0 -> 15750 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 0 -> 10401 bytes
 doc/media/images/admin_vserver_wizard.png          |  Bin 0 -> 35774 bytes
 doc/media/images/admin_vserver_wizard_misc.png     |  Bin 0 -> 31834 bytes
 doc/media/images/admin_vservers_wizard.png         |  Bin 0 -> 28003 bytes
 doc/media/images/admin_vservers_wizard_misc.png    |  Bin 0 -> 30553 bytes
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 0 -> 36672 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 0 -> 21452 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 0 -> 21223 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 0 -> 7629 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 0 -> 40507 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 0 -> 7738 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 0 -> 6629 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 0 -> 12291 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 0 -> 12226 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 0 -> 21729 bytes
 doc/media/images/cookbook_django.png               |  Bin 0 -> 24570 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 0 -> 26541 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 0 -> 16332 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 0 -> 28194 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 0 -> 4837 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 0 -> 13433 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 0 -> 17710 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 0 -> 13387 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 0 -> 3823 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 0 -> 7740 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 0 -> 10254 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 0 -> 14111 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 0 -> 7576 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 0 -> 4139 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 0 -> 8670 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 0 -> 13226 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 0 -> 6014 bytes
 doc/media/images/cookbook_managing_logs_rules.png  |  Bin 0 -> 14745 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 0 -> 19632 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 0 -> 11694 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 0 -> 16293 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 0 -> 20046 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 0 -> 34246 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 0 -> 6970 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 0 -> 57064 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 0 -> 37347 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 0 -> 9027 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 0 -> 23384 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 0 -> 8203 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 0 -> 8388 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 0 -> 18263 bytes
 doc/media/images/cookbook_nagios4.png              |  Bin 0 -> 36819 bytes
 doc/media/images/cookbook_phpbb_1_intro.png        |  Bin 0 -> 42051 bytes
 doc/media/images/cookbook_phpbb_2_req.png          |  Bin 0 -> 38468 bytes
 doc/media/images/cookbook_phpbb_3_db.png           |  Bin 0 -> 32525 bytes
 doc/media/images/cookbook_phpbb_4_admin.png        |  Bin 0 -> 31397 bytes
 doc/media/images/cookbook_phpbb_5_config.png       |  Bin 0 -> 25893 bytes
 doc/media/images/cookbook_phpbb_6_advanced.png     |  Bin 0 -> 38390 bytes
 doc/media/images/cookbook_phpbb_7_create.png       |  Bin 0 -> 27273 bytes
 doc/media/images/cookbook_phpbb_8_final.png        |  Bin 0 -> 50883 bytes
 doc/media/images/cookbook_phpbb_adm.png            |  Bin 0 -> 41772 bytes
 doc/media/images/cookbook_phpbb_adm_warning.png    |  Bin 0 -> 40112 bytes
 doc/media/images/cookbook_phpbb_rules.png          |  Bin 0 -> 16039 bytes
 doc/media/images/cookbook_phpbb_running.png        |  Bin 0 -> 30708 bytes
 doc/media/images/cookbook_phpmyadmin.png           |  Bin 0 -> 12135 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 0 -> 8229 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 0 -> 5047 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 0 -> 8204 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 0 -> 8315 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 0 -> 15410 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 0 -> 13902 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 0 -> 17204 bytes
 doc/media/images/cookbook_ror_wizard.png           |  Bin 0 -> 14995 bytes
 doc/media/images/cookbook_sugarcrm_install0.png    |  Bin 0 -> 65402 bytes
 doc/media/images/cookbook_sugarcrm_install1.png    |  Bin 0 -> 22665 bytes
 doc/media/images/cookbook_sugarcrm_running0.png    |  Bin 0 -> 23118 bytes
 doc/media/images/cookbook_sugarcrm_running1.png    |  Bin 0 -> 27229 bytes
 doc/media/images/cookbook_symfony.png              |  Bin 0 -> 25415 bytes
 doc/media/images/cookbook_trac.png                 |  Bin 0 -> 36099 bytes
 doc/media/images/cookbook_trac_info.png            |  Bin 0 -> 16914 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 0 -> 9814 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 0 -> 20147 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 0 -> 6935 bytes
 doc/media/images/cookbook_wp1.png                  |  Bin 0 -> 28214 bytes
 doc/media/images/cookbook_wp2.png                  |  Bin 0 -> 14129 bytes
 doc/media/images/cookbook_wp3.png                  |  Bin 0 -> 10592 bytes
 doc/media/images/cookbook_wp4.png                  |  Bin 0 -> 49037 bytes
 doc/media/images/cookbook_wp5.png                  |  Bin 0 -> 28161 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 0 -> 3762 bytes
 doc/media/images/other_graphs_conns.png            |  Bin 0 -> 17888 bytes
 doc/media/images/other_graphs_logging.png          |  Bin 0 -> 14822 bytes
 doc/media/images/other_graphs_timeouts.png         |  Bin 0 -> 16843 bytes
 doc/media/images/other_graphs_traffic.png          |  Bin 0 -> 12653 bytes
 doc/media/images/proxy_phase1.png                  |  Bin 0 -> 12012 bytes
 doc/media/images/proxy_phase2.png                  |  Bin 0 -> 12222 bytes
 doc/media/images/tracelor.png                      |  Bin 0 -> 9543 bytes
 doc/media/js/toc.js                                |   69 +
 doc/modules.txt                                    |   38 +
 doc/modules_balancers.txt                          |   34 +
 doc/modules_balancers_ip_hash.txt                  |   18 +
 doc/modules_balancers_round_robin.txt              |   11 +
 doc/modules_encoders.txt                           |   23 +
 doc/modules_encoders_deflate.txt                   |   22 +
 doc/modules_encoders_gzip.txt                      |   27 +
 doc/modules_handlers.txt                           |   32 +
 doc/modules_handlers_admin.txt                     |   28 +
 doc/modules_handlers_cgi.txt                       |  106 +
 doc/modules_handlers_common.txt                    |   67 +
 doc/modules_handlers_custom_error.txt              |   39 +
 doc/modules_handlers_dbslayer.txt                  |   81 +
 doc/modules_handlers_dirlist.txt                   |   69 +
 doc/modules_handlers_empty_gif.txt                 |    7 +
 doc/modules_handlers_fcgi.txt                      |   48 +
 doc/modules_handlers_file.txt                      |   36 +
 doc/modules_handlers_proxy.txt                     |   66 +
 doc/modules_handlers_redir.txt                     |  112 +
 doc/modules_handlers_scgi.txt                      |   22 +
 doc/modules_handlers_secdownload.txt               |  110 +
 doc/modules_handlers_server_info.txt               |   42 +
 doc/modules_handlers_ssi.txt                       |   63 +
 doc/modules_handlers_streaming.txt                 |   70 +
 doc/modules_handlers_uwsgi.txt                     |   13 +
 doc/modules_loggers.txt                            |   26 +
 doc/modules_loggers_combined.txt                   |   40 +
 doc/modules_loggers_custom.txt                     |   49 +
 doc/modules_loggers_ncsa.txt                       |   83 +
 doc/modules_validators.txt                         |   59 +
 doc/modules_validators_authlist.txt                |   28 +
 doc/modules_validators_htdigest.txt                |   25 +
 doc/modules_validators_htpasswd.txt                |   36 +
 doc/modules_validators_ldap.txt                    |   47 +
 doc/modules_validators_mysql.txt                   |   43 +
 doc/modules_validators_pam.txt                     |   56 +
 doc/modules_validators_plain.txt                   |   48 +
 doc/other.txt                                      |    8 +
 doc/other_community.txt                            |   64 +
 doc/other_errors.txt                               |   53 +
 doc/other_faq.txt                                  |  192 +
 doc/other_goodies.txt                              |  239 +
 doc/other_graphs.txt                               |   79 +
 doc/other_signals.txt                              |   23 +
 doc/test_images.py                                 |   66 +
 gitlog2changelog.py                                |   85 +
 http-cherokee.xml.pre                              |  120 +
 icons/Makefile.am                                  |   38 +
 icons/README.txt                                   |   32 +
 icons/arrow_turn_left.png                          |  Bin 0 -> 516 bytes
 icons/blank.png                                    |  Bin 0 -> 183 bytes
 icons/bomb.png                                     |  Bin 0 -> 793 bytes
 icons/camera.png                                   |  Bin 0 -> 665 bytes
 icons/cd.png                                       |  Bin 0 -> 673 bytes
 icons/color_wheel.png                              |  Bin 0 -> 892 bytes
 icons/control_play.png                             |  Bin 0 -> 592 bytes
 icons/css.png                                      |  Bin 0 -> 524 bytes
 icons/cup.png                                      |  Bin 0 -> 633 bytes
 icons/email.png                                    |  Bin 0 -> 641 bytes
 icons/film.png                                     |  Bin 0 -> 653 bytes
 icons/folder.png                                   |  Bin 0 -> 537 bytes
 icons/font.png                                     |  Bin 0 -> 567 bytes
 icons/html.png                                     |  Bin 0 -> 578 bytes
 icons/music.png                                    |  Bin 0 -> 385 bytes
 icons/package.png                                  |  Bin 0 -> 853 bytes
 icons/page_white.png                               |  Bin 0 -> 294 bytes
 icons/page_white_acrobat.png                       |  Bin 0 -> 591 bytes
 icons/page_white_actionscript.png                  |  Bin 0 -> 664 bytes
 icons/page_white_c.png                             |  Bin 0 -> 587 bytes
 icons/page_white_go.png                            |  Bin 0 -> 612 bytes
 icons/page_white_office.png                        |  Bin 0 -> 779 bytes
 icons/page_white_php.png                           |  Bin 0 -> 538 bytes
 icons/page_white_text.png                          |  Bin 0 -> 342 bytes
 icons/printer.png                                  |  Bin 0 -> 731 bytes
 icons/ruby.png                                     |  Bin 0 -> 592 bytes
 icons/script.png                                   |  Bin 0 -> 748 bytes
 m4/Makefile.am                                     |   12 +
 m4/etr_socket_nsl.m4                               |  100 +
 m4/libwww.m4                                       |   54 +
 m4/mysql.m4                                        |  105 +
 m4/network.m4                                      |  229 +
 m4/nls.m4                                          |   31 +
 m4/pkg.m4                                          |  156 +
 m4/po.m4                                           |  449 +
 m4/progtest.m4                                     |   92 +
 m4/pwd_grp.m4                                      |   86 +
 m4/sendfile_samba.m4                               |  292 +
 mods-admin.sample                                  |   24 +
 packages/Makefile.am                               |    3 +
 packages/osx/Description.plist.in                  |   12 +
 packages/osx/Info.plist.in                         |   36 +
 packages/osx/License.rtf                           |  346 +
 packages/osx/Makefile.am                           |   18 +
 packages/osx/background.tiff.gz                    |  Bin 0 -> 30390 bytes
 packages/osx/build.py                              |   97 +
 packages/osx/utils.py                              |   73 +
 packages/windows/Makefile.am                       |   10 +
 packages/windows/cherokee.ico                      |  Bin 0 -> 2238 bytes
 packages/windows/cherokee.nsi.in                   |   79 +
 packages/windows/cherokee.reg                      |   12 +
 packages/windows/cherokee_pkg.ico                  |  Bin 0 -> 2238 bytes
 packages/windows/install.bat                       |   22 +
 pam.d_cherokee                                     |    8 +
 pam.samba.m4                                       |   22 +
 performance.conf.sample.pre                        |   25 +
 po/Makefile.am                                     |    1 +
 po/admin/ChangeLog                                 |   40 +
 po/admin/LINGUAS                                   |    1 +
 po/admin/Makefile.in.in                            |  429 +
 po/admin/Makevars                                  |   41 +
 po/admin/Rules-quot                                |   47 +
 po/admin/boldquot.sed                              |   10 +
 po/admin/de.po                                     | 4313 +++++
 po/admin/en.po                                     | 4474 +++++
 po/admin/en@boldquot.header                        |   25 +
 po/admin/en@quot.header                            |   22 +
 po/admin/es.po                                     | 4539 ++++++
 po/admin/fr.po                                     | 4193 +++++
 po/admin/generate_POTFILESin.py                    |   52 +
 po/admin/insert-header.sin                         |   23 +
 po/admin/nl.po                                     | 4461 +++++
 po/admin/pt_BR.po                                  | 4166 +++++
 po/admin/quot.sed                                  |    6 +
 po/admin/remove-potcdate.sin                       |   19 +
 po/admin/sv_SE.po                                  | 4451 +++++
 po/admin/zh_CN.po                                  | 4421 +++++
 qa/001-basic.py                                    |   13 +
 qa/002-MissingProtocol.py                          |   11 +
 qa/003-UnknownMethod.py                            |   11 +
 qa/004-UnknownMethod+MissingProtocol.py            |   11 +
 qa/005-Unknown-Protocol.py                         |   10 +
 qa/006-Wrong-Protocol.py                           |   10 +
 qa/007-Missing-Host.py                             |   11 +
 qa/008-Broken-Request.py                           |   10 +
 qa/009-DotDot.py                                   |    9 +
 qa/010-Dot.py                                      |   10 +
 qa/011-HeaderEntryTwice.py                         |   13 +
 qa/012-Broken-Key.py                               |   10 +
 qa/013-Broken-Key2.py                              |   10 +
 qa/014-Broken-Key3.py                              |   10 +
 qa/015-CGI-simple.py                               |   28 +
 qa/016-CGI-pathinfo.py                             |   28 +
 qa/017-CGI-pathinfo2.py                            |   30 +
 qa/018-CGI-pathinfo3.py                            |   27 +
 qa/019-HeadMethod.py                               |   11 +
 qa/020-VirtualHost.py                              |   28 +
 qa/021-VirtualHost2.py                             |   31 +
 qa/022-NoHost.py                                   |   11 +
 qa/023-Host.py                                     |   12 +
 qa/024-Host+Port.py                                |   12 +
 qa/025-Host-Broken.py                              |   11 +
 qa/026-Host-Broken-Dot.py                          |   11 +
 qa/027-Missing-File.py                             |    9 +
 qa/028-Missing-File+Param.py                       |    9 +
 qa/029-Post+Without-lenght.py                      |   14 +
 qa/030-Post+urlencoded.py                          |   35 +
 qa/031-Post+urlencoded2.py                         |   29 +
 qa/032-DirIndex+Redir.py                           |   12 +
 qa/033-DirIndex.py                                 |   26 +
 qa/034-DirIndex2.py                                |   26 +
 qa/035-PHP-simple.py                               |   19 +
 qa/036-DocumentRoot-common.py                      |   25 +
 qa/037-PHP-post.py                                 |   22 +
 qa/038-PHP-get.py                                  |   18 +
 qa/039-Auth-Basic.py                               |   24 +
 qa/040-Auth-Basic2.py                              |   29 +
 qa/041-Auth-Basic3.py                              |   25 +
 qa/042-Pipelining.py                               |   32 +
 qa/043-Pipelining2.py                              |   29 +
 qa/044-Home.py                                     |   25 +
 qa/045-Home2.py                                    |   55 +
 qa/046-Redir.py                                    |   17 +
 qa/047-Redir2.py                                   |   17 +
 qa/048-NN.py                                       |   35 +
 qa/049-NN-broken.py                                |   25 +
 qa/050-HeadBody.py                                 |   24 +
 qa/051-10kRandom.py                                |   22 +
 qa/052-50kRandom.py                                |   20 +
 qa/053-100kRandom.py                               |   20 +
 qa/054-ContentRange.py                             |   24 +
 qa/055-ContentRange2.py                            |   27 +
 qa/056-ContentRange3.py                            |   26 +
 qa/057-ContentRange4.py                            |   30 +
 qa/058-ContentRange-Double.py                      |   29 +
 qa/059-ContentRange-Double2.py                     |   29 +
 qa/060-BigPost.py                                  |   31 +
 qa/061-PAM.py                                      |   59 +
 qa/062-PAM2.py                                     |   58 +
 qa/063-DocumentRoot.py                             |   26 +
 qa/064-DirectoryIndex.py                           |   26 +
 qa/065-DirectoryIndex2.py                          |   22 +
 qa/066-DirectoryIndex3.py                          |   42 +
 qa/067-PathInfo.py                                 |   37 +
 qa/068-PathInfo2.py                                |   20 +
 qa/069-PathInfo3.py                                |   30 +
 qa/070-Inherit.py                                  |   28 +
 qa/071-Inherit2.py                                 |   31 +
 qa/072-Inherit3.py                                 |   33 +
 qa/073-Access.py                                   |   25 +
 qa/074-Access2.py                                  |   25 +
 qa/075-AccessRange.py                              |   26 +
 qa/076-AccessRange2.py                             |   26 +
 qa/077-AccessRange3.py                             |   24 +
 qa/078-AccessAny.py                                |   24 +
 qa/079-Extension.py                                |   38 +
 qa/080-Extension2.py                               |   38 +
 qa/081-DocumentRoot-Common-index.py                |   32 +
 qa/082-Auth-header.py                              |   24 +
 qa/083-RedirParam.py                               |   28 +
 qa/084-RedirParamShow.py                           |   23 +
 qa/085-AuthUsers.py                                |   25 +
 qa/086-AuthUsers2.py                               |   27 +
 qa/087-Location.py                                 |   20 +
 qa/088-CGI-envs.py                                 |   38 +
 qa/089-gzip-encoding.py                            |   40 +
 qa/090-Digest.py                                   |   30 +
 qa/091-Digest2.py                                  |   60 +
 qa/092-Digest3.py                                  |   61 +
 qa/093-InvalidLinks.py                             |   41 +
 qa/094-URL-request.py                              |   31 +
 qa/095-htpasswd-apache-md5.py                      |   38 +
 qa/096-htpasswd-md5.py                             |   39 +
 qa/097-htpasswd-sha1.py                            |   39 +
 qa/098-htpasswd-crypt.py                           |   39 +
 qa/099-htpasswd-plain.py                           |   38 +
 qa/100-Digest-htdigest.py                          |   70 +
 qa/101-HugePost.py                                 |   26 +
 qa/102-QueryString.py                              |   32 +
 qa/103-ScriptName.py                               |   33 +
 qa/104-ScriptAlias_PathInfo.py                     |   31 +
 qa/105-If-Range.py                                 |   65 +
 qa/106-If-Range2.py                                |   47 +
 qa/107-Priority1.py                                |   36 +
 qa/108-Priority2.py                                |   36 +
 qa/109-Priority3.py                                |   36 +
 qa/110-Priority4.py                                |   36 +
 qa/111-Compac.py                                   |   19 +
 qa/112-NiceError-CGI.py                            |   64 +
 qa/113-HeaderFile.py                               |   34 +
 qa/114-HeaderFile2.py                              |   34 +
 qa/115-Respin.py                                   |   44 +
 qa/116-RequestTiny.py                              |   46 +
 qa/117-DomainToDir.py                              |   33 +
 qa/118-Request-redir.py                            |   21 +
 qa/119-Dotdot2.py                                  |   15 +
 qa/120-Dotdot3.py                                  |   15 +
 qa/121-NoUserDir.py                                |   38 +
 qa/122-Methods.py                                  |   77 +
 qa/123-ImplicitRedit.py                            |   25 +
 qa/124-DomainToDir2.py                             |   40 +
 qa/125-domain-redir1.py                            |   38 +
 qa/126-SCGI.py                                     |   53 +
 qa/127-SCGI-Post.py                                |   58 +
 qa/128-ValidMethod-common.py                       |   32 +
 qa/129-Basic-EmptyPasswd.py                        |   29 +
 qa/130-Digest-EmptyPasswd.py                       |   60 +
 qa/131-PHP-zero-len-post+Redir.py                  |   42 +
 qa/132-file-ContentType.py                         |   14 +
 qa/133-If-None-Match.py                            |   24 +
 qa/134-HTTP_headers.py                             |   67 +
 qa/135-RedirParams.py                              |   45 +
 qa/136-BadRange.py                                 |   21 +
 qa/137-Mime1.py                                    |   27 +
 qa/138-ChangeUser-cgi.py                           |   41 +
 qa/139-domain-wildcards1.py                        |   46 +
 qa/140-SCGI-EmptyVars.py                           |   56 +
 qa/141-FastCGI-EmptyVars.py                        |   58 +
 qa/142-SCGI-ExtraVars.py                           |   66 +
 qa/143-ContentRange-NoIO.py                        |   34 +
 qa/144-ContentRange2-NoIO.py                       |   36 +
 qa/145-ContentRange3-NoIO.py                       |   36 +
 qa/146-ContentRange4-NoIO.py                       |   38 +
 qa/147-ContentRange-Double-NoIO.py                 |   35 +
 qa/148-ContentRange-Double2-NoIO.py                |   40 +
 qa/149-Common-PathInfo.py                          |   27 +
 qa/150-Common-No-PathInfo.py                       |   27 +
 qa/151-SCGI-vars.py                                |   61 +
 qa/152-SCGI-vars2.py                               |   64 +
 qa/153-SCGI-vars-root.py                           |   69 +
 qa/154-DirRedirection.py                           |   28 +
 qa/155-DirRedirection2.py                          |   29 +
 qa/156-Mime2.py                                    |   26 +
 qa/157-Dirlist-symlinks.py                         |   28 +
 qa/158-RuleHeader1.py                              |   35 +
 qa/159-RuleHeader2.py                              |   39 +
 qa/160-RuleNot1.py                                 |   46 +
 qa/161-RuleNot2.py                                 |   46 +
 qa/162-RuleAnd1.py                                 |   40 +
 qa/163-RuleAnd2.py                                 |   40 +
 qa/164-RuleOr1.py                                  |   40 +
 qa/165-RuleOr2.py                                  |   40 +
 qa/166-xsendfile1.py                               |   42 +
 qa/167-RuleGeoIP.py                                |   47 +
 qa/168-Deflate-Encoding.py                         |   43 +
 qa/169-Pipermail.py                                |   29 +
 qa/170-Error-ContentLength.py                      |   37 +
 qa/171-SCGI-Keepalive.py                           |   61 +
 qa/172-Chunked-CGI.py                              |   43 +
 qa/173-Chunked-SCGI.py                             |   61 +
 qa/174-Respins-Limit.py                            |   20 +
 qa/175-Digest-htdigest-2.py                        |   78 +
 qa/176-AuthLista1.py                               |   30 +
 qa/177-AuthLista2.py                               |   34 +
 qa/178-AuthLista3.py                               |   32 +
 qa/179-RuleExists.py                               |   32 +
 qa/180-RuleExists2.py                              |   40 +
 qa/181-RuleExists3.py                              |   42 +
 qa/182-SSI-include-file.py                         |   39 +
 qa/183-SSI-include-virtual.py                      |   39 +
 qa/184-SSI-fsize-file.py                           |   39 +
 qa/185-SSI-fsize-virtual.py                        |   39 +
 qa/186-SSI-droot.py                                |   39 +
 qa/187-Method.py                                   |   44 +
 qa/188-Method2.py                                  |   44 +
 qa/189-Redir9.py                                   |   22 +
 qa/190-RuleExists4.py                              |   47 +
 qa/191-RuleExists5.py                              |   54 +
 qa/192-RedirDocumentRoot.py                        |   53 +
 qa/193-PHP-documentroot.py                         |   36 +
 qa/194-PHP-zero-len-post.py                        |   39 +
 qa/195-ServerAddr.py                               |   40 +
 qa/196-Mime3.py                                    |   24 +
 qa/197-SOAPAction.py                               |   41 +
 qa/198-HTTPresponse.py                             |   33 +
 qa/199-ErrorRedir.py                               |   50 +
 qa/200-ErrorRedir2.py                              |   64 +
 qa/201-PostLimit.py                                |   39 +
 qa/202-xsendfile2.py                               |   50 +
 qa/203-secdownload1.py                             |   36 +
 qa/204-secdownload2.py                             |   29 +
 qa/205-secdownload3.py                             |   36 +
 qa/206-AuthType.py                                 |   41 +
 qa/207-RuleExists4.py                              |   47 +
 qa/208-Userdir_Pathinfo.py                         |   53 +
 qa/209-ScriptAlias_DRoot.py                        |   33 +
 qa/210-Userdir_ScriptName.py                       |   54 +
 qa/211-EmptyGif.py                                 |   22 +
 qa/212-DirList-Hidden.py                           |   29 +
 qa/213-Post-Chunked1.py                            |   37 +
 qa/214-Post-Chunked2.py                            |   40 +
 qa/215-Post-Chunked3.py                            |   38 +
 qa/216-NameSpace.py                                |   17 +
 qa/217-DoubleEncode.py                             |   50 +
 qa/218-DrupalRedirect.py                           |   43 +
 qa/219-Ext-Dot-Pathinfo.py                         |   34 +
 qa/220-Pathinfo-Slash.py                           |   33 +
 qa/221-ReHost1.py                                  |   30 +
 qa/222-EVHost1.py                                  |   33 +
 qa/223-EVHost2.py                                  |   30 +
 qa/224-EVHost3.py                                  |   33 +
 qa/225-PathTranslated.py                           |   32 +
 qa/226-PathInfo-Default.py                         |   62 +
 qa/227-Redir-Paths.py                              |   36 +
 qa/228-Redir-Paths2.py                             |   37 +
 qa/229-Fullpath.py                                 |   33 +
 qa/230-Fullpath2.py                                |   40 +
 qa/231-POST-4extra.py                              |   29 +
 qa/232-X-Real-IP-CGI.py                            |   45 +
 qa/233-X-Real-IP-CGI-2.py                          |   48 +
 qa/234-X-Real-IP-CGI-3.py                          |   47 +
 qa/235-URL-arg_match1.py                           |   34 +
 qa/236-URL-arg_match2.py                           |   33 +
 qa/237-URL-arg_match_all1.py                       |   36 +
 qa/238-URL-arg_match_all2.py                       |   35 +
 qa/239-utf8-file1.py                               |   20 +
 qa/240-utf8-dir1.py                                |   20 +
 qa/241-utf8-pathinfo1.py                           |   32 +
 qa/242-utf8-pathinfo2.py                           |   32 +
 qa/243-custom-error-1.py                           |   33 +
 qa/70-DocumentRoot2.py                             |   20 +
 qa/Makefile.am                                     |  254 +
 qa/base.py                                         |  436 +
 qa/conf.py                                         |   53 +
 qa/fcgi.py                                         | 1331 ++
 qa/help.py                                         |   34 +
 qa/pyscgi.py                                       |  181 +
 qa/run-tests.py                                    |  483 +
 qa/util.py                                         |  287 +
 svnlog2changelog.py                                |   79 +
 themes/Makefile.am                                 |    3 +
 themes/default/Makefile.am                         |   13 +
 themes/default/entry.html                          |   20 +
 themes/default/footer.html                         |    9 +
 themes/default/header.html                         |   38 +
 themes/default/logo.png                            |  Bin 0 -> 23619 bytes
 themes/default/theme.css                           |   64 +
 themes/firefox3/Makefile.am                        |   12 +
 themes/firefox3/entry.html                         |   10 +
 themes/firefox3/footer.html                        |    9 +
 themes/firefox3/header.html                        |   21 +
 themes/firefox3/theme.css                          |  148 +
 themes/plain/Makefile.am                           |   12 +
 themes/plain/entry.html                            |   10 +
 themes/plain/footer.html                           |   10 +
 themes/plain/header.html                           |   22 +
 themes/plain/theme.css                             |   58 +
 www/Makefile.am                                    |   32 +
 www/cherokee-logo.png                              |  Bin 0 -> 23619 bytes
 www/default-bg.png                                 |  Bin 0 -> 250 bytes
 www/favicon.ico                                    |  Bin 0 -> 769 bytes
 www/index.html                                     |   54 +
 www/powered_by_cherokee.png                        |  Bin 0 -> 2142 bytes
 1484 files changed, 215676 insertions(+), 0 deletions(-)

2010-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4182 git=3be313e0b648367e81bbbfbfd66f8b377106e0ec

    Fixes a cross-library symbol usage that was causing the compilation to
    fail on some platforms. Basically, neither libcherokee-base nor its
    sibling libcherokee-client can rely on libcherokee-server symbols.
    
 cherokee/handler.h       |    3 ++-
 cherokee/handler_cgi.c   |   10 ++++++++--
 cherokee/handler_proxy.c |   10 ++++++++--
 cherokee/handler_scgi.c  |   14 ++++++++++++--
 cherokee/handler_uwsgi.c |   10 ++++++++--
 cherokee/post.c          |   16 ++++++++--------
 cherokee/post.h          |    8 ++++----
 7 files changed, 50 insertions(+), 21 deletions(-)

2010-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4181 git=1cb3e7078f25dce762a7e8cd36a0f6e609fe86c7

    Cherokee 0.99.40 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

2010-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4179 git=dca1d2698f5d4076704089ec76e8bcef3c7bd7f3

    Better timeout support while handling POSTs.
    
 cherokee/handler_cgi.c   |   12 ++++++++----
 cherokee/handler_fcgi.c  |   20 +++++++++++++-------
 cherokee/handler_proxy.c |    3 ++-
 cherokee/handler_scgi.c  |    9 ++++++---
 cherokee/handler_uwsgi.c |   14 +++++++++-----
 cherokee/post.c          |   28 ++++++++++++++++++++++++++++
 cherokee/post.h          |    2 ++
 cherokee/thread.c        |    4 ++++
 8 files changed, 72 insertions(+), 20 deletions(-)


2010-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=4178 git=ea6e7e1ca709cb00a12ffc44c195c4321776321e

    Fixes an issue with PATH_INFO when a directory rule didn't have a handler assigned.
    
 cherokee/rule_default.c   |    7 +++++--
 cherokee/rule_directory.c |   12 ++++--------
 2 files changed, 9 insertions(+), 10 deletions(-)


2010-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4177 git=0c3b756fc74f0f99d89b931b2d43be3fdfe2dd53

    Fixes timeout management while handling POSTs
    
 cherokee/connection-protected.h |    3 ++-
 cherokee/connection.c           |   22 +++++++++++++++++++++-
 cherokee/connection_info.c      |    6 +++---
 cherokee/handler_fcgi.c         |   10 ++++++++++
 cherokee/post_track.c           |    8 ++++++++
 cherokee/thread.c               |   15 ++++-----------
 6 files changed, 48 insertions(+), 16 deletions(-)


2010-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=4176 git=933846f3d2740249a427d68ef601c5389f52c170

    Allows to disable TestCollection class based tests.
    
 qa/base.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2010-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=4175 git=7faec497a5a735d58492e618a3ed66b789b9c8ca

    Fixes a compilation warning.
    
 cherokee/post_track.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4174 git=02d66c760333e2d5e26db11da1c2104421596486

    Disables three QA tests. They ought to be activated again soon.
    
 qa/213-Post-Chunked1.py |    5 +++++
 qa/214-Post-Chunked2.py |    5 +++++
 qa/215-Post-Chunked3.py |    5 +++++
 qa/base.py              |    1 +
 qa/run-tests.py         |   10 ++++++++--
 qa/util.py              |   14 ++++++++------
 6 files changed, 32 insertions(+), 8 deletions(-)

2010-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4162 git=61cdde6c306aa8abd5ccba1dffff15d3a0b529d0

    Fixes a compilation issue.
    
 cherokee/connection.c |    9 ++++-----
 cherokee/post_track.c |   27 ++++++++++++++-------------
 cherokee/post_track.h |    3 ++-
 cherokee/server.c     |    6 ++++--
 4 files changed, 24 insertions(+), 21 deletions(-)


2010-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4161 git=24336665822c6f6e38e68c28201cf45746ed0705

    Fixes a file descriptor leak in the reverse HTTP proxy. Thanks a
    million to "Juan J. Martínez" for the patch!!
    
 cherokee/handler_proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4158 git=709633778b5a0d4ebadac4ecaa8c26e0e1e8dca0

    Fixes a compilation warning. Thanks to Antonio Perez for the report.
    
 cherokee/macros.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4154 git=32207dcba5130f4a163bbcce977d689ecbb057da

    Adds a new entry to the server, to the Upload Tracking system can be
    turn on and off. A new warning message is now displayed whenever the
    post report handler is configured while the global tracker is not
    enabled.
    
 admin/ModulePostReport.py |   14 ++++++++------
 admin/PageGeneral.py      |   27 +++++++++++++++++----------
 admin/consts.py           |    5 +++++
 3 files changed, 30 insertions(+), 16 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4153 git=a4decbd17f2ff90305fe348f094713bb7e488727

    Adds a new cherokee-admin to configure handler_post_report (and,
    indirectly, the generic post_track module). There are some details
    to be polished.
    
 admin/Makefile.am         |    1 +
 admin/ModulePostReport.py |   33 +++++++++++++++++++++++++++++++++
 admin/consts.py           |    8 ++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4152 git=a8bd642f96beae05b5d37fa0bad628f2b0d6443c

    Adds output language selection to the POST progress report handler.
    
 cherokee/dwriter.c             |    2 +-
 cherokee/error_list.py         |    7 +++++++
 cherokee/handler_post_report.c |   12 +++++++++---
 cherokee/handler_post_report.h |    1 +
 4 files changed, 18 insertions(+), 4 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4151 git=e5e5dfae5ece3c2b8cf03b2d777e35d31939c533

    Adds a new helper function: cherokee_dwriter_lang_to_type(). The lang
    string to lang type should be perform by this class as well.
    
 cherokee/dwriter.c          |   28 ++++++++++++++++++++++++++++
 cherokee/dwriter.h          |    3 +++
 cherokee/handler_dbslayer.c |   12 ++----------
 3 files changed, 33 insertions(+), 10 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4150 git=3718bb3fc12256cc7e815aeba6027534151a0e8a

    Fixes a typo. The new post reporting mechanism was failing because of
    this issue.
    
 cherokee/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4149 git=062c44bacf9e7960875b0ad6ee84dcc7f373da64

    Idem
    
 cherokee/Makefile.am           |    3 ++-
 cherokee/handler_post_report.c |    9 +++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)


2010-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4148 git=507e0d83fa8f83a14350debf789680959346d8fb

    Improves few details of the new POST-tracking plug-ins.
    
 cherokee/post_report.deps |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

2010-01-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4147 git=c67d879e304a2bcd26e12ea61f005d2fbca65e53

    This patch implements a POST progress reporting system. It's composed
    by two modules: a generic POST tracking plug-in, and a POST progress
    reporting handler. Even if they are two different modules, they must
    work together. There are still a few rough edges to be sorted out.
    
 cherokee/Makefile.am           |   41 +++++-
 cherokee/connection.c          |   31 +++-
 cherokee/gen_evhost.c          |    3 +-
 cherokee/handler_post_report.c |  229 +++++++++++++++++++++++++++
 cherokee/handler_post_report.h |   65 ++++++++
 cherokee/post.c                |    3 +
 cherokee/post.h                |    1 +
 cherokee/post_track.c          |  337 ++++++++++++++++++++++++++++++++++++++++
 cherokee/post_track.h          |   71 +++++++++
 cherokee/server-protected.h    |    7 +-
 cherokee/server.c              |   23 +++
 cherokee/thread.c              |    8 +-
 configure.in                   |    4 +-
 13 files changed, 807 insertions(+), 16 deletions(-)


2010-01-20  Antonio Perez  <aperez@skarcha.com>
            svn=4146 git=f9d3bddce3648ac2456518f6384e0fa32c774ab2

    Original query string is now saved, like original request, and added to it on logs and REQUEST_URI environment variable for CGIs when appropriate.
    
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |    7 +++++++
 cherokee/handler_cgi_base.c     |    4 ++++
 cherokee/handler_common.c       |    3 +++
 cherokee/handler_secdownload.c  |    1 +
 cherokee/logger_ncsa.c          |    4 ++++
 6 files changed, 20 insertions(+), 0 deletions(-)

2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4143 git=7aa12c01066f3052f4088494bb1b602ce44f57b2

    Removes a few inclusions of a header files that was just removed from
    the repository (three commits ago). Fixes a compilation problem.
    
 cherokee/server.c |    1 -
 cherokee/thread.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4142 git=483bc26531536b9703b4e55f66f46c2fa7cab43f

    Removes a couple of unnecessary error messages.
    
 cherokee/error_list.py |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4141 git=1082e880022fc604ec1cc535d92a242607f3ddb1

    New year, new copyright notice: 's/2009/2010/g'.
    
 acinclude.m4                    |    2 +-
 admin/pyscgi.py                 |    4 ++--
 admin/static/Makefile.am        |    2 +-
 admin/static/css/cherokee.css   |    2 +-
 admin/static/css/reset-min.css  |    2 +-
 admin/upgrade_config.py         |    2 +-
 cget/main.c                     |    4 ++--
 cget/proxy.c                    |    2 +-
 cget/proxy.h                    |    2 +-
 cherokee.spec.in                |    2 +-
 cherokee/access.c               |    2 +-
 cherokee/access.h               |    2 +-
 cherokee/admin_client.c         |    2 +-
 cherokee/admin_client.h         |    2 +-
 cherokee/admin_request.c        |    2 +-
 cherokee/admin_request.h        |    2 +-
 cherokee/admin_server.c         |    2 +-
 cherokee/admin_server.h         |    2 +-
 cherokee/avl.c                  |    2 +-
 cherokee/avl.h                  |    2 +-
 cherokee/avl_r.c                |    2 +-
 cherokee/avl_r.h                |    2 +-
 cherokee/balancer.c             |    2 +-
 cherokee/balancer.h             |    2 +-
 cherokee/balancer_ip_hash.c     |    2 +-
 cherokee/balancer_ip_hash.h     |    2 +-
 cherokee/balancer_round_robin.c |    2 +-
 cherokee/balancer_round_robin.h |    2 +-
 cherokee/bind.c                 |    2 +-
 cherokee/bind.h                 |    2 +-
 cherokee/bogotime.c             |    2 +-
 cherokee/bogotime.h             |    2 +-
 cherokee/buffer.c               |    2 +-
 cherokee/buffer.h               |    2 +-
 cherokee/cache.c                |    2 +-
 cherokee/cache.h                |    2 +-
 cherokee/cacheline.c            |    2 +-
 cherokee/cacheline.h            |    2 +-
 cherokee/cherokee.h             |    2 +-
 cherokee/cherokee_show.c        |    2 +-
 cherokee/collector.c            |    2 +-
 cherokee/collector.h            |    2 +-
 cherokee/collector_rrd.c        |    2 +-
 cherokee/collector_rrd.h        |    2 +-
 cherokee/common-internal.h      |    2 +-
 cherokee/common.h               |    2 +-
 cherokee/config_entry.c         |    2 +-
 cherokee/config_entry.h         |    2 +-
 cherokee/config_node.c          |    2 +-
 cherokee/config_node.h          |    2 +-
 cherokee/config_reader.c        |    2 +-
 cherokee/config_reader.h        |    2 +-
 cherokee/connection-protected.h |    2 +-
 cherokee/connection.c           |    2 +-
 cherokee/connection.h           |    2 +-
 cherokee/connection_info.c      |    2 +-
 cherokee/connection_info.h      |    2 +-
 cherokee/cryptor.c              |    2 +-
 cherokee/cryptor.h              |    2 +-
 cherokee/cryptor_libssl.c       |    2 +-
 cherokee/cryptor_libssl.h       |    2 +-
 cherokee/downloader-protected.h |    2 +-
 cherokee/downloader.c           |    2 +-
 cherokee/downloader.h           |    2 +-
 cherokee/downloader_async.c     |    2 +-
 cherokee/downloader_async.h     |    2 +-
 cherokee/dtm.c                  |    2 +-
 cherokee/dtm.h                  |    2 +-
 cherokee/dwriter.c              |    2 +-
 cherokee/dwriter.h              |    2 +-
 cherokee/encoder.c              |    2 +-
 cherokee/encoder.h              |    2 +-
 cherokee/encoder_deflate.c      |    2 +-
 cherokee/encoder_deflate.h      |    2 +-
 cherokee/encoder_gzip.c         |    2 +-
 cherokee/encoder_gzip.h         |    2 +-
 cherokee/error_log.c            |    2 +-
 cherokee/error_log.h            |    2 +-
 cherokee/errors.py              |    2 +-
 cherokee/fdpoll-epoll.c         |    2 +-
 cherokee/fdpoll-kqueue.c        |    2 +-
 cherokee/fdpoll-poll.c          |    2 +-
 cherokee/fdpoll-port.c          |    2 +-
 cherokee/fdpoll-protected.h     |    2 +-
 cherokee/fdpoll-select.c        |    2 +-
 cherokee/fdpoll-win32.c         |    2 +-
 cherokee/fdpoll.c               |    2 +-
 cherokee/fdpoll.h               |    2 +-
 cherokee/gen_evhost.c           |    2 +-
 cherokee/gen_evhost.h           |    2 +-
 cherokee/handler.c              |    2 +-
 cherokee/handler.h              |    2 +-
 cherokee/handler_admin.c        |    2 +-
 cherokee/handler_admin.h        |    2 +-
 cherokee/handler_cgi.c          |    2 +-
 cherokee/handler_cgi.h          |    2 +-
 cherokee/handler_cgi_base.c     |    2 +-
 cherokee/handler_cgi_base.h     |    2 +-
 cherokee/handler_common.c       |    2 +-
 cherokee/handler_common.h       |    2 +-
 cherokee/handler_custom_error.c |    2 +-
 cherokee/handler_custom_error.h |    2 +-
 cherokee/handler_dbslayer.c     |    2 +-
 cherokee/handler_dbslayer.h     |    2 +-
 cherokee/handler_dirlist.c      |    2 +-
 cherokee/handler_dirlist.h      |    2 +-
 cherokee/handler_empty_gif.c    |    2 +-
 cherokee/handler_empty_gif.h    |    2 +-
 cherokee/handler_error.c        |    2 +-
 cherokee/handler_error.h        |    2 +-
 cherokee/handler_error_nn.c     |    2 +-
 cherokee/handler_error_nn.h     |    2 +-
 cherokee/handler_error_redir.c  |    2 +-
 cherokee/handler_error_redir.h  |    2 +-
 cherokee/handler_fcgi.c         |    2 +-
 cherokee/handler_fcgi.h         |    2 +-
 cherokee/handler_file.c         |    2 +-
 cherokee/handler_file.h         |    2 +-
 cherokee/handler_proxy.c        |    2 +-
 cherokee/handler_proxy.h        |    2 +-
 cherokee/handler_redir.c        |    2 +-
 cherokee/handler_redir.h        |    2 +-
 cherokee/handler_render_rrd.c   |    2 +-
 cherokee/handler_render_rrd.h   |    2 +-
 cherokee/handler_scgi.c         |    2 +-
 cherokee/handler_scgi.h         |    2 +-
 cherokee/handler_secdownload.c  |    2 +-
 cherokee/handler_secdownload.h  |    2 +-
 cherokee/handler_server_info.c  |    4 ++--
 cherokee/handler_server_info.h  |    2 +-
 cherokee/handler_ssi.c          |    2 +-
 cherokee/handler_ssi.h          |    2 +-
 cherokee/handler_streaming.c    |    2 +-
 cherokee/handler_streaming.h    |    2 +-
 cherokee/handler_uwsgi.c        |    2 +-
 cherokee/handler_uwsgi.h        |    2 +-
 cherokee/header-protected.h     |    2 +-
 cherokee/header.c               |    2 +-
 cherokee/header.h               |    2 +-
 cherokee/http.c                 |    2 +-
 cherokee/http.h                 |    2 +-
 cherokee/human_strcmp.c         |    2 +-
 cherokee/human_strcmp.h         |    2 +-
 cherokee/icons.c                |    2 +-
 cherokee/icons.h                |    2 +-
 cherokee/info.c                 |    2 +-
 cherokee/info.h                 |    2 +-
 cherokee/init.c                 |    2 +-
 cherokee/init.h                 |    2 +-
 cherokee/iocache.c              |    2 +-
 cherokee/iocache.h              |    2 +-
 cherokee/limiter.c              |    2 +-
 cherokee/limiter.h              |    2 +-
 cherokee/list.c                 |    2 +-
 cherokee/list.h                 |    2 +-
 cherokee/logger-protected.h     |    2 +-
 cherokee/logger.c               |    2 +-
 cherokee/logger.h               |    2 +-
 cherokee/logger_combined.c      |    2 +-
 cherokee/logger_combined.h      |    2 +-
 cherokee/logger_custom.c        |    2 +-
 cherokee/logger_custom.h        |    2 +-
 cherokee/logger_ncsa.c          |    2 +-
 cherokee/logger_ncsa.h          |    2 +-
 cherokee/logger_writer.c        |    2 +-
 cherokee/logger_writer.h        |    2 +-
 cherokee/macros.h               |    2 +-
 cherokee/main.c                 |    2 +-
 cherokee/main_admin.c           |    4 ++--
 cherokee/main_tweak.c           |    4 ++--
 cherokee/main_worker.c          |    4 ++--
 cherokee/match.c                |    2 +-
 cherokee/match.h                |    2 +-
 cherokee/md5crypt.c             |    2 +-
 cherokee/mime-protected.h       |    2 +-
 cherokee/mime.c                 |    2 +-
 cherokee/mime.h                 |    2 +-
 cherokee/mime_entry.c           |    2 +-
 cherokee/mime_entry.h           |    2 +-
 cherokee/module.c               |    2 +-
 cherokee/module.h               |    2 +-
 cherokee/ncpus.h                |    2 +-
 cherokee/nonce.c                |    2 +-
 cherokee/nonce.h                |    2 +-
 cherokee/nullable.h             |    2 +-
 cherokee/plugin.h               |    2 +-
 cherokee/plugin_loader.c        |    2 +-
 cherokee/plugin_loader.h        |    2 +-
 cherokee/post.c                 |    2 +-
 cherokee/post.h                 |    2 +-
 cherokee/proxy_hosts.c          |    2 +-
 cherokee/proxy_hosts.h          |    2 +-
 cherokee/regex.c                |    2 +-
 cherokee/regex.h                |    2 +-
 cherokee/request.c              |    2 +-
 cherokee/request.h              |    2 +-
 cherokee/resolv_cache.c         |    2 +-
 cherokee/resolv_cache.h         |    2 +-
 cherokee/rrd_tools.c            |    2 +-
 cherokee/rrd_tools.h            |    2 +-
 cherokee/rule.c                 |    2 +-
 cherokee/rule.h                 |    2 +-
 cherokee/rule_and.c             |    2 +-
 cherokee/rule_and.h             |    2 +-
 cherokee/rule_bind.c            |    2 +-
 cherokee/rule_bind.h            |    2 +-
 cherokee/rule_default.c         |    2 +-
 cherokee/rule_default.h         |    2 +-
 cherokee/rule_directory.c       |    2 +-
 cherokee/rule_directory.h       |    2 +-
 cherokee/rule_exists.c          |    2 +-
 cherokee/rule_exists.h          |    2 +-
 cherokee/rule_extensions.c      |    2 +-
 cherokee/rule_extensions.h      |    2 +-
 cherokee/rule_from.c            |    2 +-
 cherokee/rule_from.h            |    2 +-
 cherokee/rule_fullpath.c        |    2 +-
 cherokee/rule_fullpath.h        |    2 +-
 cherokee/rule_geoip.c           |    2 +-
 cherokee/rule_geoip.h           |    2 +-
 cherokee/rule_header.c          |    2 +-
 cherokee/rule_header.h          |    2 +-
 cherokee/rule_list.c            |    2 +-
 cherokee/rule_list.h            |    2 +-
 cherokee/rule_method.c          |    2 +-
 cherokee/rule_method.h          |    2 +-
 cherokee/rule_not.c             |    2 +-
 cherokee/rule_not.h             |    2 +-
 cherokee/rule_or.c              |    2 +-
 cherokee/rule_or.h              |    2 +-
 cherokee/rule_request.c         |    2 +-
 cherokee/rule_request.h         |    2 +-
 cherokee/rule_url_arg.c         |    2 +-
 cherokee/rule_url_arg.h         |    2 +-
 cherokee/server-protected.h     |    2 +-
 cherokee/server.c               |    2 +-
 cherokee/server.h               |    2 +-
 cherokee/shm.c                  |    2 +-
 cherokee/shm.h                  |    2 +-
 cherokee/socket.c               |    2 +-
 cherokee/socket.h               |    2 +-
 cherokee/source.c               |    2 +-
 cherokee/source.h               |    2 +-
 cherokee/source_interpreter.c   |    2 +-
 cherokee/source_interpreter.h   |    2 +-
 cherokee/spawner.c              |    2 +-
 cherokee/spawner.h              |    2 +-
 cherokee/table.c                |    2 +-
 cherokee/table.h                |    2 +-
 cherokee/template.c             |    2 +-
 cherokee/template.h             |    2 +-
 cherokee/thread.c               |    2 +-
 cherokee/thread.h               |    2 +-
 cherokee/threading.c            |    2 +-
 cherokee/threading.h            |    2 +-
 cherokee/trace.c                |    2 +-
 cherokee/trace.h                |    2 +-
 cherokee/unix4win32.c           |    2 +-
 cherokee/unix4win32.h           |    2 +-
 cherokee/url.c                  |    2 +-
 cherokee/url.h                  |    2 +-
 cherokee/util.c                 |    2 +-
 cherokee/util.h                 |    2 +-
 cherokee/validator.c            |    2 +-
 cherokee/validator.h            |    2 +-
 cherokee/validator_authlist.c   |    2 +-
 cherokee/validator_authlist.h   |    2 +-
 cherokee/validator_file.c       |    2 +-
 cherokee/validator_file.h       |    2 +-
 cherokee/validator_htdigest.c   |    2 +-
 cherokee/validator_htdigest.h   |    2 +-
 cherokee/validator_htpasswd.c   |    2 +-
 cherokee/validator_htpasswd.h   |    2 +-
 cherokee/validator_ldap.c       |    2 +-
 cherokee/validator_ldap.h       |    2 +-
 cherokee/validator_mysql.c      |    2 +-
 cherokee/validator_mysql.h      |    2 +-
 cherokee/validator_pam.c        |    2 +-
 cherokee/validator_pam.h        |    2 +-
 cherokee/validator_plain.c      |    2 +-
 cherokee/validator_plain.h      |    2 +-
 cherokee/version.c              |    2 +-
 cherokee/version.h              |    2 +-
 cherokee/virtual_server.c       |    2 +-
 cherokee/virtual_server.h       |    2 +-
 cherokee/vrule.c                |    2 +-
 cherokee/vrule.h                |    2 +-
 cherokee/vrule_rehost.c         |    2 +-
 cherokee/vrule_rehost.h         |    2 +-
 cherokee/vrule_target_ip.c      |    2 +-
 cherokee/vrule_target_ip.h      |    2 +-
 cherokee/vrule_wildcard.c       |    2 +-
 cherokee/vrule_wildcard.h       |    2 +-
 cherokee/win32_cherokeeserv.c   |    2 +-
 cherokee/win32_cservice.c       |    2 +-
 cherokee/win32_cservice.h       |    2 +-
 cherokee/win32_misc.c           |    2 +-
 cherokee/win32_misc.h           |    2 +-
 cherokee/xrealip.c              |    2 +-
 cherokee/xrealip.h              |    2 +-
 configure.in                    |    2 +-
 dbslayer/mysql_wrap.php         |    2 +-
 doc/build/web.conf              |    2 +-
 doc/test_images.py              |    2 +-
 http-cherokee.xml.pre           |   30 +++++++++++++++---------------
 m4/libwww.m4                    |    2 +-
 m4/network.m4                   |    2 +-
 m4/sendfile_samba.m4            |    2 +-
 po/admin/es.po                  |    2 +-
 po/admin/generate_POTFILESin.py |    2 +-
 qa/base.py                      |    2 +-
 qa/run-tests.py                 |    2 +-
 themes/plain/theme.css          |    2 +-
 313 files changed, 333 insertions(+), 333 deletions(-)


2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4140 git=1113da0483cd7b4ae06585ff0d09d3089da259b5

    Removes the 'fastcgi' handler by the moment. Code and follow up at
    http://bugs.cherokee-project.com/714
    
 cherokee/Makefile.am       |   37 ---
 cherokee/fcgi_dispatcher.c |  194 ------------
 cherokee/fcgi_dispatcher.h |   55 ----
 cherokee/fcgi_manager.c    |  492 ------------------------------
 cherokee/fcgi_manager.h    |   75 -----
 cherokee/handler_fastcgi.c |  723 --------------------------------------------
 cherokee/handler_fastcgi.h |  108 -------
 configure.in               |    1 -
 8 files changed, 0 insertions(+), 1685 deletions(-)


2010-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4139 git=ec9283b35632ccc9623b9121dcf20ddf7e0bd781

    The POST management code has been rewritten from scratch. The new
    subsystem can relay POST information to handlers on-the-fly. This
    means that the reverse proxy server and *cgi handlers can read the
    information as the client sends it (~ better uploads).
    
 cherokee/Makefile.am            |   22 +-
 cherokee/admin_client.c         |   20 +-
 cherokee/connection-protected.h |    5 +-
 cherokee/connection.c           |  142 +------
 cherokee/downloader-protected.h |    2 +-
 cherokee/downloader.c           |   48 +--
 cherokee/downloader.h           |    1 -
 cherokee/handler.c              |   14 +-
 cherokee/handler.h              |    4 +-
 cherokee/handler_admin.c        |   18 +-
 cherokee/handler_cgi.c          |  104 ++---
 cherokee/handler_cgi.h          |    5 +-
 cherokee/handler_cgi_base.h     |    3 +-
 cherokee/handler_fcgi.c         |  148 +++-----
 cherokee/handler_fcgi.h         |   13 +-
 cherokee/handler_proxy.c        |   59 ++--
 cherokee/handler_proxy.h        |    3 +-
 cherokee/handler_scgi.c         |   86 ++---
 cherokee/handler_scgi.h         |    8 +-
 cherokee/handler_uwsgi.c        |  131 +++---
 cherokee/handler_uwsgi.h        |   30 +-
 cherokee/macros.h               |   19 +-
 cherokee/post.c                 |  845 ++++++++++++++++++++++-----------------
 cherokee/post.h                 |   99 +++--
 cherokee/thread.c               |  117 +++----
 cherokee/thread.h               |    3 -
 configure.in                    |    5 +-
 27 files changed, 940 insertions(+), 1014 deletions(-)


2010-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4133 git=be1192d0a0b28c30737cee5e983eb74c6b8d013d

    A few warning were being printed by PHP. This patch fixes a few
    incorrect array access to get rid of those messages.
    
 qa/066-DirectoryIndex3.py |    6 +++---
 qa/067-PathInfo.py        |    2 +-
 qa/068-PathInfo2.py       |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


2010-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4132 git=42b6ae0a1c4e5768732118e6005f30653e3f1954

    Redistribute the make-dh_params.sh file. Do not delete it on clean-up.
    
 contrib/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

2010-01-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4124 git=38d8e440a68dca251c4f846bfc0843e389e0484c

    Bumps PySCGI to the version 1.11
    
 admin/pyscgi.py |   57 ++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 36 insertions(+), 21 deletions(-)


2010-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4118 git=5d5dd2513fea0defb34abcb5eab5c2783f0aee20

    Adds a reference to the new ${response_size} variable.
    
 admin/PageVServer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4117 git=ad61ec368b84d058fd3e6e281de5190f40a442ad

    Adds a few missing values of the ->options property the connection
    trace function.
    
 cherokee/connection.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2010-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4116 git=f14002e2b7c562d064fc5a76423f8eb5d10a65f6

    Remove early logging. All the logging is now done once the reply is
    sent to the client.
    
 cherokee/connection-protected.h |    4 +--
 cherokee/connection.c           |   51 ++++++--------------------------------
 cherokee/thread.c               |    9 +-----
 3 files changed, 11 insertions(+), 53 deletions(-)

2010-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4115 git=084e8c79ea248fc3a58c723acc23364e3f0c2ec9

    Fixes Chinese translation (bis).
    
 po/admin/zh_CN.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4114 git=147dd2d201973f030b0f0b3d147febf9e7007e39

    Fixes the Chinese translation.
    
 po/admin/zh_CN.po |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)


2010-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4113 git=70d92f4ae36c65e762897b33b40e8d57f947f690

    Adds support for a new "response_size" to the custom log plug-in.
    
 cherokee/logger_custom.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

2010-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4110 git=69e8007864f27cb2edb87ba4971a3417ce9e5cc3

    Adds A.D.F. to the developers list.
    
 developers.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

2010-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4108 git=8c071f399f119edf4b45616b88b9563e599e4414

    Fixes the ChangeLog converter so it works with SVN branches as well.
    
 gitlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-14  Roberto De Ioris <roberto@unbit.it>
            svn=4102 git=0102586c9f714a81d9e2a7e2355909ccab74a73b

    endianess fixes and support for uwsgi protocol modifiers
    
 cherokee/handler_uwsgi.c |   73 ++++++++++++++++++++++++++++++++++++----------
 cherokee/handler_uwsgi.h |   10 ++++--
 2 files changed, 64 insertions(+), 19 deletions(-)


2010-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4101 git=94e2e78dfcdd61f62eac87c2069266cbc53e6619

    Fixed a regression introduced early today.
    
 admin/PageVServer.py |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)


2010-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4100 git=804b2f522c5db2ea45a2ff9a457df2860b7fda9b

    Debian and Ubuntu ships the documentation in an independent package.
    When this package is not installed and the user click on some of the
    help links, he gets a generic 404 error, which isn't a really nice
    thing to see inside cherokee-admin. This patch fixes this behavior:
    http://bugs.cherokee-project.com/709 . Thanks a bunch to Gunnar Wolf
    for his great work packaging Cherokee and reporting all these issues.
    
 admin/static/Makefile.am   |    2 +
 admin/static/help_404.html |   11 ++++++++++
 cherokee/main_admin.c      |   47 ++++++++++++++++++++++++++++++++++---------
 3 files changed, 50 insertions(+), 10 deletions(-)


2010-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4099 git=b65fbf9f11751a06efd65edc92f83e256beb699f

    Fixes a memory leak introduced by the previous patch.
    
 cherokee/config_entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4098 git=aa43e5ac12b985c20a3b41a887cc1714ac48c68b

    Upgrade the encoder support, to a rule can explicitly forbid to use an
    encoder. This path includes required the web server, cherokee-admin
    and configuration upgrade tool changes.
    
 admin/PageEntry.py        |   19 ++++++++++++++-----
 admin/config_version.py   |   28 +++++++++++++++++++++++++++-
 cherokee/config_entry.c   |   21 ++++++++++++++++++---
 cherokee/config_entry.h   |   16 +++++++++++++++-
 cherokee/connection.c     |   45 ++++++++++++++++++++++++++++++++-------------
 cherokee/virtual_server.c |   39 ++++++++++++++++++++++++++++-----------
 6 files changed, 134 insertions(+), 34 deletions(-)


2010-01-13  Taher Shihadeh  <taher@unixwars.com>
            svn=4097 git=ed3620b5f3d6ac5d935a780fcd038208e9ba933a

    Some info was missing from the recipe. Thanks to Skarcha for pointing it out.
    
 doc/cookbook_trac.txt |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


2010-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4094 git=85cc8fdb287f2fb9b10f83d24fdf0008436a2f8f

    A few misc changes related to accept/close TCP connections.
    
 cherokee/connection.c |   16 ++++++++++++----
 cherokee/socket.c     |   49 ++++++++++++++++++++++---------------------------
 cherokee/thread.c     |    8 +++-----
 3 files changed, 37 insertions(+), 36 deletions(-)


2010-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4093 git=f5d62964f5b3ae3c33f4917df9d9de22ec88c56f

    Adds a error writer to the embedded '-r' configuration.
    
 cherokee/main_worker.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2010-01-11  Taher Shihadeh  <taher@unixwars.com>
            svn=4091 git=8c8f5c623ebf22dbd48e36aae54c6694ee743237

    Updates missleading info
    
 doc/other_goodies.txt |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)


2010-01-10  李炅 <lijiong1986@126.com>
            svn=4090 git=27c614e2bf78a421a3b6b8fb6301599638fa2a56

    更新中文翻译!
    
 po/admin/zh_CN.po |   75 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 43 insertions(+), 32 deletions(-)


2010-01-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4089 git=3a1170add7e77c9c0287c4670242579c667baa4c

    Fixes a getpwuid_r() detection issue. Thanks to Juan J. Martínez for
    the patch! Fixes bug #705: http://bugs.cherokee-project.com/705
    
 m4/pwd_grp.m4 |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2010-01-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4088 git=2bc97c1efafdd476fa1dbff645567a12bb1ce0d1

    Safer fd closing
    
 cherokee/buffer.c             |    4 ++--
 cherokee/handler_cgi.c        |   26 +++++++++++++-------------
 cherokee/handler_file.c       |    2 +-
 cherokee/iocache.c            |   10 ++++++----
 cherokee/logger_writer.c      |   13 +++++++------
 cherokee/post.c               |    2 +-
 cherokee/rrd_tools.c          |   16 ++++++++--------
 cherokee/shm.c                |   10 +++++-----
 cherokee/source_interpreter.c |    4 ++--
 cherokee/util.c               |    7 ++++---
 10 files changed, 49 insertions(+), 45 deletions(-)


2010-01-07  Taher Shihadeh  <taher@unixwars.com>
            svn=4087 git=93afbca0c4727ffc2996f770ea27017a1ba1ce79

    Upgrading documentation about upgrading...
    
 doc/basics_installation_unix.txt |   65 ++++++++++++++++++++++++++++++++++++++
 doc/basics_upgrade.txt           |    9 +++++
 2 files changed, 74 insertions(+), 0 deletions(-)


2010-01-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4086 git=0715c0abb913340a2f6619c779c0d443a552b0b7

    Error pages might contain UTF-8 encoded characters.
    
 cherokee/handler_error.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2010-01-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4082 git=bdba2884817aa373c3dfe7a5603be8a3468bae9d

    Fixes a problem encoding text-based blobs (charset 63 blobs).
    
 cherokee/handler_dbslayer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-02  Stefan de Konink <stefan@konink.de>
            svn=4081 git=9c9c8ab3ad19d115254773ab51a3903e519b64e5

    Closes http://code.google.com/p/cherokee/issues/detail?id=652
    Thanks leprechau for reporting!
    
 doc/cookbook_ssl.txt |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2010-01-01  Antonio Perez  <aperez@skarcha.com>
            svn=4080 git=bdb1c5ff56294b3f9f89bc171d79dec548494bc0

    Fixes a crash when an Url Argument rule is added to an AND comple rule.
    
 admin/ModuleUrlArg.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4070 git=07f88d44cae9059a0d607699a28b7d1ca1911c95

    Translation (auto)update
    
 po/admin/de.po    |  660 ++++++++++--------
 po/admin/en.po    |  662 ++++++++++--------
 po/admin/es.po    |  660 ++++++++++--------
 po/admin/fr.po    |  666 ++++++++++--------
 po/admin/nl.po    | 1979 ++++++++++++++++++++++++++++-------------------------
 po/admin/pt_BR.po | 1998 +++++++++++++++++++++++++++++++++++------------------
 po/admin/sv_SE.po |  662 ++++++++++--------
 po/admin/zh_CN.po |  676 ++++++++++---------
 8 files changed, 4534 insertions(+), 3429 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4069 git=e6227e27a8ef588ad2ea5ef718818ca097b01cdc

    Cherokee 0.99.39 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4067 git=d4ced03960d105454f1a48457e31dad00aefd610

    Cherokee 0.99.38 was released on Dec 24th.
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4066 git=44d3bf1b2e4fc03e6d2bd200bd3eb0705e683e80

    Fixes an escaping issue. File containing forbidden HTML characters
    could mess up the HTML list of files.
    
 cherokee/handler_dirlist.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4064 git=469bb058f41089b342a6e024b1e651f79e425ffd

    Do not perform the images usage test if the documentation source files
    are not found. Many thanks to Barnaby Claydon for reporting the issue.
    
 doc/test_images.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2009-12-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4060 git=e8746b8d139001de9896c32109de39afc99451f6

    Fixes bug #690: Cherokee-admin failed to load the Virtual Server page.
    
 admin/PageVServers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-28  Taher Shihadeh  <taher@unixwars.com>
            svn=4059 git=85810a2b7014739e5501ba0fd65eed159f541b33

    Improves an error description. Issue 578
    
 cherokee/error_list.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4057 git=2e8d77e9776e5f88f4f7d3e20202dba9b4c60203

    Fixes a typo: s/-ggb/-ggdb/. Thanks to Joe Klemmer, and Stefan de
    Konink for the report.
    
 cherokee.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-24  Taher Shihadeh  <taher@unixwars.com>
            svn=4049 git=9d075e47139ae6638b2bcd3fb639fdfae5eb10f1

    The script was having trouble with non-ASCII characters.
    
 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4046 git=0b79f403ace92f5a4a07aebca42760d9bbdf878c

    Adds a few missing HTTP return codes. It also document each entry with
    a reference to the RFC and section where it is defined. Now, all the
    modern HTTP response codes should be covered.
    
 cherokee/http.c |   32 +++++++++++++++++
 cherokee/http.h |  100 ++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 98 insertions(+), 34 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4045 git=b9a450f23786be5d9efad11e2dd473951017f142

    Some more updates to the docs were needed. Fixes issue 687
    
 doc/cookbook_alfresco.txt |    2 +-
 doc/cookbook_liferay.txt  |    2 +-
 doc/cookbook_mono.txt     |    2 +-
 doc/cookbook_moodle.txt   |    2 +-
 doc/cookbook_sugarcrm.txt |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4044 git=ec42cbad9e85a719835b37731e2593ea4ea4b73c

    Some updates to the docs were needed. More to come. Issue 687
    
 doc/cookbook_php.txt        |    3 +++
 doc/cookbook_phpbb.txt      |    9 ++++++++-
 doc/cookbook_phpmyadmin.txt |   10 ++++++++++
 doc/cookbook_redirs.txt     |    4 ++++
 doc/cookbook_zend.txt       |    9 ++++-----
 5 files changed, 29 insertions(+), 6 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4043 git=7b92eedc8e341565b4cdbb47dcbd6a29adc331a3

    Some updates to the Rails recipe. Issue 679.
    
 doc/Makefile.am                          |    1 +
 doc/cookbook_ror.txt                     |   15 +++++++++++----
 doc/media/images/cookbook_ror_wizard.png |  Bin 0 -> 14995 bytes
 3 files changed, 12 insertions(+), 4 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4042 git=1f76bab282485174dedb1716ddcdfa7211ced8c6

    Improves the HotLinking wizard. Addresses issue 686 by fixing the redirection when it uses a banned filetype, and by provinding an extra method to handle the hotlinking protection.
    
 admin/Wizard_HotLinking.py |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4041 git=174c373b753f5d26d6c8add0bd7f0d2e10c21af4

    Fixes all the wizards. Empty fields would make them fail. Addresses issue 685.
    
 admin/Wizard.py            |    4 ++--
 admin/Wizard_Alfresco.py   |   12 ++++++------
 admin/Wizard_ColdFusion.py |    8 ++++----
 admin/Wizard_Concrete5.py  |    8 ++++----
 admin/Wizard_Drupal.py     |    8 ++++----
 admin/Wizard_Glassfish.py  |   12 ++++++------
 admin/Wizard_Joomla.py     |    8 ++++----
 admin/Wizard_Liferay.py    |   12 ++++++------
 admin/Wizard_Mailman.py    |    8 ++++----
 admin/Wizard_MoinMoin.py   |    8 ++++----
 admin/Wizard_Mono.py       |   10 +++++-----
 admin/Wizard_Moodle.py     |    8 ++++----
 admin/Wizard_RoR.py        |    4 ++++
 admin/Wizard_Sugar.py      |    4 ++++
 admin/Wizard_Symfony.py    |    6 ++++++
 admin/Wizard_Trac.py       |    5 ++++-
 admin/Wizard_WordPress.py  |    4 ++++
 admin/Wizard_Zend.py       |    4 ++++
 admin/Wizard_phpBB.py      |    8 ++++----
 admin/Wizard_phpMyAdmin.py |    4 ++--
 admin/Wizard_rTorrent.py   |    5 +++++
 admin/Wizard_uWSGI.py      |    4 ++++
 22 files changed, 94 insertions(+), 60 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4040 git=7f40d88492c0766cf0e087e22455815d74a1eda6

    Fixes phpBB and phpMyadmin wizards. Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_phpBB.py      |    6 ++++++
 admin/Wizard_phpMyAdmin.py |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4039 git=a09fb525db2c5cf31bc330caa1de26f8213c62bf

    Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_Joomla.py   |    6 ++++++
 admin/Wizard_Liferay.py  |    8 ++++++++
 admin/Wizard_Mailman.py  |    5 +++++
 admin/Wizard_MoinMoin.py |    6 ++++++
 admin/Wizard_Mono.py     |    7 +++++++
 admin/Wizard_Moodle.py   |    6 ++++++
 6 files changed, 38 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4038 git=a26f8b78589c7feb1510fb4541732d6e1aa481d0

    Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_ColdFusion.py |    6 ++++++
 admin/Wizard_Concrete5.py  |    6 ++++++
 admin/Wizard_Drupal.py     |    6 ++++++
 admin/Wizard_Glassfish.py  |    8 ++++++++
 4 files changed, 26 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4037 git=f99da723dd5fcca63800edcd726a27034d7ef476

    Empty fields would make the wizard fail. Addresses issue 685.
    
 admin/Wizard.py          |    3 ++-
 admin/Wizard_Alfresco.py |    8 ++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4036 git=7362fd16b3830d06ee34c7f84d29419793cebcd8

    Fixes the wizard in line with the previous fix addressing issue 685
    
 admin/Wizard_Django.py |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


2009-12-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4035 git=1e545e0522badcc77f796a8bd9549ed50209c408

    Cherokee-admin was failing when the Django wizard was submitted
    without filling out the path to the Django project. Fixes bug #685:
    http://bugs.cherokee-project.com/685
    
 admin/Wizard_Django.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-12-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4034 git=d1477883ecd60978a35910a00077514f5790b38c

    Reverts r4023
    
 admin/ModuleUwsgi.py     |   42 ++-------------------------
 cherokee/handler_uwsgi.c |   71 +++++++++-------------------------------------
 cherokee/handler_uwsgi.h |   10 ++----
 3 files changed, 20 insertions(+), 103 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4033 git=ab6b1600cb8554cff3262cc38c746a848c588ed4

    Fixes a PO compilation problem.
    
 po/admin/zh_CN.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4032 git=bf6653a2149ec3d40edc009f303fd6d5509de42c

    Updates the developers list.
    
 developers.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4031 git=5378ef62bf6fc270ba9c8e428eb4c98bcc4cf9bf

    Fixes the changelog update script. Now, the Changelog can be updated
    even if there are local commits that have not been pushed upstream.
    
 changelog-update.sh |    6 +++---
 gitlog2changelog.py |    6 ++++++
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4030 git=6af3279916b01058d95d810266dfdeba9df66a8a

    Fixes a few compilation warning. Patch by Stefan de Konink.
    
 cherokee/admin_client.c   |    2 +-
 cherokee/config_entry.c   |    2 +-
 cherokee/cryptor_libssl.c |    3 ++-
 cherokee/main_admin.c     |    1 +
 cherokee/source.c         |    2 +-
 cherokee/spawner.c        |    3 +--
 cherokee/util.c           |    1 -
 7 files changed, 7 insertions(+), 7 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4029 git=98bb9657c99f540a49c84ba558782a60e50d27c5

    Removes an old method. I was not used any longer.
    
 cherokee/error_log.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)


2009-12-18  李炅 <lijiong1986@126.com>
            svn=4028 git=8281113d5433b33e69aa1491ddf6b33f7b64dc0d

    Chinese translation update
    
 po/admin/zh_CN.po |   66 ++++++++++++++++++++++++++--------------------------
 1 files changed, 33 insertions(+), 33 deletions(-)


2009-12-18  李炅 <lijiong1986@126.com>
            svn=4027 git=bba894d34cc89a53ad115fe63e2041c78c1a7538

    M    zh_CN.po
    
 po/admin/zh_CN.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-18  Stefan de Konink <stefan@konink.de>
            svn=4026 git=9f90c76b7aa511aabeedd5f621cd3fe43add0302

    This updates the Dutch translation with new strings and some corrections to the old translations.
    
    Side note:
    This is my first COMMIT :D :D :D
    
 po/admin/nl.po | 2279 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 1083 insertions(+), 1196 deletions(-)


2009-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4024 git=1c6ecd869ff3496234f1cc3c4d7defdf93618921

    When a custom error handler was triggered, the log entry showed a 200
    HTTP response instead of the original error code. This patch fixes the
    issue: http://bugs.cherokee-project.com/678
    
 cherokee/logger_custom.c |    7 ++++++-
 cherokee/logger_ncsa.c   |   10 ++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)


2009-12-17  Roberto De Ioris <roberto@unbit.it>
            svn=4023 git=0850006ca385d26dff3d201ebf1820be9dcd7157

    support for upcoming 0.9.4 release of uWSGI (FastFuncs,Spooler,request modifiers,message passing...)
    
 admin/ModuleUwsgi.py     |   42 +++++++++++++++++++++++++--
 cherokee/handler_uwsgi.c |   71 +++++++++++++++++++++++++++++++++++++---------
 cherokee/handler_uwsgi.h |   10 ++++--
 3 files changed, 103 insertions(+), 20 deletions(-)


2009-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4022 git=a8c66ff3d21db9f795f3a4c9b16d5195cd98a611

    Adds a new property to the proxy handler, so it can be more permissive
    about incoming malformed headers from the back-end servers.
    
 cherokee/error_list.py   |    8 ++++++
 cherokee/handler_proxy.c |    7 ++++-
 cherokee/handler_proxy.h |    1 +
 cherokee/proxy_hosts.c   |   60 ++++++++++++++++++++++++++++++++++++++++++++-
 cherokee/proxy_hosts.h   |    3 +-
 5 files changed, 75 insertions(+), 4 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4021 git=5e4f94c0a3132efce7c46d85cc96a25e40c5bfdd

    Fixes a potential memory corruption issue - while clean up on exit.
    
 cherokee/main.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4020 git=365ef6de164431b44850da8552ff87b049e08e37

    Cherokee 0.99.37 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-16  Antonio Perez  <aperez@skarcha.com>
            svn=4019 git=0999bbe42febda23c730a0d2cf8899b02023f343

    Adds the possibility to disable Virtual Servers and Rules.
    
 admin/Entry.py                                 |    4 +
 admin/Page.py                                  |    1 +
 admin/PageVServer.py                           |   84 +--
 admin/PageVServers.py                          |   80 +--
 admin/default.template.html                    |    4 +-
 admin/static/css/Makefile.am                   |    3 +-
 admin/static/css/cherokee.css                  |   43 +
 admin/static/css/jquery.ibutton.css            |  195 ++++
 admin/static/images/Makefile.am                |    3 +-
 admin/static/images/ibutton-slider-default.png |  Bin 0 -> 4440 bytes
 admin/static/js/Makefile.am                    |    3 +-
 admin/static/js/common.js                      |  125 +++-
 admin/static/js/jquery-1.2.6.min.js            |   32 -
 admin/static/js/jquery-1.3.2.min.js            |   19 +
 admin/static/js/jquery.ibutton.js              |  383 +++++++
 admin/static/js/ui.core.js                     |  810 ++++++++++------
 admin/static/js/ui.tabs.js                     | 1284 +++++++++++++-----------
 cherokee/server.c                              |    7 +-
 cherokee/virtual_server.c                      |   35 +-
 19 files changed, 2054 insertions(+), 1061 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4017 git=978083d1d4345253cdd07dd7c48d830db00d64a3

    Fixes bug #676. The server was crashing whenever PHP (via fastcgi)
    tried to log an error message: http://bugs.cherokee-project.com/676
    
 cherokee/handler_fcgi.c |   13 ++++++-------
 cherokee/server.c       |   25 +++++++++++++++++++++----
 cherokee/thread.c       |   27 +++++++++++++++++++++------
 3 files changed, 48 insertions(+), 17 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4016 git=6b18515a51da41f9bbcffaf0e412dea169b6166f

    Clarifies the description of some of the I/O cache text entries
    regarding the cache object lasting. Many thanks to Ivan Chavero for
    the feedback. Fixes bug #675: http://bugs.cherokee-project.com/675
    
 admin/PageAdvanced.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4015 git=047dffc91766c38ae4571b116b42809d02d0af2f

    The log cleaning function was pretty broken. It was not removing the
    unused log writer keys, which was leading cherokee-admin to generate
    corrupted configuration files under some circumstances.
    
 admin/PageVServer.py |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4014 git=a0da8d29c665bc33df659b7ab1c1816adb51723f

    Fixes the Internal Error page. It was not working when reporting an
    error triggered by a POST request.
    
 admin/PageError.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4013 git=d717870edc6511b56588de70a67cb6c82de395cd

    Adapts the default configuration file to the new error logging format.
    
 cherokee.conf.sample.pre |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4012 git=e3ccfc14a94c755ff87aa8dc10825db49c303cbf

    Adds a new translation to Brazilian Portuguese. Many thanks to
    Sérgio H. Berlotto Jr for such a great contribution.
    
 admin/consts.py   |    1 +
 po/admin/LINGUAS  |    2 +-
 po/admin/pt_BR.po | 3488 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 3490 insertions(+), 1 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4011 git=63fec79930c9ca6f1191cae73d83907f386ca190

    Cherokee 0.99.36 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-15  Taher Shihadeh  <taher@unixwars.com>
            svn=4008 git=5e0567f008cb490057b09c97ff15a90c3c4b87cb

    Removes errnoeus path
    
 admin/Wizard_Mono.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-12-15  Taher Shihadeh  <taher@unixwars.com>
            svn=4006 git=a8279219802d92564cd4570c70604bd4b904ec1d

    Fixes problem regarding the migration from socket to TCP port. Addresses issue 672.
    
 admin/Wizard_uWSGI.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4005 git=6ee619d7be9ca2ac6985dd1bda1aba2eb7c885d4

    Error log management clean up. It should work better now.
    
 cherokee/error_log.c          |   35 ++-----------
 cherokee/error_log.h          |    7 +--
 cherokee/handler_proxy.c      |   12 ++++-
 cherokee/logger_writer.c      |   19 +++++++
 cherokee/logger_writer.h      |   15 +++---
 cherokee/server-protected.h   |   10 +++-
 cherokee/server.c             |  113 +++++++----------------------------------
 cherokee/source_interpreter.c |    9 +++-
 cherokee/virtual_server.c     |   27 ++++++++++
 cherokee/virtual_server.h     |    3 +
 10 files changed, 106 insertions(+), 144 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4004 git=10dc6cd93b217bb0ef93f22b29c2b663d792e881

    Adds MacPorts paths to the Moodle and PhpMyAdmin wizards.
    
 admin/Wizard_Moodle.py     |    9 +++++----
 admin/Wizard_phpMyAdmin.py |    3 ++-
 2 files changed, 7 insertions(+), 5 deletions(-)


2009-12-14  Taher Shihadeh  <taher@unixwars.com>
            svn=4003 git=6afd82a7414cdf99b9f52f9d7fd4e7f266e8e0ae

    Reclassifies some wizards
    
 admin/Wizard_Alfresco.py     |    4 ++--
 admin/Wizard_ColdFusion.py   |    4 ++--
 admin/Wizard_CommonStatic.py |    3 ++-
 admin/Wizard_Icons.py        |    1 +
 admin/Wizard_Liferay.py      |    4 ++--
 admin/Wizard_Mono.py         |   12 ++++++------
 admin/Wizard_Moodle.py       |    4 ++--
 admin/Wizard_Streaming.py    |    1 +
 admin/Wizard_Sugar.py        |    4 ++--
 9 files changed, 20 insertions(+), 17 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4002 git=ce0c7cdb05379fac142c154a15cbc0060da1720f

    Cherokee does no longer throw a fatal error when rrdtool is configured
    but the binary is not found.
    
 cherokee/rrd_tools.c |   13 +++++++++++--
 cherokee/rrd_tools.h |    1 +
 2 files changed, 12 insertions(+), 2 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4001 git=8875ab52d90dd09ff96b5b2dfd257e89cb68a0b0



2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4000 git=4740a8e0fd282c0a3e3367af143e5965acecf1b6

    Fixes a memory corruption issue on shut down. Under some unusual
    circumstances, the server could 'feel panic' while performing graceful
    restarts.
    
 cherokee/error_log.c |   25 +++++++++++++++++++------
 cherokee/error_log.h |    9 ++++++---
 cherokee/server.c    |   44 +++++++++++++++++---------------------------
 3 files changed, 42 insertions(+), 36 deletions(-)


2009-12-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3999 git=64c27370f30998f30f68fd8da6f7136b8d44f735

    Clean up: Trims trailing spaces.
    
 Makefile.am                          |    2 +-
 cget/Makefile.am                     |    2 +-
 cget/main.c                          |   38 ++++++------
 cget/proxy.c                         |    2 +-
 cget/proxy.h                         |    2 +-
 cherokee/Makefile.am                 |  104 +++++++++++++++++-----------------
 cherokee/pcre/pcre.h                 |    2 +-
 cherokee/zlib/deflate.c              |   10 ++--
 cherokee/zlib/deftree.c              |    4 +-
 cherokee/zlib/defutil.h              |   10 ++--
 cherokee/zlib/zconf.h                |    2 +-
 cherokee/zlib/zlib.h                 |   18 +++---
 contrib/05to06.py                    |   64 ++++++++++----------
 contrib/06to07.py                    |   10 ++--
 contrib/07to08.py                    |    6 +-
 contrib/08to09.py                    |    8 +-
 contrib/0999to09910.py               |    2 +-
 contrib/bin2buffer.py                |    2 +-
 contrib/tracelor.py                  |    4 +-
 doc/Makefile.am                      |    2 +-
 doc/basics_download.txt              |    2 +-
 doc/cookbook_django.txt              |    4 +-
 doc/cookbook_mailman.txt             |    2 +-
 doc/cookbook_nagios.txt              |    8 +-
 doc/cookbook_streaming.txt           |    2 +-
 doc/modules_handlers_common.txt      |    2 +-
 doc/modules_handlers_dbslayer.txt    |    2 +-
 doc/modules_handlers_dirlist.txt     |    2 +-
 doc/modules_handlers_secdownload.txt |    2 +-
 doc/modules_validators_ldap.txt      |    8 +-
 doc/modules_validators_mysql.txt     |    2 +-
 icons/README.txt                     |    6 +-
 packages/osx/build.py                |   10 ++--
 packages/osx/utils.py                |    2 +-
 po/admin/generate_POTFILESin.py      |    2 +-
 svnlog2changelog.py                  |    6 +-
 www/Makefile.am                      |    4 +-
 37 files changed, 180 insertions(+), 180 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3998 git=80b598965958aebeb4e683df9e111fbbed56580a

    The previous commit was wrong. Fixes it.
    
 cherokee/main.c |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3996 git=b134796c3be4efffcc73c5de15617dfdb4e43c97

    Fixes a couple of incorrect calls to semctl().
    
 cherokee/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3995 git=23deae3c2dc8190875ee7ec59f467a6bf641a988

    Adds a new entry for the translation to French.
    
 admin/consts.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3994 git=acb553a0982c3e6da7f1eb52f9c63337b6a0bae8

    Adds a new translation to French, contributed by Vincent Knecht
    <vknecht@club-internet.fr>. It's still unfinished; more to come.
    Thanks Vincent!
    
 po/admin/LINGUAS |    2 +-
 po/admin/fr.po   | 4141 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4142 insertions(+), 1 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3993 git=25b3cb73464c9f79e246bdc3277ec66dfc1b2615

    Clean up: Trims trailing spaces.
    
 admin/GraphManager.py               |    2 +-
 admin/LogViewer.py                  |   12 +-
 admin/ModuleAuth.py                 |    2 +-
 admin/ModuleBind.py                 |    2 +-
 admin/ModuleCommon.py               |    2 +-
 admin/ModuleDbslayer.py             |    2 +-
 admin/ModuleDefault.py              |    2 +-
 admin/ModuleDirlist.py              |    4 +-
 admin/ModuleEmptyGif.py             |    2 +-
 admin/ModuleErrorNn.py              |    2 +-
 admin/ModuleExists.py               |    2 +-
 admin/ModuleFrom.py                 |    2 +-
 admin/ModuleFullpath.py             |    2 +-
 admin/ModuleHeader.py               |    2 +-
 admin/ModuleMysql.py                |    2 +-
 admin/ModuleProxy.py                |    8 +-
 admin/ModuleScgi.py                 |    2 +-
 admin/ModuleSecdownload.py          |    2 +-
 admin/ModuleStreaming.py            |    4 +-
 admin/ModuleUwsgi.py                |    2 +-
 admin/PageAdvanced.py               |    6 +-
 admin/PageEntry.py                  |    2 +-
 admin/PageIcon.py                   |    4 +-
 admin/PageVServers.py               |    8 +-
 admin/Post.py                       |   12 +-
 admin/RuleList.py                   |    6 +-
 admin/Wizard.py                     |    6 +-
 admin/Wizard_Mailman.py             |    2 +-
 admin/Wizard_rTorrent.py            |    2 +-
 admin/config.py                     |    2 +-
 admin/config_version.py             |    4 +-
 admin/flags.py                      |    4 +-
 admin/pyscgi.py                     |    2 +-
 admin/upgrade_config.py             |    2 +-
 admin/validations.py                |    6 +-
 cherokee/access.c                   |   76 ++++++------
 cherokee/access.h                   |    2 +-
 cherokee/admin_client.c             |   96 +++++++-------
 cherokee/admin_client.h             |    2 +-
 cherokee/admin_request.c            |   10 +-
 cherokee/admin_request.h            |    2 +-
 cherokee/admin_server.c             |   50 ++++----
 cherokee/admin_server.h             |    2 +-
 cherokee/avl.c                      |  120 +++++++++---------
 cherokee/avl.h                      |    2 +-
 cherokee/avl_r.c                    |   10 +-
 cherokee/avl_r.h                    |    2 +-
 cherokee/balancer.c                 |   38 +++---
 cherokee/balancer.h                 |   12 +-
 cherokee/balancer_ip_hash.c         |   36 +++---
 cherokee/balancer_ip_hash.h         |    6 +-
 cherokee/balancer_round_robin.c     |   28 ++--
 cherokee/balancer_round_robin.h     |    4 +-
 cherokee/bind.c                     |   22 ++--
 cherokee/bind.h                     |   12 +-
 cherokee/bogotime.c                 |    6 +-
 cherokee/bogotime.h                 |    4 +-
 cherokee/cache.c                    |   40 +++---
 cherokee/cache.h                    |   14 +-
 cherokee/cacheline.c                |   18 ++--
 cherokee/cacheline.h                |    2 +-
 cherokee/cherokee.h                 |    2 +-
 cherokee/cherokee_show.c            |   16 +-
 cherokee/collector.c                |    4 +-
 cherokee/collector.h                |    2 +-
 cherokee/collector_rrd.c            |   20 ++--
 cherokee/collector_rrd.h            |    6 +-
 cherokee/common-internal.h          |   22 ++--
 cherokee/common.h                   |    8 +-
 cherokee/config_entry.c             |   38 +++---
 cherokee/config_entry.h             |   10 +-
 cherokee/config_node.c              |   56 ++++----
 cherokee/config_node.h              |    4 +-
 cherokee/config_reader.c            |   58 ++++----
 cherokee/config_reader.h            |    2 +-
 cherokee/connection.h               |    2 +-
 cherokee/connection_info.c          |   60 ++++----
 cherokee/connection_info.h          |    2 +-
 cherokee/crc32.h                    |    2 +-
 cherokee/cryptor.c                  |   10 +-
 cherokee/cryptor.h                  |    6 +-
 cherokee/cryptor_libssl.c           |   20 ++--
 cherokee/cryptor_libssl.h           |    2 +-
 cherokee/downloader-protected.h     |    2 +-
 cherokee/downloader.c               |   84 ++++++------
 cherokee/downloader.h               |    2 +-
 cherokee/downloader_async.c         |   20 ++--
 cherokee/downloader_async.h         |    2 +-
 cherokee/dtm.c                      |    4 +-
 cherokee/dtm.h                      |    2 +-
 cherokee/dwriter.c                  |   38 +++---
 cherokee/dwriter.h                  |    4 +-
 cherokee/encoder.c                  |   24 ++--
 cherokee/encoder.h                  |    4 +-
 cherokee/encoder_deflate.c          |   50 ++++----
 cherokee/encoder_deflate.h          |    2 +-
 cherokee/encoder_gzip.c             |   66 +++++-----
 cherokee/encoder_gzip.h             |    2 +-
 cherokee/error_log.h                |    2 +-
 cherokee/errors.py                  |   12 +-
 cherokee/fastcgi.h                  |    4 +-
 cherokee/fcgi_dispatcher.c          |   32 +++---
 cherokee/fcgi_dispatcher.h          |    4 +-
 cherokee/fcgi_manager.c             |   92 +++++++-------
 cherokee/fcgi_manager.h             |    6 +-
 cherokee/fdpoll-epoll.c             |   24 ++--
 cherokee/fdpoll-kqueue.c            |   16 +-
 cherokee/fdpoll-poll.c              |   18 ++--
 cherokee/fdpoll-port.c              |   26 ++--
 cherokee/fdpoll-protected.h         |    2 +-
 cherokee/fdpoll-select.c            |   26 ++--
 cherokee/fdpoll-win32.c             |   28 ++--
 cherokee/fdpoll.c                   |   78 ++++++------
 cherokee/fdpoll.h                   |    2 +-
 cherokee/gen_evhost.c               |   14 +-
 cherokee/gen_evhost.h               |    2 +-
 cherokee/handler.c                  |   20 ++--
 cherokee/handler.h                  |    4 +-
 cherokee/handler_admin.c            |   28 ++--
 cherokee/handler_admin.h            |    4 +-
 cherokee/handler_cgi.c              |  100 +++++++-------
 cherokee/handler_cgi.h              |    4 +-
 cherokee/handler_cgi_base.c         |  182 +++++++++++++-------------
 cherokee/handler_cgi_base.h         |   20 ++--
 cherokee/handler_common.c           |   36 +++---
 cherokee/handler_common.h           |    2 +-
 cherokee/handler_custom_error.c     |   18 ++--
 cherokee/handler_custom_error.h     |    2 +-
 cherokee/handler_dbslayer.c         |   74 +++++-----
 cherokee/handler_dbslayer.h         |    2 +-
 cherokee/handler_dirlist.h          |    6 +-
 cherokee/handler_empty_gif.c        |   12 +-
 cherokee/handler_empty_gif.h        |    4 +-
 cherokee/handler_error.c            |   32 +++---
 cherokee/handler_error.h            |    2 +-
 cherokee/handler_error_nn.c         |   30 ++--
 cherokee/handler_error_nn.h         |    2 +-
 cherokee/handler_error_redir.h      |    2 +-
 cherokee/handler_fastcgi.c          |   78 ++++++------
 cherokee/handler_fastcgi.h          |    8 +-
 cherokee/handler_fcgi.c             |  106 ++++++++--------
 cherokee/handler_fcgi.h             |    4 +-
 cherokee/handler_file.c             |  100 +++++++-------
 cherokee/handler_file.h             |    8 +-
 cherokee/handler_proxy.c            |  132 +++++++++---------
 cherokee/handler_proxy.h            |    4 +-
 cherokee/handler_redir.c            |   76 ++++++------
 cherokee/handler_redir.h            |    2 +-
 cherokee/handler_render_rrd.c       |   46 ++++----
 cherokee/handler_render_rrd.h       |    4 +-
 cherokee/handler_scgi.c             |   66 +++++-----
 cherokee/handler_scgi.h             |    4 +-
 cherokee/handler_secdownload.c      |    8 +-
 cherokee/handler_secdownload.h      |    2 +-
 cherokee/handler_server_info.c      |   72 +++++-----
 cherokee/handler_server_info.h      |    4 +-
 cherokee/handler_ssi.c              |   36 +++---
 cherokee/handler_ssi.h              |    8 +-
 cherokee/handler_streaming.c        |   22 ++--
 cherokee/handler_streaming.h        |    4 +-
 cherokee/handler_uwsgi.c            |   62 +++++-----
 cherokee/handler_uwsgi.h            |    4 +-
 cherokee/header-protected.h         |    6 +-
 cherokee/header.h                   |    4 +-
 cherokee/http.c                     |   50 ++++----
 cherokee/http.h                     |    2 +-
 cherokee/human_strcmp.c             |   14 +-
 cherokee/human_strcmp.h             |    2 +-
 cherokee/icons.c                    |   48 ++++----
 cherokee/icons.h                    |    4 +-
 cherokee/info.c                     |    4 +-
 cherokee/info.h                     |    2 +-
 cherokee/init.c                     |    6 +-
 cherokee/init.h                     |    2 +-
 cherokee/iocache.c                  |   52 ++++----
 cherokee/iocache.h                  |    4 +-
 cherokee/levenshtein_distance.c     |    2 +-
 cherokee/limiter.c                  |    8 +-
 cherokee/limiter.h                  |    2 +-
 cherokee/list.c                     |   48 ++++----
 cherokee/list.h                     |   14 +-
 cherokee/logger-protected.h         |    2 +-
 cherokee/logger.c                   |   20 ++--
 cherokee/logger.h                   |    2 +-
 cherokee/logger_combined.c          |   12 +-
 cherokee/logger_combined.h          |    2 +-
 cherokee/logger_custom.c            |   32 +++---
 cherokee/logger_custom.h            |    2 +-
 cherokee/logger_ncsa.c              |   36 +++---
 cherokee/logger_ncsa.h              |    2 +-
 cherokee/macros.h                   |   18 ++--
 cherokee/main.c                     |   66 +++++-----
 cherokee/main_admin.c               |   38 +++---
 cherokee/main_tweak.c               |   54 ++++----
 cherokee/main_worker.c              |   26 ++--
 cherokee/match.c                    |    6 +-
 cherokee/match.h                    |    2 +-
 cherokee/md5.c                      |    2 +-
 cherokee/md5crypt.c                 |   10 +-
 cherokee/mime-protected.h           |    2 +-
 cherokee/mime.c                     |   28 ++--
 cherokee/mime.h                     |    2 +-
 cherokee/mime_entry.c               |   12 +-
 cherokee/mime_entry.h               |    2 +-
 cherokee/module.c                   |   14 +-
 cherokee/module.h                   |    4 +-
 cherokee/ncpus.c                    |    8 +-
 cherokee/ncpus.h                    |    2 +-
 cherokee/nonce.c                    |   18 ++--
 cherokee/nonce.h                    |    2 +-
 cherokee/nullable.h                 |    2 +-
 cherokee/plugin.h                   |    4 +-
 cherokee/plugin_loader.c            |   88 ++++++------
 cherokee/plugin_loader.h            |    2 +-
 cherokee/post.c                     |   62 +++++-----
 cherokee/post.h                     |    2 +-
 cherokee/proxy_hosts.c              |   14 +-
 cherokee/proxy_hosts.h              |    6 +-
 cherokee/regex.c                    |   32 +++---
 cherokee/regex.h                    |    4 +-
 cherokee/request.c                  |   34 +++---
 cherokee/request.h                  |    2 +-
 cherokee/resolv_cache.c             |   26 ++--
 cherokee/resolv_cache.h             |    2 +-
 cherokee/rrd_tools.c                |   18 ++--
 cherokee/rrd_tools.h                |    2 +-
 cherokee/rule.c                     |   14 +-
 cherokee/rule.h                     |    2 +-
 cherokee/rule_and.c                 |   32 +++---
 cherokee/rule_and.h                 |    2 +-
 cherokee/rule_bind.c                |   24 ++--
 cherokee/rule_bind.h                |    2 +-
 cherokee/rule_default.c             |   16 +-
 cherokee/rule_default.h             |    2 +-
 cherokee/rule_directory.c           |    8 +-
 cherokee/rule_directory.h           |    2 +-
 cherokee/rule_exists.c              |   40 +++---
 cherokee/rule_exists.h              |    2 +-
 cherokee/rule_extensions.c          |    2 +-
 cherokee/rule_extensions.h          |    2 +-
 cherokee/rule_from.c                |   20 ++--
 cherokee/rule_from.h                |    2 +-
 cherokee/rule_fullpath.c            |   16 +-
 cherokee/rule_fullpath.h            |    2 +-
 cherokee/rule_geoip.c               |   18 ++--
 cherokee/rule_geoip.h               |    2 +-
 cherokee/rule_header.c              |   32 +++---
 cherokee/rule_header.h              |    2 +-
 cherokee/rule_list.c                |   16 +-
 cherokee/rule_list.h                |    4 +-
 cherokee/rule_method.c              |   12 +-
 cherokee/rule_method.h              |    2 +-
 cherokee/rule_not.c                 |   18 ++--
 cherokee/rule_not.h                 |    2 +-
 cherokee/rule_or.c                  |   32 +++---
 cherokee/rule_or.h                  |    2 +-
 cherokee/rule_request.c             |   32 +++---
 cherokee/rule_request.h             |    2 +-
 cherokee/rule_url_arg.c             |   28 ++--
 cherokee/rule_url_arg.h             |    2 +-
 cherokee/server-protected.h         |    6 +-
 cherokee/server.h                   |    2 +-
 cherokee/sha1.c                     |    6 +-
 cherokee/shm.c                      |   12 +-
 cherokee/shm.h                      |    2 +-
 cherokee/socket.c                   |  190 +++++++++++++-------------
 cherokee/socket.h                   |    6 +-
 cherokee/source.c                   |   36 +++---
 cherokee/source.h                   |    4 +-
 cherokee/source_interpreter.c       |   66 +++++-----
 cherokee/source_interpreter.h       |    4 +-
 cherokee/spawner.c                  |   22 ++--
 cherokee/spawner.h                  |    2 +-
 cherokee/table.c                    |   52 ++++----
 cherokee/table.h                    |    2 +-
 cherokee/template.c                 |   20 ++--
 cherokee/template.h                 |    2 +-
 cherokee/thread.c                   |  248 +++++++++++++++++-----------------
 cherokee/thread.h                   |   18 ++--
 cherokee/threading.c                |    2 +-
 cherokee/threading.h                |    4 +-
 cherokee/trace.c                    |   22 ++--
 cherokee/trace.h                    |    2 +-
 cherokee/unix4win32.c               |    2 +-
 cherokee/unix4win32.h               |    2 +-
 cherokee/url.c                      |   32 +++---
 cherokee/url.h                      |    6 +-
 cherokee/util.c                     |  214 +++++++++++++++---------------
 cherokee/util.h                     |   18 ++--
 cherokee/validator.c                |   80 ++++++------
 cherokee/validator.h                |   14 +-
 cherokee/validator_authlist.c       |   26 ++--
 cherokee/validator_authlist.h       |    2 +-
 cherokee/validator_file.c           |    6 +-
 cherokee/validator_file.h           |    4 +-
 cherokee/validator_htdigest.c       |   30 ++--
 cherokee/validator_htdigest.h       |    2 +-
 cherokee/validator_htpasswd.c       |   42 +++---
 cherokee/validator_htpasswd.h       |    2 +-
 cherokee/validator_ldap.c           |   38 +++---
 cherokee/validator_ldap.h           |    2 +-
 cherokee/validator_mysql.c          |   56 ++++----
 cherokee/validator_mysql.h          |    6 +-
 cherokee/validator_pam.c            |   32 +++---
 cherokee/validator_pam.h            |    4 +-
 cherokee/validator_plain.c          |   30 ++--
 cherokee/validator_plain.h          |    2 +-
 cherokee/version.c                  |    8 +-
 cherokee/version.h                  |    4 +-
 cherokee/virtual_server.h           |   10 +-
 cherokee/vrule.c                    |   10 +-
 cherokee/vrule.h                    |    2 +-
 cherokee/vrule_rehost.c             |   12 +-
 cherokee/vrule_rehost.h             |    2 +-
 cherokee/vrule_target_ip.c          |   20 ++--
 cherokee/vrule_target_ip.h          |    2 +-
 cherokee/vrule_wildcard.c           |   18 ++--
 cherokee/vrule_wildcard.h           |    2 +-
 cherokee/win32_cherokeeserv.c       |    2 +-
 cherokee/win32_cservice.c           |    2 +-
 cherokee/win32_cservice.h           |    2 +-
 cherokee/win32_misc.h               |    2 +-
 cherokee/xrealip.c                  |    6 +-
 cherokee/xrealip.h                  |    2 +-
 qa/006-Wrong-Protocol.py            |    2 +-
 qa/020-VirtualHost.py               |    2 +-
 qa/031-Post+urlencoded2.py          |    2 +-
 qa/036-DocumentRoot-common.py       |    2 +-
 qa/037-PHP-post.py                  |    2 +-
 qa/048-NN.py                        |    2 +-
 qa/054-ContentRange.py              |    2 +-
 qa/058-ContentRange-Double.py       |    2 +-
 qa/062-PAM2.py                      |    2 +-
 qa/067-PathInfo.py                  |    2 +-
 qa/081-DocumentRoot-Common-index.py |    2 +-
 qa/084-RedirParamShow.py            |    2 +-
 qa/085-AuthUsers.py                 |    2 +-
 qa/088-CGI-envs.py                  |    2 +-
 qa/090-Digest.py                    |    2 +-
 qa/091-Digest2.py                   |    8 +-
 qa/092-Digest3.py                   |    8 +-
 qa/100-Digest-htdigest.py           |    8 +-
 qa/103-ScriptName.py                |    2 +-
 qa/105-If-Range.py                  |    4 +-
 qa/106-If-Range2.py                 |    4 +-
 qa/111-Compac.py                    |    2 +-
 qa/113-HeaderFile.py                |    2 +-
 qa/114-HeaderFile2.py               |    2 +-
 qa/115-Respin.py                    |    4 +-
 qa/116-RequestTiny.py               |    4 +-
 qa/118-Request-redir.py             |    2 +-
 qa/122-Methods.py                   |    4 +-
 qa/123-ImplicitRedit.py             |    2 +-
 qa/124-DomainToDir2.py              |    2 +-
 qa/125-domain-redir1.py             |    2 +-
 qa/126-SCGI.py                      |    2 +-
 qa/130-Digest-EmptyPasswd.py        |    8 +-
 qa/132-file-ContentType.py          |    2 +-
 qa/138-ChangeUser-cgi.py            |    2 +-
 qa/139-domain-wildcards1.py         |    4 +-
 qa/140-SCGI-EmptyVars.py            |    2 +-
 qa/141-FastCGI-EmptyVars.py         |    2 +-
 qa/143-ContentRange-NoIO.py         |    2 +-
 qa/151-SCGI-vars.py                 |    2 +-
 qa/153-SCGI-vars-root.py            |    2 +-
 qa/158-RuleHeader1.py               |    2 +-
 qa/159-RuleHeader2.py               |    2 +-
 qa/160-RuleNot1.py                  |    2 +-
 qa/161-RuleNot2.py                  |    2 +-
 qa/162-RuleAnd1.py                  |    4 +-
 qa/163-RuleAnd2.py                  |    4 +-
 qa/164-RuleOr1.py                   |    4 +-
 qa/165-RuleOr2.py                   |    4 +-
 qa/166-xsendfile1.py                |    4 +-
 qa/167-RuleGeoIP.py                 |    2 +-
 qa/169-Pipermail.py                 |    2 +-
 qa/170-Error-ContentLength.py       |    2 +-
 qa/172-Chunked-CGI.py               |    4 +-
 qa/175-Digest-htdigest-2.py         |   10 +-
 qa/193-PHP-documentroot.py          |    2 +-
 qa/197-SOAPAction.py                |    4 +-
 qa/198-HTTPresponse.py              |    2 +-
 qa/202-xsendfile2.py                |    4 +-
 qa/206-AuthType.py                  |    2 +-
 qa/211-EmptyGif.py                  |    2 +-
 qa/212-DirList-Hidden.py            |    2 +-
 qa/217-DoubleEncode.py              |    6 +-
 qa/218-DrupalRedirect.py            |    2 +-
 qa/219-Ext-Dot-Pathinfo.py          |    2 +-
 qa/220-Pathinfo-Slash.py            |    2 +-
 qa/221-ReHost1.py                   |    2 +-
 qa/222-EVHost1.py                   |    2 +-
 qa/224-EVHost3.py                   |    2 +-
 qa/226-PathInfo-Default.py          |    2 +-
 qa/230-Fullpath2.py                 |    2 +-
 qa/231-POST-4extra.py               |    2 +-
 qa/232-X-Real-IP-CGI.py             |    2 +-
 qa/233-X-Real-IP-CGI-2.py           |    2 +-
 qa/234-X-Real-IP-CGI-3.py           |    2 +-
 qa/235-URL-arg_match1.py            |    2 +-
 qa/236-URL-arg_match2.py            |    2 +-
 qa/237-URL-arg_match_all1.py        |    2 +-
 qa/238-URL-arg_match_all2.py        |    2 +-
 qa/base.py                          |   34 +++---
 qa/fcgi.py                          |   26 ++--
 qa/pyscgi.py                        |    2 +-
 qa/run-tests.py                     |   10 +-
 qa/util.py                          |   14 +-
 408 files changed, 3214 insertions(+), 3214 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3992 git=3333a558f6cc69238183dbd58dfe28a1eb4544f8

    Update translation files.
    
 po/admin/de.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/en.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/es.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/nl.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/sv_SE.po |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/zh_CN.po |  361 +++++++++++++++++++++++++++++------------------------
 6 files changed, 1170 insertions(+), 996 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3991 git=48c714e5757e1ac9a3766f3e25c7c25c5119aec9

    Fixes the error logging subsystem. The server was segment-faulting on
    graceful restart because of this issue. Besides, now the server uses
    slightly less resources for the error log writers.
    
 cherokee/logger_writer.c  |    7 +++----
 cherokee/virtual_server.c |   19 +++++--------------
 2 files changed, 8 insertions(+), 18 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3990 git=9932349c473690f72b8857659f513d5b06a5f7bd

    The custom error redirection handler was not preserving the original
    HTTP error code while sending the new HTTP response. This patch fixes
    the super-evil bug number #666: http://bugs.cherokee-project.com/666
    Many thanks to Stanley Rost for reporting this issue.
    
 cherokee/connection-protected.h |   11 +-
 cherokee/connection.c           |  287 ++++++++++++++++++++-------------------
 cherokee/handler_error_redir.c  |   41 +++---
 cherokee/server.c               |  194 +++++++++++++-------------
 cherokee/virtual_server.c       |  104 +++++++-------
 qa/243-custom-error-1.py        |   33 +++++
 qa/Makefile.am                  |    3 +-
 7 files changed, 361 insertions(+), 312 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3989 git=53c0a9583897739de22b20b57dd97fdd45de9dea

    Fixes the PHP wizard. It was using an initialised variable. All the
    wizards depending on this one were broken in the last release.
    
 admin/Wizard_PHP.py |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3988 git=d394babcb405a2fe0819f4f3aab12967e1d9ae9c

    Adds some code so internal cherokee-admin errors are shown as proper
    errors in the browser, instead of the generic "500 Internal Error"
    page that was being sent. The 500 response is sent as well, but now it
    is nicely formatted and includes a backtrace (so it can be reported).
    
 admin/Makefile.am                  |    5 +++--
 admin/PageError.py                 |   24 ++++++++++++++++++++++--
 admin/error_internal.template.html |   12 ++++++++++++
 admin/server.py                    |   11 ++++++++++-
 4 files changed, 47 insertions(+), 5 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3987 git=5a35b5c79fcbfd90306a5fd6c5d69fc0e1af3da5

    Cherokee 0.99.34 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3985 git=ca865f545174038c3fb51261ca0314144125036b

    Cherokee 0.99.33 released (after r3977)
    
 configure.in |  100 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 50 insertions(+), 50 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3984 git=094ae298a4c0fca7358c4eaba6799288475b41b1

    Adds 4 new QA tests. They test the most basics UTF8 handling support:
    Download a file with a UTF8 name, access a UTF8 directory, work with a
    UTF8 encoded PATHINFO, and access a UTF8 encoded directory and pass a
    UTF8 PATHINFO to a CGI.
    
 qa/239-utf8-file1.py     |   20 ++++++++++++++++++++
 qa/240-utf8-dir1.py      |   20 ++++++++++++++++++++
 qa/241-utf8-pathinfo1.py |   32 ++++++++++++++++++++++++++++++++
 qa/242-utf8-pathinfo2.py |   32 ++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    6 +++++-
 5 files changed, 109 insertions(+), 1 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3983 git=d91d92d8baa0216a5a1f0a335e858283c3a7eb65

    Fixes a really bizarre but heroically possible memory leak. It also
    cleans a few trailing white spaces.
    
 cherokee/logger_writer.c |   69 +++++++++++++++++++++++----------------------
 cherokee/logger_writer.h |    4 +-
 2 files changed, 37 insertions(+), 36 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3982 git=e449adae1a7dae3772faf75e1f9d068334671e45

    Tidies up the report_error() internal function.
    
 cherokee/error_log.c |   54 +++++++++++++++++++++++++++----------------------
 1 files changed, 30 insertions(+), 24 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3981 git=15b5494e9e016bf528b1ee68307fb4ea911c371c

    Removes a couple of LOC that should have made it to trunk. My bad.
    
 admin/PageStatus.py |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3980 git=e34985a9df6ea2aef6bcaeecb4f2e525a9d18259

    Third try. It fixes the second patch. <sigh..> Bug #663
    
 admin/PageVServer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3979 git=dec8f1a157b206d143f358ade4e707d9c885f06a

    Reimplements r3978. Fixes http://bugs.cherokee-project.com/663
    Many thanks to Antonio Perez for his first patch!!
    
 admin/PageVServer.py |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)


2009-12-11  Antonio Perez  <aperez@skarcha.com>
            svn=3978 git=87ca0d9c52cb5db7e54a833bee2cba41c7f6386c

    First rule of "Behaviour" was cloned on every submit.
    Fixes bug: http://bugs.cherokee-project.com/663
    
 admin/PageVServer.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3977 git=3e1efbde733047652191877bd0e0a8b8e52649fd

    A previous commit broke the non-ASCII parameter management. This patch
    should fix it. Many thanks to Valery Masiutsin <vmasutin@apache.org>
    for the report and his help to fix this issue.
    
 cherokee/buffer.c |    2 +-
 cherokee/header.c |   35 +++++++++++++++++++++++------------
 2 files changed, 24 insertions(+), 13 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3976 git=3a23710446bcd41cc91bf6ff7e6110c3e590e9d7

    Clean up: Forgot those lines comments in the previous commit.
    
 cherokee/handler_dirlist.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3975 git=b7ad9dfdf22a6155543b547264148c47628d4507

    There was a bug when no info sources existed
    
 admin/PageInfoSource.py |   48 ++++++++++++++++++++++++----------------------
 1 files changed, 25 insertions(+), 23 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3974 git=6640b2c36651dc0aabfe728e051a2901dd825326

    Some documentation of usage graphs. Addresses issue 662
    
 doc/Makefile.am                            |    8 +++-
 doc/config_general.txt                     |    4 ++
 doc/config_status.txt                      |    4 +-
 doc/config_virtual_servers.txt             |    6 ++
 doc/index.txt                              |    1 +
 doc/media/images/other_graphs_conns.png    |  Bin 0 -> 17888 bytes
 doc/media/images/other_graphs_logging.png  |  Bin 0 -> 14822 bytes
 doc/media/images/other_graphs_timeouts.png |  Bin 0 -> 16843 bytes
 doc/media/images/other_graphs_traffic.png  |  Bin 0 -> 12653 bytes
 doc/other.txt                              |    1 +
 doc/other_goodies.txt                      |    9 +++
 doc/other_graphs.txt                       |   79 ++++++++++++++++++++++++++++
 12 files changed, 109 insertions(+), 3 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3973 git=94761267f45e0597d3f20caf29303e8f4b68ad07

    Fixes dirlist so it can list non-ASCII file names properly. It fixes
    bugs #647 and #661: http://bugs.cherokee-project.com/647
    
 cherokee/buffer.c          |  288 ++++++++++++++++++++++++++++++--------------
 cherokee/buffer.h          |    6 +-
 cherokee/handler_dirlist.c |  159 ++++++++++++++----------
 cherokee/header.c          |  110 +++++++++---------
 4 files changed, 350 insertions(+), 213 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3972 git=5c649dc6c97c60cabe58c241b022ca78311378e8

    Implements rule cloning capabilities. Addresses issue 430
    
 admin/PageVServer.py |   51 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 insertions(+), 2 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3971 git=34f837a4d58802239dbe6ad77a51deabc10b8443

    Minor change to prevent overflow of tab titles
    
 po/admin/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3966 git=21c126e537e358c2ba5407f22e0359bed7c19c8a

    Implements information source cloning and enhances the way sources are displayed
    
 admin/PageInfoSource.py       |  165 +++++++++++++++++++++++++++++++++++------
 admin/static/css/cherokee.css |    5 +
 2 files changed, 148 insertions(+), 22 deletions(-)


2009-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3964 git=54839e75d1da07f17f327d203c47281b10ee3bee

    Tries to make the running server detection slightly more flexible.
    Thanks to Sandino Araico for following up on this RFE.
    
 admin/CherokeeManagement.py |   70 ++++++++++++++++++++++++++++++++-----------
 admin/PageStatus.py         |    7 +++-
 2 files changed, 57 insertions(+), 20 deletions(-)


2009-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3961 git=35fcccfa55b261bdf83d61f53361369545cc1006

    Adds FPM support. Addresses issue 658
    
 admin/Wizard_PHP.py |  107 +++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 86 insertions(+), 21 deletions(-)


2009-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3960 git=456997b3f1e09172da41a566695fc29b2085a489

    Updates the PySCGI version to 1.10
    
 admin/pyscgi.py |    3 +--
 qa/pyscgi.py    |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)


2009-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3957 git=61c578c301f60dad379dcc96f6cde0c3faf84130

    uWSGI wizard now uses TCP port instead of a unix socket by default
    
 admin/Wizard_uWSGI.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3948 git=e8b5c1caa20ba4b5854faa06566c06af4a3efa62

    Cherokee 0.99.32 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3947 git=d619e4708138d45e291547854b4126ac8bd777ef

    Update translation files.
    
 po/admin/de.po    |  340 ++++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  342 +++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  344 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  341 +++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  341 +++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  341 +++++++++++++++++++++++++++++++----------------------
 6 files changed, 1197 insertions(+), 852 deletions(-)


2009-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3946 git=9738cd71324276d75fcd5c056c0d5c95ff8aa4ea

    Migrates from socket to port. Addresses issue 657
    
 admin/Wizard_Django.py |    6 ++++--
 admin/Wizard_Mono.py   |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3945 git=60ba8f45fc74ba2df03f495dae37374663bb92fe

    Fixes a typo
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3944 git=39a439181a281a70a12201efb4d181505c8987c5

    Remove characters below ASCII 0x20. It prevents the server from
    printing ANSI escape codes in the log or the debug information.
    Thanks to Giovanni "evilaliv3" Pellerano, Alessandro "jekil" Tanasi
    and Francesco "ascii" Ongaro for letting us know about this issue!
    
 cherokee/header.c |   39 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 37 insertions(+), 2 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3943 git=44e22317c1fd75390eb9a5952fad3138f0bac1fb

    Fixes an incorrect configuration entry in the development
    configuration template. It was not logging errors properly.
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3942 git=b8a03444f118d2012762f1bb523435235d02e86d

    Enhances the wizard and adds support for uWSGI 0.9.3
    
 admin/Wizard_uWSGI.py |   67 +++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 57 insertions(+), 10 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3940 git=087b81a6334c0a9370246ef7779d3a00a64e18d2

    Adds MoinMoin wizard. Handles issue 644
    
 admin/Makefile.am                        |    3 +-
 admin/Wizard_MoinMoin.py                 |  234 ++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am  |    1 +
 admin/static/images/wizards/moinmoin.png |  Bin 0 -> 3998 bytes
 4 files changed, 237 insertions(+), 1 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3939 git=a6c1237edaa2ef3c4b8b038923d0f1236d5d4e53

    Fixes issue 651: PMA was not being correctly detected on some verions
    
 admin/Wizard_phpMyAdmin.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3933 git=ce670a3654db155ca6eb899dc37a43edf7ab705c

    Loggers can now be configured to manage different time standards.
    There's a new configuration option to set them to use either UTC, or
    local time entries. This patch implements support for both cherokee
    and cherokee-admin.
    
 admin/PageVServer.py     |    2 ++
 admin/consts.py          |    5 +++++
 cherokee/logger.c        |    5 ++++-
 cherokee/logger.h        |    1 +
 cherokee/logger_custom.c |   17 +++++++++++++----
 cherokee/logger_ncsa.c   |   17 +++++++++++++----
 6 files changed, 38 insertions(+), 9 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3932 git=59c61a3f0a97355745c6f658e1a6c931b3890f92

    Safer error checking. Ensure rrdtool actually exited.
    
 cherokee/rrd_tools.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3930 git=6f428d75f58d34f4454e5227eb01fcc5de68b312

    Fixes the RRD clean up/killing function. The graceful restart
    functionality was broken in the latest release because of this issue.
    
 cherokee/rrd_tools.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3929 git=1852134f315707e6af65fd25069b8ee545b3f7b0

    Clean up. The default value should be a string as well.
    
 admin/upgrade_config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3925 git=9924b086366bc89fda4ff2308d43cb8b931bac3e

    Cherokee 0.99.31 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3924 git=0c95d6dcf35017e990bd0011a2dd83f4da95f733

    Complements the previous patch.
    
 admin/config_version.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3923 git=b26ff6a73effef51461246ea3fb597390c4fbb5c

    First version to support config!version was 0.99.29. Suppose it's a
    0.99.29 configuration file it does not include the version. Thanks
    to Gunnar Wolf for the patch.
    
 admin/upgrade_config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3919 git=ea3f30cce0035a286b43ba906d5e31ee4ef9057d

    Include only files refereed by the local Makefile.am file. If the file
    is not distributed or used do not include it in POTFILES.in.
    
 po/admin/generate_POTFILESin.py |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3918 git=0c3e35ac4aabf3f49100a864ab48df320be50fd2

    Updates the po files.
    
 po/admin/de.po    |  873 +++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/en.po    |  895 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/es.po    |  937 ++++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/nl.po    |  894 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/sv_SE.po |  894 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/zh_CN.po |  893 ++++++++++++++++++++++++++++++++++++++++++++-------
 6 files changed, 4695 insertions(+), 691 deletions(-)


2009-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3917 git=28108933af9670dc9d65ee689f86066905aabf22

    The spec file has been (blindly) updated. It was using paths to old
    configuration files. Thanks to Joe Klemmer for the report!
    
 cherokee.spec.in |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3916 git=eb77a02e0812927827a00238e5d5dd64ba99dc45

    A previous patch did not fix the file name here.
    
 admin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3915 git=9a2e2c511bd0210f4c0c4729b82d0ddc869dbb7a

    Since the script is now being executed before the Makefile files are
    created, it cannot depend on them any longer. This patch just add a
    fixed relative path so it can figure the $srcdir.
    
 po/admin/generate_POTFILESin.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3914 git=ca717d8c38d76ba68e95e323dfcde2a6ac0444b9

    Adds a (handy) update-po target.
    
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3913 git=ea4f25bc306e59eff1b2d64bff6973bc11b1c08c

    Fixes php.ini parsing issue
    
 admin/Wizard_PHP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3912 git=2085c5e8664378524619144806c3e593c8d7ec5d

    Ignore the po/admin/POTFILES.in file. It is autogenerated now.
    

2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3910 git=c600e03686bfb9a88ba88f7b07c250f05c78898a

    Regenerate the po/admin/POTFILES.in whenever autogen.sh is executed.
    
 autogen.sh           |    4 +++
 po/admin/POTFILES.in |   74 --------------------------------------------------
 2 files changed, 4 insertions(+), 74 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3909 git=54e0a43b599803d607104463f1c8cc5a837e07f3

    Updates my E-mail address.
    
 README                 |    2 +-
 cget/main.c            |    4 ++--
 cherokee/main_admin.c  |    2 +-
 cherokee/main_tweak.c  |    2 +-
 cherokee/main_worker.c |    2 +-
 qa/help.py             |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3908 git=f91544215eff0f13750a841105bce8082c58e3ac

    Small mention of the new rule type
    
 doc/config_virtual_servers.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3907 git=346297b1a6be3ac3c8fcd6ebd9d0ae0c9c433784

    The filename has to match the class name
    
 admin/ModuleUrlArg.py |   72 +++++++++++++++++++++++++++++++++++++++++++++++++
 admin/ModuleUrlarg.py |   72 -------------------------------------------------
 2 files changed, 72 insertions(+), 72 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3906 git=84394656ac5e14b2eaeb375960b2cd2e8cbdc3dc

    Document additions
    
 doc/other_goodies.txt |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3904 git=81077242cf37fcc368a822b6b5e04b7a91dacce1

    Fixes a compilation error on system without sched_yield() support.
    Thanks to orlandu96 (Google Code) for the report.
    
 cherokee/common-internal.h |    2 +-
 cherokee/resolv_cache.c    |    2 +-
 cherokee/thread.c          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3903 git=c3521ba4dd0104c4a0daa4e9fc87c2cd15aae01d

    The RRD image cache directory is not longer inside the RRD database
    directory. Instead, it will be created in $TMP (wherever it is,
    depending on the system). Since the new implementation (render_rrd)
    manages it as a real cache, it does not make sense to keep the images
    files in a safe location. Actually, they can be disposed as soon as
    cherokee-admin is closed. This patch should fix most of the set up
    issues that some distributions have suffered during our previous two
    releases. Thanks to Leonel Lunez for following up on this problem!
    
 cherokee/error_list.py        |    4 --
 cherokee/handler_render_rrd.c |   43 ++++++++++++++++------------
 cherokee/main_admin.c         |    8 ++---
 cherokee/rrd_tools.c          |   62 ++++++----------------------------------
 cherokee/rrd_tools.h          |    1 +
 cherokee/util.c               |   28 ++++++++++++++++++
 cherokee/util.h               |    1 +
 constants.h.pre               |    1 -
 8 files changed, 67 insertions(+), 81 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3902 git=f4c76a2248f4cd195018626c50bb95fffadef6aa

    Fixes a comment for the previous commit.
    
 cherokee/rrd_tools.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3901 git=d9707785e81d933ea0b4a7ee016107620210cd0d

    Improves the RRD collector directory permission checks.
    
 cherokee/error_list.py |    4 ++++
 cherokee/rrd_tools.c   |   19 ++++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3900 git=61d2547e40716b0f8180f6bbd15ad6c142be14bf

    Adds the automatic conversion function. From 0.99.2x to 0.99.31.
    
 admin/config_version.py |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3899 git=c7ddb7c2451aebf14788435ff5a9c3e9fb136499

    Errors are not longer written through the logger objects. They are
    written by using error_writer objects instead. Error messages aren't
    formatted, so it didn't make much sense to replicate the very same
    error writing methods in every logger class.  The cherokee-admin
    interface has also been updated to reflect this change. From now on,
    it is possible to log only errors, or only accesses. They are not
    linked together any longer.
    
 admin/LogViewer.py            |  194 +++++++++++++++++++++++++++++++++++++++++
 admin/PageNewConfig.py        |    1 +
 admin/PageVServer.py          |   95 +++++++++-----------
 cherokee/error_log.c          |   10 +--
 cherokee/handler_cgi.c        |   18 +---
 cherokee/logger.c             |   47 +---------
 cherokee/logger.h             |   33 +++----
 cherokee/logger_combined.c    |   12 +--
 cherokee/logger_custom.c      |   96 ++++-----------------
 cherokee/logger_custom.h      |    6 --
 cherokee/logger_ncsa.c        |   99 +++++----------------
 cherokee/logger_ncsa.h        |   14 +--
 cherokee/server.c             |   31 +++----
 cherokee/source_interpreter.c |   32 +++----
 cherokee/source_interpreter.h |    2 +-
 cherokee/spawner.c            |   42 ++++-----
 cherokee/spawner.h            |   18 ++--
 cherokee/thread.c             |    8 +-
 cherokee/threading.c          |    6 +-
 cherokee/threading.h          |    2 +-
 cherokee/virtual_server.c     |   34 +++++++
 cherokee/virtual_server.h     |    1 +
 22 files changed, 405 insertions(+), 396 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3898 git=c51da4ac9ee93d548f6025de74e74a2cccbb2c31

    Fixes a compilation warning.
    
 cherokee/connection.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3897 git=ad62aa81b205f843896253fe4c06e6a96389ec8d

    Cherokee 0.99.30 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3895 git=7b2eadeed677ae50c04e8a645912a709f0b61a17

    This patch fixes a bug in I/O-cache, and re-enables it in the default
    configuration file. It also shrinks the default I/O-cache size 10
    times. Now, it caches information about the 40 most used files.
    
 cherokee.conf.sample.pre |    2 +-
 cherokee/cache.c         |    6 ++++--
 cherokee/iocache.c       |    4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)


2009-11-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3894 git=9b639200f0d2f9038ceb67c51bc997ee88695076

    Renames a variable
    
 cherokee/handler_proxy.c |   22 +++++++++++-----------
 cherokee/handler_proxy.h |    2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)


2009-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3893 git=a800014f5d376edfae54eab830498da54305d0b2

    This patch should fix a reverse HTTP proxy issue. There were times
    when the proxy was replying random 502 errors while sending POST
    requests to the back-end servers. It looks like some operating systems
    were more likely to suffer from this bug - OpenSolaris specially.
    Thanks to Juan José Amor for his help and support to fix this bug!
    
 cherokee/handler_proxy.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3892 git=511b83ada44b96872d9795ba5c8fe242fcea1036

    A few misc. improvements. Nothing really important.
    
 admin/Wizard_RoR.py |   66 ++++++++++++++++++++++++++++----------------------
 1 files changed, 37 insertions(+), 29 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3891 git=1a5d33c6c470a1d2d1cf154faf1cbc79f331aa77

    Some more QA additions
    
 doc/dev_qa.txt |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3890 git=86f93e70091e21b8ee6104ffa149b54c03bb65b2

    Adds additional checks after the write() calls to ensure all the POST
    content has been actually written to a temporal file. Patch by Stefan
    de Konink <stefan@konink.de>
    
 cherokee/post.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3889 git=cb0607df55d375680d42e82c462ad21658036e14

    Extends the Rails wizard. Should address issues 501 and 641
    
 admin/Wizard_RoR.py |   93 ++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 81 insertions(+), 12 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3888 git=611a7ae4e1554ddb8c0f39aeeb26f6195d0ca570

    Updates Rails recipe
    
 doc/cookbook_ror.txt |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3887 git=af35155b46e1e062ff14660f3e0ae7c55fd1d54b

    Detect whether or not union semun is defined by <sys/sem.h>. Fixes a
    compilation issue (on Linux) introduced a few hour ago.
    
 cherokee/main.c |   15 +++++++++++++++
 configure.in    |   21 +++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3886 git=e8e48bee161c7ee1c3396210f0bbc78e48d8e279

    Adds some info about QA
    
 doc/Makefile.am |    3 ++-
 doc/dev.txt     |    1 +
 doc/dev_qa.txt  |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt   |    1 +
 4 files changed, 58 insertions(+), 1 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3885 git=55b496819b4282677051820b55ebd762aae52ea3

    These three QA tests cannot be run through a proxy server.
    
 qa/232-X-Real-IP-CGI.py   |    1 +
 qa/233-X-Real-IP-CGI-2.py |    1 +
 qa/234-X-Real-IP-CGI-3.py |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3884 git=7a9ee17155d5cd6fc1707996935733a85b05ec0d

    Improves the POST support, so the reverse HTTP proxy handler can
    manage empty post requests, and chunked-encoded posts.
    
 cherokee/handler_proxy.c |   13 +++++++++++++
 cherokee/post.c          |   10 ++++++++--
 cherokee/post.h          |    1 +
 3 files changed, 22 insertions(+), 2 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3883 git=91cc924fc47c5cc4e11ca9b9f395143dc5d8bccf

    Regression: Fixes the QA test bench so it can be run through a the
    reverse proxy again.
    
 qa/run-tests.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3882 git=f17d1989f39af1b966c68871e276b169a8339800

    A few translation updates
    
 po/admin/de.po    |  304 +++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  317 ++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  320 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  317 ++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  312 ++++++++++++++++++++++++++++++---------------------
 po/admin/zh_CN.po |  317 ++++++++++++++++++++++++++++++----------------------
 6 files changed, 1095 insertions(+), 792 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3881 git=a26a64c118e92ea09e8b9ea0887d225fa6312e62

    Adds more TRACE entries to the chunked-encoding processing functions,
    and fixes minor issue in the reverse proxy handler.
    
 cherokee/handler_proxy.c |   17 ++++++++++++-----
 cherokee/thread.c        |    6 ++++--
 2 files changed, 16 insertions(+), 7 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3880 git=c730c29d54c964406ef378877abfdf1fc123d493

    Improves consistency among all the errors
    
 cherokee/error_list.py |   78 ++++++++++++++++++++++++------------------------
 1 files changed, 39 insertions(+), 39 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3879 git=f769fb4d52bbbe7c0be666cd4182e6a44a1b80f4

    Improves timeout related TRACE entries.
    
 cherokee/thread.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


2009-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3878 git=06108d31206da735da900010f9457ddcdae2012c

    Miscellaneous spawner fixes.
    
 cherokee/error_list.py        |    4 +-
 cherokee/main.c               |   47 +++++++++++++++++++++++++++++++++-------
 cherokee/source_interpreter.c |    2 +
 cherokee/spawner.c            |   28 ++++++++++++++----------
 4 files changed, 58 insertions(+), 23 deletions(-)


2009-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=3877 git=62bcb56923966951705a94f4543099aac21d8a66

    More error reporting
    
 cherokee/error_list.py |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3876 git=914e3afa46aa259509c4e8e2bc9664d3a79bb49e

    Fixes the graphs menu caption. The "Accepted Connections" menu now
    shows "Connections / Requests".
    
 admin/PageStatus.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3875 git=62700b1dad01a335fd847c69f6533aef58ca458e

    The handler render_rrd draws the number of HTTP requests now (in the
    TCP conns/sec graph).
    
 cherokee/collector_rrd.c      |    2 +-
 cherokee/handler_render_rrd.c |   28 ++++++++++++++++++++--------
 cherokee/rrd_tools.c          |    2 +-
 3 files changed, 22 insertions(+), 10 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3874 git=57ad15e0cf098fb083c6f33d3a082ac0a6fab2dc

    The RRD collector was being too gentle while killing it's logging
    thread. Now it behaves like the tough guy it was supposed to be!
    
 cherokee/collector_rrd.c   |    2 ++
 cherokee/common-internal.h |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3873 git=9ce9d6dfbb86ed1149c7c00611844618b6c8c7d2

    The RRD information collector can store information about the number
    of requests handler by the server. The implementation is not finished
    yet. Further development is required in the render_rrd handler.
    
 cherokee/collector.c     |   15 +++++++++++++++
 cherokee/collector.h     |    3 +++
 cherokee/collector_rrd.c |   19 ++++++++++++++++---
 cherokee/collector_rrd.h |    3 ++-
 cherokee/rrd_tools.c     |   22 +++++++++++++++++++---
 cherokee/thread.c        |    6 ++++++
 6 files changed, 61 insertions(+), 7 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3872 git=1c24a8529350207784031c9c11c12ac3efb0f1d3

    cherokee_mkdir_p() is slightly more 'polite' now.
    
 cherokee/util.c |   21 +++++++++++++--------
 cherokee/util.h |    2 +-
 2 files changed, 14 insertions(+), 9 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3871 git=c7cc79d94cb50e3caac6d2c6cd347d80077cd51f

    Do not try to spawn new rrdtool binaries once the server is exiting.
    This misbehavior was causing the server to print random errors while
    performing graceful restarts. Thanks to Antonio Pérez for the feedback
    on this issue.
    
 cherokee/collector_rrd.c |   15 ++++++++++++++-
 cherokee/collector_rrd.h |    2 ++
 cherokee/rrd_tools.c     |    6 ++++++
 cherokee/rrd_tools.h     |   15 ++++++++-------
 4 files changed, 30 insertions(+), 8 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3870 git=c160828ef63b0266a70096750704fdf79b8bdaeb

    Fixes the CHEROKEE_PRINT_BACKTRACE macro.
    
 cherokee/macros.h |    2 +-
 cherokee/util.c   |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3869 git=251a0f3b7e00cbf632d0e122dc9b6fa5e16433b8

    Removes a superfluous semicolon character.
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3868 git=b8125b8abade2994adcd870dc6f3558e702d9c43

    Fixes the url_arg QA tests. They were still using the old http_arg
    name instead of the new, much more descriptive, name 'url_arg'.
    
 qa/235-HTTP-arg_match1.py     |   34 ----------------------------------
 qa/235-URL-arg_match1.py      |   34 ++++++++++++++++++++++++++++++++++
 qa/236-HTTP-arg_match2.py     |   33 ---------------------------------
 qa/236-URL-arg_match2.py      |   33 +++++++++++++++++++++++++++++++++
 qa/237-HTTP-arg_match_all1.py |   36 ------------------------------------
 qa/237-URL-arg_match_all1.py  |   36 ++++++++++++++++++++++++++++++++++++
 qa/238-HTTP-arg_match_all2.py |   35 -----------------------------------
 qa/238-URL-arg_match_all2.py  |   35 +++++++++++++++++++++++++++++++++++
 qa/Makefile.am                |    8 ++++----
 9 files changed, 142 insertions(+), 142 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3867 git=cc4bf9817e2b17d5143a41f6933229e5cf4dac7f

    Use a safe PHP_FCGI_MAX_REQUESTS by default. For some reason php-cgi
    might stop replying connections after 500 requests.
    
 admin/Wizard_PHP.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3866 git=e3020dc37561e70a961e44805f591e22fb15cec4

    Remove Django warning from the example. It should work out of the box now
    
 doc/cookbook_uwsgi.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3865 git=03937d1777d4da73c886e5d72831999c318b0676

    Do not log the error messages twice is the default error log is being
    written to stderr. This patch fixes a bug introduced yesterday.
    
 cherokee/error_log.c |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3864 git=5848737573ca513deb034f46e4480d0f4d31995f

    Renames the URL parameter matching module (http_arg to url_arg), and
    adds the cherokee-admin module.
    
 admin/Makefile.am        |    1 +
 admin/ModuleUrlarg.py    |   72 ++++++++++++++++
 admin/consts.py          |    1 +
 cherokee/Makefile.am     |   22 +++---
 cherokee/rule_http_arg.c |  206 ----------------------------------------------
 cherokee/rule_http_arg.h |   53 ------------
 cherokee/rule_url_arg.c  |  206 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_url_arg.h  |   53 ++++++++++++
 configure.in             |    4 +-
 9 files changed, 346 insertions(+), 272 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3863 git=37eaf780aec0385799d64d8a64b870fdb3368f22

    conn->arguments stores cherokee_buffer_t objects instead of char *
    strings now. Implements: http://bugs.cherokee-project.com/637
    
 cherokee/connection.c         |    4 ++--
 cherokee/handler_dirlist.c    |   16 ++++++++--------
 cherokee/handler_streaming.c  |   16 ++++++++--------
 cherokee/macros.h             |    3 +++
 cherokee/rule_http_arg.c      |   31 ++++++++++++++++---------------
 cherokee/util.c               |   23 ++++++++++++++++-------
 qa/235-HTTP-arg_match1.py     |    4 ++--
 qa/236-HTTP-arg_match2.py     |    4 ++--
 qa/237-HTTP-arg_match_all1.py |   13 ++++++++-----
 qa/238-HTTP-arg_match_all2.py |   13 ++++++++-----
 10 files changed, 73 insertions(+), 54 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3862 git=b9858244fde7c234dced14fe035a934ea3ff3145

    Yet more simplified
    
 doc/cookbook_uwsgi.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3861 git=f8269a455c9529124790431e4ff1328fef3d819a

    Fixes a typo: s/methos/methods/g
    
 cherokee/rule_and.c        |    2 +-
 cherokee/rule_bind.c       |    2 +-
 cherokee/rule_default.c    |    2 +-
 cherokee/rule_directory.c  |    2 +-
 cherokee/rule_extensions.c |    2 +-
 cherokee/rule_from.c       |    2 +-
 cherokee/rule_geoip.c      |    2 +-
 cherokee/rule_header.c     |    2 +-
 cherokee/rule_not.c        |    2 +-
 cherokee/rule_or.c         |    2 +-
 cherokee/rule_request.c    |    2 +-
 cherokee/vrule_rehost.c    |    2 +-
 cherokee/vrule_target_ip.c |    2 +-
 cherokee/vrule_wildcard.c  |    2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3860 git=10884413d857ea0e0194d9b50a56309c5093c829

    Adds a new rule type. It evaluates regular expressions against the
    HTTP arguments. It can either check a specific parameter of all of
    them. The cherokee-admin module is still to be committed.
    
 cherokee/Makefile.am          |   19 ++++
 cherokee/connection.c         |    6 +-
 cherokee/rule_http_arg.c      |  205 +++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_http_arg.h      |   53 +++++++++++
 configure.in                  |    3 +-
 qa/235-HTTP-arg_match1.py     |   34 +++++++
 qa/236-HTTP-arg_match2.py     |   33 +++++++
 qa/237-HTTP-arg_match_all1.py |   33 +++++++
 qa/238-HTTP-arg_match_all2.py |   32 +++++++
 qa/Makefile.am                |    7 +-
 10 files changed, 420 insertions(+), 5 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3859 git=4e7fbf5c9f1aa555b9a59fa09b47b8d03896103b

    Adds some troubleshooting tips
    
 doc/cookbook_uwsgi.txt |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3858 git=1f02554587470ffd2be361613a708c059204702d

    If an error message were generated while the server starts up, it
    should be written in the default log file. This patch fixes the
    logging mechanism so, during the server initialization, error messages
    are both echoed to stderr and written in the default log file.  Beware
    of this change-set: it might be introducing regressions.
    
 cherokee/error_log.c |   55 +++++++++++++++++----
 cherokee/error_log.h |    4 +-
 cherokee/server.c    |  130 +++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 159 insertions(+), 30 deletions(-)


2009-11-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3857 git=84e66197b8f3396861d1eca1c5ee686fd78eb9c5

    Fixes a bug in RoR Wizard: issue 636
    
 admin/Wizard_RoR.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3856 git=e44c0b319de228c3195d9c0e3389fc0d13657e77

    Some extra info was required.
    
 doc/cookbook_uwsgi.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3855 git=bed1ec0265a4b5239ad7af17550c19412c811312

    Fixes the RoR wizard. It was generating broken configuration
    entries. Thanks to Rodrigo Fernandez-Vizarra for the report!
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3854 git=465438fb2f611ba51418918184a3428ed3ef44b7

    The PHP wizard sets a timeout in the "Extension PHP" rule now. It
    tries to figure the right value by reading the php.ini file. This
    should improve PHP execution reliability.
    
 admin/Wizard_PHP.py |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)


2009-11-22  Antonio Perez  <aperez@skarcha.com>
            svn=3853 git=22664b13f145e7d61469d7e765448e2e1c17045b

    Fixes a couple of compilation warnings
    
 cherokee/error_log.c |   14 +++++++-------
 cherokee/header.c    |   10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3852 git=88a34ddb4006678fd955cb28dbdc9bfc7e50b484

    Fixes a couple of minor compilation issues reported by Sandino Araico
    Sánchez <sandino@sandino.net>. Thanks!
    
 cherokee/rrd_tools.c          |    1 +
 cherokee/validator_htpasswd.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3851 git=23853f38335ef5b38406cd4e402d225612710e8d

    Adds a new field for the timeout in the rules table.
    
 admin/PageVServer.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3850 git=b614a51a5394fdfc6bb516fe79869fd22e0cf952

    Fixes a couple of issues: A file descriptor leak in Cherokee tweak,
    and a wrong error checking in the host name resolution cache. Thanks
    to Eric Sesterhenn <eric.sesterhenn@lsexperts.de> for the patch!
    
 cherokee/main_tweak.c   |    2 ++
 cherokee/resolv_cache.c |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3849 git=522c89a07d5e63f280acef3a433f334e66b89173

    The "Expiration" tab has become the "Time" tab. Now it holds the
    previous expiration entries, plus the Connections timeout related
    fields (a single entry box by now).
    
 admin/PageEntry.py |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3848 git=ffb07b685c9cf594fd26236da9ab12a2f03fc263

    Fixes the __VA_ARGS__ usage, so Cherokee can be compiled with recent
    versions of Sun Studio. Thanks to puccia (Google Code) for the patch!
    Fixes #634: http://bugs.cherokee-project.com/634
    
 cherokee/error_log.h |    2 +-
 cherokee/macros.h    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3847 git=dc381c56be34d9ef6a3e6c4c6c45118285434d04

    Adds support for custom timeouts. Now rules can set a timeouts to the
    connections matching them. It works in the very same way as expiration
    dates, or custom document root values.
    
 admin/PageEntry.py              |    4 ++++
 cherokee/config_entry.c         |   15 +++++++++++++++
 cherokee/config_entry.h         |    5 +++++
 cherokee/connection-protected.h |    3 +++
 cherokee/connection.c           |    8 +++++---
 cherokee/nullable.h             |    4 ++++
 cherokee/thread.c               |   38 +++++++++++++++++++++++++++-----------
 cherokee/virtual_server.c       |   10 ++++++++++
 8 files changed, 73 insertions(+), 14 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3846 git=be72254f4872bdf2d367095019f5fb16ef2b8947

    Cherokee 0.99.29 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3844 git=bf6529f7c0190d86716d612b8a1662cdd90a337b

    Trivial polishing
    
 admin/Wizard_uWSGI.py |   26 +++++++++++---------------
 1 files changed, 11 insertions(+), 15 deletions(-)


2009-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3843 git=b1dedb28528b74a34f28af825c3d2422dda00cc8

    Cleanup
    
 admin/Wizard_Django.py |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3842 git=6c4759224a56e79b6b642d2051a78a1d95011f8f

    Adds support for X-Real-IP to the *CGI handlers. It implements the
    cherokee-admin side of things of the changeset 3840.
    
 admin/ModuleCgi.py |   40 +++++++++++++++++++++++++++++-----------
 1 files changed, 29 insertions(+), 11 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3841 git=f073432b8e7fcbf3714088cc1af230da5a4da507

    Reverts r3839
    
 admin/PageEntry.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3840 git=d39fb715bbe280e4ad1d8610acc39af80074cd1f

    Adds X-Real-IP header support to all the FastCGI, SCGI, uWSGI, and CGI
    handlers. A new cherokee_x_real_ip class has been refactored so both
    the logging subsystem and the handlers can use it. Three new QA tests
    have been added as well.
    
 cherokee/Makefile.am        |    4 +-
 cherokee/handler_cgi.h      |    1 -
 cherokee/handler_cgi_base.c |   83 +++++++++++++++++++++++++------
 cherokee/handler_cgi_base.h |    2 +
 cherokee/logger.c           |   78 ++++++----------------------
 cherokee/xrealip.c          |  116 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/xrealip.h          |   56 +++++++++++++++++++++
 qa/232-X-Real-IP-CGI.py     |   44 ++++++++++++++++
 qa/233-X-Real-IP-CGI-2.py   |   47 +++++++++++++++++
 qa/234-X-Real-IP-CGI-3.py   |   46 +++++++++++++++++
 qa/Makefile.am              |    6 ++-
 11 files changed, 404 insertions(+), 79 deletions(-)


2009-11-18  Taher Shihadeh  <taher@unixwars.com>
            svn=3839 git=a1d94ccecb852a507760cda9a02fdd30f5358a18

    Cleans up stale config entries. Among other things, fixes issue 518
    
 admin/PageEntry.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3838 git=ca001825ede8f0e30813305f8578bb06f5e7b9d6

    Now the reverse HTTP proxy can spawn new information sources as the
    rest of the handlers do (FastCGI, SGI, uWSGI, etc). In this way, it
    can launch new back-end HTTP servers for public web server to relay
    on. It isn't the most common case, but it's fairly common scenario.
    
 cherokee/handler_proxy.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3837 git=eb165c996a092f8a5197bbfbc74d99d715e63cd7

    Fixes the RRD detection. Cherokee-admin was performing too many checks
    in order to figure whether the RRD data collector was enabled.
    
 admin/GraphManager.py |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3836 git=6f641099c26f0828f5ca26588c720a13ae896985

    Report better errors whenever something goes wrong. Now the client
    will receive the RRD error in a 503 "Service Unavailable" response.
    
 cherokee/handler_render_rrd.c |   58 +++++++++++++++++++++++++++++++---------
 cherokee/handler_render_rrd.h |    1 +
 2 files changed, 46 insertions(+), 13 deletions(-)


2009-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3835 git=53ab1b9d2cd18731eb78b27f84780863927d4ba1

    Fixes a compilation issue on OpenSolaris 2009.06 (with gcc).
    Thanks to Juan José Amor <jjamor@gmail.com> for the report.
    
 cherokee/fdpoll-port.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3834 git=1f607534ea3fe35d84a9355f16211bc8a5a38067

    Removes a superfluous class property. It was causing the server to
    crash while performing a graceful restart.
    
 cherokee/collector_rrd.c |    1 -
 cherokee/collector_rrd.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3833 git=827adb4eaee0d0665220ee8f1e6d53f3ff663fcf

    Cherokee 0.99.28 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3831 git=84d8f271bc46fb4838ff94ec21827643c57a6a87

    Fixes a few error strings.
    
 cherokee/error_list.py |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3830 git=f8b781ce9c4af8cc16ce58a6a57da5dbf59eeb30

    The md5 class is now located in hashlib; the old md5 python module was
    deprecated some time ago.
    
 qa/175-Digest-htdigest-2.py |    2 +-
 qa/base.py                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3829 git=7236e0aff9264587c8b2e0038f06934b06d88d2e

    Removes the previously deprecated phpcgi handler.
    
 cherokee/Makefile.am        |   25 ----
 cherokee/handler_cgi.c      |   14 +--
 cherokee/handler_cgi_base.c |   21 +---
 cherokee/handler_cgi_base.h |    4 -
 cherokee/handler_phpcgi.c   |  276 -------------------------------------------
 cherokee/handler_phpcgi.h   |   46 -------
 cherokee/phpcgi.deps        |    1 -
 configure.in                |    3 +-
 8 files changed, 7 insertions(+), 383 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3828 git=d3afadc8f9d8243106fd43e941427b35bf833144

    More error reporting
    
 cherokee/error_list.py |   32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3827 git=3e9a6d5be43bde6319326c0e94e5fbab3246b294

    More PRINT_* calls converted to LOG_*
    
 cherokee/error_list.py |   12 +++++++++++-
 cherokee/handler_ssi.c |    2 +-
 cherokee/logger.c      |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3826 git=d8222e2209e85cc79ddfb22aa74903e8165230d0

    The error conversion continues: Replaces PRINT_* by LOG_*.
    
 cherokee/error_list.py        |   47 +++++++++++++++++++++++++++++++++++++++++
 cherokee/errors.py            |    2 +-
 cherokee/logger_writer.c      |   17 +++++++-------
 cherokee/validator_authlist.c |    8 +++---
 cherokee/validator_ldap.c     |    2 +-
 5 files changed, 61 insertions(+), 15 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3825 git=3aee585eff54e459b775dfb844c54131fc9bf754

    More error reporting
    
 cherokee/error_list.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3824 git=4f170d6fbfef99411aaa77af2f00e5c25317a756

    Some documentation corrections and additions. Thanks to Richard House for most of these
    
 doc/Makefile.am                 |    1 +
 doc/basics_installation_svn.txt |    2 +-
 doc/basics_requirements.txt     |   10 ++--
 doc/basics_upgrade.txt          |   31 +++++++++++--
 doc/basics_why_cherokee.txt     |    8 ++--
 doc/cookbook.txt                |    1 +
 doc/cookbook_concrete5.txt      |   95 +++++++++++++++++++++++++++++++++++++++
 doc/index.txt                   |    1 +
 doc/other_faq.txt               |   30 +-----------
 9 files changed, 138 insertions(+), 41 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3823 git=2d2e0aa1f1362c4f6e820cdbfd20873e096a353f

    Clean up: Generalizes the "password cannot be empty" check.
    
 cherokee/validator_htpasswd.c |   19 ++-----------------
 1 files changed, 2 insertions(+), 17 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3822 git=bfdc63a3e41b0ce71ba73aa4189ce7f93f42469c

    Adds git support to the --enable-beta parameter.
    
 configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3821 git=9f3904e9e24dc5c505f05313334057711a43007e

    Adds Git support to the ChangeLog file generation scripts.
    
 Makefile.am         |    2 +
 changelog-update.sh |  113 +++++++++++++++++++++++++++++++++++++--------------
 developers.py       |    7 +++
 gitlog2changelog.py |   79 +++++++++++++++++++++++++++++++++++
 svnlog2changelog.py |   11 +----
 5 files changed, 173 insertions(+), 39 deletions(-)


2009-11-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3820 git=e388d44bee048c51b7cc73fe3f686517146be4b2

    Minor correction
    
 doc/basics_installation_windows.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3819 git=457a5afa235a2bca57cb5aedb40ccdcc49d6cb91

    Replaces an old PRINT_ERROR() call by a LOG_ERROR().
    
 cherokee/error_list.py |    7 +++++++
 cherokee/validator.c   |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3818 git=ce3551c07b8a8dae6d96177315013b4806082e19

    Updates po files
    
 po/admin/de.po    |  304 +++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  307 ++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  316 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  308 ++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  307 ++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  306 ++++++++++++++++++++++++++++++----------------------
 6 files changed, 1073 insertions(+), 775 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3817 git=c44341f7e410d8d0c597bc5c2232263e5ce4225a

    Fixes http://bugs.cherokee-project.com/593: The htpasswd validator
    could seg-fault under some certain circumstances. Thanks to Stefan
    de Konink for the report, patch and feedback!!
    
 cherokee/validator_htpasswd.c |   37 +++++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 12 deletions(-)


2009-11-14  Antonio Perez  <aperez@skarcha.com>
            svn=3816 git=eb1f13fca7f1e77ba338604f60b79571d169b425

    Fixes a syntax error.
    
 cherokee/error_list.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3815 git=96778cc40b68cc4a1f89b34d151180b7ac2541a5

    Tries to analyze the settings.py Django configuration file in order to
    figure the ADMIN_MEDIA_PREFIX value. In this way, the wizard will set
    up the right web directory even if the project uses a custom path.
    
 admin/Wizard_Django.py |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3814 git=876d6c62a5d05cde07557ccd2d03b2020ed805f4

    Fixes alignment problem
    
 doc/other_faq.txt |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3813 git=10e17127bc0cbc8b42825541dc7a5ee05b180835

    Adds some more descriptions to the error list
    
 cherokee/error_list.py |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3812 git=d2ff6e62ca943f06e1ca99c6c1545d246d114b36

    Converts a few of the old PRINT_*() calls to LOG_*() calls.
    
 cherokee/error_list.py |   52 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/server.c      |   33 +++++++++++++----------------
 2 files changed, 67 insertions(+), 18 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3811 git=598f529c357da621591fde0a18b8ed660e6f8b72

    Typo
    
 doc/other_faq.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3810 git=c4bee2ee2394a0ae9ce81cc52a38b4a74e519e00

    Adds some FAQ entries
    
 doc/other_faq.txt |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3808 git=a4b20caccd3d5910b7783fe1f8f388b3d1dec20a

    Fixes cherokee-admin, so it can work with custom RRD-database
    directories. Usage graphs were not being shown when a custom RRD
    database directory was defined because of this issue.
    
 cherokee/main_admin.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3807 git=63d05fa3c5c5fb73777bf437e005ec02fbdbfc22

    The 'render_elapse' property is deprecated by now. Removed.
    
 admin/ModuleRrd.py |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3806 git=a608e5fa4747d0df114f220aaae7b0552f8d8955

    Adds support for 'unknown errors' in cherokee-admin. There are still a
    few errors that are now properly generated/reported. Cherokee-admin
    should be able to detect and show them.
    
 admin/PageError.py                       |   68 ++++++++++++++++++++++++++---
 admin/error_couldnt_launch.template.html |    5 +-
 admin/server.py                          |    2 +-
 admin/static/css/cherokee.css            |    9 ++++
 4 files changed, 74 insertions(+), 10 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3805 git=745f202bd8374652edd894acc9f0f8452296919f

    Adds a couple of admin_urls
    
 cherokee/error_list.py |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3804 git=b827edec0e5ef6635dafe70da7c3b26ec3e8d798

    Filled in some missing error descriptions
    
 cherokee/error_list.py    |   30 +++++++++++++++---------------
 cherokee/virtual_server.c |    4 ++--
 2 files changed, 17 insertions(+), 17 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3803 git=bc6c91b99ddff33e323a670a7cffd61f04d80c5f

    The RRD updating thread must sleep until it has something to do.
    
 cherokee/collector_rrd.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3802 git=1d92dc75dba06d2e999d99e78fb76ad6ad4f3d1a

    Fixes some errors that were left behind after merging the newerrors branch
    
 cherokee/error_list.py  |   24 +++++++++++++++++++++++-
 cherokee/fdpoll-epoll.c |   12 ++++++------
 cherokee/socket.c       |    2 +-
 3 files changed, 30 insertions(+), 8 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3801 git=3907f81714b51f9a937a4da71b46cb1d21543810

    Adds a new script so software distributions can automatically
    convert/upgrade installed configuration files to new formats.
    
 admin/Makefile.am       |    2 +-
 admin/config_version.py |   14 ++++++++------
 admin/upgrade_config.py |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+), 7 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3800 git=1c9828c3ac80b6217be3181bc2ae90455755b3db

    Deals with a bug introduced in Cherokee 0.99.26. There was a wrong
    config!version string in the default configuration file.
    
 admin/config_version.py  |   17 +++++++++++------
 cherokee.conf.sample.pre |    4 ----
 2 files changed, 11 insertions(+), 10 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3799 git=4d2a70ef05f5647b359012f5a24d9820922667fe

    Fixes erroneus comment
    
 admin/Wizard_Concrete5.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3798 git=379160fa5a0186d5fefecf827f5c5fd7d08225c7

    Typos
    
 cherokee/error_list.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3797 git=7707019e353df5cba5e8dba950693dd012c0241b

    Adds Concret5 Wizard
    
 admin/Makefile.am                         |    3 +-
 admin/Wizard_Concrete5.py                 |  240 +++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am   |   10 +-
 admin/static/images/wizards/concrete5.png |  Bin 0 -> 2400 bytes
 admin/static/images/wizards/gallery.png   |  Bin 0 -> 1982 bytes
 5 files changed, 248 insertions(+), 5 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3796 git=0f772c7f0654c25b92d7584766d67829b4a17e27

    Typo
    
 admin/config_version.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3795 git=88c256c90aef09ae690f59e67deb8bca9833054e

    Merges the 'newerrors' branch (r3613:HEAD). It implements a new
    internal logging mechanism with which the server can report more
    information to the client (and to cherokee-admin). All the LOG_*
    macros have been rewritten. Cherokee-admin reports better, and more
    descriptive errors as well. Beware, this is a massive change that
    might be introducing some regressions.
    
 admin/CherokeeManagement.py                 |    4 +-
 admin/Page.py                               |   13 +
 admin/PageAdvanced.py                       |   31 +-
 admin/PageError.py                          |   43 +-
 admin/error_couldnt_launch.template.html    |   17 +-
 admin/error_icons_dir_missing.template.html |    8 +-
 admin/error_not_writable.template.html      |   13 +-
 admin/server.py                             |    2 +-
 admin/static/css/cherokee.css               |   71 ++-
 admin/static/images/Makefile.am             |    4 +-
 admin/static/images/background-nobar.png    |  Bin 0 -> 218 bytes
 admin/static/images/error.png               |  Bin 0 -> 2297 bytes
 cherokee/Makefile.am                        |   24 +-
 cherokee/access.c                           |   12 +-
 cherokee/admin_client.c                     |    8 +-
 cherokee/avl.c                              |    6 +-
 cherokee/balancer.c                         |    6 +-
 cherokee/balancer_ip_hash.c                 |   10 +-
 cherokee/balancer_round_robin.c             |    8 +-
 cherokee/bind.c                             |    4 +-
 cherokee/buffer.c                           |   27 +-
 cherokee/collector_rrd.c                    |    6 +-
 cherokee/config_entry.c                     |    2 +-
 cherokee/config_reader.c                    |    6 +-
 cherokee/connection.c                       |    9 +-
 cherokee/cryptor_libssl.c                   |   85 +-
 cherokee/downloader.c                       |    5 +-
 cherokee/encoder_deflate.c                  |   12 +-
 cherokee/encoder_gzip.c                     |   13 +-
 cherokee/error_list.py                      | 1145 +++++++++++++++++++++++++++
 cherokee/error_log.c                        |  336 +++++++--
 cherokee/error_log.h                        |   53 +-
 cherokee/errors.py                          |  274 +++++++
 cherokee/fcgi_manager.c                     |    2 +-
 cherokee/fdpoll-kqueue.c                    |    3 +-
 cherokee/fdpoll-poll.c                      |    4 +-
 cherokee/fdpoll-port.c                      |   19 +-
 cherokee/gen_evhost.c                       |    4 +-
 cherokee/handler_cgi.c                      |    9 +-
 cherokee/handler_cgi_base.c                 |    2 +-
 cherokee/handler_custom_error.c             |    2 +-
 cherokee/handler_dbslayer.c                 |    4 +-
 cherokee/handler_dirlist.c                  |    7 +-
 cherokee/handler_error_redir.c              |    4 +-
 cherokee/handler_fcgi.c                     |    8 +-
 cherokee/handler_file.c                     |    4 +-
 cherokee/handler_proxy.c                    |    4 +-
 cherokee/handler_redir.c                    |    2 +-
 cherokee/handler_render_rrd.c               |    8 +-
 cherokee/handler_scgi.c                     |    2 +-
 cherokee/handler_secdownload.c              |    2 +-
 cherokee/handler_server_info.c              |    4 +-
 cherokee/handler_uwsgi.c                    |    2 +-
 cherokee/header.c                           |   14 +-
 cherokee/http.c                             |    2 +-
 cherokee/icons.c                            |    8 +-
 cherokee/init.c                             |   19 +-
 cherokee/init.h                             |   12 +-
 cherokee/logger_custom.c                    |    8 +-
 cherokee/logger_ncsa.c                      |    4 +-
 cherokee/main_worker.c                      |    6 +-
 cherokee/ncpus.c                            |   10 +-
 cherokee/plugin_loader.c                    |   11 +-
 cherokee/post.c                             |    3 +-
 cherokee/regex.c                            |    3 +-
 cherokee/resolv_cache.c                     |    3 +-
 cherokee/rrd_tools.c                        |   10 +-
 cherokee/rule_bind.c                        |   11 +-
 cherokee/rule_directory.c                   |    4 +-
 cherokee/rule_exists.c                      |    4 +-
 cherokee/rule_extensions.c                  |    4 +-
 cherokee/rule_from.c                        |    6 +-
 cherokee/rule_fullpath.c                    |    4 +-
 cherokee/rule_geoip.c                       |    4 +-
 cherokee/rule_header.c                      |   10 +-
 cherokee/rule_method.c                      |    6 +-
 cherokee/rule_request.c                     |    7 +-
 cherokee/server.c                           |   75 +-
 cherokee/socket.c                           |   34 +-
 cherokee/source.c                           |    6 +-
 cherokee/source_interpreter.c               |   15 +-
 cherokee/source_interpreter.h               |   14 +-
 cherokee/spawner.c                          |    6 +-
 cherokee/template.c                         |    2 +-
 cherokee/thread.c                           |   12 +-
 cherokee/trace.c                            |    3 +-
 cherokee/util.c                             |   58 ++-
 cherokee/util.h                             |    5 +-
 cherokee/validator_file.c                   |    4 +-
 cherokee/validator_ldap.c                   |   31 +-
 cherokee/validator_mysql.c                  |   14 +-
 cherokee/validator_pam.c                    |    6 +-
 cherokee/virtual_server.c                   |   55 +-
 cherokee/vrule_rehost.c                     |    2 +-
 cherokee/vrule_target_ip.c                  |    5 +-
 cherokee/vrule_wildcard.c                   |    2 +-
 96 files changed, 2367 insertions(+), 508 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3794 git=f119b1dc3f965bdbdc0aa5dc9c8ca1a0a8c68622

    Layout enhancement
    
 doc/basics_installation_unix.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3793 git=96c04fb1d1560a9b8f5559cfb80ab4f0d03b579d

    Fixes outdated doc
    
 doc/basics_installation_unix.txt |   30 ++++++++++++++++++------------
 1 files changed, 18 insertions(+), 12 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3792 git=7cce7f92d99c5ab8abc4014675c0b377cd0c2d52

    Relocates a symbol so the render_rrd module can be consumed as a
    plug-in by cherokee-admin.
    
 cherokee/collector_rrd.c |   12 ------------
 cherokee/collector_rrd.h |    8 --------
 cherokee/rrd_tools.c     |    9 +++++++++
 cherokee/rrd_tools.h     |   11 ++++++++++-
 4 files changed, 19 insertions(+), 21 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3791 git=b373db36d0f018f18dc949eefa8b31b180b85721

    This patch should fix the render_rrd handler so it works even if the
    rrdtool binary is not found.
    
 cherokee/Makefile.am          |   48 ++++++++++++++++++++--------------------
 cherokee/handler_render_rrd.c |   38 ++++++++++++++++++++++++++++----
 cherokee/handler_render_rrd.h |    3 +-
 3 files changed, 59 insertions(+), 30 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3790 git=b7c53b2053576e988e5782c0e5147dd198b4f661

    Re-implements the RRD graph generation. It should significantly low
    the general server load. Now the images are only generated on request,
    so as long as cherokee-admin does not request them, they will not be
    rendered over and over again.
    
 cherokee.conf.sample.pre      |    4 +
 cherokee/Makefile.am          |   45 +++-
 cherokee/collector_rrd.c      |  728 +++--------------------------------------
 cherokee/collector_rrd.h      |   48 ++-
 cherokee/handler_render_rrd.c |  598 +++++++++++++++++++++++++++++++++
 cherokee/handler_render_rrd.h |   58 ++++
 cherokee/handler_streaming.c  |    6 +-
 cherokee/main_admin.c         |   53 ++--
 cherokee/render_rrd.deps      |    1 +
 cherokee/rrd_tools.c          |  510 +++++++++++++++++++++++++++++
 cherokee/rrd_tools.h          |   67 ++++
 configure.in                  |    3 +-
 12 files changed, 1396 insertions(+), 725 deletions(-)


2009-11-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3789 git=57a9a4935f9e28c41063f2feb1f88ef8b53ba0fe

    Some fixes. Thanks to Yann Malet for these.
    
 doc/cookbook_uwsgi.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-11-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3788 git=2740080730f345220b8e3c29bc2a5be98dba4cc0

    Mentions uWSGI as deployment method for Django apps
    
 doc/cookbook_django.txt |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3787 git=6c612a196cce1f333b4502dd55814786203a5a35

    Do not rewrite the _ symbol. It could break up the translation
    support.
    
 admin/util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=3786 git=33a1de1839eb6c7bc8e73debc40171833a892357

    Translation engine was being messed up
    
 admin/Wizard_HotLinking.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3785 git=177924a5c6f7f71fc4eeebd60ef6ba964c12836b

    Misc clean up.
    
 admin/Wizard_HotLinking.py |    1 -
 admin/Wizard_rTorrent.py   |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3784 git=0a3b44eb92ef30d0219ec2be7cbe08fc98144f2c

    These two modules where redefining the _ symbol. That was messing up
    the translation engine.
    
 admin/Wizard_Icons.py    |    2 +-
 admin/Wizard_rTorrent.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3783 git=5770ba9076d76d46d333794db28f7345ad861ae2

    Covers a few extra cases about the new "config!*" configuration entry.
    
 admin/CherokeeManagement.py |    7 +++++--
 admin/PageNewConfig.py      |    3 +++
 admin/config.py             |    2 +-
 admin/config_version.py     |    8 ++++++--
 admin/server.py             |    1 +
 5 files changed, 16 insertions(+), 5 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3782 git=e08e735e5346dcfa031a3a7d5017293de025405f

    Adds a new main configuration file key: "config". It holds information
    about the configuration file itself. It will allow cherokee-admin to
    migrate configuration automatically whenever the configuration file
    format changes in a new server version. Target: the user should not
    even know the configuration file format can evolve between versions.
    
 admin/Makefile.am       |    1 +
 admin/config.py         |    2 +-
 admin/config_version.py |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/server.py         |    5 +++++
 4 files changed, 54 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3781 git=0bfbc7da0b0a08c9942351ee49693b9f5deeedf8

    Cherokee 0.99.27 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3778 git=2a54fcdba172818a247bae7d92f1915f1c5922d2

    Removes an unnecessary TRACE entry.
    
 cherokee/post.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3777 git=318ae51acd7960793e5e70de0b95e35eeb6a5120

    Fixes an issue with our AVL tree implementation. This bug was causing
    problems in the I/O-cache subsystem. This change should fix the bug
    #625: http://bugs.cherokee-project.com/625
    
 cherokee.conf.sample.pre |    2 +-
 cherokee/avl.c           |    7 ++++---
 cherokee/icons.c         |    5 ++++-
 3 files changed, 9 insertions(+), 5 deletions(-)


2009-11-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3776 git=e28456bfef35669c6d8c35086e1bb03b1384ef0b

    Adds a missing TRACE entry. Patch by Stefan de Konink.
    
 cherokee/post.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=3775 git=6c815a3a0137c62ebb6052a616f7c90f37832df7

    Adds extra binary name to look for
    
 admin/Wizard_uWSGI.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=3774 git=57615386f8ec533f4b5e0c2d23f862d9bf7a09d3

    Fixes protection for directory based installations
    
 admin/Wizard_Drupal.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3773 git=4ce751c59a3598bc18907d158b8b3a25dcb9ea16

    "Content-Type" is a 'known header' header now. Patch by Stefan
    de Konink. Fixes: http://bugs.cherokee-project.com/624
    
 cherokee/handler_cgi_base.c |    2 +-
 cherokee/header.c           |    2 ++
 cherokee/header.h           |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)


2009-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3772 git=96ee09b4c633bcd866acfe4b7fc6292bc6d3844d

    Couple of fixes so the ChangeLog can be handled without Internet
    connection. Previously it was printing a non-sense warning.
    
 changelog-update.sh |    6 +++---
 svnlog2changelog.py |   47 +++++++++++++++++++++++++++++------------------
 2 files changed, 32 insertions(+), 21 deletions(-)


2009-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3771 git=0b67673c7cf6e83cd65d06ec9ffa13cb1b4664f6

    Fixes Range management while serving static files. Patch by Antonio
    Pérez (great stuff!!!). Fixes: http://bugs.cherokee-project.com/365
    
 cherokee/connection.c        |   14 ++++----
 cherokee/handler_error.c     |    2 +-
 cherokee/handler_file.c      |   66 ++++++++++++++++--------------------------
 cherokee/handler_file.h      |    1 -
 qa/056-ContentRange3.py      |    4 ++-
 qa/057-ContentRange4.py      |    5 ++-
 qa/106-If-Range2.py          |    8 ++++-
 qa/145-ContentRange3-NoIO.py |    7 +++-
 qa/146-ContentRange4-NoIO.py |    4 ++-
 9 files changed, 53 insertions(+), 58 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3770 git=c4011390be1ae06fd3df8831c890d351d608f2e1

    Fixes an issue with the previous patch.
    
 admin/ModuleProxy.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3769 git=214b1029579ee90107ed1c9a9b1a186f157ff713

    Adds a new option to allow the reverse proxy plug-in to replace the
    "Server:" header sent by the back-end client. This patch implements
    both the admin and server side of things.
    
 admin/ModuleProxy.py     |    9 ++++++---
 cherokee/handler_proxy.c |   20 ++++++++++++++++----
 cherokee/handler_proxy.h |    1 +
 3 files changed, 23 insertions(+), 7 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3768 git=a032c91de41d5e82845f070d33d78e8efad92ac3

    Improves the error management while initializing the admin handler.
    This is blind attempt of fixing bug #623. Most probably if fixes the
    crash but not the functionality.
    
 cherokee/handler_admin.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3767 git=895a4e069e929a271cb0b20ee7f4084b8863d972

    Fixes reverse proxy so it handlers redirections (304 responses for
    instance) without body correctly. It should fix the bug #619:
    http://bugs.cherokee-project.com/619
    
 cherokee/handler_proxy.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3765 git=5a37cd3de53704107cce845f61ba0f6cb41ed585

    Cherokee 0.99.26 released.
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3764 git=8fb67b4a2d77999ac584906433f377015b60f0b0

    Clarifies the bug/regression the QA is protecting against.
    
 qa/231-POST-4extra.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3763 git=122fda26f5c5ef93439e0dbdd1ce1559e9b0a2e6

    The -r and -p parameters can only be user together. Fixes:
    http://bugs.cherokee-project.com/588
    
 cherokee/main_worker.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3762 git=034a6062bad48b420af7ec9afed49fd99f5416b8

    Adds a new TRACE point. Points when a HTTP/1.1 connection does not
    provide a "Connection" header entry.
    
 cherokee/connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3761 git=afb54aeb82692d2220a5ba933d31fea6dd780dda

    Adds a new CHEROKEE_PRINT_BACKTRACE macro.
    
 cherokee/macros.h |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3760 git=753fcf65f06e3f257b41bc722c03af5445fd43bf

    Let user know whenever cherokee-admin removes an old Unix socket.
    
 admin/server.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3759 git=4044b2b19815a4974d74ad6f3f9037da9319e961

    Adds a new QA to test http://bugs.cherokee-project.com/504
    
 qa/231-POST-4extra.py |   26 ++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 2 files changed, 28 insertions(+), 1 deletions(-)


2009-10-29  Antonio Perez  <aperez@skarcha.com>
            svn=3758 git=584b7d100443fa766b1f82ef19ebb01d63b56776

    Fixes POST issue. My previous patch (r3655 and r3657) was bad...
    
 cherokee/thread.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


2009-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3757 git=8216f1a5ac42022145faa7b961c7dd3f0c2b4ccf

    Adds extra rule to the wizard that has been found useful
    
 admin/Wizard_Drupal.py |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)


2009-10-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3756 git=dd277fd92dba7843502091f657533911d7f4dbb0

    Removes the Unix socket if it already exists while launching an
    instance of server.py. Most probably the file is there because the
    previous server.py died and didn't remove the old unix socket file.
    
 admin/server.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-10-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3755 git=9d77c615e7d17c807cd2dbb501a3e5c47426813a

    Cherokee-admin was reporting wrong messages when running wizards.
    Whenever two or more wizards could not be run only the last reason
    (.no_show) has reported for all of them. For instance: uWSGI wizards
    was reporting "PHP is not configured", because Symfony wizard (in the
    same category) depended on it. The problem was with a function using a
    variable with the wrong information.
    
 admin/static/js/wizards.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3754 git=2cbf87dfa57f828c9bb9bc08f45241d769da2023

    Fixes some typos
    
 doc/other_goodies.txt |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3750 git=a1f5cb3c2f48316cc536ba4d27b27da6d55300be

    i18n
    
 admin/Wizard_Alfresco.py   |    8 ++++----
 admin/Wizard_ColdFusion.py |    4 ++--
 admin/Wizard_Django.py     |   10 +++++-----
 admin/Wizard_Drupal.py     |    4 ++--
 admin/Wizard_Glassfish.py  |    8 ++++----
 admin/Wizard_HotLinking.py |    4 ++--
 admin/Wizard_Icons.py      |    2 +-
 admin/Wizard_Joomla.py     |    2 +-
 admin/Wizard_Liferay.py    |   12 ++++++------
 admin/Wizard_Mailman.py    |    6 +++---
 admin/Wizard_Mono.py       |    6 ++----
 admin/Wizard_Moodle.py     |    6 +++---
 admin/Wizard_RoR.py        |   10 +++++-----
 admin/Wizard_Sugar.py      |    4 ++--
 admin/Wizard_Symfony.py    |    2 +-
 admin/Wizard_Trac.py       |    6 +++---
 admin/Wizard_WordPress.py  |    2 +-
 admin/Wizard_Zend.py       |    2 +-
 admin/Wizard_phpBB.py      |    2 +-
 admin/Wizard_uWSGI.py      |    5 ++---
 20 files changed, 51 insertions(+), 54 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3749 git=59873e76bb9797571d41cfd3953da90c6fb37e00



2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3748 git=6394b19522262699aff6220c8c5eb6ec787713f4

    Something went wrong with this file previously
    
 admin/static/images/wizards/coldfusion.png |  Bin 2643 -> 1992 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3747 git=7c98f63ed6a83c1ab4f9ff30c453e8672c369271

    Adds ColdFusion recipe
    
 doc/Makefile.am             |    1 +
 doc/cookbook.txt            |    1 +
 doc/cookbook_coldfusion.txt |   74 +++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt               |    1 +
 4 files changed, 77 insertions(+), 0 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3746 git=492c47800531ec5a8b412fad6263793d186c8ed7

    Adds ColdFusion Wizard
    
 admin/Makefile.am                          |    3 +-
 admin/Wizard_ColdFusion.py                 |  187 ++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am    |    3 +-
 admin/static/images/wizards/coldfusion.png |  Bin 0 -> 2643 bytes
 4 files changed, 191 insertions(+), 2 deletions(-)


2009-10-22  Taher Shihadeh  <taher@unixwars.com>
            svn=3745 git=cef130989a6c12c828f020309a6ad7102d1b54d5

    Fixes issue 608: PAM troubleshooting info
    
 doc/modules_validators_pam.txt |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)


2009-10-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3740 git=92ee1c8ce32de462e0cf73072fe4e85dfcc48a70

    Fix an issue with the X-Forwarded-For header rewriting. Patch by
    Stefan Talpalaru. Fixes: http://bugs.cherokee-project.com/612
    
 cherokee/handler_proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-21  Taher Shihadeh  <taher@unixwars.com>
            svn=3739 git=c1bd47117ff466aa194c54019fc97ded4055df2a

    Little addition for completeness' sake
    
 doc/config_status.txt |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-10-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3738 git=3afef008c77e2972365916f7ca31f0e359aa4869

    The code that was meant to seek on MP4 files, actually seeks on MP3
    files. Patch by Stefan de Konink <stefan@konink.de>. It fixes #580:
    http://bugs.cherokee-project.com/580
    
 cherokee/handler_streaming.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3737 git=a69dbb3d91378238f98c491bfea4c8bac3a87489

    Mono/ASP.NET Wizard and docs
    
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Mono.py                    |  199 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/mono.png    |  Bin 0 -> 2445 bytes
 doc/cookbook_mono.txt                   |    8 ++
 5 files changed, 211 insertions(+), 2 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3736 git=9f14b5b955a95d7ca2e4ddb1959d0f491dde6159

    Some clarification
    
 doc/cookbook_django.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-10-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3735 git=8dc9d53e3e7a076ae56cab04f3c3b2be30cdf703

    The ./autogen.sh script was failing to regenerate the changelog file
    on OpenSolaris. It seems that the Solaris sed had trouble parsing the
    version string if it did not end by a new line character. As far as I
    have tested it patch solved the problem in Solaris while it preservers
    the functionality on Linux and MacOS X.
    
 changelog-update.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3734 git=785a35bc2e9b4e2079e1ad5167efe1e15c1c40d5

    Solves Drupal bugs, issues 541 & 583. Thanks to David Becerril for his insight
    
 admin/Wizard_Drupal.py  |   22 ++++++++++++++--------
 doc/cookbook_drupal.txt |    8 ++++++++
 2 files changed, 22 insertions(+), 8 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3733 git=fe19d3e73837b7d5f3302c27ec579d7799d414b6

    Typo
    
 cherokee/spawner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3732 git=360cec191e551004611d0b1e9ca547e40491c241

    Missing i18n
    
 admin/Wizard_RoR.py       |    2 +-
 admin/Wizard_WordPress.py |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-10-18  Taher Shihadeh  <taher@unixwars.com>
            svn=3731 git=c10bb586ecc1abb441c0cfb0cbc808ac80da9f90

    An error was preventing ASCIIDOC from correctly generating the docs
    
 doc/config_virtual_servers.txt |   43 +++++++++++++++------------------------
 1 files changed, 17 insertions(+), 26 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3730 git=a6dcfae6c029813bd38d7f1941d2275918c7f01c

    Adds a new tracing point to inform about reiterative fails to spawn
    new interpreters.
    
 cherokee/source_interpreter.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3729 git=89c6ba1c77872c7123865869a4d70b552564a4a2

    This patch tries to address a spawning issue where the server was
    crashing randomly while launching interpreters. It should fix (at
    least partially): http://bugs.cherokee-project.com/598
    
 cherokee/source_interpreter.c |   47 +++++++++++++++++++++++++++--------------
 cherokee/source_interpreter.h |    1 +
 cherokee/spawner.c            |    6 +++-
 3 files changed, 36 insertions(+), 18 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3728 git=6c6d6794e8f2826acc0ef05e9fed887e939919d8

    Adds a new REPORT method, so SVN can checkout through the reverse
    proxy handler. Related to: http://bugs.cherokee-project.com/599
    
 cherokee/header.c |    3 +++
 cherokee/http.c   |    3 +++
 cherokee/http.h   |    4 +++-
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3727 git=68f1dd59b8ca08ffb4be580b4bc8eee403e2c0c2

    The reverse proxy handler was not working with WebDAV back-ends. This
    patch should fix it. At least "svn ls" succeed on my initial tests.
    Further testing is required. Bug: http://bugs.cherokee-project.com/599
    
 cherokee/http.c |    2 ++
 cherokee/http.h |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2009-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3726 git=4743daec33d94239fdc3af78b0ddffabd57c3562

    handler_server_info bug fix. The rx, and tx values were wrong when the
    server run without any information collector. This patch makes them
    report -1 bytes. Fixes bug #605: http://bugs.cherokee-project.com/605
    
 cherokee/handler_server_info.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3725 git=58e519e3e20cf28c74c0899182a5333db3102e9c

    Fixes omission
    
 doc/config_virtual_servers.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3724 git=1cfeded7f1c1d3f604ceabc21347668ec6dcf9ec

    A doc entry wasn't indexed
    
 doc/config.txt                 |    1 +
 doc/config_virtual_servers.txt |    6 +++++-
 doc/index.txt                  |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3723 git=4419c22adba504335a3a3b6933f3915ea3add33d

    Many new features were undocumented
    
 doc/Makefile.am                     |    2 +
 doc/config_advanced.txt             |    9 +++++
 doc/config_info_sources.txt         |    1 +
 doc/config_virtual_servers.txt      |   67 +++++++++++++++++++++++++++++++++-
 doc/config_virtual_servers_rule.txt |   17 ++++++---
 doc/index.txt                       |    1 +
 doc/modules.txt                     |    1 +
 doc/modules_handlers.txt            |    1 +
 doc/modules_handlers_empty_gif.txt  |    7 ++++
 doc/other_faq.txt                   |    6 +++
 10 files changed, 105 insertions(+), 7 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3722 git=1b5d3c0d8205f2cc96f115ad848004b2c224612a

    New documentation images
    
 doc/media/images/admin_advanced1.png |  Bin 17298 -> 16510 bytes
 doc/media/images/admin_advanced2.png |  Bin 17581 -> 18063 bytes
 doc/media/images/admin_advanced3.png |  Bin 12596 -> 13571 bytes
 doc/media/images/admin_advanced4.png |  Bin 8136 -> 7950 bytes
 doc/media/images/admin_advanced5.png |  Bin 0 -> 12671 bytes
 doc/media/images/admin_behaviour.png |  Bin 18628 -> 22990 bytes
 doc/media/images/admin_vserver.png   |  Bin 13459 -> 12814 bytes
 7 files changed, 0 insertions(+), 0 deletions(-)


2009-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3719 git=a088fa199a16159b7c14a5959f87cb63cbe15cc3

    Bugfix: Cherokee was not printing the right month when reporting
    error. It was using one month in the past. Thanks to Jorge Sarmiento
    for catching this bug.
    
 cherokee/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3718 git=6b00f6b938ea0cf53ef97152adf5e9c126b9bda0

    Ensure handler_streaming is installed from the precondition checking
    of the Streaming wizard. Fixes: http://bugs.cherokee-project.com/604
    
 admin/Wizard_Streaming.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3717 git=77066f405b8e1a28c949cd35ab65c9975b6fd146

    Do not clean the doc/*.html files on 'make clean'. As long as we do
    not ship asciidoc with Cherokee, it would not be able to regenerate
    the HTML documentation files: http://bugs.cherokee-project.com/603
    
 doc/Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3714 git=5389937802615103b6a294b177dbb00d04ff67d8

    Fixes lacking i18n support on Wizards
    
 admin/Wizard.py              |   33 ++++++++++++++++-------------
 admin/Wizard_Alfresco.py     |   31 +++++++++++++++------------
 admin/Wizard_CommonStatic.py |    8 +++---
 admin/Wizard_Django.py       |   31 +++++++++++++++------------
 admin/Wizard_Drupal.py       |   35 +++++++++++++++++-------------
 admin/Wizard_Glassfish.py    |   31 +++++++++++++++------------
 admin/Wizard_HotLinking.py   |   29 ++++++++++++++-----------
 admin/Wizard_Icons.py        |    8 +++---
 admin/Wizard_Joomla.py       |   39 +++++++++++++++++++---------------
 admin/Wizard_Liferay.py      |   27 +++++++++++++----------
 admin/Wizard_Mailman.py      |   18 ++++++++--------
 admin/Wizard_Moodle.py       |   31 ++++++++++++++++-----------
 admin/Wizard_PHP.py          |    6 ++--
 admin/Wizard_Redirect.py     |   29 ++++++++++++++-----------
 admin/Wizard_RoR.py          |   47 ++++++++++++++++++++++-------------------
 admin/Wizard_Streaming.py    |    8 +++---
 admin/Wizard_Sugar.py        |   33 ++++++++++++++++-------------
 admin/Wizard_Symfony.py      |   41 +++++++++++++++++++-----------------
 admin/Wizard_Trac.py         |   27 +++++++++++++----------
 admin/Wizard_WordPress.py    |   37 ++++++++++++++++++--------------
 admin/Wizard_Zend.py         |   32 +++++++++++++++-------------
 admin/Wizard_phpBB.py        |   33 +++++++++++++++++------------
 admin/Wizard_phpMyAdmin.py   |   19 ++++++++++------
 admin/Wizard_rTorrent.py     |   18 +++++++++-------
 admin/Wizard_uWSGI.py        |   39 ++++++++++++++++++----------------
 25 files changed, 380 insertions(+), 310 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3713 git=8271da43a2f231bb32fa63a3187c50101a03b9cb

    An icon was not being installed
    
 admin/static/images/wizards/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3712 git=ba0295fdd190ca7f15ab533e9864a40d97c9b432

    Updates translation files
    
 po/admin/de.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/en.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/es.po    |  309 ++++++++++++++++++++++++++++++++++++-----------------
 po/admin/nl.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/sv_SE.po |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/zh_CN.po |  272 ++++++++++++++++++++++++++++++++--------------
 6 files changed, 1156 insertions(+), 513 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3711 git=9e8e9bc4e399235b9a6ab9f748b3a6d056b5d465

    Improvement in case uWSGI cannot be found
    
 admin/Wizard_uWSGI.py |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3710 git=1af01c0a3e013f736d59a9cd2346e6ce28f1e89b

    Documents uWSGI module/wizard
    
 doc/Makefile.am        |    1 +
 doc/cookbook.txt       |    1 +
 doc/cookbook_uwsgi.txt |   67 ++++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt          |    1 +
 doc/other_faq.txt      |   13 ++++++++-
 5 files changed, 81 insertions(+), 2 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3709 git=8065ba305747724f47e4d603f0921d302fe15187

    Adds a wizard for uWSGI apps
    
 admin/Makefile.am                     |    3 +-
 admin/Wizard_uWSGI.py                 |  217 +++++++++++++++++++++++++++++++++
 admin/static/images/wizards/uwsgi.png |  Bin 0 -> 2254 bytes
 3 files changed, 219 insertions(+), 1 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3708 git=6db814aa0ffbea5685a519a9f4d50c88633ed1c6

    Exports the number of accepts and timeouts. Those values were missing
    from the statistics data reported from the server_info handler.
    
 cherokee/handler_server_info.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3707 git=4b6d703f2b964a6de682fc039eb25a0c44e765dc

    Fixes incorrect stats notification. http://bugs.cherokee-project.com/592
    
 admin/PageVServers.py               |   13 ++++++-------
 admin/static/images/Makefile.am     |    3 ++-
 admin/static/images/exclamation.png |  Bin 0 -> 701 bytes
 3 files changed, 8 insertions(+), 8 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3703 git=ef05bcca81dcac88041fffd574ed69cdbfd453df

    Contribution documenting some errors
    
 doc/Makefile.am      |    1 +
 doc/index.txt        |    1 +
 doc/other.txt        |    1 +
 doc/other_errors.txt |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+), 0 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3702 git=b918704cb0c7cfc9fc802caa88912aa23b967518

    Some wizard polishment
    
 admin/Wizard_PHP.py  |    3 ++-
 admin/Wizard_Trac.py |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


2009-10-14  Antonio Perez  <aperez@skarcha.com>
            svn=3701 git=a219a6cc1daac421326f0e67f705075c206d5db4

    Better "localhost" IP address detection.
    
 admin/Wizard_PHP.py |    8 ++++++--
 admin/util.py       |    6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3699 git=e537a367670fc173fbb0a09fde1b9588ae9703a4

    Some strings weren't gettexted
    
 admin/Wizard_PHP.py |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)


2009-10-13  Taher Shihadeh  <taher@unixwars.com>
            svn=3696 git=59c635bd85a8987485c9f0cb3627e9c7bcde6c8c

    Adds extra rule to the wizard. RFE http://bugs.cherokee-project.com/586
    
 admin/Wizard_Drupal.py |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)


2009-10-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3695 git=c79ff93c6423b6ba74b92b26ec5c3d85dceda1ec

    Fixes slight CSS mismatch between the site and the documentation
    
 doc/media/css/cherokee_doc.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3694 git=7b039b66d42590c64a1e77f6ca0441d945ccd14f

    uWSGI handler was undocumented.
    
 doc/Makefile.am                |    1 +
 doc/index.txt                  |    1 +
 doc/modules.txt                |    1 +
 doc/modules_handlers.txt       |    1 +
 doc/modules_handlers_uwsgi.txt |   13 +++++++++++++
 5 files changed, 17 insertions(+), 0 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3693 git=94b07b9226b3bc242521d43bb4da628a13357b04

    typo
    
 doc/cookbook_sugarcrm.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3692 git=6d45de6b27a18c212d99f437e022a5d98d03f5e1

    remove two superfluous files
    
 admin/static/images/wizards/Makefile    |  440 -------------------------------
 admin/static/images/wizards/Makefile.in |  440 -------------------------------
 2 files changed, 0 insertions(+), 880 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3691 git=a26a36b5d74235901382ec822e4177b3efaa5354

    Documentation needed some more serious updating
    
 doc/Makefile.am             |    1 +
 doc/config.txt              |    2 +-
 doc/config_wizards.txt      |  100 +++++++++++++++++++++++++++++++++++++++++++
 doc/cookbook_alfresco.txt   |   32 +++++++++----
 doc/cookbook_dbslayer.txt   |    2 +-
 doc/cookbook_glassfish.txt  |   20 +++++++++
 doc/cookbook_joomla.txt     |    4 +-
 doc/cookbook_liferay.txt    |   30 +++++++++----
 doc/cookbook_phpbb.txt      |    7 +++-
 doc/cookbook_phpmyadmin.txt |   25 +++++++---
 doc/cookbook_sugarcrm.txt   |   25 +++++++++-
 doc/cookbook_symfony.txt    |   75 +++++++++++++++++++++++++-------
 doc/cookbook_trac.txt       |   28 +++++++++---
 doc/cookbook_zend.txt       |   64 +++++++++++++---------------
 doc/index.txt               |    1 +
 15 files changed, 323 insertions(+), 93 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3690 git=0d526e4772a086d2e41a60cf56751614285d43f2

    Wizards mega commit
    
 admin/Makefile.am                          |   13 +-
 admin/Wizard.py                            |    1 +
 admin/Wizard_Alfresco.py                   |  170 +++++++++++
 admin/Wizard_Drupal.py                     |    8 +-
 admin/Wizard_Glassfish.py                  |  166 +++++++++++
 admin/Wizard_Joomla.py                     |  233 +++++++++++++++
 admin/Wizard_Liferay.py                    |  167 +++++++++++
 admin/Wizard_Moodle.py                     |  184 ++++++++++++
 admin/Wizard_Sugar.py                      |  225 ++++++++++++++
 admin/Wizard_Symfony.py                    |  225 ++++++++++++++
 admin/Wizard_Trac.py                       |  142 +++++++++
 admin/Wizard_WordPress.py                  |    4 +-
 admin/Wizard_Zend.py                       |  193 ++++++++++++
 admin/Wizard_phpBB.py                      |  189 ++++++++++++
 admin/Wizard_phpMyAdmin.py                 |  106 +++++++
 admin/static/images/wizards/Makefile       |  440 ++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am    |   30 ++-
 admin/static/images/wizards/Makefile.in    |  440 ++++++++++++++++++++++++++++
 admin/static/images/wizards/alfresco.png   |  Bin 0 -> 2661 bytes
 admin/static/images/wizards/aspnet.png     |  Bin 0 -> 2188 bytes
 admin/static/images/wizards/dbslayer.png   |  Bin 0 -> 1965 bytes
 admin/static/images/wizards/glassfish.png  |  Bin 0 -> 1592 bytes
 admin/static/images/wizards/joomla.png     |  Bin 0 -> 1890 bytes
 admin/static/images/wizards/liferay.png    |  Bin 0 -> 2693 bytes
 admin/static/images/wizards/moodle.png     |  Bin 0 -> 2305 bytes
 admin/static/images/wizards/nagios.png     |  Bin 0 -> 1269 bytes
 admin/static/images/wizards/phpbb.png      |  Bin 0 -> 1968 bytes
 admin/static/images/wizards/phpmyadmin.png |  Bin 0 -> 2414 bytes
 admin/static/images/wizards/sugarcrm.png   |  Bin 0 -> 2163 bytes
 admin/static/images/wizards/symfony.png    |  Bin 0 -> 2334 bytes
 admin/static/images/wizards/trac.png       |  Bin 0 -> 2333 bytes
 admin/static/images/wizards/zend.png       |  Bin 0 -> 1691 bytes
 admin/util.py                              |   14 +-
 33 files changed, 2933 insertions(+), 17 deletions(-)


2009-10-08  Taher Shihadeh  <taher@unixwars.com>
            svn=3689 git=ab53ceeac3924e77c84d2d6ecf16ab94d24e2429

    Typo
    
 po/admin/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3688 git=a24df32fc75c1cc98f388f807a2dee39239234fb

    New category
    
 admin/Wizard.py |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3687 git=ba019292b4a0d323b13f45797c92254ab0e92d83

    Style fixes
    
 po/admin/es.po |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3686 git=0e4c744eb318e738d39c85666ea9b29079667c4d

    Some more docs needed to mention the new wizards.
    
 doc/Makefile.am                                 |    2 +
 doc/cookbook_drupal.txt                         |    5 +
 doc/cookbook_joomla.txt                         |  148 ++++++++++++++++++-----
 doc/cookbook_moodle.txt                         |   93 +++++++++++---
 doc/cookbook_sugarcrm.txt                       |   19 ++-
 doc/cookbook_wordpress.txt                      |    5 +
 doc/media/images/admin_vserver_wizard_misc.png  |  Bin 0 -> 31834 bytes
 doc/media/images/admin_vservers_wizard_misc.png |  Bin 0 -> 30553 bytes
 8 files changed, 211 insertions(+), 61 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3685 git=cca26555bd926f67a6f156127e4c085379e6706b

    Reduced the icon size
    
 admin/static/images/wizards/common_static.png |  Bin 944 -> 1312 bytes
 admin/static/images/wizards/django.png        |  Bin 1612 -> 1318 bytes
 admin/static/images/wizards/drupal.png        |  Bin 2709 -> 1762 bytes
 admin/static/images/wizards/hotlinking.png    |  Bin 3773 -> 2229 bytes
 admin/static/images/wizards/icons.png         |  Bin 2376 -> 1647 bytes
 admin/static/images/wizards/mailman.png       |  Bin 2993 -> 2037 bytes
 admin/static/images/wizards/ror.png           |  Bin 3672 -> 2197 bytes
 admin/static/images/wizards/rtorrent.png      |  Bin 3222 -> 2137 bytes
 admin/static/images/wizards/streaming.png     |  Bin 5071 -> 2202 bytes
 admin/static/images/wizards/wordpress.png     |  Bin 4418 -> 2426 bytes
 10 files changed, 0 insertions(+), 0 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3682 git=2f2c12d34045fa67c26907f63fd54c9a6251eba3

    Reverting bad change on last commit
    
 cherokee/validator_htpasswd.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-10-06  Taher Shihadeh  <taher@unixwars.com>
            svn=3681 git=643299ec2093b084ce2b275e4e7e920758bbaf91

    Adds a missing check. Thanks to Stefan de Konink for catching this one.
    
 cherokee/validator_htpasswd.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-09-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3680 git=9a351fdaf6258f1904e695992bd7edaf7be8b76c

    Mark SSL connections in the reverse proxy module. Solves issue 581. Thanks to Stefan Talpalaru for the patch.
    
 cherokee/handler_proxy.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2009-09-25  Antonio Perez  <aperez@skarcha.com>
            svn=3679 git=f0013c9f22f8c11bf0201cd5fc1cf0bb2700518b

    We should use cherokee_mkdir. Thanks to Stefan de Konink for the patch.
    Fixes bug #585: http://bugs.cherokee-project.com/585
    
 cherokee/collector_rrd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3678 git=3071a8f345e3f3bbc106a5cde5d1e08e5993743d

    Fix typos in translations. Closes issue 561
    
 po/admin/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3677 git=bf607033ab47e30e5b7670b01a7a724a76955111

    Documentation images needed a clean up
    
 doc/media/images/admin_advanced0.png               |  Bin 4175 -> 4082 bytes
 doc/media/images/admin_advanced1.png               |  Bin 30447 -> 17298 bytes
 doc/media/images/admin_advanced2.png               |  Bin 30884 -> 17581 bytes
 doc/media/images/admin_advanced3.png               |  Bin 22548 -> 12596 bytes
 doc/media/images/admin_advanced4.png               |  Bin 13903 -> 8136 bytes
 doc/media/images/admin_behaviour.png               |  Bin 42941 -> 18628 bytes
 doc/media/images/admin_general.png                 |  Bin 26726 -> 14006 bytes
 doc/media/images/admin_general_networking.png      |  Bin 27033 -> 14258 bytes
 doc/media/images/admin_general_permissions.png     |  Bin 16812 -> 9433 bytes
 doc/media/images/admin_general_ports.png           |  Bin 16889 -> 8552 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 14746 -> 14178 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 22793 -> 21939 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 14611 -> 14100 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 19368 -> 18567 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 15843 -> 15264 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 10897 -> 10388 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 69934 -> 35882 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 76648 -> 37936 bytes
 doc/media/images/admin_handler_file.png            |  Bin 10658 -> 9659 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 16726 -> 16241 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 13604 -> 13128 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 21351 -> 20521 bytes
 doc/media/images/admin_handler_secdownload.png     |  Bin 16683 -> 16238 bytes
 doc/media/images/admin_icons1.png                  |  Bin 26015 -> 25183 bytes
 doc/media/images/admin_icons2.png                  |  Bin 9476 -> 8870 bytes
 doc/media/images/admin_icons3.png                  |  Bin 7383 -> 6723 bytes
 doc/media/images/admin_index.png                   |  Bin 207782 -> 67000 bytes
 doc/media/images/admin_info_sources.png            |  Bin 22862 -> 22254 bytes
 doc/media/images/admin_launch.png                  |  Bin 113028 -> 38650 bytes
 doc/media/images/admin_mime.png                    |  Bin 17999 -> 17344 bytes
 doc/media/images/admin_noconfig.png                |  Bin 20326 -> 11557 bytes
 doc/media/images/admin_notrunning.png              |  Bin 48912 -> 25721 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 28026 -> 14963 bytes
 doc/media/images/admin_validators_authlist.png     |  Bin 21078 -> 20450 bytes
 doc/media/images/admin_validators_ldap.png         |  Bin 30050 -> 29167 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 15528 -> 14968 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 18431 -> 17356 bytes
 doc/media/images/admin_vserver.png                 |  Bin 24344 -> 13459 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 15437 -> 14885 bytes
 doc/media/images/admin_vserver_evhost.png          |  Bin 18898 -> 11231 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 35896 -> 19182 bytes
 doc/media/images/admin_vserver_security.png        |  Bin 28473 -> 15750 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 19809 -> 10401 bytes
 doc/media/images/admin_vserver_wizard.png          |  Bin 98739 -> 35774 bytes
 doc/media/images/admin_vservers_wizard.png         |  Bin 78538 -> 28003 bytes
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 37772 -> 36672 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 21557 -> 21452 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 21288 -> 21223 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 7697 -> 7629 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 44116 -> 40507 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 7809 -> 7738 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 6791 -> 6629 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 12478 -> 12291 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 12998 -> 12226 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 22257 -> 21729 bytes
 doc/media/images/cookbook_django.png               |  Bin 25267 -> 24570 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 28197 -> 26541 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 16845 -> 16332 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 29549 -> 28194 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 4851 -> 4837 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 13915 -> 13433 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 18247 -> 17710 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 13772 -> 13387 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 3965 -> 3823 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 7948 -> 7740 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 10350 -> 10254 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 14664 -> 14111 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 8029 -> 7576 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 4212 -> 4139 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 8829 -> 8670 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 13818 -> 13226 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 6525 -> 6014 bytes
 doc/media/images/cookbook_managing_logs_rules.png  |  Bin 15076 -> 14745 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 20748 -> 19632 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 12102 -> 11694 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 16246 -> 16293 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 20990 -> 20046 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 35696 -> 34246 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 7131 -> 6970 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 59343 -> 57064 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 38456 -> 37347 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 9039 -> 9027 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 23616 -> 23384 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 8898 -> 8203 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 8940 -> 8388 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 19347 -> 18263 bytes
 doc/media/images/cookbook_nagios4.png              |  Bin 37599 -> 36819 bytes
 doc/media/images/cookbook_phpbb_1_intro.png        |  Bin 46015 -> 42051 bytes
 doc/media/images/cookbook_phpbb_2_req.png          |  Bin 43238 -> 38468 bytes
 doc/media/images/cookbook_phpbb_3_db.png           |  Bin 35620 -> 32525 bytes
 doc/media/images/cookbook_phpbb_4_admin.png        |  Bin 34618 -> 31397 bytes
 doc/media/images/cookbook_phpbb_5_config.png       |  Bin 30340 -> 25893 bytes
 doc/media/images/cookbook_phpbb_6_advanced.png     |  Bin 44226 -> 38390 bytes
 doc/media/images/cookbook_phpbb_7_create.png       |  Bin 31278 -> 27273 bytes
 doc/media/images/cookbook_phpbb_8_final.png        |  Bin 55900 -> 50883 bytes
 doc/media/images/cookbook_phpbb_adm.png            |  Bin 45855 -> 41772 bytes
 doc/media/images/cookbook_phpbb_adm_warning.png    |  Bin 43323 -> 40112 bytes
 doc/media/images/cookbook_phpbb_rules.png          |  Bin 16653 -> 16039 bytes
 doc/media/images/cookbook_phpbb_running.png        |  Bin 32912 -> 30708 bytes
 doc/media/images/cookbook_phpmyadmin.png           |  Bin 12603 -> 12135 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 8568 -> 8229 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 5157 -> 5047 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 8769 -> 8204 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 8504 -> 8315 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 15504 -> 15410 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 14248 -> 13902 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 17036 -> 17204 bytes
 doc/media/images/cookbook_sugarcrm_install0.png    |  Bin 67679 -> 65402 bytes
 doc/media/images/cookbook_sugarcrm_install1.png    |  Bin 23188 -> 22665 bytes
 doc/media/images/cookbook_sugarcrm_running0.png    |  Bin 24358 -> 23118 bytes
 doc/media/images/cookbook_sugarcrm_running1.png    |  Bin 28199 -> 27229 bytes
 doc/media/images/cookbook_symfony.png              |  Bin 25721 -> 25415 bytes
 doc/media/images/cookbook_trac.png                 |  Bin 36233 -> 36099 bytes
 doc/media/images/cookbook_trac_info.png            |  Bin 17294 -> 16914 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 10050 -> 9814 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 19951 -> 20147 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 7119 -> 6935 bytes
 doc/media/images/cookbook_wp1.png                  |  Bin 29083 -> 28214 bytes
 doc/media/images/cookbook_wp2.png                  |  Bin 15252 -> 14129 bytes
 doc/media/images/cookbook_wp3.png                  |  Bin 11240 -> 10592 bytes
 doc/media/images/cookbook_wp4.png                  |  Bin 126090 -> 49037 bytes
 doc/media/images/cookbook_wp5.png                  |  Bin 29697 -> 28161 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 3772 -> 3762 bytes
 doc/media/images/proxy_phase1.png                  |  Bin 12421 -> 12012 bytes
 doc/media/images/proxy_phase2.png                  |  Bin 12686 -> 12222 bytes
 125 files changed, 0 insertions(+), 0 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3676 git=3cc2a6cb984c666d0ae138acf2bae9d556563486

    Documentation updates
    
 doc/cookbook_django.txt  |    4 +++
 doc/cookbook_mailman.txt |   20 ++++++++++++++++++
 doc/cookbook_ror.txt     |   50 ++++++++++++++++++++++++++++++++++++---------
 3 files changed, 64 insertions(+), 10 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3675 git=7c49fe98530b10155120aaef27e1e206a6ed3f9d


 doc/media/images/cookbook_django_common.png |  Bin 27809 -> 28197 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3674 git=b6a6dd2b3da638aebe63a06bde4d0052d8edef2d

    Recipe needed an update. Based on a wizard now.
    
 doc/cookbook_django.txt |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 insertions(+), 4 deletions(-)


2009-09-23  Antonio Perez  <aperez@skarcha.com>
            svn=3673 git=da9166677825f28f01105579793b9d02aa5c98e9

    Renames Bind Rule from "Incoming Port" to "Incoming IP/Port" to avoid confusion.
    Fixes bug #575: http://bugs.cherokee-project.com/575
    
 admin/ModuleBind.py |   10 +++++-----
 admin/consts.py     |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3669 git=a3526aeaa4f8add6fb8bb0ceb4b785dd4ba94062

    Fixes issue 584. Uninitialized property would cause failure
    
 cherokee/handler_secdownload.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3665 git=c6bfef784448a5f128421f86d0dd238c0a3da586

    Print an error if socket() fails. It should shed some light on the 503
    proxy responses.
    
 cherokee/socket.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-15  Antonio Perez  <aperez@skarcha.com>
            svn=3664 git=36ae8ca69992f93cdc302e17639e93f327e0e2e3

    Regular expression is optional.
    
 admin/ModuleRedir.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3663 git=c6bf312e41a49c89143eaaae50c11bba925f0fc4

    Removes unneeded buffer clean.
    
 cherokee/handler_cgi_base.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3662 git=36930a99fe8c66c486b485264e27e3736d44f325

    Implements a new function (cherokee_gethostname) and use it in handler_cgi_base.c when no "Host:" header is present.
    
 cherokee/handler_cgi_base.c |   10 +++++++++-
 cherokee/util.c             |   42 ++++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h             |    1 +
 configure.in                |    3 +++
 qa/141-FastCGI-EmptyVars.py |    3 +--
 5 files changed, 56 insertions(+), 3 deletions(-)


2009-09-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3661 git=d52a604a2e194cdcc0fba8c0587326e6d92ebc17

    This patch improves the gethostbyname() usage in Cherokee. Besides, it
    set the proxy handler to use the "resolve_cache" of the server.
    
 cherokee/access.c       |    5 +++-
 cherokee/proxy_hosts.c  |   20 +++++++++------
 cherokee/resolv_cache.c |   63 +++++++++++++++++++++++++++++++++++-----------
 cherokee/resolv_cache.h |    4 +-
 cherokee/source.c       |    5 ++-
 cherokee/util.c         |   31 ++++++++++++++++------
 6 files changed, 91 insertions(+), 37 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3660 git=438541254e5cb71b6ac17d3edc8cdde899218b99

    Adds "strlcat" declaration.
    
 cherokee/util.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-09-13  Antonio Perez  <aperez@skarcha.com>
            svn=3659 git=13cdf55c2e64d32c28873c0cc550f81f498496ed

    Removes "cherokee_strlcat" function. "strlcat" is defined when it is not present in the system.
    
 cherokee/md5crypt.c |   12 ++++++------
 cherokee/util.c     |   44 +++++---------------------------------------
 cherokee/util.h     |    1 -
 3 files changed, 11 insertions(+), 46 deletions(-)


2009-09-12  Antonio Perez  <aperez@skarcha.com>
            svn=3658 git=95cbb7a8cdeb553ff5619eb34a27749ad55b80ae

    Forces the use of IPv4 address of local loopback interface (127.0.0.1) to avoid problems with systems that have more than one address defined for "localhost".
    Reference: http://bugs.cherokee-project.com/554
    
 admin/Wizard_PHP.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2009-09-12  Antonio Perez  <aperez@skarcha.com>
            svn=3657 git=b379228117affae5f772b161105477741b6ae740

    Fixes bug #573: http://bugs.cherokee-project.com/573
    
 cherokee/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3655 git=74258996d00995d4117adc23499c756c5c070d29

    Ensures that length POST data is equal to Content-Length.
    
 cherokee/admin_client.c |    4 +++-
 cherokee/connection.c   |    9 +++++++--
 cherokee/post.c         |   16 ++++++++++++----
 cherokee/post.h         |    2 +-
 cherokee/thread.c       |   15 ++++++++++++++-
 5 files changed, 37 insertions(+), 9 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3654 git=618613296e86639e46febee88e841b6ed9be6fa7

    Host header is required to send SERVER_NAME env. variable, and it's required by WSGI.
    
 qa/141-FastCGI-EmptyVars.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3653 git=2ea03abf20bfea0b1fa08741bf662f7b941c2256

    Removes duplicated SERVER_SOFTWARE environment variable.
    
 cherokee/handler_cgi_base.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-09-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3651 git=8cd9fb6595f026726a08618d72536e9c378e1bc8

    Reorder the configuration. Higher priority rules are first now.
    This is simply an aesthetic change.
    
 cherokee/main_worker.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2009-09-09  Roberto De Ioris <roberto@unbit.it>
            svn=3647 git=662a3ed13f46313f91495dc168969149d16dbc00

    fix for CONTENT_LENGTH
    
 cherokee/handler_uwsgi.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-09-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3635 git=df7714b70dbd0b8519afc027be8d6a777a754b86

    Fixes the error management, so 3xx, 404, and 410 HTTP responses can
    preserve the keep-alive connection (whenever the server is responding
    a HTTP/1.1 request). It also takes care of disabling and freeing the
    encoder objects that the connection might had instanced previously.
    
 cherokee/connection.c |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)


2009-09-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3634 git=6c2aa263908626ac7af1213f48e0b14ca7ede67d

    The CGI-base class was using the environment variable SERVER_NAME as
    SERVER_SOFTWARE. Fixes bug: http://bugs.cherokee-project.com/570
    
 cherokee/handler_cgi_base.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3630 git=cbaa713bb4a5f3fd332da1b0a8dac9c84060facb

    The Redirections Wizard allows to use both wildcards and regexs in the
    source domain name now. It allows to do adds redirections like:
    'www.example.*' to 'www.example.com' (of course this virtual server
    should be placed after the www.example.com one).
    
 admin/Wizard_Redirect.py |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3626 git=e331893f40784849781760b1174f190e917b24dc

    The Python interpreter launched from Cherokee-admin should inherit all
    the environment variables from the parent process. In this way, custom
    python interpreters can be used: http://bugs.cherokee-project.com/552
    
 cherokee/main_admin.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3625 git=5a430b434ad13bfe5ac1a3de9bd36f7c3cfaf68d

    Load balancing modules should send activation/deactivation messages to
    the log instead of print it to the console.
    
 cherokee/balancer_ip_hash.c     |    6 +++---
 cherokee/balancer_round_robin.c |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3624 git=23e2395f50f1406b81fa00d498673538b413dccb

    Fixes a C&P issue. Thanks to info@ppvg.nl for reporting!
    http://bugs.cherokee-project.com/559
    
 admin/Wizard_Django.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3623 git=1fadce03d73a9a7a2f95caff845d91013fc77c87

    Shows the default virtual server document root directory instead of
    the WWW root installation dir. http://bugs.cherokee-project.com/558
    
 admin/PageStatus.py |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)


2009-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3612 git=59f96d38d57aedb009bbb488160d24007a6838f3

    It was missing a new line after the date.
    
 svnlog2changelog.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3610 git=669160580269c8bacdb1749cc32b642d6b93bc27

    0.99.24 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-31  Antonio Perez  <aperez@skarcha.com>
            svn=3609 git=7f34dd32d91ebb12115067462981e4a6beb6687b

    Adds a new wizard to set up XMLRPC for rTorrent.
    
 admin/Makefile.am                        |    3 +-
 admin/Wizard_rTorrent.py                 |   82 ++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am  |    3 +-
 admin/static/images/wizards/rtorrent.png |  Bin 0 -> 3222 bytes
 admin/util.py                            |    7 +++
 5 files changed, 93 insertions(+), 2 deletions(-)


2009-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3608 git=ff2071a305a8fd9eb256ebdc9db20f36d635f4b9

    We are using Twitter, actually.
    
 doc/other_community.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-08-31  Antonio Perez  <aperez@skarcha.com>
            svn=3607 git=b31507cecf8451dfcee48b0882bd24fba42a8bca

    Update translation files.
    
 po/admin/de.po    |  208 ++++++++++++++++++++++---------------------
 po/admin/en.po    |  213 +++++++++++++++++++++++---------------------
 po/admin/es.po    |  255 +++++++++++++++++++++++++++++------------------------
 po/admin/nl.po    |  212 +++++++++++++++++++++++---------------------
 po/admin/sv_SE.po |  213 +++++++++++++++++++++++---------------------
 po/admin/zh_CN.po |  213 +++++++++++++++++++++++---------------------
 6 files changed, 699 insertions(+), 615 deletions(-)


2009-08-30  Antonio Perez  <aperez@skarcha.com>
            svn=3606 git=c1d92e2f02c669d744dda262f122e7e9754c287e

    Makes available the new uWSGI handler.
    
 admin/consts.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-30  Antonio Perez  <aperez@skarcha.com>
            svn=3605 git=36520788bd8f8655ab403e75df5bc5b063f4515a

    Optional properties in Cherokee-admin are now marked when they have no value.
    
 admin/Entry.py                          |    5 +++
 admin/ModuleAuth.py                     |    2 +-
 admin/ModuleCgi.py                      |    2 +-
 admin/ModuleDbslayer.py                 |    4 +-
 admin/ModuleDirlist.py                  |    6 ++--
 admin/ModuleRrd.py                      |   12 ++++----
 admin/ModuleSecdownload.py              |    2 +-
 admin/ModuleStreaming.py                |    4 +-
 admin/Page.py                           |    6 +++-
 admin/PageAdvanced.py                   |   38 +++++++++++++-------------
 admin/PageEntry.py                      |    6 ++--
 admin/PageGeneral.py                    |    8 +++---
 admin/PageInfoSource.py                 |   16 +++++-----
 admin/PageVServer.py                    |   14 +++++-----
 admin/default.template.html             |    1 +
 admin/static/css/cherokee.css           |    4 +++
 admin/static/js/Makefile.am             |    1 +
 admin/static/js/common.js               |    2 +-
 admin/static/js/jquery.form-defaults.js |   45 +++++++++++++++++++++++++++++++
 19 files changed, 119 insertions(+), 59 deletions(-)


2009-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3604 git=d6a1313d92cfc1fad9d71c042312767a96040e98

    Removes a few unnecessary image files.
    
 doc/Makefile.am                           |    4 ----
 doc/media/images/cookbook_wp_default1.png |  Bin 5527 -> 0 bytes
 doc/media/images/cookbook_wp_example1.png |  Bin 8178 -> 0 bytes
 doc/media/images/cookbook_wp_example2.png |  Bin 5450 -> 0 bytes
 doc/media/images/cookbook_wp_example3.png |  Bin 12554 -> 0 bytes
 5 files changed, 0 insertions(+), 4 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3603 git=30a0c3af0b130a77f7d38e0bf8c047bb98ea5e3d

    Update translation files. The Spanish translation has been finished,
    it's completely translated and "de-fuzzied" now.
    
 po/admin/de.po    |   14 ++--
 po/admin/en.po    |   14 ++--
 po/admin/es.po    |  235 ++++++++++++++++++++++-------------------------------
 po/admin/nl.po    |   14 ++--
 po/admin/sv_SE.po |   14 ++--
 po/admin/zh_CN.po |   14 ++--
 6 files changed, 132 insertions(+), 173 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3602 git=1f99b17fcce0c619060bc2ba72cfd1d08f85eb70

    Fixes a potential issue. There was corner situation on which I/O cache
    could read a couple of uninitialized bytes of memory while turning
    'File not found' error codes.
    
 cherokee/iocache.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3601 git=42a9c6ab1d9162cfa106d8c96c5233c7f5e30c98

    Fixes a regression. Help pages were not being displayed in
    Cherokee-Admin.
    
 cherokee/main_admin.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3600 git=739ae44158c5df6843fc83daedd26d48d695a98d

    0.99.23 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3598 git=430ecd446c664294259595a4a7b0df0c8e5958a7

    Three minor, misc code fixes.
    
 cherokee/handler_cgi_base.c |   21 +++++++++++----------
 cherokee/iocache.c          |    6 ++++++
 cherokee/thread.c           |    2 +-
 3 files changed, 18 insertions(+), 11 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3597 git=09ec38d1d7e1192a21b428c79fde2b02021f6a74

    Set a few more close-on-exec flags.
    
 cherokee/buffer.c             |    2 ++
 cherokee/handler_file.c       |    4 +++-
 cherokee/validator_htpasswd.c |    2 ++
 3 files changed, 7 insertions(+), 1 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3596 git=49f64573fb640dc62cbdefcf81c7b825e2813bbe

    Just created an repository account for Roberto De Ioris.
    
 svnlog2changelog.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3595 git=689ef0d8eeebe6b9da41c0138326ee477aa430ee

    I/O cache file FDs should not be inherited.
    
 cherokee/iocache.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3594 git=a11a2942e97f724014f7fcbf58d288b1b924b22e

    Adds a new uWSGI (http://projects.unbit.it/uwsgi) handler. Thanks a
    million to Roberto De Ioris for contributing this code!
    
 admin/Makefile.am        |    1 +
 admin/ModuleUwsgi.py     |   56 +++++++
 cherokee/Makefile.am     |   30 ++++
 cherokee/handler_uwsgi.c |  404 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_uwsgi.h |   74 +++++++++
 cherokee/uwsgi.deps      |    1 +
 configure.in             |    3 +-
 7 files changed, 568 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3593 git=182117e6c30c7230c52c12fcce76268b134efa63

    Adds a new backtracing option. If enabled, the server will print a
    code back-trace beside each error or warning message. It's enabled by
    adding the --enable-backtraces parameter to configure.
    
 README               |    2 +-
 cherokee/error_log.c |    6 ++++++
 cherokee/util.c      |   30 ++++++++++++++++++++++++++++++
 cherokee/util.h      |    2 ++
 configure.in         |   12 ++++++++++--
 doc/dev_debug.txt    |    7 +++++++
 6 files changed, 56 insertions(+), 3 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3592 git=74bbdcd58dec257ef9285e6832e994fcaacff880

    Log a couple of errors.
    
 cherokee/fdpoll-poll.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3591 git=720b28e0ee10742ed183e1a724122f98c17b277f

    Fixes a warning message printed while performing a Graceful restart.
    
 cherokee/server.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3590 git=22e0b5a52c5b9212f43108cf4ae7d27d1bbc5155

    Run the RRD related coded from a different thread. Besides being quite
    memory consuming, rrdtool can be somehow slow. When one of the server
    threads executed the timed RRD updating or rendering functions its
    connections were being stopped until the thread finished working with
    rrdtool. The problem should be solved now.
    
 cherokee/collector_rrd.c |  112 +++++++++++++++++++++++++++++++++++----------
 cherokee/collector_rrd.h |   11 +++++
 2 files changed, 98 insertions(+), 25 deletions(-)


2009-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3589 git=cae77db21ccdd095b09daec10b731e83571fb153

    Improves the Solaris support. Now it call a few Solaris utilities to
    print as much information about the process as possible.
    
 cherokee/cherokee-panic |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)


2009-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3588 git=0f88bdb098067889b09eeee90bf516b1f46c022a

    Couple of misc improvements: 1.- redirect stderr to stdout, so error
    are sent or printed in a unique stream. 2.- Try to use share memory
    for the temporal file (instead of /tmp).
    
 cherokee/cherokee-panic |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3587 git=fe4dd796872525d0e518e8a3aeaa161e37bf58dd

    Adds a new wizard to automatically set up Audio/Video streaming on
    virtual servers. It also adds a little cookbook recommending to use
    the wizard for setting the most common streaming configuration.
    
 admin/Makefile.am                         |    3 +-
 admin/Wizard_Streaming.py                 |   43 +++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am   |    3 +-
 admin/static/images/wizards/streaming.png |  Bin 0 -> 5071 bytes
 doc/Makefile.am                           |    1 +
 doc/cookbook.txt                          |   11 ++++---
 doc/cookbook_streaming.txt                |   26 +++++++++++++++++
 doc/index.txt                             |   11 ++++---
 8 files changed, 86 insertions(+), 12 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3586 git=e5b3c85eca83a14fbc70f3647de7da277e45e90b

    Fixes typo
    
 admin/Wizard_CommonStatic.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3585 git=71f8383bbc6e8a0fc517a89b7e00b1da7adfa1c5

    The directory listing plug-in should generate 'url-escaped' URLs.
    This patch fixes bug #549: http://bugs.cherokee-project.com/549
    
 cherokee/handler_dirlist.c |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)


2009-08-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3584 git=531b2b46f0b82d5135016e02d64fdb4b24e5edde

    Updates the PHP cookbook.
    
 doc/cookbook_php.txt                        |   87 ++++++++++++++++++---------
 doc/media/images/admin_handler_fastcgi1.png |  Bin 25147 -> 69934 bytes
 doc/media/images/admin_handler_fastcgi2.png |  Bin 25398 -> 76648 bytes
 3 files changed, 59 insertions(+), 28 deletions(-)


2009-08-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3583 git=e928f3749bb5c83019c34c9b79536eef3ee23034

    Raise the connection timeout limit when it's trying to access a
    interpreter (source) that is currently being launching.
    
 cherokee/source_interpreter.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3582 git=4b9aa7e00d73b4f9168ac2f51560e719ad045297

    Removes a lingering space character.
    
 cherokee/cherokee-panic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3581 git=7a8b2381b069f186d06c446237aca15637b5836e

    Fixes a couple of 'bashisms'
    
 cherokee/cherokee-panic |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3580 git=e70c561be1126c6a35a0ebed66a2413e47d3b892

    Made a mistake in the previous commit. The 'sys' isn't required.
    
 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3579 git=ae475076dba4cbefc5fc8aa7512499f0c3f4a481

    Log messages ought to be UTF-8 encoded.
    
 svnlog2changelog.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-08-20  Taher Shihadeh  <taher@unixwars.com>
            svn=3578 git=62d7599596ed214e45577d2af95ac91577f690d2

    Typo fix
    
 admin/Wizard_PHP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3577 git=9d85f63ab43e5bbe75e8762e12a1b8340badeebd

    Moves the PHP wizard to a new 'Languages' category.
    
 admin/Wizard.py     |    1 +
 admin/Wizard_PHP.py |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3576 git=7404f6a9c124a617c7a059d357a1e91426907450

    Improves the Wordpress wizard, so all the different 'permalinks'
    formats are supported. It implements Antonio PÃ©rez's idea.
    
 admin/Wizard_WordPress.py  |  108 +++++++++-----------------------------------
 doc/cookbook_wordpress.txt |   14 ------
 2 files changed, 22 insertions(+), 100 deletions(-)


2009-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3575 git=c32d62054a0da3882c1573eaa5245b88718c309e

    cherokee_limiter_get_time_limit(): Fixes the function prototype.
    
 cherokee/limiter.c |   10 ++++++----
 cherokee/limiter.h |    3 ++-
 2 files changed, 8 insertions(+), 5 deletions(-)


2009-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3574 git=3d113602e086b9f0ff2586e098ee90167c0e16f1

    Fixes a wrong mutex acquisition in the CGI child processes. This
    patch fixes the bug: http://bugs.cherokee-project.com/546
    
 cherokee/handler_cgi.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3573 git=f6cd69194ab4e95a88d777f390d1c12f8486d9e5

    Rewrites the QA so it stops checking whether the main QA application
    is running more than test execution thread. I have not been able to
    figure why I put that check in the first place; thus, it has been
    removed. This patch also removes a trailing slash at the end of the
    local directory path. It was causing the test to fail on the final
    test check.  Hopefully I'm not introducing a regression here..
    
 qa/066-DirectoryIndex3.py |   41 ++++++++++++++++-------------------------
 1 files changed, 16 insertions(+), 25 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3572 git=6aae1d1f763b3fac1ddfabd0871eb4792032561d

    When looking for the Python and PHP interpreters, check on the $PATH
    and only then use the hardcoded list of paths. It also adds a new path
    entry for the default MacPorts directory (/opt/local/bin).
    
 qa/conf.py |    6 ++++--
 qa/util.py |   10 ++++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3571 git=18763801797353cea0b8aff8a51ce36eb56feaa4

    The md5 python modules is deprecated. This patch updates the QA test
    so it uses the new hashlib module.
    
 qa/100-Digest-htdigest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-17  Antonio Perez  <aperez@skarcha.com>
            svn=3569 git=670b6548f4d8b96b7ec0c26ad03f353b6ce0c313

    Fixes the load of the available balancers on DBslayer Module.
    Bug 544: http://bugs.cherokee-project.com/544
    
 admin/ModuleDbslayer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3568 git=a116238889726d783ae43aaf4f9ede277052d7fd

    Updates the po directory
    
 po/admin/de.po    |  577 +++++++++++++++++++++++++++++++++++++-----------
 po/admin/en.po    |  593 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/es.po    |  639 ++++++++++++++++++++++++++++++++++++++++-------------
 po/admin/nl.po    |  594 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/sv_SE.po |  590 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/zh_CN.po |  592 ++++++++++++++++++++++++++++++++++++++-----------
 6 files changed, 2789 insertions(+), 796 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3567 git=901db633f342fd8ccfc91b10138401f690c45339

    Updates the Wordpress cookbook. It refers to the wizard now.
    
 doc/cookbook_wordpress.txt        |  166 +++++++++++++------------------------
 doc/media/images/cookbook_wp4.png |  Bin 46363 -> 126090 bytes
 2 files changed, 58 insertions(+), 108 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3566 git=583cc1829bd3d907135f7a8ac27a010a3d110e1d

    Adds support for three most used permalinks formats.
    
 admin/Wizard_WordPress.py |  105 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 90 insertions(+), 15 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3565 git=18a1aab0db6f1679fef65b4b8c321f1e8e184308

    'make clean' removes the rendered documentation (.html files) now.
    
 doc/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3564 git=a3085c4e9a6a35aea044ad5a777500a235f58be3

    Removes some unnecessary images.
    
 doc/Makefile.am                               |    8 --------
 doc/media/images/cookbook_drupal_default1.png |  Bin 8160 -> 0 bytes
 doc/media/images/cookbook_drupal_default2.png |  Bin 5570 -> 0 bytes
 doc/media/images/cookbook_drupal_default3.png |  Bin 5176 -> 0 bytes
 doc/media/images/cookbook_drupal_example1.png |  Bin 7054 -> 0 bytes
 doc/media/images/cookbook_drupal_example2.png |  Bin 6632 -> 0 bytes
 doc/media/images/cookbook_drupal_example3.png |  Bin 10897 -> 0 bytes
 doc/media/images/cookbook_drupal_example4.png |  Bin 12387 -> 0 bytes
 doc/media/images/cookbook_drupal_rules.png    |  Bin 50599 -> 0 bytes
 9 files changed, 0 insertions(+), 8 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3563 git=24019595f7af850a5fa753ebb3e2caa65168ad7a

    Updates a few captures of the cherokee-admin 'Status' page.
    
 doc/media/images/admin_index.png      |  Bin 40456 -> 207782 bytes
 doc/media/images/admin_launch.png     |  Bin 40316 -> 113028 bytes
 doc/media/images/admin_notrunning.png |  Bin 83607 -> 48912 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)


2009-08-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3562 git=49b0b2b8ac03412cb3012d1b2c4a759c0b294873

    Some updates and typo fixes
    
 doc/cookbook_drupal.txt |    6 +++---
 doc/dev_issues.txt      |   23 -----------------------
 doc/other_goodies.txt   |   19 +++++++++++++++++++
 3 files changed, 22 insertions(+), 26 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3561 git=3b63fb2237dc3c4f6ed3b7fed6bae836c3c8d532

    Updates the Drupal cookbook so it refers to the Drupal Wizard
    rather than describing an old-school step-by-step installation.
    
 doc/Makefile.am                            |    2 +
 doc/cookbook_drupal.txt                    |  196 +++++-----------------------
 doc/media/images/admin_vserver_wizard.png  |  Bin 0 -> 98739 bytes
 doc/media/images/admin_vservers_wizard.png |  Bin 0 -> 78538 bytes
 4 files changed, 36 insertions(+), 162 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3560 git=e26ab88deeb495189d1afa4dc4508f18643407b8

    Removes an unnecessary image.
    
 doc/Makefile.am                             |    1 -
 doc/media/images/admin_dirlist_cherokee.png |  Bin 16975 -> 0 bytes
 2 files changed, 0 insertions(+), 1 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3559 git=573194f59fee8d99135a5033c21becfe1dfb4f00

    Adds a couple of missing images.
    
 doc/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3558 git=67a59baf0130132470e74980efb497c09620fa21

    Check whether the images are included in the Makefile.am file.
    
 doc/test_images.py |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3557 git=da91ea4f1cda3cae397833875280ba9d9353b0b6

    Adds a new 'test' target to the documentation Makefile.
    
 Makefile.am        |    1 +
 doc/Makefile.am    |    8 +++++-
 doc/test_images.py |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 2 deletions(-)


2009-08-15  Antonio Perez  <aperez@skarcha.com>
            svn=3556 git=6ad15e63916ed354616d9ec3a71798b3ab236883

    asciidoc.py upgraded to version 8.4.5
    
    Fixes documentation generation warnings because of new asciidoc.
    
 doc/basics_installation_unix.txt      |   29 +-
 doc/basics_installation_windows.txt   |   29 +-
 doc/build/asciidoc.conf               |  435 +++--
 doc/build/asciidoc.py                 | 4177 +++++++++++++++++++++------------
 doc/build/lang-de.conf                |   43 +
 doc/build/lang-en.conf                |   51 +
 doc/build/lang-es.conf                |   15 +
 doc/build/lang-fr.conf                |   52 +
 doc/build/lang-hu.conf                |   52 +
 doc/build/lang-ru.conf                |   52 +
 doc/build/xhtml11-quirks.conf         |    4 +-
 doc/build/xhtml11.conf                |  337 ++-
 doc/config_general.txt                |   19 +-
 doc/config_virtual_servers_evhost.txt |   19 +-
 doc/cookbook_alfresco.txt             |   32 +-
 doc/cookbook_django.txt               |   11 +-
 doc/cookbook_drupal.txt               |   64 +-
 doc/cookbook_embedding_cherokee.txt   |    2 +-
 doc/cookbook_glassfish.txt            |   14 +-
 doc/cookbook_joomla.txt               |   24 +-
 doc/cookbook_kumbia.txt               |   10 +-
 doc/cookbook_liferay.txt              |   22 +-
 doc/cookbook_mailman.txt              |  110 +-
 doc/cookbook_managing_logs.txt        |   11 +-
 doc/cookbook_nagios.txt               |   11 +-
 doc/cookbook_phpbb.txt                |   90 +-
 doc/cookbook_ror.txt                  |   15 +-
 doc/cookbook_sugarcrm.txt             |   14 +-
 doc/cookbook_symfony.txt              |   30 +-
 doc/cookbook_trac.txt                 |   10 +-
 doc/cookbook_wordpress.txt            |   36 +-
 doc/cookbook_zend.txt                 |   10 +-
 doc/dev_cherokee.conf.txt             |  300 ++--
 doc/modules_handlers_cgi.txt          |   31 +-
 doc/modules_handlers_common.txt       |   14 +-
 doc/modules_handlers_custom_error.txt |   46 +-
 doc/modules_handlers_dbslayer.txt     |   21 +-
 doc/modules_handlers_dirlist.txt      |   51 +-
 doc/modules_handlers_file.txt         |   11 +-
 doc/modules_handlers_redir.txt        |   29 +-
 doc/modules_handlers_secdownload.txt  |   15 +-
 doc/modules_handlers_server_info.txt  |   11 +-
 doc/modules_handlers_streaming.txt    |   24 +-
 doc/modules_loggers_custom.txt        |   37 +-
 doc/modules_validators_authlist.txt   |   13 +-
 doc/modules_validators_htdigest.txt   |   11 +-
 doc/modules_validators_htpasswd.txt   |   11 +-
 doc/modules_validators_ldap.txt       |   38 +-
 doc/modules_validators_mysql.txt      |   37 +-
 doc/modules_validators_plain.txt      |   11 +-
 doc/other_signals.txt                 |   17 +-
 51 files changed, 4043 insertions(+), 2515 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3555 git=3dbc5acdb3e190501fa2d374f2d9591d164a0819

    Fixes a broken image reference. Thanks to Yann Malet
    <yann.malet@gmail.com> for reporting the issue.
    
 doc/modules_handlers_custom_error.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3554 git=d05e406c6eae4409f75ff23084e12a297a504f05

    Rework r3552: Same thing, but a different and cleaner implementation.
    
 admin/Form.py              |   13 +++++++++++--
 admin/Module.py            |    3 ---
 admin/ModuleAuth.py        |    2 +-
 admin/ModuleBalancer.py    |    4 ++--
 admin/ModuleCustomError.py |    2 +-
 admin/ModuleDbslayer.py    |    6 +++---
 admin/ModuleDirlist.py     |    2 +-
 admin/ModuleExists.py      |    2 +-
 admin/ModuleFcgi.py        |    4 ++--
 admin/ModuleHeader.py      |    4 ++--
 admin/ModuleProxy.py       |    4 ++--
 admin/ModuleScgi.py        |    4 ++--
 admin/ModuleServerInfo.py  |    6 +++---
 admin/PageAdvanced.py      |    4 ++--
 admin/PageEntry.py         |    8 ++++----
 admin/PageGeneral.py       |    8 ++++----
 admin/PageInfoSource.py    |   12 ++++++------
 admin/PageVServer.py       |   24 ++++++++++++------------
 admin/Rule.py              |    2 +-
 admin/Wizard_HotLinking.py |    2 +-
 20 files changed, 61 insertions(+), 55 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3553 git=f0f121df8d9559fb7ec0ff68b7b58eb96e8866ff

    The PHP wizard should use a TCP port instead of a Unix socket for the
    FastCGI communication. Even if it's slower, it is way safer.
    
 admin/Wizard_PHP.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3552 git=8b96fec1c8e05239ee78e641a12fb3bfa17edcc9

    Fixes cherokee-admin so it doesn't print superfluous error messages
    any longer. For instance: "ERROR: Could not load module 'foobar'".
    
 admin/Form.py   |    2 +-
 admin/Module.py |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3551 git=7df9038e559457b43b270f6faaf23bb11d232498

    A fragment of the spawning mechanism has been rewritten. This new
    version ought to behave better under high load.
    
 cherokee/handler_fcgi.c       |    4 +-
 cherokee/handler_fcgi.h       |    1 -
 cherokee/handler_scgi.c       |    4 +-
 cherokee/handler_scgi.h       |    1 -
 cherokee/source.c             |    3 +-
 cherokee/source_interpreter.c |  153 ++++++++++++++++++++++-------------------
 cherokee/source_interpreter.h |    6 +-
 7 files changed, 90 insertions(+), 82 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3550 git=94aebaed1fed19ffc56f422f5f5d29244da9003b

    Adds a few missing new lines characters.
    
 cherokee/socket.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3546 git=7d25eb94fcd233d56b9d0db99391616a5876c1e9

    Once the SHM spawning method has been successfully used once, do not
    even try to use the local/old mechanism.  This patch also implements a
    'grace time' for the spawned processes. It assumes the new process
    could require as much as 5 seconds to be ready or return an error.
    
 cherokee/source_interpreter.c |   50 ++++++++++++++++++++++++++++++++---------
 cherokee/source_interpreter.h |   12 ++++++++-
 2 files changed, 49 insertions(+), 13 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3545 git=08a0e6e1c4b0b0fc78304d07f647bd288522a6ba

    Gets rid of an unnecessary 'goto'.
    
 cherokee/source.c |   53 +++++++++++++++++++++++++++--------------------------
 1 files changed, 27 insertions(+), 26 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3544 git=7bdecc5270be57b95543fff211a9bf30e96d16f5

    Clean up. Nothing important.
    
 cherokee/source_interpreter.c |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3543 git=659caa3743a736df76faadf9197c3e8487e3ee4f

    Check thread_deactive_to_polling() returned value.
    
 cherokee/handler_fcgi.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)


2009-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3542 git=0eacf31826a2fe11f47f9b4472233ce7b13d8d77

    Be slightly smarter when trying to figure whether to inherit the
    server process environment variables.
    
 cherokee/source_interpreter.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3540 git=da991b997b811ace533ff745f7de80cc69e6eac1

    Set a value to source!<num>!env_inherited is not defined.
    
 admin/PageInfoSource.py |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3539 git=ce5aba40403031a4da63a58c53024752cedb9423

    Fixes a misplaced call to set the close-on-exec bit.
    
 cherokee/source.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3538 git=57df36f7c552376e2ee6f428a289213f21844117

    MacOS X packager script adapted to use the new --with-wwwuser
    and --with-wwwgroup ./configure parameters
    
 README                |    2 +-
 packages/osx/build.py |   39 ++++++++++++++-------------------------
 2 files changed, 15 insertions(+), 26 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3537 git=31c3f0f7bf9cb9539c260dfc34e0344b6ed7be37

    Adds a couple of new ./configure parameters: --with-wwwuser and
    --with-wwwgroup, so the default user and group can be defined at
    compilation time.. Nothing fancy, but handy for packagers.
    
 Makefile.am                         |   16 +++++++++++++++-
 cherokee.conf.sample.pre            |    2 --
 configure.in                        |   11 +++++++++--
 doc/basics_installation_unix.txt    |    8 +++++---
 doc/basics_installation_windows.txt |    8 +++++---
 5 files changed, 34 insertions(+), 11 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3536 git=c41f91edb95dfa2ff983bbe704d1f958799255d4

    Adds support for the HTTP/1.1 error code 307: "Temporary Redirect".
    Thanks to tylerdu (irc.freenode.net) for the report. It fixes:
    http://bugs.cherokee-project.com/543
    
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3535 git=7281d5ea673961def8b2d3abb519530465c70965

    Adds a little script to auto-generate the POTFILES.in file.
    
 po/admin/generate_POTFILESin.py |   44 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3534 git=636a7d4d5720a7c15e93a37c3f897a0fcc3ba098

    Fixes typo
    
 qa/run-tests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3533 git=88084e387f5aa72395af9cf276b7f0fe8f04f91a

    Updates po/admin/POTFILES.in (the list of files from which the strings
    for translation have to be extracted).
    
 po/admin/POTFILES.in |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3532 git=db0f4389053ed78f6e9bd56b0d2abcf2cb1aabc9

    Set closexec on the file descriptors used in the connections to the
    Information Sources (mainly FastCGI, SCGI and reverse HTTP).
    
 cherokee/source.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3531 git=45d0add1192ade3a4724ed82c4883eb01b79057a

    Documentation updates. Remove references to deprecated "Generic balancer" plug-in.
    
 doc/config_info_sources.txt    |    1 -
 doc/config_virtual_servers.txt |    6 ------
 doc/dev_issues.txt             |   11 -----------
 doc/modules_balancers.txt      |   10 +---------
 doc/modules_handlers.txt       |    1 -
 doc/modules_handlers_redir.txt |   10 ++++------
 6 files changed, 5 insertions(+), 34 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3530 git=14f58fe3c4c56b6d509043307bd20549f6aca6f9

    Fixes couple of details regarding the MacOS packaging script.
    
 README                |    6 ++++++
 packages/osx/build.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-08-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3529 git=64b28f41d902ab3d0debee61371ddd595faf17f7

    Deprecates the "Generic balancer" plug-in (aka 'mirror'). Now that the
    reverse proxy is rock solid there is no point on keeping this module
    around.
    
 admin/Makefile.am               |    1 -
 admin/ModuleMirror.py           |   54 -------
 admin/consts.py                 |    1 -
 cherokee/Makefile.am            |   19 ---
 cherokee/handler_mirror.c       |  311 ---------------------------------------
 cherokee/handler_mirror.h       |   73 ---------
 configure.in                    |    3 +-
 doc/Makefile.am                 |    1 -
 doc/index.txt                   |    1 -
 doc/modules.txt                 |    1 -
 doc/modules_handlers_mirror.txt |   23 ---
 11 files changed, 1 insertions(+), 487 deletions(-)


2009-08-10  Antonio Perez  <aperez@skarcha.com>
            svn=3528 git=9a208cae4ff43f77b2527eb0f5dbad4028956a57

    Warnings and Errors are written to "stderr" when loggers are not yet initialized.
    
 cherokee/error_log.c     |   20 +++++++++++++-------
 cherokee/logger_writer.c |   27 ++++++++++++++++++++-------
 cherokee/logger_writer.h |    2 ++
 3 files changed, 35 insertions(+), 14 deletions(-)


2009-08-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3527 git=417dead4d4364dc10d5b3a9214b1e4e94cbd2186

    Adds a new script to build MacOS X binary packages (.dmg). Both this
    script and the Windows one have been relocated to the /packages
    directory.
    
 Makefile.am                       |    2 +-
 cherokee.conf.sample.pre          |    2 +
 configure.in                      |   10 +-
 packages/Makefile.am              |    3 +
 packages/osx/Description.plist.in |   12 ++
 packages/osx/Info.plist.in        |   36 ++++
 packages/osx/License.rtf          |  346 +++++++++++++++++++++++++++++++++++++
 packages/osx/Makefile.am          |   18 ++
 packages/osx/background.tiff.gz   |  Bin 0 -> 30390 bytes
 packages/osx/build.py             |  108 ++++++++++++
 packages/osx/utils.py             |   73 ++++++++
 packages/windows/Makefile.am      |   10 +
 packages/windows/cherokee.ico     |  Bin 0 -> 2238 bytes
 packages/windows/cherokee.nsi.in  |   79 +++++++++
 packages/windows/cherokee.reg     |   12 ++
 packages/windows/cherokee_pkg.ico |  Bin 0 -> 2238 bytes
 packages/windows/install.bat      |   22 +++
 windows/Makefile.am               |   10 -
 windows/cherokee.ico              |  Bin 2238 -> 0 bytes
 windows/cherokee.nsi.in           |   79 ---------
 windows/cherokee.reg              |   12 --
 windows/cherokee_pkg.ico          |  Bin 2238 -> 0 bytes
 windows/install.bat               |   22 ---
 23 files changed, 729 insertions(+), 127 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3526 git=1aa15544a3bcd990bcb8ff869190512d307e943a

    Fixes QA tests so they can we run without a PHP interpreter.
    
 qa/run-tests.py |   16 ++++++++++++++--
 qa/util.py      |    4 +---
 2 files changed, 15 insertions(+), 5 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3525 git=036362655addc0f0cb0451b05199150dc204992a

    /etc/cherokee/ssl is no longer used
    
 Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3523 git=c9865722a7176355d20da88d332f622e4a8cc474

    Adds a new option to allow information sources to inherit the server's
    environment variables instead of being forced to define a new set of
    variables for one of them. By default the environment variables are
    inherited (to use a custom set of variables is the exception now).
    
 admin/PageInfoSource.py       |   25 +++++++++++++++++--------
 cherokee/main.c               |   13 +++++++++++--
 cherokee/source_interpreter.c |   25 ++++++++++++++++++-------
 cherokee/source_interpreter.h |   25 +++++++++++++------------
 cherokee/spawner.c            |    2 ++
 cherokee/spawner.h            |    1 +
 6 files changed, 62 insertions(+), 29 deletions(-)


2009-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3521 git=6b016ab85e5f39a4b44ed263b94e01627e271ecb

    By default, configure checks for MySQL, actually.
    
 m4/mysql.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3520 git=3e29fbcc93a9496f1d1c191a8409150e3757507b

    Tries to improve how the usage graphs are refreshed in the status
    page of cherokee-admin.
    
 admin/static/js/graphs.js |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3518 git=687f39be363ab3991cc063f94fb634c93e3d1f74

    Graphs are properly refreshed now. It fixes bug #531:
    http://bugs.cherokee-project.com/531
    
 admin/static/js/graphs.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3517 git=8577a3351266877fd2dda591eb46b13435646035

    Adds a new configuration key 'redir_symlinks' so the dirlist handler
    can redirect symbolic links to its original file instead of accessing
    it as a regular file or directory.
    
 admin/ModuleDirlist.py     |    6 ++-
 cherokee/handler_dirlist.c |  121 +++++++++++++++++++++++++++++++++++---------
 cherokee/handler_dirlist.h |    1 +
 3 files changed, 102 insertions(+), 26 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3515 git=b58cb0b9ae3b89dc37d095ef7d9d6e2deba10970

    Fixes a compilation issue: "/usr/bin/install: will not overwrite
    just-created `/usr/include/cherokee/avl.h' with `avl.h'"
    
 cherokee/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3514 git=a68f639e12cb6d05c2978069a8ac854ccce64b67

    0.99.21 released
    
 configure.in      |    2 +-
 po/admin/de.po    |  460 ++++++++++++++++++++++++++++++---------------------
 po/admin/en.po    |  471 +++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  473 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  471 +++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  473 +++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  467 +++++++++++++++++++++++++++++++---------------------
 7 files changed, 1666 insertions(+), 1151 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3513 git=54958ce6efcb75bf52b10f6d8482c368680a4f9d

    Adds a new "timeout" CHEROKEE_TRACE key.
    
 cherokee/thread.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3511 git=b8594e31f4c157d4e9e3281b499d1711748a5f4c

    Fixes an unfortunate regression introduced a couple of days ago.
    
 admin/CherokeeManagement.py |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3509 git=947ee42c28c9fac67206d56b88c8a03a251e35d8

    The server will try to raise the file descriptors limit to 4096 from
    now on. The default system value was way too low in many cases.
    
 cherokee/macros.h |    9 +++++----
 cherokee/server.c |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3506 git=06f448034a4d6284cd6c84bc5dbc53ddf8387c2a

    Even though it isn't recommended, Cherokee allows to launch the server
    without creating a PID file. Cherokee-admin checks that file in order
    to know whether or not the server is running. This patch adds a
    slightly smarted function to detect the server presence. In case the
    server PID file weren't present it'd try to check the OS processes
    list in order to find a cherokee process being executed with the same
    configuration file. In case it were found, it'd assume the server was
    running.
    
 admin/CherokeeManagement.py |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)


2009-08-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=3505 git=e0e6db7eb244b3b2360f44e4b3d5fd4f03cfbb03

    Change hr style
    
 admin/PageVServer.py          |   12 ++++++------
 admin/static/css/cherokee.css |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)


2009-08-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=3504 git=a725532f0b18dcf9f340d71948114de289ee4997

    Change colors to server graphs
    
 admin/PageStatus.py           |    4 ++--
 admin/PageVServer.py          |   12 ++++++------
 admin/static/css/cherokee.css |   19 ++++++++++++++-----
 admin/status.template.html    |    2 +-
 cherokee/collector_rrd.c      |   26 +++++++++++++-------------
 5 files changed, 36 insertions(+), 27 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3503 git=f236142aef209f81d6a26de81340e8a9496bfa98

    Stop the server reporting "Server is exiting.." more than once.
    It's merely an aesthetic fix.
    
 cherokee/main_worker.c |    4 ++++
 cherokee/server.c      |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3501 git=e03f4323a776b47f8a91cfaad2f99f0577b21aa9

    Optimizes the RRD module so it renders the absolutely minimum number
    of graph files. It takes rrdtool quite some time to render each one of
    those files so this improvement is quite interesting.
    
 cherokee/collector_rrd.c |   65 +++++++++++++++++++++++++++++++++------------
 1 files changed, 47 insertions(+), 18 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3500 git=4c081975fa1126a419d2752f14730a226a34526b

    Removes the Stats section that I added a couple of weeks ago. The
    graphs are now integrated in the PagaStatus and the PageVServer page.
    
 admin/GraphManager.py         |    3 +
 admin/Makefile.am             |    1 -
 admin/Page.py                 |    2 -
 admin/PageGeneral.py          |   18 ++++++
 admin/PageStats.py            |  131 -----------------------------------------
 admin/server.py               |    3 -
 admin/static/css/cherokee.css |    1 -
 7 files changed, 21 insertions(+), 138 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3499 git=a00e048931329f4e24fed32f793801fdc46c2daa

    Installs missing header file
    
 cherokee/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3495 git=bc960527c2364f4fbf563ee969abf26d35cc8825

    More traffic graphs integration..
    
 admin/GraphManager.py     |    3 ---
 admin/PageStatus.py       |    7 +++++--
 admin/PageVServer.py      |    9 +++++++++
 admin/static/js/graphs.js |   16 +++++++++-------
 4 files changed, 23 insertions(+), 12 deletions(-)


2009-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3494 git=35217e94e339b88d129033970bf82453221d2ecb

    Integrate the new graphs widget in the Virtual Server page.
    
 admin/PageVServer.py |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)


2009-07-31  Jonathan Hernandez  <ion@suavizado.com>
            svn=3493 git=688ada16367d2d1c09109824d536310444040feb

    Revamp status page, work in progress
    
 admin/PageStatus.py                 |   99 +++++++--------
 admin/static/css/cherokee.css       |  233 ++++++++++++++++++++++++++++++++++-
 admin/static/images/Makefile.am     |    3 +-
 admin/static/images/feedback.png    |  Bin 0 -> 1811 bytes
 admin/static/images/menu-active.png |  Bin 1151 -> 2470 bytes
 admin/static/images/offline.png     |  Bin 10131 -> 1905 bytes
 admin/static/images/online.png      |  Bin 9869 -> 2245 bytes
 admin/static/images/proud.png       |  Bin 0 -> 4646 bytes
 admin/static/images/web_proud.jpg   |  Bin 9325 -> 0 bytes
 admin/static/js/Makefile.am         |    1 +
 admin/static/js/graphs.js           |   32 +++++
 admin/status.template.html          |   51 ++++----
 12 files changed, 339 insertions(+), 80 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3490 git=348e4839e6153e667e9b9f46e1b3b8aa1e5064c2

    Geez! rrdtool is a CPU hog. I just realized that it was monopolizing a
    CPU of one of my servers. This patch tries to decrease the load of the
    graph re-generation by delaying the render of some of the graphs.
    
 cherokee/collector_rrd.c |   38 +++++++++++++++++++++++++++++---------
 1 files changed, 29 insertions(+), 9 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3489 git=bf09dd35b7a901ace77e2bb76fcd65893a942f9b

    Fixes typo.
    
 cherokee/common-internal.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3488 git=28943c57796541f62eda9a45d22e4256ccb9424a

    Tries be to slightly more gentle when dropping connections on
    overload. A new sched_yield() detection has been added to the
    configure process.
    
 cherokee/common-internal.h |   13 ++++++++++++-
 cherokee/thread.c          |   39 ++++++++++++++++++++++++++++++---------
 cherokee/thread.h          |    1 +
 configure.in               |   18 ++++++++++++++++--
 4 files changed, 59 insertions(+), 12 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3487 git=21034a6096f4f53b76c24b3aea37665ab4f3b6e2


 cherokee/main.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3486 git=7806e055adfdcf3e49809a09823295a3bab39fdd

    Fixes an unusual compilation issue. There were a couple of superfluous
    files shipped within the source tarball: cherokee/loader.autoconf.h
    and cherokee/loader.autoconf.inc
    
 cherokee/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3485 git=262057d3027d6b6b2e43e97052273aeb63d6981a

    Same patch as before.. for source_interpreter.c.
    
 cherokee/source_interpreter.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3484 git=1e29ea8f0fd51f55121faafbd18c4fadf99f56cb

    Increases the buffer for getgrnam() from 1k to 8k. It
    seems that OpenBSD needed a bigger buffer. Thanks to
    Fernando Quintero for the fix.
    
 cherokee/server.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3483 git=2cf8bbdd50dc11d2a9fab5868c5984ed598d7a0f

    Do not even check /etc/cherokee/mods-enabled when launching
    Cherokee with the -r parameter (quick local content sharing).
    
 cherokee/main_worker.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3482 git=6ec62739e9b9ddab4ab953e243b4f9b869808b76

    Bug fix: Do not try to launch anything if the cherokee-worker exists
    on fatal error. (Eg: The port is already open).
    
 cherokee/main.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3481 git=c036377c591299003ee5af7596310ff0989a2b32

    Adss a new field "Total" to all the graphs. It implements RFE #533:
    http://bugs.cherokee-project.com/533
    
 cherokee/collector_rrd.c |   56 ++++++++++++++++++++++++++++++---------------
 1 files changed, 37 insertions(+), 19 deletions(-)


2009-07-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3480 git=aadcffd65342fe36266c344c451c4e25f35b9b32

    Fixes a problem rewriting the "Host:" header in the internal HTTP
    request (from the server to the back-end).
    Thanks to G. Clifford Williams for reporting this issue.
    
 cherokee/handler_proxy.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-07-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3479 git=2344c127e92b51445651979379af1092e5166fcb

    Bug fix. Multi-line logging to syslog was failing.
    
 cherokee/util.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2009-07-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3478 git=35d78dd6ed68f9f0406724d9f37e94f0f0d0b2e7

    Bug-fix: A couple of parameters were spawned.
    
 cherokee/cryptor_libssl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3477 git=c09dfd799c6df7592e173e82870f3051ad877335

    Remove deprecated property. Thanks to Jorge Sarmiento for reporting.
    
 admin/PageVServer.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2009-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3476 git=80574302ccffd93a7b7a05d0fa8a6add3f46301d

    '!collector' is a known property of 'vserver!'
    
 cherokee/virtual_server.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3475 git=f66dd36f8327d123177ab57e5d6bf9924e3bf258

    Fixes a compilation issue.
    
 cherokee/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3474 git=ddc0d6f4c9c99a1e183197d7b61fc1363579436a

    Adds missing file
    
 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3473 git=119526f2e15a5ff095b48b1d48e0759ae661e71a

    Draw timeouts in red and accepts in blue..
    
 cherokee/collector_rrd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3472 git=16902b72c518b9fa55bbb625b03c7b1a84a6db9f

    Adds a new page to hold the statistics and graphs.
    
 admin/Page.py                 |    2 +
 admin/PageGeneral.py          |   16 -----
 admin/PageStats.py            |  131 +++++++++++++++++++++++++++++++++++++++++
 admin/PageVServer.py          |    3 +-
 admin/server.py               |    3 +
 admin/static/css/cherokee.css |    1 +
 6 files changed, 138 insertions(+), 18 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3471 git=78c84241a15cf679fe1e2a206b8e38875d0c5b7d

    Fixes a regression (compilation problem).
    
 admin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3470 git=9a98b6a62be90844328840ac1ab6be9111be367d

    Extended to handler both the /icons and /cherokee_themes directories.
    
 admin/Wizard_Icons.py |   74 ++++++++++++++++++++++++++++++++++++------------
 1 files changed, 55 insertions(+), 19 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3469 git=89b8ff0f7ec10d762f0d95fb2859dd5d964de3a7

    Adds a new Wizard. It adds a rule with the most common static files,
    so they are server as files when on a website based on dynamic
    content.
    
 admin/Makefile.am                             |    3 +-
 admin/Wizard_CommonStatic.py                  |   54 +++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am       |    3 +-
 admin/static/images/wizards/common_static.png |  Bin 0 -> 944 bytes
 4 files changed, 58 insertions(+), 2 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3468 git=5dad22a12198d78c13a1088b91cc6156dc29cc48

    RRD files shouldn't contain spaces; replacing them by underscores.
    
 cherokee/collector_rrd.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3467 git=3608686bddfa499cd5b157e8cf08d00d9df358e4

    Adds a new "draw_srv_traffic" configuration key (boolean) to
    cherokee_collector_vsrv_rrd_t.
    
 cherokee/collector_rrd.c |   10 ++++++++--
 cherokee/collector_rrd.h |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3466 git=ec0575b5ee871b8c0fd56e08ff2cb7bc846cb046

    Code clean up. cherokee_collector_rrd_t and
    cherokee_collector_vsrv_rrd_t are different
    structures now.
    
 cherokee/collector_rrd.c |  101 +++++++++++++++++++++++-----------------------
 cherokee/collector_rrd.h |   22 +++++++---
 2 files changed, 67 insertions(+), 56 deletions(-)


2009-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3465 git=ff4a8276475bc6f95e07dcc7e51a6fba8a993a78

    Improved graphs look for a better integration with Cherokee-admin.
    
 cherokee/collector_rrd.c |   66 ++++++++++++++++++++++++++++------------------
 1 files changed, 40 insertions(+), 26 deletions(-)


2009-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3464 git=420e8962a25deae3b60525d8016449c01380ea55

    (cherokee_find_exec_in_path): Bugfix.
    
 cherokee/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3463 git=0ee89a38fa31ef735668255cf75bdd85c2c19fee

    Ignore the libtool related m4 files.
    

2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3462 git=a4ce382cd2406d0bbea50431c0e81d7f29a33b00

    Adds a new Wizard for configuring the /icons directory (if missing).
    
 admin/Makefile.am                       |    3 +-
 admin/Wizard.py                         |   20 ++++++++------
 admin/Wizard_Icons.py                   |   43 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/icons.png   |  Bin 0 -> 2376 bytes
 5 files changed, 58 insertions(+), 11 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3461 git=8dea06e1abd8be190f23ac9c2dd58a3323e62460

    Fixes a silly mistake. Server traffic graphs weren't being updated.
    
 cherokee/collector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3460 git=0f0adf4c13907bfcb52b0a15e4c2fec7c1dbd578

    Checks were in the wrong order.
    
 cherokee/collector_rrd.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3459 git=9b0fcc5b0effeaf1b5f20d0e25008089f81096c4

    Relocates the directory checks. Now it's only checked
    on start instead of on each update/render.
    
 cherokee/collector_rrd.c |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3458 git=61b5669ef7fb225e61482c0dba232545748eafc2

    Delays information collectors initialization, so it's executed after
    the server drops its privileges. For instance, the RRDtool collector
    spawns new processes as the server user (Eg: www-data, www, ..)
    
 cherokee/collector.c      |   36 +++++--
 cherokee/collector.h      |   32 +++++--
 cherokee/collector_rrd.c  |  256 +++++++++++++++++++++++++--------------------
 cherokee/server.c         |   41 +++++++
 cherokee/virtual_server.c |    2 +-
 5 files changed, 237 insertions(+), 130 deletions(-)


2009-07-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3457 git=9cd66efa4aa95966abf46972eee031614df16991

    Fixes one of the RAILS_ENV default values: s/Development/development/.
    Thanks to 'atomist' for the report! It fixes the bug #529:
    http://bugs.cherokee-project.com/529
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3456 git=402d96cb26d181d33eafe8f639690121f493db28

    Checks whether a previous Unix socket already exists. If so,
    remove it before launching a new back-end application.
    
 cherokee/main_admin.c |   42 +++++++++++++++++++++++++++++++++++++++---
 1 files changed, 39 insertions(+), 3 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3455 git=550e1874c3e30e74c295dabc8c3ac8971654cb7e

    Typo
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3454 git=27d8b329eaa7da2364628cb8dc74ccf7fac84cd5

    The header length limit has been raised from 4k to 8k. It seems there
    are sites sending huge cookies that would require it. Thanks to "Gavin
    M. Roy" <gmr@myyearbook.com> for pointing it out.
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3453 git=8722b4159cd749a884ca93b4004b2413d22341fc

    - Updates pyscgi.py from 1.7 to 1.9
    - Fixes the QA tests so they work with pyscgi.py 1.9
    - From now on, Cherokee-admin uses a Unix socket for the internal
      communication with the application back-end (a SCGI application).
      This change should fix the problems that some people have
      experienced when running cherokee-admin in a server where either had
      not a "lo" interface or in which it was filtered with a DROP rule. A
      new parameter -t (--internal-tcp) has been added so cherokee-admin
      can be forced to use the previous localhost:4000 port.
    
 admin/pyscgi.py            |   70 ++++++++++++++++++++---------
 admin/server.py            |   14 +++++-
 cherokee/main_admin.c      |   69 +++++++++++++++++++----------
 qa/126-SCGI.py             |    4 +-
 qa/127-SCGI-Post.py        |    4 +-
 qa/140-SCGI-EmptyVars.py   |    4 +-
 qa/142-SCGI-ExtraVars.py   |    4 +-
 qa/151-SCGI-vars.py        |    4 +-
 qa/152-SCGI-vars2.py       |    4 +-
 qa/153-SCGI-vars-root.py   |    4 +-
 qa/171-SCGI-Keepalive.py   |    6 +-
 qa/173-Chunked-SCGI.py     |    6 +-
 qa/226-PathInfo-Default.py |    6 +-
 qa/pyscgi.py               |  106 +++++++++++++++++++++++++++++++++++---------
 14 files changed, 213 insertions(+), 92 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3452 git=a2b0351916736e82ed315568175c72fb506d7d9f

    Adds support for "information collectors" (a new plug-in type). It
    also adds a new plug-in for generating usage graphs with RRDtool. Both
    the server and the cherokee-admin sides are implemented. Beware, this
    new feature is still under development; use it with caution.
    
 Makefile.am                    |    1 +
 admin/Form.py                  |   27 --
 admin/GraphManager.py          |   44 +++
 admin/Makefile.am              |    2 +
 admin/ModuleRrd.py             |   30 ++
 admin/PageGeneral.py           |   42 ++-
 admin/PageStatus.py            |   28 ++
 admin/PageVServer.py           |   44 ++-
 admin/PageVServers.py          |   19 +-
 admin/configured.py.pre        |    2 +
 admin/consts.py                |    5 +
 admin/status.template.html     |    2 +
 admin/validations.py           |    6 +
 cherokee/Makefile.am           |   23 ++-
 cherokee/admin_server.c        |   26 +-
 cherokee/bogotime.c            |   50 +++-
 cherokee/bogotime.h            |    4 +-
 cherokee/buffer.h              |    1 +
 cherokee/collector.c           |  278 ++++++++++++++
 cherokee/collector.h           |  138 +++++++
 cherokee/collector_rrd.c       |  811 ++++++++++++++++++++++++++++++++++++++++
 cherokee/collector_rrd.h       |   59 +++
 cherokee/connection.c          |   19 +-
 cherokee/handler_server_info.c |   47 ++-
 cherokee/logger.h              |    2 +-
 cherokee/logger_custom.c       |    6 +-
 cherokee/logger_ncsa.c         |    6 +-
 cherokee/main_admin.c          |   42 ++-
 cherokee/plugin.h              |    3 +-
 cherokee/server-protected.h    |    3 +
 cherokee/server.c              |   54 ++--
 cherokee/server.h              |    1 -
 cherokee/thread.c              |   29 ++-
 cherokee/util.c                |   40 ++
 cherokee/util.h                |    7 +-
 cherokee/virtual_server.c      |   78 +++--
 cherokee/virtual_server.h      |   10 +-
 configure.in                   |    3 +-
 constants.h.pre                |    2 +
 39 files changed, 1814 insertions(+), 180 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3451 git=38098133ae4ff8a79f8ed2615c47ccc0a15f918b

    Previous commit was wrong.
    
 admin/CherokeeManagement.py |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3450 git=b9071839e272b0589fa3807ae7fef4cc852fde5f

    Check error lines before reporting an actual error.
    
 admin/CherokeeManagement.py |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3449 git=e62af394314ac1c27a638950cbcd80a7819f93e3

    Errors clean up. Also, spawning mechanism initialization
    is not longer a fatal error.
    
 cherokee/main.c |   32 +++++++++++++++-----------------
 1 files changed, 15 insertions(+), 17 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3448 git=17fb8706ec538c48b4007cd1fbb9062001b9ab0a

    Fixes bug. Wrong error levels were reported by LOG_ERRNO.
    
 cherokee/error_log.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-07-15  Antonio Perez  <aperez@skarcha.com>
            svn=3447 git=24e5ebccdb0f05726340ea684a4a4807c3b85539


 changelog-update.sh |    3 +++
 svnlog2changelog.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-07-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3446 git=e1ed1012f55bbeed9ec62c1f315af1640c1d41b7

    Replace $prefix/sbin by $sbindir. Thanks to gour (freenode.net)
    for pointing it out.
    
 contrib/cherokee.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3445 git=f431e22ce3fbc581dfa2ee52a3e95c27b235f044

    Updates the compilation variables replacement commands.
    
 Makefile.am         |    9 +++++----
 admin/Makefile.am   |    2 +-
 contrib/Makefile.am |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3444 git=fd2b68aa5c4ee913842ab3e9b780672531205310

    The server was crashing when a SNI enabled connection accessed a
    virtual server without TLS support. This patch should fix:
    http://bugs.cherokee-project.com/523
    
 cherokee/cryptor_libssl.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3443 git=260e78e10213a3b663f5eb2b3f23fa10324ae8d7

    Adds /crossdomain.xml to the "usual static files" list. It's RFE #522
    preamble: http://bugs.cherokee-project.com/522
    
 admin/Wizard.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3442 git=59187e3d76cf560800062f418be9e9b86040e74d

    Fixes a regression that caused the the Django, Wordpress and Drupal
    wizards to fail. It fixes bug: http://bugs.cherokee-project.com/517
    
 admin/Wizard_Django.py    |    2 +-
 admin/Wizard_Drupal.py    |    2 +-
 admin/Wizard_WordPress.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3441 git=c6d9dd74493c9a6afa06f36dd70f9561653101af

    Clean semaphores before exiting on error. It fixed bug #525
    http://bugs.cherokee-project.com/525
    
 cherokee/main.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-07-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3440 git=4d2e397b571a5b91e0126171a87b2abfedf0e35a

    Deletes W3C_logger info. The logger was deprecated in r3400.
    
 doc/Makefile.am                |    1 -
 doc/config_virtual_servers.txt |    6 +++---
 doc/index.txt                  |    1 -
 doc/modules.txt                |    1 -
 doc/modules_loggers.txt        |    1 -
 doc/modules_loggers_w3c.txt    |   33 ---------------------------------
 6 files changed, 3 insertions(+), 40 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3439 git=a100401cf573e4382195929c0b5870690327e469

    Don't execute ./configure is NO_CONFIGURE is defined.
    
 autogen.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3438 git=7ba41a87195f96d9bdf46e4f10b87531b56ab35b

    Gets rid of the .worker PID file. It was not really needed.
    
 admin/CherokeeManagement.py |   17 +++----------
 cherokee/main_worker.c      |    2 -
 cherokee/server.c           |   53 +------------------------------------------
 3 files changed, 5 insertions(+), 67 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3437 git=596dd04e175b0e5ac87e60d72fe00e4fab3b63b0

    Clean up
    
 cherokee/thread.c |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3436 git=9237893bd1f0a0dc7844cb71043f8fed2c146e65

    Tries to remove the worker PID file on exit. Fixes bug #524:
    http://bugs.cherokee-project.com/524
    
 cherokee/server.c |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3435 git=72915beb2941a484e876f76ea540201a901c04ee

    Always clean up on exit. It should fix
    http://bugs.cherokee-project.com/525
    
 cherokee/main.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2009-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3434 git=f146e31625ec3f160ecd29ce242bc0452ef939f4

    Adds new path for pkgsrc binaries. Thanks to Roy Marples for the
    feedback!
    
 admin/Wizard_PHP.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3433 git=719434342d83f623e5c9de17e8d8e5aa43762aaa

    Typo.
    
 admin/Module.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3432 git=673856ad15d111253ac9c636f379c760bae55423

    Adds a reference to the identi.ca group. Thanks to Bela Hausmann
    <post@belahausmann.name> for creating the group and sending the patch
    for the documentation.
    
 doc/other_community.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3431 git=bd3341461dfdd59ae4a5bb3a92a750a1f328fe93

    cherokee.conf.sample does no longer include PHP.
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3430 git=f266af0673ec53a5538442fec2e1174a39c8932c

    Another developer added.
    
 svnlog2changelog.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3429 git=ca20204da553587a31c38ef3e785c542baaf1c16

    http-cherokee.xml is auto-generated now; SVN ought to ignore it.
    

2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3428 git=f11217f59d298aa7f51202c69fb420d8d33b2b0f

    Modifies the logger so it uses the bogotime callback mechanism.
    
 cherokee/logger_ncsa.c |   80 ++++++++++++++++++++++++-----------------------
 cherokee/logger_ncsa.h |    2 +-
 2 files changed, 42 insertions(+), 40 deletions(-)


2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3427 git=b14734ed97421743e3a118d2d5194128a821951b

    Fixes a few misc. details..
    
 cherokee/buffer.c       |   59 +++++++++++++++++++++++++++++++----------------
 cherokee/fdpoll-epoll.c |    8 +++---
 2 files changed, 43 insertions(+), 24 deletions(-)


2009-07-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3424 git=6fd57938348fef0267e5d24c6180903f2b73c598

    Improves the OpenSolaris (& S10) SMF support. Thanks to Miguel Vidal
    <mvidal@libresoft.es> for sending a patch fixing the exec_method's
    start property. Additionally, this patch renames the .xml to .xml.pre
    so the paths are rewritten according to the real installation paths.
    
 Makefile.am           |   17 +++++--
 configure.in          |    4 +-
 http-cherokee.xml     |  120 -------------------------------------------------
 http-cherokee.xml.pre |  120 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 135 insertions(+), 126 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3423 git=390ad902dcb4731b477799b2834ef0319a6e697e

    Improves header parsing.
    
 cherokee/header.c |   24 ++++++++-----------
 cherokee/util.c   |   66 ++++++++++++++++++++++++++++++++++++-----------------
 cherokee/util.h   |    5 ++++
 3 files changed, 60 insertions(+), 35 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3422 git=75b2fd4494618d9b1cc7241182a258bfc27e3b65

    It speeds up slightly trace-enabled binaries.
    
 cherokee/connection.c |   10 +++++++++-
 cherokee/trace.c      |    7 +++++++
 cherokee/trace.h      |    1 +
 3 files changed, 17 insertions(+), 1 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3421 git=1b5319072ade01b5cdd3107dfa41c3a87366561d

    Adds a comment with a reminder on how to change SVN commit logs.
    
 changelog-update.sh |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3419 git=a721cc1e5a55ed184a040f6f36e11a528ffbe4c8

    Fixes a compilation problem (when building with TLS-SNI support):
    http://lists.octality.com/pipermail/cherokee/2009-July/010668.html
    
 cherokee/cryptor_libssl.c  |    2 +-
 cherokee/vrule_target_ip.c |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3418 git=60d9c60afc98ebf97d3a4cf6470c76c4de2ef9f5

    Adds a new --with-libssl parameter so the server can be compiled with
    a custom libssl/OpenSSL library located in a non-standard directory.
    The most common case would be: --with-libssl=/usr/local/ssl
    
 cherokee/Makefile.am |    8 ++++----
 configure.in         |   33 +++++++++++++++++++++++++--------
 2 files changed, 29 insertions(+), 12 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3416 git=8e9d157f2bf7e6a87777deb977724fc865963ef8

    Adds a couple of additional TRACE points
    
 cherokee/cryptor_libssl.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3415 git=f6330ee4c05993fdc44502bd0f9519af6b9fdb2b

    Bug fix: It had to copy the length instead of the whole structure.
    
 cherokee/vrule_target_ip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3414 git=7547415c4ba483407f46dfd455cd874f2dc5ec62

    Adds a new Virtual Server matching plug-in. It allows to choose a
    Virtual Server based on the target IP of the TCP connection rather
    than on the HTTP "Host:" header.
    
 admin/Form.py               |    4 +-
 admin/Makefile.am           |    1 +
 admin/ModuleRehost.py       |   12 +++-
 admin/ModuleTargetIp.py     |   68 ++++++++++++++++++++
 admin/ModuleWildcard.py     |   12 +++-
 admin/PageVServer.py        |    3 +
 admin/PageVServers.py       |    2 +
 admin/consts.py             |    3 +-
 cherokee/Makefile.am        |   20 ++++++
 cherokee/connection.c       |    2 +-
 cherokee/server-protected.h |    2 +-
 cherokee/server.c           |    3 +-
 cherokee/vrule.c            |    5 +-
 cherokee/vrule.h            |    4 +-
 cherokee/vrule_rehost.c     |    5 +-
 cherokee/vrule_target_ip.c  |  145 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/vrule_target_ip.h  |   49 +++++++++++++++
 cherokee/vrule_wildcard.c   |    7 ++-
 configure.in                |    3 +-
 19 files changed, 334 insertions(+), 16 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3413 git=c5b3f530b8a99d89094b02c4b85287ec30c3de4c

    Fixes a problem between EVHost and the File Exists rule plug-in. They
    did not work together because of an invalid execution order. Now the
    EVHost document root is evaluated in advance so the file exists rule
    knows about it when checking.
    
 cherokee/connection-protected.h |    7 ++-
 cherokee/connection.c           |  103 +++++++++++++++++---------------------
 cherokee/rule_exists.c          |    2 +-
 cherokee/thread.c               |   22 +++++---
 4 files changed, 65 insertions(+), 69 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3411 git=6a51c09b4170dcbddb41c95c7e0f84e6e53d2cae

    0.99.20 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3410 git=b06f6bf08f2d23ed61d007282e81d1ce3947996a


 po/admin/de.po    |  308 +++++++++++++++++++++++++++-------------------------
 po/admin/en.po    |  313 +++++++++++++++++++++++++++-------------------------
 po/admin/es.po    |  314 +++++++++++++++++++++++++++-------------------------
 po/admin/nl.po    |  312 +++++++++++++++++++++++++++--------------------------
 po/admin/sv_SE.po |  314 +++++++++++++++++++++++++++-------------------------
 po/admin/zh_CN.po |  314 +++++++++++++++++++++++++++-------------------------
 6 files changed, 969 insertions(+), 906 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3409 git=514d006759392f7f65bd3a4d5223767e5862c776

    Add the new "hash" parameter to the documentation. Patch by Frank
    Groeneveld <frankgroeneveld@gmail.com>.
    
 doc/modules_validators_mysql.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3408 git=0b46a477c0962ae4cce38744bf6da734d903a924

    Adds support for SHA1 hashed passwords. Based on patch by Frank
    Groeneveld <frankgroeneveld@gmail.com>. Thank you, goog stuff!!
    It implements: http://bugs.cherokee-project.com/477
    
 admin/ModuleMysql.py       |   25 ++++++++++++++++---------
 cherokee/validator_mysql.c |   37 ++++++++++++++++++++++++-------------
 cherokee/validator_mysql.h |    9 +++++++--
 3 files changed, 47 insertions(+), 24 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3407 git=4b311631ffcf3dff482585c6524b7811d68fda5b

    Neither of these plug-ins was checking whether log writes were
    specified in the configuration. This leaded to server crashes when
    there were not configured properly.
    
 cherokee/logger_custom.c |   32 ++++++++++++++++++++------------
 cherokee/logger_ncsa.c   |   24 ++++++++++++++----------
 2 files changed, 34 insertions(+), 22 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3406 git=f3e34aa3fdc35c768ea3a53732e3ff637dc30480

    FFMpeg depends on libm
    
 configure.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-06-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3405 git=71d441f2b93257421f85241f5aa7d07b333f3b78

    Fixes a problem in the admin: host name entries could not be changed
    because of old values were not being purged. Thanks to Stefan de
    Konink for reporting.
    
 admin/PageVServer.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-06-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3404 git=e89dab2013fc66c0de1144e53de5728f6f0b0705

    Fixes a compilation problem
    
 cget/main.c          |    4 ++--
 cherokee/Makefile.am |   11 ++++++-----
 cherokee/error_log.c |    8 ++++++--
 3 files changed, 14 insertions(+), 9 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3403 git=fe983689b028a4db6a0725377412df36214369dc

    Replace almost all the PRINT_ERROR, PRINT_ERROR_S and PRINT_ERRNO by
    their equivalent macro in the new error reporting system.
    
 cherokee/access.c               |   12 +++---
 cherokee/admin_client.c         |   22 +++++-----
 cherokee/avl.c                  |    6 +-
 cherokee/balancer.c             |    6 +-
 cherokee/balancer_ip_hash.c     |    4 +-
 cherokee/balancer_round_robin.c |    4 +-
 cherokee/bind.c                 |    6 +-
 cherokee/buffer.c               |   22 +++++-----
 cherokee/common-internal.h      |    1 +
 cherokee/config_entry.c         |    2 +-
 cherokee/config_reader.c        |    8 ++--
 cherokee/connection.c           |    6 +-
 cherokee/cryptor_libssl.c       |   87 ++++++++++++++++++++-------------------
 cherokee/downloader.c           |    4 +-
 cherokee/encoder_deflate.c      |   14 +++---
 cherokee/encoder_gzip.c         |   14 +++---
 cherokee/fdpoll-epoll.c         |   15 ++++--
 cherokee/fdpoll-kqueue.c        |    2 +-
 cherokee/fdpoll-port.c          |   14 +++---
 cherokee/gen_evhost.c           |    4 +-
 cherokee/handler_cgi.c          |    9 ++--
 cherokee/handler_custom_error.c |    2 +-
 cherokee/handler_dbslayer.c     |    5 +-
 cherokee/handler_dirlist.c      |    4 +-
 cherokee/handler_error_redir.c  |    4 +-
 cherokee/handler_fcgi.c         |    6 +-
 cherokee/handler_mirror.c       |    2 +-
 cherokee/handler_proxy.c        |    4 +-
 cherokee/handler_redir.c        |    2 +-
 cherokee/handler_scgi.c         |    2 +-
 cherokee/handler_secdownload.c  |    2 +-
 cherokee/handler_server_info.c  |    4 +-
 cherokee/header.c               |    8 ++--
 cherokee/http.c                 |    2 +-
 cherokee/icons.c                |    4 +-
 cherokee/init.c                 |    4 +-
 cherokee/logger.h               |    1 +
 cherokee/logger_ncsa.c          |    4 --
 cherokee/logger_writer.c        |   37 +++++++++++-----
 cherokee/logger_writer.h        |    2 +-
 cherokee/macros.h               |   11 ++---
 cherokee/main_tweak.c           |    2 +-
 cherokee/main_worker.c          |    2 +-
 cherokee/ncpus.c                |   12 +++--
 cherokee/plugin_loader.c        |   10 ++--
 cherokee/post.c                 |    2 +-
 cherokee/regex.c                |    2 +-
 cherokee/rule_bind.c            |    8 ++--
 cherokee/rule_directory.c       |    4 +-
 cherokee/rule_exists.c          |    4 +-
 cherokee/rule_extensions.c      |    4 +-
 cherokee/rule_from.c            |    6 +-
 cherokee/rule_fullpath.c        |    4 +-
 cherokee/rule_geoip.c           |    4 +-
 cherokee/rule_header.c          |   10 ++--
 cherokee/rule_method.c          |    6 +-
 cherokee/rule_request.c         |    7 +--
 cherokee/server.c               |   10 +++--
 cherokee/socket.c               |   42 +++++++++++--------
 cherokee/source.c               |    8 ++--
 cherokee/source_interpreter.c   |   13 +++---
 cherokee/spawner.c              |    5 +-
 cherokee/template.c             |    2 +-
 cherokee/thread.c               |   10 ++--
 cherokee/util.c                 |   39 +++--------------
 cherokee/util.h                 |    3 +-
 cherokee/validator_file.c       |    4 +-
 cherokee/validator_ldap.c       |   37 ++++++++--------
 cherokee/validator_mysql.c      |   12 +++---
 cherokee/virtual_server.c       |   28 ++++++------
 cherokee/vrule_rehost.c         |    2 +-
 cherokee/vrule_wildcard.c       |    2 +-
 72 files changed, 337 insertions(+), 339 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3402 git=4936021f42ae1b2ff11797e416bf7e872d1a20b8

    Add support for LOG_ERRNO and LOG_ERRNO_S
    
 cherokee/error_log.c |   46 ++++++++++++++++++++++++++++++++++++++++++----
 cherokee/error_log.h |   18 +++++++++++-------
 2 files changed, 53 insertions(+), 11 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3401 git=34e41ee96ec87e5a7d30d0b09d798868c838e409

    This patch changes substantially the way in which errors and warnings
    are logged. From now on, warnings, regular errors, and critical issues
    are logged in the error log. That was supposed to be the default
    behavior, although most of the code used the PRINT_ERROR macro which
    was not working with the logging subsystem. In this change-set a few
    new macros are introduced so regular functions can log errors without
    having access to the connection or the virtual server objects. Most of
    the PRINT_ERROR references ought to be replaced with either LOG_ERROR,
    LOG_WARNING or LOG_CRITICAL. So far only the cherokee/server.c
    references have been replaced for testing purposes. More related
    commits to come.
    
 cherokee/common-internal.h |   52 +++++++++++++++-----------
 cherokee/error_log.c       |   85 +++++++++++++++++++++++++++++++++++++++++
 cherokee/error_log.h       |   59 +++++++++++++++++++++++++++++
 cherokee/fcgi_manager.c    |    7 +--
 cherokee/handler_cgi.c     |    6 +--
 cherokee/handler_fcgi.c    |    7 +--
 cherokee/handler_file.c    |   13 ++----
 cherokee/init.c            |    1 +
 cherokee/logger.c          |   33 ++--------------
 cherokee/logger.h          |    8 +---
 cherokee/logger_combined.c |    1 -
 cherokee/logger_custom.c   |   24 +++++------
 cherokee/logger_custom.h   |    2 +-
 cherokee/logger_ncsa.c     |   60 +++++++----------------------
 cherokee/logger_ncsa.h     |    3 +-
 cherokee/macros.h          |   22 +++++-----
 cherokee/server.c          |   90 ++++++++++++++++++++++++++++----------------
 cherokee/thread.c          |   16 ++++++++
 cherokee/threading.c       |   14 +++++++
 cherokee/threading.h       |    2 +
 cherokee/trace.c           |   11 +----
 cherokee/util.c            |   22 +++++++++++
 cherokee/util.h            |    3 +-
 cherokee/validator_pam.c   |   28 +++----------
 24 files changed, 354 insertions(+), 215 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3400 git=e1140f20c3af46700d6447225d2af3284609eccb

    Deprecates the W3C logger.
    
 admin/PageVServer.py  |  111 ++++++----------
 admin/consts.py       |    1 -
 cherokee/Makefile.am  |   21 +---
 cherokee/logger_w3c.c |  349 -------------------------------------------------
 cherokee/logger_w3c.h |   67 ----------
 configure.in          |    3 +-
 6 files changed, 47 insertions(+), 505 deletions(-)


2009-06-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3399 git=9aa2aa9d0ee01568797056240e5d6b636261a1c5

    Fixes a few gcc compilation warnings.
    
 cherokee/common-internal.h |   10 ++++++++++
 cherokee/handler_cgi.c     |    2 +-
 cherokee/main.c            |    6 ++----
 cherokee/server.c          |    2 +-
 cherokee/thread.c          |    2 +-
 5 files changed, 15 insertions(+), 7 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3398 git=7e9f23773af36bb3aea5c5288e6e696a3d24b2ce

    If patch is meant to fix an autoconf warning. The configure script was
    complaining about the secutiry/pam_modules.h system header. Check
    http://bugs.cherokee-project.com/491 and chapter "19.7 Header Present
    But Cannot Be Compiled" for the autoconf documentation for more info.
    
 configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3397 git=6caf8623fb8d5a508b349d2d00b671a40fa64e71

    Do not set an empty REMOTE_USER variable when user has not been
    authenticated. Fixes bug: http://bugs.cherokee-project.com/467
    
 cherokee/handler_cgi_base.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3396 git=7e257bad35a6ad399a4c67fc3bf4665ede0db2aa

    When Cherokee was compiling without Pthread support (or threading was
    turn off in the configuration), it was not able to perform graceful
    restarts operations properly: http://bugs.cherokee-project.com/485
    
 cherokee/thread.c |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3395 git=da684d01565a8599d540644c42a9f4f5a7a1ccdd

    Adds a couple of new properties 'backup' and 'hidden' for showing
    back-up files and hidden files. By default both properties are false,
    so the default behavior doesn't change. It fixes bug #485 anyway:
    http://bugs.cherokee-project.com/485
    
 admin/ModuleDirlist.py     |    7 +++++--
 cherokee/handler_dirlist.c |   21 +++++++++++++++------
 cherokee/handler_dirlist.h |    2 ++
 3 files changed, 22 insertions(+), 8 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3394 git=05e781cccab5c036c47fd4af7998a223ecbf9ca7

    RegEx entries are editable now. http://bugs.cherokee-project.com/496
    
 admin/ModuleProxy.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3393 git=193707c02295af3c8427760fe756a2358533a8a7

    Fixes a problem with the 'seconds' property. Thanks Stefan de Konink
    for the patch! Fixes http://bugs.cherokee-project.com/513
    
 cherokee/handler_server_info.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3392 git=5b73baa5c55a6a350c806e96dd92244b2ef9d458

    Speeds up graceful restarts. http://bugs.cherokee-project.com/500
    
 cherokee/thread.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3391 git=6d61026c59795c083b7613b26d581abcb4bb2000

    Fixes a few calls to cherokee_logger_write_string() along the
    code. Lines were not being separated with new line characters.
    Fixes: http://bugs.cherokee-project.com/510
    
 cherokee/fcgi_manager.c  |    2 +-
 cherokee/handler_cgi.c   |    2 +-
 cherokee/handler_fcgi.c  |    2 +-
 cherokee/handler_file.c  |    4 ++--
 cherokee/validator_pam.c |    6 +++---
 5 files changed, 8 insertions(+), 8 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3390 git=e275d0468023b2f3413343546197c7e9c6846925

    Now it uses bogonow instead of the time() system call. It also print a
    more detailed time information (including milliseconds). This patch
    implements: http://bugs.cherokee-project.com/511
    
 cherokee/trace.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3389 git=e48dbd65fffb5bccfe3a8688dca3c61f79fca8e2

    Adds a new property to the wizard. It allows to set a RAILS_ENV value
    from within the Wizard. Fixes: http://bugs.cherokee-project.com/506
    
 admin/Wizard_RoR.py |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3387 git=b8e12aa72477b0e0b8c4305be8379e2c019d2372

    Improve the validation process in the Wizards. It also improves the
    persistence of the user entered information when a error shows up.
    
 admin/Wizard.py            |   10 +++
 admin/Wizard_Django.py     |   17 ++++-
 admin/Wizard_Drupal.py     |  144 ++++++++++++++++++++++++--------------------
 admin/Wizard_HotLinking.py |    7 ++-
 admin/Wizard_Mailman.py    |    6 ++-
 admin/Wizard_Redirect.py   |   30 ++++++---
 admin/Wizard_RoR.py        |   12 +++-
 admin/Wizard_WordPress.py  |  141 +++++++++++++++++++++++-------------------
 8 files changed, 219 insertions(+), 148 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3386 git=8238be96a687f81c8451f7d927c536f08ed94186

    Information sources were not shown in order. This quick fix sorts them
    before rendering the information sources tables. Thanks to Gunnar Wolf
    for logging this RFE. Fixes: http://bugs.cherokee-project.com/508
    
 admin/PageInfoSource.py |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3385 git=ef8375fa5a2c70eeca78dfeb5ffdb5ae99fbdb26

    Adds a -d parameter to spawn-fcgi so it chmod()s to the RoR project
    directory before spawning the new process. Thanks to Gunnar Wolf for
    reporting! Fixes: http://bugs.cherokee-project.com/505
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3384 git=8409d1003b1481be5d30e2d854e67064b6473da9

    Fixes a number of compilation warnings; thanks to Marcus Rueckert for
    reporting them.
    
 cherokee/connection.c      |    2 +-
 cherokee/handler_dirlist.c |    6 ++++--
 cherokee/logger_w3c.c      |    2 --
 cherokee/template.c        |    2 +-
 cherokee/virtual_server.c  |    3 ++-
 5 files changed, 8 insertions(+), 7 deletions(-)


2009-06-25  Jonathan Hernandez  <ion@suavizado.com>
            svn=3383 git=3b9d11cc15b21f6d675b88588c7802e0a0b14b69

    Fix some look and feel problems in wizard panels UI.
    
 admin/static/css/cherokee.css |  624 ++++++++++++++++++++---------------------
 admin/static/js/wizards.js    |   19 +-
 2 files changed, 315 insertions(+), 328 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3382 git=93ffc99d9fce8f4f047aeb5495a8d4fbfb90e35e

    Fixes a couple of compilation warnings.
    
 cherokee/cryptor_libssl.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3381 git=8d05f9ca55c8f7c4de4677a897a77ca237666184

    Uninitialized variable fix. Reported by Marcus Rueckert.
    
 cherokee/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3380 git=423afc9dc873d022f26878eb4d1020d2d1a73c9e

    Fixes a wrong call to memset(). Thanks to Marcus Rueckert
    <darix@opensu.se> for reporting this issue.
    
 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3379 git=66875495953a1e678ba9bb471a6829c06cd887ad

    0.99.19 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3378 git=08d45687d3a1c5874b37af205b6d886d5ec60145


 po/admin/de.po    |    2 +-
 po/admin/en.po    |    2 +-
 po/admin/es.po    |    2 +-
 po/admin/nl.po    |    2 +-
 po/admin/sv_SE.po |    2 +-
 po/admin/zh_CN.po |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


2009-06-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3376 git=6bc8ffb974b5c9fc98dc80b26a3cdbf557fd4c5f

    Adds a shortcut in the code in order to reduces the exiting time. It
    should fix bug: http://bugs.cherokee-project.com/500
    
 cherokee/thread.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-06-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3375 git=dead312f27b8a6c65ca51cb71550b4b5bc23f41e

    Rails 2.3 reprecated the script/process directory. This patch updates
    the wizard so it checks for another file while checking whether or not
    the directory contains a RoR project. It also fixes the error message
    so it includes the command for adding the missing files.
    
 admin/Wizard_RoR.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-06-23  Jonathan Hernandez  <ion@suavizado.com>
            svn=3374 git=0a14740384f466b1b71d677d7516fad7ff24e1b7

    Enhacements to wizards panels
    
 admin/PageVServer.py          |    4 +-
 admin/PageVServers.py         |    4 +-
 admin/static/css/cherokee.css |   69 +++++++++++++++++++++-----------
 admin/static/js/wizards.js    |   85 +++++++++++++++++++---------------------
 4 files changed, 89 insertions(+), 73 deletions(-)


2009-06-22  Antonio Perez  <aperez@skarcha.com>
            svn=3373 git=21c191748bb680c0c3cedee346bbc79480507986


 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Antonio Perez  <aperez@skarcha.com>
            svn=3372 git=1c28c5c373dffccb08d928009d78c8615f23b0cd

    Wizards javascript functions was not being installed.
    
 admin/static/js/Makefile.am |    3 ++-
 svnlog2changelog.py         |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3370 git=6ab72416f95cb3db17a9538d119ad3d3c1943c45

    Reverts the previous change (wrong commit).
    
 cherokee/handler_fcgi.c |    1 -
 cherokee/handler_scgi.c |    1 -
 cherokee/thread.c       |   19 ++-----------------
 3 files changed, 2 insertions(+), 19 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3369 git=1b0031866108fb4ee6704a05b0a63ddaa3ff10b0

    ChangeLog should be ignored by SVN
    
 cherokee/handler_fcgi.c |    1 +
 cherokee/handler_scgi.c |    1 +
 cherokee/nonce.c        |    1 -
 cherokee/thread.c       |   19 ++++++-
 po/admin/de.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/en.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/es.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/nl.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po       |  133 ++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po       |  133 ++++++++++++++++++++++++----------------------
 10 files changed, 433 insertions(+), 387 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3368 git=87d3c8e7d2db3908013ef9892f8da290180aa0e4

    It should return a failure when trying to set auto_rate if FFMped
    support is missing. Thanks to Pedro Gracia Fajardo for the patch.
    
 cherokee/handler_streaming.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3367 git=0de36d21f5edf7c6a976a995867c521d02e0ea39

    0.99.18 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3366 git=d22cfaccda1ee911d936aa8e882c3d6cbda22701

    The spawning mechanism was failing when the server was not running as
    root. The source of the issue was a SysV IPC semaphore; it belonged to
    the root user, so cherokee-worker wasn't able to interact with it.
    This issue has been reported in the mailing list. Thanks to Matt
    Austin, Piotr Waskiewicz, Frank Groeneveld and Michael Maier for
    finding and following up this bug:
    http://lists.octality.com/pipermail/cherokee/2009-June/010537.html
    
 cherokee/main.c |   80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 80 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3365 git=3ba29a7d1dd302fab26d22a678cbc2cedd6cf6a3

    Move the ChangeLog (re)generation script to a new file:
    changelog-update.sh. It's still called from ./autogen.sh.
    
 Makefile.am         |    3 ++-
 autogen.sh          |   29 +----------------------------
 changelog-update.sh |   35 +++++++++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 29 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3364 git=828e66f33a5a1c782a2fdace2d4ffddfa7d1d2aa

    Bugfix
    
 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3363 git=330aa0e40205fb9be28c9fa1a7437314607e21f9

    Integrates the svnlog2changelog.py in the autogen.sh script.
    
 autogen.sh          |   34 +++++++++++++++++++++++++++++++++-
 svnlog2changelog.py |   14 ++++++++------
 2 files changed, 41 insertions(+), 7 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3362 git=03a08751517e2d8de83c025b1c34162d553c9257

    Even though it isn't strictly necessary, we are going to distribute
    the svnlog2changelog.py script in the Cherokee source tarball.
    
 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3361 git=68dab500cd0c237309a9be031602acbff4c4b868

    Since svn2log.py uses a non-standard XML library, I've had to write
    this new script to build the ChangeLog file. This is the first and
    early version.
    
 svnlog2changelog.py |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3360 git=43ddd08347003d81a243932e053cdb4151e7c703

    Adding the old Changelog file
    
 ChangeLog.20090621 |17001 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 17001 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3359 git=235f56551076872c3a3191811a9d03794facce40

    Renaming Changelog to Changelog.20090621
    
 ChangeLog |17001 -------------------------------------------------------------
 1 files changed, 0 insertions(+), 17001 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3358 git=5eb0f43047ad0e6cf169cb0fdc3b05e0a7c26865

    This is the last entry of this change-log file. It's being rename to
    Changelog.20090621. From now on we will use SVN commit comments, and
    the Changelog file will be built out of them.
    
 ChangeLog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3357 git=6cb69c1dc3c4ea293d05cc29f88e23548587be1f


 ChangeLog                               |    4 +
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Mailman.py                 |  156 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/mailman.png |  Bin 0 -> 2993 bytes
 5 files changed, 164 insertions(+), 2 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3356 git=27debfb5bca925099559139f3fb46f44ad16475e


 cherokee/connection.c         |    3 ++-
 cherokee/rule_fullpath.c      |    4 ++++
 cherokee/validator_htpasswd.c |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3355 git=a7ea71dcf7be144c154da2f0652ea0bb7155c697


 ChangeLog            |    2 ++
 admin/PageVServer.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3354 git=911f17084f1d506f576e4618ac704d79b0dc15ed


 admin/Wizard_RoR.py       |    1 -
 admin/Wizard_WordPress.py |    4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3353 git=65f208d0159b744675b62c2f66ed8d723531752b


 ChangeLog                    |    4 ++++
 cherokee/handler_streaming.c |   15 +++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)


2009-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3352 git=4ecb2efd432447b30056af77e7db94f11eb9d38c


 ChangeLog    |    7 +++++++
 configure.in |    6 ++++++
 2 files changed, 13 insertions(+), 0 deletions(-)


2009-06-19  Jonathan Hernandez  <ion@suavizado.com>
            svn=3351 git=982760c824d5da9e76fd4d8c943b9d329b7c9f50


 admin/static/js/wizards.js |  106 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 106 insertions(+), 0 deletions(-)


2009-06-19  Jonathan Hernandez  <ion@suavizado.com>
            svn=3350 git=c78dd4de2693d58565ec40692bbd921efd3c1f1e


 ChangeLog                     |    6 +++
 admin/PageVServer.py          |    5 ++-
 admin/PageVServers.py         |    5 ++-
 admin/Wizard.py               |   22 ++++++------
 admin/static/css/cherokee.css |   73 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 98 insertions(+), 13 deletions(-)


2009-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3349 git=4290e316e4953da56278cc24a7f3821889262e6d


 doc/basics_download.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-06-15  Antonio Perez  <aperez@skarcha.com>
            svn=3347 git=439a345710d65717dd9cde57bdc5260c1af064db


 admin/static/images/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-06-15  Antonio Perez  <aperez@skarcha.com>
            svn=3346 git=a79e73c5d99bed5e52f478122fa27acbfef4ffbd


 ChangeLog             |    5 +++++
 admin/PageVServer.py  |    2 +-
 admin/PageVServers.py |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


2009-06-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3345 git=b3761c0a6d4f6f9893e2d34dae05b6a6a42600ba


 admin/PageStatus.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3344 git=6fd18d1a82b5b3d04ac674c2ede215b7daa33440


 ChangeLog                |    5 +++++
 admin/ModuleDirectory.py |    5 +++--
 admin/ModuleExists.py    |    5 +++--
 admin/ModuleFullpath.py  |   16 +++++++++-------
 admin/ModuleHeader.py    |    5 +++--
 admin/ModuleMethod.py    |    5 +++--
 admin/ModuleRequest.py   |    5 +++--
 7 files changed, 29 insertions(+), 17 deletions(-)


2009-06-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3343 git=5570086ef8c1f727abd3aa495d186951e582cbef


 ChangeLog           |    6 ++++
 admin/Wizard_RoR.py |   78 +++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 63 insertions(+), 21 deletions(-)


2009-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3341 git=01c160b1d9d26fabb154255d9b7a1fda337c1286


 ChangeLog            |    8 +++
 admin/Makefile.am    |    1 +
 admin/ModuleFrom.py  |   76 +++++++++++++++++++++++++++++++
 admin/consts.py      |    1 +
 cherokee/Makefile.am |   19 ++++++++
 cherokee/access.c    |   55 +++++++++++------------
 cherokee/access.h    |    6 ++-
 cherokee/rule_from.c |  120 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_from.h |   50 +++++++++++++++++++++
 configure.in         |    3 +-
 10 files changed, 307 insertions(+), 32 deletions(-)


2009-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3340 git=a39cbfd5049ba46bccb78fd3297df9fc78ceaf74


 po/admin/de.po    |  318 ++++++++++++++++++++++++++++-----------------------
 po/admin/en.po    |  320 ++++++++++++++++++++++++++++-----------------------
 po/admin/es.po    |  320 ++++++++++++++++++++++++++++-----------------------
 po/admin/nl.po    |  320 ++++++++++++++++++++++++++++-----------------------
 po/admin/sv_SE.po |  328 +++++++++++++++++++++++++++++-----------------------
 po/admin/zh_CN.po |  328 +++++++++++++++++++++++++++++-----------------------
 6 files changed, 1064 insertions(+), 870 deletions(-)


2009-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3339 git=b555baeb2bc0c8179d73d56397566c36ec8939b1


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3338 git=5b33555c20168eb858eb704861862e63cdbb22c7


 admin/Wizard_RoR.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3337 git=bbb94687c0ff2dc07042da1c61ca951c170a3bf8


 ChangeLog              |    4 ++
 admin/ModuleExists.py  |   15 ++++---
 cherokee/rule_exists.c |  100 ++++++++++++++++++++++++++++++++++++++++++-----
 cherokee/rule_exists.h |    1 +
 4 files changed, 103 insertions(+), 17 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3336 git=d98f709b9b79611b3c8e1c398df16fcc5c94b5be


 ChangeLog                 |    3 +++
 cherokee/handler_common.c |   21 ++++++++++-----------
 cherokee/virtual_server.c |    8 ++++++--
 3 files changed, 19 insertions(+), 13 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3335 git=cd29ad18eb8a581b3b4bae8a719a66a5428ad992


 ChangeLog            |    3 +++
 admin/util.py        |   14 ++++++++++++++
 admin/validations.py |   25 ++++++++++---------------
 3 files changed, 27 insertions(+), 15 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3334 git=4865106c89842a890b0c83eaa3bd0897282c6568


 admin/validations.py |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2009-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3333 git=5d3edbb7839805269283a763be525211112c3a21


 ChangeLog                 |    7 +++++++
 admin/ModuleExtensions.py |    7 ++++---
 admin/PageVServer.py      |   30 ++++++++++++++++--------------
 admin/Rule.py             |    2 +-
 admin/validations.py      |    8 ++++++--
 5 files changed, 34 insertions(+), 20 deletions(-)


2009-06-12  Jonathan Hernandez  <ion@suavizado.com>
            svn=3332 git=2fa78d3be220bb68b5180380ee3289cd30ea9443


 ChangeLog             |    5 +++++
 admin/PageVServer.py  |    6 ++++++
 admin/PageVServers.py |    5 +++++
 3 files changed, 16 insertions(+), 0 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3331 git=b5b3b4db61cf5aa2cdd89e0efa3de3d9ca666c81


 ChangeLog             |    5 +++++
 admin/ModuleExists.py |   13 ++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3330 git=e24a0cced1e56d6294760aece67c85c661a5fba8


 ChangeLog           |    3 +++
 admin/Wizard_RoR.py |   39 +++++++++++++++++++++++----------------
 2 files changed, 26 insertions(+), 16 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3329 git=61a093728fbe88e6ec32171cb1338afbf0006fdf


 admin/PageAdvanced.py |   16 ++++++++--------
 admin/PageIcon.py     |    2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3328 git=4319975aae9aa318d24b2b7539cfdb5bd80bad6b


 admin/PageIcon.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3327 git=4c954b03444b34d92cf801d183f98e9e9559845a


 ChangeLog               |    2 ++
 admin/PageInfoSource.py |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3326 git=cfdcfcaf29b3ff1399ec0128ac46cf2b8918f095


 admin/Form.py |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3325 git=a02e0823f8193444b5377944461fac9a9f9886ec


 ChangeLog                       |    4 ++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |    9 +++++++++
 cherokee/source_interpreter.c   |   23 +++++++++++++++++++----
 cherokee/spawner.c              |   24 +++++++++++++++++++++---
 5 files changed, 54 insertions(+), 7 deletions(-)


2009-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3324 git=6604b7db182acf88e758d1d0d6b7845654728e2c

    ::
    
 ChangeLog          |    6 ++++++
 admin/Module.py    |    7 ++++++-
 admin/PageEntry.py |    9 +++++----
 admin/Rule.py      |   15 +++++++++++++++
 4 files changed, 32 insertions(+), 5 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3323 git=d4438cb6423e16ea1c44f7dd98d8bccc9db77661


 admin/ModuleExists.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3322 git=2f364268ef5d616606c1adecbb5fead39c69e3f6


 ChangeLog             |    4 ++++
 admin/ModuleExists.py |   46 +++++++++++++++++++++++++++++++++++++---------
 admin/PageVServer.py  |    3 ++-
 3 files changed, 43 insertions(+), 10 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3321 git=f9de53e221bd23c56de4b7ae7240281b5382e0fd


 admin/Wizard_RoR.py |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3320 git=9059d7889654d9f411061c605a226910bb4631bb


 ChangeLog                               |    4 +
 admin/Makefile.am                       |    3 +-
 admin/Wizard_RoR.py                     |  206 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/ror.png     |  Bin 0 -> 3672 bytes
 admin/util.py                           |   22 ++++
 6 files changed, 236 insertions(+), 2 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3319 git=5e02a51f20252e7b4efb7ad163d5da452764a439


 ChangeLog     |    5 +++++
 admin/util.py |   13 ++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)


2009-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3318 git=2dd11d08a50228869683830c2cf6a23e35b185fb


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-06-10  Antonio Perez  <aperez@skarcha.com>
            svn=3317 git=7559f45b12bd982390b32742bae5a1d48d436620


 admin/static/images/arrow_ns.png   |  Bin 0 -> 447 bytes
 admin/static/images/arrow_ns_h.png |  Bin 0 -> 452 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)


2009-06-10  Antonio Perez  <aperez@skarcha.com>
            svn=3316 git=1a4c2029556c4ed6bfa9149f13bac72259f267e2


 ChangeLog                          |    7 +
 admin/PageVServer.py               |   34 +++--
 admin/PageVServers.py              |   20 ++-
 admin/static/css/cherokee.css      |   10 ++
 admin/static/js/jquery.tablednd.js |  267 ++++++++++++++++++++++++++++--------
 5 files changed, 265 insertions(+), 73 deletions(-)


2009-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3314 git=05a919ec5b09da4c7d2d5894b0b719528b7e8173


 contrib/Makefile.am |    2 +-
 po/admin/de.po      |  515 ++++++++++++++------------
 po/admin/en.po      |  516 ++++++++++++++------------
 po/admin/es.po      |  526 +++++++++++++++------------
 po/admin/nl.po      |  516 ++++++++++++++------------
 po/admin/sv_SE.po   | 1014 +++++++++++++++++++++++++++------------------------
 po/admin/zh_CN.po   |  160 ++++----
 7 files changed, 1748 insertions(+), 1501 deletions(-)


2009-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3313 git=aeccd0bbb5f88a2f31eb2651673c1c65142e005c


 ChangeLog       |    6 +++++-
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-06-09  Jonathan Hernandez  <ion@suavizado.com>
            svn=3312 git=0a5b719ee1498b3fa0abc4a6f061677106f98cc7


 ChangeLog                     |   21 +++++++++++++--------
 admin/PageVServer.py          |   38 +++++++++++++++++++++++++++++++++-----
 admin/PageVServers.py         |   27 ++++++++++++++-------------
 admin/static/css/cherokee.css |   13 +++++++++----
 4 files changed, 69 insertions(+), 30 deletions(-)


2009-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3311 git=40397abd2514ed4cc391210285aece7a30f276ce


 ChangeLog         |    5 +
 admin/consts.py   |    2 +-
 po/admin/zh_CN.po |  879 ++++++++++++++++++++++++++---------------------------
 3 files changed, 445 insertions(+), 441 deletions(-)


2009-06-05  Antonio Perez  <aperez@skarcha.com>
            svn=3310 git=95fbcdda1d23e85e0b155a262d865e047b3ac740


 po/admin/SV_se.po | 2911 -----------------------------------------------------
 po/admin/sv_SE.po | 2911 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2911 insertions(+), 2911 deletions(-)


2009-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3309 git=f06ef362acac9477e4c9a9e70df3c903ce262cbd


 admin/consts.py   |    2 +-
 po/admin/LINGUAS  |    2 +-
 po/admin/SV_se.po | 2911 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/admin/se.po    | 2911 -----------------------------------------------------
 4 files changed, 2913 insertions(+), 2913 deletions(-)


2009-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3308 git=92111192d6e46c5465395db0fa1cb75c9b25f8de


 admin/consts.py    |    3 +-
 po/admin/ChangeLog |    5 +
 po/admin/LINGUAS   |    2 +-
 po/admin/zh_CN.po  | 2934 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2942 insertions(+), 2 deletions(-)


2009-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3307 git=d7d6093a65d31696898728dd6eca8b72944477b8


 ChangeLog           |    3 +++
 admin/Wizard_PHP.py |   17 ++++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)


2009-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3306 git=44e855a75ff4ad001781ba477c3f9d0d67c7a714


 ChangeLog           |    3 +++
 contrib/Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3305 git=8589519302f44a611cc6be632e794bc9f3fb8028


 po/admin/ChangeLog |    4 +
 po/admin/se.po     |  324 ++++++++++++++++++++++++++++------------------------
 2 files changed, 177 insertions(+), 151 deletions(-)


2009-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3304 git=a80955d9bedc73083dfa44dbea4edea9a088ce36


 ChangeLog                  |   10 ++++++++++
 cherokee/common-internal.h |   16 +++++++++++++++-
 cherokee/main.c            |   31 +++++++++++++++++++------------
 cherokee/shm.c             |   42 ------------------------------------------
 cherokee/shm.h             |    5 -----
 cherokee/spawner.c         |   32 +++++++++++++++++++++++++-------
 configure.in               |   19 ++++++++++++++++++-
 7 files changed, 87 insertions(+), 68 deletions(-)


2009-06-02  Antonio Perez  <aperez@skarcha.com>
            svn=3303 git=b4b9370b4c8ca4f9f259baaa2492a516b194e24e


 admin/static/images/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-06-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3302 git=24389fc950249de21eb19b6a78c48673c20886e9


 ChangeLog             |    4 ++++
 cherokee/main_admin.c |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2009-06-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3301 git=921c6fb761790e2b7acc97ecc876767a60e48be4


 ChangeLog                 |    5 +++
 admin/Wizard.py           |   12 ++++++++
 admin/Wizard_Django.py    |    3 ++
 admin/Wizard_Drupal.py    |   12 +++++---
 admin/Wizard_WordPress.py |   64 ++++++++++++++++++++++++--------------------
 5 files changed, 63 insertions(+), 33 deletions(-)


2009-06-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3300 git=d5357ab913e0c7a60813d1d123f73e2b2dbf89fc


 ChangeLog                |    9 +++
 admin/Makefile.am        |    1 +
 admin/ModuleFullpath.py  |   76 ++++++++++++++++++++++++++
 admin/consts.py          |    1 +
 cherokee/Makefile.am     |   19 +++++++
 cherokee/rule_fullpath.c |  132 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_fullpath.h |   50 +++++++++++++++++
 configure.in             |    3 +-
 qa/229-Fullpath.py       |   33 +++++++++++
 qa/230-Fullpath2.py      |   40 ++++++++++++++
 qa/Makefile.am           |    5 +-
 11 files changed, 366 insertions(+), 3 deletions(-)


2009-06-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3299 git=7a5bde05fb3b45369b47f51b26f9766d339bfd39


 ChangeLog               |    6 ++++++
 admin/PageEntry.py      |   25 +++++++++++++++++--------
 admin/PageInfoSource.py |    2 +-
 admin/PageVServer.py    |    2 +-
 admin/Rule.py           |   23 +++++++++++++----------
 5 files changed, 38 insertions(+), 20 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3298 git=07e90cc1b246afb3fd8aa557d925a636d9adce0c


 ChangeLog                                 |    5 +++++
 admin/Wizard_WordPress.py                 |    4 ++--
 admin/static/images/wizards/Makefile.am   |    2 +-
 admin/static/images/wizards/wordpress.jpg |  Bin 1630 -> 0 bytes
 admin/static/images/wizards/wordpress.png |  Bin 0 -> 4418 bytes
 5 files changed, 8 insertions(+), 3 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3297 git=98a3b1df0a1c7f039859c57fc2aba5278c6497df


 admin/Wizard_Drupal.py    |    7 ++++---
 admin/Wizard_WordPress.py |    7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3296 git=f01ee617df990fe15b8a46f403a715eacad84043


 ChangeLog               |    3 +++
 cherokee/handler_scgi.c |   12 ++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3295 git=5d89eb32b0cdcdfd84ecea379af563718137f750


 admin/Wizard_Drupal.py    |    5 -----
 admin/Wizard_WordPress.py |   21 +++++++++++----------
 2 files changed, 11 insertions(+), 15 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3294 git=20b06ee44c47926a709084a7217f7d63364c8cb4


 ChangeLog              |    3 +
 admin/Wizard_Drupal.py |  109 +++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 107 insertions(+), 5 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3293 git=852aa9eeefe97a01563116086845d8249715e4ae


 ChangeLog                 |    4 ++++
 admin/Wizard_Drupal.py    |   12 +++++++++++-
 admin/Wizard_WordPress.py |   10 +++++++++-
 admin/util.py             |   15 +++++++++++++++
 4 files changed, 39 insertions(+), 2 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3292 git=8a18d893ee9951c0a938fcb1a58c27c8d56f5e7e


 admin/Wizard.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3291 git=68af44cdb085b5299300484fd5042bdf65dac0ae


 ChangeLog                               |    4 +
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Drupal.py                  |  103 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/drupal.png  |  Bin 0 -> 2709 bytes
 5 files changed, 111 insertions(+), 2 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3290 git=ce73aeb47a8bf43c8c04f3e6a7e6f6d5e533c6d9


 admin/Wizard_PHP.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3289 git=0e4acc72c37785e7ec99443364fcd950ebe8b797


 admin/Wizard_PHP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3288 git=30fbb35bf6966df58c83122b79cb11577a58afb2


 ChangeLog                  |   12 ++++++++++++
 cherokee/rule.c            |    4 ++--
 cherokee/rule.h            |    4 ++--
 cherokee/rule_and.c        |    8 +++++---
 cherokee/rule_bind.c       |    7 +++++--
 cherokee/rule_default.c    |    5 ++++-
 cherokee/rule_directory.c  |    6 +++++-
 cherokee/rule_exists.c     |   26 ++++++++++++++++++++------
 cherokee/rule_extensions.c |    6 +++++-
 cherokee/rule_geoip.c      |    6 +++++-
 cherokee/rule_header.c     |    7 +++++--
 cherokee/rule_list.c       |    4 ++--
 cherokee/rule_method.c     |    7 +++++--
 cherokee/rule_not.c        |    6 ++++--
 cherokee/rule_or.c         |    8 +++++---
 cherokee/rule_request.c    |    6 +++++-
 16 files changed, 91 insertions(+), 31 deletions(-)


2009-05-30  Antonio Perez  <aperez@skarcha.com>
            svn=3287 git=f838ce305c19f44514f1555cc6ad342eab33ef78


 ChangeLog           |    5 +++++
 admin/ModuleFcgi.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3286 git=e3fd3452df3b421e939a92ea4824aec582a105f9


 ChangeLog                |    5 +++++
 cherokee/handler_redir.c |   17 +++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3285 git=4b0d32862e5b864f587221762fdfd6b406e3f83b


 ChangeLog                |    4 ++++
 cherokee/connection.c    |    4 ++--
 cherokee/handler_redir.c |    4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3284 git=8a7f93e05276ae2aad52bf3ae946d6da694c4679


 ChangeLog                |    3 +++
 cherokee/handler_redir.c |    5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3283 git=213d9f32b04a49636780c1853eaa8a752e0e2723


 ChangeLog           |    3 +++
 admin/Wizard_PHP.py |    7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3282 git=e308b8b3d3e2e5a183dce75940dfb101e59c0bbc


 ChangeLog                 |    3 +
 admin/Wizard_WordPress.py |  199 +++++++++++++++++++--------------------------
 2 files changed, 86 insertions(+), 116 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3281 git=9e288de95e2808382edac6b4264019e6169cf3cf


 admin/Wizard_HotLinking.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-30  Antonio Perez  <aperez@skarcha.com>
            svn=3280 git=dd973745855604902a873b1d77042f0e68d60f97


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3279 git=de808da99654317a468ff03d4ea116867e85354c


 ChangeLog       |    2 ++
 admin/Wizard.py |   21 +++++++++++----------
 admin/consts.py |    6 ------
 3 files changed, 13 insertions(+), 16 deletions(-)


2009-05-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3278 git=2ac20ecf6cad81ca8824722867ebbdae599f4e88


 ChangeLog                  |    6 +++++
 admin/Wizard.py            |   47 ++++++++++++++++++++++++++++++++++++-------
 admin/Wizard_Django.py     |    6 +++-
 admin/Wizard_HotLinking.py |   10 ++++++--
 admin/Wizard_Redirect.py   |    3 +-
 admin/Wizard_WordPress.py  |    6 +++-
 admin/consts.py            |    6 +++++
 7 files changed, 68 insertions(+), 16 deletions(-)


2009-05-30  Antonio Perez  <aperez@skarcha.com>
            svn=3277 git=8db047c7bb3f85ae782a5ed2ff6e99c715ea0152


 ChangeLog             |    6 ++++++
 admin/PageVServers.py |   25 ++++++++++++++++++-------
 admin/config.py       |    9 +++++++++
 3 files changed, 33 insertions(+), 7 deletions(-)


2009-05-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3276 git=91e325a11406039a12a899d3672a82973db6e6f8


 ChangeLog                                  |    5 ++
 admin/Makefile.am                          |    1 +
 admin/Wizard.py                            |    2 +-
 admin/Wizard_HotLinking.py                 |  103 ++++++++++++++++++++++++++++
 admin/Wizard_Redirect.py                   |   14 +++--
 admin/static/images/wizards/Makefile.am    |    3 +-
 admin/static/images/wizards/hotlinking.png |  Bin 0 -> 3773 bytes
 7 files changed, 121 insertions(+), 7 deletions(-)


2009-05-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3275 git=6bddd2ae53d03cdaf8579385c14186c66546087e


 ChangeLog                |    7 +++++++
 admin/Wizard.py          |   33 +++++++++++++++++++++++++++++++--
 admin/Wizard_Django.py   |   16 +++++++++++-----
 admin/Wizard_Redirect.py |    5 +++--
 4 files changed, 52 insertions(+), 9 deletions(-)


2009-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3274 git=cf3f4255f1acd6d92c56145a1bccb9d6bb784bc5


 ChangeLog              |    5 +++
 admin/Wizard_Django.py |   71 ++++++++++++++++++++++++++++++++++++++++++++---
 admin/Wizard_PHP.py    |    4 +-
 admin/util.py          |    6 ++--
 4 files changed, 76 insertions(+), 10 deletions(-)


2009-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3273 git=0f161b07f00c37cde2573f6955c3e483734527ca


 admin/Wizard_Django.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3272 git=d67ff6246d41cb59e5c1d6fc6fa00ebcfe408621


 admin/Wizard_Django.py |   30 +++++++++++++++++++++++++-----
 admin/validations.py   |    7 +++++++
 2 files changed, 32 insertions(+), 5 deletions(-)


2009-05-28  Jonathan Hernandez  <ion@suavizado.com>
            svn=3271 git=5daa3022b84bdf3d45fd591869d54f9fc05d4a4b


 ChangeLog                             |   13 +++++++
 admin/PageVServer.py                  |    6 ++--
 admin/PageVServers.py                 |   31 ++++++++++++++++-
 admin/Wizard_PHP.py                   |    2 +-
 admin/static/css/cherokee.css         |   62 ++++++++++++++++++++++++++++++--
 admin/static/images/menu-active.png   |  Bin 3891 -> 1151 bytes
 admin/static/images/rulestable-th.png |  Bin 0 -> 343 bytes
 admin/static/images/tab.png           |  Bin 8734 -> 8176 bytes
 8 files changed, 105 insertions(+), 9 deletions(-)


2009-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3270 git=903043e20a0ade9d9f21e61cc28967f06388a3d7


 ChangeLog                               |    5 ++
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Django.py                  |   77 +++++++++++++++++++++++++++++++
 admin/Wizard_PHP.py                     |    2 +-
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/django.png  |  Bin 0 -> 1612 bytes
 admin/util.py                           |   29 ++++++++++-
 7 files changed, 113 insertions(+), 6 deletions(-)


2009-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3269 git=8420a0412e45f5adad791f3218eeb760fd80de53


 po/admin/se.po |  209 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 104 insertions(+), 105 deletions(-)


2009-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3268 git=354edb514ee7a181327fb21066d27c889d601fb4


 ChangeLog          |    6 ++++++
 cherokee/spawner.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3267 git=efeb1d76bc33c5559d8b97a0426bfde47b9ec0ee


 admin/consts.py    |    3 +-
 po/admin/ChangeLog |    5 +
 po/admin/LINGUAS   |    2 +-
 po/admin/se.po     | 2890 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2898 insertions(+), 2 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3266 git=1c42ed0f82a67a21c156eec666ae8819fadf7f92


 ChangeLog             |    4 ++++
 doc/cookbook_zend.txt |    6 +++++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3265 git=439ef93b822766c7728e9c883b1390c622b4b06e


 ChangeLog |  274 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 137 insertions(+), 137 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3264 git=c22bd7356617efb8a60e1f2c5622d454e526c327


 ChangeLog                   |    3 +++
 cherokee/handler_cgi_base.c |   19 +++++++++++--------
 cherokee/handler_fcgi.c     |    7 ++++---
 3 files changed, 18 insertions(+), 11 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3263 git=48c824385e354399f231a14f0158c7fc59802e95


 qa/141-FastCGI-EmptyVars.py |    1 +
 qa/206-AuthType.py          |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3262 git=6bb0a043d27e94825c6b65236c69945821adc426


 qa/util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3261 git=8ae04350b9a2d882b895cbb6a60651c8244ddb6c


 ChangeLog         |    5 +++++
 cherokee/buffer.c |   30 ++++++++++++++++++++++++++++++
 cherokee/buffer.h |    1 +
 3 files changed, 36 insertions(+), 0 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3260 git=21c5d7530186f10ac08aa175634d1fa84cbe43d5


 contrib/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3259 git=80e55d6ac786293187f56d82d2965c7f7215468c


 ChangeLog                         |    7 +++
 admin/PageAdvanced.py             |   19 ++++++-
 cherokee/Makefile.am              |    7 +++
 cherokee/cryptor_libssl.c         |  104 ++++++++++++++++++++++++++++++++++++-
 cherokee/cryptor_libssl_dh_1024.c |   38 +++++++++++++
 cherokee/cryptor_libssl_dh_2048.c |   52 ++++++++++++++++++
 cherokee/cryptor_libssl_dh_4096.c |   78 +++++++++++++++++++++++++++
 cherokee/cryptor_libssl_dh_512.c  |   32 +++++++++++
 contrib/make-dh_params.sh         |   28 ++++++++++
 9 files changed, 362 insertions(+), 3 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3258 git=779501f4804c921bfe7a071e6736ffc4a112701f


 admin/Wizard.py     |   11 +++++++++--
 admin/Wizard_PHP.py |    9 +++++----
 2 files changed, 14 insertions(+), 6 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3257 git=753b0115a8209f924d2cb2a30b7b9b1ffe9ea395


 admin/Wizard_WordPress.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3256 git=b09adc05d3fd69b5d3c30a2efb56f6881c84db2f


 ChangeLog              |    6 ++++++
 cherokee/rule_exists.c |   36 +++++++++++++++++++++++++-----------
 cherokee/rule_exists.h |    1 +
 3 files changed, 32 insertions(+), 11 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3255 git=a8b6d121151e8c48d3fb91a2ca2ffc4190d36bd3


 admin/static/images/wizards/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3254 git=5887e614b1a848365206c4b70057040bb99aa7bf


 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3253 git=c31858f3d1c3b979a3fd1d7447de8e0841fd4947


 ChangeLog                   |    7 +++++++
 cherokee/handler_cgi_base.c |    9 +++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3252 git=a132f0676b3308b2d11c452e10ce1ab5d382ec0e


 ChangeLog                                |    4 ++
 admin/PageVServers.py                    |    1 -
 admin/Wizard.py                          |   45 +++++++++++++++++++++++
 admin/Wizard_Redirect.py                 |   57 ++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am  |    3 +-
 admin/static/images/wizards/redirect.jpg |  Bin 0 -> 1489 bytes
 6 files changed, 108 insertions(+), 2 deletions(-)


2009-05-24  Antonio Perez  <aperez@skarcha.com>
            svn=3251 git=7f7ff6771e68e3ea7dd80968d20dac4002287703


 ChangeLog             |    5 +++++
 admin/PageVServers.py |    7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3250 git=d168a28fadf7319f1be1ca68dc582e61cd109993


 ChangeLog                       |    7 +++++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |    9 ++++++++-
 3 files changed, 16 insertions(+), 1 deletions(-)


2009-05-24  Antonio Perez  <aperez@skarcha.com>
            svn=3249 git=7af653a10dd8f98640b3a821e5d8993b8079187f


 admin/PageVServer.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3248 git=a1f76df6208e537989e33eaa5d3c9b4f30114447


 admin/static/images/wizards/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3247 git=e4f68e73c881c3fc48cd225fb37da1008211acab


 po/admin/ChangeLog |    4 ++++
 po/admin/es.po     |   50 +++++++++++++++++++++++++++-----------------------
 2 files changed, 31 insertions(+), 23 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3246 git=0b3756a4230890209e6516cd74c60c72263d9b67


 po/admin/de.po |  323 +++++----
 po/admin/en.po |  324 +++++----
 po/admin/es.po |  323 +++++----
 po/admin/nl.po | 2178 ++++++++++++++++++++++++++++++--------------------------
 4 files changed, 1664 insertions(+), 1484 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3245 git=e2e6ad102447fdf9161265598b4881609fc56c38


 admin/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3244 git=358bae1a16ce8ec39664d612853cadbb0307669d


 ChangeLog                                 |    9 ++
 admin/Page.py                             |    1 +
 admin/PageVServer.py                      |   33 +++++-
 admin/PageVServers.py                     |   31 +++++
 admin/Wizard.py                           |   86 ++++++++++++
 admin/Wizard_PHP.py                       |  103 +++++++++++++++
 admin/Wizard_WordPress.py                 |  200 +++++++++++++++++++++++++++++
 admin/server.py                           |   11 +-
 admin/static/images/Makefile.am           |    2 +-
 admin/static/images/wizards/Makefile.am   |    6 +
 admin/static/images/wizards/php.jpg       |  Bin 0 -> 1241 bytes
 admin/static/images/wizards/wordpress.jpg |  Bin 0 -> 1630 bytes
 admin/util.py                             |   93 +++++++++++++
 cherokee.conf.sample.pre                  |   19 +---
 configure.in                              |    1 +
 15 files changed, 568 insertions(+), 27 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3243 git=c4b4c5594040e88f83e069a9ed10b759b785931f


 cherokee/handler_cgi_base.c |    2 ++
 cherokee/rule_directory.c   |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3242 git=7c049d42143676e3d4da6e058fe7c2708a556a91



2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3241 git=3efe923be52bee9e959825a0196a27380f9a304c


 ChangeLog          |    4 ++++
 admin/PageEntry.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3240 git=8cdaac315c11678d17776471f2c4d3134d3ff973


 ChangeLog            |    3 +++
 admin/PageVServer.py |    9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3239 git=5e2ed6b7457bb5639fa94558491d4880668beff2


 ChangeLog                   |    2 ++
 cherokee/handler_cgi_base.c |    9 ++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3238 git=2216ef3eab9587676e0714c76affce69dde340fd


 ChangeLog       |    4 ++++
 cherokee/main.c |    7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3237 git=7fd826052ae28affb586bd1f495d6d6f1ecd4658


 ChangeLog                |    3 +++
 cherokee/config_reader.c |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3236 git=0096e0e6264a9c90d8adcc73b9fb63a37f2bc59e


 ChangeLog |    4 ++++
 README    |   22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)


2009-05-22  Antonio Perez  <aperez@skarcha.com>
            svn=3234 git=4b1e3e6e0bb159d3d4d07549c419163be334f82c


 ChangeLog                       |    8 ++++++++
 admin/PageVServer.py            |   16 ++++++++--------
 admin/static/images/Makefile.am |    5 +++++
 admin/static/images/cross.png   |  Bin 0 -> 655 bytes
 admin/static/images/tick.png    |  Bin 0 -> 537 bytes
 5 files changed, 21 insertions(+), 8 deletions(-)


2009-05-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3233 git=e626b947f3db708fc675180cc989aa8729c8205a


 ChangeLog               |    5 +++++
 cherokee/handler_fcgi.c |   12 ++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)


2009-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3232 git=7c104fbda00648ef8db60d4bff314634ce19dd1a


 ChangeLog          |    2 +
 admin/consts.py    |    3 +-
 po/admin/ChangeLog |    5 +
 po/admin/LINGUAS   |    2 +-
 po/admin/nl.po     | 2800 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 2810 insertions(+), 2 deletions(-)


2009-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3231 git=b3f416ac736a9eed0f2390a2b5f4cd4a4fb82b90


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |   18 +++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletions(-)


2009-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3228 git=49561b6f5a4637ce1bb93286e954cfd82efcf2b1


 cherokee/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3227 git=c900f576446ad6eb3dcad1cc20c83eec0002794b


 ChangeLog    |    5 +++++
 configure.in |    9 ++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


2009-05-13  Antonio Perez  <aperez@skarcha.com>
            svn=3225 git=f7151f29f7ba20dd11e61afedf75bfd049f9516a


 ChangeLog       |    4 +
 cherokee/main.c |  181 +++++++++++++++++++++++++++++-------------------------
 2 files changed, 101 insertions(+), 84 deletions(-)


2009-05-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3224 git=18b647ce974ad368ab2289b46e3c4373beee319c


 ChangeLog          |    4 +
 admin/consts.py    |    3 +-
 po/admin/ChangeLog |    5 +
 po/admin/LINGUAS   |    2 +-
 po/admin/de.po     | 2839 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/admin/en.po     |  817 ++++++++--------
 po/admin/es.po     | 1432 ++++++++++++++-------------
 7 files changed, 4027 insertions(+), 1075 deletions(-)


2009-05-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3223 git=91984de019e97dde6a259db74979b05bac0307c9


 ChangeLog              |    6 ++++++
 admin/ModuleHeader.py  |    3 ++-
 cherokee/rule_header.c |    2 ++
 3 files changed, 10 insertions(+), 1 deletions(-)


2009-05-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3221 git=aed732f9db21d106dd5fc61bc7779daf57dfef3c


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-05-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3220 git=5befa9ec42bd74d220c3c36c58cdd68f864eacc6


 ChangeLog               |    8 ++++++++
 cherokee/handler_file.c |   18 ++++++++++--------
 2 files changed, 18 insertions(+), 8 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3219 git=e7d9b212cc28b5f28019746ae1db4dfe13787fb6


 cherokee/handler_cgi_base.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3217 git=e866bc65ce37b870ae0caf494459ecd4951955a6


 ChangeLog         |    4 ++++
 cherokee/buffer.c |   20 +++++++++++++++++---
 2 files changed, 21 insertions(+), 3 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3216 git=e415789f4ad7760afa9a023d9c000de74ccc958f


 ChangeLog       |    2 ++
 cherokee/main.c |   10 ++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3215 git=d90cd7a737376519cf1333354283cd8de71a09f0


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3214 git=6c0f57d74ad48d146c3ee9d60736a929d531ab28


 ChangeLog                |    6 ++++++
 cherokee/config_reader.c |    8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)


2009-05-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3213 git=00bcf2f6be367a86117ed6f70e8f8933dc7086c9


 ChangeLog       |    8 +++++++-
 cherokee/main.c |   12 +++++++-----
 2 files changed, 14 insertions(+), 6 deletions(-)


2009-05-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3212 git=4b4b8a5d2960dcd905d280222d1d55b94168b8ee


 ChangeLog                    |    3 +++
 cherokee/handler_streaming.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-05-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3211 git=e10dfd30802959dfd4af48cfeabf57376312f7ec


 ChangeLog          |    3 +++
 cherokee/spawner.h |    8 ++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2009-05-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3210 git=c352e60b25fe363ab78ab010c995c5614bdb71ee


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-05-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3209 git=6310d40d30a3c310b6906424efe4d4d98e5656cb


 ChangeLog                     |    6 ++++++
 cherokee/source_interpreter.c |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-05-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3208 git=2402c04818225456c0d53142f615800f763ccdf2


 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-05-08  Antonio Perez  <aperez@skarcha.com>
            svn=3206 git=c5c4f358b57e83e37797bd2667c965984240b4a3


 ChangeLog                  |   22 +++++++++++++++
 admin/Form.py              |    2 +-
 admin/ModuleAuth.py        |   15 ++++++----
 admin/ModuleBalancer.py    |   11 +++++---
 admin/ModuleBind.py        |    2 +-
 admin/ModuleCgi.py         |   27 ++++++++++--------
 admin/ModuleCommon.py      |   13 +++++---
 admin/ModuleCustomError.py |    9 ++++--
 admin/ModuleDbslayer.py    |   25 ++++++++++--------
 admin/ModuleDirectory.py   |   11 +++++---
 admin/ModuleDirlist.py     |   31 ++++++++++++----------
 admin/ModuleEvhost.py      |   11 +++++---
 admin/ModuleExists.py      |   17 +++++++-----
 admin/ModuleExtensions.py  |    9 ++++--
 admin/ModuleFcgi.py        |    2 +-
 admin/ModuleFile.py        |    9 ++++--
 admin/ModuleGeoip.py       |   15 ++++++----
 admin/ModuleHeader.py      |   13 +++++---
 admin/ModuleHtdigest.py    |    7 +++-
 admin/ModuleHtpasswd.py    |    7 +++-
 admin/ModuleLdap.py        |   37 ++++++++++++++------------
 admin/ModuleMethod.py      |   11 +++++---
 admin/ModuleMirror.py      |    7 +++-
 admin/ModuleMysql.py       |   35 +++++++++++++-----------
 admin/ModulePlain.py       |    7 +++-
 admin/ModuleProxy.py       |   19 ++++++++-----
 admin/ModuleRedir.py       |   19 ++++++++-----
 admin/ModuleRehost.py      |    9 ++++--
 admin/ModuleRequest.py     |   11 +++++---
 admin/ModuleScgi.py        |    5 +++-
 admin/ModuleSecdownload.py |   13 +++++---
 admin/ModuleServerInfo.py  |   15 ++++++----
 admin/ModuleStreaming.py   |   17 +++++++-----
 admin/ModuleWildcard.py    |    9 ++++--
 admin/Page.py              |    4 +-
 admin/PageAdvanced.py      |   42 +++++++++++++++---------------
 admin/PageEntry.py         |   18 ++++++------
 admin/PageGeneral.py       |   16 +++++-----
 admin/PageInfoSource.py    |   28 ++++++++++----------
 admin/PageMime.py          |    6 ++--
 admin/PageVServer.py       |   62 ++++++++++++++++++++++----------------------
 admin/PageVServers.py      |    4 +-
 admin/Rule.py              |    2 +-
 43 files changed, 383 insertions(+), 271 deletions(-)


2009-05-08  Antonio Perez  <aperez@skarcha.com>
            svn=3205 git=beeb1f3b53923792b285daa90e345256a0bd2a4d


 ChangeLog                 |   12 ++++++++++++
 admin/Form.py             |   13 +++++++++++++
 admin/ModuleAuthlist.py   |    3 +--
 admin/ModuleBalancer.py   |    3 +--
 admin/ModuleBind.py       |    3 +--
 admin/ModuleCgi.py        |    3 +--
 admin/ModuleErrorRedir.py |    3 +--
 admin/ModuleProxy.py      |    9 +++------
 admin/ModuleRedir.py      |    3 +--
 admin/ModuleRehost.py     |    3 +--
 admin/ModuleWildcard.py   |    5 ++---
 admin/PageGeneral.py      |    3 +--
 admin/PageIcon.py         |    6 ++----
 admin/PageInfoSource.py   |    6 ++----
 admin/PageMime.py         |    3 +--
 admin/PageVServer.py      |    3 +--
 admin/PageVServers.py     |    3 +--
 17 files changed, 45 insertions(+), 39 deletions(-)


2009-05-07  Antonio Perez  <aperez@skarcha.com>
            svn=3202 git=4eeab0c552971543acfe0c6db739a9cc59d3626c


 ChangeLog       |    8 +++++++-
 admin/server.py |    9 +++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)


2009-05-06  Antonio Perez  <aperez@skarcha.com>
            svn=3201 git=9d4696594d7332e8b829c2378080bf88e35b7cd0


 ChangeLog               |    5 +++++
 admin/ModuleBalancer.py |    2 +-
 admin/ModuleDirlist.py  |   10 +++++-----
 3 files changed, 11 insertions(+), 6 deletions(-)


2009-05-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3199 git=56f4ad718d5e6d7975107936b748307325ea454d


 cherokee/handler_fcgi.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2009-05-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3198 git=3ea5050aed9e6080ded429b1151b1f90b700776c


 ChangeLog      |    2 +
 po/admin/es.po |  883 ++++++++++++++++++++++++++------------------------------
 2 files changed, 416 insertions(+), 469 deletions(-)


2009-05-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3197 git=f6aa0af5d681128e5f36af399e58c82cf02b3f7d


 ChangeLog               |    2 ++
 admin/PageInfoSource.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-05-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3196 git=1e2684b4bcd5fa80b15547cc5ff612b852a8ccbb


 ChangeLog                     |    9 +++++
 cherokee/handler_file.c       |   69 ++++++++++++++++++++++++++++++-----------
 cherokee/handler_file.h       |    1 +
 qa/056-ContentRange3.py       |    2 +-
 qa/057-ContentRange4.py       |    3 +-
 qa/058-ContentRange-Double.py |    3 +-
 qa/145-ContentRange3-NoIO.py  |    2 +-
 qa/146-ContentRange4-NoIO.py  |    2 +-
 8 files changed, 68 insertions(+), 23 deletions(-)


2009-05-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3194 git=eaae869932fb4335a40af89c0835a13289de3102


 ChangeLog            |    3 +++
 admin/PageVServer.py |   12 ++++++------
 cherokee/logger.c    |   22 ++++++++++++++++++++--
 3 files changed, 29 insertions(+), 8 deletions(-)


2009-05-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3193 git=fb3a0acf17e00dab579e673357ad3248fedcf162


 ChangeLog         |    6 ++++++
 cherokee/socket.c |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-04-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3188 git=38d525a17a781551baf987aeade407a647ab1bf1


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-04-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3187 git=3ecb34e810815f3ffdf49b036d076c4626d3e3b3


 po/admin/en.po |   69 ++++++++++++++++++++++++++++++++--------------------
 po/admin/es.po |   73 +++++++++++++++++++++++++++++++++----------------------
 2 files changed, 86 insertions(+), 56 deletions(-)


2009-04-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3186 git=1de95d08fc4d3b1cac99b9b5772fc3a55777d126


 ChangeLog                     |    5 +++++
 cherokee/Makefile.am          |   20 ++++++++++++++------
 cherokee/main.c               |    8 ++++++++
 cherokee/source_interpreter.c |    5 ++++-
 cherokee/spawner.c            |   13 ++++++++++++-
 configure.in                  |   14 +++++++++++++-
 6 files changed, 56 insertions(+), 9 deletions(-)


2009-04-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3185 git=6d21d98b44cf1a2d18f3697745346f4f251f0040


 ChangeLog                     |    5 +++++
 cherokee/source_interpreter.c |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-04-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3184 git=e95906449134f954ba22adbf3e8458cddacf20a5


 ChangeLog          |    4 ++++
 cherokee/main.c    |   37 +++++++------------------------------
 cherokee/shm.c     |    6 ++++--
 cherokee/spawner.c |    6 +++++-
 cherokee/spawner.h |    2 +-
 5 files changed, 21 insertions(+), 34 deletions(-)


2009-04-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3183 git=eb8b2298de8ec7972e0a2d30e3d774a3f209f45d


 ChangeLog                     |    4 ++++
 admin/PageInfoSource.py       |    7 ++++++-
 cherokee/main.c               |   41 +++++++++++++++++++++++++++++++++--------
 cherokee/source_interpreter.c |   31 +++++++++++++++++++++++++++++--
 cherokee/source_interpreter.h |    3 +++
 cherokee/spawner.c            |   13 ++++++++++---
 cherokee/spawner.h            |    4 +++-
 7 files changed, 88 insertions(+), 15 deletions(-)


2009-04-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3182 git=cdbd5002b9210ddaa75c7b48c3a61d3537e0dc58


 ChangeLog         |    4 ++++
 cherokee/server.c |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)


2009-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3180 git=ac810ede0a06c8182d6d9f7a62a5e507e8b4716e


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3179 git=90c51fbedb29333e65486332fc528d513c9725b8


 po/admin/en.po |  262 ++++++++++++++++++++++++++++++-------------------------
 po/admin/es.po |  260 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 285 insertions(+), 237 deletions(-)


2009-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3178 git=c8154e9515c4cab764910e66499794f369c9b51d


 ChangeLog                  |    3 +++
 cherokee/validator_mysql.c |   15 +++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)


2009-04-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3177 git=b94c5978ba592b4639ed392003e6464ee4f87f5b


 ChangeLog            |    5 +++++
 admin/Form.py        |    4 ++--
 admin/ModuleMysql.py |   14 +++++++++++---
 3 files changed, 18 insertions(+), 5 deletions(-)


2009-04-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3174 git=d5cc961f930933267e12c10e7b6af12d645ee10c


 admin/ModuleProxy.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3173 git=88bb86027a17f2720554402a250511097247d9a2


 ChangeLog            |    4 ++++
 cherokee/Makefile.am |    4 ++--
 cherokee/init.c      |    5 -----
 3 files changed, 6 insertions(+), 7 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3172 git=a4e3bac742884a47d0d9c65a450ae944ed8a5c52


 ChangeLog       |    4 ++++
 cherokee/main.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3171 git=7733ad5429dded765528d83ce47b59c0f25424b5


 ChangeLog    |    2 ++
 configure.in |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3170 git=0d59685350e50047db37fde54cea1043eecdb0ef


 ChangeLog            |    3 +++
 admin/PageVServer.py |   11 +++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3169 git=f6a99019f8b2f155530ee692e55b22f0b0657832


 ChangeLog                     |    5 +++++
 cherokee/source_interpreter.c |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2009-04-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3168 git=4991245b824ae8bd950b82dba2077e7fe2a0eac1


 ChangeLog                     |   14 +++
 cherokee/Makefile.am          |    5 +
 cherokee/handler_cgi.c        |   11 +-
 cherokee/init.c               |    6 +
 cherokee/logger.c             |   15 ++-
 cherokee/logger.h             |   41 ++++----
 cherokee/logger_combined.c    |   16 ++--
 cherokee/logger_combined.h    |    2 +
 cherokee/logger_custom.c      |   26 ++---
 cherokee/logger_custom.h      |   20 ++--
 cherokee/logger_ncsa.c        |   26 ++---
 cherokee/logger_ncsa.h        |   17 ++--
 cherokee/logger_w3c.c         |   25 ++---
 cherokee/logger_w3c.h         |   17 ++--
 cherokee/macros.h             |    2 +
 cherokee/main.c               |  252 ++++++++++++++++++++++++++++++++++++++++-
 cherokee/main_admin.c         |    1 +
 cherokee/server.c             |   11 ++
 cherokee/shm.c                |  163 ++++++++++++++++++++++++++
 cherokee/shm.h                |   63 ++++++++++
 cherokee/source_interpreter.c |  136 +++++++++++++----------
 cherokee/spawner.c            |  229 +++++++++++++++++++++++++++++++++++++
 cherokee/spawner.h            |   56 +++++++++
 23 files changed, 982 insertions(+), 172 deletions(-)


2009-04-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3167 git=456c4dd0b6b8271ad1de2c709b5d8f643a0ee008


 po/admin/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3166 git=e52255656e238bcf59e653ee2080d0ca711aae4b


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |   16 +++++++++++-----
 cherokee/handler_file.c     |    7 ++++---
 qa/202-xsendfile2.py        |    2 +-
 4 files changed, 22 insertions(+), 9 deletions(-)


2009-04-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3165 git=e36f63672bc069e5824f4195b0be4d75ab9c981e


 cherokee/handler_proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3164 git=da505d0625e31a16bb8732df991e8b64536bf916


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |   13 +++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)


2009-04-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3163 git=60546b4eff529af7953cae8f23c2b7f8c44d4fdf


 cherokee/limiter.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


2009-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3162 git=777d0ac3dc508611282bdb5c9fbfd1041943b807


 cherokee/server.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2009-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3161 git=766b3bf7e9bb45eedc18678227987d8c5d280817


 ChangeLog       |    4 ++++
 admin/server.py |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-04-22  Antonio Perez  <aperez@skarcha.com>
            svn=3160 git=9a5c56ec0169fae89ea260ab2a729f78447e6013


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |    3 ++-
 admin/consts.py      |    1 +
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-04-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3158 git=2cce5900ecf4e91ed93b452404597034ea77a32b


 admin/PageStatus.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3157 git=5a1f3d675f6a9249eac5520fb221e5285d8cd775


 cherokee.conf.sample.pre |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3156 git=f3466701bc55fb3d2bef595acfa8491e87cf6f50


 ChangeLog         |    6 +++
 cherokee/thread.c |  128 ++++++++++++++---------------------------------------
 2 files changed, 39 insertions(+), 95 deletions(-)


2009-04-21  Antonio Perez  <aperez@skarcha.com>
            svn=3155 git=d30a3453eb8073034f56aad4b4fd69e8d2e376b0


 ChangeLog                 |    6 ++++
 cherokee/cryptor_libssl.c |   60 +++++++++++++++++++++++++++-----------------
 cherokee/socket.c         |    4 +--
 3 files changed, 44 insertions(+), 26 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3154 git=f1f9fce99e83c2b89d6756db88060b8f9c8a74fb


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |   39 +--------------------------------------
 2 files changed, 4 insertions(+), 38 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3153 git=c4a1207d4f86130f97ff6468813b3624636fa3ed


 cherokee.conf.sample.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3152 git=ef5d4fbed6c29737a626007ccf6e8ded8f273e6c


 cherokee/thread.c |    6 +++---
 cherokee/thread.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3151 git=314c8e54da818ac15dcb4bb0a943bb8891831e52


 ChangeLog         |    3 +++
 cherokee/thread.c |    5 +++++
 cherokee/thread.h |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)


2009-04-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3150 git=3f4a6f872269c5d91e1097340b116a9a4a5f2347


 ChangeLog               |    6 ++++++
 cherokee/connection.c   |    2 +-
 cherokee/handler_cgi.c  |    2 +-
 cherokee/handler_file.c |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)


2009-04-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3149 git=8868d79538805b4a66ff3e6a3a90dca3a062dc75


 ChangeLog          |    3 +++
 admin/PageEntry.py |   12 ++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)


2009-04-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3148 git=4db7abb570cc2cb9a61c1a1a8c19adc269534810


 ChangeLog                 |    6 ++++++
 cherokee/Makefile.am      |    1 +
 cherokee/cherokee.h       |    1 +
 cherokee/config_entry.c   |    6 ++++++
 cherokee/config_entry.h   |    2 ++
 cherokee/nullable.h       |   44 ++++++++++++++++++++++++++++++++++++++++++++
 cherokee/thread.c         |   12 ++++++++----
 cherokee/virtual_server.c |    5 +++++
 8 files changed, 73 insertions(+), 4 deletions(-)


2009-04-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3147 git=ab5c7e0310dba46d90980226abe1c10b8ea98a7f


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-04-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3146 git=e051b34cdbede3c6d0f04348a0801d891869f760


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2009-04-18  Antonio Perez  <aperez@skarcha.com>
            svn=3143 git=1f3b86f1715c726a1fa667c721e368950ff6b187


 ChangeLog              |    7 +++++++
 cherokee/logger_ncsa.c |   19 ++++++++++---------
 cherokee/logger_w3c.c  |   16 +++++++++++-----
 3 files changed, 28 insertions(+), 14 deletions(-)


2009-04-18  Antonio Perez  <aperez@skarcha.com>
            svn=3140 git=e64b125b2d86a0f203c0012b73fc80311e2802d8


 doc/cookbook_drupal.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3139 git=cc584ffc015f1be0312b5985bd7ac30ddc06f641


 po/admin/cherokee.pot | 2746 -------------------------------------------------
 1 files changed, 0 insertions(+), 2746 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3138 git=f79ae5fceaabbf50ea800febe8adc0dc17114018


 po/admin/cherokee.pot |    4 +-
 po/admin/en.po        | 1393 +++++++++++++++++++++++++------------------------
 po/admin/es.po        | 1394 +++++++++++++++++++++++++------------------------
 3 files changed, 1424 insertions(+), 1367 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3137 git=fb4bc6251bd19d689ed028c57e4ad85153ec651c


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3136 git=9210b54e42804b5818ce1a8c1223296a5a819688


 ChangeLog         |    5 +++++
 cherokee/server.c |   28 ++++++++++++++--------------
 2 files changed, 19 insertions(+), 14 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3135 git=069a0b22beb8456937d79f9b0e4b42daa22b6a06


 ChangeLog         |    6 ++++++
 cherokee/thread.c |   24 ++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)


2009-04-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3134 git=3fd3351d69d15e555f437b3a6e9db8c90ce95eff


 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3133 git=da4806e097b7c4e07207b1f67d6c14632e47aa33


 doc/Makefile.am                           |    2 +
 doc/config_virtual_servers_evhost.txt     |   26 +
 doc/index.txt                             |    1 +
 doc/media/images/admin_vserver_evhost.png |  Bin 0 -> 18898 bytes
 po/admin/POTFILES.in                      |   64 ++
 po/admin/cherokee.pot                     | 1566 +++++++++++++++-------------
 6 files changed, 932 insertions(+), 727 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3132 git=f2db0c67e55f9217266206d839d3789b08faa8e9


 configure.in |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3131 git=8c77994e20352dd641579def10f1c84e567be9d9


 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3130 git=fbae1318a2d82dee50733a94e6b27e5a15a162f5


 ChangeLog    |    2 ++
 configure.in |    4 +++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3129 git=67942c41e7a894dcb767502c11db17bcbedd4310


 ChangeLog                     |   14 +
 Makefile.am                   |    2 +-
 README                        |    2 +-
 admin/Makefile.am             |    6 +-
 admin/config.py               |    2 +-
 admin/configured.py.pre       |    1 +
 admin/po/cherokee-admin-en.po | 2838 ----------------------------------------
 admin/po/cherokee-admin-es.po | 2856 -----------------------------------------
 admin/po/cherokee-admin.pot   | 2634 -------------------------------------
 admin/server.py               |    8 +-
 autogen.sh                    |   34 +-
 configure.in                  |   21 +-
 m4/Makefile.am                |    8 +-
 m4/nls.m4                     |   31 +
 m4/po.m4                      |  449 +++++++
 m4/progtest.m4                |   92 ++
 po/Makefile.am                |    1 +
 po/admin/ChangeLog            |   12 +
 po/admin/LINGUAS              |    1 +
 po/admin/Makefile.in.in       |  429 ++++++
 po/admin/Makevars             |   41 +
 po/admin/POTFILES.in          |    1 +
 po/admin/Rules-quot           |   47 +
 po/admin/boldquot.sed         |   10 +
 po/admin/cherokee.pot         | 2634 +++++++++++++++++++++++++++++++++++++
 po/admin/en.po                | 2838 ++++++++++++++++++++++++++++++++++++++++
 po/admin/en@boldquot.header   |   25 +
 po/admin/en@quot.header       |   22 +
 po/admin/es.po                | 2856 +++++++++++++++++++++++++++++++++++++++++
 po/admin/insert-header.sin    |   23 +
 po/admin/quot.sed             |    6 +
 po/admin/remove-potcdate.sin  |   19 +
 32 files changed, 9609 insertions(+), 8354 deletions(-)


2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3128 git=51bb11d53917a937a825297aa916ad5dcd5edb2c



2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3127 git=2a52f30ed323d631f2bb7dcad211b909b4baa3ac



2009-04-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3126 git=93ade27c29a20a80a771101e787278a86ec58389


 ChangeLog       |    7 +++++++
 admin/config.py |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-04-16  Antonio Perez  <aperez@skarcha.com>
            svn=3125 git=1467030f986442881ba7df823f8b7e62448d3da9


 ChangeLog                     |    7 +
 admin/ModuleBind.py           |    1 -
 admin/ModuleGeoip.py          |    6 +-
 admin/po/cherokee-admin-en.po |  236 +++++++++++++++++++++---------------
 admin/po/cherokee-admin-es.po |  268 ++++++++++++++++++++++-------------------
 admin/po/cherokee-admin.pot   |  196 +++++++++++++++++--------------
 6 files changed, 400 insertions(+), 314 deletions(-)


2009-04-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3124 git=2fef1deb7d799cefcba9af7626cde6d481740a26


 ChangeLog       |    3 +++
 cherokee/bind.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-04-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3123 git=00787b54cafe4af3856b76e431ea4c265e3db613


 ChangeLog                |    5 +++++
 cherokee/handler_redir.c |    7 ++++++-
 qa/227-Redir-Paths.py    |   36 ++++++++++++++++++++++++++++++++++++
 qa/228-Redir-Paths2.py   |   37 +++++++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    4 +++-
 5 files changed, 87 insertions(+), 2 deletions(-)


2009-04-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3122 git=6ea5a4d1f1da498deb22b72c6c85e2e26c978b42


 qa/226-PathInfo-Default.py |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)


2009-04-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3121 git=f6066b044f24c3bdf310d149df9bd57a9a4fa41c


 ChangeLog                   |    6 ++++++
 admin/ModuleCgi.py          |    2 +-
 cherokee/handler_cgi_base.c |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


2009-04-15  Antonio Perez  <aperez@skarcha.com>
            svn=3120 git=00968f1d01d7a859b42d733ad3ddfd8a7734bbc5


 ChangeLog             |    4 ++++
 admin/ModuleBind.py   |    2 +-
 admin/PageEntry.py    |    2 +-
 admin/PageFeedback.py |   26 +++++++++++++++++---------
 admin/PageStatus.py   |    1 -
 admin/Rule.py         |    2 +-
 6 files changed, 24 insertions(+), 13 deletions(-)


2009-04-15  Antonio Perez  <aperez@skarcha.com>
            svn=3119 git=e12031cac0308119cf9a1c170977bef1968a56f4


 ChangeLog           |    2 ++
 admin/PageStatus.py |    8 +++-----
 2 files changed, 5 insertions(+), 5 deletions(-)


2009-04-15  Antonio Perez  <aperez@skarcha.com>
            svn=3118 git=6d4913cc462378ab7216eb64769d354e20eafb63


 ChangeLog                     |    7 ++++
 admin/Page.py                 |    6 ----
 admin/PageStatus.py           |   66 +++++++++++++++++++++++++++++++++--------
 admin/static/css/cherokee.css |    8 ++++-
 admin/status.template.html    |   22 +++++---------
 5 files changed, 74 insertions(+), 35 deletions(-)


2009-04-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3116 git=9a83ac19cc7a697d363c97007c194054a6b326d6


 ChangeLog                  |    5 +++++
 admin/Page.py              |   24 ++----------------------
 admin/PageStatus.py        |   10 ++++++++++
 admin/status.template.html |    3 +++
 4 files changed, 20 insertions(+), 22 deletions(-)


2009-04-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3115 git=0e04877fbe7c4b84a7c0e25465cef2bf66db6db7


 ChangeLog                     |    6 ++++++
 admin/ModuleAuthlist.py       |    4 +++-
 cherokee/validator_authlist.c |    5 +++--
 3 files changed, 12 insertions(+), 3 deletions(-)


2009-04-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3113 git=a036181a375c38c9444367086770e9f34b43d260


 ChangeLog     |    5 +++++
 admin/Rule.py |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2009-04-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3111 git=2f22cb6a8793570cf3b8cee80d06b903be88ee86


 qa/226-PathInfo-Default.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3107 git=2995ba558a866fd5cc1421faa53572ebccf9b249


 ChangeLog                  |    5 ++++
 qa/226-PathInfo-Default.py |   54 ++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 +-
 3 files changed, 61 insertions(+), 1 deletions(-)


2009-04-14  Antonio Perez  <aperez@skarcha.com>
            svn=3106 git=eb59a21baf657263c1d06a94c135e3f006257f8d


 ChangeLog                     |    5 +
 admin/Form.py                 |    2 +-
 admin/Page.py                 |   60 +++++++++-----
 admin/PageVServer.py          |   10 +-
 admin/po/cherokee-admin-en.po |  122 +++++++++++++++++-------------
 admin/po/cherokee-admin-es.po |  171 +++++++++++++++++-----------------------
 admin/po/cherokee-admin.pot   |   90 ++++++++++++----------
 admin/server.py               |    1 -
 admin/status.template.html    |    2 +-
 9 files changed, 242 insertions(+), 221 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3105 git=426a0ac9883a790e732514c3e52556604b515023


 cherokee/handler_cgi_base.c |   22 +++++++++++-----------
 qa/225-PathTranslated.py    |    5 +++--
 2 files changed, 14 insertions(+), 13 deletions(-)


2009-04-14  Antonio Perez  <aperez@skarcha.com>
            svn=3104 git=39d793573a2bcc349290880ca3c3c1b131ff3ee3


 ChangeLog                                   |   37 +
 admin/CherokeeManagement.py                 |    5 +-
 admin/Entry.py                              |    6 +-
 admin/Form.py                               |   22 +-
 admin/ModuleAdmin.py                        |    2 +-
 admin/ModuleAuth.py                         |   16 +-
 admin/ModuleAuthlist.py                     |   14 +-
 admin/ModuleBalancer.py                     |   22 +-
 admin/ModuleBind.py                         |   24 +-
 admin/ModuleCgi.py                          |   36 +-
 admin/ModuleCommon.py                       |   14 +-
 admin/ModuleCustomError.py                  |    6 +-
 admin/ModuleDbslayer.py                     |   26 +-
 admin/ModuleDirectory.py                    |    6 +-
 admin/ModuleDirlist.py                      |   32 +-
 admin/ModuleEmptyGif.py                     |    2 +-
 admin/ModuleErrorRedir.py                   |   14 +-
 admin/ModuleEvhost.py                       |    8 +-
 admin/ModuleExists.py                       |   20 +-
 admin/ModuleExtensions.py                   |   10 +-
 admin/ModuleFcgi.py                         |    4 +-
 admin/ModuleFile.py                         |    8 +-
 admin/ModuleGeoip.py                        |   22 +-
 admin/ModuleHeader.py                       |   10 +-
 admin/ModuleHtdigest.py                     |    8 +-
 admin/ModuleHtpasswd.py                     |    8 +-
 admin/ModuleIpHash.py                       |    7 +-
 admin/ModuleLdap.py                         |   40 +-
 admin/ModuleMethod.py                       |   10 +-
 admin/ModuleMirror.py                       |    6 +-
 admin/ModuleMysql.py                        |   44 +-
 admin/ModulePlain.py                        |   10 +-
 admin/ModuleProxy.py                        |   60 +-
 admin/ModuleRedir.py                        |   30 +-
 admin/ModuleRehost.py                       |   16 +-
 admin/ModuleRequest.py                      |   10 +-
 admin/ModuleRoundRobin.py                   |    6 +-
 admin/ModuleScgi.py                         |    4 +-
 admin/ModuleSecdownload.py                  |   16 +-
 admin/ModuleServerInfo.py                   |   14 +-
 admin/ModuleSsi.py                          |    2 +-
 admin/ModuleStreaming.py                    |   16 +-
 admin/ModuleWildcard.py                     |   14 +-
 admin/Page.py                               |   88 +-
 admin/PageAdvanced.py                       |  113 +-
 admin/PageEntry.py                          |   75 +-
 admin/PageError.py                          |    9 +-
 admin/PageFeedback.py                       |   59 +-
 admin/PageGeneral.py                        |   77 +-
 admin/PageIcon.py                           |   49 +-
 admin/PageInfoSource.py                     |   82 +-
 admin/PageMime.py                           |   31 +-
 admin/PageNewConfig.py                      |   30 +-
 admin/PageStatus.py                         |   53 +-
 admin/PageVServer.py                        |  201 +-
 admin/PageVServers.py                       |   28 +-
 admin/Rule.py                               |   37 +-
 admin/Table.py                              |    9 +-
 admin/Theme.py                              |    6 +-
 admin/config.py                             |    5 +-
 admin/consts.py                             |  158 +-
 admin/default.template.html                 |    6 +-
 admin/error_couldnt_launch.template.html    |    2 +-
 admin/error_icons_dir_missing.template.html |    2 +-
 admin/error_not_writable.template.html      |    4 +-
 admin/po/cherokee-admin-en.po               | 2784 ++++++++++++++++++++++++++
 admin/po/cherokee-admin-es.po               | 2857 +++++++++++++++++++++++++++
 admin/po/cherokee-admin.pot                 | 2606 ++++++++++++++++++++++++
 admin/server.py                             |   46 +-
 admin/static/css/cherokee.css               |    8 +
 admin/status.template.html                  |    6 +-
 admin/validations.py                        |   55 +-
 72 files changed, 9282 insertions(+), 891 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3101 git=bfb9ec534951873ec842b063085474f1fd76d97d


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   14 ++++++++++++++
 qa/225-PathTranslated.py    |   31 +++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 ++-
 4 files changed, 51 insertions(+), 1 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3100 git=8d2c8b024204c32f79780dbadbac01e9bcb23d43


 ChangeLog            |    7 +++++
 admin/PageVServer.py |   60 ++++++++++----------------------------------------
 2 files changed, 19 insertions(+), 48 deletions(-)


2009-04-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3099 git=e8add835ad9e7e6b960e9ab15241e69adaab28a0


 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-04-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3098 git=0bc30c5c595a1dba011c58dc3128060c27b33d25


 cherokee/proxy_hosts.c |    9 +++++----
 cherokee/socket.c      |    4 +++-
 2 files changed, 8 insertions(+), 5 deletions(-)


2009-04-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3097 git=cde15521991b7e4bea754472c3ded73727bf03ea


 cherokee/encoder_gzip.c  |    2 +-
 cherokee/fdpoll-epoll.c  |    7 ++--
 cherokee/fdpoll-kqueue.c |   73 +++++++++++++++++++++++++---------------------
 3 files changed, 44 insertions(+), 38 deletions(-)


2009-04-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3096 git=fe025a4b4cdda2fde71614b53731cebb8af75662


 ChangeLog              |    5 +++++
 cherokee/proxy_hosts.c |   23 +++++++++++++++--------
 2 files changed, 20 insertions(+), 8 deletions(-)


2009-04-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3095 git=5a583dd91cbe299f2371ad6db74463ffdab297fe


 doc/index.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3094 git=bc2088fbc6f6cb15fa2ebdabc317b46933bcb804


 ChangeLog           |    3 +++
 cherokee/bogotime.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3093 git=c329460b6f7d9b37318c89d97ae437ad91a2fbc6


 ChangeLog             |    3 +++
 cherokee/connection.c |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3092 git=e27f7ae2d65167b077c359eb29637e735c1580ae


 ChangeLog                      |    4 +++
 doc/Makefile.am                |    1 +
 doc/modules.txt                |    1 +
 doc/modules_loggers.txt        |    1 +
 doc/modules_loggers_custom.txt |   50 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 57 insertions(+), 0 deletions(-)


2009-04-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3091 git=f2f5841e902969caede1d24bdf408ce332d65651


 ChangeLog                |    5 +++++
 cherokee/handler_proxy.c |   43 +++++++++++++++++++++++++++++++++----------
 2 files changed, 38 insertions(+), 10 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3090 git=892fa2ae4ce633550cb3a598aaec804d1bf6f3da


 cherokee/main_admin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3089 git=e66f802ffd03ca019076c1535bd5aa05ef9838be


 ChangeLog         |    2 ++
 cherokee/socket.c |   37 +++++++++++++++++++++++++++++++++++++
 cherokee/socket.h |    1 +
 3 files changed, 40 insertions(+), 0 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3088 git=aa0c9c84e39e2e800349843ce00670d94facaea6


 ChangeLog       |    2 ++
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3087 git=ada07003f50f16f191daee9aaa96538ea19ac781


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |    7 ++++++-
 cherokee/proxy_hosts.c      |    8 +++++++-
 cherokee/util.c             |   10 ++++++++--
 4 files changed, 25 insertions(+), 4 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3086 git=7b0729e29ed3a56bab0729f5673303134ff3a84a


 ChangeLog                |    5 ++++-
 admin/ModuleProxy.py     |   13 +++++++++----
 cherokee/handler_proxy.c |   13 ++++++++++---
 cherokee/handler_proxy.h |    1 +
 4 files changed, 24 insertions(+), 8 deletions(-)


2009-04-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3085 git=2abc92b50137d9d1645c01db68561b359a340607


 ChangeLog                |   11 ++++++
 cherokee/bogotime.c      |   77 +++++++++++++++++++++++++++++++---------------
 cherokee/bogotime.h      |   22 +++++++------
 cherokee/logger_custom.c |   59 ++++++++++++++++++++++++-----------
 cherokee/logger_ncsa.c   |    9 -----
 cherokee/logger_w3c.c    |    9 -----
 cherokee/util.c          |   14 ++++++--
 cherokee/util.h          |    3 ++
 8 files changed, 128 insertions(+), 76 deletions(-)


2009-04-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3084 git=301a0c2f865297a88196fb48f17cc87071f51cb3


 ChangeLog                                      |   20 ++++++++++++++++++++
 doc/Makefile.am                                |    1 +
 doc/basics_upgrade.txt                         |    3 ++-
 doc/config_info_sources.txt                    |    2 ++
 doc/media/images/admin_advanced1.png           |  Bin 16992 -> 30447 bytes
 doc/media/images/admin_advanced2.png           |  Bin 18032 -> 30884 bytes
 doc/media/images/admin_advanced3.png           |  Bin 12807 -> 22548 bytes
 doc/media/images/admin_advanced4.png           |  Bin 7953 -> 13903 bytes
 doc/media/images/admin_behaviour.png           |  Bin 18075 -> 42941 bytes
 doc/media/images/admin_general.png             |  Bin 0 -> 26726 bytes
 doc/media/images/admin_general_networking.png  |  Bin 25538 -> 27033 bytes
 doc/media/images/admin_general_permissions.png |  Bin 14825 -> 16812 bytes
 doc/media/images/admin_general_ports.png       |  Bin 8225 -> 16889 bytes
 doc/media/images/admin_noconfig.png            |  Bin 7373 -> 20326 bytes
 doc/media/images/admin_notrunning.png          |  Bin 37349 -> 83607 bytes
 doc/media/images/admin_rule_regex.png          |  Bin 14628 -> 28026 bytes
 doc/media/images/admin_vserver.png             |  Bin 12710 -> 24344 bytes
 doc/media/images/admin_vserver_loggers.png     |  Bin 14891 -> 35896 bytes
 doc/media/images/admin_vserver_security.png    |  Bin 13316 -> 28473 bytes
 doc/media/images/admin_vserver_vserver.png     |  Bin 7823 -> 19809 bytes
 20 files changed, 25 insertions(+), 1 deletions(-)


2009-04-07  Antonio Perez  <aperez@skarcha.com>
            svn=3083 git=b1987d6155ac8dd49803c0ed5343c55d439d9849


 ChangeLog            |    3 +++
 admin/PageVServer.py |   20 ++++++++++++++++++++
 admin/consts.py      |    3 ++-
 3 files changed, 25 insertions(+), 1 deletions(-)


2009-04-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3082 git=205217558c6101c70049361d54eb5d93ec25ca58


 ChangeLog             |    3 +++
 cherokee/main_admin.c |   29 ++++++++++++++++++++---------
 2 files changed, 23 insertions(+), 9 deletions(-)


2009-04-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3081 git=77fbbea6ac2d196745d0dbbce35f4441fef76eba


 admin/validations.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-04-07  Antonio Perez  <aperez@skarcha.com>
            svn=3080 git=14ebb02632d26146f091e5ff638262b069a4bb91


 ChangeLog     |    3 +++
 admin/Rule.py |   19 +++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)


2009-04-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3079 git=56f1b911ab2d00709d490cf49badd3a406298c64


 ChangeLog                |    6 ++++++
 cherokee/connection.c    |   30 ++++++++++++++++++++++++++++++
 cherokee/handler_proxy.c |   23 ++++++++++++++++++++---
 cherokee/header.c        |    6 ++++++
 cherokee/header.h        |    1 +
 5 files changed, 63 insertions(+), 3 deletions(-)


2009-04-07  Antonio Perez  <aperez@skarcha.com>
            svn=3078 git=b51a7da2e042bb3d8aadb5d8b56cb064c83c088b


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3077 git=30715d7b634758faa9892eb60c87132b0280dd54


 cherokee/server.c         |    2 ++
 cherokee/virtual_server.c |    5 +++++
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3076 git=7327b407e72a06499b59f9bf8b3021871020edf0


 ChangeLog                |    3 +++
 cherokee/logger_writer.h |    2 +-
 cherokee/server.c        |    7 +++++--
 3 files changed, 9 insertions(+), 3 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3075 git=f6b7daae14cd3ae8c2e81119a68aedad1b1ac5c2


 0 files changed, 0 insertions(+), 0 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3074 git=3a5b321354e69d0c09767cecd28aa683069e6ed9


 ChangeLog         |    3 +++
 qa/222-EVHost1.py |   33 +++++++++++++++++++++++++++++++++
 qa/223-EVHost2.py |   30 ++++++++++++++++++++++++++++++
 qa/224-EVHost3.py |   33 +++++++++++++++++++++++++++++++++
 qa/Makefile.am    |    5 ++++-
 5 files changed, 103 insertions(+), 1 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3073 git=5c9e3b8bf0acc0844a1e82f38379806d9f3b2851


 ChangeLog                 |    3 +++
 cherokee/virtual_server.c |    6 ++++++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3072 git=69556781948264819849c0bd22f32bcbce6acc12


 ChangeLog |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


2009-04-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3071 git=df7158ec7c40cec50793c3f45676e57e9093781f


 ChangeLog             |    8 ++++++
 admin/ModuleEvhost.py |   20 ++++++++++++++--
 admin/PageVServer.py  |    3 ++
 cherokee/gen_evhost.c |   60 ++++++++++++++++++++++++++++++++++++++++++++++--
 cherokee/gen_evhost.h |    1 +
 5 files changed, 86 insertions(+), 6 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3070 git=ec167cc83c643d9a5b35b8b72df1a9e84a3a918e


 ChangeLog              |    3 +++
 contrib/0999to09910.py |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3069 git=76c31f6c4ebbfb061553ac6d7b9fe8a3f2d3f54e


 ChangeLog               |    3 +++
 admin/ModuleRehost.py   |    7 +++++--
 admin/ModuleWildcard.py |    5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3068 git=3deb00cde4a2dbb910fbe12f8bbbf76b1c76e2c8


 admin/ModuleEvhost.py |    2 +-
 admin/PageVServer.py  |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3067 git=ac9382a2ce2ca70f4c24f062c9099cc3a537ac83


 ChangeLog             |    6 ++++++
 admin/Makefile.am     |    1 +
 admin/ModuleEvhost.py |   21 +++++++++++++++++++++
 admin/PageVServer.py  |    6 ++++++
 admin/consts.py       |    5 +++++
 5 files changed, 39 insertions(+), 0 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3066 git=15e1d81d0aa405db14a251d2b7ec5151cafe1200


 cherokee/connection.c       |    2 +-
 cherokee/cryptor_libssl.c   |    1 +
 cherokee/server-protected.h |    2 +-
 cherokee/server.c           |    3 +--
 cherokee/vrule.c            |    6 ++----
 cherokee/vrule.h            |    4 ++--
 cherokee/vrule_rehost.c     |    7 +------
 cherokee/vrule_wildcard.c   |    5 +----
 8 files changed, 10 insertions(+), 20 deletions(-)


2009-04-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3065 git=5b0651b7310104b18a828d497789a40f27235614


 ChangeLog                 |    8 ++
 cherokee/Makefile.am      |   20 ++++
 cherokee/connection.c     |   39 ++++++-
 cherokee/gen_evhost.c     |  269 +++++++++++++++++++++++++++++++++++++++++++++
 cherokee/gen_evhost.h     |   64 +++++++++++
 cherokee/plugin.h         |    4 +-
 cherokee/virtual_server.c |   57 ++++++++++
 cherokee/virtual_server.h |    2 +
 configure.in              |    3 +-
 9 files changed, 456 insertions(+), 10 deletions(-)


2009-04-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3064 git=7c381f2eabf1d3980c1888a7d3b757f60526b638


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   18 ++++++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)


2009-04-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3063 git=68c375d97f89bf24fb67366d8d3308b0ef2306c0


 ChangeLog               |    4 +++
 admin/Makefile.am       |    1 +
 admin/ModuleRehost.py   |   51 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/ModuleWildcard.py |    4 +--
 admin/consts.py         |    3 +-
 5 files changed, 59 insertions(+), 4 deletions(-)


2009-04-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3062 git=267c915f5a68ac33e425a4e7707169e746099868


 ChangeLog               |    4 +++
 admin/Makefile.am       |    1 +
 admin/ModuleWildcard.py |   53 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/PageVServer.py    |   14 +++++++++++-
 admin/consts.py         |    4 +++
 5 files changed, 75 insertions(+), 1 deletions(-)


2009-04-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3061 git=00fbb50bc317b6a749058747edd94096c80d9c17


 ChangeLog                 |    5 ++++
 cherokee/virtual_server.c |    5 ++-
 contrib/0999to09910.py    |   49 +++++++++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am       |    1 +
 4 files changed, 58 insertions(+), 2 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3060 git=b3b1d287dfe3b1f89886d1fc6ed57213b657c186


 ChangeLog                   |    8 +++
 cherokee/Makefile.am        |   19 +++++++
 cherokee/connection.c       |    2 +-
 cherokee/server-protected.h |    2 +-
 cherokee/server.c           |    7 ++-
 cherokee/template.h         |    2 +-
 cherokee/vrule.c            |    5 +-
 cherokee/vrule.h            |    4 +-
 cherokee/vrule_rehost.c     |  124 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/vrule_rehost.h     |   48 +++++++++++++++++
 cherokee/vrule_wildcard.c   |    5 ++-
 configure.in                |    3 +-
 qa/221-ReHost1.py           |   30 ++++++++++
 qa/Makefile.am              |    3 +-
 14 files changed, 249 insertions(+), 13 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3059 git=9bea78d3b4dfb13c073095516cf5d58650dd8e31


 ChangeLog                       |   13 +++
 cherokee/Makefile.am            |   24 +++++-
 cherokee/plugin.h               |    3 +-
 cherokee/server.c               |   16 +++--
 cherokee/virtual_server.c       |   49 ++++++++----
 cherokee/virtual_server.h       |    5 +-
 cherokee/virtual_server_names.c |  128 -----------------------------
 cherokee/virtual_server_names.h |   60 --------------
 cherokee/vrule.c                |  101 +++++++++++++++++++++++
 cherokee/vrule.h                |   92 +++++++++++++++++++++
 cherokee/vrule_wildcard.c       |  172 +++++++++++++++++++++++++++++++++++++++
 cherokee/vrule_wildcard.h       |   48 +++++++++++
 configure.in                    |    3 +-
 qa/020-VirtualHost.py           |    3 +-
 qa/021-VirtualHost2.py          |    5 +-
 qa/044-Home.py                  |    3 +-
 qa/045-Home2.py                 |    3 +-
 qa/094-URL-request.py           |    3 +-
 qa/121-NoUserDir.py             |    4 +-
 qa/125-domain-redir1.py         |    3 +-
 qa/139-domain-wildcards1.py     |    4 +-
 21 files changed, 517 insertions(+), 225 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3058 git=247b8ac20e4657059aef95d8d9ae00c4716efa41


 ChangeLog       |    2 ++
 cherokee/rule.c |   28 ++++++----------------------
 2 files changed, 8 insertions(+), 22 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3057 git=b58a96cf852f05fb6b91c5f65281f8bad1f07d6b


 ChangeLog                  |   10 +++
 admin/Form.py              |    3 +-
 admin/PageVServer.py       |   76 ++++++++++++++++---------
 cherokee/handler_proxy.c   |    8 ---
 cherokee/header.c          |    2 +
 cherokee/header.h          |    1 +
 cherokee/logger.c          |  131 +++++++++++++++++++++++++++++++++++++++-----
 cherokee/logger.h          |    5 +-
 cherokee/logger_combined.c |    2 +-
 cherokee/logger_custom.c   |    2 +-
 cherokee/logger_ncsa.c     |    2 +-
 cherokee/logger_w3c.c      |    2 +-
 12 files changed, 188 insertions(+), 56 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3056 git=2d8bc4376f64cc0da624c0febfb61f4a0c0b9614


 README |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-04-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3054 git=48d4927202849bafa9c3067ec9a2b89553155eef


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3053 git=a001ba17196d6fa46978ba8c02eafdd07546ac18


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   27 ++++++++++++++++++++-------
 2 files changed, 23 insertions(+), 7 deletions(-)


2009-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3052 git=eda528756bf8e845a1d406b34f4c9c4689688465


 ChangeLog                       |    5 +++++
 cherokee/connection-protected.h |    3 ++-
 cherokee/connection.c           |    3 +++
 cherokee/handler_proxy.c        |   19 +++++++++++++------
 cherokee/logger_custom.c        |   11 ++++++++++-
 cherokee/logger_ncsa.c          |   17 +++++++++++------
 6 files changed, 44 insertions(+), 14 deletions(-)


2009-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3051 git=ffffcfa3f3d916d1d703e70714a7783f3c7d521e


 ChangeLog       |    4 ++++
 cherokee/util.c |   13 +++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)


2009-04-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3050 git=28d57296791ed00eb5afe154dfa0ed28e1faa8b7


 ChangeLog               |    6 ++++++
 cherokee/handler_file.c |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3049 git=22a16c5e2ffa84d7eb98e9e3cabba9c698df3ea4


 ChangeLog              |    3 +++
 cherokee/logger_ncsa.c |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3048 git=9cacd07c772da3e416a18bc75248c147a96d9d18


 ChangeLog              |    3 +++
 cherokee/logger_ncsa.c |    5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3047 git=60610f9a5429fab2423e49530054fa831ca00e18


 cherokee/logger_custom.c |   73 +++++++++++++++++++++++++++++-----------------
 cherokee/logger_ncsa.c   |   57 +++++++++++++++++++++++------------
 cherokee/logger_w3c.c    |   50 +++++++++++++++++++++-----------
 cherokee/logger_writer.c |   30 +++++++++++++++----
 cherokee/logger_writer.h |    5 ++-
 5 files changed, 143 insertions(+), 72 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3045 git=83f7b2f1aefbe8e4df08024208334125516242fd


 ChangeLog                   |   10 +++
 cherokee/logger.h           |    2 +-
 cherokee/logger_combined.c  |    6 +-
 cherokee/logger_combined.h  |    2 +-
 cherokee/logger_custom.c    |   64 ++++++++-----------
 cherokee/logger_custom.h    |   13 ++--
 cherokee/logger_ncsa.c      |   74 ++++++++++------------
 cherokee/logger_ncsa.h      |   10 ++--
 cherokee/logger_w3c.c       |   50 +++++++--------
 cherokee/logger_w3c.h       |   15 +++--
 cherokee/logger_writer.c    |  144 ++++++++++++++++++++++++++++++++++---------
 cherokee/logger_writer.h    |   21 ++++--
 cherokee/server-protected.h |    6 ++-
 cherokee/server.c           |   68 ++++++++++++++++++++-
 cherokee/virtual_server.c   |   19 +-----
 cherokee/virtual_server.h   |    1 -
 16 files changed, 325 insertions(+), 180 deletions(-)


2009-04-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3044 git=0c7f8beee866f4d064790d0462f4b1f2f4316ec4


 ChangeLog                     |    5 +++++
 doc/bundle_cherokee-tweak.txt |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2009-03-31  Antonio Perez  <aperez@skarcha.com>
            svn=3042 git=d08122a1baaed9d0f7a10e29df430ae7e1283c42


 ChangeLog                     |    4 ++++
 admin/PageVServer.py          |    2 ++
 admin/static/css/cherokee.css |    7 +++++++
 cherokee/cryptor_libssl.c     |   12 ++++++++++++
 cherokee/virtual_server.c     |    9 +++++----
 cherokee/virtual_server.h     |    1 +
 6 files changed, 31 insertions(+), 4 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3041 git=9ddabdd3fb3b62bf39aef95b049fee098ec66441


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3040 git=339f9aba09af49f2abafecf867752cfd0247b77e


 ChangeLog             |    4 ++++
 cherokee/connection.c |   16 +++++++++++++---
 2 files changed, 17 insertions(+), 3 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3039 git=97e697fde1dcc0768fbd5ae74b8ef8442163ef83


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3038 git=499c75633283f446d68e36c3cdf055ff4decaf9a


 icons/README.txt |   30 +++++++++++++++++++-----------
 1 files changed, 19 insertions(+), 11 deletions(-)


2009-03-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3037 git=108baa4d832d781599f9d389c36d98e3e4d4e2ae


 ChangeLog             |    6 ++++++
 cherokee/connection.c |   14 ++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)


2009-03-31  Antonio Perez  <aperez@skarcha.com>
            svn=3036 git=08009ac43002af3e3f57c0abb6a613480a86b589


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |    7 ++-----
 2 files changed, 7 insertions(+), 5 deletions(-)


2009-03-31  Antonio Perez  <aperez@skarcha.com>
            svn=3035 git=d8b6275bb37a482139dd1772ab300c45419d9d87


 ChangeLog                  |    5 +++++
 cherokee/rule_extensions.c |   14 ++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3034 git=e5cb214d2ad697f0a58610247b87d9af3c456634


 ChangeLog                  |    6 ++++++
 cherokee/rule_extensions.c |    3 ---
 qa/220-Pathinfo-Slash.py   |   33 +++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 4 files changed, 41 insertions(+), 4 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3033 git=754ea514d4c60c7ebb8a06a7c57627b89483f0ce


 ChangeLog                  |    6 +++
 cherokee/rule_extensions.c |   87 +++++++++++++++++++++++++++++---------------
 qa/219-Ext-Dot-Pathinfo.py |   34 +++++++++++++++++
 qa/Makefile.am             |    3 +-
 4 files changed, 99 insertions(+), 31 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3032 git=5374a8305da0fbc98912ad5388899f5360121b89


 doc/media/images/cookbook_drupal_example4.png |  Bin 4923 -> 12387 bytes
 doc/media/images/cookbook_drupal_rules.png    |  Bin 16430 -> 50599 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3031 git=15c7bc3e510591e53db394113338f7e05565715e


 ChangeLog                   |    7 +++++++
 cherokee/handler_cgi_base.c |   13 ++++++++-----
 qa/218-DrupalRedirect.py    |   43 +++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 ++-
 4 files changed, 60 insertions(+), 6 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3030 git=9620a2af4bc049de3ecfc8d31fbecd254805b991


 qa/125-domain-redir1.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-03-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3029 git=53449c8eea7fdf8a5e92e6b78d257b79002d6348


 ChangeLog              |    5 +++++
 admin/ModuleHeader.py  |    3 ++-
 cherokee/rule_header.c |    2 ++
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-03-28  Antonio Perez  <aperez@skarcha.com>
            svn=3028 git=391c0ef0fc893ddf51a62fb8e736e581a5eee7e2


 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-03-28  Antonio Perez  <aperez@skarcha.com>
            svn=3027 git=0208f03281f888fbd54ea2d3fe5ef474dae7425d


 ChangeLog                   |    6 ++++++
 admin/CherokeeManagement.py |   18 +++++++++++++-----
 admin/PageNewConfig.py      |    9 ++++++---
 admin/server.py             |    7 ++++++-
 4 files changed, 31 insertions(+), 9 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3026 git=e0a4a462a271f03b12668046fd8dec7ebbb30222


 cherokee/thread.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3025 git=97306da793b724666f3250dd313819abb8140431


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3023 git=7fe93e947b5517bacb1c3dabaa9dfd97a3e26acb

    ::
    
 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   12 +++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3022 git=02c98875db21ac0cdd8a8c495dc3903c364cda5d


 ChangeLog                    |    3 +++
 cherokee/handler_streaming.c |    6 ++++++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3021 git=a5079a8b335b287a592eec4f950e2b991b1e720e


 ChangeLog                |    9 +++++++++
 admin/ModuleProxy.py     |    8 +++++---
 cherokee/handler_proxy.c |   13 +++++++++----
 cherokee/handler_proxy.h |    1 +
 4 files changed, 24 insertions(+), 7 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3020 git=3aabf435e8fe5a1b6a586152d2abf2c741dbe2cc


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    8 ++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3019 git=9df8137bd94bc9ead8ad22478fb221fca8cc2ad4


 ChangeLog       |    2 ++
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3018 git=95d258381526bece4d610cc666bbcc424ba89fda


 ChangeLog                |    3 +++
 cherokee/connection.c    |    4 ----
 cherokee/handler_proxy.c |    8 +++++---
 3 files changed, 8 insertions(+), 7 deletions(-)


2009-03-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3017 git=f8d346fa704ac16f5a7f00089725aa25de169366


 ChangeLog              |    6 ++++++
 admin/PageNewConfig.py |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3016 git=cc065c5c78377613f0f67281bf6c4da9c4a280e4


 ChangeLog                       |    8 ++++++
 cherokee/connection-protected.h |    5 +++-
 cherokee/connection.c           |   50 ++++++++++++++++++++++++++++----------
 cherokee/handler_cgi_base.c     |    4 +++
 cherokee/handler_file.c         |    2 +-
 cherokee/handler_proxy.c        |   15 ++++-------
 qa/217-DoubleEncode.py          |   50 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am                  |    3 +-
 8 files changed, 112 insertions(+), 25 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3015 git=69fda0b7ea4632cff6523317928cf3881747c4a8


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3014 git=86f7cf9f1c1541176c045735be6a0f8365a72c91


 ChangeLog              |    5 +++++
 cherokee/handler_cgi.c |   18 ++++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3013 git=58ba7c18099a39ca2bf230c0cf9171fb6dc78b12


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3012 git=bb91ef54fce2871d4c5f687bab1226d2e6240ed2


 ChangeLog                |    6 +++++
 cherokee/buffer.c        |   54 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/buffer.h        |    1 +
 cherokee/handler_proxy.c |    2 +-
 4 files changed, 62 insertions(+), 1 deletions(-)


2009-03-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3011 git=94f00a19c97037e03b9049b856c30b5bb7a778a1


 ChangeLog           |    5 +++++
 qa/216-NameSpace.py |   17 +++++++++++++++++
 qa/Makefile.am      |    3 ++-
 3 files changed, 24 insertions(+), 1 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3010 git=f9c5cfa759cef23bc8391133c139e2cbfef5a475


 cherokee/connection.c |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3009 git=0d23851e719b79f2e7ef659e8f9a03348039bf41


 ChangeLog             |    4 ++++
 cherokee/connection.c |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3008 git=ba90dec110be1475e9bf19e05dc47b3028e15c37


 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3007 git=871c43b4308b3e98907559b9a9393e18f0bfc875


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3005 git=226dca0fb9cacde6a1fb8a55907c4a199e0c12c8


 ChangeLog                |    6 ++++++
 cherokee/handler_proxy.c |   18 ++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)


2009-03-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3004 git=3bb7c504a235608cc741c13f38bc5b95cfc7d4e1


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   33 ++++++++++++++++-----------------
 cherokee/post.c          |    6 ++++--
 3 files changed, 23 insertions(+), 19 deletions(-)


2009-03-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3003 git=c0850970818a26ee210aa49d4d19a353289c0d36


 ChangeLog                |    5 +
 cherokee/logger_custom.c |  618 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/logger_custom.h |   56 +++++
 3 files changed, 679 insertions(+), 0 deletions(-)


2009-03-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3002 git=78286818dde955fb6da791cf7de69732005e5a89


 admin/Makefile.am    |    1 -
 cherokee/Makefile.am |   21 ++++++++++++++++++++-
 cherokee/template.c  |   31 +++++++++++++++++++++++++++++--
 cherokee/template.h  |   10 ++++++++--
 cherokee/thread.c    |    6 +-----
 configure.in         |    3 ++-
 6 files changed, 60 insertions(+), 12 deletions(-)


2009-03-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3001 git=566a64a805b580312fdb432f8a3ad1b10ffeff11


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-03-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3000 git=38b992c03744b8eea8d8dc402d8222b70294729e


 ChangeLog         |    6 ++++++
 admin/Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2999 git=69c8039a08cd33c80e9698b52410348b8baffb51


 admin/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2998 git=dedd4ba2a4b0435d0c9fd7775d886fc117035513


 admin/PageNewConfig.py        |    4 +++-
 admin/static/css/cherokee.css |    5 +++++
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2997 git=2223c36dd65a20f3c651b9c9be596d7a55385d6e


 admin/PageNewConfig.py        |    6 ++----
 admin/static/css/cherokee.css |    7 +++++++
 2 files changed, 9 insertions(+), 4 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2996 git=3ae6fe46c86571db4c0c6a1a2faf93a462c1224d


 ChangeLog                           |   12 ++++
 Makefile.am                         |    1 +
 admin/CherokeeManagement.py         |    4 +-
 admin/PageError.py                  |    2 -
 admin/PageGeneral.py                |    2 +-
 admin/PageNewConfig.py              |   97 +++++++++++++++++++++++++++++++++++
 admin/error_not_found.template.html |   18 -------
 admin/server.py                     |    9 ++--
 8 files changed, 117 insertions(+), 28 deletions(-)


2009-03-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2995 git=2cb657386a2116cbc2462e402ba68af573351845


 ChangeLog         |    5 +++
 cherokee/socket.c |   93 ++++++++++++++++++++++++++++++----------------------
 2 files changed, 59 insertions(+), 39 deletions(-)


2009-03-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2994 git=d457ccb7e141921cbe58d2c94fc9027a4542894a


 doc/modules_handlers_streaming.txt |    2 +-
 doc/other_goodies.txt              |   24 +++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 2 deletions(-)


2009-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2993 git=c01033838e6c7293f2d1d1c9538a9779c24fdf7f


 cherokee/socket.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)


2009-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2992 git=ce1cad83d3eab4dbd485d0bb7ec23cc2ef1636b7


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


2009-03-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2991 git=3805bb384319c4ef92a35196fb45080f6cc568d0


 ChangeLog            |    5 +
 cherokee/Makefile.am |    3 +
 cherokee/cherokee.h  |    1 +
 cherokee/template.c  |  269 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/template.h  |   76 ++++++++++++++
 5 files changed, 354 insertions(+), 0 deletions(-)


2009-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2990 git=75ac8f349d86e8faecd93b97ef93c6c33067deeb


 ChangeLog                      |    3 ++
 cherokee/handler_server_info.c |   76 ++++++++++++++++++++++++++++-----------
 cherokee/thread.c              |    2 +-
 3 files changed, 58 insertions(+), 23 deletions(-)


2009-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2989 git=af88722325d322abacc8bf65e3edc4ec756d6654


 ChangeLog                   |    9 +++++++++
 admin/PageVServer.py        |    8 +++++---
 cherokee/thread.c           |    3 ++-
 cherokee/virtual_server.c   |    4 ++++
 cherokee/virtual_server.h   |    1 +
 performance.conf.sample.pre |    3 ++-
 6 files changed, 23 insertions(+), 5 deletions(-)


2009-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2988 git=b4498034ae4bab24c9c4bd8fe0853634b06f084f


 doc/modules_handlers_streaming.txt |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


2009-03-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2987 git=33f6ccbbcd00f4b1036d257ac55f3042306ab43f


 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-03-18  Antonio Perez  <aperez@skarcha.com>
            svn=2986 git=2831771078cf34a8270da0b11cf455fcfcc079ef

    Typos
    
 doc/modules_encoders.txt         |    2 +-
 doc/modules_encoders_deflate.txt |    2 +-
 doc/modules_encoders_gzip.txt    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2984 git=56dbf86a6198f494f1ddf3a4c3f294e148babdd1


 ChangeLog             |    3 +++
 cherokee/connection.c |    4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2983 git=7f46d8a3af8460bf01ba6153d6c692991990e43f


 ChangeLog                |    4 ++++
 cherokee.conf.sample.pre |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2982 git=034e778afb5abcbb49060ff5eb56389e9307aa92


 ChangeLog       |    3 +++
 cherokee/http.h |    5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2981 git=ba0a3250e0b73170b8ed949e7e441dc7515ba232


 ChangeLog            |    3 +++
 admin/PageVServer.py |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2980 git=c638b2489f018114f2602b0beb7c8d03ec8198a3


 ChangeLog       |    4 ++++
 cherokee/bind.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-03-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2979 git=842726a42b9978ce9791b59f9029bb199a52bb68


 ChangeLog                |   11 +++
 admin/ModuleProxy.py     |  183 ++++++++++++++++++++++++------------------
 cherokee/handler_proxy.c |  200 +++++++++++++++++++++++++++++++++++++---------
 cherokee/handler_proxy.h |   13 +++-
 4 files changed, 286 insertions(+), 121 deletions(-)


2009-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2978 git=35ac9b73275463004988792b53e50fbad592f8e6


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |   36 ++++++++++++++++++++++++++++--------
 cherokee/http.h          |   10 +++++-----
 3 files changed, 37 insertions(+), 13 deletions(-)


2009-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2977 git=19679df69cee8763e2592558fa76af467db43933


 ChangeLog             |    3 +++
 cherokee/connection.c |    1 +
 cherokee/post.c       |    5 ++++-
 3 files changed, 8 insertions(+), 1 deletions(-)


2009-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2976 git=08010fe3a2e4ed55694c2320a726092a0e11fdbd


 ChangeLog                |    8 ++++++++
 cherokee/handler_proxy.c |    6 ++++++
 2 files changed, 14 insertions(+), 0 deletions(-)


2009-03-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2975 git=9307d4cbe57d77622a5325e0bbdfc016d84fd4be


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2973 git=10a5b74b1337361e44f7858e11408afe6c136c31


 ChangeLog               |    3 +++
 qa/215-Post-Chunked3.py |   33 +++++++++++++++++++++++++++++++++
 qa/Makefile.am          |    3 ++-
 3 files changed, 38 insertions(+), 1 deletions(-)


2009-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2972 git=6ebad5b7f12cb7f65d72d770d75d4c84223b2a6b


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |   13 +++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)


2009-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2971 git=22fcba5b0b8a1f516249f754a0ddd6f7abc2ee12


 ChangeLog                |    5 +++++
 cherokee/handler_proxy.c |   38 ++++++++++++++++++++++++++++++--------
 cherokee/handler_proxy.h |    1 +
 3 files changed, 36 insertions(+), 8 deletions(-)


2009-03-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2970 git=5c67d3607a4d1fbf743bca83c25a0b616691e2d9


 ChangeLog                |    6 ++++++
 cherokee/handler_proxy.c |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2009-03-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2969 git=aee230805687768c2d408d49f6867478b4935bac


 ChangeLog               |    6 ++
 admin/pyscgi.py         |    4 +-
 cherokee/connection.c   |   32 +++++++--
 cherokee/handler_cgi.c  |   17 +++--
 cherokee/handler_fcgi.c |    9 ++-
 cherokee/header.c       |    6 ++
 cherokee/header.h       |    1 +
 cherokee/post.c         |  187 +++++++++++++++++++++++++++++++++++++++++++---
 cherokee/post.h         |   27 +++++--
 qa/213-Post-Chunked1.py |   32 ++++++++
 qa/214-Post-Chunked2.py |   35 +++++++++
 qa/Makefile.am          |    4 +-
 qa/util.py              |   20 +++++-
 13 files changed, 341 insertions(+), 39 deletions(-)


2009-03-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2968 git=fbe566d307707e1ffe6f0a2a5d5fba1495dd77e9


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-03-12  Taher Shihadeh  <taher@unixwars.com>
            svn=2967 git=2effcfb81f3c8c69d53c404fc087e123501bb5b7


 doc/cookbook_symfony.txt |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2966 git=552839b741cd70060d00bcbdeebf0777ff5fb23c


 ChangeLog         |    3 +++
 cherokee/header.c |    3 +++
 cherokee/post.c   |    9 ++++++---
 3 files changed, 12 insertions(+), 3 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2965 git=958544b7b0ba24ecbfefc5478b9337d4557e0707


 ChangeLog              |    3 +++
 admin/ModuleDirlist.py |    3 +++
 admin/validations.py   |    6 ++++++
 3 files changed, 12 insertions(+), 0 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2964 git=f294a55451aa87b37e289e430fd77f59a2903378


 ChangeLog                  |    7 +++++++
 cherokee/handler_dirlist.c |   37 ++++++++++++++++++++++++-------------
 cherokee/handler_dirlist.h |    1 +
 qa/113-HeaderFile.py       |    2 +-
 qa/212-DirList-Hidden.py   |   29 +++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 6 files changed, 64 insertions(+), 15 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2963 git=c3063a390e480d6460935dda88f7752e2063e5c1


 ChangeLog              |    5 +++++
 cherokee/config_node.c |    5 ++++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-03-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2962 git=00c8b6b3f3064c824c8eb1348b50722245fa6962


 cherokee/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2961 git=2421d22c9b89aa56be7004b2f6898da5345da6e7


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   22 ++++++++++++++--------
 2 files changed, 17 insertions(+), 8 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2960 git=7fa5157ee222abfbc758bc9daa81d500d49b8698


 ChangeLog              |    3 +++
 cherokee/handler_cgi.c |   14 +++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2959 git=c69aff21ce4b5daead67535bac7c71f7451d3a40


 ChangeLog                    |    3 +++
 cherokee/handler_cgi_base.c  |   12 +++++++++++-
 cherokee/handler_fcgi.c      |    5 ++++-
 qa/210-Userdir_ScriptName.py |    2 +-
 4 files changed, 19 insertions(+), 3 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2958 git=2e93ed6029c927355d3f9b2620c05248a0cd83fa


 ChangeLog                    |    6 ++++
 qa/210-Userdir_ScriptName.py |   54 ++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am               |    1 +
 3 files changed, 61 insertions(+), 0 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2957 git=96b1b16467d22644019ba31a341854176e92bb3b


 cherokee/handler_empty_gif.c |   53 +++++++++++++++++++----------------------
 qa/211-EmptyGif.py           |    3 +-
 2 files changed, 27 insertions(+), 29 deletions(-)


2009-03-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2956 git=4830d4ae6ae0748de0e3373e6a385d1474aa3dd4


 ChangeLog                      |    6 ++++++
 doc/basics_why_cherokee.txt    |    2 +-
 doc/bundle_cherokee-admin.txt  |    7 ++++---
 doc/config_general.txt         |    6 +++---
 doc/config_quickstart.txt      |    7 ++++---
 doc/cookbook_optimizations.txt |    2 +-
 doc/dev_cherokee.conf.txt      |    8 ++++----
 doc/dev_debug.txt              |    8 ++++----
 doc/index.txt                  |    2 +-
 9 files changed, 28 insertions(+), 20 deletions(-)


2009-03-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2955 git=a3ced33bdc1ca0eb0dfca7db8effdd7c698efcde


 ChangeLog                                      |   15 ++++++++-
 doc/config_quickstart.txt                      |    6 ++--
 doc/cookbook_ssl.txt                           |   16 +++++-----
 doc/index.txt                                  |    5 +--
 doc/media/images/admin_handler_secdownload.png |  Bin 31083 -> 16683 bytes
 doc/media/images/admin_vserver_errors.png      |  Bin 32568 -> 15437 bytes
 doc/modules.txt                                |    4 ++-
 doc/modules_handlers.txt                       |   30 +++++++++---------
 doc/modules_handlers_cgi.txt                   |    4 +-
 doc/modules_handlers_secdownload.txt           |   38 ++++++++++++------------
 doc/modules_handlers_streaming.txt             |   33 ++++++++++----------
 doc/other_community.txt                        |    2 +-
 12 files changed, 83 insertions(+), 70 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2954 git=24ca7c601fb81ceb8a5c51e44d85b9de7742a5f9


 ChangeLog               |    3 +++
 admin/Makefile.am       |    1 +
 admin/ModuleEmptyGif.py |   21 +++++++++++++++++++++
 admin/consts.py         |    3 ++-
 4 files changed, 27 insertions(+), 1 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2953 git=24f7622a2b2bbd7b6ab7d5116a5f069cd6722184


 ChangeLog                    |    4 ++
 cherokee/Makefile.am         |   19 +++++++
 cherokee/handler_empty_gif.c |  119 ++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_empty_gif.h |   65 +++++++++++++++++++++++
 configure.in                 |    3 +-
 qa/211-EmptyGif.py           |   21 +++++++
 qa/Makefile.am               |    3 +-
 7 files changed, 232 insertions(+), 2 deletions(-)


2009-03-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2952 git=6634eff75544ca2d8b85abce94f2c70a08293749


 ChangeLog                      |    7 +++++++
 cherokee/handler_cgi_base.c    |   13 +++++++++----
 qa/104-ScriptAlias_PathInfo.py |    7 ++++---
 3 files changed, 20 insertions(+), 7 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2951 git=9d9253cf723f6e16a395c1787879aa0b28c4b5c7


 ChangeLog     |    5 +++++
 admin/Rule.py |    7 ++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)


2009-03-09  Antonio Perez  <aperez@skarcha.com>
            svn=2950 git=d34eab3f0f9c8f235111c487de9b04e41541d171


 ChangeLog                     |    6 ++++++
 admin/Entry.py                |    4 ++--
 admin/static/css/cherokee.css |    4 ++++
 admin/static/js/common.js     |   17 +++++++++++------
 4 files changed, 23 insertions(+), 8 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2949 git=6e8be00bbc596b6ea005d70a8c47bb8f81c4d535


 ChangeLog                      |    8 ++++++--
 qa/104-ScriptAlias_PathInfo.py |   14 ++++++--------
 qa/209-ScriptAlias_DRoot.py    |   33 +++++++++++++++++++++++++++++++++
 qa/Makefile.am                 |    3 ++-
 4 files changed, 47 insertions(+), 11 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2948 git=272efe7cc444399eb4a9d286943e46bff26465a9


 ChangeLog                  |    3 ++
 qa/208-Userdir_Pathinfo.py |   53 ++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 +-
 qa/base.py                 |   23 ++++++++++++++++++-
 4 files changed, 80 insertions(+), 2 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2947 git=4af6c7842675f7ab727a0495b8813f5ed14ddf27


 doc/modules_handlers_secdownload.txt |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2946 git=36af86c0256f0d167dd49c6f7163adff778371c1


 ChangeLog             |    3 +++
 qa/073-Access.py      |    6 ------
 qa/207-RuleExists4.py |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 4 files changed, 52 insertions(+), 7 deletions(-)


2009-03-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2945 git=07440719ab4585f4f8fdbeca70c7d1e180ba5be9


 ChangeLog              |    6 ++++++
 cherokee/rule_exists.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2944 git=3e4fb61d1e508ccf18f057758de2f9e756cf1084


 ChangeLog                      |    4 ++++
 cherokee/handler_dbslayer.c    |    8 +++-----
 cherokee/handler_mirror.c      |    5 +----
 cherokee/handler_server_info.c |    6 +-----
 4 files changed, 9 insertions(+), 14 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2943 git=250ba43820b105dad28a1ea3bccd1974480b71e1


 ChangeLog               |    3 +++
 admin/PageInfoSource.py |   11 ++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2942 git=3ecc26b2858937248dad57db0a411daca2bf4074


 ChangeLog                                      |    4 +
 doc/Makefile.am                                |    2 +
 doc/index.txt                                  |    1 +
 doc/media/images/admin_handler_secdownload.png |  Bin 0 -> 31083 bytes
 doc/modules_handlers_secdownload.txt           |  100 ++++++++++++++++++++++++
 5 files changed, 107 insertions(+), 0 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2941 git=32ec584c2e6d7296cf59e81528137ba0d7e0b24c


 ChangeLog                      |    3 +++
 doc/media/css/cherokee_doc.css |   13 +++----------
 2 files changed, 6 insertions(+), 10 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2940 git=20bfff67aa494444df82fb3d7b095b22828cbb50


 ChangeLog                  |    4 ++
 admin/Makefile.am          |    1 +
 admin/ModuleSecdownload.py |   66 ++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py            |    1 +
 4 files changed, 72 insertions(+), 0 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2939 git=f4b200a260488b6ff8b4e8951c0e85afd1203a4f


 ChangeLog                   |    9 +++++++++
 cherokee/handler_cgi_base.c |   11 +++++++++++
 qa/206-AuthType.py          |   41 +++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 ++-
 4 files changed, 63 insertions(+), 1 deletions(-)


2009-03-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2938 git=e8988073cb3f2018b463ce0edaaaf7f215221dd3


 cherokee/handler_secdownload.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-03-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2937 git=ed971374688d51286c66142c181332b59ff19dfd


 ChangeLog                      |    7 ++
 cherokee/Makefile.am           |   22 ++++-
 cherokee/handler_secdownload.c |  235 ++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_secdownload.h |   59 ++++++++++
 cherokee/secdownload.deps      |    1 +
 configure.in                   |    3 +-
 qa/203-secdownload1.py         |   36 ++++++
 qa/204-secdownload2.py         |   29 +++++
 qa/205-secdownload3.py         |   36 ++++++
 qa/Makefile.am                 |    6 +-
 10 files changed, 431 insertions(+), 3 deletions(-)


2009-03-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2936 git=8f73a9e671d0c9b70bb03186a3635eb6735f92ca


 ChangeLog         |    3 +++
 cherokee/buffer.c |   19 -------------------
 cherokee/util.c   |   21 +++++++++++++++++++++
 cherokee/util.h   |    1 +
 4 files changed, 25 insertions(+), 19 deletions(-)


2009-03-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2935 git=d95c2c1699691e363b5966c48c962e7e56a4a889


 ChangeLog            |    4 ++++
 admin/PageVServer.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-03-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2934 git=a16cac96e2e7156160eaa11a7140a8ae74795c6e


 ChangeLog                   |   10 +++
 cherokee/handler_cgi_base.c |  137 +++++++++++++++++++------------------------
 qa/202-xsendfile2.py        |   50 ++++++++++++++++
 qa/Makefile.am              |    3 +-
 4 files changed, 123 insertions(+), 77 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2933 git=1f9b69ac6078227c471a6bf584d96ef087e12da8


 ChangeLog            |    4 ++++
 admin/PageVServer.py |    5 +++++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2932 git=0f702e4c0b890bc4a67bae62fbd40170552265fd


 ChangeLog                   |    6 ++++++
 cherokee/balancer_ip_hash.c |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2930 git=24f99f85c526a5bab1cfb6a59cd719f1e3050f61


 admin/ModuleHeader.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2929 git=ff07f6cfd29f2b108a40bbcf80d48683c80e74b3


 admin/ModuleHeader.py |    6 +++++-
 admin/PageVServer.py  |    2 +-
 admin/Rule.py         |   12 +++++++-----
 3 files changed, 13 insertions(+), 7 deletions(-)


2009-03-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2928 git=177ff67bf59d4791b2f2203982c76e8ef221fb05


 admin/PageEntry.py            |    2 -
 admin/Rule.py                 |   74 ++++++++++++++++++++++++++++++++--------
 admin/static/css/cherokee.css |   24 +++++++-------
 admin/static/js/common.js     |   11 ++++++
 4 files changed, 82 insertions(+), 29 deletions(-)


2009-03-05  Antonio Perez  <aperez@skarcha.com>
            svn=2927 git=4b6421b798fe8247d5df50ef21c7f83076c8b45c


 ChangeLog                     |    6 ++++
 admin/PageEntry.py            |    6 ++--
 admin/PageVServer.py          |    2 +-
 admin/Rule.py                 |   43 +++++++++++++++---------------
 admin/static/css/cherokee.css |   58 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 90 insertions(+), 25 deletions(-)


2009-03-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2926 git=ddfeabaad44e806d15e52eb1ca30085c79cf632f


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-03-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2925 git=958d99a6d1ed3f8391d977e38c06243ccf6eb1e6


 ChangeLog                 |    9 +++
 admin/ModuleBind.py       |    6 +-
 admin/ModuleDirectory.py  |    4 +-
 admin/ModuleExists.py     |   10 ++--
 admin/ModuleExtensions.py |    4 +-
 admin/ModuleGeoip.py      |    4 +-
 admin/ModuleHeader.py     |   10 ++--
 admin/ModuleMethod.py     |    4 +-
 admin/ModuleRequest.py    |    4 +-
 admin/PageEntry.py        |   30 +++------
 admin/PageVServer.py      |    9 ++-
 admin/Rule.py             |  155 +++++++++++++++++++++++++++++++++++++++++++++
 admin/server.py           |    2 +
 admin/static/js/common.js |   38 +++++++++++
 14 files changed, 243 insertions(+), 46 deletions(-)


2009-03-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2924 git=1dcc7ea8321a028c0b7449207237919c70f9f5f1


 ChangeLog    |    2 ++
 configure.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-03-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2922 git=8d6d9a1da4f924acd66e515770df269b6bee902e


 ChangeLog              |    7 +++++++
 cherokee/handler_cgi.c |    9 ++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)


2009-03-04  Antonio Perez  <aperez@skarcha.com>
            svn=2921 git=aa1033db089d2d93362d653dbce884de0dc149dc


 ChangeLog                  |    6 ++++++
 cherokee/rule_extensions.c |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-03-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2920 git=e9414a9d550cb02b554ef894b793032d602e8ca5


 cherokee.conf.sample.pre |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-03-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2917 git=dfe10837fbc322e8e76c6ba5379d9c8bbd14925c


 ChangeLog              |    3 +++
 cherokee/handler_cgi.c |   36 +++++++++++++++++++++++++++---------
 2 files changed, 30 insertions(+), 9 deletions(-)


2009-03-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2916 git=18977d54e5c6428ea26bca64138deb53cef3ad53


 ChangeLog            |    5 +++++
 admin/PageVServer.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-03-02  Antonio Perez  <aperez@skarcha.com>
            svn=2915 git=7e504fca4a6f4ce9abd0cbde2a2668586f07deac


 ChangeLog             |    4 ++++
 admin/PageVServers.py |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2009-03-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2914 git=63e06d8d85cb2c71fa4837f96fd2aac07642fe1d


 ChangeLog        |    4 ++++
 qa/115-Respin.py |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


2009-03-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2913 git=74cb6bb34d4dbeb33cc88dacdf2fb7a2ab8a1a29


 ChangeLog                         |    5 ++++
 qa/131-PHP-zero-len-post+Redir.py |   42 +++++++++++++++++++++++++++++++++++++
 qa/Makefile.am                    |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)


2009-03-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2910 git=f96484a80d0bbb884dc7d2927cb21b8c3d461f69


 ChangeLog                     |    5 +++++
 cherokee/server.c             |   41 +++++++++++++++--------------------------
 cherokee/source_interpreter.c |    5 +++--
 3 files changed, 23 insertions(+), 28 deletions(-)


2009-03-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2909 git=0d266999193dc36abbc4107b19a38d9ed3629a00


 ChangeLog                 |    9 +++++++++
 admin/PageVServer.py      |    5 ++++-
 cherokee/connection.c     |   37 ++++++++++++++++++++++++++++---------
 cherokee/virtual_server.c |    4 ++++
 cherokee/virtual_server.h |    1 +
 qa/201-PostLimit.py       |   39 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am            |    3 ++-
 7 files changed, 87 insertions(+), 11 deletions(-)


2009-03-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2908 git=16a9c8a492a58352d4caabca7aa429039a948723


 ChangeLog                     |    8 ++++++++
 cherokee/source_interpreter.c |    5 +++++
 2 files changed, 13 insertions(+), 0 deletions(-)


2009-03-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2907 git=8a82b222efe0c572497a12d2d0a62c8f2675f93d


 cherokee/rule_bind.c |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)


2009-03-01  Antonio Perez  <aperez@skarcha.com>
            svn=2906 git=66e5a01e7d73658d580313aed4adfbe057278cc9


 admin/validations.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-03-01  Antonio Perez  <aperez@skarcha.com>
            svn=2905 git=ca0046b0ddd640dda565aa6d6149bdcb1d27a214


 ChangeLog            |    5 +++++
 admin/validations.py |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2009-03-01  Antonio Perez  <aperez@skarcha.com>
            svn=2904 git=5b4cac263760b8b87e0e91047d798cdb1b0c0823


 admin/PageGeneral.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


2009-02-28  Antonio Perez  <aperez@skarcha.com>
            svn=2903 git=e381d92aceacb81dc3e425a72a843b50eb92308f


 ChangeLog            |    6 ++++++
 admin/Entry.py       |   10 +++++++++-
 admin/Form.py        |   12 ++++++------
 admin/PageGeneral.py |   11 ++++++++++-
 4 files changed, 31 insertions(+), 8 deletions(-)


2009-02-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2902 git=ba4fa29459db0df8c85d7d612b61300fd3920598


 ChangeLog            |    8 +++
 admin/Makefile.am    |    1 +
 admin/ModuleBind.py  |  128 ++++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py      |    5 +-
 cherokee/Makefile.am |   21 ++++++++-
 cherokee/bind.c      |    3 +
 cherokee/bind.h      |    1 +
 cherokee/rule_bind.c |  131 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_bind.h |   50 +++++++++++++++++++
 configure.in         |    3 +-
 10 files changed, 347 insertions(+), 4 deletions(-)


2009-02-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2901 git=5e42bc22bbdad39679457268cd041757f87169d1


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-02-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2900 git=230ef225f5598fe5422aeee4c3773bdb06893737


 ChangeLog           |    5 +++++
 contrib/098to099.py |   39 +++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)


2009-02-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2899 git=e66e9b42d934f764848eab3e89d82bb3f2d8add9


 ChangeLog                          |    6 ++++
 admin/ModuleStreaming.py           |    4 +-
 doc/Makefile.am                    |    1 +
 doc/index.txt                      |    1 +
 doc/modules_handlers_streaming.txt |   55 ++++++++++++++++++++++++++++++++++++
 5 files changed, 65 insertions(+), 2 deletions(-)


2009-02-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2898 git=a5f8ffed94e5958a43640c523e5aad54ccb80d16


 ChangeLog           |    7 +++++++
 admin/ModuleCgi.py  |   20 +++-----------------
 admin/ModuleFcgi.py |    2 --
 admin/ModuleScgi.py |    2 --
 configure.in        |    2 +-
 5 files changed, 11 insertions(+), 22 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2897 git=3461f21380fcc4dc4a2ce1fe35908baa5b22209b


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2893 git=a33bde0a0d959c303a46b13cccad424fc48061d2


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |   11 +++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2892 git=5b8e06749e4655529d5c538baab1534debedce1a


 ChangeLog                     |    3 +++
 cherokee/source_interpreter.c |    6 +++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2891 git=2744529bd5fccffa327b19b0b60e39c5d239ca3f


 ChangeLog                                 |    4 ++++
 doc/media/images/admin_vserver_errors.png |  Bin 12110 -> 32568 bytes
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2890 git=ad852a7e2b46f47dae0d2b59b3653aae037cbbba


 ChangeLog            |    3 +++
 doc/cookbook_ssl.txt |   19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2889 git=1d52c425d792e1848e2abda12a8894d28e2addaf


 doc/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-02-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2888 git=e280f6d8568f253fadc54556c2c9bc21cf08b0d1


 ChangeLog                |    5 +++++
 cherokee.conf.sample.pre |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-02-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2887 git=d9c2bd20a54cd6d261346576fb97962af33bfb8c


 ChangeLog       |   11 +++++++++++
 cherokee/main.c |    7 +++++--
 2 files changed, 16 insertions(+), 2 deletions(-)


2009-02-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2886 git=50709b61f38c57e998e578fefaa2d9dcc3999ab1


 ChangeLog                     |    6 ++++++
 cherokee/source_interpreter.c |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-02-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2885 git=a362fd1e9649d14d8ff52e5d693da42d0300a316


 ChangeLog                     |    5 +++++
 admin/PageInfoSource.py       |    9 +++++++--
 cherokee/source_interpreter.c |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2884 git=1b2f2f24ab37f7051ee4e12a5cf206b2ced253f6


 ChangeLog                       |    3 ++
 cherokee/balancer_ip_hash.c     |   13 ++++++---
 cherokee/balancer_round_robin.c |   53 ++++++++++++++++++++++++++++++---------
 cherokee/balancer_round_robin.h |    2 +-
 4 files changed, 53 insertions(+), 18 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2883 git=a96ca1cfe061285b32f95d1287497f840f5d79d0


 ChangeLog             |    5 ++++
 qa/200-ErrorRedir2.py |   64 +++++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am        |    3 +-
 3 files changed, 71 insertions(+), 1 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2882 git=ea3a5af26396a71189a8b6229c5237356c105194


 cherokee/balancer_ip_hash.c |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2881 git=d507a01ecf2c0971be44695bdb97698c7401325b


 ChangeLog                   |    4 +++
 cherokee/balancer_ip_hash.c |   55 +++++++++++++++++++++++++++++-------------
 cherokee/balancer_ip_hash.h |    2 +-
 3 files changed, 43 insertions(+), 18 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2880 git=28e74f8efbfc93af8d79392b8aa26fd56aec3336


 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2879 git=f89ab96057870683c19c3214be55f7d300be6d0d


 ChangeLog             |    3 +++
 cherokee/connection.c |    9 +++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2878 git=705ad69391b1bb6f1b63175d11ddb7987ccf6c7d


 ChangeLog             |    5 +++++
 cherokee/connection.c |   34 ++++++++++++++++++++++++++++++++++
 cherokee/thread.c     |   36 +++++-------------------------------
 3 files changed, 44 insertions(+), 31 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2877 git=71cd505c651598f36f76b5f7af3ca47cd685625a


 ChangeLog               |    3 +++
 admin/PageInfoSource.py |    6 +++---
 admin/validations.py    |    6 ++++++
 3 files changed, 12 insertions(+), 3 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2876 git=91b08f764e9d0fd806664c6142dcd4c790b95ef8


 ChangeLog            |    3 ++
 contrib/Makefile.am  |    9 ++++++-
 contrib/cherokee     |   61 -----------------------------------------------
 contrib/cherokee.pre |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 75 insertions(+), 62 deletions(-)


2009-02-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2875 git=3f1a11fa2da1fe43967119fb3daf6fb57d4cd098


 ChangeLog                 |    7 +++++++
 admin/ModuleErrorRedir.py |   36 +++++++++++++++++++++++++++---------
 2 files changed, 34 insertions(+), 9 deletions(-)


2009-02-21  Antonio Perez  <aperez@skarcha.com>
            svn=2874 git=bc740fd0b7f10721af0ce4e201532696264000be


 ChangeLog       |    3 +++
 cherokee/main.c |   44 ++++++++++++++++++++++++++++++++++++++------
 2 files changed, 41 insertions(+), 6 deletions(-)


2009-02-21  Antonio Perez  <aperez@skarcha.com>
            svn=2873 git=5aa0c6eee2600dba644952ba90bb42500010f0c6


 ChangeLog                |    4 ++++
 admin/consts.py          |    1 +
 cherokee/handler_error.c |    9 ++++++++-
 cherokee/http.c          |    2 ++
 cherokee/http.h          |    2 ++
 5 files changed, 17 insertions(+), 1 deletions(-)


2009-02-21  Antonio Perez  <aperez@skarcha.com>
            svn=2872 git=4387f3282ff9172b65c324b6f6f4bcae10087dea


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |   37 +++++++++++++++++++++++++------------
 admin/server.py             |    1 -
 3 files changed, 30 insertions(+), 13 deletions(-)


2009-02-19  Antonio Perez  <aperez@skarcha.com>
            svn=2871 git=6fb4f126c8be2e5000af2b2468ce585993791129


 ChangeLog                 |    6 ++++++
 admin/PageVServer.py      |    3 ---
 cherokee/cryptor_libssl.c |   29 +++++++++--------------------
 cherokee/virtual_server.c |   14 ++------------
 cherokee/virtual_server.h |    1 -
 5 files changed, 17 insertions(+), 36 deletions(-)


2009-02-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2870 git=6effff220a1556a92facb84584bc4a1c318ae04c


 ChangeLog            |    6 +
 Makefile.am          |    1 -
 contrib/Makefile.am  |    7 -
 contrib/spawn-fcgi.c |  483 --------------------------------------------------
 spawn-fcgi.1         |   63 -------
 5 files changed, 6 insertions(+), 554 deletions(-)


2009-02-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2869 git=6d899208ff70dd9e411ce2104991f0f4e8aec2e1


 ChangeLog                |   10 ++++++++++
 admin/ModuleAuth.py      |    6 +++---
 admin/ModuleBalancer.py  |    1 +
 admin/ModuleCgi.py       |    9 +++++++--
 admin/ModuleCommon.py    |    8 ++++----
 admin/ModuleDirlist.py   |   14 +++++++-------
 admin/ModuleHtdigest.py  |    3 +--
 admin/ModuleHtpasswd.py  |    3 +--
 admin/ModulePlain.py     |    3 +--
 admin/ModuleStreaming.py |   15 +++++++++++----
 admin/PageAdvanced.py    |    5 +++--
 admin/PageEntry.py       |    7 ++++---
 admin/PageMime.py        |    9 ++++++++-
 admin/PageVServer.py     |    1 +
 admin/PageVServers.py    |    6 ++++++
 admin/validations.py     |   20 ++++++++++++++++++++
 16 files changed, 88 insertions(+), 32 deletions(-)


2009-02-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2868 git=e85e66297a13a02c292407b2edeb664b21a03b2c


 ChangeLog                     |    3 ++
 cherokee/source_interpreter.c |   69 ++++++++++++++++++++++++++++++++++++++---
 2 files changed, 67 insertions(+), 5 deletions(-)


2009-02-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2867 git=d578f4d62d4cdcd13dab6d55562bc959546fb2b7


 ChangeLog                       |   21 ++++++++++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |    6 +++
 cherokee/handler_cgi_base.c     |    7 +++-
 cherokee/handler_error_redir.c  |    7 +++-
 cherokee/handler_fcgi.c         |    2 +-
 cherokee/handler_scgi.c         |    2 +-
 cherokee/source_interpreter.c   |   70 ++++++++++++++++++++++++++++++++++++--
 qa/058-ContentRange-Double.py   |    8 +++-
 qa/195-ServerAddr.py            |   20 ++++++++---
 qa/base.py                      |   37 +++++---------------
 11 files changed, 139 insertions(+), 42 deletions(-)


2009-02-17  Antonio Perez  <aperez@skarcha.com>
            svn=2866 git=945112d191304b1d2e8308892c4f02fa77a0b561


 ChangeLog                 |    3 +++
 cherokee/cryptor_libssl.c |   22 +++++++++-------------
 2 files changed, 12 insertions(+), 13 deletions(-)


2009-02-17  Antonio Perez  <aperez@skarcha.com>
            svn=2865 git=ea9a6c51a8f46684a5365a1319bd5290e3f5d86c


 ChangeLog                     |    5 +++++
 cherokee/source_interpreter.c |    7 ++-----
 2 files changed, 7 insertions(+), 5 deletions(-)


2009-02-15  Antonio Perez  <aperez@skarcha.com>
            svn=2864 git=67590b6b22178b56fbd54b6d044742132f45f3e2


 ChangeLog                    |    5 ++
 cherokee/handler_streaming.c |  116 ++++++++++++++++++++++++-----------------
 cherokee/handler_streaming.h |    2 +
 3 files changed, 75 insertions(+), 48 deletions(-)


2009-02-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2863 git=4028e7ea8d93f9a3f9e1678b2da8d370fedf81b8


 ChangeLog                       |   16 +++++++
 admin/PageGeneral.py            |    1 +
 cherokee/connection-protected.h |    3 +-
 cherokee/connection.c           |   18 +++++++-
 cherokee/handler_cgi_base.c     |   10 ++++-
 cherokee/handler_error_redir.c  |   83 +++++++++++++++++++++++++++++++++-----
 cherokee/server.c               |    4 +-
 cherokee/source_interpreter.c   |   19 ++++++++-
 cherokee/thread.c               |   28 ++++++++-----
 qa/199-ErrorRedir.py            |   50 +++++++++++++++++++++++
 qa/Makefile.am                  |    3 +-
 11 files changed, 206 insertions(+), 29 deletions(-)


2009-02-14  Antonio Perez  <aperez@skarcha.com>
            svn=2862 git=176f13f0c451419541f5d8136390592fb8b04c78


 ChangeLog                 |    6 ++++++
 admin/PageVServer.py      |    7 +++++--
 cherokee/cryptor_libssl.c |   23 +++++++++++++++++------
 cherokee/virtual_server.c |   14 ++++++++++++--
 cherokee/virtual_server.h |    1 +
 5 files changed, 41 insertions(+), 10 deletions(-)


2009-02-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2861 git=6c0a4d51928856b264307d4499f0b000e22c9493


 ChangeLog                |    6 ++++++
 admin/ModuleStreaming.py |   22 +++++++++++++++++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)


2009-02-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2860 git=f802f4756dfc7aeb77f1b938fe60f08c0927cd92


 ChangeLog                    |    5 +
 cherokee/handler_streaming.c |  263 +++++++++++++++++++++++++++++-------------
 cherokee/handler_streaming.h |    7 +
 3 files changed, 197 insertions(+), 78 deletions(-)


2009-02-09  Antonio Perez  <aperez@skarcha.com>
            svn=2859 git=fe39991105bc5df2019307e3249c4dfd3b8af1c9


 ChangeLog            |    5 +++++
 admin/PageVServer.py |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)


2009-02-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2858 git=6738f57cc6631d2f22f7215e80d1f3e634ab2840


 ChangeLog             |    3 +++
 cherokee/connection.c |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-02-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2857 git=c61843d93743f975bec3259d07509927a89fd3c3


 ChangeLog             |    6 ++++++
 cherokee/connection.c |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2009-02-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2856 git=90613d2c138b74f6d9a69ba1289cff814e35c908


 ChangeLog       |    3 +++
 www/Makefile.am |    1 +
 www/favicon.ico |  Bin 0 -> 769 bytes
 3 files changed, 4 insertions(+), 0 deletions(-)


2009-02-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2855 git=a6b03a30eddd8b106d27fc1cdcd1f9c03d721f19


 ChangeLog               |    5 +++++
 cherokee/Makefile.am    |    5 +++--
 cherokee/streaming.deps |    1 +
 3 files changed, 9 insertions(+), 2 deletions(-)


2009-02-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2854 git=d55f9587d5cc06f64518a82dc07a5579cd054d4c


 cherokee/handler_streaming.c |   48 +++++++++++++++++++++++++++++++----------
 cherokee/handler_streaming.h |    3 +-
 2 files changed, 38 insertions(+), 13 deletions(-)


2009-02-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2853 git=53e4fcc8014facabeb4f1963509c777449f3d24c


 ChangeLog                    |    4 +++
 cherokee/handler_streaming.c |   44 ++++++++++++++++++++++++++---------------
 2 files changed, 32 insertions(+), 16 deletions(-)


2009-02-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2852 git=3545b7faf71651bd76cc45692bb474f56a58c26b


 cherokee/handler_file.c |   11 +++++++++++
 cherokee/handler_file.h |    1 +
 2 files changed, 12 insertions(+), 0 deletions(-)


2009-02-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2851 git=3c70521acc1cb0485d7e4ef507b22096c4cf1512


 cherokee/handler_streaming.c |   39 ++++++++++++++++++++++++---------------
 1 files changed, 24 insertions(+), 15 deletions(-)


2009-02-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2850 git=c32737055bd96c582422ed2e0e54f146409f9dcc


 admin/ModuleStreaming.py     |    2 +-
 cherokee/handler_streaming.c |   40 +++++++++++++++++++++++++++++-----------
 cherokee/handler_streaming.h |    3 ++-
 3 files changed, 32 insertions(+), 13 deletions(-)


2009-02-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2849 git=494c7377b4dca4f61e3edf5025840ab5d0efaa37


 ChangeLog                    |    8 +
 admin/Makefile.am            |    1 +
 admin/ModuleStreaming.py     |   36 ++++
 admin/consts.py              |    5 +-
 cherokee.conf.sample.pre     |    3 +-
 cherokee/Makefile.am         |   37 ++++-
 cherokee/connection.c        |    6 +-
 cherokee/handler_streaming.c |  385 ++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_streaming.h |   75 ++++++++
 configure.in                 |   61 ++++++-
 10 files changed, 599 insertions(+), 18 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2848 git=d0f258ba5dba678fe0b4f2b0b0e69e3f70a1cb66


 ChangeLog                 |    3 +++
 cherokee/cryptor_libssl.c |   10 ----------
 2 files changed, 3 insertions(+), 10 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2847 git=960c72d80629992dc79f634c4f944d5113f28a82


 ChangeLog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2846 git=830714841f71205a3f66252190de8c7560d79c2d


 ChangeLog                  |    4 ++++
 cherokee.conf.sample.pre   |    6 +++---
 cherokee/handler_dirlist.c |    4 +++-
 3 files changed, 10 insertions(+), 4 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2845 git=56ba88b2b083bc0b37e8d68227441e74583ac5f6


 ChangeLog                       |    4 ++++
 cherokee/connection-protected.h |    2 +-
 cherokee/connection.c           |    4 +---
 cherokee/thread.c               |    2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2844 git=030186762238dd7536e3044e6f4c68b52e0bf8dd


 ChangeLog                |    3 +++
 cherokee/validator_pam.c |   24 ++++++++++++++++++++----
 2 files changed, 23 insertions(+), 4 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2843 git=74b4b23d2815fd35d6a2a1a55c4ad86b45427462


 cherokee/connection.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2842 git=473c8b794258fb6a2858b3c5350b7a1b8af71a9f


 ChangeLog         |    2 ++
 cherokee/source.c |   13 +++++++------
 2 files changed, 9 insertions(+), 6 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2841 git=08fb01eca32ce9113b69abb11bc93d6704a8d87d


 ChangeLog         |    3 +++
 cherokee/server.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2840 git=0921bb6ef43b86f4c23a56b9bb8c33b4434c3964


 ChangeLog                 |    3 +++
 cherokee/cryptor.c        |    8 ++++++++
 cherokee/cryptor.h        |    2 +-
 cherokee/cryptor_libssl.c |    3 ++-
 4 files changed, 14 insertions(+), 2 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2839 git=416ca3096c2b9e845ef5d2840230ce27975633e2


 ChangeLog        |    4 ++++
 cherokee/cache.c |    5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2009-02-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2838 git=e6b4540b8ee025caa043d923ecc82913ecf0f71a


 ChangeLog                 |    5 +++++
 doc/config_quickstart.txt |    2 +-
 doc/cookbook_django.txt   |    9 ++++++++-
 3 files changed, 14 insertions(+), 2 deletions(-)


2009-02-05  Antonio Perez  <aperez@skarcha.com>
            svn=2837 git=ceaa0140b850c75911fc501e8dbf6b0881eac357


 ChangeLog            |    2 ++
 admin/PageGeneral.py |    9 ++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)


2009-02-05  Antonio Perez  <aperez@skarcha.com>
            svn=2836 git=f41da4132568be5163427a1d47e7881fe7dbed01


 ChangeLog         |    5 +++++
 cherokee/server.c |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2009-02-05  Antonio Perez  <aperez@skarcha.com>
            svn=2835 git=540c9d267a680bf19a79a0c61ad5f3c2ec302c80


 cherokee/server.c |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)


2009-02-04  Antonio Perez  <aperez@skarcha.com>
            svn=2834 git=90439c5a0c264d3aaaba8b487161a4957c3950be


 ChangeLog         |   12 +++++++---
 cherokee/server.c |   54 ++++++++++++++++++++++++++++++----------------------
 2 files changed, 39 insertions(+), 27 deletions(-)


2009-02-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2833 git=2c277c653ca4a71fa0b1f5476a98b230f1bb7145


 ChangeLog                  |    5 +++++
 cherokee/resolv_cache.c    |    2 +-
 cherokee/rule_geoip.c      |    2 +-
 cherokee/server.c          |    2 +-
 cherokee/thread.c          |    2 +-
 cherokee/validator.c       |    2 +-
 cherokee/validator_mysql.c |    4 ++--
 7 files changed, 12 insertions(+), 7 deletions(-)


2009-02-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2832 git=ce6f7100749e3607f424dc6b7e8cb9f6664172cd


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-02-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2831 git=16098e4d97c56d4b618181ad144ee8d226d6f93a


 ChangeLog    |    7 +++++++
 configure.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)


2009-02-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=2830 git=3836f21f74a6584cfa91f417fc99a9d4314af924


 ChangeLog                     |    8 ++++++++
 admin/PageVServers.py         |    4 ++--
 admin/static/css/cherokee.css |   28 +++++++++++++++++-----------
 3 files changed, 27 insertions(+), 13 deletions(-)


2009-02-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2829 git=0e7a9df75c545856fc4c3e518eceff90039601ee


 ChangeLog         |    5 +++
 cherokee/thread.c |   82 +++++++++++++++++++++++++++++++++--------------------
 2 files changed, 56 insertions(+), 31 deletions(-)


2009-02-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2828 git=4872420e8bb05608f1431acb9fb8d4cb5260ed98


 cherokee/handler_cgi_base.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


2009-02-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2827 git=d46f7380f9f8f444f7d2ebbeac287db79f2a243b


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-02-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2826 git=99e5bdcc7641ba8c64c106b41febb26ac2534b24


 ChangeLog             |    5 +++++
 cherokee/connection.c |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2009-02-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2818 git=e598b5242770eec26ce8bbb5d750af2152eb8bb5


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-02-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2817 git=099cc03ea52c464d065d99e46462c9b1bc87d262


 ChangeLog                |   13 +++++++++++++
 cherokee/handler_proxy.c |    2 ++
 cherokee/proxy_hosts.c   |   10 +++++++---
 cherokee/socket.c        |    2 +-
 cherokee/socket.h        |    1 +
 cherokee/source.c        |   20 +-------------------
 cherokee/util.c          |   18 ++++++++++++++++++
 cherokee/util.h          |    9 ++++++---
 8 files changed, 49 insertions(+), 26 deletions(-)


2009-02-01  Taher Shihadeh  <taher@unixwars.com>
            svn=2816 git=b4bf1c207515e817393edbf78437a13037846ae8


 doc/cookbook_drupal.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-02-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2815 git=887790a7cdd52f18e98d94c6ab83965ab2bc8ec0


 ChangeLog         |    7 +++++++
 cherokee/source.c |   17 ++++-------------
 cherokee/util.c   |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h   |    5 +++++
 4 files changed, 68 insertions(+), 13 deletions(-)


2009-02-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2813 git=ebf119eb2339d21c659590d05be1597fe570eb3b


 ChangeLog                 |    7 +++++++
 cherokee/cryptor_libssl.c |   17 +++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)


2009-01-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2811 git=90523e746e31621b998ddd6a4fda50f88f88d1d5


 ChangeLog      |    3 +++
 admin/flags.py |   12 +++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)


2009-01-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2809 git=27398b5516a1483894252d65a5024adde79c6373


 ChangeLog          |    3 +++
 admin/PageEntry.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-01-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2808 git=fdc94b8eec7e5e0072f82b7beeb31a1425935f01


 ChangeLog            |    5 +++++
 admin/PageEntry.py   |   18 +++++++++++++++++-
 admin/validations.py |    6 ++++++
 3 files changed, 28 insertions(+), 1 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2806 git=b3bfc8f41e8e121be901c87916ea5007f5440447


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   22 +++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2805 git=9851b1cb9d41d2e2648c73d711d55cabb3f5fd9b


 qa/198-HTTPresponse.py |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2804 git=d2cfa2adc954e155e42d0723d356d13f119a705f


 ChangeLog              |    3 +++
 qa/198-HTTPresponse.py |   29 +++++++++++++++++++++++++++++
 qa/Makefile.am         |    3 ++-
 3 files changed, 34 insertions(+), 1 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2803 git=df940669840ddfcd23b6fa3751f0698930fb1d4b


 ChangeLog             |    3 +++
 admin/PageVServers.py |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2802 git=b2d252f05d1ce2cd81247f40c73e30d90dd7f3d3


 ChangeLog                   |    5 +++++
 cherokee/balancer_ip_hash.c |   11 +++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2799 git=dc33ce1d2f756ff5d2bc429ad59f43b995fe534b


 ChangeLog          |    3 +++
 admin/ModuleCgi.py |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2009-01-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2797 git=bfd77c81b5d446fceb18be56bd195049bb09c77a


 ChangeLog             |    5 +++++
 cherokee/connection.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-01-28  Antonio Perez  <aperez@skarcha.com>
            svn=2795 git=e2ad2245e7bbab4697eae7cfa929f66e417c16c6


 ChangeLog                 |    6 +++
 admin/PageVServer.py      |   22 ++++++++--
 admin/consts.py           |    6 +++
 cherokee/cryptor_libssl.c |   92 ++++++++++++++++++++++++++-------------------
 cherokee/virtual_server.c |   16 +++++---
 cherokee/virtual_server.h |    3 +-
 6 files changed, 94 insertions(+), 51 deletions(-)


2009-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2794 git=6f984bf5d7d823db052ca4eb91a20263a167edb0


 ChangeLog               |    5 +++++
 admin/PageInfoSource.py |    6 +++++-
 admin/validations.py    |    9 +++++++++
 3 files changed, 19 insertions(+), 1 deletions(-)


2009-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2793 git=dfb052121d5126a77ee3f08359b5beee1283f91c


 cherokee/bogotime.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2792 git=d8dbfb031b16b627cf95313c7d27c22a34d841b9


 admin/PageEntry.py      |   10 ++++++++--
 admin/PageGeneral.py    |    8 ++++----
 admin/PageIcon.py       |   17 +++++++++--------
 admin/PageInfoSource.py |    8 ++++++--
 admin/PageMime.py       |   14 ++++++++++++--
 admin/PageVServer.py    |   22 +++++++++++-----------
 6 files changed, 50 insertions(+), 29 deletions(-)


2009-01-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2791 git=1532b44749c7d434660da21077ac4f4213e22d7e


 ChangeLog                 |    5 +++
 admin/ModuleErrorRedir.py |    2 +-
 admin/PageVServer.py      |   63 ++++++++++++++++++++++++++++++---------------
 3 files changed, 48 insertions(+), 22 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2790 git=35a4bcd6f18d4e4f6a7c167f36b31b7328b4c060


 ChangeLog                       |    7 ++
 cherokee/Makefile.am            |    4 +-
 cherokee/config_entry.c         |   11 +++-
 cherokee/config_entry.h         |    3 +
 cherokee/connection-protected.h |    8 +++
 cherokee/connection.c           |   59 +++++++++++++++++-
 cherokee/handler_file.c         |   20 ++++--
 cherokee/limiter.c              |  125 +++++++++++++++++++++++++++++++++++++++
 cherokee/limiter.h              |   49 +++++++++++++++
 cherokee/thread.c               |   43 +++++++++++++-
 cherokee/thread.h               |    2 +
 cherokee/virtual_server.c       |    3 +
 12 files changed, 319 insertions(+), 15 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2788 git=ab5cde412b6d043d6d1dbc6c7b470df2cc285cff


 ChangeLog            |    3 +++
 admin/PageGeneral.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2787 git=7dbde19fce675e0603d8c77556c00211be3540fe


 ChangeLog           |    3 +++
 cherokee/bogotime.c |    8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2784 git=41729822310508bd60bea0555d2d423a6b1d8f2a


 ChangeLog                |    3 +++
 cherokee/handler_error.c |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2783 git=dc27ccead043a66c16f6606705fcc843951681de


 cherokee/buffer.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2009-01-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2780 git=ffceadcf7e90f9bf6516155b69619cf59a031b41


 ChangeLog         |    5 +++++
 cherokee/socket.c |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2779 git=29b2003f88298ee265ae394d1f0a321fde530e9f


 ChangeLog            |    4 ++++
 cherokee/threading.c |   26 +++++++++++++-------------
 cherokee/threading.h |   15 ++++-----------
 configure.in         |    7 +++++++
 4 files changed, 28 insertions(+), 24 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2778 git=85fff4fe7b5b8cfe76575bb62e7c056e0e12e507


 ChangeLog       |    3 +++
 admin/Page.py   |    2 --
 admin/server.py |    8 --------
 3 files changed, 3 insertions(+), 10 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2777 git=f3347aa19c40b72357bd3d86a154d6bce4ae627f


 admin/PageStatus.py           |    2 --
 admin/static/css/cherokee.css |   17 ++---------------
 2 files changed, 2 insertions(+), 17 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2776 git=270e336e6c354d4657bb2573248b04b902a443d6


 ChangeLog                 |    4 ++++
 admin/Form.py             |   27 +++++++--------------------
 admin/ModuleRedir.py      |    2 +-
 admin/static/js/common.js |   20 +++++++++-----------
 4 files changed, 21 insertions(+), 32 deletions(-)


2009-01-26  Antonio Perez  <aperez@skarcha.com>
            svn=2775 git=41404fc1152cd82779d700055fa9241e9b5868b7


 ChangeLog                      |    5 +++++
 cherokee/handler_server_info.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-01-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2774 git=4539d2bd78cd018f5d5d3d62488507a5167a8029


 ChangeLog           |    5 +++++
 cherokee/bogotime.c |   37 +++++++++++++++++++++++--------------
 cherokee/bogotime.h |   17 +++++++++++------
 3 files changed, 39 insertions(+), 20 deletions(-)


2009-01-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2771 git=1abc8c1a8203458410ffd804e0bdc9d1364f7cf7


 ChangeLog            |    2 ++
 admin/PageGeneral.py |   12 +++---------
 2 files changed, 5 insertions(+), 9 deletions(-)


2009-01-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2770 git=e7bfbe2164642329439f331c041fcd4f39b33c79


 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-01-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2768 git=1ba209c9ca3eb9e34c26245ec89ed573a9511159


 ChangeLog     |    6 ++++++
 admin/Page.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2766 git=001d50fbd02045969e5eaca567b648171ae4b0a8


 ChangeLog           |    3 +++
 contrib/011to098.py |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2764 git=e6833b3cca0d59160587035b1cb0522830b7ce45


 ChangeLog            |    3 +++
 cherokee/threading.c |    6 +++---
 cherokee/threading.h |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2762 git=743d8aa39fd4b997ad40dd4b256bd179631cf60e


 ChangeLog                     |    7 +++++++
 qa/029-Post+Without-lenght.py |   15 ++++-----------
 qa/035-PHP-simple.py          |   16 +++++-----------
 qa/068-PathInfo2.py           |   22 +++++++---------------
 qa/072-Inherit3.py            |   21 ++++++++++-----------
 qa/079-Extension.py           |   29 ++++++++++++++++-------------
 qa/080-Extension2.py          |   30 +++++++++++++++++-------------
 qa/102-QueryString.py         |   19 +++++++++++--------
 qa/115-Respin.py              |   24 +++++++++++++-----------
 qa/131-ChangeUser-phpcgi.py   |   38 --------------------------------------
 qa/138-ChangeUser-cgi.py      |   12 +++++-------
 qa/Makefile.am                |    1 -
 12 files changed, 95 insertions(+), 139 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2761 git=a0b5a8bb4b25292daa9f4654ad2c589f5e7e9343


 ChangeLog                  |    3 +++
 cherokee/rule_extensions.c |   12 ++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2759 git=cd024fedee529b969f8f4ecca5a86957b936d959


 ChangeLog            |    6 ++++++
 cherokee/init.c      |    8 ++------
 cherokee/threading.c |   25 +++++++++++++++----------
 cherokee/threading.h |   41 ++++++++++++++++++++++++-----------------
 4 files changed, 47 insertions(+), 33 deletions(-)


2009-01-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2758 git=4b79247f8ed32bf7e25d22882f9446d236536314


 ChangeLog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2755 git=7847dd513dff4958932423e95751c0aa46d0755d


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2753 git=8af142a7fa0dd7075965eda2de1a56bfff4b2896


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2752 git=fa9b47a1fb83e1fc5319b72dc610655cf771540f


 ChangeLog               |    3 +++
 doc/other_community.txt |   30 +++++++++++++++++++++++++++---
 2 files changed, 30 insertions(+), 3 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2751 git=c54671ed27a6ccca9e484d22f05789013d1ed04b


 ChangeLog                 |    5 +++++
 cherokee/cryptor_libssl.c |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2009-01-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2750 git=9c30296e7ecd88821839450ece71072f2629613f


 ChangeLog     |    4 ++++
 admin/Form.py |    8 +++++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2749 git=541521227b85c50f3a8ddfcda0a1fcf665399e76


 ChangeLog                   |    5 +++++
 cherokee/balancer_ip_hash.c |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)


2009-01-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2748 git=085d70a70e5ce2de5f853df1177dd5637f46d901


 ChangeLog                |    6 ++++++
 cherokee/handler_error.c |    3 ---
 2 files changed, 6 insertions(+), 3 deletions(-)


2009-01-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2747 git=f0248062e5dbb1beba15bb035a2b225e62fc2ac1


 ChangeLog                              |    9 +++++++--
 doc/media/images/admin_handler_cgi.png |  Bin 22491 -> 22793 bytes
 doc/modules_handlers_cgi.txt           |    1 +
 3 files changed, 8 insertions(+), 2 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2746 git=3ef0ab35a383469cdeb090f87de3d44b8db56427


 ChangeLog           |    6 ++++++
 cherokee/bogotime.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2745 git=969d30cd9f3f3751daf494ce9b0bac630d77ccf3


 ChangeLog                   |   11 +++++++++++
 admin/ModuleCgi.py          |    6 +++---
 cherokee/handler_cgi_base.c |   26 +++++++++++++++++++++++---
 qa/142-SCGI-ExtraVars.py    |    4 +++-
 qa/util.py                  |    4 ++++
 5 files changed, 44 insertions(+), 7 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2744 git=bc64f72356f29ff22feca56cfe962cd7f68fcbba


 qa/197-SOAPAction.py |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2743 git=c03dc4676ee12ef2129d40dbda9a2d157b005743


 ChangeLog         |    3 +++
 cherokee/buffer.c |    2 +-
 cherokee/buffer.h |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2742 git=f58b7c53497f0e518233c18c6f7c9b8ef79e3185


 ChangeLog            |    4 ++++
 qa/197-SOAPAction.py |   30 ++++++++++++++++++++++++++++++
 qa/Makefile.am       |    3 ++-
 3 files changed, 36 insertions(+), 1 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2741 git=5324a02a9edbd58ca777fc5a0b09afd07d24b702


 ChangeLog       |   15 +++++++++++++++
 cherokee/init.c |   15 +++++++++++----
 cherokee/init.h |    8 +++++---
 cherokee/post.c |    4 +++-
 cherokee/util.c |   32 ++++++++++++++++++++++++++++++++
 cherokee/util.h |    1 +
 6 files changed, 67 insertions(+), 8 deletions(-)


2009-01-22  Antonio Perez  <aperez@skarcha.com>
            svn=2740 git=35c6d8a80788bb17add02dadca96f59d88950b37


 admin/Page.py                 |    9 +--------
 admin/static/css/cherokee.css |    1 +
 2 files changed, 2 insertions(+), 8 deletions(-)


2009-01-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2739 git=a8910238bfbbe9c73d800d8c4e0f54f3e6004b3e


 qa/088-CGI-envs.py |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)


2009-01-21  Taher Shihadeh  <taher@unixwars.com>
            svn=2738 git=614657fa4e7b7f41bf4d2cc53ac246ef8c5fd202


 ChangeLog                    |    6 ++++++
 doc/modules_handlers_cgi.txt |   16 ++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)


2009-01-21  Antonio Perez  <aperez@skarcha.com>
            svn=2737 git=076b9ddeb2a49d9ef0e43a7102f250d95fde7b7f


 ChangeLog                     |    5 +++++
 admin/Page.py                 |    8 ++------
 admin/static/css/cherokee.css |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)


2009-01-21  Taher Shihadeh  <taher@unixwars.com>
            svn=2736 git=4a4c8640fa2cc45e25f175ef7912b23f103d43d3


 ChangeLog                     |    3 +++
 admin/Form.py                 |   15 +++++++++------
 admin/static/css/cherokee.css |    9 +++++----
 3 files changed, 17 insertions(+), 10 deletions(-)


2009-01-21  Taher Shihadeh  <taher@unixwars.com>
            svn=2735 git=ea8c42d5fa9da74de77ce855701831b62e8e4602


 ChangeLog                                          |   13 +++++++++++++
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 8328 -> 8029 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 13048 -> 13818 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 6348 -> 6525 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 19604 -> 20748 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 6731 -> 8898 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 6616 -> 8940 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 16523 -> 19347 bytes
 doc/media/images/cookbook_phpbb_rules.png          |  Bin 16704 -> 16653 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 8343 -> 8568 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 6281 -> 8769 bytes
 11 files changed, 13 insertions(+), 0 deletions(-)


2009-01-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2734 git=cf9e464ca062087f9fd4a4ccc3b9930495d1b346


 ChangeLog                  |    5 +++++
 admin/PageStatus.py        |   12 ++++++++++++
 admin/status.template.html |    2 ++
 3 files changed, 19 insertions(+), 0 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2733 git=3828b251e75cba19f55e7f3ce24561da19101a50


 ChangeLog                                          |   27 +++++++++++++++++++-
 doc/Makefile.am                                    |    6 ++--
 doc/cookbook_managing_logs.txt                     |    6 ++--
 doc/media/images/cookbook_drupal_example5.png      |  Bin 9444 -> 0 bytes
 doc/media/images/cookbook_drupal_rules1.png        |  Bin 14525 -> 0 bytes
 doc/media/images/cookbook_drupal_rules2.png        |  Bin 16430 -> 0 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 14887 -> 13772 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 6333 -> 3965 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 9774 -> 7948 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 13198 -> 10350 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 7386 -> 4212 bytes
 doc/media/images/cookbook_managin_logs_handler.png |  Bin 6348 -> 0 bytes
 doc/media/images/cookbook_managin_logs_rules.png   |  Bin 20182 -> 0 bytes
 .../images/cookbook_managin_logs_security.png      |  Bin 19604 -> 0 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 0 -> 6348 bytes
 doc/media/images/cookbook_managing_logs_rules.png  |  Bin 0 -> 15076 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 0 -> 19604 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 17626 -> 16246 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 8820 -> 7131 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 11927 -> 9039 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 24604 -> 23616 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 7651 -> 5157 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 10360 -> 8504 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 16794 -> 14248 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 10881 -> 10050 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 21574 -> 19951 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 7686 -> 7119 bytes
 doc/media/images/cookbook_wp_default1.png          |  Bin 7567 -> 5527 bytes
 doc/media/images/cookbook_wp_example1.png          |  Bin 10158 -> 8178 bytes
 doc/media/images/cookbook_wp_example2.png          |  Bin 7531 -> 5450 bytes
 doc/media/images/cookbook_wp_example3.png          |  Bin 15516 -> 12554 bytes
 31 files changed, 32 insertions(+), 7 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2732 git=259afcdf7b6903508402c913358253dd40432c97


 ChangeLog                                     |   13 ++
 doc/Makefile.am                               |    2 +-
 doc/cookbook_drupal.txt                       |  203 +++++++++++++++++++++---
 doc/media/images/cookbook_drupal_default2.png |  Bin 7430 -> 5570 bytes
 doc/media/images/cookbook_drupal_default3.png |  Bin 7688 -> 5176 bytes
 doc/media/images/cookbook_drupal_example1.png |  Bin 8859 -> 7054 bytes
 doc/media/images/cookbook_drupal_example2.png |  Bin 9447 -> 6632 bytes
 doc/media/images/cookbook_drupal_example3.png |  Bin 13089 -> 10897 bytes
 doc/media/images/cookbook_drupal_example4.png |  Bin 8687 -> 4923 bytes
 doc/media/images/cookbook_drupal_rules.png    |  Bin 0 -> 16430 bytes
 10 files changed, 191 insertions(+), 27 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2731 git=e0527b94e7bee2defeb826b30e9fa35e7e6a5492


 ChangeLog                                        |   54 ++++++++++++++++------
 doc/media/images/admin_general_ports.png         |  Bin 13684 -> 8225 bytes
 doc/media/images/admin_handler_fastcgi2.png      |  Bin 17501 -> 25398 bytes
 doc/media/images/admin_handler_file.png          |  Bin 8776 -> 10658 bytes
 doc/media/images/admin_handler_onlylisting.png   |  Bin 13726 -> 16726 bytes
 doc/media/images/admin_handler_proxy.png         |  Bin 21782 -> 21351 bytes
 doc/media/images/admin_index.png                 |  Bin 34888 -> 40456 bytes
 doc/media/images/admin_info_sources.png          |  Bin 20142 -> 22862 bytes
 doc/media/images/admin_launch.png                |  Bin 36003 -> 40316 bytes
 doc/media/images/admin_notrunning.png            |  Bin 14707 -> 37349 bytes
 doc/media/images/admin_rule_regex.png            |  Bin 11042 -> 14628 bytes
 doc/media/images/admin_validators_authlist.png   |  Bin 18115 -> 21078 bytes
 doc/media/images/admin_validators_ldap.png       |  Bin 23831 -> 30050 bytes
 doc/media/images/admin_validators_pam.png        |  Bin 11989 -> 15528 bytes
 doc/media/images/admin_validators_plain.png      |  Bin 15073 -> 18431 bytes
 doc/media/images/admin_vserver_errors.png        |  Bin 12062 -> 12110 bytes
 doc/media/images/admin_vserver_loggers.png       |  Bin 16605 -> 14891 bytes
 doc/media/images/admin_vserver_security.png      |  Bin 8198 -> 13316 bytes
 doc/media/images/admin_vserver_vserver.png       |  Bin 4058 -> 7823 bytes
 doc/media/images/cookbook_dbslayer3.png          |  Bin 6148 -> 12998 bytes
 doc/media/images/cookbook_dbslayer4.png          |  Bin 16069 -> 22257 bytes
 doc/media/images/cookbook_django_common.png      |  Bin 17198 -> 27809 bytes
 doc/media/images/cookbook_django_infosources.png |  Bin 14586 -> 16845 bytes
 23 files changed, 40 insertions(+), 14 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2730 git=0723c72b141061d951fdd9640f33f878e35e4d5f


 ChangeLog            |    5 +++++
 admin/PageGeneral.py |   29 ++++++++++++++++-------------
 admin/validations.py |    7 +++++++
 3 files changed, 28 insertions(+), 13 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2729 git=bece9feb35716f20ef54c70757131fe160cd25b0


 doc/media/images/admin_mime.png |  Bin 51969 -> 17999 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2728 git=7502429762e71448d4afb1fd14810af1d3f4ec96


 ChangeLog                                       |   17 +++++++++++++++++
 doc/media/images/README.txt                     |    7 ++++---
 doc/media/images/admin_advanced1.png            |  Bin 11748 -> 16992 bytes
 doc/media/images/admin_advanced2.png            |  Bin 12481 -> 18032 bytes
 doc/media/images/admin_advanced3.png            |  Bin 7510 -> 12807 bytes
 doc/media/images/admin_advanced4.png            |  Bin 5544 -> 7953 bytes
 doc/media/images/admin_behaviour.png            |  Bin 17280 -> 18075 bytes
 doc/media/images/admin_handler_admin.png        |  Bin 11581 -> 14746 bytes
 doc/media/images/admin_handler_cgi.png          |  Bin 13972 -> 22491 bytes
 doc/media/images/admin_handler_custom_error.png |  Bin 14843 -> 14611 bytes
 doc/media/images/admin_handler_dbslayer.png     |  Bin 16621 -> 19368 bytes
 doc/media/images/admin_handler_dirlist.png      |  Bin 18488 -> 15843 bytes
 doc/media/images/admin_handler_fastcgi1.png     |  Bin 16854 -> 25147 bytes
 doc/media/images/admin_icons1.png               |  Bin 65943 -> 26015 bytes
 doc/media/images/admin_icons2.png               |  Bin 20284 -> 9476 bytes
 doc/media/images/admin_icons3.png               |  Bin 16517 -> 7383 bytes
 doc/media/images/cookbook_drupal_rules1.png     |  Bin 0 -> 14525 bytes
 doc/media/images/cookbook_drupal_rules2.png     |  Bin 0 -> 16430 bytes
 18 files changed, 21 insertions(+), 3 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2727 git=dbd9d435fec896cd6e85e6b646b97de076ee9f7e


 ChangeLog       |    3 +++
 qa/196-Mime3.py |   24 ++++++++++++++++++++++++
 qa/Makefile.am  |    3 ++-
 3 files changed, 29 insertions(+), 1 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2726 git=ae400fb14f4180702e841d56ba362bd9fbc6b74e


 doc/media/images/admin_mime.png |  Bin 12504 -> 51969 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2725 git=f396aabafc968d4ecbe66a6d1b46dc58823fe494


 ChangeLog                         |    5 +++++
 doc/config_icons.txt              |   17 +++++++++--------
 doc/media/images/admin_icons1.png |  Bin 23042 -> 65943 bytes
 doc/media/images/admin_icons2.png |  Bin 5754 -> 20284 bytes
 doc/media/images/admin_icons3.png |  Bin 8327 -> 16517 bytes
 5 files changed, 14 insertions(+), 8 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2724 git=c6afb18886fb8da685154f9b6cdf634730a2faf5


 ChangeLog                     |    5 +++
 admin/PageIcon.py             |   65 +++++++++++++++++++----------------------
 admin/static/css/cherokee.css |    2 +-
 3 files changed, 36 insertions(+), 36 deletions(-)


2009-01-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2723 git=be214ca9e72e0a31c796049703ae2ae5e341a233


 ChangeLog                         |   19 ++++++++++++++-----
 doc/basics_why_cherokee.txt       |    2 +-
 doc/bundle_cherokee-admin.txt     |    8 ++++----
 doc/config_general.txt            |   12 ++++++------
 doc/config_quickstart.txt         |    8 ++++----
 doc/cookbook_optimizations.txt    |    3 +--
 doc/dev_cherokee.conf.txt         |   18 +++++++++---------
 doc/dev_debug.txt                 |    8 +++++---
 doc/index.txt                     |    2 +-
 doc/modules.txt                   |   20 +++++++++++---------
 doc/modules_balancers_ip_hash.txt |    2 +-
 doc/modules_handlers_file.txt     |    6 ++++--
 12 files changed, 61 insertions(+), 47 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2722 git=060ac3f5ae4ca4a5676a839a0a55badc8a714439


 ChangeLog             |    4 ++++
 cherokee/main_admin.c |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2009-01-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2721 git=39db2f2d1e1a4a971a73d06a26f63ee46d12a539


 ChangeLog               |    6 ++++++
 cherokee/handler_file.c |   11 ++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)


2009-01-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2720 git=c86fb1a687af280de415695451bbc939260666fc


 ChangeLog                     |    6 ++++
 admin/PageMime.py             |   58 ++++++++++++++++++++++++++---------------
 admin/static/css/cherokee.css |    2 +-
 admin/validations.py          |   16 +++++++++++
 4 files changed, 60 insertions(+), 22 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2719 git=1e64cd531ed191295b83a334110f047581690302


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2718 git=0766751fc14b4e01cf036386f8ed2fa60f684741


 ChangeLog                         |    4 ++++
 admin/PageStatus.py               |   18 +++++++++---------
 admin/static/images/Makefile.am   |    3 ++-
 admin/static/images/web_proud.jpg |  Bin 0 -> 9325 bytes
 admin/status.template.html        |   24 +++++++++++-------------
 5 files changed, 26 insertions(+), 23 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2717 git=830c8502cb95234b7ff8858475d3a6432a600f58


 doc/index.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2716 git=c8312b3ccd8303afc0e19d1a215fd914fb63b191


 ChangeLog                         |    4 ++++
 doc/Makefile.am                   |    1 +
 doc/modules_balancers.txt         |    1 +
 doc/modules_balancers_ip_hash.txt |   18 ++++++++++++++++++
 4 files changed, 24 insertions(+), 0 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2715 git=a53761365613baa23571a9c7e78889974fd3f7e9


 ChangeLog                      |    4 ++++
 cherokee/handler_server_info.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2714 git=bc445066c57563ef034d8587a57117ef1a75dd7c


 ChangeLog                      |    5 +
 cherokee/handler_server_info.c |    2 +-
 cherokee/logo.inc              |  661 ++++++++++++++++++++++++++++++----------
 3 files changed, 510 insertions(+), 158 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2713 git=ff84efa73bc20b2407ddd9e0034e8a9e6a2f8f5f


 ChangeLog             |    3 +++
 contrib/bin2buffer.py |   12 +++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2712 git=7c126c2124cfbf29273a3bf5834039cd0a57a9d5


 ChangeLog             |    4 ++++
 cherokee/connection.c |   15 ++++++++++-----
 cherokee/http.h       |   14 +++++++-------
 3 files changed, 21 insertions(+), 12 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2711 git=595b2876f817621d5a035d9c0b77519743fc0fac


 ChangeLog         |    3 +++
 cherokee/server.c |    2 +-
 cherokee/server.h |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


2009-01-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2710 git=f0ee3d4d9cf20ae68fe51c06dfcbc8a2b8c8841b


 ChangeLog                       |    7 +++++++
 cherokee/connection-protected.h |    4 ++++
 cherokee/util.h                 |    8 ++++++--
 configure.in                    |    2 +-
 4 files changed, 18 insertions(+), 3 deletions(-)


2009-01-16  Jonathan Hernandez  <ion@suavizado.com>
            svn=2709 git=f823dd42f0d343fb1eb92ee5eb3eba778503ed08


 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-01-16  Jonathan Hernandez  <ion@suavizado.com>
            svn=2708 git=d6b4134661f4e00a7fd5eb09959b5278abd5dc67


 cherokee/handler_server_info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-01-16  Jonathan Hernandez  <ion@suavizado.com>
            svn=2707 git=724cb549751ece928bad603b3cf32325c3f218af


 ChangeLog                      |    5 +
 cherokee/handler_server_info.c |  320 +++++++++++++++++++++-------------------
 2 files changed, 170 insertions(+), 155 deletions(-)


2009-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2706 git=5977c26c0285a2e418b15b773795741312e3ac55


 ChangeLog                   |    4 ++++
 cherokee/balancer_ip_hash.c |    5 ++++-
 cherokee/list.h             |    2 ++
 3 files changed, 10 insertions(+), 1 deletions(-)


2009-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2705 git=3dec90d71a4445d06270226829dbd2287e682155


 ChangeLog                |    4 ++++
 cherokee/connection.c    |   17 +++++++++--------
 cherokee/handler_error.c |    3 ---
 cherokee/handler_file.c  |    4 +---
 cherokee/http.h          |   14 ++++++++++----
 5 files changed, 24 insertions(+), 18 deletions(-)


2009-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2704 git=b968a96a9f719fd5433f1c05ca9e035eb002b7ca


 ChangeLog                |    7 +++++++
 cherokee/handler_error.c |   12 ++++++++----
 cherokee/handler_file.c  |    4 +++-
 3 files changed, 18 insertions(+), 5 deletions(-)


2009-01-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2703 git=f02b35d7fbccd2a5bb785eb9bceb85c06675f967


 doc/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2702 git=af3bfccebf2b91e0137c67e22f4a0f7388505288


 ChangeLog                                      |    7 +++
 doc/config_general.txt                         |   59 ++++++++++--------------
 doc/media/images/admin_general.png             |  Bin 20040 -> 0 bytes
 doc/media/images/admin_general_networking.png  |  Bin 0 -> 25538 bytes
 doc/media/images/admin_general_permissions.png |  Bin 0 -> 14825 bytes
 doc/media/images/admin_general_ports.png       |  Bin 0 -> 13684 bytes
 6 files changed, 31 insertions(+), 35 deletions(-)


2009-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2701 git=c64230dd8447e2cc6807cecd3902fe254d7a4b14


 ChangeLog                       |   24 +++++++++++++++++++++
 cherokee/admin_client.c         |    2 +-
 cherokee/buffer.c               |   14 ++++++------
 cherokee/buffer.h               |   16 +++++++-------
 cherokee/cache.c                |    2 +-
 cherokee/connection.c           |    2 +-
 cherokee/connection.h           |    5 +++-
 cherokee/cryptor_libssl.c       |   34 ++++++++++++++++++++----------
 cherokee/dwriter.c              |    6 ++--
 cherokee/dwriter.h              |    4 +-
 cherokee/encoder_deflate.c      |    2 +-
 cherokee/encoder_gzip.c         |    2 +-
 cherokee/fdpoll.c               |   14 ++++++------
 cherokee/fdpoll.h               |    2 +-
 cherokee/handler_cgi.c          |    4 +-
 cherokee/handler_cgi.h          |    4 +-
 cherokee/handler_cgi_base.c     |   22 ++++++++++++-------
 cherokee/handler_cgi_base.h     |    4 +-
 cherokee/handler_custom_error.c |    4 +++
 cherokee/handler_dirlist.c      |   32 +++++++++++++++-------------
 cherokee/handler_error.c        |    4 +++
 cherokee/handler_fastcgi.c      |    6 ++--
 cherokee/handler_fcgi.c         |    8 +++---
 cherokee/handler_file.c         |    2 +-
 cherokee/handler_scgi.c         |    4 +-
 cherokee/handler_server_info.c  |    5 +--
 cherokee/handler_ssi.c          |    3 +-
 cherokee/header.c               |    9 ++++++-
 cherokee/header.h               |    7 ++++-
 cherokee/logger_ncsa.c          |    2 +-
 cherokee/logger_w3c.c           |    7 ++++-
 cherokee/main.c                 |    4 +-
 cherokee/main_admin.c           |   14 ++++++------
 cherokee/main_tweak.c           |    4 +-
 cherokee/main_worker.c          |    6 ++--
 cherokee/plugin_loader.c        |   43 +++++++++++++++++++++++++++-----------
 cherokee/plugin_loader.h        |   12 +++++-----
 cherokee/post.c                 |    2 +-
 cherokee/post.h                 |    2 +-
 cherokee/rule_method.c          |    1 +
 cherokee/server.c               |    4 +-
 cherokee/server.h               |    2 +-
 cherokee/socket.c               |    6 ++--
 cherokee/source.c               |    4 +-
 cherokee/source_interpreter.c   |    4 +-
 cherokee/util.c                 |    2 +-
 cherokee/util.h                 |    2 +-
 cherokee/validator_file.c       |    2 +
 cherokee/validator_htpasswd.c   |    4 ++-
 cherokee/validator_mysql.c      |   10 ++++++++-
 50 files changed, 240 insertions(+), 144 deletions(-)


2009-01-14  Antonio Perez  <aperez@skarcha.com>
            svn=2700 git=7dca14164c162a0f9532f1ced9f5282cce7e76fb


 ChangeLog                      |    4 ++
 cherokee/handler_server_info.c |  113 +++++++++++++++++++++++----------------
 2 files changed, 71 insertions(+), 46 deletions(-)


2009-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2699 git=c4825a000722f8a203497f54baf5706312c4bf17


 ChangeLog         |    3 +++
 cherokee/socket.c |   17 +++--------------
 cherokee/util.c   |   15 +++++++++++++--
 3 files changed, 19 insertions(+), 16 deletions(-)


2009-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2698 git=fea5eddb65491ef408b72ac14314c21868b42c1d


 ChangeLog                   |    4 +++
 cherokee/handler_cgi_base.c |   10 ++++++-
 cherokee/socket.c           |   43 +--------------------------------
 cherokee/util.c             |   55 +++++++++++++++++++++++++++++++++++++++----
 cherokee/util.h             |    3 +-
 5 files changed, 66 insertions(+), 49 deletions(-)


2009-01-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2697 git=bb19fe058509245a5be7091617f1667abefdcd0c


 ChangeLog                      |    5 +++++
 cherokee/handler_server_info.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-01-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2696 git=cacd2bbbc1f776c7d66fd9d6d3e46c57b069c7ad


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   11 ++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)


2009-01-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2695 git=3ba1fc525077377b52c3f135a155847ddca82ac4


 ChangeLog                      |    7 ++
 cherokee/handler_server_info.c |  130 ++++++++++++++++++++++++++++++++++++----
 2 files changed, 125 insertions(+), 12 deletions(-)


2009-01-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2694 git=d7b739a4ac666a6f8fec85127712cec0b48209d2


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   12 +++++++++---
 qa/195-ServerAddr.py        |   10 +++++-----
 3 files changed, 18 insertions(+), 8 deletions(-)


2009-01-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2693 git=e3c68fc914f321a6495634da3d81372abb7789db


 ChangeLog  |    6 ++++++
 qa/base.py |   14 ++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)


2009-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2692 git=640536f71a39349937974433887f10f3aa4e9231


 ChangeLog            |    3 +++
 qa/195-ServerAddr.py |   30 ++++++++++++++++++++++++++++++
 qa/Makefile.am       |    3 ++-
 3 files changed, 35 insertions(+), 1 deletions(-)


2009-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2691 git=441a7d49ca87ec31086398186d583db3d84e2d08


 ChangeLog               |    6 ++++++
 qa/015-CGI-simple.py    |   14 +++++++-------
 qa/016-CGI-pathinfo.py  |   14 +++++++-------
 qa/017-CGI-pathinfo2.py |   14 +++++++-------
 qa/018-CGI-pathinfo3.py |   14 +++++++-------
 5 files changed, 34 insertions(+), 28 deletions(-)


2009-01-10  Jonathan Hernandez  <ion@suavizado.com>
            svn=2690 git=fdf25d2c2f5a50faf8c6e985f6a4ee43fce89990


 admin/default.template.html         |    1 -
 admin/static/js/jquery.accordion.js |  370 -----------------------------------
 2 files changed, 0 insertions(+), 371 deletions(-)


2009-01-10  Antonio Perez  <aperez@skarcha.com>
            svn=2689 git=3c32bfb534b0da393918ae8459b3a13050964dec


 cherokee/connection.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-01-10  Antonio Perez  <aperez@skarcha.com>
            svn=2688 git=ad67264dabdfc9314771659b08737b30e2461069


 ChangeLog             |   10 +++-------
 cherokee/connection.c |   15 ++-------------
 2 files changed, 5 insertions(+), 20 deletions(-)


2009-01-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2687 git=afb3161d899e6ab47981b175dab0a5a4d4380a93


 ChangeLog               |    4 ++++
 cherokee/zlib/deflate.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2009-01-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2686 git=ceed0f123fb4865989af687feabd91406dfb250a


 ChangeLog |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-01-10  Antonio Perez  <aperez@skarcha.com>
            svn=2685 git=b49ed691463679b8ec1dd9cbb9e40e692d2e9821


 ChangeLog                |    6 ++++++
 cherokee/handler_error.c |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


2009-01-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2684 git=cdd7a702d3844c392473b3f6f0a5969eb1a31ae3


 ChangeLog |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-01-10  Jonathan Hernandez  <ion@suavizado.com>
            svn=2683 git=bb3405901b4531df0ea0ad529494f2e40867a931


 admin/Form.py                             |   29 +-
 admin/Page.py                             |   37 +-
 admin/default.template.html               |   10 +-
 admin/static/css/cherokee.css             |  247 ++++++++--
 admin/static/images/Makefile.am           |    3 +
 admin/static/images/background.png        |  Bin 3334 -> 259 bytes
 admin/static/images/cherokee-logo-bar.png |  Bin 23080 -> 4779 bytes
 admin/static/images/menu-active.png       |  Bin 1280 -> 3891 bytes
 admin/static/images/menu-highlight.png    |  Bin 1261 -> 311 bytes
 admin/static/images/menu-sep.png          |  Bin 0 -> 156 bytes
 admin/static/images/tab.png               |  Bin 0 -> 8734 bytes
 admin/static/images/top-bar.png           |  Bin 0 -> 624 bytes
 admin/static/js/Makefile.am               |    9 +-
 admin/static/js/jquery-1.2.3.min.js       |   37 --
 admin/static/js/jquery-1.2.6.min.js       |   32 ++
 admin/static/js/jquery.cookie.js          |   96 ++++
 admin/static/js/ui.core.js                |  291 +++++++++++
 admin/static/js/ui.dialog.js              |  497 +++++++++++++++++++
 admin/static/js/ui.draggable.js           |  562 +++++++++++++++++++++
 admin/static/js/ui.resizable.js           |  770 +++++++++++++++++++++++++++++
 admin/static/js/ui.tabs.js                |  599 ++++++++++++++++++++++
 21 files changed, 3120 insertions(+), 99 deletions(-)


2009-01-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2682 git=3350718d0e3b014a1a580f27d2eb88f658faa72d


 ChangeLog                     |    3 +++
 cherokee/pcre/pcre_compile.c  |    9 +++++++++
 cherokee/pcre/pcre_internal.h |    3 +++
 3 files changed, 15 insertions(+), 0 deletions(-)


2009-01-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2681 git=3feb706a6024f368afc5588125e73f0f450dc713


 ChangeLog               |    3 +++
 cherokee/zlib/deftree.c |    3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)


2009-01-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2680 git=a8f8e2f0cc36ee794020a442e7912fe0d440968f


 ChangeLog                  |    6 ++++++
 admin/status.template.html |   25 ++++++++++++++++++++-----
 2 files changed, 26 insertions(+), 5 deletions(-)


2009-01-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2676 git=9b5f5108e1237ca89beb8bd8b6d2558a848f2fc0


 ChangeLog            |    5 +++++
 cherokee/Makefile.am |    8 +++-----
 2 files changed, 8 insertions(+), 5 deletions(-)


2009-01-07  Antonio Perez  <aperez@skarcha.com>
            svn=2675 git=a033fe86030c8aad8cc3aba7ffd6ff49518f1c69


 ChangeLog               |    6 ++++++
 admin/PageInfoSource.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-01-06  Antonio Perez  <aperez@skarcha.com>
            svn=2674 git=46ad40e330f2a2f1995a672ca03d1a690c31870d


 cherokee/Makefile.am           |    2 ++
 cherokee/handler_server_info.c |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)


2009-01-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2673 git=8a2ba07c70e87a71d5b54c8a06af8b66addd310c


 ChangeLog                      |    6 +
 cherokee/handler_server_info.c |  551 +++++++++++++++++++++++-----------------
 cherokee/handler_server_info.h |    7 +-
 3 files changed, 326 insertions(+), 238 deletions(-)


2009-01-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2672 git=f9d09fe15b05cadfd3d3fbbc50cfbe3cf820a478


 cherokee/dwriter.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-01-05  Antonio Perez  <aperez@skarcha.com>
            svn=2671 git=b714a038df3b3bab6d3a8401ec5bee93026edc24


 ChangeLog                 |    6 ++++++
 cherokee/connection.c     |   16 ++++++++++++----
 cherokee/virtual_server.c |    3 ---
 3 files changed, 18 insertions(+), 7 deletions(-)


2009-01-05  Antonio Perez  <aperez@skarcha.com>
            svn=2670 git=405c347ceb8d9be26b35de5376d2d0f4793678f1


 qa/run-tests.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-01-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2669 git=b1510eb65b8674abf4dcfc1948b54c14e5b69b84


 ChangeLog          |    5 +++++
 cherokee/dwriter.c |   16 +++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)


2009-01-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2668 git=3bfdbdcbd847689763905577a70d6d0c960889d6


 autogen.sh |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)


2009-01-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2665 git=f5382975c4dd5b8f20136cb5d571df2c4ae23ec4


 ChangeLog                       |   10 ++
 admin/Makefile.am               |    1 +
 admin/ModuleIpHash.py           |   24 ++++
 admin/consts.py                 |    3 +-
 cherokee/Makefile.am            |   21 ++++-
 cherokee/balancer_ip_hash.c     |  235 +++++++++++++++++++++++++++++++++++++++
 cherokee/balancer_ip_hash.h     |   46 ++++++++
 cherokee/balancer_round_robin.c |    2 +-
 configure.in                    |    3 +-
 9 files changed, 341 insertions(+), 4 deletions(-)


2009-01-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2664 git=80d58ed63183854762f8b83765a159d72f73fa25


 ChangeLog                 |    6 ++++++
 cherokee/validator_ldap.h |    4 ++++
 2 files changed, 10 insertions(+), 0 deletions(-)


2009-01-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=2663 git=ec19a68ec988e5ecd6245bdce1c82fb24fd5d5f0

    svn test
    
 admin/status.template.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-01-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2662 git=79827541d85f282efb0ff51c1c0bdc884572cc28


 ChangeLog            |    2 +
 admin/PageGeneral.py |   77 +++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 62 insertions(+), 17 deletions(-)


2009-01-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2661 git=2334d6bdb93dd79cea9feebb652d3b252f49f336


 ChangeLog                   |    5 +
 cherokee/cache.c            |  225 +++++++++++++++++++++++++++++++------------
 cherokee/handler_cgi_base.c |    1 +
 cherokee/handler_file.c     |    2 +-
 cherokee/iocache.c          |  171 +++++++++++++++++----------------
 cherokee/iocache.h          |   30 +++----
 cherokee/util.c             |    2 +-
 7 files changed, 274 insertions(+), 162 deletions(-)


2009-01-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2660 git=f73054e7f0612373cc50eee8091fde44cd3ac004


 ChangeLog                       |  169 +++++++++++++++++++++++++++++++++------
 admin/pyscgi.py                 |    2 +-
 cget/main.c                     |    8 +-
 cget/proxy.c                    |    8 +-
 cget/proxy.h                    |    8 +-
 cherokee/access.c               |    8 +-
 cherokee/access.h               |    8 +-
 cherokee/admin_client.c         |    8 +-
 cherokee/admin_client.h         |    8 +-
 cherokee/admin_request.c        |    8 +-
 cherokee/admin_request.h        |    8 +-
 cherokee/admin_server.c         |    8 +-
 cherokee/admin_server.h         |    8 +-
 cherokee/avl.c                  |    8 +-
 cherokee/avl.h                  |    8 +-
 cherokee/avl_r.c                |    8 +-
 cherokee/avl_r.h                |    8 +-
 cherokee/balancer.c             |    8 +-
 cherokee/balancer.h             |    8 +-
 cherokee/balancer_round_robin.c |    8 +-
 cherokee/balancer_round_robin.h |    8 +-
 cherokee/bind.c                 |    8 +-
 cherokee/bind.h                 |    8 +-
 cherokee/bogotime.c             |    8 +-
 cherokee/bogotime.h             |    8 +-
 cherokee/buffer.c               |    8 +-
 cherokee/buffer.h               |    8 +-
 cherokee/cache.c                |    8 +-
 cherokee/cache.h                |    8 +-
 cherokee/cacheline.c            |    8 +-
 cherokee/cacheline.h            |    8 +-
 cherokee/cherokee-panic         |    1 +
 cherokee/cherokee.h             |    8 +-
 cherokee/cherokee_show.c        |    8 +-
 cherokee/common-internal.h      |    8 +-
 cherokee/common.h               |    8 +-
 cherokee/config_entry.c         |    8 +-
 cherokee/config_entry.h         |    8 +-
 cherokee/config_node.c          |    8 +-
 cherokee/config_node.h          |    8 +-
 cherokee/config_reader.c        |    8 +-
 cherokee/config_reader.h        |    8 +-
 cherokee/connection-protected.h |    8 +-
 cherokee/connection.c           |    8 +-
 cherokee/connection.h           |    8 +-
 cherokee/connection_info.c      |    8 +-
 cherokee/connection_info.h      |    8 +-
 cherokee/crc32.c                |    1 +
 cherokee/crc32.h                |    1 +
 cherokee/cryptor.c              |    8 +-
 cherokee/cryptor.h              |    8 +-
 cherokee/cryptor_libssl.c       |    8 +-
 cherokee/cryptor_libssl.h       |    8 +-
 cherokee/downloader-protected.h |    8 +-
 cherokee/downloader.c           |    8 +-
 cherokee/downloader.h           |    8 +-
 cherokee/downloader_async.c     |    8 +-
 cherokee/downloader_async.h     |    8 +-
 cherokee/dtm.c                  |    9 +-
 cherokee/dtm.h                  |    8 +-
 cherokee/dwriter.c              |    8 +-
 cherokee/dwriter.h              |    8 +-
 cherokee/encoder.c              |    8 +-
 cherokee/encoder.h              |    8 +-
 cherokee/encoder_deflate.c      |    8 +-
 cherokee/encoder_deflate.h      |    8 +-
 cherokee/encoder_gzip.c         |    8 +-
 cherokee/encoder_gzip.h         |    8 +-
 cherokee/fastcgi.h              |    1 +
 cherokee/fcgi_dispatcher.c      |    8 +-
 cherokee/fcgi_dispatcher.h      |    8 +-
 cherokee/fcgi_manager.c         |    8 +-
 cherokee/fcgi_manager.h         |    8 +-
 cherokee/fdpoll-epoll.c         |    8 +-
 cherokee/fdpoll-kqueue.c        |    9 +-
 cherokee/fdpoll-poll.c          |    8 +-
 cherokee/fdpoll-port.c          |    8 +-
 cherokee/fdpoll-protected.h     |    8 +-
 cherokee/fdpoll-select.c        |    8 +-
 cherokee/fdpoll-win32.c         |    8 +-
 cherokee/fdpoll.c               |    8 +-
 cherokee/fdpoll.h               |    8 +-
 cherokee/handler.c              |    8 +-
 cherokee/handler.h              |    8 +-
 cherokee/handler_admin.c        |    8 +-
 cherokee/handler_admin.h        |    8 +-
 cherokee/handler_cgi.c          |    9 +-
 cherokee/handler_cgi.h          |    8 +-
 cherokee/handler_cgi_base.c     |    8 +-
 cherokee/handler_cgi_base.h     |    8 +-
 cherokee/handler_common.c       |    8 +-
 cherokee/handler_common.h       |    8 +-
 cherokee/handler_custom_error.c |    8 +-
 cherokee/handler_custom_error.h |    8 +-
 cherokee/handler_dbslayer.c     |    8 +-
 cherokee/handler_dbslayer.h     |    8 +-
 cherokee/handler_dirlist.c      |    8 +-
 cherokee/handler_dirlist.h      |    8 +-
 cherokee/handler_error.c        |    8 +-
 cherokee/handler_error.h        |    8 +-
 cherokee/handler_error_nn.c     |    8 +-
 cherokee/handler_error_nn.h     |    8 +-
 cherokee/handler_error_redir.c  |    8 +-
 cherokee/handler_error_redir.h  |    8 +-
 cherokee/handler_fastcgi.c      |    8 +-
 cherokee/handler_fastcgi.h      |    8 +-
 cherokee/handler_fcgi.c         |    8 +-
 cherokee/handler_fcgi.h         |    8 +-
 cherokee/handler_file.c         |    8 +-
 cherokee/handler_file.h         |    8 +-
 cherokee/handler_mirror.c       |    8 +-
 cherokee/handler_mirror.h       |    8 +-
 cherokee/handler_phpcgi.c       |    8 +-
 cherokee/handler_phpcgi.h       |    8 +-
 cherokee/handler_proxy.c        |    8 +-
 cherokee/handler_proxy.h        |    8 +-
 cherokee/handler_redir.c        |    9 +-
 cherokee/handler_redir.h        |    8 +-
 cherokee/handler_scgi.c         |    8 +-
 cherokee/handler_scgi.h         |    8 +-
 cherokee/handler_server_info.c  |   10 +-
 cherokee/handler_server_info.h  |    8 +-
 cherokee/handler_ssi.c          |    8 +-
 cherokee/handler_ssi.h          |    8 +-
 cherokee/header-protected.h     |    8 +-
 cherokee/header.c               |    9 +-
 cherokee/header.h               |    8 +-
 cherokee/http.c                 |    8 +-
 cherokee/http.h                 |    8 +-
 cherokee/human_strcmp.c         |    8 +-
 cherokee/human_strcmp.h         |    8 +-
 cherokee/icons.c                |    8 +-
 cherokee/icons.h                |    8 +-
 cherokee/info.c                 |    8 +-
 cherokee/info.h                 |    8 +-
 cherokee/init.c                 |    8 +-
 cherokee/init.h                 |    8 +-
 cherokee/iocache.c              |    8 +-
 cherokee/iocache.h              |    8 +-
 cherokee/levenshtein_distance.c |    1 +
 cherokee/levenshtein_distance.h |    1 +
 cherokee/list.c                 |    8 +-
 cherokee/list.h                 |    8 +-
 cherokee/logger-protected.h     |    8 +-
 cherokee/logger.c               |   11 +--
 cherokee/logger.h               |   11 +--
 cherokee/logger_combined.c      |    8 +-
 cherokee/logger_combined.h      |    8 +-
 cherokee/logger_ncsa.c          |   12 +--
 cherokee/logger_ncsa.h          |   12 +--
 cherokee/logger_w3c.c           |    8 +-
 cherokee/logger_w3c.h           |   12 +--
 cherokee/logger_writer.c        |    8 +-
 cherokee/logger_writer.h        |    8 +-
 cherokee/logo.inc               |    1 +
 cherokee/macros.h               |    8 +-
 cherokee/main.c                 |    8 +-
 cherokee/main_admin.c           |   10 +-
 cherokee/main_tweak.c           |   10 +-
 cherokee/main_worker.c          |   10 +-
 cherokee/match.c                |    8 +-
 cherokee/match.h                |    8 +-
 cherokee/md5.c                  |    1 +
 cherokee/md5.h                  |    1 +
 cherokee/md5crypt.c             |    8 +-
 cherokee/md5crypt.h             |    1 +
 cherokee/mime-protected.h       |    8 +-
 cherokee/mime.c                 |    8 +-
 cherokee/mime.h                 |    8 +-
 cherokee/mime_entry.c           |    8 +-
 cherokee/mime_entry.h           |    8 +-
 cherokee/module.c               |    8 +-
 cherokee/module.h               |    8 +-
 cherokee/ncpus.c                |    1 +
 cherokee/ncpus.h                |   11 +--
 cherokee/nonce.c                |    8 +-
 cherokee/nonce.h                |    8 +-
 cherokee/plugin.h               |    8 +-
 cherokee/plugin_loader.c        |    8 +-
 cherokee/plugin_loader.h        |    8 +-
 cherokee/post.c                 |    8 +-
 cherokee/post.h                 |    8 +-
 cherokee/proxy_hosts.c          |    8 +-
 cherokee/proxy_hosts.h          |    8 +-
 cherokee/regex.c                |    8 +-
 cherokee/regex.h                |    8 +-
 cherokee/request.c              |   10 +-
 cherokee/request.h              |   10 +-
 cherokee/resolv_cache.c         |    8 +-
 cherokee/resolv_cache.h         |    8 +-
 cherokee/rule.c                 |    8 +-
 cherokee/rule.h                 |    8 +-
 cherokee/rule_and.c             |    8 +-
 cherokee/rule_and.h             |    8 +-
 cherokee/rule_default.c         |    8 +-
 cherokee/rule_default.h         |    8 +-
 cherokee/rule_directory.c       |    8 +-
 cherokee/rule_directory.h       |    8 +-
 cherokee/rule_exists.c          |    8 +-
 cherokee/rule_exists.h          |    8 +-
 cherokee/rule_extensions.c      |    8 +-
 cherokee/rule_extensions.h      |    8 +-
 cherokee/rule_geoip.c           |    8 +-
 cherokee/rule_geoip.h           |    8 +-
 cherokee/rule_header.c          |    8 +-
 cherokee/rule_header.h          |    8 +-
 cherokee/rule_list.c            |    8 +-
 cherokee/rule_list.h            |    8 +-
 cherokee/rule_method.c          |    8 +-
 cherokee/rule_method.h          |    8 +-
 cherokee/rule_not.c             |    8 +-
 cherokee/rule_not.h             |    8 +-
 cherokee/rule_or.c              |    8 +-
 cherokee/rule_or.h              |    8 +-
 cherokee/rule_request.c         |    8 +-
 cherokee/rule_request.h         |    8 +-
 cherokee/server-protected.h     |    8 +-
 cherokee/server.c               |    8 +-
 cherokee/server.h               |    8 +-
 cherokee/sha1.c                 |    1 +
 cherokee/sha1.h                 |    1 +
 cherokee/socket.c               |   11 +--
 cherokee/socket.h               |   11 +--
 cherokee/source.c               |    8 +-
 cherokee/source.h               |    8 +-
 cherokee/source_interpreter.c   |    8 +-
 cherokee/source_interpreter.h   |    8 +-
 cherokee/table.c                |    8 +-
 cherokee/table.h                |    8 +-
 cherokee/thread.c               |    8 +-
 cherokee/thread.h               |    8 +-
 cherokee/threading.c            |    8 +-
 cherokee/threading.h            |    8 +-
 cherokee/trace.c                |    8 +-
 cherokee/trace.h                |    8 +-
 cherokee/unix4win32.c           |    8 +-
 cherokee/unix4win32.h           |    8 +-
 cherokee/url.c                  |   10 +-
 cherokee/url.h                  |   10 +-
 cherokee/util.c                 |    8 +-
 cherokee/util.h                 |    8 +-
 cherokee/validator.c            |    8 +-
 cherokee/validator.h            |    8 +-
 cherokee/validator_authlist.c   |    8 +-
 cherokee/validator_authlist.h   |    8 +-
 cherokee/validator_file.c       |    8 +-
 cherokee/validator_file.h       |    8 +-
 cherokee/validator_htdigest.c   |    8 +-
 cherokee/validator_htdigest.h   |    8 +-
 cherokee/validator_htpasswd.c   |    8 +-
 cherokee/validator_htpasswd.h   |    8 +-
 cherokee/validator_ldap.c       |    8 +-
 cherokee/validator_ldap.h       |    8 +-
 cherokee/validator_mysql.c      |    9 +-
 cherokee/validator_mysql.h      |   10 +-
 cherokee/validator_pam.c        |    8 +-
 cherokee/validator_pam.h        |    8 +-
 cherokee/validator_plain.c      |    8 +-
 cherokee/validator_plain.h      |    8 +-
 cherokee/version.c              |    8 +-
 cherokee/version.h              |    8 +-
 cherokee/virtual_server.c       |    8 +-
 cherokee/virtual_server.h       |    8 +-
 cherokee/virtual_server_names.c |    8 +-
 cherokee/virtual_server_names.h |    8 +-
 cherokee/win32_cherokeeserv.c   |   29 +++----
 cherokee/win32_cservice.c       |   20 ++++-
 cherokee/win32_cservice.h       |   20 ++++-
 cherokee/win32_misc.c           |   45 +++++------
 cherokee/win32_misc.h           |    9 +-
 configure.in                    |    2 +-
 dbslayer/mysql_wrap.php         |    2 +-
 doc/build/web.conf              |    2 +-
 qa/base.py                      |    2 +-
 qa/pyscgi.py                    |    2 +-
 qa/run-tests.py                 |    2 +-
 276 files changed, 1246 insertions(+), 1124 deletions(-)


2008-12-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2659 git=4b344b2c45c07a2369c7e828aab9c31e278883c1


 ChangeLog         |    3 +++
 cherokee/server.c |   23 ++++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)


2008-12-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2658 git=f0eb7ca67b67495f182fe4312e55da96c9a321bd


 cherokee/iocache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2657 git=e01d6a6a646be116daadf5627db6189a722a2a72


 ChangeLog        |    4 ++++
 cherokee/trace.c |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-12-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2656 git=2d2c2d3bba1669446d9084a8a86bd202cb7861d6


 cherokee/main_admin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2655 git=1f583ca97ea548b2fa6bc67c6f9caab39a27deda


 ChangeLog                   |    5 ++
 cherokee/bind.c             |   45 ++++++++++++++++--
 cherokee/bind.h             |   27 ++++++----
 cherokee/server-protected.h |    3 +-
 cherokee/server.c           |   34 +++++--------
 cherokee/thread.c           |  107 ++++++++++++++++++-------------------------
 cherokee/thread.h           |    7 ---
 7 files changed, 120 insertions(+), 108 deletions(-)


2008-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2654 git=edb04bdcc9375caf1d00e81707f86f1189de76ef


 ChangeLog          |    6 ++++++
 cherokee/iocache.c |   43 +++++++++++++++++++++----------------------
 2 files changed, 27 insertions(+), 22 deletions(-)


2008-12-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2652 git=26f8169dbc42e74979fec4943966f860e02eaa13


 ChangeLog                       |   22 ++
 cherokee.conf.sample.pre        |    5 +-
 cherokee/Makefile.am            |    2 +
 cherokee/admin_server.c         |   48 ++++-
 cherokee/bind.c                 |  308 +++++++++++++++++++++++++
 cherokee/bind.h                 |   70 ++++++
 cherokee/connection-protected.h |    3 +
 cherokee/connection.c           |    8 +-
 cherokee/handler_cgi_base.c     |   37 ++--
 cherokee/handler_dirlist.c      |   33 ++--
 cherokee/handler_dirlist.h      |    1 -
 cherokee/handler_error.c        |    7 +-
 cherokee/handler_server_info.c  |    3 +-
 cherokee/main_admin.c           |    2 +-
 cherokee/main_worker.c          |    2 +-
 cherokee/server-protected.h     |   19 +--
 cherokee/server.c               |  483 +++++++++++++--------------------------
 cherokee/socket.c               |    6 +-
 cherokee/socket.h               |    4 +-
 cherokee/thread.c               |  448 +++++++++---------------------------
 cherokee/thread.h               |    7 +-
 configure.in                    |    2 +-
 contrib/011to098.py             |   39 +++
 contrib/Makefile.am             |    1 +
 performance.conf.sample.pre     |    2 +-
 qa/run-tests.py                 |    7 +-
 26 files changed, 813 insertions(+), 756 deletions(-)


2008-12-25  Antonio Perez  <aperez@skarcha.com>
            svn=2650 git=2fb3fe75b7da1355c5e62a26edd8bc0955b83d9e


 ChangeLog             |    3 +++
 cherokee/connection.c |    1 -
 cherokee/thread.c     |   26 +++++++++++++-------------
 3 files changed, 16 insertions(+), 14 deletions(-)


2008-12-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2648 git=8d29b4ac63757ceff3faaf7ade1d2a80b6910e6b


 ChangeLog                   |    5 +++++
 cherokee/handler_dbslayer.c |   13 +++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)


2008-12-25  Antonio Perez  <aperez@skarcha.com>
            svn=2647 git=0e335e3a38cc5f32d89f98fbb2b76c03e3a35bfb


 ChangeLog                      |    8 ++++++++
 cherokee/connection.c          |   23 +++--------------------
 cherokee/handler_admin.c       |    5 +++--
 cherokee/handler_cgi_base.c    |   29 ++++++++++++++++-------------
 cherokee/handler_cgi_base.h    |    1 -
 cherokee/handler_error.c       |    9 +++++++--
 cherokee/handler_file.c        |    6 ++++--
 cherokee/handler_server_info.c |    5 ++++-
 cherokee/handler_ssi.c         |    6 ++++--
 cherokee/thread.c              |   26 +++++++++++++-------------
 10 files changed, 62 insertions(+), 56 deletions(-)


2008-12-23  Antonio Perez  <aperez@skarcha.com>
            svn=2646 git=76e0b349cc91b6c67a727844d46e9ea19ab8a59c


 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   30 ++++++++++--------------------
 cherokee/handler_admin.c        |    7 ++++++-
 cherokee/handler_cgi_base.c     |   24 +++++++++++++++---------
 cherokee/handler_error.c        |   32 +++++++++++++++++---------------
 cherokee/handler_file.c         |   13 +++++++------
 cherokee/handler_proxy.c        |    4 ++++
 cherokee/handler_server_info.c  |    6 +++++-
 cherokee/handler_ssi.c          |    8 +++++---
 9 files changed, 70 insertions(+), 55 deletions(-)


2008-12-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2645 git=73e17839555ed6ccf793ea7f10a350943dcecb40


 ChangeLog                   |    3 +++
 cherokee/server-protected.h |    1 -
 cherokee/server.c           |   14 ++------------
 3 files changed, 5 insertions(+), 13 deletions(-)


2008-12-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2644 git=af6a21269d14c2a588fd1ff5df104030dfe44a72


 cherokee/connection.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


2008-12-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2643 git=d2c9cfcf8a98343886f433209d35db67f230d1ec


 ChangeLog               |    6 ++++++
 cherokee/admin_client.c |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-12-23  Antonio Perez  <aperez@skarcha.com>
            svn=2642 git=6cee0cc20a8f3f5f91163b22b75055e59d041a6f


 ChangeLog                       |    8 +++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   61 ++++++++++++++++++++++++++++----------
 cherokee/handler_file.c         |    4 --
 cherokee/thread.c               |    6 +++-
 5 files changed, 59 insertions(+), 21 deletions(-)


2008-12-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2641 git=20663216e770eaeb8573f83daf4a0685f636efd9


 ChangeLog                      |    6 ++++++
 cherokee/handler_server_info.c |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


2008-12-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2637 git=ca28965776161a18ca43a8c27ee5f2829001fb13


 ChangeLog             |    7 +++++++
 cherokee/connection.c |    6 ++++++
 2 files changed, 13 insertions(+), 0 deletions(-)


2008-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2636 git=c40ac6ab41e40aa1c8e49beaf828a11323eef01b


 ChangeLog                      |    4 ++++
 doc/config_virtual_servers.txt |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-12-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2635 git=86aa97fffb420d74e2511fb1f03750253d743cab

    Removed leftover line.
    
 admin/Entry.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2008-12-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2634 git=d9193c4e5c655c9e2cc56d75e54378fe41991e6f


 ChangeLog      |    5 +++++
 admin/Entry.py |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2633 git=d71d1c0d30e8bc1fb409ec1de9341d18b4c1c93e


 ChangeLog        |    3 +++
 cherokee/nonce.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2631 git=dd25fdcae4ef4d4c05b9769a70ac6a7b17971481


 doc/modules_encoders_deflate.txt |  Bin 908 -> 907 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2629 git=102ad027a0e63e05c054111420f0bd4077feda91


 doc/build/web.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2627 git=8ccab1070dafdbf3b20f12216321ec36a17bfde0


 doc/modules_encoders_deflate.txt |  Bin 908 -> 908 bytes
 doc/modules_encoders_gzip.txt    |   11 +++++------
 2 files changed, 5 insertions(+), 6 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2626 git=ac2d8b04650a76e52525aa4c4afe929c723c50c0


 doc/cookbook_managing_logs.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2625 git=58a4988075be28d455258db0d60f71eee51de7cc


 ChangeLog                                          |    6 ++
 cherokee-tweak.1                                   |    8 +-
 cherokee/main_tweak.c                              |    2 +-
 doc/Makefile.am                                    |    4 +
 doc/cookbook.txt                                   |    1 +
 doc/cookbook_managing_logs.txt                     |   96 +++++++++++++++++++-
 doc/index.txt                                      |    8 +--
 doc/media/images/cookbook_managin_logs_handler.png |  Bin 0 -> 6348 bytes
 doc/media/images/cookbook_managin_logs_rules.png   |  Bin 0 -> 20182 bytes
 .../images/cookbook_managin_logs_security.png      |  Bin 0 -> 19604 bytes
 10 files changed, 112 insertions(+), 13 deletions(-)


2008-12-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2624 git=9c62cfffef11de799fd7fc7d8cbc132412cb7f48


 ChangeLog                                          |    6 +
 doc/Makefile.am                                    |    3 +
 doc/cookbook.txt                                   |    1 +
 doc/cookbook_phpbb.txt                             |  219 ++++++++++++++++++++
 doc/cookbook_phpmyadmin.txt                        |  120 +++++++++++
 doc/index.txt                                      |    6 +-
 doc/media/images/admin_advanced0.png               |  Bin 4281 -> 4175 bytes
 doc/media/images/admin_advanced1.png               |  Bin 12263 -> 11748 bytes
 doc/media/images/admin_advanced2.png               |  Bin 12805 -> 12481 bytes
 doc/media/images/admin_advanced3.png               |  Bin 7912 -> 7510 bytes
 doc/media/images/admin_advanced4.png               |  Bin 5765 -> 5544 bytes
 doc/media/images/admin_behaviour.png               |  Bin 17884 -> 17280 bytes
 doc/media/images/admin_dirlist_cherokee.png        |  Bin 17762 -> 16975 bytes
 doc/media/images/admin_general.png                 |  Bin 20617 -> 20040 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 11971 -> 11581 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 14633 -> 13972 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 15509 -> 14843 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 17208 -> 16621 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 18959 -> 18488 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 12171 -> 10897 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 17447 -> 16854 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 18098 -> 17501 bytes
 doc/media/images/admin_handler_file.png            |  Bin 9139 -> 8776 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 14411 -> 13726 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 14095 -> 13604 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 22530 -> 21782 bytes
 doc/media/images/admin_icons1.png                  |  Bin 23525 -> 23042 bytes
 doc/media/images/admin_icons2.png                  |  Bin 6196 -> 5754 bytes
 doc/media/images/admin_icons3.png                  |  Bin 8832 -> 8327 bytes
 doc/media/images/admin_index.png                   |  Bin 40199 -> 34888 bytes
 doc/media/images/admin_info_sources.png            |  Bin 20642 -> 20142 bytes
 doc/media/images/admin_launch.png                  |  Bin 41083 -> 36003 bytes
 doc/media/images/admin_mime.png                    |  Bin 12841 -> 12504 bytes
 doc/media/images/admin_noconfig.png                |  Bin 7746 -> 7373 bytes
 doc/media/images/admin_notrunning.png              |  Bin 15197 -> 14707 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 11612 -> 11042 bytes
 doc/media/images/admin_validators_authlist.png     |  Bin 18646 -> 18115 bytes
 doc/media/images/admin_validators_ldap.png         |  Bin 24755 -> 23831 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 12709 -> 11989 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 15633 -> 15073 bytes
 doc/media/images/admin_vserver.png                 |  Bin 13062 -> 12710 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 12605 -> 12062 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 17402 -> 16605 bytes
 doc/media/images/admin_vserver_security.png        |  Bin 8706 -> 8198 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 4315 -> 4058 bytes
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 39692 -> 37772 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 21841 -> 21557 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 21628 -> 21288 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 7814 -> 7697 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 47243 -> 44116 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 7999 -> 7809 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 7079 -> 6791 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 12877 -> 12478 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 6512 -> 6148 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 16629 -> 16069 bytes
 doc/media/images/cookbook_django.png               |  Bin 26219 -> 25267 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 17699 -> 17198 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 14996 -> 14586 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 32372 -> 29549 bytes
 doc/media/images/cookbook_drupal_default1.png      |  Bin 8319 -> 8160 bytes
 doc/media/images/cookbook_drupal_default2.png      |  Bin 7938 -> 7430 bytes
 doc/media/images/cookbook_drupal_default3.png      |  Bin 8130 -> 7688 bytes
 doc/media/images/cookbook_drupal_example1.png      |  Bin 9272 -> 8859 bytes
 doc/media/images/cookbook_drupal_example2.png      |  Bin 9790 -> 9447 bytes
 doc/media/images/cookbook_drupal_example3.png      |  Bin 13726 -> 13089 bytes
 doc/media/images/cookbook_drupal_example4.png      |  Bin 9233 -> 8687 bytes
 doc/media/images/cookbook_drupal_example5.png      |  Bin 9893 -> 9444 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 4910 -> 4851 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 14551 -> 13915 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 19232 -> 18247 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 15570 -> 14887 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 6619 -> 6333 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 10361 -> 9774 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 13640 -> 13198 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 15105 -> 14664 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 8669 -> 8328 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 7905 -> 7386 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 9222 -> 8829 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 13478 -> 13048 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 12675 -> 12102 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 18074 -> 17626 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 22048 -> 20990 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 37884 -> 35696 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 9192 -> 8820 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 62902 -> 59343 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 41198 -> 38456 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 12312 -> 11927 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 25127 -> 24604 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 7103 -> 6731 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 7120 -> 6616 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 16942 -> 16523 bytes
 doc/media/images/cookbook_nagios4.png              |  Bin 39099 -> 37599 bytes
 doc/media/images/cookbook_phpmyadmin.png           |  Bin 0 -> 12603 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 0 -> 8343 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 8224 -> 7651 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 6617 -> 6281 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 10912 -> 10360 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 15766 -> 15504 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 17636 -> 16794 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 18005 -> 17036 bytes
 doc/media/images/cookbook_sugarcrm_install0.png    |  Bin 70970 -> 67679 bytes
 doc/media/images/cookbook_sugarcrm_install1.png    |  Bin 25215 -> 23188 bytes
 doc/media/images/cookbook_sugarcrm_running0.png    |  Bin 25928 -> 24358 bytes
 doc/media/images/cookbook_sugarcrm_running1.png    |  Bin 29175 -> 28199 bytes
 doc/media/images/cookbook_symfony.png              |  Bin 27393 -> 25721 bytes
 doc/media/images/cookbook_trac.png                 |  Bin 36670 -> 36233 bytes
 doc/media/images/cookbook_trac_info.png            |  Bin 18027 -> 17294 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 11569 -> 10881 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 22366 -> 21574 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 8046 -> 7686 bytes
 doc/media/images/cookbook_wp1.png                  |  Bin 29978 -> 29083 bytes
 doc/media/images/cookbook_wp2.png                  |  Bin 16148 -> 15252 bytes
 doc/media/images/cookbook_wp3.png                  |  Bin 11998 -> 11240 bytes
 doc/media/images/cookbook_wp4.png                  |  Bin 48654 -> 46363 bytes
 doc/media/images/cookbook_wp5.png                  |  Bin 31759 -> 29697 bytes
 doc/media/images/cookbook_wp_default1.png          |  Bin 7938 -> 7567 bytes
 doc/media/images/cookbook_wp_example1.png          |  Bin 10401 -> 10158 bytes
 doc/media/images/cookbook_wp_example2.png          |  Bin 7810 -> 7531 bytes
 doc/media/images/cookbook_wp_example3.png          |  Bin 15942 -> 15516 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 3747 -> 3772 bytes
 doc/media/images/proxy_phase1.png                  |  Bin 13472 -> 12421 bytes
 doc/media/images/proxy_phase2.png                  |  Bin 14083 -> 12686 bytes
 122 files changed, 351 insertions(+), 4 deletions(-)


2008-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2623 git=7e88a8e959314aedcd73c0eee15d5c76380749c7


 ChangeLog                  |    7 ++++
 cherokee/Makefile.am       |    2 +
 cherokee/cache.c           |    2 +-
 cherokee/common-internal.h |    1 +
 cherokee/fcgi_dispatcher.c |    2 +-
 cherokee/init.c            |   11 +++++++
 cherokee/iocache.c         |    4 +-
 cherokee/proxy_hosts.c     |    4 +-
 cherokee/server.c          |    4 +-
 cherokee/thread.c          |    2 +-
 cherokee/threading.c       |   68 ++++++++++++++++++++++++++++++++++++++++++++
 cherokee/threading.h       |   54 +++++++++++++++++++++++++++++++++++
 12 files changed, 152 insertions(+), 9 deletions(-)


2008-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2619 git=3661af93103f6ab02060222f558dfcfbc3b06eed


 ChangeLog               |    6 ++++++
 admin/PageInfoSource.py |   25 +++++++++++++++++++++----
 2 files changed, 27 insertions(+), 4 deletions(-)


2008-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2612 git=22f8c5dcd6ce4f555731753be602dc711da37bce


 ChangeLog            |    4 ++++
 admin/validations.py |    8 ++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2008-12-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2611 git=3124551166df7733b6630ca2435de1d9bc45832b


 doc/Makefile.am                                 |   13 +++++++++++++
 doc/cookbook.txt                                |    1 +
 doc/cookbook_sugarcrm.txt                       |    8 +++++++-
 doc/index.txt                                   |    7 ++++---
 doc/media/images/cookbook_phpbb_1_intro.png     |  Bin 0 -> 46015 bytes
 doc/media/images/cookbook_phpbb_2_req.png       |  Bin 0 -> 43238 bytes
 doc/media/images/cookbook_phpbb_3_db.png        |  Bin 0 -> 35620 bytes
 doc/media/images/cookbook_phpbb_4_admin.png     |  Bin 0 -> 34618 bytes
 doc/media/images/cookbook_phpbb_5_config.png    |  Bin 0 -> 30340 bytes
 doc/media/images/cookbook_phpbb_6_advanced.png  |  Bin 0 -> 44226 bytes
 doc/media/images/cookbook_phpbb_7_create.png    |  Bin 0 -> 31278 bytes
 doc/media/images/cookbook_phpbb_8_final.png     |  Bin 0 -> 55900 bytes
 doc/media/images/cookbook_phpbb_adm.png         |  Bin 0 -> 45855 bytes
 doc/media/images/cookbook_phpbb_adm_warning.png |  Bin 0 -> 43323 bytes
 doc/media/images/cookbook_phpbb_rules.png       |  Bin 0 -> 16704 bytes
 doc/media/images/cookbook_phpbb_running.png     |  Bin 0 -> 32912 bytes
 doc/modules.txt                                 |    6 +++---
 17 files changed, 28 insertions(+), 7 deletions(-)


2008-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2608 git=acc92d5ed64f5db47b0458feda13258ed67edab1


 ChangeLog         |    5 +++++
 cherokee/source.c |   28 ++++++++++++++++++++++++++--
 2 files changed, 31 insertions(+), 2 deletions(-)


2008-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2606 git=afc4cabf1ad9c3d3d8aea90999489cce6454f68f


 ChangeLog         |    5 +++++
 cherokee/main.c   |    4 +---
 cherokee/server.c |   19 ++++++++++++++-----
 3 files changed, 20 insertions(+), 8 deletions(-)


2008-12-16  Taher Shihadeh  <taher@unixwars.com>
            svn=2604 git=5314c8cce901de64b9630a3d5ff92149ad6b1978


 doc/media/images/admin_index.png  |  Bin 46203 -> 40199 bytes
 doc/media/images/admin_launch.png |  Bin 47840 -> 41083 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)


2008-12-16  Taher Shihadeh  <taher@unixwars.com>
            svn=2603 git=9342facbafee6f0ac45d69fdb5477934213080c0


 ChangeLog             |    3 +++
 cherokee/main_tweak.c |   20 ++++++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)


2008-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2601 git=1f8bc38760d79df1648b182f06ceb8a8967db85d


 ChangeLog         |    6 ++++++
 cherokee/socket.c |   25 ++++++++++++++++++++-----
 2 files changed, 26 insertions(+), 5 deletions(-)


2008-12-15  Taher Shihadeh  <taher@unixwars.com>
            svn=2599 git=235b98253b396fa51dfef0726b4a9974e56780d9


 ChangeLog                                 |    3 +
 doc/Makefile.am                           |    6 ++
 doc/build/web.conf                        |   16 ++++-
 doc/cookbook.txt                          |    1 +
 doc/cookbook_trac.txt                     |  107 +++++++++++++++++++++++++++++
 doc/index.txt                             |    2 +-
 doc/media/images/cookbook_trac.png        |  Bin 0 -> 36670 bytes
 doc/media/images/cookbook_trac_info.png   |  Bin 0 -> 18027 bytes
 doc/media/images/cookbook_trac_rules.png  |  Bin 0 -> 11569 bytes
 doc/media/images/cookbook_trac_scgi.png   |  Bin 0 -> 22366 bytes
 doc/media/images/cookbook_trac_static.png |  Bin 0 -> 8046 bytes
 doc/other_faq.txt                         |   17 ++++-
 12 files changed, 149 insertions(+), 3 deletions(-)


2008-12-12  Taher Shihadeh  <taher@unixwars.com>
            svn=2595 git=a6bd6a1fdfcd59dbd8a878c308121e71fb856adb


 doc/Makefile.am                                 |    5 +
 doc/cookbook.txt                                |   33 ++++---
 doc/cookbook_sugarcrm.txt                       |  131 +++++++++++++++++++++++
 doc/cookbook_symfony.txt                        |   33 +++---
 doc/index.txt                                   |   38 ++++---
 doc/media/images/cookbook_sugarcrm_install0.png |  Bin 0 -> 70970 bytes
 doc/media/images/cookbook_sugarcrm_install1.png |  Bin 0 -> 25215 bytes
 doc/media/images/cookbook_sugarcrm_running0.png |  Bin 0 -> 25928 bytes
 doc/media/images/cookbook_sugarcrm_running1.png |  Bin 0 -> 29175 bytes
 9 files changed, 194 insertions(+), 46 deletions(-)


2008-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2592 git=e7da94ae9cff4335ad80e9e86b82c0373ba8d7ab


 doc/media/css/cherokee_doc.css |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


2008-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2591 git=59b34ab68134c94f88895f9e7b950ddb079b0fab


 doc/media/css/cherokee_doc.css   |   13 ++++++++++---
 doc/modules_validators_mysql.txt |   10 +++++-----
 2 files changed, 15 insertions(+), 8 deletions(-)


2008-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2590 git=8fdaa2ab98321402597502c7171e40f11a728742


 ChangeLog                                          |    6 +
 doc/Makefile.am                                    |   16 ++-
 doc/cookbook_alfresco.txt                          |  154 ++++++++++++++++++++
 doc/cookbook_liferay.txt                           |  104 +++++++++++++
 doc/cookbook_moodle.txt                            |  111 ++++++++++++++
 doc/index.txt                                      |    8 +-
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 0 -> 39692 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 0 -> 21841 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 0 -> 21628 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 0 -> 7814 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 0 -> 47243 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 0 -> 7999 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 0 -> 19232 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 0 -> 22048 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 0 -> 37884 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 0 -> 9192 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 0 -> 62902 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 0 -> 41198 bytes
 doc/modules_handlers_dbslayer.txt                  |    1 -
 doc/other_community.txt                            |   12 ++-
 20 files changed, 403 insertions(+), 9 deletions(-)


2008-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2587 git=90caf94bdbf4fa26c32d9bfa299c996adeb77c4a


 doc/basics_installation_svn.txt |    4 ++--
 doc/basics_requirements.txt     |    8 ++++----
 doc/basics_running_cherokee.txt |    2 +-
 doc/basics_upgrade.txt          |    2 +-
 doc/basics_why_cherokee.txt     |   15 +++++++++------
 doc/modules_handlers_redir.txt  |   22 +++++++++++++++-------
 doc/modules_validators_ldap.txt |    6 +++---
 7 files changed, 35 insertions(+), 24 deletions(-)


2008-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2586 git=1236bfd0ac5b19f900bf793fa529de03ea6e9184


 doc/Makefile.am                                |    2 +
 doc/cookbook_authentication.txt                |   26 +++++++++++++++++------
 doc/media/css/cherokee_doc.css                 |    4 +++
 doc/media/images/admin_validators_authlist.png |  Bin 0 -> 18646 bytes
 doc/media/images/admin_validators_ldap.png     |  Bin 0 -> 24755 bytes
 doc/modules_handlers_common.txt                |   21 ++++++++++++++++--
 doc/modules_validators_ldap.txt                |   11 +++++++++-
 7 files changed, 53 insertions(+), 11 deletions(-)


2008-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2585 git=6e26ba30e884bbaa44c609b6f939bce310c24fd7


 themes/default/header.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2584 git=ae7efb01d566942eddcbea230639513b8fb8775e


 dbslayer/mysql_wrap.php |   94 +++++++++++++++++++++++-----------------------
 doc/cookbook_drupal.txt |    6 +-
 2 files changed, 50 insertions(+), 50 deletions(-)


2008-12-10  Antonio Perez  <aperez@skarcha.com>
            svn=2583 git=d6a4cff92686a8ea9c90966191f06501acc4853f


 ChangeLog                 |    6 ++++++
 cherokee/cryptor_libssl.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2582 git=aab1fcabb34c5ffa12dfa419896fc5c3fc024978


 doc/modules_handlers_common.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2581 git=467142554a2a6937782694c22e554ab1d8d074b3


 doc/cookbook_dbslayer.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=2580 git=39ef5555ec097b665016a9d98975cf2a291d1186


 ChangeLog                         |    8 +++++
 doc/Makefile.am                   |    3 ++
 doc/cookbook_dbslayer.txt         |   62 +++++++++++++++++++++++++++++++++++++
 doc/media/images/proxy_phase1.png |  Bin 0 -> 13472 bytes
 doc/media/images/proxy_phase2.png |  Bin 0 -> 14083 bytes
 doc/modules_handlers_proxy.txt    |   29 +++++++++++++++--
 6 files changed, 98 insertions(+), 4 deletions(-)


2008-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=2579 git=bf0e6c67213933ccad90c31de7beb1514239ef1f


 dbslayer/mysql_wrap.php |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)


2008-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2578 git=a6419e4869831f664fdace098278f0c711dfd6b1


 cherokee/cryptor_libssl.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2577 git=7cc48b860002a98a99ee1b656131b662d99ef85a


 ChangeLog               |    7 +
 Makefile.am             |    2 +-
 configure.in            |    1 +
 dbslayer/Makefile.am    |    4 +
 dbslayer/mysql_wrap.php | 1141 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 1154 insertions(+), 1 deletions(-)


2008-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=2576 git=1dc79bf6da4e7bb9cd1b9006c4afad332b100a86


 ChangeLog                                   |    7 ++++++-
 doc/Makefile.am                             |    1 +
 doc/config_virtual_servers.txt              |   12 ++++++++----
 doc/media/images/admin_vserver_security.png |  Bin 0 -> 8706 bytes
 4 files changed, 15 insertions(+), 5 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2575 git=d493644fdc9e8a17108ca1a770b8aca71271130f


 cherokee/cryptor_libssl.c |    8 --------
 cherokee/cryptor_libssl.h |    1 -
 2 files changed, 0 insertions(+), 9 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2574 git=96b6ca27dc015a55b66b45f053e60e77852abacb


 ChangeLog                 |    4 ++++
 admin/PageVServer.py      |   23 ++++++++++++++++++-----
 cherokee/cryptor_libssl.c |   40 ++++++++++++++++++++++++++++++++++++++--
 cherokee/virtual_server.c |   21 ++++++++++++---------
 cherokee/virtual_server.h |    3 ++-
 5 files changed, 74 insertions(+), 17 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2573 git=b8c3ca8e4d1e44e8a256be842c5203adaa01096c


 ChangeLog                |    4 ++++
 cherokee.conf.sample.pre |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2572 git=28f4eb31c3e85ad9d097dbbfa347022cf87787be


 ChangeLog                 |    4 ++++
 cherokee/handler_fcgi.c   |   17 ++++++++++++-----
 cherokee/handler_mirror.c |    8 +++++++-
 cherokee/handler_scgi.c   |    7 +++++--
 4 files changed, 28 insertions(+), 8 deletions(-)


2008-12-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2571 git=4cc6a3d7da451903bc4a2273a21c5f8cd6fdb78a


 ChangeLog                       |    7 +++++++
 cherokee/balancer_round_robin.c |   31 ++++++++++++++++++-------------
 2 files changed, 25 insertions(+), 13 deletions(-)


2008-12-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2570 git=d781c2ec2bf9135eabce1757ade7cb5829161d17


 ChangeLog                       |    8 ++
 cherokee/balancer.c             |  125 +++++++++++++++++++-------------
 cherokee/balancer.h             |   44 +++++++----
 cherokee/balancer_round_robin.c |  150 ++++++++++++++++++++++++++++----------
 cherokee/balancer_round_robin.h |    8 +-
 cherokee/handler_proxy.c        |    7 ++-
 cherokee/source.c               |   18 +++++
 cherokee/source.h               |    3 +
 8 files changed, 252 insertions(+), 111 deletions(-)


2008-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2569 git=18a4fd7aa38770f16911d2741845c28473f6d316


 doc/config_virtual_servers.txt |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


2008-12-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2567 git=5d850895fde1d45d9853f01d74e4c776a37e968f


 doc/cookbook_dbslayer.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2565 git=45f68318f7417248b312eedb9bed56e6e9f4855a


 ChangeLog                 |    5 +++++
 admin/PageVServer.py      |    2 +-
 cherokee/cryptor_libssl.c |   43 ++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 44 insertions(+), 6 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2564 git=31195b69858b1420487b5668eb6b0ebf318fe763


 doc/config_virtual_servers.txt |    9 ++++++---
 doc/other_goodies.txt          |    5 ++++-
 2 files changed, 10 insertions(+), 4 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2563 git=2f2a384f315f55274c2866e82d5ac5a74e541c4a


 doc/cookbook_symfony.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2562 git=a4e05e7104184bac235704b136698b431fd60edf


 ChangeLog               |    2 +
 cherokee/Makefile.am    |    4 --
 cherokee/mime_types.txt |  132 -----------------------------------------------
 3 files changed, 2 insertions(+), 136 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2561 git=493c781e0d471166bd008ae82887034c90deb7e3


 ChangeLog       |    5 +++++
 configure.in    |    4 ++--
 doc/Makefile.am |    1 -
 3 files changed, 7 insertions(+), 3 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2560 git=2ca5c89b0d234e5107fc24d0d71800a58c365f36


 ChangeLog       |    5 +++++
 cherokee/util.c |   12 ++++++++++++
 cherokee/util.h |    4 ++++
 3 files changed, 21 insertions(+), 0 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2559 git=1e261128b7ee18de101c031923fe2350d1d5af65


 doc/cookbook_symfony.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2558 git=0eacf45a8627a704fa61a8cf1a1f18860f85b082


 doc/media/css/cherokee_doc.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2557 git=2ecfbaa4a09a4e759306abb491fba79bf726fd47


 doc/cookbook.txt |    1 +
 doc/index.txt    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


2008-12-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2556 git=df319d672b23994e2d355aa7e769484ddfdc2701


 ChangeLog                             |    6 ++
 doc/Makefile.am                       |    2 +
 doc/cookbook_symfony.txt              |   99 +++++++++++++++++++++++++++++++++
 doc/media/images/cookbook_symfony.png |  Bin 0 -> 27393 bytes
 4 files changed, 107 insertions(+), 0 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2555 git=4cbdc04f382b368d0a7db331b5976fb4132dbba5


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2554 git=99a7e68751fb58baefd5759dbf9b479126dd49a2


 ChangeLog                   |    3 +++
 qa/194-PHP-zero-len-post.py |   39 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 ++-
 3 files changed, 44 insertions(+), 1 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2553 git=a4f6e5b0a308aa1287946e08c89a610e51771d55


 ChangeLog             |    4 ++++
 cherokee/main_admin.c |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-12-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2552 git=e5afdfd382d1dc42662b70077404985bec4a673c


 qa/030-Post+urlencoded.py |   38 +++++++++++++++++++++-----------------
 1 files changed, 21 insertions(+), 17 deletions(-)


2008-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2544 git=0719eecbffcfe8a452b543526392a4deb7e789e7


 ChangeLog                 |    7 ++++++
 cherokee/cryptor_libssl.c |   13 ++++++++++-
 cherokee/server.c         |   46 ++++++++++++++++++++++++++++++++++++++------
 cherokee/socket.c         |    6 +++-
 4 files changed, 61 insertions(+), 11 deletions(-)


2008-12-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2543 git=8ab8ece2cad01236057dc867f39a7006c93f13fb


 doc/cookbook_joomla.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2542 git=e20caaf1a5ee10d0643b8132fde88f34a0cbfe50


 doc/cookbook_django.txt                          |   27 ++++++++++++++++++++++
 doc/media/css/cherokee_doc.css                   |    7 +++++-
 doc/media/images/cookbook_django_infosources.png |  Bin 15613 -> 14996 bytes
 3 files changed, 33 insertions(+), 1 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2541 git=b36aeeb1fa21f360d490e3e24ac65eda5a7f659f


 doc/cookbook_ror.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2539 git=3b00e9afbb29c3202b44c2365e790865dc875751


 ChangeLog                     |    3 +++
 admin/static/css/cherokee.css |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2538 git=1cffffcde05e871150311e4492775e63d009efda


 ChangeLog                |    3 +++
 cherokee.conf.sample.pre |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-12-02  Taher Shihadeh  <taher@unixwars.com>
            svn=2535 git=c5ef4cb80e453e9278f27a0860b59c2d3d40b7e8


 doc/modules_handlers_redir.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2532 git=ef77b2acfcd81d1f1c67bb125463d49bcae4b7fa


 ChangeLog                |    8 ++++++
 configure.in             |    1 +
 themes/Makefile.am       |    2 +-
 themes/plain/Makefile.am |   12 +++++++++
 themes/plain/entry.html  |   10 ++++++++
 themes/plain/footer.html |   10 ++++++++
 themes/plain/header.html |   22 +++++++++++++++++
 themes/plain/theme.css   |   58 ++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 122 insertions(+), 1 deletions(-)


2008-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2529 git=70ccc549591b8082bee67a7c7289a7ef1236e691


 Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2523 git=3c330f986f722a1d975111e1fe46d2910146654d


 ChangeLog                  |    4 ++++
 cherokee/common-internal.h |    2 ++
 configure.in               |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2522 git=c6e897008c98e59359a984fb3a3d2c76c9d9f473


 ChangeLog          |    3 +++
 cherokee/cryptor.c |    8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2521 git=4c726700284211e59c7ddbba52a1b6f71e40dfa2


 cherokee/cache.c            |    2 +-
 cherokee/downloader_async.c |    2 +-
 cherokee/handler_fastcgi.c  |    2 +-
 cherokee/handler_scgi.c     |    2 +-
 cherokee/header.c           |    4 +++-
 cherokee/virtual_server.c   |    8 ++++----
 6 files changed, 11 insertions(+), 9 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2520 git=1f617122ffa8ba087570abbc85a6fba9077be032


 ChangeLog         |    3 +++
 cherokee/fdpoll.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=2519 git=fe8630e5c80b6b20a0f02f8ebfa0eb5fbdcb56ad


 doc/modules_handlers_dbslayer.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=2518 git=55402b378437bbb5a6624db9c607574885101f87


 doc/cookbook_ssl.txt              |   22 +++++++++++++++++++---
 doc/modules_handlers_dbslayer.txt |   19 +++++++++++++++++--
 2 files changed, 36 insertions(+), 5 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2517 git=6dd15e123b4cc8e7816a568865e5711e6662571e


 Makefile.am          |   27 +--------------------------
 contrib/Makefile.am  |   11 ++++++++++-
 contrib/make-cert.sh |   21 +++++++++++++++++++++
 3 files changed, 32 insertions(+), 27 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2516 git=e2d4472ac95319ef39eef0e75feac0e44faa54b0


 ChangeLog   |    4 ++++
 Makefile.am |   27 ++++++++++++++++++++++++++-
 2 files changed, 30 insertions(+), 1 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2515 git=cd6545e952dd40aa8ea1d59375d177657051959c


 ChangeLog            |    4 ++++
 admin/Form.py        |    5 ++++-
 admin/PageVServer.py |    2 +-
 admin/validations.py |   16 ++++++++--------
 4 files changed, 17 insertions(+), 10 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2514 git=f3f898e08747c2db67e5577924e3b63cc2e5fea1


 TODO |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)


2008-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2513 git=af9b63996c4276015198253d8afb0757f95cc86b


 ChangeLog     |    7 +++++++
 admin/Form.py |    6 +++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-11-30  Antonio Perez  <aperez@skarcha.com>
            svn=2510 git=eab9a52addc58391d21c852a98eb82f4c0c19257


 ChangeLog             |    8 +++++++-
 admin/PageAdvanced.py |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2509 git=9941c3326371bb0fdaf039f62845cf46f1778cd8


 ChangeLog                  |    4 ++++
 qa/193-PHP-documentroot.py |   36 ++++++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 3 files changed, 42 insertions(+), 1 deletions(-)


2008-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2506 git=63a8a8bc62db81d07de864ddfcadfc31678f0017


 ChangeLog                 |   10 ++++++++++
 cherokee/cryptor_libssl.c |   17 +++++++++++++++++
 cherokee/cryptor_libssl.h |   17 +++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)


2008-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2505 git=248ccebe7840ecfc555beae28d7e2d5195eb4b0c


 ChangeLog                   |    6 +++++
 qa/192-RedirDocumentRoot.py |   53 +++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    3 +-
 3 files changed, 61 insertions(+), 1 deletions(-)


2008-11-28  Antonio Perez  <aperez@skarcha.com>
            svn=2504 git=8ee77012bb81ddcab89d838ebbfd2a1db633dc7f


 ChangeLog                |    5 +++++
 cherokee/handler_redir.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2501 git=e30a10992d705feaa4eda5fb6bda17abce1b28fd


 ChangeLog                   |    7 +++++++
 cherokee/handler_dirlist.c  |    2 +-
 themes/firefox3/entry.html  |    2 +-
 themes/firefox3/footer.html |    3 +--
 themes/firefox3/header.html |    7 ++++---
 5 files changed, 14 insertions(+), 7 deletions(-)


2008-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2500 git=36777ff9bcbbaef6604956597269f6b56a12af63


 cherokee/source_interpreter.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2499 git=3630ef49c096e9488021b4c3d631b802d4c3bfb1


 ChangeLog         |    5 +++++
 cherokee/buffer.c |    2 +-
 cherokee/buffer.h |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


2008-11-26  Antonio Perez  <aperez@skarcha.com>
            svn=2497 git=a8e716a5373d4cd27fbb8f5be214c00d0de94a7e


 admin/static/css/cherokee.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2495 git=06d8676ea278f0db3bc7059f300d52c697def54a


 ChangeLog             |    3 +++
 admin/ModuleExists.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2492 git=afd9eba0b77aa42a29e124a0e95098f7fcbfa7a2


 ChangeLog             |    4 ++++
 cherokee/connection.c |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2491 git=82100da97df8287db5badd82baf8cf6edbf99f35


 doc/other_faq.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2490 git=c857875e35380d872a4fb215c148a2c378cada6b


 doc/build/web.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2486 git=af7d99a1315131938676839f552f318e5b31625a


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2482 git=b61eb560ced04d7b7454eece4569b2caff105544


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2481 git=b7f136acc9684e2acf5e27d35c56abc4cc8ad8e5


 doc/other_goodies.txt |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2480 git=72044dea94e22eed76a51438db3be92b90522a3b


 doc/cookbook_mailman.txt |   22 +++---
 doc/cookbook_ssl.txt     |  172 +++++++++++++++++++++++++++++++++++++++++++++-
 doc/index.txt            |   40 +++++------
 3 files changed, 199 insertions(+), 35 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2479 git=c369ae3f9251adf8046651c5ab0da9a9e9917a2f


 admin/ModuleExists.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2478 git=47e95396e0035842edf4b1eab709bbc756f7edf3


 ChangeLog             |    3 +++
 admin/ModuleExists.py |   10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2477 git=fb5c6ce6cd7f77a24eb1605aea80e57781efcbb2


 ChangeLog              |    5 ++-
 cherokee/rule_exists.c |    2 +-
 qa/191-RuleExists5.py  |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am         |    3 +-
 4 files changed, 60 insertions(+), 4 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2476 git=5f72048bb2e9145d464e6dc2c339632f59756c99


 ChangeLog                     |    5 +++++
 qa/112-NiceError-CGI.py       |   20 ++++++++++----------
 qa/170-Error-ContentLength.py |   23 ++++++++++++-----------
 qa/179-RuleExists.py          |   18 ++++++++++--------
 qa/180-RuleExists2.py         |   17 +++++++++--------
 qa/181-RuleExists3.py         |   17 +++++++++--------
 qa/187-Method.py              |   20 ++++++++++----------
 qa/188-Method2.py             |   20 ++++++++++----------
 8 files changed, 75 insertions(+), 65 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2475 git=125eb89e823224d1d3aa0ffe21b96c33f917645c


 ChangeLog             |    3 +++
 qa/190-RuleExists4.py |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 3 files changed, 52 insertions(+), 1 deletions(-)


2008-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2474 git=54d6c11e953987db7d9ec04fcfa90a97886d579f


 ChangeLog              |    5 +++++
 cherokee/rule_exists.c |   24 ++++++++++++++++--------
 2 files changed, 21 insertions(+), 8 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2473 git=3747ac16044512af28837a85a0c27c75dede8fa0


 admin/ModuleExists.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2472 git=aac294a6380533772b0644b1048aea92e6a5ede5


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2471 git=08ba2527f6d5e3586b58ce9d7254346219bf08dc


 ChangeLog                  |    3 +++
 cherokee/common-internal.h |    4 ++++
 cherokee/handler_dirlist.c |   24 ++++++++++--------------
 3 files changed, 17 insertions(+), 14 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2470 git=224b41ba7e0212fdb07b5cbb29c743a33a2e7ddb


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   10 ++++++++++
 cherokee/header.c           |    8 ++++++++
 cherokee/header.h           |    2 ++
 4 files changed, 24 insertions(+), 0 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2469 git=fd694647336e20dc09486061070cb5b2c7a4b5e1


 ChangeLog                   |    8 ++++++++
 cherokee/connection.c       |   22 +++++++++++++++-------
 cherokee/handler_cgi_base.c |    2 +-
 cherokee/handler_proxy.c    |   25 +++++++++++++++++++------
 cherokee/http.c             |    2 +-
 qa/123-ImplicitRedit.py     |    2 +-
 qa/154-DirRedirection.py    |    2 +-
 qa/155-DirRedirection2.py   |    2 +-
 qa/173-Chunked-SCGI.py      |    2 +-
 9 files changed, 48 insertions(+), 19 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2468 git=88dffdb57295f39e4819c9be3c8b733e944ec43f


 cherokee/buffer.c          |    6 ++++--
 cherokee/common-internal.h |   10 ++++------
 cherokee/handler_file.c    |    2 +-
 configure.in               |    2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2467 git=b57e8cbd6bc4de3531d56941b75ae8e0be3a2e32


 ChangeLog                  |    4 +
 cherokee/Makefile.MingW.in |  255 --------------------------------------------
 cherokee/Makefile.am       |    2 -
 configure.in               |    1 -
 4 files changed, 4 insertions(+), 258 deletions(-)


2008-11-25  Taher Shihadeh  <taher@unixwars.com>
            svn=2466 git=95e08f9568ca43fd6f49ff4d909e3d645157cc41


 ChangeLog                             |    4 ++++
 admin/ModuleExists.py                 |    2 +-
 doc/basics_installation_svn.txt       |    3 +++
 doc/basics_installation_unix.txt      |    3 +++
 doc/basics_installation_windows.txt   |    5 +++++
 doc/basics_requirements.txt           |    3 ++-
 doc/config_advanced.txt               |   11 ++++-------
 doc/config_general.txt                |    4 ++++
 doc/config_info_sources.txt           |    2 ++
 doc/config_quickstart.txt             |    2 ++
 doc/config_virtual_servers.txt        |    8 +++++++-
 doc/config_virtual_servers_rule.txt   |    5 +++++
 doc/cookbook_authentication.txt       |    5 ++++-
 doc/cookbook_cross_compilation.txt    |    3 ++-
 doc/cookbook_dbslayer.txt             |    8 ++++++++
 doc/cookbook_drupal.txt               |    3 +++
 doc/cookbook_glassfish.txt            |    5 +++++
 doc/cookbook_maintenance.txt          |    3 +++
 doc/cookbook_nagios.txt               |    2 ++
 doc/cookbook_optimizations.txt        |    3 +++
 doc/cookbook_ssl.txt                  |    5 +++++
 doc/cookbook_wordpress.txt            |    3 ++-
 doc/dev_cherokee.conf.txt             |    9 +++++++++
 doc/dev_debug.txt                     |    2 ++
 doc/dev_issues.txt                    |    8 ++++----
 doc/modules_handlers_cgi.txt          |    2 ++
 doc/modules_handlers_common.txt       |    2 ++
 doc/modules_handlers_custom_error.txt |    1 +
 doc/modules_handlers_dbslayer.txt     |    1 +
 doc/modules_handlers_dirlist.txt      |    3 +++
 doc/modules_handlers_fcgi.txt         |    2 ++
 doc/modules_handlers_file.txt         |    2 ++
 doc/modules_handlers_redir.txt        |    5 ++++-
 doc/modules_handlers_ssi.txt          |    1 +
 doc/modules_validators_authlist.txt   |    2 ++
 doc/modules_validators_htdigest.txt   |    2 ++
 doc/modules_validators_htpasswd.txt   |    2 ++
 doc/modules_validators_ldap.txt       |    2 ++
 doc/modules_validators_mysql.txt      |    2 ++
 doc/modules_validators_pam.txt        |    3 +++
 doc/modules_validators_plain.txt      |    2 ++
 doc/other_community.txt               |    2 +-
 doc/other_faq.txt                     |   12 ++++++++++++
 43 files changed, 140 insertions(+), 19 deletions(-)


2008-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2465 git=6c80c4ada2c76af808580f21fa49c49561babd7b


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |   15 ++++-----------
 2 files changed, 9 insertions(+), 11 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2464 git=1649ad7f7de4dacc5823d73986ce36d00a898c11


 cherokee/handler_proxy.c |  114 ++++++++++++++++++++++++++++++++-------------
 cherokee/macros.h        |    4 +-
 cherokee/post.c          |    8 ++-
 cherokee/proxy_hosts.c   |   16 +++---
 cherokee/socket.c        |    1 +
 cherokee/util.c          |   43 +++++++++++++++++
 cherokee/util.h          |    3 +
 qa/112-NiceError-CGI.py  |    6 +-
 qa/122-Methods.py        |    6 ++-
 qa/base.py               |   13 ++----
 10 files changed, 155 insertions(+), 59 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2463 git=0fdffe509e96e69fb02428d4f2cc1f9593bd3c31


 configure.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2462 git=978d887dbbf7cc508dc13676ef9ecafb5338475d


 ChangeLog                  |    3 +++
 cherokee/common-internal.h |   20 ++++++++++++++++++++
 cherokee/macros.h          |   14 --------------
 3 files changed, 23 insertions(+), 14 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2461 git=564a77725960faeb62f2d1e6009fff534db662da


 ChangeLog              |    8 ++++++++
 qa/074-Access2.py      |    1 +
 qa/075-AccessRange.py  |    1 +
 qa/076-AccessRange2.py |    1 +
 qa/base.py             |    1 +
 qa/run-tests.py        |    3 +++
 6 files changed, 15 insertions(+), 0 deletions(-)


2008-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2460 git=821b3f0bc315a360ed8762dd79757b053478e67a


 doc/cookbook_dbslayer.txt |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2459 git=726c5b93be1c2077aae9bb0402bf0241429bba80


 cherokee/validator_htpasswd.c |    4 +++
 configure.in                  |   55 ++++++++++++++++++++++++++++------------
 2 files changed, 42 insertions(+), 17 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2458 git=52e96747a8e4c6812f4d3c607b253377860d595a


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   10 +++++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2457 git=ad6d0c7c4341eade300f122666bc20ee4d831087


 ChangeLog                |    6 ++++++
 cherokee/handler_proxy.c |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2456 git=916bfb05ddf605331a0ee77e974100522cd5434f


 doc/config_virtual_servers.txt |    5 ++++-
 doc/cookbook_drupal.txt        |   15 ++++++++-------
 doc/cookbook_kumbia.txt        |    8 ++++----
 doc/cookbook_zend.txt          |    9 ++++-----
 4 files changed, 20 insertions(+), 17 deletions(-)


2008-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2455 git=0954c73bf29f8680af8bf87d02c94565eab741ae


 cherokee/post.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2454 git=ad198f3326a25487f5da22a85fa83d9a312a33a8


 cherokee/post.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2008-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2453 git=c848c1ee2a2c93a138e8052229baacdc42c62093


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |   10 +++++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2452 git=424720e00be6a5822b7a9ba3ac94f8d6b5e7e457


 ChangeLog                     |    5 +++
 cherokee/socket.c             |   61 -----------------------------------------
 cherokee/socket.h             |    4 ---
 cherokee/source_interpreter.c |    4 +-
 4 files changed, 7 insertions(+), 67 deletions(-)


2008-11-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2451 git=7ca2d175b007098193a39cf07982d21df7fd3fdd


 ChangeLog                 |    7 +++++++
 cherokee/cryptor_libssl.c |    2 +-
 cherokee/logger_writer.c  |    4 ++--
 cherokee/server.c         |    4 ++--
 cherokee/socket.c         |    4 ++--
 5 files changed, 14 insertions(+), 7 deletions(-)


2008-11-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2450 git=0ba1caef6d247eb2f9a4c1d564c7ddfa5954f02e


 cherokee/socket.c             |   26 ++++++++++++--
 cherokee/source_interpreter.c |    8 ++++
 cherokee/thread.c             |   78 +++++++++++++++-------------------------
 3 files changed, 60 insertions(+), 52 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2449 git=82c53710d7f4d9eeda5bad08a2c566eba2bb7914


 ChangeLog              |    3 ++
 admin/ModuleExists.py  |    8 ++++-
 cherokee/rule_exists.c |   73 +++++++++++++++++++++++++++++++----------------
 cherokee/rule_exists.h |    1 +
 4 files changed, 58 insertions(+), 27 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2448 git=6a28b078700e64288758ee55deaeea709a0350ae


 qa/055-ContentRange2.py |    9 ++++-----
 qa/run-tests.py         |    8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2447 git=2a555e538c5abdfa267d43c783aa972f367c56a1


 cherokee/thread.c |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2446 git=4b2af33418f50d3ee0716ae08fe8e8186886423d


 ChangeLog         |    2 ++
 cherokee/socket.h |    2 +-
 cherokee/thread.c |   22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 1 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2445 git=1fdabd77ed740e751cbdb37811a85b489e997cee


 ChangeLog                |    3 +++
 cherokee/handler_proxy.c |    6 +-----
 2 files changed, 4 insertions(+), 5 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2444 git=1f71db50ebe5072ecfb2a1723b632d44f05dfd09


 ChangeLog                    |    6 ++++
 qa/091-Digest2.py            |    2 +-
 qa/092-Digest3.py            |    2 +-
 qa/100-Digest-htdigest.py    |    2 +-
 qa/122-Methods.py            |    2 +-
 qa/130-Digest-EmptyPasswd.py |    2 +-
 qa/175-Digest-htdigest-2.py  |    2 +-
 qa/base.py                   |   12 ++++----
 qa/help.py                   |    1 +
 qa/run-tests.py              |   63 ++++++++++++++++++++++++++++++++++++-----
 qa/util.py                   |   28 ++++++++++++++++++-
 11 files changed, 101 insertions(+), 21 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2443 git=9a8361893396cd9084df71586d46ed85bb5b7a92


 qa/conf.py |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)


2008-11-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2442 git=998dac9ad14eb18a0ac9706876a49562392b2c2a


 ChangeLog       |    5 +++++
 qa/run-tests.py |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)


2008-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2441 git=a702dcedd3f4aed9ebb7efbee46295aec1da2e81


 ChangeLog       |    5 +++++
 cherokee/main.c |    2 +-
 cherokee/util.h |    3 +++
 3 files changed, 9 insertions(+), 1 deletions(-)


2008-11-20  Taher Shihadeh  <taher@unixwars.com>
            svn=2440 git=ae03576604d64539994da2d88c2bd367b8ac1b8b


 doc/index.txt                     |    4 +---
 doc/modules_handlers_dbslayer.txt |   12 ++++++++++++
 2 files changed, 13 insertions(+), 3 deletions(-)


2008-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2439 git=478eede7cbd93b060633590eb16f53ce7ae3d7f7


 cherokee/handler_dbslayer.c |   32 ++++++++++++--------------------
 1 files changed, 12 insertions(+), 20 deletions(-)


2008-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2438 git=fceca7911c75eddc9988c74c26537d4ad5207697


 ChangeLog                   |    7 +++++-
 cherokee/handler_dbslayer.c |   45 +++++++++++++++++++++++++++++-------------
 2 files changed, 37 insertions(+), 15 deletions(-)


2008-11-20  Taher Shihadeh  <taher@unixwars.com>
            svn=2437 git=c7522cff5afd0c5819a7bede3cb186da81096502


 ChangeLog             |    4 ++++
 admin/PageEntry.py    |    2 +-
 admin/PageVServer.py  |    2 +-
 admin/PageVServers.py |    2 +-
 admin/validations.py  |    5 ++++-
 5 files changed, 11 insertions(+), 4 deletions(-)


2008-11-20  Taher Shihadeh  <taher@unixwars.com>
            svn=2436 git=a78727b45e97bda673f9e619a3680bc864bc4ddc


 ChangeLog                   |    5 +++++
 cherokee/handler_dbslayer.c |   11 -----------
 2 files changed, 5 insertions(+), 11 deletions(-)


2008-11-20  Taher Shihadeh  <taher@unixwars.com>
            svn=2435 git=38fccc6b8ab06c1f78f359fa5c3818a21c1ce5e9


 doc/cookbook_dbslayer.txt         |   40 ++++++++++++++++++++++++++++++------
 doc/cookbook_wordpress.txt        |    2 +-
 doc/modules_handlers_dbslayer.txt |    6 ++++-
 3 files changed, 39 insertions(+), 9 deletions(-)


2008-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2434 git=4625bd0b62248e07973e8602f455b5e921351c84


 ChangeLog                   |    5 +++++
 cherokee/handler_dbslayer.c |   13 ++++++++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)


2008-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2433 git=04d81d021e5576f780f8b700aa926dc8c0a519af


 ChangeLog                   |    8 ++++++++
 cherokee/handler_dbslayer.c |   13 +++++++++----
 configure.in                |    5 +++--
 3 files changed, 20 insertions(+), 6 deletions(-)


2008-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2432 git=c43d338aeb984ed94da37a7d3ab256050dc744d1


 doc/Makefile.am                       |    5 ++
 doc/cookbook_nagios.txt               |  124 +++++++++++++++++++++++++++++++++
 doc/index.txt                         |   23 ++----
 doc/media/images/cookbook_nagios1.png |  Bin 0 -> 7103 bytes
 doc/media/images/cookbook_nagios2.png |  Bin 0 -> 7120 bytes
 doc/media/images/cookbook_nagios3.png |  Bin 0 -> 16942 bytes
 doc/media/images/cookbook_nagios4.png |  Bin 0 -> 39099 bytes
 7 files changed, 137 insertions(+), 15 deletions(-)


2008-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2431 git=9ca55d5beb5cfc6c77dfae9e5c43336cc2eedb10


 doc/bundle_cherokee-admin.txt  |    5 ++++-
 doc/config_quickstart.txt      |    3 ++-
 doc/config_virtual_servers.txt |   16 ++++++++++++++++
 doc/index.txt                  |   40 ++++++++++++++++++++++++++++++++++++----
 doc/media/images/README.txt    |   10 ++++++----
 doc/other_goodies.txt          |   11 +++++++----
 6 files changed, 71 insertions(+), 14 deletions(-)


2008-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2430 git=52b68ac4ee55ecad0eb846129339510a918ed3ec


 cherokee/handler_dbslayer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2429 git=4e8e444f862f03a8d0d68ae42e810df98f35c3ed


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |   15 ++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)


2008-11-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2428 git=a183efa370b780af049f360a0b3a3294a5823009


 doc/cookbook.txt        |   24 ++++++++++++------------
 doc/cookbook_kumbia.txt |    6 +++---
 doc/cookbook_zend.txt   |    9 +++++----
 doc/index.txt           |   24 ++++++++++++------------
 4 files changed, 32 insertions(+), 31 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2427 git=97e62b468710f30b4d60ab70773050d2b3072fdd


 ChangeLog    |    4 ++++
 configure.in |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2426 git=730c96ba2cd0584834a7656a9942f7b00d9b0b39


 ChangeLog                  |    6 ++++++
 cherokee/Makefile.am       |   12 ++++--------
 cherokee/connection_info.c |   11 ++++++++---
 3 files changed, 18 insertions(+), 11 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2425 git=f7d18aa4271e0b6d9a1bfd28ce868b39df3709cd


 doc/cookbook.txt |    8 ++++----
 doc/index.txt    |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2424 git=6047f4464bed66bc38d9c2ed84434f1be5395424


 doc/cookbook_drupal.txt        |   18 +++++++++---------
 doc/cookbook_wordpress.txt     |   18 +++++++++---------
 doc/media/css/cherokee_doc.css |    2 ++
 3 files changed, 20 insertions(+), 18 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2423 git=fb84b1c3e7627f2ea30a3c2a901e295b9aab089b


 ChangeLog                                 |    5 +
 doc/Makefile.am                           |   13 ++
 doc/cookbook.txt                          |    4 +
 doc/cookbook_drupal.txt                   |   15 ++-
 doc/cookbook_wordpress.txt                |  191 +++++++++++++++++++++++++++++
 doc/dev_cherokee.conf.txt                 |    2 +-
 doc/index.txt                             |    8 +-
 doc/media/images/cookbook_wp1.png         |  Bin 0 -> 29978 bytes
 doc/media/images/cookbook_wp2.png         |  Bin 0 -> 16148 bytes
 doc/media/images/cookbook_wp3.png         |  Bin 0 -> 11998 bytes
 doc/media/images/cookbook_wp4.png         |  Bin 0 -> 48654 bytes
 doc/media/images/cookbook_wp5.png         |  Bin 0 -> 31759 bytes
 doc/media/images/cookbook_wp_default1.png |  Bin 0 -> 7938 bytes
 doc/media/images/cookbook_wp_example1.png |  Bin 0 -> 10401 bytes
 doc/media/images/cookbook_wp_example2.png |  Bin 0 -> 7810 bytes
 doc/media/images/cookbook_wp_example3.png |  Bin 0 -> 15942 bytes
 16 files changed, 231 insertions(+), 7 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2422 git=00c94716956266e7b713b99c0b9298b452f29fa2


 cherokee/server.c |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2421 git=658e264ca3b4a90d45999a06317e5e8aafacfb9d


 ChangeLog         |    4 ++++
 cherokee/server.c |   19 ++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2420 git=c5b3a547148824f7b887a5bd25d40deebaf782ad


 cherokee/handler_proxy.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2419 git=567b458f13e69551ea3695f43a11a55a2e41d13b


 cherokee/Makefile.am   |    1 +
 cherokee/rule_method.c |    2 --
 2 files changed, 1 insertions(+), 2 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2414 git=077b9a0c6fabbaedf238452487bdab9ff5e3d08d


 ChangeLog            |    5 +++++
 cherokee/Makefile.am |    6 +++---
 cherokee/cherokee.h  |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2413 git=1d8f1ac9d75ce2a65ca5a525c38e3c38e5b9a40e


 cget/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2412 git=f6367c827e85f534a6942543fe11783fc862daf1


 doc/basics_installation_unix.txt    |    2 --
 doc/basics_installation_windows.txt |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2411 git=83dfe34968cdbffa476e55d2efb509d655dd3837


 cherokee/cryptor_libssl.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2410 git=ab6f14e7a1cd0aefd04b443a70f4ab65597ca828


 ChangeLog                           |   11 ++++++++++-
 doc/basics_installation_unix.txt    |    2 +-
 doc/basics_installation_windows.txt |    2 +-
 doc/basics_requirements.txt         |    9 +++++----
 doc/config_general.txt              |   16 ++++++++++++++--
 doc/cookbook_optimizations.txt      |    1 -
 doc/dev_cherokee.conf.txt           |    1 +
 doc/media/images/admin_general.png  |  Bin 16485 -> 20617 bytes
 doc/other_goodies.txt               |    2 +-
 9 files changed, 33 insertions(+), 11 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2409 git=2d2ecf6b72e20364f9da68457d2b679f3ef3b9b9


 ChangeLog                 |    4 ++++
 cherokee/cryptor.c        |   17 +++--------------
 cherokee/cryptor_libssl.c |    2 ++
 3 files changed, 9 insertions(+), 14 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2408 git=903108eb4e3ff2dbe2aa74f2b259822afb4cd202


 ChangeLog             |    4 ++
 cherokee/downloader.c |   13 ++++---
 cherokee/main_tweak.c |    7 ++++
 cherokee/post.c       |   88 +++++++++++++++++++++++++++++++++++++++---------
 cherokee/post.h       |   26 ++++++++-------
 5 files changed, 103 insertions(+), 35 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2407 git=de03fa0421837dcf57da890a1d76460d5ce290a9


 ChangeLog            |    3 +++
 admin/PageGeneral.py |    9 ++++++++-
 admin/consts.py      |    5 +++++
 3 files changed, 16 insertions(+), 1 deletions(-)


2008-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2406 git=77651906d7cb41a93ce535773d871b9eef3178cf


 ChangeLog                   |   19 +
 cherokee/Makefile.am        |   33 ++-
 cherokee/admin_client.c     |   19 +-
 cherokee/admin_client.h     |   11 +-
 cherokee/cherokee.h         |    1 +
 cherokee/connection.c       |    1 -
 cherokee/cryptor.c          |  250 +++++++++++++
 cherokee/cryptor.h          |  178 ++++++++++
 cherokee/cryptor_libssl.c   |  655 +++++++++++++++++++++++++++++++++++
 cherokee/cryptor_libssl.h   |   88 +++++
 cherokee/downloader.c       |   38 ++-
 cherokee/downloader.h       |    3 +-
 cherokee/info.c             |   10 -
 cherokee/main_tweak.c       |   94 ++++--
 cherokee/module.c           |    4 +-
 cherokee/plugin.h           |    3 +-
 cherokee/server-protected.h |    4 +-
 cherokee/server.c           |   70 ++--
 cherokee/socket.c           |  808 ++++++-------------------------------------
 cherokee/socket.h           |   38 +--
 cherokee/thread.c           |    8 -
 cherokee/util.c             |   87 -----
 cherokee/util.h             |    4 -
 cherokee/virtual_server.c   |  362 +-------------------
 cherokee/virtual_server.h   |   29 +--
 configure.in                |   84 +----
 m4/libgnutls.m4             |  161 ---------
 qa/run-tests.py             |    1 +
 28 files changed, 1520 insertions(+), 1543 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2405 git=39ec6188b4b070772fbee22d03292b14bf935989


 doc/media/images/README.txt                        |    8 ++++++++
 doc/media/images/admin_advanced0.png               |  Bin 6191 -> 4281 bytes
 doc/media/images/admin_advanced1.png               |  Bin 26592 -> 12263 bytes
 doc/media/images/admin_advanced2.png               |  Bin 27070 -> 12805 bytes
 doc/media/images/admin_advanced3.png               |  Bin 18548 -> 7912 bytes
 doc/media/images/admin_advanced4.png               |  Bin 10211 -> 5765 bytes
 doc/media/images/admin_behaviour.png               |  Bin 40945 -> 17884 bytes
 doc/media/images/admin_dirlist_cherokee.png        |  Bin 39474 -> 17762 bytes
 doc/media/images/admin_general.png                 |  Bin 34031 -> 16485 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 22277 -> 11971 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 30303 -> 14633 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 29275 -> 15509 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 34189 -> 17208 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 42000 -> 18959 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 32274 -> 12171 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 34961 -> 17447 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 35725 -> 18098 bytes
 doc/media/images/admin_handler_file.png            |  Bin 20264 -> 9139 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 33093 -> 14411 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 33550 -> 14095 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 41690 -> 22530 bytes
 doc/media/images/admin_icons1.png                  |  Bin 66303 -> 23525 bytes
 doc/media/images/admin_icons2.png                  |  Bin 15204 -> 6196 bytes
 doc/media/images/admin_icons3.png                  |  Bin 20084 -> 8832 bytes
 doc/media/images/admin_index.png                   |  Bin 131194 -> 46203 bytes
 doc/media/images/admin_info_sources.png            |  Bin 39975 -> 20642 bytes
 doc/media/images/admin_launch.png                  |  Bin 133723 -> 47840 bytes
 doc/media/images/admin_mime.png                    |  Bin 43627 -> 12841 bytes
 doc/media/images/admin_noconfig.png                |  Bin 16065 -> 7746 bytes
 doc/media/images/admin_notrunning.png              |  Bin 33498 -> 15197 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 22756 -> 11612 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 25886 -> 12709 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 31607 -> 15633 bytes
 doc/media/images/admin_vserver.png                 |  Bin 23782 -> 13062 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 27724 -> 12605 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 37607 -> 17402 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 7645 -> 4315 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 11654 -> 7079 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 24233 -> 12877 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 11082 -> 6512 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 35166 -> 16629 bytes
 doc/media/images/cookbook_django.png               |  Bin 45998 -> 26219 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 35480 -> 17699 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 29916 -> 15613 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 104038 -> 32372 bytes
 doc/media/images/cookbook_drupal_default1.png      |  Bin 14177 -> 8319 bytes
 doc/media/images/cookbook_drupal_default2.png      |  Bin 14543 -> 7938 bytes
 doc/media/images/cookbook_drupal_default3.png      |  Bin 15004 -> 8130 bytes
 doc/media/images/cookbook_drupal_example1.png      |  Bin 17296 -> 9272 bytes
 doc/media/images/cookbook_drupal_example2.png      |  Bin 18569 -> 9790 bytes
 doc/media/images/cookbook_drupal_example3.png      |  Bin 26396 -> 13726 bytes
 doc/media/images/cookbook_drupal_example4.png      |  Bin 17694 -> 9233 bytes
 doc/media/images/cookbook_drupal_example5.png      |  Bin 17788 -> 9893 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 8143 -> 4910 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 27141 -> 14551 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 33810 -> 15570 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 12180 -> 6619 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 20287 -> 10361 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 26071 -> 13640 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 27560 -> 15105 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 16542 -> 8669 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 15631 -> 7905 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 17924 -> 9222 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 26506 -> 13478 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 27415 -> 12675 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 36784 -> 18074 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 23191 -> 12312 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 51612 -> 25127 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 15009 -> 8224 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 13636 -> 6617 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 21243 -> 10912 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 33740 -> 15766 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 35380 -> 17636 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 35695 -> 18005 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 5742 -> 3747 bytes
 doc/media/images/tracelor.png                      |  Bin 7222 -> 9543 bytes
 76 files changed, 8 insertions(+), 0 deletions(-)


2008-11-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2404 git=9c40f590c0a1e87fe69b635a2828ed0322aedcd6


 ChangeLog               |    5 +++++
 cherokee/handler_fcgi.c |   11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)


2008-11-16  Antonio Perez  <aperez@skarcha.com>
            svn=2403 git=45b47c5c98201134ec1203372dc15444229e44f8


 ChangeLog             |    6 ++++++
 cherokee/connection.c |    7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2402 git=923ade771dfbb653f4ed901f0b2e9cb4a9023411


 doc/config_advanced.txt |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2401 git=48122192944dc4a19ab73bd675325a61ceb67678


 doc/config_advanced.txt        |   12 ++++++------
 doc/cookbook_optimizations.txt |   13 +++++++------
 2 files changed, 13 insertions(+), 12 deletions(-)


2008-11-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2400 git=61cb861815eabd420432242a614e9ea7184088d1


 ChangeLog                     |    8 ++++++++
 cherokee/main_admin.c         |    1 +
 cherokee/source_interpreter.c |    2 +-
 3 files changed, 10 insertions(+), 1 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2399 git=cd649a890c13c990afea20b60e1c25ab1c7ef455


 doc/modules_handlers_proxy.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2398 git=67c82bd78e472a5294e80094fd65c9424824f7b1


 doc/media/css/cherokee_doc.css                     |   27 ++++++++-----------
 doc/media/images/admin_handler_cgi.png             |  Bin 30303 -> 30303 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 29491 -> 29275 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 34182 -> 34189 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 20823 -> 32274 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 34953 -> 34961 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 35756 -> 35725 bytes
 doc/media/images/admin_handler_file.png            |  Bin 20415 -> 20264 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 34805 -> 33093 bytes
 doc/media/images/admin_icons1.png                  |  Bin 66512 -> 66303 bytes
 doc/media/images/admin_icons2.png                  |  Bin 15302 -> 15204 bytes
 doc/media/images/admin_icons3.png                  |  Bin 20222 -> 20084 bytes
 doc/media/images/admin_index.png                   |  Bin 87933 -> 131194 bytes
 doc/media/images/admin_info_sources.png            |  Bin 39969 -> 39975 bytes
 doc/media/images/admin_launch.png                  |  Bin 89665 -> 133723 bytes
 doc/media/images/admin_notrunning.png              |  Bin 34344 -> 33498 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 27744 -> 25886 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 33315 -> 31607 bytes
 doc/media/images/admin_vserver.png                 |  Bin 23836 -> 23782 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 28372 -> 27724 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 39430 -> 37607 bytes
 doc/media/images/cookbook_django.png               |  Bin 20629 -> 45998 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 35454 -> 35480 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 29921 -> 29916 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 79204 -> 104038 bytes
 doc/media/images/cookbook_drupal_example5.png      |  Bin 17793 -> 17788 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 29427 -> 27141 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 12177 -> 12180 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 27586 -> 27560 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 16524 -> 16542 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 15641 -> 15631 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 26553 -> 26506 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 15066 -> 15009 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 13656 -> 13636 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 21223 -> 21243 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 8864 -> 5742 bytes
 doc/media/images/tracelor.png                      |  Bin 10662 -> 7222 bytes
 37 files changed, 11 insertions(+), 16 deletions(-)


2008-11-14  Taher Shihadeh  <taher@unixwars.com>
            svn=2397 git=9308ada6986a26cebfb70597a1bc077020785591


 doc/basics_why_cherokee.txt    |    2 +-
 doc/bundle_cherokee-admin.txt  |    2 +-
 doc/config_general.txt         |    8 ++++----
 doc/config_quickstart.txt      |    2 +-
 doc/cookbook_optimizations.txt |    2 +-
 doc/dev_cherokee.conf.txt      |    8 ++++----
 doc/dev_debug.txt              |    2 +-
 doc/index.txt                  |   15 +++++++--------
 8 files changed, 20 insertions(+), 21 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2396 git=78319257fd041eb82748e7eba364c87836f27f86


 doc/index.txt                  |    8 +-
 doc/media/css/cherokee_doc.css |  136 ++++++++++++++++++++++++++--------------
 doc/other.txt                  |    8 +-
 3 files changed, 98 insertions(+), 54 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2395 git=3adb245ae210fff584fb6e631a1347c4667c2ae0


 admin/ModuleAuthlist.py       |    5 ++---
 admin/static/css/cherokee.css |    2 +-
 doc/other_faq.txt             |    2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2394 git=a1606766a4ef48e5cdd445f57d5ec131a9e80205


 doc/media/css/cherokee_doc.css |   43 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 3 deletions(-)


2008-11-13  Antonio Perez  <aperez@skarcha.com>
            svn=2393 git=60d6024d0d71396b32542d389c19a98f6c8f8a72


 ChangeLog                  |    4 ++++
 cherokee/rule_extensions.c |   23 ++++++++++++++++-------
 2 files changed, 20 insertions(+), 7 deletions(-)


2008-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2392 git=a5ff75c421446e89fee61047eeabc3e9c2ffb481


 Makefile.am  |    4 +++-
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


2008-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2391 git=3f1f85b404685ef798305810d3220badb3c4e678


 ChangeLog    |    5 +++++
 configure.in |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2390 git=4d28e6916fc0fab83852d790f5250550a669763b


 ChangeLog                                |    5 +++++
 admin/Form.py                            |    2 +-
 admin/ModuleProxy.py                     |    9 +++------
 doc/media/images/admin_handler_proxy.png |  Bin 50643 -> 41690 bytes
 doc/modules_handlers_proxy.txt           |    8 ++++++--
 5 files changed, 15 insertions(+), 9 deletions(-)


2008-11-13  Taher Shihadeh  <taher@unixwars.com>
            svn=2389 git=25a5111dceecefe6baa89d90187674ccd351225a


 admin/Form.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2388 git=b4602d9eb987372d7935ce220fd3ea4bf3455982


 ChangeLog                     |    7 +++++++
 cherokee/fcgi_manager.c       |    2 +-
 cherokee/source_interpreter.c |   17 +++++++++++------
 cherokee/source_interpreter.h |    3 ++-
 4 files changed, 21 insertions(+), 8 deletions(-)


2008-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2387 git=c91fb66e04b89704827eab8bbf3da3ea8648e0bb


 ChangeLog                  |    7 +++++++
 cherokee/handler_cgi.c     |    7 +++++++
 cherokee/logger.c          |   23 ++++++++++++++++++++---
 cherokee/logger.h          |   19 +++++++++++--------
 cherokee/logger_combined.c |   15 ++++++++-------
 cherokee/logger_ncsa.c     |   28 +++++++++++++++++++++-------
 cherokee/logger_ncsa.h     |   15 ++++++++-------
 cherokee/logger_w3c.c      |   29 ++++++++++++++++++++++-------
 cherokee/logger_w3c.h      |   15 ++++++++-------
 9 files changed, 112 insertions(+), 46 deletions(-)


2008-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2386 git=ddff3d44f7a03756888eeeb8b5d22163db61649f


 ChangeLog            |    3 +++
 admin/ModuleProxy.py |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 48 insertions(+), 1 deletions(-)


2008-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2385 git=a27ef01e2f8d60a6efc1d47c31823dfbbbc459a3


 ChangeLog                |    3 ++
 cherokee/handler_proxy.c |   85 ++++++++++++++++++++++++++++++++++++++++------
 cherokee/handler_proxy.h |    1 +
 3 files changed, 78 insertions(+), 11 deletions(-)


2008-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2384 git=d071e49d8dd08281f71153262cce3e96ea565800


 ChangeLog            |    5 +++++
 admin/ModuleProxy.py |   41 ++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 45 insertions(+), 1 deletions(-)


2008-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=2383 git=97bd4f11654d4a17c281b116843935727fa504b2


 doc/Makefile.am                               |    9 ++
 doc/cookbook_drupal.txt                       |  156 +++++++++++++++++++++++++
 doc/media/images/cookbook_drupal.png          |  Bin 0 -> 79204 bytes
 doc/media/images/cookbook_drupal_default1.png |  Bin 0 -> 14177 bytes
 doc/media/images/cookbook_drupal_default2.png |  Bin 0 -> 14543 bytes
 doc/media/images/cookbook_drupal_default3.png |  Bin 0 -> 15004 bytes
 doc/media/images/cookbook_drupal_example1.png |  Bin 0 -> 17296 bytes
 doc/media/images/cookbook_drupal_example2.png |  Bin 0 -> 18569 bytes
 doc/media/images/cookbook_drupal_example3.png |  Bin 0 -> 26396 bytes
 doc/media/images/cookbook_drupal_example4.png |  Bin 0 -> 17694 bytes
 doc/media/images/cookbook_drupal_example5.png |  Bin 0 -> 17793 bytes
 11 files changed, 165 insertions(+), 0 deletions(-)


2008-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=2381 git=39180225ba37ddb406754da490a2939d1d1bc5e8


 doc/Makefile.am                         |    2 +
 doc/cookbook.txt                        |    1 +
 doc/cookbook_glassfish.txt              |  186 +++++++++++++++++++++++++++++++
 doc/index.txt                           |    1 +
 doc/media/images/cookbook_glassfish.png |  Bin 0 -> 8143 bytes
 5 files changed, 190 insertions(+), 0 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2380 git=b0d7d6e441cf17066de41e81ddc9fac11a35b6c3


 doc/modules_handlers_proxy.txt |   41 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2379 git=55748933d5025345936fad917d0edfd861009bd2


 doc/Makefile.am                          |    2 +
 doc/dev_cherokee.conf.txt                |   35 +++++++++++++++++++++++++++
 doc/dev_issues.txt                       |   38 ++++++-----------------------
 doc/index.txt                            |    1 +
 doc/media/images/admin_handler_proxy.png |  Bin 0 -> 50643 bytes
 doc/modules.txt                          |    1 +
 doc/modules_handlers.txt                 |    1 +
 doc/modules_handlers_mirror.txt          |   12 ++++++++-
 doc/modules_handlers_redir.txt           |    5 +++-
 9 files changed, 62 insertions(+), 33 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2378 git=f91353ff49ebbf0c132710a94ed613e51338e530


 admin/ModuleProxy.py |    6 +++---
 admin/consts.py      |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2377 git=576d634d8118fb206e786ec9dd397efe9e037fe1


 ChangeLog            |    5 +++
 admin/Makefile.am    |    1 +
 admin/ModuleProxy.py |   99 ++++++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py      |    1 +
 4 files changed, 106 insertions(+), 0 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2376 git=2043dd98de5166ef320bb83b18c002b293fcecb8


 doc/dev.txt        |    2 +-
 doc/dev_issues.txt |   19 ++++++++++++++-----
 doc/index.txt      |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2375 git=77af80510de10b4de051ca3936da2caf2d89f4a5


 ChangeLog                             |    4 +-
 doc/Makefile.am                       |    3 +
 doc/cookbook.txt                      |    2 +
 doc/cookbook_joomla.txt               |  110 ++++++++++++++++++++++++
 doc/cookbook_mailman.txt              |  148 +++++++++++++++++++++++++++++++++
 doc/index.txt                         |    5 +-
 doc/media/css/cherokee_doc.css        |    2 +
 doc/media/images/cookbook_joomla.png  |  Bin 0 -> 29427 bytes
 doc/media/images/cookbook_mailman.png |  Bin 0 -> 33810 bytes
 9 files changed, 272 insertions(+), 2 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2374 git=0595094d39b50e1e761191a1cd2ab80b1a91cb73


 ChangeLog                 |    8 +++++++-
 admin/static/js/common.js |   12 ++++++++----
 2 files changed, 15 insertions(+), 5 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2373 git=74590ad2c445478fb750412af9f7967fa6ec51df


 ChangeLog                |    3 ++
 cherokee/handler_proxy.c |   87 ++++++++++++++++++++++++++++++++++++++-------
 cherokee/handler_proxy.h |    1 +
 3 files changed, 77 insertions(+), 14 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2372 git=8538c3e4a3c3d770aa9b1b22458a49b3f559e621


 ChangeLog                |    6 +++-
 cherokee/handler_redir.c |   63 +++++++++++-----------------------------------
 cherokee/regex.c         |   51 +++++++++++++++++++++++++++++++++++++
 cherokee/regex.h         |    8 ++++++
 4 files changed, 79 insertions(+), 49 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2371 git=90614a31b0fb0f072337e67ad97a3ffdcbacc00c


 admin/PageInfoSource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2370 git=de46dfa9cfa32c376b57bac46dba235e44290624


 cherokee/regex.c |   90 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 89 insertions(+), 1 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2369 git=b9ffa80221f087fc135c3fcec8193b0aeeaebfda


 ChangeLog                |    5 +++
 cherokee/handler_redir.c |   89 ++++++----------------------------------------
 cherokee/regex.h         |   22 +++++++++++
 3 files changed, 38 insertions(+), 78 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2368 git=ee996a2e108bab0ecc4ebb786909e42aeb15bee9


 ChangeLog                  |    6 ++++++
 cherokee/rule_extensions.c |   15 +++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)


2008-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=2367 git=43fccc160de8172d1d31d41f4ad45ba98326a67c


 ChangeLog                 |    4 ++++
 admin/ModuleErrorRedir.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2366 git=2067ab04a0d608e5faa86dbfc984932e35b88d73


 ChangeLog                |    5 +++++
 cherokee/handler_proxy.c |   44 ++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 45 insertions(+), 4 deletions(-)


2008-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2365 git=c51334a4e891df47e7e88759ee63fab15aaec92a


 cherokee/handler_proxy.c |   96 ++++++++++++++++++++++++++++------------------
 cherokee/proxy_hosts.c   |    3 +-
 2 files changed, 60 insertions(+), 39 deletions(-)


2008-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2364 git=56225ceaa00bc8bceaf3a0cc53ccb23c6bb1ee7b


 cherokee/handler_proxy.c |  112 +++++++++++++++++++++++++++++++++------------
 cherokee/handler_proxy.h |    2 +
 cherokee/proxy_hosts.c   |   38 +++++++++++----
 3 files changed, 112 insertions(+), 40 deletions(-)


2008-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2363 git=4956421e2e83f6bd0302fb5a8801836535835774


 doc/other_faq.txt |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


2008-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2362 git=8075a874708e2a994b8cbcf6bade81df19c69f2b


 cherokee.conf.sample.pre |    1 -
 doc/other_faq.txt        |    8 ++++++++
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=2361 git=758a33c11c91fb6d7b5d94dfade43585bcd8ff45


 admin/PageInfoSource.py     |    4 ++--
 cherokee.conf.sample.pre    |    5 +++--
 doc/basics_requirements.txt |    4 +---
 3 files changed, 6 insertions(+), 7 deletions(-)


2008-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2360 git=b0bdb9b4ba7623206818b3be1887b06387c909e6


 ChangeLog        |    4 ++++
 qa/189-Redir9.py |   22 ++++++++++++++++++++++
 qa/Makefile.am   |    3 ++-
 3 files changed, 28 insertions(+), 1 deletions(-)


2008-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2359 git=0b6191d75c99941fb9bff42fce0a629cfbbc8e22


 ChangeLog        |    5 +++++
 cherokee/regex.h |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-11-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2358 git=5ba0e4c1076c85779bbd0135e02514cf435f21ca


 cherokee/handler_proxy.c |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)


2008-11-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2357 git=76ecef83adc8021c882212d7b3b385dba115e13b


 cherokee/unix4win32.h |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)


2008-11-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2356 git=3304cc8506410f0d60fe90e80a8b25ddffbcb13d


 cherokee/main_worker.c |    5 ++++-
 cherokee/win32_misc.c  |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-11-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2355 git=6050bd286ac393da2a7d859af8e13ab4187009ab


 ChangeLog             |    4 ++++
 cherokee/util.c       |   24 ++++++++++++++++++++++++
 cherokee/util.h       |    5 ++++-
 cherokee/win32_misc.c |   21 ---------------------
 cherokee/win32_misc.h |    1 -
 configure.in          |    2 +-
 6 files changed, 33 insertions(+), 24 deletions(-)


2008-11-08  Taher Shihadeh  <taher@unixwars.com>
            svn=2354 git=eab4b9dbd9df2a1530a6efeb077f522e113753c8


 doc/cookbook_kumbia.txt             |   56 +++++++++++++++++++++++
 doc/cookbook_zend.txt               |   83 +++++++++++++++++++++++++++++++++++
 doc/dev_issues.txt                  |   49 ++++++++++++++++++---
 doc/media/images/cookbook_zend1.png |  Bin 0 -> 8864 bytes
 4 files changed, 182 insertions(+), 6 deletions(-)


2008-11-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2353 git=ff5a36760a33ea4f86b189ee03a7972359c1c2c2


 ChangeLog    |    5 +++++
 configure.in |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2352 git=33056212fc6086b6b52c880523f2df02b3bbba72


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |   43 ++++++++++++++++++++++++++++++++++---------
 cherokee/handler_proxy.h |    1 +
 3 files changed, 39 insertions(+), 9 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2351 git=36ecf6f7c908f4ff52f8bde4dd0dd9f850a0ffeb


 cherokee/handler_proxy.c |   51 +++++++++++++++++++++++++++++----------------
 cherokee/handler_proxy.h |    1 +
 cherokee/proxy_hosts.c   |   37 +++++++++++++++++++++++++++------
 cherokee/proxy_hosts.h   |    9 ++++++-
 4 files changed, 71 insertions(+), 27 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2350 git=96596590c73df7a8f1b0372ea12efaf2f286019a


 cherokee/handler_proxy.c |  132 +++++++++++++++++++++++++++++-----------------
 cherokee/handler_proxy.h |    9 ++-
 cherokee/proxy_hosts.c   |   92 ++++++++++++++++++++-----------
 cherokee/proxy_hosts.h   |    5 ++
 4 files changed, 153 insertions(+), 85 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2349 git=10d8bd38898a971605acf9ef6225037cd124f2a1


 cherokee/handler_proxy.c |  210 +++++++++++++++++++++++++++++++++++++++++----
 cherokee/proxy_hosts.c   |    6 +-
 cherokee/proxy_hosts.h   |   14 +++
 3 files changed, 210 insertions(+), 20 deletions(-)


2008-11-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2348 git=155b4cf92570a522309cfd58be11c0b4cce4ff66


 ChangeLog                      |    5 +++++
 cherokee/handler_server_info.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2347 git=c2f4e91f1b2a61eb039ecfd4afcd38c8cc58af82


 ChangeLog            |    5 +++++
 admin/PageVServer.py |   13 ++++++++++---
 admin/consts.py      |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)


2008-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2346 git=163f7352222ed69c78f47e339f07e9d631b1336e


 doc/Makefile.am                      |    2 ++
 doc/cookbook_django.txt              |   12 +++++++++++-
 doc/cookbook_ror.txt                 |   18 ++++++++++++++----
 doc/media/images/cookbook_django.png |  Bin 0 -> 20629 bytes
 doc/media/images/cookbook_ror.png    |  Bin 0 -> 33740 bytes
 5 files changed, 27 insertions(+), 5 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2345 git=7d435bb3510df0e9838f6fa4792676dc50c1a9e3


 ChangeLog              |    3 +++
 cherokee/Makefile.am   |    5 ++---
 cherokee/http.c        |   40 ++++++++++++++++++++--------------------
 cherokee/rule_method.c |    5 ++++-
 4 files changed, 29 insertions(+), 24 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2344 git=28e7209c86a7a1f9bccd12faeee865d19470511b


 ChangeLog         |    3 +++
 qa/187-Method.py  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 qa/188-Method2.py |   44 ++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am    |    4 +++-
 4 files changed, 94 insertions(+), 1 deletions(-)


2008-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2343 git=3f088197eb93b7a38a62b1fc6c6d5cbbcb14ac62


 admin/PageVServer.py |   15 +++++++--------
 admin/consts.py      |    2 +-
 2 files changed, 8 insertions(+), 9 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2342 git=604d657acf657abc880eadb1c6b1016e3cd92fa6


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2341 git=065e91124be80df8a8dca61cd6a3b419d2f22982


 ChangeLog             |    6 ++++++
 cherokee/unix4win32.h |    3 +--
 cherokee/win32_misc.c |   21 +++++++++++++++++++++
 cherokee/win32_misc.h |    1 +
 4 files changed, 29 insertions(+), 2 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2340 git=3c1bb440bd171edf650a3416652fab1a5e53ba8a


 ChangeLog             |    3 +++
 cherokee/unix4win32.h |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2339 git=aaaac1594598b5a00254ddceda9bb321ec743eee


 ChangeLog            |    5 +++++
 admin/PageVServer.py |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2338 git=7385717cbad7c01f170f2a8e343b3844d61a6938


 ChangeLog                     |    6 +++
 cherokee/validator_file.c     |   37 ++++++++++++++++++++-
 cherokee/validator_file.h     |   11 ++++++-
 cherokee/validator_htdigest.c |   22 +++++++++----
 cherokee/validator_htpasswd.c |   71 ++++++++++++++++++++++++++---------------
 cherokee/validator_plain.c    |   14 +++++++-
 6 files changed, 124 insertions(+), 37 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2337 git=6b01c40718e22bc3c9f10221677672ccea8484f0


 ChangeLog                     |    8 +++
 cherokee/Makefile.am          |   34 ++++++++++++-
 cherokee/validator_file.c     |  107 +++++++++++++++++++++++++++++++++++++++++
 cherokee/validator_file.h     |   72 +++++++++++++++++++++++++++
 cherokee/validator_htdigest.c |   38 +++++---------
 cherokee/validator_htdigest.h |    7 +--
 cherokee/validator_htpasswd.c |   45 +++++++----------
 cherokee/validator_htpasswd.h |    7 +--
 cherokee/validator_plain.c    |   48 +++++++-----------
 cherokee/validator_plain.h    |    8 ++--
 10 files changed, 279 insertions(+), 95 deletions(-)


2008-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2336 git=03c0f2dfbbc3cb3cdf88b40ab13f64c3135ec2e9


 ChangeLog             |    5 +++++
 cherokee/win32_misc.c |   13 +++++++++++++
 cherokee/win32_misc.h |    1 +
 3 files changed, 19 insertions(+), 0 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2335 git=33ca0d18a1b2c9539a46e1c7205a5fd5f725ed4f


 admin/ModuleMethod.py |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2334 git=18b4c98d7bd95769e6f79a8f6ac926692dfdab35


 ChangeLog         |    5 +++++
 cherokee/socket.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2333 git=888febdba54e1001ce99de15ffc1c7e8f536200d


 ChangeLog           |    4 +++-
 admin/ModuleCgi.py  |    6 +++---
 admin/ModuleFcgi.py |    4 +++-
 admin/ModuleScgi.py |    6 ++++--
 4 files changed, 13 insertions(+), 7 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2332 git=cb3f93f7f2e41504eec04c4c273a203e157b6f7e


 cherokee/handler_proxy.c |   57 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 54 insertions(+), 3 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2331 git=4975b54b3fe139b858516cb36b0bebda5dd55273


 ChangeLog           |    3 +++
 admin/ModuleCgi.py  |    2 +-
 admin/ModuleFcgi.py |    2 --
 admin/ModuleScgi.py |    2 --
 4 files changed, 4 insertions(+), 5 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2330 git=724b2696ff238e8869c22742a5b7d14a485faa8a


 doc/Makefile.am                            |    2 +
 doc/cookbook_mono.txt                      |   59 ++++++++++++++++++++++++++--
 doc/media/images/cookbook_mono_demo.png    |  Bin 0 -> 27415 bytes
 doc/media/images/cookbook_mono_handler.png |  Bin 0 -> 36784 bytes
 4 files changed, 57 insertions(+), 4 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2329 git=ea835f3039eb740fa9814bf042f941921fda9dcf


 cherokee/connection.c    |   10 ++--
 cherokee/handler_proxy.c |  113 ++++++++++++++++++++++++++++++++++++++++++----
 cherokee/handler_proxy.h |    2 +
 cherokee/header.c        |   35 +-------------
 cherokee/proxy_hosts.c   |   10 ++--
 cherokee/util.c          |   31 +++++++++++++
 cherokee/util.h          |    2 +
 7 files changed, 151 insertions(+), 52 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2328 git=00a059029188792a2b371a7e2ea37d269cd38bdf


 doc/Makefile.am       |    1 +
 doc/cookbook.txt      |    1 +
 doc/cookbook_mono.txt |  125 +++++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt         |    1 +
 4 files changed, 128 insertions(+), 0 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2327 git=6f05dab54e009121fe2b2469ead3170caf7f8a40


 cherokee/handler_proxy.c |   54 +++++++++++++++++++++++++++++++++++----------
 cherokee/handler_proxy.h |    1 +
 cherokee/proxy_hosts.c   |   46 ++++++++++++++++++++++++++++++++------
 cherokee/proxy_hosts.h   |   17 ++++++-------
 4 files changed, 89 insertions(+), 29 deletions(-)


2008-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2326 git=631442af8c677d0cd5cc6f85fbe77a030af7d4b4


 cherokee/Makefile.am     |    4 +-
 cherokee/handler_proxy.c |  273 +++++++++++++++++++++++++++++++++++++++-------
 cherokee/handler_proxy.h |   25 ++++-
 cherokee/proxy_hosts.c   |  268 +++++++++++++++++++++++++++++++++++++++++++++
 cherokee/proxy_hosts.h   |   89 +++++++++++++++
 5 files changed, 611 insertions(+), 48 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2325 git=a13b0c3e30b43c2af5f0511b9dc190e60e4edacb


 doc/config_virtual_servers.txt |    4 +++-
 doc/other_goodies.txt          |    4 ++++
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-11-05  Taher Shihadeh  <taher@unixwars.com>
            svn=2324 git=948e0b7b36beeada69d38e045eebbc64c6995253


 ChangeLog             |    6 ++++++
 admin/Form.py         |    1 +
 admin/ModuleMethod.py |    4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)


2008-11-04  Antonio Perez  <aperez@skarcha.com>
            svn=2323 git=e8a715512b811cd839506362ccd26a739100e17b


 admin/ModuleMethod.py |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)


2008-11-04  Antonio Perez  <aperez@skarcha.com>
            svn=2322 git=1f6b389558a94812c294e1138f2eb40fbf6e2230


 ChangeLog             |    3 +++
 admin/ModuleMethod.py |    9 ++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2008-11-04  Antonio Perez  <aperez@skarcha.com>
            svn=2321 git=b64bb23cb985c277eaa0bbc9905c90701f3c3b53


 ChangeLog                 |    6 ++++++
 admin/Entry.py            |   14 +++++++++++---
 admin/ModuleRedir.py      |   12 ++++++------
 admin/static/js/common.js |    6 +-----
 4 files changed, 24 insertions(+), 14 deletions(-)


2008-11-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2320 git=f0082934469e8fc1ae84f6cb28e41059cd7202cd


 cherokee/Makefile.am          |    4 +-
 cherokee/downloader_manager.c |  167 -------------------
 cherokee/downloader_manager.h |   63 -------
 cherokee/handler_proxy.c      |  362 ++++++-----------------------------------
 cherokee/handler_proxy.h      |   36 ++---
 5 files changed, 60 insertions(+), 572 deletions(-)


2008-11-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2319 git=058a9057b0579065b6d29f52fda3273cabb11776


 ChangeLog       |    4 ++++
 configure.in    |    2 ++
 m4/libgnutls.m4 |    7 ++-----
 3 files changed, 8 insertions(+), 5 deletions(-)


2008-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=2318 git=77a2ce3509e7671ed2d99e6659367ccf25f0b059


 admin/ModuleRedir.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=2316 git=cfdf8d5d7bfd905f64d2abd9f07cbc6215d92b09


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |   14 ++------------
 admin/validations.py |    4 ++--
 3 files changed, 10 insertions(+), 14 deletions(-)


2008-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=2315 git=d4317da31cc342cb546e6335d436a9d92a24a268


 doc/config_virtual_servers_rule.txt |    3 +++
 doc/cookbook_django.txt             |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2314 git=93bd195fceb977c074b34993d1ff81b2d25697f1


 doc/cookbook_authentication.txt |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2313 git=92e58765fc19e5a733efd7b3f5530381f290f921


 doc/config_info_sources.txt |    2 +-
 doc/dev_cherokee.conf.txt   |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2312 git=bee1c038a8c3a11c90e4d02791e657372600a4c7


 doc/media/images/admin_handler_dirlist.png |  Bin 39489 -> 42000 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2311 git=16237a056cd6beb480e56ffe1ea963e090e0d1e5


 ChangeLog             |    5 +++++
 admin/ModuleMethod.py |   10 +++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2310 git=9aeadf23d5f7d4e750f6fcdd8504c7a4e8893a92


 doc/config_virtual_servers.txt |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2309 git=5a4538b1c42371a2157aedeeabedca20b72379a8


 ChangeLog              |    3 +++
 cherokee/handler_ssi.c |   15 +++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)


2008-11-03  Antonio Perez  <aperez@skarcha.com>
            svn=2308 git=eab76a09dababfa2cff9d209a79bfc1b86bd8288


 ChangeLog                 |    6 ++++++
 admin/Entry.py            |    4 ++++
 admin/ModuleCgi.py        |   33 ++++++++++++++++++++++++++++++++-
 admin/PageInfoSource.py   |    4 ++--
 admin/static/js/common.js |   16 ++++++++++------
 5 files changed, 54 insertions(+), 9 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2307 git=022908d45d7c381cfda93657406db7cd540f47f5


 ChangeLog              |    7 ++++
 cherokee/handler_ssi.c |   90 ++++++++++++++++++++++++++++++------------------
 qa/186-SSI-droot.py    |   39 +++++++++++++++++++++
 qa/Makefile.am         |    3 +-
 4 files changed, 104 insertions(+), 35 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2306 git=10e35750692f9f612798e42b680a5742c4d2eec9


 doc/Makefile.am                         |    1 +
 doc/config_info_sources.txt             |   25 +++++++-----
 doc/index.txt                           |    1 +
 doc/media/images/admin_info_sources.png |  Bin 24771 -> 39969 bytes
 doc/modules.txt                         |    1 +
 doc/modules_handlers.txt                |    5 +-
 doc/modules_handlers_common.txt         |    9 ++--
 doc/modules_handlers_ssi.txt            |   62 +++++++++++++++++++++++++++++++
 8 files changed, 88 insertions(+), 16 deletions(-)


2008-11-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2305 git=aac862b14582f97101f234aab232bccc2dfc0c16


 doc/modules_handlers_cgi.txt |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2304 git=e6b7e1d84b21be67b77d9ec2f7944dd896380b03


 cherokee/downloader_manager.c |  167 +++++++++++++++++++++++++++++++++++++++++
 cherokee/downloader_manager.h |   63 +++++++++++++++
 cherokee/handler_proxy.c      |   57 +++++++++------
 cherokee/handler_proxy.h      |    8 +-
 4 files changed, 270 insertions(+), 25 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2303 git=c28c4490133cbd4be613344e5d4303911991b257


 ChangeLog             |    3 ++
 admin/Makefile.am     |    1 +
 admin/ModuleMethod.py |   61 +++++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py       |    1 +
 4 files changed, 66 insertions(+), 0 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2302 git=39d06ba0365f204885d79f9fac5f2612b8d3faa8


 cherokee/rule_exists.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2301 git=733b8260f9812ea39f01bf6eca87b465c0627868


 cherokee/Makefile.am |   43 +++++++++++++++++++++++++++++++++++++++++--
 configure.in         |    3 ++-
 2 files changed, 43 insertions(+), 3 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2300 git=83e6d6bb875b26d6b701d6fb46cb24b195d022b7


 ChangeLog              |    8 ++++
 cherokee/http.c        |   53 ++++++++++++++++++++++++
 cherokee/http.h        |    2 +-
 cherokee/rule_method.c |  103 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_method.h |   50 +++++++++++++++++++++++
 5 files changed, 215 insertions(+), 1 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2299 git=28b2e86ecf11b75b21bc360fc80ebd7d2e25d6ee


 ChangeLog              |    2 ++
 cherokee/rule_exists.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2298 git=ce1927aa7abeb3788d59e07538bd72fbcd35ef56


 ChangeLog                   |    5 +++--
 qa/184-SSI-fsize-file.py    |   39 +++++++++++++++++++++++++++++++++++++++
 qa/185-SSI-fsize-virtual.py |   39 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    6 ++++--
 4 files changed, 85 insertions(+), 4 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2297 git=ecb9cfdf1f7cccb5337cd09da483682cff464ed8


 ChangeLog                     |    4 ++++
 qa/182-SSI-include-file.py    |   39 +++++++++++++++++++++++++++++++++++++++
 qa/183-SSI-include-virtual.py |   39 +++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am                |    4 +++-
 4 files changed, 85 insertions(+), 1 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2296 git=949c28aa906442a4ccd77772183d69fc5e1ae161


 ChangeLog              |    5 +++++
 cherokee/handler_ssi.c |   24 +++++++++++++++++++++---
 2 files changed, 26 insertions(+), 3 deletions(-)


2008-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2295 git=0a984e169103b4311e09d3d0cecf6c39b04f7dc4


 ChangeLog |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2294 git=c91f93f53b7c088112daf283a8dda835cb250c46


 ChangeLog          |    3 +++
 admin/Makefile.am  |    1 +
 admin/ModuleSsi.py |   19 +++++++++++++++++++
 admin/consts.py    |    1 +
 4 files changed, 24 insertions(+), 0 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2293 git=3ac0b30805cd49e20a950c21609eed4e2d99e6cd


 cherokee/handler_ssi.c |   25 +++++++++++++++++++------
 cherokee/handler_ssi.h |    1 -
 2 files changed, 19 insertions(+), 7 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2292 git=bf1750a6146ec45be6d1a52521c8672a88054825


 ChangeLog              |    3 +
 cherokee/handler_ssi.c |  144 +++++++++++++++++++++++++++++++++++-------------
 2 files changed, 109 insertions(+), 38 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2291 git=28f06756e56f9c8fce65bd47c29d285879f3b7fd


 ChangeLog              |    3 +++
 cherokee/handler_ssi.c |   23 ++++++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2290 git=c9d8dd9c2ff1e332c0431e33d2bbb6ff906dd62d


 ChangeLog          |    3 +++
 cherokee/handler.h |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2289 git=78e4f205cf22af4235dc4732f533562749a5ec35


 ChangeLog              |    5 +
 cherokee/handler_ssi.c |  333 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_ssi.h |   81 ++++++++++++
 configure.in           |    3 +-
 4 files changed, 421 insertions(+), 1 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2288 git=cb18839869ccbc55850fd0f641dc4d23524969ce


 ChangeLog       |    5 ++
 configure.in    |   27 +++------
 m4/libgnutls.m4 |  164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 179 insertions(+), 17 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2287 git=3939599b972a3d833f898e6959f2b677648bdf9a


 admin/PageInfoSource.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2286 git=3ebb17d1a4c2b7aa30282ef2eefb092adb7ee1f2


 ChangeLog               |    3 +++
 admin/PageInfoSource.py |    8 ++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2285 git=36b7e6a7ce35402961e943a659a01ee370e8870a


 ChangeLog                     |    4 ++++
 cherokee/source_interpreter.c |   13 +++++++++----
 cherokee/source_interpreter.h |    1 +
 3 files changed, 14 insertions(+), 4 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2283 git=c8650d7e5cd5e0509fe276d3e46001079bbf141c


 ChangeLog               |    6 ++++++
 admin/ModuleBalancer.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-11-01  Antonio Perez  <aperez@skarcha.com>
            svn=2282 git=0bc2f381bd11a4193eb9a295e181d4b5aa113c3c


 ChangeLog                 |    5 +++++
 admin/ModuleErrorRedir.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2281 git=f80fc12937617764c47ec597985b1a33cf51ed13


 ChangeLog             |    3 +++
 admin/ModuleCommon.py |    6 +++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2280 git=86469bbc79a1e567e39f1f71bc6cfdaa749fde42


 ChangeLog                 |    5 +++++
 cherokee/handler_common.c |   17 +++++++++++++++--
 cherokee/handler_common.h |    1 +
 3 files changed, 21 insertions(+), 2 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2279 git=d0620e3138f043e968c72021622d064e778d61d6


 ChangeLog                  |    4 ++++
 cherokee/handler_dirlist.c |   34 +++++++++++++++++++++++++++-------
 2 files changed, 31 insertions(+), 7 deletions(-)


2008-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2276 git=de554b881510f9e3f811e517ed63f7feec69f0c5


 ChangeLog             |    6 ++++++
 cherokee/connection.c |   14 +++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2275 git=373c12dc95becf0de940b8bf63a686f86cc91a0a


 ChangeLog                   |    3 ++-
 cherokee/handler_cgi_base.c |   10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2274 git=f0979ef62c0094a140103969c88c2f36014b3716


 ChangeLog                   |    3 +++
 cherokee/handler_cgi_base.c |   13 ++++++++++---
 cherokee/server-protected.h |    2 ++
 cherokee/server.c           |    8 ++++++++
 4 files changed, 23 insertions(+), 3 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2272 git=f1c2250fb10bca839fb57631ae42ebf6ae09cac6


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |    8 +++++++-
 cherokee/server-protected.h |    2 ++
 cherokee/server.c           |   19 ++++++++++++++-----
 4 files changed, 29 insertions(+), 6 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2270 git=226208250a992bc24e28f2466e38154cdd94a130


 ChangeLog                     |    4 ++++
 cherokee/source_interpreter.c |   20 ++++++++++++++++++++
 cherokee/source_interpreter.h |    5 +++--
 3 files changed, 27 insertions(+), 2 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2269 git=c49d0920de5d6809eb5c1d677f683fc7048c50a2


 ChangeLog         |    3 +++
 cherokee/server.c |   12 +++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2268 git=2df39c6807e2172715983596502f9b51721d4527


 admin/ModuleExists.py          |    2 +-
 doc/config_virtual_servers.txt |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2267 git=57907a1f81e7aafcc01aa00b84286a86870d4c64


 ChangeLog             |    4 ++++
 admin/ModuleExists.py |    9 +++++++--
 admin/PageEntry.py    |    5 +++++
 3 files changed, 16 insertions(+), 2 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2266 git=273cc25c70c587e49ca56a5ffef90b78624ca3d2


 doc/config_info_sources.txt                |   18 +++++++++++++-----
 doc/config_virtual_servers.txt             |    4 ++++
 doc/media/images/admin_vserver_vserver.png |  Bin 21306 -> 7645 bytes
 3 files changed, 17 insertions(+), 5 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2265 git=08079f9ed775597e8457a981a670b977fdaf822a


 ChangeLog                      |    2 +-
 admin/PageVServer.py           |    8 ++++----
 doc/config_virtual_servers.txt |   18 ++++++++++++++++++
 3 files changed, 23 insertions(+), 5 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2264 git=5264aa03393732ac0c194a6d7b7f1d46c6f0c0bc


 ChangeLog            |    5 +++++
 admin/PageVServer.py |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2263 git=37f7578e6416587affcc0ddd4816aa6fc87214a6


 ChangeLog                 |    6 ++++++
 cherokee/connection.c     |    5 +++++
 cherokee/virtual_server.c |    4 ++++
 cherokee/virtual_server.h |    1 +
 4 files changed, 16 insertions(+), 0 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2262 git=39c9fc767964fecaba9dd7c0c3b7f2663f2e46d9


 admin/Form.py           |    2 +-
 admin/PageInfoSource.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2261 git=8966229993502b3fd9c4ef2e8a2925a324914cae


 ChangeLog                   |    8 +++++++-
 cherokee/handler_cgi_base.c |    4 ++++
 2 files changed, 11 insertions(+), 1 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2260 git=af7d3af33d0559974c8a05865689e5903e8a8b15


 doc/dev_debug.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2259 git=d2c1131549dcdd8e7b9587a4cbbe2d6a04c54456


 ChangeLog         |    4 ++++
 cherokee/macros.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2258 git=b9c3f39f172eb926d9bc494f860588c44c7e962e


 ChangeLog                     |    8 ++++++++
 cherokee/source_interpreter.c |   15 +++++++++++++++
 cherokee/source_interpreter.h |    1 +
 3 files changed, 24 insertions(+), 0 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2257 git=098799a3ba1f3c56c3f1f83d0fb03c2082e6e286


 ChangeLog         |    4 ++++
 admin/PageIcon.py |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2256 git=fafaaf59be863bb3d7facb5fe7e2ef0859db6f0f


 admin/PageInfoSource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2255 git=e07fbf393d194e5c7041af20cf5253c53ea32878


 ChangeLog                         |    8 +++++++-
 admin/PageInfoSource.py           |   34 +++++++++++++++++++++++++++++-----
 admin/static/images/Makefile.am   |    3 ++-
 admin/static/images/forbidden.png |  Bin 0 -> 724 bytes
 4 files changed, 38 insertions(+), 7 deletions(-)


2008-10-31  Taher Shihadeh  <taher@unixwars.com>
            svn=2254 git=6dcf0b1d1579aee9905799b626a45fda2a9522aa


 admin/server.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-10-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2253 git=edc08efc0a415d64dd6d5994d0d2405bf741a2ca


 doc/cookbook_redirs.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-10-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2252 git=2d2b86aaccd046f798e77125ae9f766a97675168


 admin/PageIcon.py         |   10 +++++-----
 admin/consts.py           |    2 +-
 themes/default/entry.html |    2 +-
 themes/default/theme.css  |    4 ++++
 4 files changed, 11 insertions(+), 7 deletions(-)


2008-10-30  Antonio Perez  <aperez@skarcha.com>
            svn=2251 git=c8922523690d5a0a991dc51d734c6a2b8747b95a


 admin/Page.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-30  Antonio Perez  <aperez@skarcha.com>
            svn=2250 git=df1228f3d2947bdde71f8d849dff17b1f3da3c2b


 ChangeLog                     |    8 +++++++-
 admin/Page.py                 |    6 ++++--
 admin/server.py               |   15 +++++++++++++++
 admin/static/css/cherokee.css |   12 ++++++++++++
 admin/static/js/common.js     |   13 +++++++++++++
 5 files changed, 51 insertions(+), 3 deletions(-)


2008-10-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2248 git=c1f5b1994a488df129b97dd5820c55c6573218ea


 ChangeLog         |    6 ++++++
 admin/Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-10-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2247 git=a13a58b16bfe008319f8193415288539af37a164


 doc/cookbook_optimizations.txt      |    2 +-
 doc/modules_validators_authlist.txt |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2246 git=bd6a64cf18fcae265b8279d7f4d0df4ec407cce0


 admin/ModuleExists.py               |    4 ++--
 doc/config_virtual_servers.txt      |    6 +++++-
 doc/config_virtual_servers_rule.txt |   10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2245 git=4598a5e583e3ed78c6414c185ad64eb51d7885a1


 ChangeLog             |    3 +++
 admin/Makefile.am     |    1 +
 admin/ModuleExists.py |   37 +++++++++++++++++++++++++++++++++++++
 admin/consts.py       |    1 +
 4 files changed, 42 insertions(+), 0 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2244 git=22a3d8718c397dfa39cae364222c14dc03493bb7


 doc/config_quickstart.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2243 git=9c2c13146205d94ece79d6a9089dc69c8875cc64


 ChangeLog              |    8 ++
 cherokee/Makefile.am   |   19 +++++
 cherokee/rule_exists.c |  193 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_exists.h |   51 +++++++++++++
 cherokee/util.c        |    4 +-
 configure.in           |    3 +-
 qa/179-RuleExists.py   |   30 ++++++++
 qa/180-RuleExists2.py  |   39 ++++++++++
 qa/181-RuleExists3.py  |   41 ++++++++++
 qa/Makefile.am         |    5 +-
 10 files changed, 390 insertions(+), 3 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2242 git=d5b7710f60c41ff0f0decd849dba8fe8bdf8b815


 ChangeLog            |    4 ++++
 qa/176-AuthLista1.py |   30 ++++++++++++++++++++++++++++++
 qa/177-AuthLista2.py |   34 ++++++++++++++++++++++++++++++++++
 qa/178-AuthLista3.py |   32 ++++++++++++++++++++++++++++++++
 qa/Makefile.am       |    5 ++++-
 5 files changed, 104 insertions(+), 1 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2241 git=a524864256296c93124a72f64e90ddd44525d5ec


 admin/ModuleErrorRedir.py |    2 +-
 admin/consts.py           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2240 git=85286ed8dccadf750bba9f0b771e7c37afb3fbd9


 doc/bundle_cherokee-worker.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2238 git=ccb7e2099fdfbcff3ae84f2296cc270ec346532c


 ChangeLog                 |    6 ++++
 cherokee/handler_common.c |   65 ++------------------------------------------
 cherokee/util.c           |   59 ++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h           |    8 +++++
 4 files changed, 76 insertions(+), 62 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2237 git=ed65b532310e1c52c7a6882de6e99046b7863668


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    1 +
 cherokee/cherokee.h  |    1 +
 cherokee/iocache.h   |    4 ++++
 4 files changed, 9 insertions(+), 0 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2234 git=68d0148078c0ffb3ceefb2861ce5ff5a9e3e7a5f


 ChangeLog    |    4 +++-
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


2008-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2232 git=8529a6133f424e9f5360303cade80f8c5b9ff118


 ChangeLog                               |    3 +-
 doc/Makefile.am                         |    1 +
 doc/cookbook_dbslayer.txt               |   58 +++++++++++++++++++++----------
 doc/dev_cherokee.conf.txt               |   10 +++++
 doc/index.txt                           |    1 +
 doc/media/images/cookbook_dbslayer1.png |  Bin 13649 -> 11654 bytes
 doc/media/images/cookbook_dbslayer2.png |  Bin 13469 -> 24233 bytes
 doc/media/images/cookbook_dbslayer4.png |  Bin 35773 -> 35166 bytes
 doc/modules.txt                         |    1 +
 doc/modules_validators.txt              |    1 +
 doc/modules_validators_authlist.txt     |   24 +++++++++++++
 doc/other_faq.txt                       |   12 ++++++
 12 files changed, 91 insertions(+), 20 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2231 git=d9beea09d460d60f31622a95dfa3558eb3328817


 ChangeLog               |    4 ++
 admin/ModuleAuthlist.py |   72 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py         |    3 +-
 3 files changed, 78 insertions(+), 1 deletions(-)


2008-10-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2230 git=8f9f2b6fa3136c1a7af5e1b9a431226189d61958


 ChangeLog           |    5 +++++
 contrib/09to010.py  |   41 +++++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am |    1 +
 3 files changed, 47 insertions(+), 0 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2229 git=1ec3a2daa8bb56f769f9187b064ad0f61d126740


 ChangeLog                         |    5 ++++
 admin/ModuleDbslayer.py           |    3 +-
 admin/ModuleRedir.py              |    2 +-
 doc/Makefile.am                   |    3 +-
 doc/dev.txt                       |    1 +
 doc/dev_issues.txt                |   46 +++++++++++++++++++++++++++++++++++++
 doc/index.txt                     |    1 +
 doc/modules_handlers_dbslayer.txt |    4 +++
 doc/modules_handlers_fcgi.txt     |   17 -------------
 9 files changed, 62 insertions(+), 20 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2228 git=31e58658fe34d274121e544178872138d82f50dd


 doc/cookbook_dbslayer.txt           |   22 +++++++++++-----------
 doc/cookbook_embedding_cherokee.txt |    2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2227 git=890b8236a59e82852d9f5f7833456780ba9c23b0


 doc/Makefile.am                         |    6 +
 doc/config_advanced.txt                 |    9 +-
 doc/cookbook.txt                        |    4 +-
 doc/cookbook_dbslayer.txt               |  191 +++++++++++++++++++++++++++++++
 doc/cookbook_embedding_cherokee.txt     |   23 ++++
 doc/dev_cherokee.conf.txt               |    3 +-
 doc/index.txt                           |    7 +-
 doc/media/images/admin_advanced2.png    |  Bin 23684 -> 27070 bytes
 doc/media/images/admin_advanced3.png    |  Bin 18555 -> 18548 bytes
 doc/media/images/cookbook_dbslayer1.png |  Bin 0 -> 13649 bytes
 doc/media/images/cookbook_dbslayer2.png |  Bin 0 -> 13469 bytes
 doc/media/images/cookbook_dbslayer3.png |  Bin 0 -> 11082 bytes
 doc/media/images/cookbook_dbslayer4.png |  Bin 0 -> 35773 bytes
 doc/modules_handlers_dbslayer.txt       |    2 +-
 doc/other_community.txt                 |    1 +
 doc/other_goodies.txt                   |   10 ++
 16 files changed, 248 insertions(+), 8 deletions(-)


2008-10-28  Antonio Perez  <aperez@skarcha.com>
            svn=2226 git=181cb97c02a684beedebf282f2b017965909b18c


 ChangeLog     |    7 ++++++-
 admin/Form.py |    1 -
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2225 git=1d19dc35421f06de94b60d14ac22746d1a44b93f


 ChangeLog                      |    2 +-
 admin/PageAdvanced.py          |   10 +++++-----
 cherokee/handler_server_info.c |   22 +++++++++++-----------
 cherokee/macros.h              |   10 +++++-----
 cherokee/server-protected.h    |    4 ++--
 cherokee/server.c              |   16 ++++++++--------
 6 files changed, 32 insertions(+), 32 deletions(-)


2008-10-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2224 git=145c4f64836f5c91d32aa5a2e9cb54c831dfb21f


 ChangeLog             |    4 ++++
 admin/PageAdvanced.py |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-10-28  Taher Shihadeh  <taher@unixwars.com>
            svn=2221 git=5c682e5f36a837067706b60e97036fc07cdc55ad


 doc/basics_download.txt |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2008-10-27  Antonio Perez  <aperez@skarcha.com>
            svn=2220 git=8da7c7d887b9d81fe3128dfb8895be78ef624014


 ChangeLog                   |    7 +++++++
 cherokee/connection.c       |   27 ++++++++++++++-------------
 cherokee/handler_cgi_base.c |    6 +++++-
 cherokee/handler_common.c   |   22 ++++++++++++++++------
 4 files changed, 42 insertions(+), 20 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2219 git=3a321d057222e96a3c37a779e120503d1ec536e4


 doc/config_advanced.txt |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2218 git=715d5210f1bb95b4e25a61c622d5176892f59af8


 doc/config_quickstart.txt      |    7 +++++++
 doc/modules_handlers_redir.txt |   21 +++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2217 git=5050061afeed0cfb65ca852567d8a2d1a6a30656


 ChangeLog                     |    8 ++++++++
 admin/ModuleBalancer.py       |    2 ++
 admin/ModuleFcgi.py           |    8 +++-----
 admin/PageEntry.py            |    2 +-
 cherokee-admin.1              |    6 ++++++
 doc/bundle_cherokee-admin.txt |   32 ++++++++++++++++++++++++++++----
 6 files changed, 48 insertions(+), 10 deletions(-)


2008-10-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2216 git=71615f0ee277f869d6b1fc0e480ac225c7d27bff


 ChangeLog             |    5 +++++
 cherokee/main_admin.c |   41 ++++++++++++++++++++++++++---------------
 2 files changed, 31 insertions(+), 15 deletions(-)


2008-10-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2215 git=40aee648d9ead5de28330f87a9b44b035eea906a


 ChangeLog                   |    6 +++
 cherokee/connection.c       |   35 +++++++++-----
 cherokee/macros.h           |    3 +
 cherokee/nonce.c            |  104 +++++++++++++++++++++++++++++++++++++------
 cherokee/nonce.h            |    1 +
 cherokee/server-protected.h |    5 ++-
 cherokee/server.c           |   19 ++++++--
 7 files changed, 141 insertions(+), 32 deletions(-)


2008-10-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2214 git=8b314a211fb6f191788615d9f4d26d0caafe5cb6


 cherokee/Makefile.am          |   19 +++++++++++++++++++
 cherokee/validator_authlist.c |    4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2213 git=bb6ea8d69e9e58a49ee3124d03fab75e3cc23f4b


 ChangeLog                      |   14 +++++++++++++-
 doc/basics_why_cherokee.txt    |    2 +-
 doc/config_general.txt         |    8 ++++----
 doc/config_info_sources.txt    |   18 +++++++++++++++++-
 doc/config_quickstart.txt      |    2 +-
 doc/cookbook_optimizations.txt |    8 ++++----
 doc/dev_cherokee.conf.txt      |    8 ++++----
 doc/dev_debug.txt              |    2 +-
 doc/index.txt                  |    2 +-
 doc/other_community.txt        |    8 +++++++-
 10 files changed, 53 insertions(+), 19 deletions(-)


2008-10-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2212 git=5fe145c1d7256a7e81a3189b449b8af54355e979


 ChangeLog                     |   10 ++
 cherokee/main_admin.c         |   42 +++++++-
 cherokee/validator.c          |   11 ++-
 cherokee/validator_authlist.c |  254 +++++++++++++++++++++++++++++++++++++++++
 cherokee/validator_authlist.h |   51 ++++++++
 configure.in                  |    3 +-
 6 files changed, 366 insertions(+), 5 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2211 git=3af5e8e20d92d28b358446ee3ca383088ffed4b9


 admin/PageInfoSource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=2210 git=6f3e456c9b609eb01e6ac5bf6e31d5a9aae199d5


 ChangeLog               |    5 +++
 admin/ModuleMirror.py   |    2 +-
 admin/PageInfoSource.py |   66 +++++++++++++++++++++++++++++++++++++++++++++-
 admin/PageVServer.py    |   10 +++---
 admin/PageVServers.py   |    8 +++---
 admin/RuleList.py       |    2 +-
 admin/config.py         |   14 +++++-----
 admin/server.py         |   14 +++++-----
 8 files changed, 94 insertions(+), 27 deletions(-)


2008-10-25  Antonio Perez  <aperez@skarcha.com>
            svn=2209 git=dab4aa2e2321e3bf15ac807a6e1dce0154751bde


 admin/ModuleBalancer.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2008-10-25  Antonio Perez  <aperez@skarcha.com>
            svn=2208 git=ffae964834789ca0609deba8fb117f98a768af06


 ChangeLog           |    4 ++++
 admin/ModuleFcgi.py |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-10-23  Antonio Perez  <aperez@skarcha.com>
            svn=2207 git=1d04b5bd071a9cb83114bfd050d5fba6361e0521

    UTF8 issue :(
    
 ChangeLog |   42 +++++++++++++++++++++---------------------
 1 files changed, 21 insertions(+), 21 deletions(-)


2008-10-23  Antonio Perez  <aperez@skarcha.com>
            svn=2206 git=bc92f5031112899cd65c475d26d46de4eeff8b9f


 ChangeLog               |   48 ++++++++++++++++++++++++++--------------------
 admin/ModuleBalancer.py |   28 +++++++++++++-------------
 2 files changed, 41 insertions(+), 35 deletions(-)


2008-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2205 git=3bdc409e3e4038738fa55721cc00c53ba6c8525e


 ChangeLog                   |   10 +++++++++-
 admin/ModuleBalancer.py     |    8 ++++----
 admin/Page.py               |    2 +-
 admin/PageInfoSource.py     |    2 +-
 doc/config.txt              |    2 +-
 doc/config_info_sources.txt |    2 +-
 doc/config_quickstart.txt   |    2 +-
 doc/cookbook_django.txt     |    2 +-
 doc/index.txt               |    2 +-
 9 files changed, 20 insertions(+), 12 deletions(-)


2008-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2202 git=ae2a6e994fcc9d0ff960f5fc4ad3c3b57e014554


 ChangeLog         |    5 +++++
 cherokee/thread.c |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2201 git=eed4d84ec7def1b7a0e7ce96155a560484c24b7f


 ChangeLog         |    3 +++
 cherokee/server.c |   32 ++++++++++++++++----------------
 2 files changed, 19 insertions(+), 16 deletions(-)


2008-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2200 git=017e1e91554f1d1ab361ea48e952af5f3bab1a78


 ChangeLog             |    3 +++
 admin/PageAdvanced.py |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2008-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2199 git=bbf6df420772fc6d27283516a13b3c782d81c886


 ChangeLog                   |    4 +++
 cherokee/server-protected.h |    1 +
 cherokee/server.c           |   50 +++++++++++++++++++------------------------
 3 files changed, 27 insertions(+), 28 deletions(-)


2008-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2198 git=0a5dfe23d269802f5ef0bd7e60b5f1de579c3ec9


 ChangeLog          |    3 +++
 cherokee/iocache.c |    8 ++++----
 cherokee/macros.h  |    4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)


2008-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2197 git=cb568446bc433fd27a931e8a01910c079fe61996


 cherokee/cache.c  |    2 +-
 cherokee/macros.h |    2 ++
 cherokee/server.c |   28 ++++++++++++----------------
 3 files changed, 15 insertions(+), 17 deletions(-)


2008-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2196 git=252b9746ca38584ff1f185ec6d51e3d12027fcb6


 ChangeLog                 |    5 +++++
 admin/static/js/common.js |    7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)


2008-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=2195 git=a379e898d902483b452ed113beebf9cda90c392c


 doc/Makefile.am                      |    3 +
 doc/config_advanced.txt              |  112 ++++++++++++++++++++--------------
 doc/media/images/admin_advanced0.png |  Bin 0 -> 6191 bytes
 doc/media/images/admin_advanced1.png |  Bin 55107 -> 26592 bytes
 doc/media/images/admin_advanced2.png |  Bin 34520 -> 23684 bytes
 doc/media/images/admin_advanced3.png |  Bin 0 -> 18555 bytes
 doc/media/images/admin_advanced4.png |  Bin 0 -> 10211 bytes
 7 files changed, 68 insertions(+), 47 deletions(-)


2008-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=2194 git=b0b1bc71305df39738ddc083cb7c93e67a035d8a


 admin/PageAdvanced.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2193 git=1917a1e0abd8aba492d01d0b047879e6edd1b641


 ChangeLog               |    4 ++++
 cherokee/config_entry.h |    4 ++++
 cherokee/iocache.c      |    7 +++++--
 3 files changed, 13 insertions(+), 2 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2192 git=f1b0da27ab7011299cfd6db01081fb7bd78ace04


 ChangeLog                 |    3 +++
 cherokee/handler_common.c |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2191 git=e49fc487ae0526d5090bd2624587f0506c83f47e


 ChangeLog         |    3 +++
 cherokee/server.c |    5 -----
 cherokee/thread.c |    2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2190 git=ccec9047f891b7da5e39fa2765d5d98b57ef1911


 ChangeLog             |    4 ++
 admin/PageAdvanced.py |   89 ++++++++++++++++++++++++++++++++-----------------
 2 files changed, 62 insertions(+), 31 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2189 git=ac931a97ae3cf90ffe6d4d980a456b102f1039e9


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   31 +++++++++++++++++++++++++------
 2 files changed, 28 insertions(+), 6 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2188 git=9ec7871b1f359db157f04497dc58f2fcf4a3c53f


 ChangeLog                   |    5 +++
 cherokee/cache.c            |   27 ++++++++++++++++-
 cherokee/cache.h            |    7 ++++-
 cherokee/handler_file.c     |    6 ++--
 cherokee/iocache.c          |   65 ++++++++++++++++++++++++++++++++++++------
 cherokee/iocache.h          |   13 ++++++--
 cherokee/server-protected.h |    1 -
 cherokee/server.c           |   41 ++++++++++++++++++--------
 8 files changed, 132 insertions(+), 33 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2187 git=d47a0c6bdd56df1a6755dfdfffa387518b5436b5


 ChangeLog       |    2 ++
 admin/config.py |    7 ++++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2186 git=abb69507522769b1ffffb7504f40c859f62fa96f


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2185 git=e3b71d4c59a5e5a9b377fdf15d523c9a2f0441ba


 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2184 git=2e379b3a2bf43ef554c11d7a11117f266ce362d6


 qa/175-Digest-htdigest-2.py |   78 +++++++++++++++++++++++++++++++++++++++++++
 qa/176-Digest-htdigest-2.py |   78 -------------------------------------------
 2 files changed, 78 insertions(+), 78 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2183 git=8c703638b6af55d91bbe85317164779c629524b8


 ChangeLog             |    3 +++
 qa/175-RedirectUrl.py |   20 --------------------
 qa/Makefile.am        |    3 +--
 3 files changed, 4 insertions(+), 22 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2182 git=532a19c2d05c876fcf7be2b1f07f3255f76c2496


 ChangeLog            |    2 ++
 qa/113-HeaderFile.py |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2181 git=25ec28fcfc49a718a1366170de958f09fe962eea


 ChangeLog                   |    3 +++
 qa/176-Digest-htdigest-2.py |   14 +++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2180 git=6e9b5e13f89a4dbefd7f89f4c00355bb6988e045


 qa/run-tests.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2179 git=279ccd585bc27e5398993c3f606573913f8d25f6


 ChangeLog                               |    5 +++++
 qa/001-basic.py                         |    2 +-
 qa/002-MissingProtocol.py               |    2 +-
 qa/003-UnknownMethod.py                 |    2 +-
 qa/004-UnknownMethod+MissingProtocol.py |    2 +-
 qa/005-Unknown-Protocol.py              |    2 +-
 qa/006-Wrong-Protocol.py                |    2 +-
 qa/007-Missing-Host.py                  |    2 +-
 qa/008-Broken-Request.py                |    2 +-
 qa/009-DotDot.py                        |    2 +-
 qa/010-Dot.py                           |    2 +-
 qa/011-HeaderEntryTwice.py              |    2 +-
 qa/012-Broken-Key.py                    |    2 +-
 qa/013-Broken-Key2.py                   |    2 +-
 qa/014-Broken-Key3.py                   |    2 +-
 qa/015-CGI-simple.py                    |    2 +-
 qa/016-CGI-pathinfo.py                  |    2 +-
 qa/017-CGI-pathinfo2.py                 |    2 +-
 qa/018-CGI-pathinfo3.py                 |    2 +-
 qa/019-HeadMethod.py                    |    2 +-
 qa/020-VirtualHost.py                   |    2 +-
 qa/021-VirtualHost2.py                  |    2 +-
 qa/022-NoHost.py                        |    2 +-
 qa/023-Host.py                          |    2 +-
 qa/024-Host+Port.py                     |    2 +-
 qa/025-Host-Broken.py                   |    2 +-
 qa/026-Host-Broken-Dot.py               |    2 +-
 qa/027-Missing-File.py                  |    2 +-
 qa/028-Missing-File+Param.py            |    2 +-
 qa/029-Post+Without-lenght.py           |    2 +-
 qa/030-Post+urlencoded.py               |    2 +-
 qa/031-Post+urlencoded2.py              |    2 +-
 qa/032-DirIndex+Redir.py                |    2 +-
 qa/033-DirIndex.py                      |    2 +-
 qa/034-DirIndex2.py                     |    2 +-
 qa/035-PHP-simple.py                    |    2 +-
 qa/036-DocumentRoot-common.py           |    2 +-
 qa/037-PHP-post.py                      |    2 +-
 qa/038-PHP-get.py                       |    2 +-
 qa/039-Auth-Basic.py                    |    2 +-
 qa/040-Auth-Basic2.py                   |    2 +-
 qa/041-Auth-Basic3.py                   |    2 +-
 qa/042-Pipelining.py                    |    2 +-
 qa/043-Pipelining2.py                   |    2 +-
 qa/044-Home.py                          |    2 +-
 qa/045-Home2.py                         |    2 +-
 qa/046-Redir.py                         |    2 +-
 qa/047-Redir2.py                        |    2 +-
 qa/048-NN.py                            |    2 +-
 qa/049-NN-broken.py                     |    2 +-
 qa/050-HeadBody.py                      |    2 +-
 qa/051-10kRandom.py                     |    2 +-
 qa/052-50kRandom.py                     |    2 +-
 qa/053-100kRandom.py                    |    2 +-
 qa/054-ContentRange.py                  |    2 +-
 qa/055-ContentRange2.py                 |    2 +-
 qa/056-ContentRange3.py                 |    2 +-
 qa/057-ContentRange4.py                 |    2 +-
 qa/058-ContentRange-Double.py           |    2 +-
 qa/059-ContentRange-Double2.py          |    2 +-
 qa/060-BigPost.py                       |    2 +-
 qa/061-PAM.py                           |    2 +-
 qa/062-PAM2.py                          |    2 +-
 qa/063-DocumentRoot.py                  |    2 +-
 qa/064-DirectoryIndex.py                |    2 +-
 qa/065-DirectoryIndex2.py               |    2 +-
 qa/066-DirectoryIndex3.py               |    2 +-
 qa/067-PathInfo.py                      |    2 +-
 qa/068-PathInfo2.py                     |    2 +-
 qa/069-PathInfo3.py                     |    2 +-
 qa/070-Inherit.py                       |    2 +-
 qa/071-Inherit2.py                      |    2 +-
 qa/072-Inherit3.py                      |    2 +-
 qa/073-Access.py                        |    2 +-
 qa/074-Access2.py                       |    2 +-
 qa/075-AccessRange.py                   |    2 +-
 qa/076-AccessRange2.py                  |    2 +-
 qa/077-AccessRange3.py                  |    2 +-
 qa/078-AccessAny.py                     |    2 +-
 qa/079-Extension.py                     |    2 +-
 qa/080-Extension2.py                    |    2 +-
 qa/081-DocumentRoot-Common-index.py     |    2 +-
 qa/082-Auth-header.py                   |    2 +-
 qa/083-RedirParam.py                    |    2 +-
 qa/084-RedirParamShow.py                |    2 +-
 qa/085-AuthUsers.py                     |    2 +-
 qa/086-AuthUsers2.py                    |    2 +-
 qa/087-Location.py                      |    2 +-
 qa/088-CGI-envs.py                      |    2 +-
 qa/089-gzip-encoding.py                 |    2 +-
 qa/090-Digest.py                        |    2 +-
 qa/091-Digest2.py                       |    4 ++--
 qa/092-Digest3.py                       |    4 ++--
 qa/093-InvalidLinks.py                  |    2 +-
 qa/094-URL-request.py                   |    2 +-
 qa/095-htpasswd-apache-md5.py           |    2 +-
 qa/096-htpasswd-md5.py                  |    2 +-
 qa/097-htpasswd-sha1.py                 |    2 +-
 qa/098-htpasswd-crypt.py                |    2 +-
 qa/099-htpasswd-plain.py                |    2 +-
 qa/100-Digest-htdigest.py               |    4 ++--
 qa/101-HugePost.py                      |    2 +-
 qa/102-QueryString.py                   |    2 +-
 qa/103-ScriptName.py                    |    2 +-
 qa/104-ScriptAlias_PathInfo.py          |    2 +-
 qa/105-If-Range.py                      |    2 +-
 qa/106-If-Range2.py                     |    2 +-
 qa/107-Priority1.py                     |    2 +-
 qa/108-Priority2.py                     |    2 +-
 qa/109-Priority3.py                     |    2 +-
 qa/110-Priority4.py                     |    2 +-
 qa/111-Compac.py                        |    2 +-
 qa/112-NiceError-CGI.py                 |    2 +-
 qa/113-HeaderFile.py                    |    2 +-
 qa/114-HeaderFile2.py                   |    2 +-
 qa/115-Respin.py                        |    2 +-
 qa/116-RequestTiny.py                   |    2 +-
 qa/117-DomainToDir.py                   |    2 +-
 qa/118-Request-redir.py                 |    2 +-
 qa/119-Dotdot2.py                       |    2 +-
 qa/120-Dotdot3.py                       |    2 +-
 qa/121-NoUserDir.py                     |    2 +-
 qa/122-Methods.py                       |    2 +-
 qa/123-ImplicitRedit.py                 |    2 +-
 qa/124-DomainToDir2.py                  |    2 +-
 qa/125-domain-redir1.py                 |    2 +-
 qa/126-SCGI.py                          |    2 +-
 qa/127-SCGI-Post.py                     |    2 +-
 qa/128-ValidMethod-common.py            |    2 +-
 qa/129-Basic-EmptyPasswd.py             |    2 +-
 qa/130-Digest-EmptyPasswd.py            |    4 ++--
 qa/131-ChangeUser-phpcgi.py             |    2 +-
 qa/132-file-ContentType.py              |    2 +-
 qa/133-If-None-Match.py                 |    2 +-
 qa/134-HTTP_headers.py                  |    2 +-
 qa/135-RedirParams.py                   |    2 +-
 qa/136-BadRange.py                      |    2 +-
 qa/137-Mime1.py                         |    2 +-
 qa/138-ChangeUser-cgi.py                |    2 +-
 qa/139-domain-wildcards1.py             |    2 +-
 qa/140-SCGI-EmptyVars.py                |    2 +-
 qa/141-FastCGI-EmptyVars.py             |    2 +-
 qa/142-SCGI-ExtraVars.py                |    2 +-
 qa/143-ContentRange-NoIO.py             |    2 +-
 qa/144-ContentRange2-NoIO.py            |    2 +-
 qa/145-ContentRange3-NoIO.py            |    2 +-
 qa/146-ContentRange4-NoIO.py            |    2 +-
 qa/147-ContentRange-Double-NoIO.py      |    2 +-
 qa/148-ContentRange-Double2-NoIO.py     |    2 +-
 qa/149-Common-PathInfo.py               |    2 +-
 qa/150-Common-No-PathInfo.py            |    2 +-
 qa/151-SCGI-vars.py                     |    2 +-
 qa/152-SCGI-vars2.py                    |    2 +-
 qa/153-SCGI-vars-root.py                |    2 +-
 qa/154-DirRedirection.py                |    2 +-
 qa/155-DirRedirection2.py               |    2 +-
 qa/156-Mime2.py                         |    2 +-
 qa/157-Dirlist-symlinks.py              |    2 +-
 qa/158-RuleHeader1.py                   |    2 +-
 qa/159-RuleHeader2.py                   |    2 +-
 qa/160-RuleNot1.py                      |    2 +-
 qa/161-RuleNot2.py                      |    2 +-
 qa/162-RuleAnd1.py                      |    2 +-
 qa/163-RuleAnd2.py                      |    2 +-
 qa/164-RuleOr1.py                       |    2 +-
 qa/165-RuleOr2.py                       |    2 +-
 qa/166-xsendfile1.py                    |    2 +-
 qa/167-RuleGeoIP.py                     |    2 +-
 qa/168-Deflate-Encoding.py              |    2 +-
 qa/169-Pipermail.py                     |    2 +-
 qa/170-Error-ContentLength.py           |    2 +-
 qa/171-SCGI-Keepalive.py                |    2 +-
 qa/172-Chunked-CGI.py                   |    2 +-
 qa/173-Chunked-SCGI.py                  |    2 +-
 qa/174-Respins-Limit.py                 |    2 +-
 qa/175-RedirectUrl.py                   |    2 +-
 qa/176-Digest-htdigest-2.py             |    4 ++--
 qa/base.py                              |    3 ++-
 qa/help.py                              |    1 +
 qa/run-tests.py                         |   12 +++++-------
 180 files changed, 194 insertions(+), 189 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2178 git=8b204aecd1b8cbb05e651ef16586fe21d4af4332


 cherokee/handler_cgi_base.c |    2 --
 cherokee/handler_common.c   |    1 +
 cherokee/iocache.c          |    3 ++-
 3 files changed, 3 insertions(+), 3 deletions(-)


2008-10-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2176 git=0113973db5d03ca80c9be23431ca6ec48f4d2f5b


 ChangeLog          |    4 ++++
 qa/067-PathInfo.py |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2172 git=22cb58256fda6f3a3c964b1ff8913c92684dd6b2


 ChangeLog        |    4 ++++
 cherokee/cache.c |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2171 git=27853d38abefef02a93f2111898ac4ae328f920e


 ChangeLog       |    4 ++++
 cherokee/main.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2170 git=37ab60c584dee63e708f8b6d9a74edb3557c2fc1


 ChangeLog                   |    4 ++++
 admin/CherokeeManagement.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2169 git=b5cd21e1ceca72e3d5e1a7a28cb9132ef12968f9


 ChangeLog                 |    5 +++++
 cherokee/handler_common.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2168 git=da252c0bf25f901ea5387b28a9e451b9587db3d2


 ChangeLog       |    3 +++
 cherokee/util.c |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2167 git=3b6d1fd3f030adc75f05221cbf525218648d5b52


 ChangeLog       |    4 ++++
 cherokee/main.c |   11 +++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2166 git=c4202ba62bc77d4937e89341688f48b36fcda8a0


 ChangeLog                   |    7 +++++++
 cherokee/handler_cgi_base.c |    7 -------
 cherokee/handler_fastcgi.c  |    6 ------
 cherokee/handler_fcgi.c     |    6 ------
 4 files changed, 7 insertions(+), 19 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2165 git=f4decd5b823b0c6f4249da8b97721a6937f4ed3f


 cherokee/mime.c |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2163 git=0715f4815f40e379ffe245e779abe23ba63e9366


 ChangeLog        |    2 ++
 cherokee/cache.c |   53 ++++++++++++++++++++++++++++++++++++-----------------
 cherokee/cache.h |    8 ++++----
 3 files changed, 42 insertions(+), 21 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2162 git=940e6112e7a387f328de93c595a6980ec4e9164d


 ChangeLog                |    2 ++
 cherokee.conf.sample.pre |    5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)


2008-10-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2161 git=778256159bfa882704380c0adb83e8314494ceef


 ChangeLog        |    5 +++++
 cherokee/icons.c |   10 +++++++++-
 cherokee/mime.c  |   14 ++++++++++++--
 3 files changed, 26 insertions(+), 3 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2160 git=9cf650fbe94e62721ddc8e1f5b42c4b7e88d2375


 cherokee/icons.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2159 git=576bb31cebf4dc38d56022224f7beeaf7ae8d99c


 cherokee/avl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2158 git=b7feb95fcb99856fe8e7ab9e8e9f92a1b15ec328


 ChangeLog           |    3 +++
 cherokee/balancer.c |   11 +++++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2157 git=193fdd3eaed6aff690b0e9013eb25cc3f648df7b


 ChangeLog              |    3 +++
 cget/main.c            |   24 ++++++++++++++++--------
 cherokee/init.c        |    7 +++++++
 cherokee/init.h        |    3 ++-
 cherokee/main_admin.c  |   12 ++++++++----
 cherokee/main_tweak.c  |    1 +
 cherokee/main_worker.c |    1 +
 7 files changed, 38 insertions(+), 13 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2156 git=57a3aeef0b150759b17051d7c316fd96411e2eef


 ChangeLog        |    3 +++
 cherokee/icons.c |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2155 git=296369a39cf111c2966c024398d575c454d2f1c6


 ChangeLog               |    4 ++++
 cherokee/config_entry.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2154 git=95090b4059579fa32aa1c7b55cdf5bc922d2a1c9


 cherokee/icons.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2153 git=4d35bffef92e192170e8c11f817be8280561cd0e


 ChangeLog      |    3 +++
 cherokee/avl.c |   18 ++++++++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2152 git=ec41e00be0517aebd8b5a9849162fe851734fc6f


 ChangeLog         |    3 +++
 cherokee/server.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-10-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2151 git=853b27b3f0b2b4364d9e1ca9b778db98ce2d83c1


 ChangeLog         |    5 +++++
 cherokee/server.c |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-10-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2150 git=db73b5df8a33729197eabc82c3d482b42fcaa7d9


 cherokee/source_interpreter.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-10-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2149 git=00c1f49e2552c88e6af346c4cbfd7ed3da4eec6b


 ChangeLog         |    6 ++++++
 cherokee/logger.c |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletions(-)


2008-10-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2142 git=0b3213a093a4cc19151bd95e7f3bd43e7a6157d8


 ChangeLog                   |    5 +++
 qa/175-RedirectUrl.py       |   20 +++++++++++
 qa/176-Digest-htdigest-2.py |   78 +++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am              |    4 ++-
 4 files changed, 106 insertions(+), 1 deletions(-)


2008-10-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2140 git=17ddfed4420a54e6d2506b90fd3f6faeba5592e6


 ChangeLog                     |    6 ++++++
 cherokee/validator_htdigest.c |   10 +++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)


2008-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2139 git=61f7c8e90d3edb7552d3b70ad0a5dc4a372bb551


 admin/static/js/common.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2008-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2138 git=7ed465083cb6e85eb9a57ea99e653f019eb002e3


 admin/static/js/common.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2008-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2137 git=54886e4534aca000514c358a665be01e581309ec


 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=2136 git=9761ef005bab87467cf45c11e63e4e8b975a8994


 ChangeLog                 |   11 +++++++-
 admin/Form.py             |    7 +-----
 admin/Page.py             |    3 ++
 admin/static/js/common.js |   56 ++++++++++++++++++++++++++++++++++++++------
 doc/config_advanced.txt   |    4 +++
 5 files changed, 65 insertions(+), 16 deletions(-)


2008-10-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2134 git=f076d88aecf547a5af31e43adff809203ac7a1d7


 ChangeLog      |    5 +++++
 qa/Makefile.am |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2129 git=5ee4165753f439fa924e3002c0de2c61b0241051


 cherokee/iocache.c |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2127 git=65fa61e71075bc6d8fcfdf703acaf9a5385991a5


 cherokee/cache.c   |    2 ++
 cherokee/iocache.c |   20 ++------------------
 2 files changed, 4 insertions(+), 18 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2126 git=f73bd3d62a16de42046f40d337dff6a08cffcc44


 ChangeLog        |    3 +++
 cherokee/cache.c |   18 ++++++++++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2125 git=e0c343ef80347fadf33545f5b7ea9fb780d156ba


 ChangeLog             |    3 +++
 cherokee/connection.c |   10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2124 git=342c8d16bcd6575fee6c628708ca860dd18c5b7f


 ChangeLog         |    3 +++
 cherokee/server.c |   24 +++++++++++++++++-------
 2 files changed, 20 insertions(+), 7 deletions(-)


2008-10-06  Taher Shihadeh  <taher@unixwars.com>
            svn=2123 git=182f53e8ebcaee35f4fa173537ec50300e7e088e


 doc/config_quickstart.txt            |   12 ++++++++----
 doc/cookbook_optimizations.txt       |   11 ++++++++++-
 doc/media/images/admin_advanced1.png |  Bin 37768 -> 55107 bytes
 3 files changed, 18 insertions(+), 5 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2122 git=6861c9ad5452da6ff586400e2817c12fc9b797de


 cherokee/handler_file.c |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)


2008-10-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2121 git=5b997765554b3c792479ef59e7ff3ffb8dd0e060


 ChangeLog         |    8 +++++++
 cherokee/socket.c |   57 +++++++++++++++++++++++++++++++---------------------
 2 files changed, 42 insertions(+), 23 deletions(-)


2008-10-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2120 git=096e9d436d9979112d4d5535b1cd88013e11fdee


 ChangeLog             |    4 ++++
 admin/PageAdvanced.py |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-10-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2119 git=13d808f2536935153de8e9b740fba641c4bc492c


 ChangeLog                      |    6 +++++
 cherokee/handler_common.c      |    4 +-
 cherokee/handler_server_info.c |   20 ++++++++----------
 cherokee/iocache.c             |   42 +--------------------------------------
 cherokee/iocache.h             |   10 +++++---
 cherokee/server-protected.h    |    8 +++++-
 cherokee/server.c              |   20 +++++++++++++++---
 7 files changed, 47 insertions(+), 63 deletions(-)


2008-10-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2117 git=d413f704f986e610f307bc1658f5df80033e01a9


 cherokee/iocache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-10-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2116 git=d1499709f599db1510d97cbfb809775612a4bf0e


 ChangeLog          |    5 ++++
 cherokee/cache.c   |   36 ++++++++++++++++++++++++++++++---
 cherokee/iocache.c |   55 +++++++++++++++++++++++++++++++++++-----------------
 cherokee/iocache.h |   24 ++++++++++++----------
 4 files changed, 87 insertions(+), 33 deletions(-)


2008-10-03  Taher Shihadeh  <taher@unixwars.com>
            svn=2115 git=3e03dae91cb7bfd8b4beee1c0e3f2b14ce4c2df0


 doc/modules_handlers_dbslayer.txt |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)


2008-10-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2108 git=e8ef635947f5c9accaf777cc35863c89ef2f6a2f


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   13 ++++++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)


2008-10-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2107 git=98e6473d02a187222771ee9107f645396b5430a1


 ChangeLog          |    4 ++
 cherokee/cache.c   |  127 +++++++++++++++++++++++++++++++++------------------
 cherokee/cache.h   |   23 +++++----
 cherokee/iocache.c |   62 ++++++++++++++++++++++++-
 cherokee/iocache.h |   10 +++--
 5 files changed, 164 insertions(+), 62 deletions(-)


2008-10-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2106 git=f32d886de845835db7c8e0af42561bb06e15e0d3


 ChangeLog         |    8 +++++++
 cherokee/buffer.c |   56 -----------------------------------------------------
 cherokee/buffer.h |    4 ---
 3 files changed, 8 insertions(+), 60 deletions(-)


2008-09-30  Taher Shihadeh  <taher@unixwars.com>
            svn=2105 git=47d61307e8a28bf8dc63f7f39fb9da63ee20a01c


 ChangeLog                 |    8 ++++++++
 admin/ModuleBalancer.py   |    2 +-
 admin/ModuleDefault.py    |    2 +-
 admin/ModuleDirectory.py  |    2 +-
 admin/ModuleErrorNn.py    |    2 +-
 admin/ModuleErrorRedir.py |    2 +-
 admin/ModuleExtensions.py |    2 +-
 admin/ModuleGeoip.py      |    2 +-
 admin/ModuleRequest.py    |    2 +-
 9 files changed, 16 insertions(+), 8 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2101 git=f8bb24337729327ce2684d5ccb7e3eaf74b5e36a


 ChangeLog               |    4 ++++
 cherokee/cache.c        |   17 ++++++++++++++---
 cherokee/cache.h        |    8 ++++++--
 cherokee/handler_file.c |    1 +
 cherokee/iocache.c      |    9 ++++++---
 cherokee/iocache.h      |    2 +-
 6 files changed, 32 insertions(+), 9 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2100 git=6c4f400d4e18c6ec77394a1e41532767b40201d5


 cherokee/logger_writer.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2099 git=22d7364b75ed7c2a55aadef32ef17777a6faab0d


 ChangeLog         |    3 +++
 cherokee/server.c |   19 ++-----------------
 cherokee/thread.c |   12 ------------
 3 files changed, 5 insertions(+), 29 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2098 git=5ea17c24fad6a428c4b4c238fa17b16898aa51d7


 qa/174-Respins-Limit.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2097 git=2029a1dee791a065d843ab24277b972ad3005314


 ChangeLog                |    3 +++
 cherokee/logger_writer.c |    7 ++-----
 cherokee/macros.h        |    7 +++++++
 3 files changed, 12 insertions(+), 5 deletions(-)


2008-09-29  Taher Shihadeh  <taher@unixwars.com>
            svn=2096 git=35235b9800a7176d1964bdd804c5e44b64160749


 doc/config_virtual_servers.txt |   20 ++++++++++++++++++++
 doc/other_faq.txt              |    4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)


2008-09-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2095 git=5c585bdba0e07673444557312dc51b640d4d48f7


 ChangeLog                       |    8 ++++++++
 admin/server.py                 |    5 +++++
 cherokee/connection-protected.h |    8 +++++++-
 cherokee/connection.c           |   10 ++++++++++
 cherokee/macros.h               |    1 +
 qa/174-Respins-Limit.py         |   22 ++++++++++++++++++++++
 qa/Makefile.am                  |    3 ++-
 7 files changed, 55 insertions(+), 2 deletions(-)


2008-09-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2094 git=101d95662a4dbf14b66f99bcb4376ee0d8a24e5a


 ChangeLog                  |    9 +++++++++
 admin/ModuleAuth.py        |    4 ++--
 admin/ModuleBalancer.py    |    6 +++---
 admin/ModuleCustomError.py |    2 +-
 admin/ModuleDirlist.py     |    2 +-
 admin/ModuleHeader.py      |    6 +++---
 admin/PageGeneral.py       |    3 ++-
 7 files changed, 21 insertions(+), 11 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2093 git=6603b811ae4ebe7e6dcb07df773235b6e9baafa3


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2090 git=7e052c50194a241b9ba8b790816750d64927bf8c


 doc/build/web.conf        |    2 +-
 doc/dev_cherokee.conf.txt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2089 git=a212b2e9e14e4df9dff1300cefb304116afaf801


 doc/build/web.conf |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2087 git=7b833633e5db4c7db6de9bf5e8cea170a50d61b0


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2086 git=7e489af8bc096cd799c11062f258b6dda14b3a1c


 cherokee/main_worker.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2085 git=6c23f2c81a7f7733795fec9abcd824e20cf6b2ff


 admin/PageFeedback.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2084 git=3ec7a0cfc81976c93448b84ad4772f9c1bb13c42


 cherokee/main_worker.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2083 git=0c14f30d69cd42f33915a88d0162a43d0105213f


 cherokee/main.c        |    2 ++
 cherokee/main_worker.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2082 git=3986be891ba9102075577e6825be53b15be68e5e


 cherokee/main_worker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2081 git=f4e60ed50fb73fa9d676c9c956ba8575808a9c5c


 doc/build/web.conf |    2 +-
 doc/other_faq.txt  |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2078 git=3da4b07f5eef2716a87928ce06019105dc1c196b


 admin/static/js/thickbox.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2077 git=d8600003ab51cc6cbf78ff5de44c2222cbaf8599


 ChangeLog             |    2 ++
 admin/PageAdvanced.py |    8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2076 git=4a476dd903568b674ee2d865654b8fe7c09b0f60


 ChangeLog         |    5 +++++
 admin/PageIcon.py |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2075 git=654390ee8623d6b3019dad3534066477815a91cf


 admin/static/css/cherokee.css |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2074 git=ba7c962f0d790e0d07b4fad1e55d9e54a076d023


 ChangeLog                 |    5 +++++
 admin/Form.py             |    6 +++---
 admin/PageInfoSource.py   |   24 ++++++++++++------------
 admin/static/js/common.js |   11 ++++++-----
 4 files changed, 26 insertions(+), 20 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2073 git=281edc21a69d681dc014e8dd390ed3a35e086e63


 ChangeLog           |    3 +++
 cherokee/balancer.c |   14 +-------------
 2 files changed, 4 insertions(+), 13 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2072 git=4a93a3cdefc8829b45fc87c5f9b3df03958fc36a


 cherokee/source_interpreter.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2071 git=6e4ed874fac8e242873d942d2cbdf7f81f7155ad


 ChangeLog              |    3 +++
 cherokee/main_worker.c |   23 ++++++++++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2070 git=cd30cb39a10278b8aadfa6b101d65bb92173a586


 ChangeLog             |    3 +++
 admin/PageAdvanced.py |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-09-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2069 git=ad41c448c471cfcf80994e696434d52340034494


 ChangeLog               |    5 +++++
 admin/ModuleBalancer.py |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-09-26  Taher Shihadeh  <taher@unixwars.com>
            svn=2068 git=40f211834c3b27b46b34c9028e039cc4bfaae0a7


 doc/basics_installation_unix.txt    |    2 +-
 doc/basics_running_cherokee.txt     |    2 +-
 doc/bundle_cherokee-admin.txt       |    2 +-
 doc/config_advanced.txt             |    2 +-
 doc/config_quickstart.txt           |   12 +++++++-----
 doc/config_virtual_servers_rule.txt |   18 ++++++++----------
 6 files changed, 19 insertions(+), 19 deletions(-)


2008-09-25  Taher Shihadeh  <taher@unixwars.com>
            svn=2067 git=79711223ec0f8833c719b506648be443558bb707


 admin/Entry.py                     |    3 +-
 admin/default.template.html        |    1 -
 admin/static/js/Makefile.am        |    1 -
 admin/static/js/jquery.validate.js | 1108 ------------------------------------
 4 files changed, 2 insertions(+), 1111 deletions(-)


2008-09-25  Taher Shihadeh  <taher@unixwars.com>
            svn=2066 git=947794059694df9bc3f373e3fa58a67f7b8c81b8


 ChangeLog                 |    6 ++++++
 admin/Form.py             |    4 +---
 admin/ModuleRedir.py      |    3 ++-
 admin/PageEntry.py        |    6 +++---
 admin/static/js/common.js |   17 ++++++++++++++++-
 5 files changed, 28 insertions(+), 8 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2065 git=b07923d5603d467fa92630a9f705d5b20f310697


 ChangeLog                     |    6 ++--
 cherokee/source_interpreter.c |   45 ++++++++++++++++++++++++++--------------
 cherokee/source_interpreter.h |    3 +-
 3 files changed, 34 insertions(+), 20 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2064 git=8c8d0452e87031eb2d4a29ea578b73562edfd383


 ChangeLog         |    3 +++
 cherokee/server.c |   16 ++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2063 git=336f190cbd6014ed2b05f61343a3e7c4b334f172


 cherokee/server.c |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)


2008-09-25  Taher Shihadeh  <taher@unixwars.com>
            svn=2062 git=d45ebe503344550565ccc0928bdae15b9073ddd6


 doc/basics_installation_unix.txt |    6 +++---
 doc/basics_requirements.txt      |    4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2061 git=a8280b0f6e959669ea06cd3d1caeb23cd2640e8a


 ChangeLog                     |    4 ++++
 cherokee/source_interpreter.c |   10 ++++++++++
 cherokee/source_interpreter.h |    2 ++
 3 files changed, 16 insertions(+), 0 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2060 git=bafbae64cbc5c050ee17d48843e9280d6dfcc497


 ChangeLog              |    4 ++++
 cherokee/main_worker.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-09-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2059 git=17e02c65f231798e610db5cccba4b59b29c8d931


 ChangeLog         |    6 ++++++
 cherokee/socket.c |    9 ++++++++-
 2 files changed, 14 insertions(+), 1 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2058 git=9f380a29ca15b39c2fc45000ecb1ff880d96e5f0


 doc/Makefile.am                  |    3 +++
 doc/cookbook_django.txt          |    2 +-
 doc/modules_handlers_dirlist.txt |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2057 git=4acbacf87e87244f220debef9a3e72730c926ab9


 doc/cookbook_optimizations.txt    |   10 +++++++++-
 doc/modules_handlers_dbslayer.txt |    8 ++++----
 2 files changed, 13 insertions(+), 5 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2056 git=7fa529b996d5d1852d129f5e7d1f437b17765969


 doc/media/images/admin_advanced1.png               |  Bin 50121 -> 37768 bytes
 doc/media/images/admin_advanced2.png               |  Bin 45685 -> 34520 bytes
 doc/media/images/admin_behaviour.png               |  Bin 55853 -> 40945 bytes
 doc/media/images/admin_dirlist_cherokee.png        |  Bin 43885 -> 39474 bytes
 doc/media/images/admin_general.png                 |  Bin 45818 -> 34031 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 32913 -> 22277 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 40057 -> 30303 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 38441 -> 29491 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 43629 -> 34182 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 54568 -> 39489 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 24523 -> 20823 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 45478 -> 34953 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 47017 -> 35756 bytes
 doc/media/images/admin_handler_file.png            |  Bin 28302 -> 20415 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 48031 -> 34805 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 49986 -> 33550 bytes
 doc/media/images/admin_icons1.png                  |  Bin 87977 -> 66512 bytes
 doc/media/images/admin_icons2.png                  |  Bin 20889 -> 15302 bytes
 doc/media/images/admin_icons3.png                  |  Bin 27445 -> 20222 bytes
 doc/media/images/admin_index.png                   |  Bin 107783 -> 87933 bytes
 doc/media/images/admin_info_sources.png            |  Bin 31673 -> 24771 bytes
 doc/media/images/admin_launch.png                  |  Bin 112237 -> 89665 bytes
 doc/media/images/admin_mime.png                    |  Bin 30643 -> 43627 bytes
 doc/media/images/admin_noconfig.png                |  Bin 18926 -> 16065 bytes
 doc/media/images/admin_notrunning.png              |  Bin 35911 -> 34344 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 17099 -> 22756 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 38244 -> 27744 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 46098 -> 33315 bytes
 doc/media/images/admin_vserver.png                 |  Bin 29448 -> 23836 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 39276 -> 28372 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 53652 -> 39430 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 25319 -> 21306 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 46800 -> 35454 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 38295 -> 29921 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 15995 -> 12177 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 26097 -> 20287 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 23467 -> 26071 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 34135 -> 27586 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 22393 -> 16524 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 20473 -> 15641 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 20086 -> 17924 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 34596 -> 26553 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 26060 -> 23191 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 49986 -> 51612 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 19324 -> 15066 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 17923 -> 13656 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 27019 -> 21223 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 34821 -> 35380 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 45365 -> 35695 bytes
 doc/media/images/tracelor.png                      |  Bin 10792 -> 10662 bytes
 50 files changed, 0 insertions(+), 0 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2055 git=49033523f55e0a09a47393e4195e0e8890715533


 ChangeLog         |    3 +++
 cherokee/socket.c |   24 ++++++++++++++++++++++--
 2 files changed, 25 insertions(+), 2 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2054 git=4c6d6cb321424f020db2dea5edb0431894bac70a


 ChangeLog         |    4 ++++
 cherokee/server.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2053 git=8b1eabfc7851e56a55d7af4588ae543860fcf406


 ChangeLog                 |    4 ++++
 cherokee/handler_common.c |    5 ++---
 cherokee/http.c           |    2 ++
 cherokee/http.h           |    2 ++
 4 files changed, 10 insertions(+), 3 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2052 git=154c916ad19b4ce93b6c39ff8bb2daf1efdd9de0


 ChangeLog       |    2 ++
 cherokee/main.c |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2051 git=3ca8c26dec7f74ca095eb8c6a6addbc15420c26a


 ChangeLog                   |    6 ++++++
 cherokee/handler_dbslayer.c |   16 ++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)


2008-09-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2050 git=99dd1d686287beb40be8788f31ed38faeaa5c26a


 ChangeLog        |    5 +++++
 contrib/cherokee |   25 ++++++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2049 git=fcfa44841153a3132ef3864f550b53fae1d80c5f


 admin/PageFeedback.py         |    2 +-
 admin/static/css/cherokee.css |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2048 git=540a7350e892fd5b283563189e8c7baae7c9612b


 ChangeLog                     |    5 ++++
 admin/PageMime.py             |   17 +++++++++-----
 admin/static/css/cherokee.css |   50 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 6 deletions(-)


2008-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=2047 git=25824c320e24c24e1b26cabd936fdaf1952ce1ac


 admin/Page.py                 |    4 ++--
 admin/static/css/thickbox.css |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


2008-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2046 git=e792bfd79f598ce52be5a26addd2c7964b0a671b


 ChangeLog                                |    5 +
 admin/Page.py                            |    6 +-
 admin/default.template.html              |    2 +
 admin/static/css/Makefile.am             |    3 +-
 admin/static/css/thickbox.css            |  164 +++++++++++++++
 admin/static/images/Makefile.am          |    4 +-
 admin/static/images/loadingAnimation.gif |  Bin 0 -> 5886 bytes
 admin/static/images/macFFBgHack.png      |  Bin 0 -> 207 bytes
 admin/static/js/Makefile.am              |    3 +-
 admin/static/js/jquery-1.2.3.min.js      |    5 +
 admin/static/js/jquery.accordion.js      |    5 +
 admin/static/js/jquery.dimensions.js     |    5 +
 admin/static/js/jquery.tablednd.js       |    5 +
 admin/static/js/jquery.validate.js       |    5 +
 admin/static/js/thickbox.js              |  319 ++++++++++++++++++++++++++++++
 doc/media/css/cherokee_doc.css           |    5 +
 16 files changed, 532 insertions(+), 4 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2045 git=6abd17900c1b9987cf8ed23c9dea4a42e7d32fe5


 ChangeLog                   |    9 +++-
 cherokee/dwriter.c          |   64 +++++++++++++++++++++++++++-
 cherokee/dwriter.h          |    5 +-
 cherokee/handler_dbslayer.c |   99 +++++++++++++++++++++++++------------------
 4 files changed, 130 insertions(+), 47 deletions(-)


2008-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2044 git=42987e4ba54947e6d679db65bcc47c1e09945c0d


 ChangeLog                 |    8 ++++++++
 admin/Form.py             |    9 +++++----
 admin/ModuleRedir.py      |    6 +++---
 admin/ModuleServerInfo.py |    2 +-
 admin/PageEntry.py        |    2 +-
 admin/PageInfoSource.py   |    8 ++++----
 6 files changed, 22 insertions(+), 13 deletions(-)


2008-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2043 git=d4001d9e46bac490e348188542d62f20dcc3017e


 doc/build/doc.conf                |    2 +-
 doc/config_info_sources.txt       |    2 +-
 doc/index.txt                     |    2 +-
 doc/modules.txt                   |    2 +-
 doc/modules_balancers.txt         |    2 +-
 doc/modules_handlers.txt          |    2 +-
 doc/modules_handlers_dbslayer.txt |    4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2042 git=9fc2e0b4ef7f560c6eb9a1bdff31f836f54aaae0


 admin/consts.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=2041 git=9e325426d218594e0314f8409c472d4e227567d5


 ChangeLog                                        |    5 +++++
 doc/Makefile.am                                  |    2 +-
 doc/build/doc.conf                               |    2 +-
 doc/config_info_sources.txt                      |    2 +-
 doc/cookbook_django.txt                          |   20 +++++++++++---------
 doc/cookbook_php.txt                             |   12 +++++++-----
 doc/cookbook_ror.txt                             |   15 +++++++++++----
 doc/index.txt                                    |    2 +-
 doc/media/images/admin_handler_fastcgi2.png      |  Bin 47043 -> 47017 bytes
 doc/media/images/cookbook_django_common.png      |  Bin 36521 -> 46800 bytes
 doc/media/images/cookbook_django_infosources.png |  Bin 0 -> 38295 bytes
 doc/media/images/cookbook_django_scgi.png        |  Bin 21403 -> 0 bytes
 doc/media/images/cookbook_ror_fcgi.png           |  Bin 31653 -> 45365 bytes
 doc/modules_balancers.txt                        |    1 +
 doc/modules_balancers_round_robin.txt            |   17 +++--------------
 doc/modules_handlers_fcgi.txt                    |    4 ++--
 16 files changed, 44 insertions(+), 38 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2040 git=da78ed5b23eef551226dcd7ee5cbc113eb0a9c10


 doc/cookbook_ssl.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2039 git=0df95e6c52d510a31e70c3593064ef0f5f25a2fe


 cherokee/main.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-09-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2038 git=b7ff3a30458dc7df7d96a3e42d87d93aaa5cc1e3


 ChangeLog                 |    7 +++++++
 cherokee/rule_directory.c |   10 ++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)


2008-09-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2037 git=2309091dc4ed03f151bf079b0c798a9f916c2646


 ChangeLog                                    |    7 ++++
 admin/ModuleBalancer.py                      |    2 +-
 doc/Makefile.am                              |    5 +++
 doc/cookbook.txt                             |    1 +
 doc/cookbook_redirs.txt                      |   40 ++++++++++++++++++++++++++
 doc/index.txt                                |    5 +--
 doc/media/images/cookbook_redir_behavior.png |  Bin 0 -> 19324 bytes
 doc/media/images/cookbook_redir_domains.png  |  Bin 0 -> 17923 bytes
 doc/media/images/cookbook_redir_handler.png  |  Bin 0 -> 27019 bytes
 doc/other.txt                                |    1 +
 doc/other_community.txt                      |   21 +++++++++++++
 doc/other_signals.txt                        |    3 ++
 12 files changed, 81 insertions(+), 4 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2036 git=5e9bb270b5f5b5e29d6b7262f7b8717f798bccb6


 qa/172-Chunked-CGI.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2035 git=bb49e54744f7f0cc96f493e28004057265b57b24


 qa/172-Chunked-CGI.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2034 git=76c190c057f3c4661f2944c36fc6b302fd6a7991


 cherokee.conf.sample.pre      |    1 +
 cherokee/source_interpreter.c |   13 ++++++-------
 2 files changed, 7 insertions(+), 7 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2033 git=7c5eeaffa736487bfa4e1c66e616c5e38fcaca19


 ChangeLog         |    6 ++++++
 cherokee/server.c |   21 ++-------------------
 2 files changed, 8 insertions(+), 19 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2032 git=ef1a882f6c23d4c18f2da5afd3526c51c0d40364


 ChangeLog         |    6 ++++++
 cherokee/socket.c |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2031 git=4fe9cb0a007a63d4a7d155b9dc701ef84e99272b


 cherokee/main.c |   47 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 40 insertions(+), 7 deletions(-)


2008-09-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2030 git=b5dcc77483ba1252bbd4a9d7ca8c1a6b631f4bfc


 ChangeLog         |    4 ++++
 admin/Makefile.am |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-09-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2029 git=ac8c0042bdfdd3aaac88b7809b53943a00938e97


 cherokee-admin.1              |    6 +++++-
 doc/bundle_cherokee-admin.txt |    5 +++++
 2 files changed, 10 insertions(+), 1 deletions(-)


2008-09-22  Taher Shihadeh  <taher@unixwars.com>
            svn=2028 git=d5d31e4605bfa7aa7183cb7d5e6aa0c2c62b59d9


 admin/PageEntry.py                                 |    4 +-
 doc/bundle_cherokee-worker.txt                     |    8 ++-
 doc/config_virtual_servers.txt                     |   17 ++++-
 doc/cookbook_maintenance.txt                       |   81 ++++++++++++++++++--
 .../cookbook_maintenance_advanced_domains.png      |  Bin 0 -> 15995 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 0 -> 26097 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 0 -> 23467 bytes
 7 files changed, 99 insertions(+), 11 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2027 git=48cb978f68230380bfef37cd5f301d14d46e03e9


 cherokee.conf.sample.pre |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2026 git=9830cbc55ad7f71c502d5255f91aaf722c674757


 ChangeLog                     |    7 +++++++
 cherokee/main_admin.c         |   11 ++++++++++-
 cherokee/source_interpreter.c |   10 ++++++++--
 cherokee/source_interpreter.h |    1 +
 4 files changed, 26 insertions(+), 3 deletions(-)


2008-09-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2025 git=4a6822a05a4a0bd5875f88b0f59e4a47f018d53b


 ChangeLog       |    6 ++++++
 cherokee/main.c |   43 ++++++++++++++++++++++++++++++++++++-------
 2 files changed, 42 insertions(+), 7 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2024 git=1c2dfb5d67cdf1d08862ec2e708b90b8106b68cb


 admin/PageVServer.py |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2023 git=932fa8bca1a371450aa433f7f2332e498a57e5f8


 admin/PageVServer.py |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2022 git=e0249f283e164c1f570788b685e098de21fa1467


 admin/PageVServers.py |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2021 git=598dbc6477638fe30de7213d8eed90594f60fd9f


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2020 git=7607e3bf2022e504e0b2df9349273ccf3acf0094


 ChangeLog              |    7 +++++++
 cherokee/connection.c  |    2 +-
 cherokee/main_worker.c |   10 ++++++++--
 cherokee/util.c        |   24 +++++++++++++++++++++++-
 cherokee/util.h        |   14 ++++++++++----
 5 files changed, 49 insertions(+), 8 deletions(-)


2008-09-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2017 git=abc849ce2a16126e18cbc1cfd8b2f1e56468a92e


 doc/cookbook_maintenance.txt |   70 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)


2008-09-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2016 git=f9c20605ef21acfdd27cccb7bd707749be36645d


 doc/media/images/cookbook_maintenance_copy.png   |  Bin 0 -> 34135 bytes
 doc/media/images/cookbook_maintenance_domain.png |  Bin 0 -> 22393 bytes
 doc/media/images/cookbook_maintenance_error.png  |  Bin 0 -> 20473 bytes
 doc/media/images/cookbook_maintenance_result.png |  Bin 0 -> 20086 bytes
 doc/media/images/cookbook_maintenance_rule.png   |  Bin 0 -> 34596 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)


2008-09-19  Taher Shihadeh  <taher@unixwars.com>
            svn=2015 git=14aae351a70d21f10a8dc775df1d6a2d33338239


 doc/Makefile.am  |    6 ++++++
 doc/cookbook.txt |    1 +
 doc/index.txt    |    2 +-
 doc/other.txt    |    1 +
 4 files changed, 9 insertions(+), 1 deletions(-)


2008-09-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2013 git=060bc5973f8a2a2f8a4f5f4fe9e90158c8750667


 ChangeLog             |    7 ++++++-
 doc/Makefile.am       |    1 +
 doc/index.txt         |    3 ++-
 doc/other_faq.txt     |   10 ++++++++++
 doc/other_goodies.txt |   15 +++++++++++++++
 doc/other_signals.txt |   21 +++++++++++++++++++++
 6 files changed, 55 insertions(+), 2 deletions(-)


2008-09-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2012 git=03868d98005211f956940fe59efeee9b46952c7c


 ChangeLog              |    5 +++++
 cherokee/macros.h      |    1 +
 cherokee/main.c        |    9 +++++----
 cherokee/main_worker.c |   21 +++++++++++++--------
 4 files changed, 24 insertions(+), 12 deletions(-)


2008-09-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2011 git=315273882ba8e3be4f39cd4c108aaa5511beaf4f


 admin/PageInfoSource.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-09-18  Taher Shihadeh  <taher@unixwars.com>
            svn=2010 git=188da1ccdd8db536b2281f89ff9ccfc3db846a55


 admin/Entry.py                     |    5 +
 admin/Form.py                      |   53 +-
 admin/PageEntry.py                 |    6 +-
 admin/PageInfoSource.py            |   48 +-
 admin/PageMime.py                  |   10 +-
 admin/default.template.html        |    1 +
 admin/static/js/Makefile.am        |    3 +-
 admin/static/js/common.js          |    2 +-
 admin/static/js/jquery.validate.js | 1103 ++++++++++++++++++++++++++++++++++++
 9 files changed, 1171 insertions(+), 60 deletions(-)


2008-09-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2009 git=7bd17e0e2b0fb0c29a1adb874be63df3f88f8e75


 ChangeLog                |    6 ++++++
 cherokee.conf.sample.pre |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-09-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2008 git=135dd30250f9879f3176a2f64cddfed39d349578


 cherokee/util.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


2008-09-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2007 git=87dc33b0681f533f2f6824e7bb05df76e524d32d


 ChangeLog       |    5 +++++
 admin/Module.py |    9 ++-------
 2 files changed, 7 insertions(+), 7 deletions(-)


2008-09-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=2006 git=8d78c7512f3f6b80310ee9ae3a3ca64a6c3b96dc


 cherokee/util.c |    6 +++---
 cherokee/util.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


2008-09-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2005 git=2909931abaf8da670217ac3ea19ab1825471d955


 doc/basics_running_cherokee.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-17  Taher Shihadeh  <taher@unixwars.com>
            svn=2003 git=05e9f6cad4469192253a963eb80370a9a1ddaf7c


 doc/index.txt                     |    1 -
 doc/modules_handlers_dbslayer.txt |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletions(-)


2008-09-16  Taher Shihadeh  <taher@unixwars.com>
            svn=1995 git=5070d416a7bad86b67763be14a4de4cf85a657d0


 ChangeLog                                   |   18 +++++++++++++++++-
 admin/ModuleDbslayer.py                     |    6 +++---
 doc/Makefile.am                             |    5 ++++-
 doc/basics_installation.txt                 |    1 +
 doc/basics_installation_svn.txt             |    6 +++++-
 doc/basics_installation_unix.txt            |    1 +
 doc/basics_installation_windows.txt         |    3 ++-
 doc/basics_why_cherokee.txt                 |    2 +-
 doc/config_advanced.txt                     |    4 +++-
 doc/config_general.txt                      |    8 ++++----
 doc/config_quickstart.txt                   |    7 +++----
 doc/cookbook_optimizations.txt              |    2 +-
 doc/dev_cherokee.conf.txt                   |    8 ++++----
 doc/dev_debug.txt                           |   12 +++++++++---
 doc/index.txt                               |    3 ++-
 doc/media/images/admin_advanced.png         |  Bin 59828 -> 0 bytes
 doc/media/images/admin_advanced1.png        |  Bin 0 -> 50121 bytes
 doc/media/images/admin_advanced2.png        |  Bin 0 -> 45685 bytes
 doc/media/images/admin_general.png          |  Bin 52373 -> 45818 bytes
 doc/media/images/admin_handler_dbslayer.png |  Bin 0 -> 43629 bytes
 doc/modules.txt                             |    3 ++-
 doc/modules_balancers.txt                   |    2 +-
 doc/modules_handlers.txt                    |    1 +
 23 files changed, 64 insertions(+), 28 deletions(-)


2008-09-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1994 git=07c6d8bc58ab1046ec3d5f650a3cb8bbb16f96ea


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1993 git=38275445c93aa5b75ebdebcfa12f2ef224c6a209


 ChangeLog                                |    6 ++
 doc/Makefile.am                          |    3 -
 doc/config_advanced.txt                  |   13 +++
 doc/config_encoding.txt                  |   19 -----
 doc/config_general.txt                   |    7 --
 doc/config_virtual_servers_rule.txt      |   20 +++++
 doc/dev_cherokee.conf.txt                |  118 +++++++++++++++++++++---------
 doc/index.txt                            |    3 +-
 doc/media/images/admin_encoding.png      |  Bin 23180 -> 0 bytes
 doc/media/images/admin_encoding_gzip.png |  Bin 31751 -> 0 bytes
 doc/modules_encoders.txt                 |   10 +--
 doc/modules_encoders_gzip.txt            |    5 +-
 12 files changed, 129 insertions(+), 75 deletions(-)


2008-09-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1992 git=ea6735431c7e8c1d6c4905257dfe0b7da66d1395


 ChangeLog                                   |   16 +++++++
 admin/ModuleBalancer.py                     |   10 ++--
 admin/PageInfoSource.py                     |    6 ++-
 admin/PageStatus.py                         |    6 ++-
 doc/Makefile.am                             |    3 +
 doc/config.txt                              |    5 ++-
 doc/config_info_sources.txt                 |   59 +++++++++++++++++++++++++++
 doc/config_status.txt                       |   10 +++++
 doc/cookbook_php.txt                        |    1 -
 doc/media/images/admin_handler_cgi.png      |  Bin 47581 -> 40057 bytes
 doc/media/images/admin_handler_fastcgi1.png |  Bin 74597 -> 45478 bytes
 doc/media/images/admin_handler_fastcgi2.png |  Bin 27328 -> 47043 bytes
 doc/media/images/admin_info_sources.png     |  Bin 0 -> 31673 bytes
 doc/modules_balancers.txt                   |   28 ++----------
 doc/modules_handlers_cgi.txt                |    3 +-
 doc/modules_handlers_fcgi.txt               |   28 +++++--------
 16 files changed, 124 insertions(+), 51 deletions(-)


2008-09-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1991 git=ac1c7ddec8e5a85254598e52c7bf7acd1e731ec0


 admin/ModuleBalancer.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1990 git=81e214e0c59eaef95e383e8f89b887538335d092


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1989 git=4919e4047e7246273c419814cac4faa4b0e69b9b


 admin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1988 git=d41f1b156aaf9f4fc6fcd6205aa66183293e3243


 ChangeLog                     |    6 ++
 admin/Page.py                 |    2 +-
 admin/PageAppServers.py       |  199 -----------------------------------------
 admin/PageInfoSource.py       |  199 +++++++++++++++++++++++++++++++++++++++++
 admin/server.py               |    6 +-
 admin/static/css/cherokee.css |    2 +-
 6 files changed, 210 insertions(+), 204 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1987 git=0360d87f1b0697618da6af9ed8e049177bead986


 ChangeLog           |    6 ++++++
 admin/ModuleCgi.py  |    6 ++++++
 admin/ModuleFcgi.py |    3 ++-
 admin/ModuleScgi.py |    3 ++-
 4 files changed, 16 insertions(+), 2 deletions(-)


2008-09-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1986 git=ab6194059a388144f2520e3d8a2251ed5dd8ccf2


 ChangeLog         |    7 +++++++
 cherokee/server.c |    3 +--
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-09-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1985 git=7ddc3a288a6082922aee88a275a9c7bf0efba428


 ChangeLog         |    5 +++++
 admin/Makefile.am |   40 ++++++++++++++++++++++++++++++----------
 configure.in      |    9 +++++++++
 3 files changed, 44 insertions(+), 10 deletions(-)


2008-09-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1984 git=46061b2c4f3b71053ee47ab06bad92ed46b29865


 admin/Makefile.am |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)


2008-09-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1983 git=e7966fff1e9abdc95f3fee84dc91f2e739df700a


 ChangeLog             |   12 +++++++-----
 admin/PageAdvanced.py |    4 +++-
 admin/PageIcon.py     |    4 +++-
 admin/PageMime.py     |    4 +++-
 4 files changed, 16 insertions(+), 8 deletions(-)


2008-09-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1982 git=12e58c90dc4e807d5370d5d8eb1ca752401ccc74


 ChangeLog               |    8 ++++++++
 admin/ModuleHtdigest.py |    6 +++++-
 admin/ModuleHtpasswd.py |    6 +++++-
 admin/ModuleLdap.py     |    4 ++++
 admin/ModuleMysql.py    |    4 ++++
 admin/ModulePam.py      |    5 +++++
 admin/ModulePlain.py    |    6 +++++-
 admin/PageEntry.py      |   12 +++++++++++-
 8 files changed, 47 insertions(+), 4 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1981 git=5dd2a59b12e31fb32f9c7b910da3ed2ef31422b1


 ChangeLog                  |   15 ++++++++
 admin/Module.py            |    8 ++++
 admin/ModuleAdmin.py       |    4 ++
 admin/ModuleCgi.py         |    4 ++
 admin/ModuleCommon.py      |    4 ++
 admin/ModuleCustomError.py |    4 ++
 admin/ModuleDbslayer.py    |    4 ++
 admin/ModuleDirlist.py     |    4 ++
 admin/ModuleFcgi.py        |    4 ++
 admin/ModuleFile.py        |    4 ++
 admin/ModuleMirror.py      |    4 ++
 admin/ModuleRedir.py       |    5 +++
 admin/ModuleScgi.py        |    4 ++
 admin/ModuleServerInfo.py  |    4 ++
 admin/Page.py              |   54 +++++++++++++++++++++++++----
 admin/PageEntry.py         |    8 ++++-
 admin/PageGeneral.py       |    4 ++-
 admin/PageStatus.py        |    2 +-
 admin/PageVServer.py       |    9 ++++-
 admin/PageVServers.py      |    6 +++-
 admin/Theme.py             |    3 --
 admin/advanced.help.html   |   81 --------------------------------------------
 admin/entry.help.html      |    2 -
 admin/feedback.help.html   |    1 -
 admin/general.help.html    |   35 -------------------
 admin/icon.help.html       |   18 ----------
 admin/mime.help.html       |    3 --
 admin/status.help.html     |    8 ----
 admin/vserver.help.html    |   64 ----------------------------------
 admin/vservers.help.html   |   22 ------------
 30 files changed, 142 insertions(+), 250 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1980 git=d0c56696052bbf8bf4ab9bf2f56d6736b3685f5d


 ChangeLog               |    4 ++++
 Makefile.am             |    4 ++--
 admin/Makefile.am       |    2 +-
 admin/configured.py.pre |    1 +
 cherokee/main_admin.c   |    7 +++++++
 constants.h.pre         |    1 +
 6 files changed, 16 insertions(+), 3 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1979 git=89598d0eafa065018141f7a1afdcff31b107db03


 admin/ModuleCgi.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1978 git=1427902438ef18f29f234ec6ae43756e8d5d7d82


 ChangeLog                |    9 ++-
 cherokee/Makefile.am     |    2 -
 cherokee/matching_list.c |  233 ----------------------------------------------
 cherokee/matching_list.h |   66 -------------
 4 files changed, 7 insertions(+), 303 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1977 git=cd761b68f6c41565fc0e0aef4e6e57f0337316ea


 ChangeLog         |    4 ++++
 contrib/08to09.py |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-09-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1976 git=c249b0d9e92a6981d6b86ea8c92ad31686dae5e9


 ChangeLog                     |    9 +++
 admin/Makefile.am             |    2 -
 admin/Page.py                 |    1 -
 admin/PageEncoders.py         |  138 -----------------------------------------
 admin/PageEntry.py            |   22 ++++++-
 admin/encoder.help.html       |   18 -----
 admin/server.py               |    3 -
 admin/static/css/cherokee.css |    1 -
 cherokee.conf.sample.pre      |    1 -
 cherokee/virtual_server.c     |    7 ++-
 qa/089-gzip-encoding.py       |    2 +-
 qa/168-Deflate-Encoding.py    |    2 +-
 12 files changed, 38 insertions(+), 168 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1975 git=8dad653c3f17dca05c073b3121d8a855140a5b96


 ChangeLog                       |   10 +++
 cherokee/Makefile.am            |    2 -
 cherokee/config_entry.c         |   30 +++++++-
 cherokee/config_entry.h         |    8 ++-
 cherokee/connection-protected.h |    4 +-
 cherokee/connection.c           |   72 +++++++++++--------
 cherokee/encoder_table.c        |  151 ---------------------------------------
 cherokee/encoder_table.h        |   64 ----------------
 cherokee/server-protected.h     |    3 +-
 cherokee/server.c               |   52 +-------------
 cherokee/thread.c               |   11 +++-
 cherokee/virtual_server.c       |   26 ++++++-
 qa/089-gzip-encoding.py         |    1 +
 qa/168-Deflate-Encoding.py      |    1 +
 qa/run-tests.py                 |    2 -
 15 files changed, 127 insertions(+), 310 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1974 git=1587bddc240df3f2e144b178b97a113cbbc1ae23


 admin/Makefile.am         |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1973 git=ad159959f529348fcac3095ff0d1f091b4743b7e


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1972 git=81c344c96f5dc8ee090a61a9c720824d9565b027


 cherokee/handler_cgi_base.c |   36 +++++++++++++++++++++---------------
 1 files changed, 21 insertions(+), 15 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1971 git=20b91ce13bf07a0185d7ec66b6da7f30485db2cd


 admin/ModuleDbslayer.py     |    3 ++-
 cherokee/dwriter.c          |   11 ++++++++++-
 cherokee/dwriter.h          |    3 ++-
 cherokee/handler_dbslayer.c |    5 +++--
 4 files changed, 17 insertions(+), 5 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1970 git=3634308946fa48389ce100b4d48b7e4f11c5cf7a


 ChangeLog               |    3 ++
 admin/ModuleBalancer.py |    4 +-
 admin/ModuleDbslayer.py |   63 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/consts.py         |   25 +++++++++---------
 4 files changed, 81 insertions(+), 14 deletions(-)


2008-09-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1969 git=a596137d2bc313e3a1325d56b56d63ae6e5612d3


 ChangeLog                   |    7 +
 cherokee/Makefile.am        |   31 +++-
 cherokee/dwriter.c          |  346 ++++++++++++++++++++++++++++
 cherokee/dwriter.h          |   84 +++++++
 cherokee/handler_dbslayer.c |  523 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_dbslayer.h |   67 ++++++
 configure.in                |    4 +-
 7 files changed, 1060 insertions(+), 2 deletions(-)


2008-09-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1968 git=03f4a967687a7c81d5f34ca5ac94b19ed28cb518


 ChangeLog                     |    5 +++++
 cherokee/source_interpreter.c |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)


2008-09-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1967 git=06b69db7402d96c7717917145c7c6829f8733f53


 ChangeLog                       |    3 ++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   59 +++++++++++++++++++++++---------------
 cherokee/util.c                 |    2 +-
 4 files changed, 41 insertions(+), 24 deletions(-)


2008-09-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1966 git=aeeb513883efe14eb305229e6b935c99a63c8d09


 ChangeLog                  |    6 ++++++
 cherokee/handler_dirlist.c |    7 ++++++-
 cherokee/handler_dirlist.h |    3 ++-
 3 files changed, 14 insertions(+), 2 deletions(-)


2008-09-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1965 git=6681e952a7c63ac536e97f75e26aca4a382ea3b2


 contrib/08to09.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1964 git=9ea63aa812bc34a9a436a31a771c54e3a5257873


 ChangeLog           |    4 ++
 contrib/08to09.py   |  100 +++++++++++++++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am |    1 +
 3 files changed, 105 insertions(+), 0 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1963 git=25acc2e3213ed010ac330e03ce1ddfb8dd3eb0f2


 qa/151-SCGI-vars.py      |    4 ++--
 qa/152-SCGI-vars2.py     |    6 +++---
 qa/153-SCGI-vars-root.py |   12 ++++++------
 qa/172-Chunked-CGI.py    |    4 +++-
 qa/173-Chunked-SCGI.py   |    3 ++-
 5 files changed, 16 insertions(+), 13 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1962 git=2b1b9cb1397446966a991d1d9b64354794e32693


 ChangeLog                   |   15 +++++++++++++++
 qa/007-Missing-Host.py      |    2 +-
 qa/020-VirtualHost.py       |    1 +
 qa/021-VirtualHost2.py      |    1 +
 qa/022-NoHost.py            |    2 +-
 qa/023-Host.py              |    1 +
 qa/024-Host+Port.py         |    1 +
 qa/026-Host-Broken-Dot.py   |    1 +
 qa/031-Post+urlencoded2.py  |    1 +
 qa/042-Pipelining.py        |    4 ++--
 qa/043-Pipelining2.py       |    2 +-
 qa/044-Home.py              |    1 +
 qa/048-NN.py                |    1 +
 qa/049-NN-broken.py         |    1 +
 qa/094-URL-request.py       |    3 ++-
 qa/105-If-Range.py          |    3 ++-
 qa/106-If-Range2.py         |    3 ++-
 qa/116-RequestTiny.py       |    5 +++--
 qa/117-DomainToDir.py       |    5 +++--
 qa/121-NoUserDir.py         |    3 ++-
 qa/122-Methods.py           |   10 +++++++++-
 qa/124-DomainToDir2.py      |    4 +++-
 qa/125-domain-redir1.py     |    4 +++-
 qa/135-RedirParams.py       |    3 ++-
 qa/139-domain-wildcards1.py |    3 ++-
 qa/153-SCGI-vars-root.py    |    4 +++-
 qa/160-RuleNot1.py          |    4 +++-
 qa/161-RuleNot2.py          |    4 +++-
 qa/166-xsendfile1.py        |    4 +++-
 qa/171-SCGI-Keepalive.py    |   10 ++++++----
 qa/172-Chunked-CGI.py       |    4 +++-
 qa/173-Chunked-SCGI.py      |    4 +++-
 32 files changed, 86 insertions(+), 28 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1961 git=33829ea7b7c5581021d8e49273c775490fbff4a4


 ChangeLog             |    3 +++
 qa/172-Chunked-CGI.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1960 git=ed1090683906f9f7327a64cdfe7ba444cee5002a


 ChangeLog                |    3 ++
 qa/171-SCGI-Keepalive.py |    1 -
 qa/172-Chunked-CGI.py    |    5 +++-
 qa/173-Chunked-SCGI.py   |   58 ++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    3 +-
 5 files changed, 67 insertions(+), 3 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1959 git=ef1370a1800a04b8af86b71bbf5cae00bde3ac48


 ChangeLog         |    4 ++++
 cherokee/thread.c |   18 ++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1958 git=d14ba8012e19bb9b74acae322beb51c197beed8e


 cherokee/connection.c |   44 ++++++++++++++++++++++++--------------------
 1 files changed, 24 insertions(+), 20 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1957 git=d1c22c8b01efed4319a6ab36d99b2a5c5ecdba6f


 ChangeLog             |    4 ++++
 cherokee/connection.c |   18 +++++++++++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)


2008-09-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1956 git=3770da8c5f412be8f1d4ff193b6e3ef9bf599746


 ChangeLog       |    4 ++++
 cherokee/util.c |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-09-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1955 git=799251f337567445f1e756974a0b5eca49ab5173


 ChangeLog       |    7 ++++++
 cherokee/main.c |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 0 deletions(-)


2008-09-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1954 git=56ddd37c52f7b6a57ee97baacc33017b8f105da8


 doc/bundle_cherokee-guardian.txt |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1952 git=38c196edcb6389cd81507e6e7dbe87379c74a349


 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1951 git=ca27b38d7fa2ef48f8ea6305fe82db2f8249f7b2


 admin/PageAppServers.py |   69 +++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 61 insertions(+), 8 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1950 git=d363ce20a044cbaca0d26baaef8b440b6402ff13


 ChangeLog                     |    3 +++
 admin/Page.py                 |    1 +
 admin/static/css/cherokee.css |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1949 git=0e6b508374a42856fa9f5d7115ee701ac75c9712


 ChangeLog                       |   18 ++++
 admin/ModuleBalancer.py         |  214 ++++++++++-----------------------------
 admin/PageAppServers.py         |  146 ++++++++++++++++++++++++++
 admin/config.py                 |    2 +-
 admin/consts.py                 |    2 +-
 admin/server.py                 |    3 +
 cherokee.conf.sample.pre        |   13 ++-
 cherokee/balancer.c             |   78 +++++---------
 cherokee/balancer.h             |   21 ++--
 cherokee/balancer_round_robin.c |   11 ++-
 cherokee/balancer_round_robin.h |    1 -
 cherokee/connection.c           |    5 +-
 cherokee/main_admin.c           |   18 ++--
 cherokee/server-protected.h     |    2 +
 cherokee/server.c               |  113 +++++++++++++++++----
 cherokee/source.h               |    2 -
 qa/126-SCGI.py                  |   24 +++--
 qa/127-SCGI-Post.py             |   24 +++--
 qa/140-SCGI-EmptyVars.py        |   22 +++--
 qa/141-FastCGI-EmptyVars.py     |   24 +++--
 qa/142-SCGI-ExtraVars.py        |   22 +++--
 qa/151-SCGI-vars.py             |   26 +++--
 qa/152-SCGI-vars2.py            |   23 +++--
 qa/153-SCGI-vars-root.py        |   25 +++--
 qa/171-SCGI-Keepalive.py        |   24 +++--
 qa/172-Chunked-CGI.py           |    2 -
 qa/conf.py                      |    2 +-
 qa/help.py                      |    1 -
 qa/run-tests.py                 |   52 ++++-----
 qa/util.py                      |    7 ++
 30 files changed, 555 insertions(+), 372 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1948 git=d3d795d0c6a3eb1817b5c363c04d1fdc1e212f52


 ChangeLog             |    4 ++++
 admin/PageAdvanced.py |   15 ++++++++++++---
 admin/PageGeneral.py  |    7 ++-----
 3 files changed, 18 insertions(+), 8 deletions(-)


2008-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1947 git=a711636d5efbf1713c81fd0d4232a4c4c845f71f


 ChangeLog                       |    8 +++
 cherokee/connection-protected.h |    3 +
 cherokee/connection.c           |  131 ++++++++++++++++++++++++++-------------
 cherokee/handler.h              |    9 +--
 cherokee/handler_cgi_base.c     |   52 +---------------
 cherokee/handler_cgi_base.h     |    1 -
 cherokee/util.c                 |   52 +++++++++++++++
 cherokee/util.h                 |    6 ++
 8 files changed, 164 insertions(+), 98 deletions(-)


2008-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1946 git=b546f7937a0a9b21c6bc1cd118d4202f8804895d


 ChangeLog                   |    3 +++
 admin/CherokeeManagement.py |    8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)


2008-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1945 git=2c2643ce5f08026b64ad323908b7200bbd6868b9


 cherokee/connection.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2008-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1944 git=d7d2fcdc4ebfbded283903412277065682005ab3


 ChangeLog                       |    7 ++++
 cherokee/connection-protected.h |   10 +++++-
 cherokee/connection.c           |   75 ++++++++++++++++++++++++++++++++-------
 cherokee/handler_cgi_base.c     |   59 +++++++++++++++++-------------
 cherokee/handler_cgi_base.h     |    1 -
 5 files changed, 112 insertions(+), 40 deletions(-)


2008-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1943 git=f49798fdd190052cb4300c180bace007e43d38af


 cherokee/macros.h |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)


2008-09-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1942 git=04b5ce5f553b34116db38c66c51be6edb4daf209


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-09-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1941 git=074f2cf0790bfd6d600ba29690bf553fbe5b6848


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi_base.c |   12 +++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)


2008-09-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1940 git=510e171989c673ce237d22908debe153f06a7baa


 ChangeLog             |    3 +++
 qa/172-Chunked-CGI.py |   36 ++++++++++++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 3 files changed, 41 insertions(+), 1 deletions(-)


2008-09-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1939 git=3f02e1a70e2bfc80673036256976c86d35b492c7


 ChangeLog                |    5 +++++
 qa/138-ChangeUser-cgi.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1938 git=08a14e5493834abbc5fc1dc1f5250f68801faef0


 ChangeLog              |    5 +++++
 cherokee/main_worker.c |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1937 git=2451306ef1726b137730d62ebb32b596074df19d


 admin/config.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1936 git=1708a21456eae9ffa9c96b8d850b8b37fcc3b5da


 ChangeLog       |    3 +++
 admin/config.py |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1935 git=8a77ad8389dd75863227107e5fd7ee5750114ecf


 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1934 git=cc78394d2d153b47fe4167e8cc6bd536d068d8ca


 ChangeLog                     |    5 ++
 admin/Makefile.am             |    6 +-
 admin/Page.py                 |    1 +
 admin/PageMain.py             |   96 -----------------------------------------
 admin/PageStatus.py           |   96 +++++++++++++++++++++++++++++++++++++++++
 admin/main.help.html          |    8 ---
 admin/main.template.html      |   16 -------
 admin/server.py               |    4 +-
 admin/static/css/cherokee.css |    1 +
 admin/status.help.html        |    8 +++
 admin/status.template.html    |   16 +++++++
 11 files changed, 132 insertions(+), 125 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1933 git=2496e2b1460ca6daf195bc639832da866805b293


 ChangeLog       |    3 +++
 cherokee/main.c |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1932 git=75f529b9e6daa4f4d88c7a3c8981152137970835


 ChangeLog            |    6 ++++++
 admin/PageGeneral.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-09-01  Taher Shihadeh  <taher@unixwars.com>
            svn=1931 git=0092d5565f5a538b2d65e0d9ac876e06c496b701


 doc/bundle_cherokee-worker.txt |   47 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1930 git=41b02e17095a910a42a3adbbe232d9a62b18ae56


 ChangeLog                 |    4 ++++
 cherokee/server.c         |   42 +++++++++++++++++++++++++++++++++++++++---
 cherokee/virtual_server.c |    6 ------
 3 files changed, 43 insertions(+), 9 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1929 git=adbb5705c55f9307d08993a62e72d6b186c36396


 cherokee/main.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1928 git=9e072de06d8a70ec2fdee3577a895b84562d8f2a


 ChangeLog                |    3 +++
 cherokee/logger_writer.c |    4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1927 git=5d15998edfac95b59c81d0a747a5ee53a13bd778


 ChangeLog       |    4 ++++
 cherokee/main.c |   13 ++++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1926 git=c5c447133dd3cd8c4a80db68063345311b1a1f64


 admin/CherokeeManagement.py |   24 +++++++++---------------
 1 files changed, 9 insertions(+), 15 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1925 git=f84fb2b536ff2e36774d0efa65d5f30413ec4cd0


 cherokee/handler_cgi_base.c |   63 +++++++++++--------------------------------
 1 files changed, 16 insertions(+), 47 deletions(-)


2008-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1924 git=21e394e2bf34437e1e7273604a3e8606a5266c73


 ChangeLog                   |    6 +++
 cherokee/handler_cgi_base.c |   63 ++++++++++++++++++++-------
 cherokee/main_worker.c      |  102 +++++++++++++++++++++++-------------------
 cherokee/server-protected.h |    5 ++-
 cherokee/server.c           |   50 +++++++++------------
 cherokee/thread.c           |   33 +++++++++++++-
 6 files changed, 165 insertions(+), 94 deletions(-)


2008-08-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1923 git=b42d9e63ff74bd5778889183f4b1f227839f8d6e


 cherokee-worker.1       |    2 +-
 cherokee.1              |    6 ++--
 doc/bundle_cherokee.txt |   68 ++++++++++++++++++++++++++++++++++++-----------
 doc/index.txt           |    1 +
 4 files changed, 57 insertions(+), 20 deletions(-)


2008-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1922 git=0b267dcccc88619ff028a443d08639c1f80122ac


 ChangeLog         |    5 ++++
 Makefile.am       |    2 +-
 cherokee-worker.1 |   66 ++++++++------------------------------------------
 cherokee.1        |   69 ++++++++++++++++++++++++++++++++++++++++++----------
 4 files changed, 72 insertions(+), 70 deletions(-)


2008-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1921 git=0f7599c46e9cd17b5d49ef9d69a3e9b6960f7627


 ChangeLog              |    5 +++++
 cherokee/main_worker.c |   13 +++++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)


2008-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1920 git=3920b0e7e746a485ef8893713dbe3d426a43f336


 admin/server.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2008-08-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1919 git=5993c0e214191509eb62443b9ba46777f745e289


 ChangeLog                       |    8 +++
 cherokee-guardian.1             |   62 ---------------------------
 cherokee-worker.1               |   90 +++++++++++++++++++++++++++++++++++++++
 cherokee.1                      |   57 ++++++------------------
 doc/Makefile.am                 |    2 +-
 doc/basics_running_cherokee.txt |   19 ++++----
 doc/bundle.txt                  |    4 +-
 doc/bundle_cherokee.txt         |   65 ++++++++--------------------
 doc/index.txt                   |    4 +-
 9 files changed, 144 insertions(+), 167 deletions(-)


2008-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1918 git=7c8ec431ac9f06ab5bf709e740cc9b0c9f1f76f0


 ChangeLog                   |    9 +
 admin/CherokeeManagement.py |   21 +-
 admin/PageMain.py           |    2 +-
 admin/configured.py.pre     |    4 +-
 cherokee/Makefile.am        |   18 +-
 cherokee/main.c             |  454 ++++++++++++++++++++++---------------------
 cherokee/main_guardian.c    |  277 --------------------------
 cherokee/main_worker.c      |  313 +++++++++++++++++++++++++++++
 cherokee/server.c           |   11 +-
 constants.h.pre             |    3 +-
 10 files changed, 589 insertions(+), 523 deletions(-)


2008-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1917 git=8efd3db1078f4ab19c6136d63df0822f11131203


 ChangeLog                  |   11 +++++++++++
 admin/Module.py            |   17 ++++++++++++-----
 admin/ModuleAdmin.py       |    8 ++++----
 admin/ModuleCgi.py         |    8 +++-----
 admin/ModuleCommon.py      |    6 +++---
 admin/ModuleCustomError.py |    8 ++++----
 admin/ModuleDirlist.py     |    7 +++----
 admin/ModuleFcgi.py        |    7 ++++---
 admin/ModuleFile.py        |    7 +++----
 admin/ModuleHandler.py     |    9 +++++++++
 admin/ModuleMirror.py      |    8 ++++----
 admin/ModuleRedir.py       |    8 ++++----
 admin/ModuleScgi.py        |    7 ++++---
 admin/ModuleServerInfo.py  |    8 ++++----
 admin/PageEntry.py         |   19 ++++++++++++-------
 admin/PageVServer.py       |    6 +++---
 admin/RuleList.py          |    2 +-
 admin/server.py            |    5 ++++-
 18 files changed, 92 insertions(+), 59 deletions(-)


2008-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1916 git=0cc0da0cfb892bc1756bdc5cd0d65ca7bb4c7a57


 ChangeLog       |    3 +++
 admin/config.py |   28 ++++++++++++++++++++++++----
 2 files changed, 27 insertions(+), 4 deletions(-)


2008-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1915 git=977872d71b89efc77d5dfa58f8035bf261a31b37


 ChangeLog           |    4 ++++
 admin/ModuleCgi.py  |   30 +++++++++++++++++++++++-------
 admin/ModuleFcgi.py |    4 ++++
 admin/ModuleScgi.py |    4 ++++
 4 files changed, 35 insertions(+), 7 deletions(-)


2008-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1914 git=221f838bb4e0becd341f9844306e72e0b94e4f2b


 ChangeLog                   |    8 +++++++-
 admin/CherokeeManagement.py |   26 ++++++++++++++------------
 2 files changed, 21 insertions(+), 13 deletions(-)


2008-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1913 git=132c785388883f4d5e84bbc50ba2cf7063ded2ee


 ChangeLog         |    4 ++++
 cherokee/socket.h |    7 +++++++
 2 files changed, 11 insertions(+), 0 deletions(-)


2008-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1912 git=e957d987947752b8d0f526e92db50026a2659e26


 ChangeLog                       |    9 +++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   13 +++--
 cherokee/handler_scgi.c         |   17 ++++--
 cherokee/server-protected.h     |    2 -
 cherokee/server.c               |  125 +++++++++++++++------------------------
 cherokee/socket.c               |   20 ++++++-
 cherokee/socket.h               |    1 +
 cherokee/source.c               |   10 ++-
 cherokee/thread.c               |   56 +++++++++++------
 cherokee/thread.h               |   27 ++++++---
 11 files changed, 156 insertions(+), 125 deletions(-)


2008-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1911 git=bd2eb748dc866a121691d19b72e5076cfd3ff242


 ChangeLog                |    5 +++++
 cherokee.conf.sample.pre |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1910 git=df7759e2422d84adf4b58477ce37b10a5f9e8be6


 ChangeLog                   |    3 +++
 cherokee/handler_cgi_base.c |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1909 git=52ecd322968da83cba2c83dd9d23be0e4304ae97


 ChangeLog                |   10 ++++++++
 cherokee/connection.c    |    8 ++----
 qa/171-SCGI-Keepalive.py |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    3 +-
 4 files changed, 67 insertions(+), 6 deletions(-)


2008-08-26  Taher Shihadeh  <taher@unixwars.com>
            svn=1907 git=c51802bc287804cb440f37ca65d5748f66699e67


 doc/other_faq.txt |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2008-08-26  Taher Shihadeh  <taher@unixwars.com>
            svn=1906 git=a1c17a7046c1431ee68334351172f5d33cb26140


 doc/other_faq.txt |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)


2008-08-26  Taher Shihadeh  <taher@unixwars.com>
            svn=1905 git=ddba0cad9f34efd57eea0ea6a685017d315d0a12


 doc/basics.txt                   |    1 +
 doc/cookbook_django.txt          |    2 +-
 doc/modules_loggers_combined.txt |    2 +-
 doc/other_faq.txt                |   59 ++++++++++++++++++--------------------
 4 files changed, 31 insertions(+), 33 deletions(-)


2008-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1904 git=2c43dae3c76ba2d8ed1e959c183660796a15101b


 ChangeLog        |    6 ++++++
 cget/Makefile.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1903 git=21239434913a0dd9415c7df228c1fa0cadd7ce87


 ChangeLog                 |    4 ++++
 cherokee/virtual_server.c |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2008-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1901 git=7d5e9d8af1175685b0f9a03fa3eac84549e33f68


 doc/other_faq.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-25  Taher Shihadeh  <taher@unixwars.com>
            svn=1900 git=25a7fdc022fa2ce60951427ed68f224ceada93f2


 doc/Makefile.am               |    1 +
 doc/bundle_cherokee-admin.txt |    2 +-
 doc/index.txt                 |    2 +-
 doc/other.txt                 |    1 +
 doc/other_faq.txt             |  114 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 118 insertions(+), 2 deletions(-)


2008-08-25  Taher Shihadeh  <taher@unixwars.com>
            svn=1899 git=499aaee1d6882716b31edfeae3cde34820216f88


 doc/Makefile.am       |    2 +-
 doc/other_goodies.txt |   16 ++++++++++++----
 2 files changed, 13 insertions(+), 5 deletions(-)


2008-08-25  Taher Shihadeh  <taher@unixwars.com>
            svn=1898 git=b4f0baa322369868df28e9e1a0db1cbb0c4d3530


 cherokee-admin.1      |    8 ++++----
 doc/other_goodies.txt |    3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)


2008-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1896 git=dc9a69cd0c43e1900914c9e03a3503c397902f59


 ChangeLog       |    5 +++++
 cherokee/http.h |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1895 git=cf938fd677e2374b4d7022464af1085dbf3d68c5


 cherokee/source_interpreter.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2008-08-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1893 git=a97454b200f169b2c3193ad4dd5efad3674df139


 ChangeLog                 |    3 +
 cherokee/socket.c         |   28 +++++---
 cherokee/virtual_server.c |  163 +++++++++++++++++++++++++++++++++++++++++----
 cherokee/virtual_server.h |    6 ++-
 4 files changed, 177 insertions(+), 23 deletions(-)


2008-08-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1892 git=5a50c00ceb7349fd2024eebdc1de1cca53041317


 cget/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-21  Taher Shihadeh  <taher@unixwars.com>
            svn=1891 git=c7bd4edfbcedb186bde5663f949844b87a234513


 doc/bundle_cget.txt            |    2 ++
 doc/config_virtual_servers.txt |    5 +++++
 doc/other_goodies.txt          |   17 +++++++++++------
 3 files changed, 18 insertions(+), 6 deletions(-)


2008-08-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1890 git=25de4e85e410c23693ac82a7154a90f0430e5623


 ChangeLog                 |    6 +++
 cherokee/downloader.c     |    4 +-
 cherokee/socket.c         |   27 ++++++++++-----
 cherokee/socket.h         |    2 +-
 cherokee/virtual_server.c |   79 ++++++++++++++++++++++++++++++++++++++++++---
 5 files changed, 101 insertions(+), 17 deletions(-)


2008-08-21  Taher Shihadeh  <taher@unixwars.com>
            svn=1889 git=f1f95693f1f467b9f76a334d18f7116146e0fda2


 doc/media/images/admin_handler_custom_error.png |  Bin 0 -> 38441 bytes
 doc/modules_handlers_custom_error.txt           |   40 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)


2008-08-21  Taher Shihadeh  <taher@unixwars.com>
            svn=1888 git=0fafdb012d5b8a7835a29865f30f83b352497bed


 doc/Makefile.am           |    2 ++
 doc/dev_cherokee.conf.txt |    9 +++++++++
 doc/index.txt             |    1 +
 3 files changed, 12 insertions(+), 0 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1887 git=fead75cc86c9b35b23c63cb302ef4635b2147bbc


 ChangeLog                       |    6 +++
 admin/ModuleCustomError.py      |   22 ++++++++++
 admin/consts.py                 |    1 +
 cherokee/Makefile.am            |   20 +++++++++
 cherokee/handler_custom_error.c |   87 +++++++++++++++++++++++++++++++++++++++
 cherokee/handler_custom_error.h |   48 +++++++++++++++++++++
 configure.in                    |    3 +-
 7 files changed, 186 insertions(+), 1 deletions(-)


2008-08-20  Taher Shihadeh  <taher@unixwars.com>
            svn=1886 git=812d71718bf61ca3726e63e091ef51c9aed0437d


 doc/bundle_cherokee-admin.txt |    2 +-
 doc/modules_handlers_fcgi.txt |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1885 git=e1998acd61cb49549c6e861d61f5ae6d688ee946


 ChangeLog                 |    5 +++++
 admin/PageEntry.py        |    3 ++-
 cherokee/util.c           |   34 ++++++++++++++++++++++++++++++++++
 cherokee/util.h           |    1 +
 cherokee/virtual_server.c |    4 +++-
 5 files changed, 45 insertions(+), 2 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1884 git=7d9006c52815a0c24dcac792217eddbe04fd4961


 ChangeLog                 |    6 ++++++
 admin/static/js/common.js |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1882 git=d81595c3faf2207707142d391a6028f3cc118958


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-08-20  Taher Shihadeh  <taher@unixwars.com>
            svn=1881 git=2dc4d96f65685997f98152fc4fb0db86a3109aaa


 doc/basics_installation_windows.txt  |    3 +++
 doc/config_virtual_servers_rule.txt  |   14 ++++++++++++++
 doc/cookbook_php.txt                 |   12 ++++++------
 doc/modules_handlers_server_info.txt |    1 +
 4 files changed, 24 insertions(+), 6 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1880 git=a9a395c4150cb272eff4199a77e24a789d89884c


 ChangeLog                       |    7 +++++
 admin/PageEntry.py              |   29 ++++++++++++++++++----
 admin/consts.py                 |    7 +++++
 cherokee/config_entry.c         |   12 +++++++++
 cherokee/config_entry.h         |   11 ++++++++
 cherokee/connection-protected.h |    3 ++
 cherokee/connection.c           |   51 +++++++++++++++++++++++++++++++++++++-
 cherokee/rule_list.c            |   34 ++++++++++++++++---------
 cherokee/virtual_server.c       |   19 ++++++++++++++
 9 files changed, 154 insertions(+), 19 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1879 git=b28a1971266b145569939ad8fe2fcdf8209d9564


 cherokee/handler_scgi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1878 git=fabd53d2d869af2a503c600de3364e8838d201f3


 ChangeLog              |    3 +++
 cherokee/config_node.c |   14 ++++++++++++++
 cherokee/config_node.h |    1 +
 3 files changed, 18 insertions(+), 0 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1877 git=0d94a319cde7abd9254b4e9a0ef9e927c7bf4a30


 ChangeLog       |   14 ++++++++++----
 cherokee/util.c |    4 ++--
 cherokee/util.h |   14 ++++++++------
 3 files changed, 20 insertions(+), 12 deletions(-)


2008-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1876 git=b38952d669778925f84c4ed6e179cc044f88d246


 cherokee/socket.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1875 git=c5d5f0fa95936e81b2b0e3a0c9f4cfcd077b464d


 ChangeLog                      |    3 +++
 cherokee/handler_server_info.c |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1874 git=443c453fb80f816144356d8664ee649e119f0601


 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1872 git=010eb3668edcd1bd8b380248109868c41ce058e5


 cherokee/handler_dirlist.c |    7 +++----
 cherokee/rule_directory.c  |    6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1871 git=f1d0cc7cbdeb90032e920b60eee820bc39091a53


 ChangeLog                       |    9 +++++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   49 +++++++++++++++++++++++++++++++++++++++
 cherokee/handler_dirlist.c      |   42 +-------------------------------
 cherokee/rule_directory.c       |    6 ++--
 5 files changed, 64 insertions(+), 43 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1868 git=865fb206723cff3c132bee7c7b75fd7b494d8260


 cherokee/util.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1867 git=c7e73b1c312b1b940e2f1887d05cb6143e731196


 ChangeLog                  |    3 +++
 cherokee/handler_dirlist.c |   10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)


2008-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1864 git=1f5d9ae8060fca1e5543ee662a24eeb07bd37aee


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1859 git=a854e5fc6773e98d07b2d32e5ac91d819fb00427


 ChangeLog         |    4 ++++
 cherokee/thread.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1857 git=eb75e1e0c1e6d0fbe8925b56e5ec947a9e37e4d7


 ChangeLog                  |    4 ++++
 cherokee/handler_dirlist.c |   14 ++++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)


2008-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1854 git=ba6f2ea39f7de87e70794f8a1b0c0638366ca9af


 ChangeLog                  |    7 ++++++-
 cherokee/handler_dirlist.c |    8 +++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)


2008-08-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1853 git=37264d09a707615d928fd85e5410097eb6bbe813


 ChangeLog             |    3 +++
 cherokee/connection.c |   10 +++++++++-
 cherokee/handler.h    |    9 +++++----
 3 files changed, 17 insertions(+), 5 deletions(-)


2008-08-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1852 git=9e9a2ff34440a0c4460fbc60dbe2026a116685b1


 ChangeLog         |    6 ++++++
 cherokee/buffer.c |   22 ++++++++++++++++++++++
 cherokee/buffer.h |    1 +
 3 files changed, 29 insertions(+), 0 deletions(-)


2008-08-16  Taher Shihadeh  <taher@unixwars.com>
            svn=1851 git=71f74f8c0f684717685533bcae13906a36dffd58


 ChangeLog                       |    8 +++-
 doc/Makefile.am                 |    1 +
 doc/basics_installation_svn.txt |   71 +++++++++++++++++++++++++++++++++++++++
 doc/index.txt                   |    1 +
 4 files changed, 79 insertions(+), 2 deletions(-)


2008-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1850 git=29d3eef461df72b86a8036ba7486b67636976590


 ChangeLog           |    5 +++++
 cherokee/balancer.c |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


2008-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1849 git=37e5d26cb740899a0fbe5c337fe813547ceae8a2


 ChangeLog                     |   19 ++++++++---
 cherokee/handler_fcgi.c       |   65 ++++----------------------------------
 cherokee/handler_mirror.c     |   30 ++----------------
 cherokee/handler_scgi.c       |   65 ++++----------------------------------
 cherokee/source.c             |   38 ++++++++++++++++++++++
 cherokee/source.h             |   26 +++++++++++-----
 cherokee/source_interpreter.c |   69 +++++++++++++++++++++++++++++++++++++++++
 cherokee/source_interpreter.h |    5 +++
 8 files changed, 160 insertions(+), 157 deletions(-)


2008-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1848 git=b5e352b10f03554a60bd3241ee14062ceaa0f3b2


 cherokee/handler_mirror.c |    8 +++++++-
 cherokee/handler_mirror.h |    1 -
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1847 git=443b67ac8b4a26b0f55666f02a8658c045546e7a


 cherokee/handler_mirror.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1845 git=3c40db2d98f2039949ee97be252b03f754e13fda


 ChangeLog                     |    8 +++++++-
 admin/PageVServer.py          |   32 +++++++++++++++++++++-----------
 admin/PageVServers.py         |   20 +++++++++++++++-----
 admin/static/css/cherokee.css |   34 +++++++++++++++++++---------------
 4 files changed, 62 insertions(+), 32 deletions(-)


2008-08-15  Taher Shihadeh  <taher@unixwars.com>
            svn=1844 git=73c4c78bd50a6b69d3138179f8077245c8589485


 doc/basics_upgrade.txt        |    2 +-
 doc/basics_why_cherokee.txt   |    4 ++--
 doc/bundle_cherokee-tweak.txt |    4 ++--
 doc/other_goodies.txt         |    8 ++++----
 4 files changed, 9 insertions(+), 9 deletions(-)


2008-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1842 git=73c09e306685bbf5b112ddbce706c26a31912c66


 ChangeLog            |    7 +++++++
 admin/PageVServer.py |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1839 git=0958176591b1c1c2d0334583181b21ddf8fc675b


 doc/other_goodies.txt |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1838 git=f48a42661f4ff8800353742265d9612193f3d21a


 ChangeLog             |    7 +++++++
 cherokee/connection.c |    7 ++++++-
 cherokee/socket.c     |   47 ++++++++++++++++++++++++++++++++++++++++++-----
 cherokee/socket.h     |    1 +
 cherokee/thread.c     |   19 ++++++++++++++++---
 cherokee/thread.h     |    3 ++-
 6 files changed, 74 insertions(+), 10 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1837 git=9e53d7620d8aae93c460785f05b9ec7d4b1224d5


 ChangeLog       |    2 ++
 qa/base.py      |    5 +++--
 qa/run-tests.py |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1836 git=65565162bdc9f52e25e32afd3b44d2902bc16dc3


 doc/bundle_cherokee-admin.txt    |   26 +++++++++++++-------------
 doc/bundle_cherokee-guardian.txt |   12 +++++-------
 doc/cookbook_authentication.txt  |   29 +++++++++++++++++++++++++++--
 doc/media/css/cherokee_doc.css   |    6 +-----
 4 files changed, 46 insertions(+), 27 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1830 git=f19e977bc0fc12acc13b8411f7477dc31ec3a50e


 doc/media/images/admin_index.png  |  Bin 103749 -> 107783 bytes
 doc/media/images/admin_launch.png |  Bin 106292 -> 112237 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1829 git=34c46c06e8dd336bdcc3d16861977f21408cff6e


 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1826 git=811e18786b68b962938f7f15ffb47e0f933a7d6c


 ChangeLog |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1824 git=2c8364ff75ba6d31ed6106e3042ad130d117046c


 doc/Makefile.am                               |    2 +
 doc/cookbook_authentication.txt               |   36 ++++++++++++++++++++++--
 doc/media/images/cookbook_mysql_rule.png      |  Bin 0 -> 26060 bytes
 doc/media/images/cookbook_mysql_validator.png |  Bin 0 -> 49986 bytes
 4 files changed, 35 insertions(+), 3 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1823 git=45656f2f454873eed18105ad7b6dd8826dabc016


 doc/cookbook_authentication.txt      |    3 +--
 doc/index.txt                        |   19 +++++++++----------
 doc/modules_handlers_server_info.txt |   13 ++++++-------
 3 files changed, 16 insertions(+), 19 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1822 git=9c03b84b4aaf38195eaae412fb0deecc55360eb0


 cherokee/downloader.c |    2 +-
 cherokee/post.h       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1821 git=a6a48cec99f8d34219e5e385d16cbf079ee9e4d1


 ChangeLog       |    6 ++++++
 doc/Makefile.am |    5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1820 git=bc87dbaee5386d32b52dd6f7c856c2e4d92dbce1


 doc/cookbook_authentication.txt |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1819 git=8b15b97f740af10795231f82aec63897353c4198


 doc/bundle_cherokee-admin.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1818 git=e4d23f50e695c19440c4e9fdb77da9ce41a11bbe


 doc/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1817 git=6b06d31d1e883f1f610483d34b925b7f3c8091ad


 doc/build/build_web.sh                   |    1 +
 doc/bundle_cherokee-tweak.txt            |    2 +-
 doc/media/images/admin_advanced.png      |  Bin 128302 -> 59828 bytes
 doc/media/images/admin_general.png       |  Bin 113821 -> 52373 bytes
 doc/media/images/admin_handler_admin.png |  Bin 0 -> 32913 bytes
 doc/media/images/admin_index.png         |  Bin 113792 -> 103749 bytes
 doc/media/images/admin_launch.png        |  Bin 143841 -> 106292 bytes
 doc/media/images/admin_vserver.png       |  Bin 81555 -> 29448 bytes
 doc/media/images/cherokee-tweak.png      |  Bin 81315 -> 0 bytes
 9 files changed, 2 insertions(+), 1 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1816 git=7cc267c723fd3b2cf4ae114f45bf5cbc0e1238a3


 ChangeLog                             |   39 ++++++++++++++++
 doc/Makefile.am                       |   56 ++++++++++++-----------
 doc/basics.txt                        |   18 ++++---
 doc/basics_download.txt               |    2 +
 doc/basics_installation.txt           |    2 +
 doc/basics_installation_unix.txt      |    4 +-
 doc/basics_installation_windows.txt   |    2 +
 doc/basics_requirements.txt           |    4 +-
 doc/basics_running_cherokee.txt       |    2 +
 doc/basics_upgrade.txt                |    2 +
 doc/basics_why_cherokee.txt           |    2 +
 doc/build/build_web.sh                |    1 -
 doc/build/doc.conf                    |    7 ---
 doc/build/web.conf                    |    2 +-
 doc/bundle.txt                        |   14 +++---
 doc/bundle_cget.txt                   |    6 ++-
 doc/bundle_cherokee-config.txt        |    6 ++-
 doc/bundle_cherokee-guardian.txt      |    6 ++-
 doc/bundle_cherokee-tweak.txt         |    6 ++-
 doc/bundle_cherokee.txt               |    6 ++-
 doc/bundle_spawn-fcgi.txt             |    6 ++-
 doc/config.txt                        |   18 ++++---
 doc/config_advanced.txt               |    2 +
 doc/config_encoding.txt               |    2 +
 doc/config_general.txt                |    2 +
 doc/config_icons.txt                  |    2 +
 doc/config_mime_types.txt             |    2 +
 doc/config_quickstart.txt             |    2 +
 doc/config_virtual_servers.txt        |    2 +
 doc/config_virtual_servers_rule.txt   |    2 +
 doc/cookbook.txt                      |   16 ++++---
 doc/cookbook_authentication.txt       |    2 +
 doc/cookbook_cross_compilation.txt    |    2 +
 doc/cookbook_django.txt               |    2 +
 doc/cookbook_managing_logs.txt        |    2 +
 doc/cookbook_optimizations.txt        |    2 +
 doc/cookbook_php.txt                  |    2 +
 doc/cookbook_ror.txt                  |    2 +
 doc/cookbook_ssl.txt                  |    2 +
 doc/dev.txt                           |    6 ++-
 doc/dev_api.txt                       |    2 +
 doc/dev_cherokee.conf.txt             |    6 ++-
 doc/dev_debug.txt                     |    6 ++-
 doc/dev_examples.txt                  |    2 +
 doc/index.txt                         |   81 +++++++++++++++++++++++++++-----
 doc/media/css/cherokee_doc.css        |    9 +++-
 doc/modules.txt                       |   56 +++++++++++-----------
 doc/modules_balancers.txt             |    2 +
 doc/modules_balancers_round_robin.txt |    2 +
 doc/modules_encoders.txt              |    2 +
 doc/modules_encoders_deflate.txt      |    2 +
 doc/modules_encoders_gzip.txt         |    2 +
 doc/modules_handlers.txt              |    2 +
 doc/modules_handlers_admin.txt        |    2 +
 doc/modules_handlers_cgi.txt          |    2 +
 doc/modules_handlers_common.txt       |    2 +
 doc/modules_handlers_dirlist.txt      |    2 +
 doc/modules_handlers_fcgi.txt         |    2 +
 doc/modules_handlers_file.txt         |    2 +
 doc/modules_handlers_mirror.txt       |    2 +
 doc/modules_handlers_redir.txt        |    2 +
 doc/modules_handlers_scgi.txt         |    2 +
 doc/modules_handlers_server_info.txt  |    2 +
 doc/modules_loggers.txt               |    2 +
 doc/modules_loggers_combined.txt      |    2 +
 doc/modules_loggers_ncsa.txt          |    7 ++-
 doc/modules_loggers_w3c.txt           |    2 +
 doc/modules_validators.txt            |    2 +
 doc/modules_validators_htdigest.txt   |    2 +
 doc/modules_validators_htpasswd.txt   |    6 ++-
 doc/modules_validators_ldap.txt       |    3 +
 doc/modules_validators_mysql.txt      |    6 ++-
 doc/modules_validators_pam.txt        |    2 +
 doc/modules_validators_plain.txt      |    2 +
 doc/other.txt                         |    4 +-
 doc/other_goodies.txt                 |    6 ++-
 76 files changed, 368 insertions(+), 137 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1815 git=1d7b9513c520123b0544cd115f86bc3e6803a369


 ChangeLog       |    2 ++
 qa/conf.py      |    7 ++++---
 qa/run-tests.py |    7 ++++---
 3 files changed, 10 insertions(+), 6 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1814 git=7e1666fcc23c91fd46351290ea9bf43fea033d9e


 ChangeLog                       |    3 ++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   45 +++++++++++++++++++++++++++-----------
 cherokee/thread.c               |   14 ++++-------
 4 files changed, 41 insertions(+), 22 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1813 git=8b5bf87a4fb052750740d121a83be2101583b61b


 qa/066-DirectoryIndex3.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1812 git=84042413a797b6081b8ab4ed8ef7ec96e6480c12


 ChangeLog         |    4 ++++
 cherokee/server.c |    7 ++++++-
 2 files changed, 10 insertions(+), 1 deletions(-)


2008-08-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1811 git=b4493838a83e4967a017bf8187d64afe2db44e7b


 doc/build/build_combined.sh     |    4 ---
 doc/build/build_web.sh          |    2 +-
 doc/build/doc.conf              |    2 +-
 doc/build/web.conf              |   51 +++++++++++++++++++++++++++++++++++++++
 doc/build/website_template.conf |   51 ---------------------------------------
 doc/media/css/cherokee_doc.css  |   20 +--------------
 6 files changed, 54 insertions(+), 76 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1810 git=35e728bc3dee4e836e9c97d9ee3e23c2b61188ae


 ChangeLog         |    3 +++
 cherokee/server.c |   30 ------------------------------
 2 files changed, 3 insertions(+), 30 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1809 git=41395b8fdeafbaf6bdc85bc18e97dee1b9a18bbb


 cherokee/thread.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1808 git=f906bd4f4a727c8107ef56e53d62727f2b9e701d


 ChangeLog                  |    5 +++++
 cherokee/handler_dirlist.c |   20 ++++++++++++++++++--
 2 files changed, 23 insertions(+), 2 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1807 git=b313ee7bc415bb50c04001ed1406f3071a02c9a0


 ChangeLog         |    3 +++
 cherokee/thread.c |   28 +++++++---------------------
 2 files changed, 10 insertions(+), 21 deletions(-)


2008-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1806 git=9fe0c358cd9468149caf5a53066f1b8ca30c8425


 ChangeLog             |    5 +++++
 cherokee/connection.c |   38 ++++++++++++++++++++------------------
 2 files changed, 25 insertions(+), 18 deletions(-)


2008-08-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1804 git=d954c2904985c001361582a4a67bffb65ed0897a


 doc/cookbook_authentication.txt  |   70 ++++++++++++++++++++++++++++++++++++-
 doc/cookbook_optimizations.txt   |   27 +++++++-------
 doc/modules.txt                  |    1 +
 doc/modules_validators_plain.txt |    1 +
 doc/other_goodies.txt            |   25 ++++++++++++-
 5 files changed, 106 insertions(+), 18 deletions(-)


2008-08-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1802 git=1bba80774ac3aef4589ce9db9e10a8c6d1913811


 doc/TOC.txt |  121 -----------------------------------------------------------
 1 files changed, 0 insertions(+), 121 deletions(-)


2008-08-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1801 git=5b30f333118f67f199bd4dd099638dde63228a6d


 ChangeLog                                   |   19 +++++
 doc/Makefile.am                             |   23 +++---
 doc/TOC.txt                                 |   45 ++++++----
 doc/TODO                                    |   26 ------
 doc/basics.txt                              |    4 -
 doc/basics_why_cherokee.txt                 |    2 +-
 doc/build/chunked_template.conf             |   35 --------
 doc/build/combined.txt                      |   69 ----------------
 doc/build/combined_template.conf            |    5 -
 doc/build/doc.conf                          |   35 ++++++++
 doc/bundle.txt                              |    4 -
 doc/config.txt                              |    4 -
 doc/cookbook.txt                            |   11 ++-
 doc/cookbook_authentication.txt             |   32 ++++++--
 doc/cookbook_cross_compilation.txt          |    4 +-
 doc/cookbook_django.txt                     |   90 ++++++++++++++++++++-
 doc/cookbook_managing_logs.txt              |    4 +
 doc/cookbook_optimizations.txt              |  109 +++++++++++++++++++++++--
 doc/cookbook_php.txt                        |    5 +-
 doc/cookbook_ror.txt                        |  105 ++++++++++++++++++++++--
 doc/cookbook_ssl.txt                        |   26 +++---
 doc/dev.txt                                 |    6 +-
 doc/dev_api.txt                             |    4 +
 doc/dev_cherokee.conf.txt                   |  117 ++++++++++++++++++++++++---
 doc/dev_examples.txt                        |    4 +
 doc/index.txt                               |   66 +++++++++++++++
 doc/media/images/cookbook_django_common.png |  Bin 0 -> 36521 bytes
 doc/media/images/cookbook_django_scgi.png   |  Bin 0 -> 21403 bytes
 doc/media/images/cookbook_ror_common.png    |  Bin 0 -> 34821 bytes
 doc/media/images/cookbook_ror_fcgi.png      |  Bin 0 -> 31653 bytes
 doc/modules.txt                             |   30 ++++++-
 doc/modules_handlers_fcgi.txt               |   10 +++
 doc/modules_handlers_scgi.txt               |    2 +-
 doc/modules_validators_htdigest.txt         |   19 -----
 doc/modules_validators_htpasswd.txt         |   20 -----
 doc/modules_validators_ldap.txt             |   24 ------
 doc/modules_validators_mysql.txt            |   25 ------
 doc/modules_validators_pam.txt              |   16 ----
 doc/modules_validators_plain.txt            |   30 +------
 doc/other.txt                               |    1 +
 doc/other_goodies.txt                       |    4 +-
 41 files changed, 661 insertions(+), 374 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1800 git=c7fa85cbcaac92302a7fa8211e1baaa9fe66d88e


 ChangeLog                     |    7 +++++++
 qa/170-Error-ContentLength.py |   36 ++++++++++++++++++++++++++++++++++++
 qa/Makefile.am                |    3 ++-
 3 files changed, 45 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1799 git=c13b89b8ad8bbd02930f111d1af7d57d00d01cb8


 ChangeLog                   |    5 ++
 cherokee/Makefile.am        |    2 -
 cherokee/connector.c        |  111 -------------------------------------------
 cherokee/connector.h        |   59 -----------------------
 cherokee/downloader.c       |   12 +----
 cherokee/server-protected.h |    3 -
 cherokee/server.c           |   14 ++----
 cherokee/source.c           |    8 +---
 8 files changed, 14 insertions(+), 200 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1798 git=612acc3fdec0788c87c0202bd41a72843efa54d4


 ChangeLog             |    3 +++
 cherokee/main_admin.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1797 git=75304f74e9114c746057ff393ef300de03621455


 ChangeLog                 |    4 ++++
 admin/static/js/common.js |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1796 git=50d5a7b5becb48fb1b11f08703db085b7d51b997


 cherokee.conf.sample.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1795 git=2dc21dd8a57fcae6cb3c9dc4de159d2458073d5c


 ChangeLog                      |    5 +++++
 admin/ModuleServerInfo.py      |   21 ++++++++++++---------
 cherokee/handler_server_info.c |   21 ++++++++++++++-------
 3 files changed, 31 insertions(+), 16 deletions(-)


2008-08-13  Taher Shihadeh  <taher@unixwars.com>
            svn=1794 git=c09b07391f198eda48530b5ba340b0d5dcf62dcd


 admin/PageVServer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1793 git=a00d5959636ffe877fa02830cebd863bdcd1e807


 ChangeLog                |    5 +++++
 cherokee/plugin_loader.c |    7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1792 git=e9ad420a462df06adf435bb1bf1ee3843b169844


 ChangeLog               |    5 +++++
 admin/ModuleBalancer.py |   22 ++++++++++++++++------
 2 files changed, 21 insertions(+), 6 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1791 git=258bff90b5e75a1627c11f4da9f1798dddabad0d


 ChangeLog             |    5 +++++
 admin/ModuleMirror.py |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1790 git=bca525421ba831916b84ec039b87c9c81d81377e


 ChangeLog               |    4 ++++
 cherokee/resolv_cache.c |    2 +-
 cherokee/socket.c       |   25 +++++++++++++++++--------
 cherokee/socket.h       |    5 +++++
 cherokee/source.c       |   11 +++++++----
 5 files changed, 34 insertions(+), 13 deletions(-)


2008-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1789 git=bd51dfd95cb8895d354eaa630ea41fee9289f08f


 ChangeLog                 |    6 +++++
 cherokee/handler_mirror.c |   53 +++++++++++++++++++++++++++++++-------------
 cherokee/handler_mirror.h |    1 +
 3 files changed, 44 insertions(+), 16 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1788 git=97a80453fc55f8d647516bac00dee9f6ce4a9724


 ChangeLog                       |    8 +++++
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   27 ++++++++++++++++++
 cherokee/thread.c               |   58 ++++++++++++++++++++++++---------------
 4 files changed, 72 insertions(+), 22 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1787 git=d4009f41ba2b45eef860467eb9c91bad2f24ba8b


 admin/ModuleErrorNn.py |    2 ++
 admin/PageVServer.py   |    8 +++++---
 2 files changed, 7 insertions(+), 3 deletions(-)


2008-08-12  Taher Shihadeh  <taher@unixwars.com>
            svn=1786 git=51726a5e2ff483495c75c072bc53018ae8338fd9


 ChangeLog                        |    8 +++++
 doc/Makefile.am                  |    6 +++-
 doc/TOC.txt                      |   26 ++++++++++--------
 doc/cookbook_django.txt          |    6 ++++
 doc/cookbook_optimizations.txt   |   13 +++++++++
 doc/cookbook_php.txt             |   49 +++++++++++++++++++++++++++++++++++
 doc/cookbook_ror.txt             |   10 +++++++
 doc/modules_handlers_cgi.txt     |   16 ++++++++++-
 doc/modules_handlers_fcgi.txt    |   53 +++++---------------------------------
 doc/modules_validators_ldap.txt  |   23 +++++++++++++++-
 doc/modules_validators_mysql.txt |   27 ++++++++++++++++---
 doc/modules_validators_pam.txt   |    7 +++++
 doc/other_goodies.txt            |    5 +++
 13 files changed, 184 insertions(+), 65 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1785 git=4a10e84a9bf2503a15b71d4761bc5d38b18488de


 ChangeLog                |    7 +++
 admin/PageVServer.py     |   96 +++++++++++++++++++++++++-----------------
 admin/pyscgi.py          |    1 +
 cherokee/connection.c    |    3 +-
 cherokee/logger_ncsa.c   |   22 ++++++----
 cherokee/logger_w3c.c    |   31 +++++--------
 cherokee/logger_writer.c |  104 ++++++++++++++++++----------------------------
 cherokee/logger_writer.h |    1 -
 8 files changed, 134 insertions(+), 131 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1784 git=275b52f75e8b5f7a4b52b821bbcc970549547fc8


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |   17 ++++++++++++-----
 admin/Page.py               |   34 +++++++++++++++++++++++++++++++---
 admin/pyscgi.py             |   23 ++++++++++++++---------
 admin/server.py             |   10 ++++++----
 5 files changed, 68 insertions(+), 21 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1783 git=ce617369f189f008b29ce46188544d8bbda0a13e


 cherokee/info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1782 git=9f99e989249f622cfc95253741933549e50f8127


 ChangeLog       |    5 +++++
 admin/server.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-08-12  Taher Shihadeh  <taher@unixwars.com>
            svn=1781 git=811bb06068f73798b68928716c0312376d60c7b0


 ChangeLog            |    6 ++++++
 admin/ModuleLdap.py  |   13 ++++++-------
 admin/ModuleMysql.py |    3 +--
 3 files changed, 13 insertions(+), 9 deletions(-)


2008-08-12  Taher Shihadeh  <taher@unixwars.com>
            svn=1780 git=95ded600f2090c8ce917afe0812828ad7af891fd


 admin/ModuleMysql.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1778 git=5deeaa8a199b52a9ede1e482ae364171004ae989


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2008-08-12  Taher Shihadeh  <taher@unixwars.com>
            svn=1777 git=90d2b14b49db9c557877f5b304c961aa43e928ed


 doc/TOC.txt                         |   10 ++++----
 doc/modules_validators_htdigest.txt |   26 +++++++++++++++-----
 doc/modules_validators_htpasswd.txt |   30 ++++++++++++++++++------
 doc/modules_validators_ldap.txt     |   26 ++++++++++----------
 doc/modules_validators_pam.txt      |    8 +++++-
 doc/modules_validators_plain.txt    |   43 ++++++++++++++++++++++++++++------
 6 files changed, 100 insertions(+), 43 deletions(-)


2008-08-11  Taher Shihadeh  <taher@unixwars.com>
            svn=1776 git=9dcb5eafb50814e05c6e13605f64824810df71fe


 ChangeLog                            |   13 +++++
 cherokee/handler.c                   |    2 +-
 cherokee/handler_server_info.c       |   14 +++---
 cherokee/logger.c                    |    8 ++--
 cherokee/logger_ncsa.c               |    4 +-
 doc/Makefile.am                      |    5 ++-
 doc/TOC.txt                          |   22 ++++----
 doc/config_virtual_servers.txt       |    6 ++-
 doc/modules_balancers.txt            |   28 +++++++---
 doc/modules_handlers_admin.txt       |   26 ++++++++++
 doc/modules_handlers_cgi.txt         |    2 +-
 doc/modules_handlers_fcgi.txt        |   92 +++++++++++++++++++---------------
 doc/modules_handlers_mirror.txt      |   13 +++++
 doc/modules_handlers_scgi.txt        |   18 ++++++-
 doc/modules_handlers_server_info.txt |   41 +++++++++++++++
 doc/modules_loggers.txt              |    4 +-
 doc/modules_loggers_combined.txt     |   39 +++++++++++++-
 doc/modules_loggers_ncsa.txt         |   77 ++++++++++++++++++++++++++++-
 doc/modules_loggers_w3c.txt          |   32 +++++++++++-
 doc/modules_validators.txt           |   30 ++++++++++-
 doc/modules_validators_pam.txt       |   11 +++--
 doc/other_goodies.txt                |    6 +-
 22 files changed, 397 insertions(+), 96 deletions(-)


2008-08-08  Taher Shihadeh  <taher@unixwars.com>
            svn=1774 git=81e69e445abf189cf5b3312d28f8ef418e7cbfa6


 doc/other_goodies.txt |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)


2008-08-08  Taher Shihadeh  <taher@unixwars.com>
            svn=1773 git=72cb3127ac16491a43f7d24f3091f0c3c1204da5


 ChangeLog                        |   12 +++++++-
 doc/Makefile.am                  |    3 ++
 doc/TOC.txt                      |   45 ++++++++++++++-------------
 doc/TODO                         |   11 ++++---
 doc/basics_why_cherokee.txt      |   33 +++++++++++--------
 doc/config_quickstart.txt        |   14 +++++----
 doc/modules_balancers.txt        |    2 +-
 doc/modules_encoders.txt         |    5 +++
 doc/modules_handlers.txt         |   26 ++++++++++++++++
 doc/modules_handlers_cgi.txt     |   29 ++++++++++--------
 doc/modules_handlers_common.txt  |   43 ++++++++++++++------------
 doc/modules_handlers_dirlist.txt |   62 ++++++++++++++++++++++---------------
 doc/modules_handlers_fcgi.txt    |    4 +-
 doc/modules_handlers_file.txt    |   31 ++++++++++--------
 doc/modules_handlers_redir.txt   |   61 +++++++++++++++++++++----------------
 doc/modules_loggers.txt          |   24 +++++++++++---
 doc/modules_validators.txt       |   30 ++++++++++++++++++
 doc/other_goodies.txt            |   62 ++++++++++++++++++++++++++++++++++++++
 18 files changed, 343 insertions(+), 154 deletions(-)


2008-08-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1772 git=c8ecd5528520d781a70dcdbb0a995b32571619f1


 admin/PageFeedback.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2008-08-07  Taher Shihadeh  <taher@unixwars.com>
            svn=1771 git=b1bb6d64f460f835d4599aba6c97b405dde9a694


 ChangeLog                             |   31 ++++++++++++++++++---
 cherokee-guardian.1                   |    2 +-
 cherokee/main_guardian.c              |   16 +++++-----
 doc/Makefile.am                       |    2 +
 doc/TOC.txt                           |   14 +++++-----
 doc/config_quickstart.txt             |   13 +++++----
 doc/modules_balancers.txt             |   46 +++++++++++++++++++++++++++++++++
 doc/modules_balancers_round_robin.txt |   22 +++++++++------
 doc/modules_encoders.txt              |   22 +++++++++++++++
 doc/modules_encoders_deflate.txt      |    2 +-
 10 files changed, 133 insertions(+), 37 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1770 git=f7c88b0b462aa905584fd6483009b399b7621fe6


 ChangeLog                   |    7 ++-
 cherokee/main.c             |   24 ++++------
 cherokee/main_guardian.c    |   39 +++++++++++----
 cherokee/server-protected.h |    9 ++--
 cherokee/server.c           |  109 +++++++++++++------------------------------
 cherokee/server.h           |    7 +--
 6 files changed, 83 insertions(+), 112 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1769 git=b452a2fac49de9beb80e69cc1135a9011b58dff8


 ChangeLog         |    3 +++
 cherokee/socket.c |   43 +++++++++++++++++++++++++++++++++++++------
 2 files changed, 40 insertions(+), 6 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1768 git=0d79fa21422edaa504245a3b505b37ce71a8cea0


 ChangeLog          |    3 +++
 cherokee/encoder.c |   18 +++++++++++-------
 cherokee/util.c    |   38 ++++++++++++++++++++++++++++++++++++++
 cherokee/util.h    |    1 +
 4 files changed, 53 insertions(+), 7 deletions(-)


2008-08-07  Taher Shihadeh  <taher@unixwars.com>
            svn=1767 git=70898774054acf8b74d22be7efee500d8172c825


 doc/TOC.txt                    |    4 ++
 doc/config_quickstart.txt      |    8 ++-
 doc/dev_cherokee.conf.txt      |   83 ++++++++++++++++++++++-----------------
 doc/dev_debug.txt              |   68 +++++++++++++++++++--------------
 doc/media/css/cherokee_doc.css |   11 +++++-
 5 files changed, 105 insertions(+), 69 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1766 git=ccd1eb5b785463e1bcdfd83933058e4365b904e8


 ChangeLog                   |    4 +++
 cherokee/connection.c       |    3 +-
 cherokee/handler_error_nn.c |   62 ++++++++++++++++++++++++++++++++++++------
 cherokee/handler_error_nn.h |    4 +++
 qa/048-NN.py                |   34 ++++++++++++++---------
 qa/049-NN-broken.py         |   19 +++++++++----
 6 files changed, 96 insertions(+), 30 deletions(-)


2008-08-07  Taher Shihadeh  <taher@unixwars.com>
            svn=1765 git=07e487088236cc7148c7d9f1326a04147c9a5dc2


 doc/Makefile.am                     |    7 +++
 doc/TOC.txt                         |   60 ++++++++++++++++++-----------
 doc/TODO                            |   12 ++----
 doc/basics.txt                      |   12 ++++++
 doc/basics_installation.txt         |   11 +++++
 doc/basics_installation_windows.txt |   16 ++++----
 doc/basics_upgrade.txt              |    2 +
 doc/build/chunked_template.conf     |    4 +-
 doc/bundle.txt                      |   10 +++++
 doc/bundle_cget.txt                 |   25 +++++-------
 doc/bundle_cherokee-admin.txt       |   46 ++++++++++++----------
 doc/bundle_cherokee-config.txt      |    8 ++--
 doc/bundle_cherokee-guardian.txt    |   20 +++++----
 doc/bundle_cherokee-tweak.txt       |   16 ++++----
 doc/bundle_cherokee.txt             |   16 ++++----
 doc/config.txt                      |   12 ++++++
 doc/config_encoding.txt             |    2 +-
 doc/config_quickstart.txt           |   72 +++++++++++++++++++++-------------
 doc/config_virtual_servers.txt      |   24 ++++++-----
 doc/config_virtual_servers_rule.txt |   54 +++++++++++++-------------
 doc/cookbook.txt                    |    4 ++
 doc/dev.txt                         |    4 ++
 doc/media/css/cherokee_doc.css      |    7 ++-
 doc/modules.txt                     |    4 ++
 24 files changed, 274 insertions(+), 174 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1764 git=662aa91d590dcecf3379e9cde977795b5ae3b45e


 qa/run-tests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1763 git=5e19f11d3451f248508b0bf625f6ec29527c1167


 ChangeLog                   |    4 ++++
 cherokee/connection.c       |   15 ++++++++++++---
 cherokee/server-protected.h |    6 +++---
 cherokee/thread.h           |    4 ++--
 4 files changed, 21 insertions(+), 8 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1762 git=791c13366a70aaa07632d4ae255fe012bfd3b9f2


 cherokee/handler_webcam.c |  123 ---------------------------------------------
 cherokee/handler_webcam.h |   57 ---------------------
 2 files changed, 0 insertions(+), 180 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1761 git=7cef61422ce9341eaceea91e70765509bf07b1a9


 cherokee/server.c |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1760 git=29870f44b4c8abd0c4c1cd70b8f41c028f1dfa36


 ChangeLog         |    3 +++
 cherokee/server.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-08-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1759 git=9a9f6ccd08daf0d6adbb7af377cccf893db006cc


 ChangeLog              |   11 ++
 cherokee/fdpoll-port.c |    3 +
 cherokee/macros.h      |    2 +-
 cherokee/server.c      |   24 ++--
 cherokee/socket.c      |   29 +++-
 cherokee/thread.c      |  460 +++++++++++++++++++++++++-----------------------
 cherokee/thread.h      |    5 +-
 cherokee/util.c        |    4 +-
 cherokee/util.h        |    2 +-
 9 files changed, 296 insertions(+), 244 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1758 git=645d4da02877653a08d14fe0165bd9b1c204c4a4


 doc/media/css/cherokee_doc.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1757 git=f4ba604d6e51bb088ba1be2ab93fa4abaeb6ccad


 doc/TOC.txt                     |    2 +-
 doc/build/chunked_template.conf |   10 +-
 doc/media/css/cherokee_doc.css  |  272 ++++----------------------------------
 3 files changed, 37 insertions(+), 247 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1756 git=5f702a107fe2c63c530b0113733900c09e450438


 doc/media/css/cherokee_doc.css |  313 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 313 insertions(+), 0 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1755 git=c1691a863da5d6f3695157eb218ffab95fe7c6a6


 doc/Makefile.am                       |    5 +-
 doc/TOC.txt                           |    2 +-
 doc/config_quickstart.txt             |  169 ++++++++++++++++++++++++++++++++-
 doc/media/images/admin_noconfig.png   |  Bin 0 -> 18926 bytes
 doc/media/images/admin_notrunning.png |  Bin 0 -> 35911 bytes
 doc/media/images/admin_rule_regex.png |  Bin 0 -> 17099 bytes
 6 files changed, 173 insertions(+), 3 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1754 git=25836f4e639abe88ed8bfeb6086d15c7bf435782


 ChangeLog                   |   12 +++++++
 cherokee/common-internal.h  |    3 --
 cherokee/connection.c       |    9 +++++
 cherokee/downloader_async.c |    2 +-
 cherokee/fcgi_manager.c     |    2 +-
 cherokee/handler_file.c     |   10 +++--
 cherokee/handler_scgi.c     |    2 +-
 cherokee/logger_writer.c    |    8 ++++-
 cherokee/server.c           |   28 ++++++++++------
 cherokee/socket.c           |   70 +++++++++++++--------------------------
 cherokee/source.c           |    4 +-
 cherokee/thread.c           |   12 ++-----
 cherokee/util.c             |   76 ++++++++++++++++++++++++++++++++++++++++---
 cherokee/util.h             |    4 ++-
 14 files changed, 157 insertions(+), 85 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1753 git=c365cba6e852dc6ab573506f4ec021dc12ab369c


 ChangeLog |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1752 git=7d487a851473fce1f1fbabb18f0f07c906ccb914


 ChangeLog                           |    3 +
 admin/ModuleRedir.py                |    2 +-
 admin/PageEntry.py                  |    8 +-
 doc/Makefile.am                     |    3 +-
 doc/TOC.txt                         |    9 +--
 doc/TODO                            |  135 +---------------------------------
 doc/basics_requirements.txt         |   16 +++--
 doc/bundle_cget.txt                 |   59 +++++++++++++++
 doc/config_quickstart.txt           |   49 +++++++++++++
 doc/config_virtual_servers_rule.txt |   18 +++---
 doc/config_walkthrough.txt          |   68 ------------------
 11 files changed, 144 insertions(+), 226 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1751 git=421be1366a4c2c2644c6d6afef86d2144be47187


 ChangeLog    |    3 +++
 configure.in |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1750 git=904bde38bc994d10116718ac8b35d6d8a548f86d


 ChangeLog             |    2 ++
 admin/PageVServers.py |   43 ++++++++++++++++++++++++++-----------------
 2 files changed, 28 insertions(+), 17 deletions(-)


2008-08-06  Taher Shihadeh  <taher@unixwars.com>
            svn=1749 git=677eedb0c5d4dd0bd3231e69b2f9cb79a64b06f5


 admin/ModuleRedir.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1748 git=4d4ca25768f6a97e783a1b0a0994c0acec7766ca


 ChangeLog                       |    4 ++++
 admin/static/images/Makefile.am |    3 ++-
 admin/static/images/favicon.ico |  Bin 0 -> 769 bytes
 cherokee/main_admin.c           |    5 +++--
 4 files changed, 9 insertions(+), 3 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1747 git=e45f7064b2b7f8e6471462eeed9643aa928c4323


 cherokee/connection-protected.h |    2 +-
 cherokee/socket.h               |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1746 git=acc7a4ec68c55904ae9262a4d025edc66552ae65


 ChangeLog         |    3 +++
 cherokee/socket.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1745 git=312062c8a606e5426a7a7d202b5ecdada849978d


 ChangeLog               |    7 +++++++
 cherokee/handler_fcgi.c |    4 +++-
 cherokee/handler_scgi.c |    4 +++-
 3 files changed, 13 insertions(+), 2 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1744 git=a37be4190d07a16bd33f17a9edd0c01308487a32


 admin/PageEntry.py                  |    2 +-
 doc/Makefile.am                     |    5 +-
 doc/TOC.txt                         |    1 +
 doc/config_virtual_servers.txt      |   51 +++++++++++++---
 doc/config_virtual_servers_rule.txt |  112 +++++++++++++++++++++++++++++++++++
 doc/config_walkthrough.txt          |    4 +-
 doc/entry.txt                       |  108 ---------------------------------
 doc/index.txt                       |   68 ---------------------
 doc/loggers.txt                     |    8 ---
 doc/modules_loggers.txt             |    8 +++
 10 files changed, 169 insertions(+), 198 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1743 git=ee679f0d215140340fa12bc91087efbdb8b40285


 doc/config_advanced.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1742 git=40985daf9c9eb24820d7d248b772a204ffd9cfad


 qa/help.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1741 git=cbf6b0827c2c8aaaa1eb215b4aa4341235d6002f


 ChangeLog       |    5 +++++
 qa/conf.py      |    1 +
 qa/run-tests.py |    6 +++++-
 3 files changed, 11 insertions(+), 1 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1740 git=958ab583b7bfa7675c49152071c08dc9e5fd8bed


 ChangeLog                                  |    8 +
 admin/PageAdvanced.py                      |   10 +-
 doc/Makefile.am                            |   26 ++-
 doc/TOC.txt                                |   94 ++++----
 doc/advanced.txt                           |    7 -
 doc/authentication.txt                     |   20 --
 doc/bundle_cherokee-admin.txt              |   19 +-
 doc/bundle_cherokee-config.txt             |   25 +-
 doc/bundle_cherokee-tweak.txt              |   18 +-
 doc/bundle_cherokee.txt                    |   33 +--
 doc/bundle_spawn-fcgi.txt                  |   48 ++--
 doc/config_advanced.txt                    |   86 +++++++
 doc/config_encoding.txt                    |   17 ++
 doc/config_general.txt                     |   91 +++++++
 doc/config_icons.txt                       |   36 +++
 doc/config_mime_types.txt                  |   14 +
 doc/config_virtual_servers.txt             |  297 ++++++++++++++++++++++
 doc/config_walkthrough.txt                 |   68 +++++
 doc/cookbook_authentication.txt            |   20 ++
 doc/cookbook_cross_compilation.txt         |  109 ++++++++
 doc/cookbook_ssl.txt                       |  128 ++++++++++
 doc/cross_compile_cherokee.txt             |  109 --------
 doc/debug.txt                              |   88 -------
 doc/dev_cherokee.conf.txt                  |  369 ++++++++++++++++++++++++++++
 doc/dev_debug.txt                          |   89 +++++++
 doc/general.txt                            |   65 -----
 doc/generating_ssl_keys.txt                |  128 ----------
 doc/icons.txt                              |   30 ---
 doc/index.txt                              |   24 +-
 doc/internal_configuration.txt             |  340 -------------------------
 doc/media/images/admin_encoding.png        |  Bin 31751 -> 23180 bytes
 doc/media/images/admin_encoding_gzip.png   |  Bin 0 -> 31751 bytes
 doc/media/images/admin_mime.png            |  Bin 0 -> 30643 bytes
 doc/media/images/admin_vserver_vserver.png |  Bin 0 -> 25319 bytes
 doc/modules_encoders_deflate.txt           |   19 ++
 doc/modules_encoders_gzip.txt              |   14 +-
 doc/modules_handlers_fastcgi.txt           |   81 ------
 doc/modules_handlers_fcgi.txt              |   81 ++++++
 doc/vserver.txt                            |  215 ----------------
 39 files changed, 1589 insertions(+), 1237 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1739 git=202f21dafcd45e37c7ba69b9e4c7247f42cec16a


 admin/PageEncoders.py |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1738 git=8069462a08ba5b973391e242a80623a4064c5fea


 cherokee.conf.sample.pre            |   72 +++++++++++++++++-----------------
 cherokee/main.c                     |   26 ++++++------
 cherokee/main_admin.c               |    7 ++-
 performance.conf.sample.pre         |    8 ++--
 qa/015-CGI-simple.py                |    6 +-
 qa/016-CGI-pathinfo.py              |    6 +-
 qa/017-CGI-pathinfo2.py             |    6 +-
 qa/018-CGI-pathinfo3.py             |    6 +-
 qa/029-Post+Without-lenght.py       |    8 ++--
 qa/030-Post+urlencoded.py           |    6 +-
 qa/031-Post+urlencoded2.py          |    6 +-
 qa/033-DirIndex.py                  |    6 +-
 qa/034-DirIndex2.py                 |    6 +-
 qa/035-PHP-simple.py                |    8 ++--
 qa/036-DocumentRoot-common.py       |    8 ++--
 qa/039-Auth-Basic.py                |   14 +++---
 qa/040-Auth-Basic2.py               |   14 +++---
 qa/041-Auth-Basic3.py               |   14 +++---
 qa/046-Redir.py                     |    8 ++--
 qa/047-Redir2.py                    |    8 ++--
 qa/048-NN.py                        |    6 +-
 qa/049-NN-broken.py                 |    6 +-
 qa/050-HeadBody.py                  |    6 +-
 qa/061-PAM.py                       |   12 +++---
 qa/062-PAM2.py                      |   12 +++---
 qa/063-DocumentRoot.py              |    8 ++--
 qa/064-DirectoryIndex.py            |    6 +-
 qa/067-PathInfo.py                  |    6 +-
 qa/068-PathInfo2.py                 |    8 ++--
 qa/069-PathInfo3.py                 |    6 +-
 qa/070-Inherit.py                   |   20 +++++-----
 qa/071-Inherit2.py                  |   20 +++++-----
 qa/072-Inherit3.py                  |   14 +++---
 qa/073-Access.py                    |    8 ++--
 qa/074-Access2.py                   |    8 ++--
 qa/075-AccessRange.py               |    8 ++--
 qa/076-AccessRange2.py              |    8 ++--
 qa/077-AccessRange3.py              |    8 ++--
 qa/078-AccessAny.py                 |    8 ++--
 qa/079-Extension.py                 |   16 ++++----
 qa/080-Extension2.py                |   14 +++---
 qa/081-DocumentRoot-Common-index.py |    8 ++--
 qa/082-Auth-header.py               |   16 ++++----
 qa/083-RedirParam.py                |   12 +++---
 qa/084-RedirParamShow.py            |   12 +++---
 qa/085-AuthUsers.py                 |   16 ++++----
 qa/086-AuthUsers2.py                |   16 ++++----
 qa/088-CGI-envs.py                  |   10 ++--
 qa/089-gzip-encoding.py             |    6 +-
 qa/090-Digest.py                    |   14 +++---
 qa/091-Digest2.py                   |   14 +++---
 qa/092-Digest3.py                   |   14 +++---
 qa/093-InvalidLinks.py              |    6 +-
 qa/095-htpasswd-apache-md5.py       |   14 +++---
 qa/096-htpasswd-md5.py              |   14 +++---
 qa/097-htpasswd-sha1.py             |   14 +++---
 qa/098-htpasswd-crypt.py            |   14 +++---
 qa/099-htpasswd-plain.py            |   14 +++---
 qa/100-Digest-htdigest.py           |   14 +++---
 qa/102-QueryString.py               |    6 +-
 qa/103-ScriptName.py                |    8 ++--
 qa/104-ScriptAlias_PathInfo.py      |    8 ++--
 qa/105-If-Range.py                  |    6 +-
 qa/106-If-Range2.py                 |    6 +-
 qa/107-Priority1.py                 |   12 +++---
 qa/108-Priority2.py                 |   12 +++---
 qa/109-Priority3.py                 |   12 +++---
 qa/110-Priority4.py                 |   12 +++---
 qa/112-NiceError-CGI.py             |    8 ++--
 qa/113-HeaderFile.py                |    8 ++--
 qa/114-HeaderFile2.py               |    8 ++--
 qa/115-Respin.py                    |   30 +++++++-------
 qa/118-Request-redir.py             |   10 ++--
 qa/122-Methods.py                   |    6 +-
 qa/123-ImplicitRedit.py             |    8 ++--
 qa/126-SCGI.py                      |   14 +++---
 qa/127-SCGI-Post.py                 |   14 +++---
 qa/128-ValidMethod-common.py        |    6 +-
 qa/129-Basic-EmptyPasswd.py         |   14 +++---
 qa/130-Digest-EmptyPasswd.py        |   14 +++---
 qa/131-ChangeUser-phpcgi.py         |   10 ++--
 qa/138-ChangeUser-cgi.py            |    8 ++--
 qa/140-SCGI-EmptyVars.py            |   14 +++---
 qa/141-FastCGI-EmptyVars.py         |   14 +++---
 qa/142-SCGI-ExtraVars.py            |   16 ++++----
 qa/143-ContentRange-NoIO.py         |    8 ++--
 qa/144-ContentRange2-NoIO.py        |    8 ++--
 qa/145-ContentRange3-NoIO.py        |    8 ++--
 qa/146-ContentRange4-NoIO.py        |    8 ++--
 qa/147-ContentRange-Double-NoIO.py  |    8 ++--
 qa/148-ContentRange-Double2-NoIO.py |    8 ++--
 qa/149-Common-PathInfo.py           |    8 ++--
 qa/150-Common-No-PathInfo.py        |    8 ++--
 qa/151-SCGI-vars.py                 |   16 ++++----
 qa/152-SCGI-vars2.py                |   16 ++++----
 qa/154-DirRedirection.py            |    8 ++--
 qa/155-DirRedirection2.py           |    8 ++--
 qa/157-Dirlist-symlinks.py          |    8 ++--
 qa/158-RuleHeader1.py               |    8 ++--
 qa/159-RuleHeader2.py               |   18 ++++----
 qa/162-RuleAnd1.py                  |   20 +++++-----
 qa/163-RuleAnd2.py                  |   20 +++++-----
 qa/164-RuleOr1.py                   |   20 +++++-----
 qa/165-RuleOr2.py                   |   20 +++++-----
 qa/166-xsendfile1.py                |    8 ++--
 qa/167-RuleGeoIP.py                 |   20 +++++-----
 qa/168-Deflate-Encoding.py          |    6 +-
 qa/169-Pipermail.py                 |    8 ++--
 qa/run-tests.py                     |   26 ++++++------
 109 files changed, 629 insertions(+), 628 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1737 git=eacf1998f542bb90e677a9f6225b4e4f3236fa3a


 cherokee.conf.sample.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1736 git=e2e4daa549f6f92f3f1381d80fe72dcabc4870e4


 admin/ModuleErrorNn.py |    2 +-
 admin/consts.py        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1735 git=28ada85ba5520b54684fb99c81aa3d2e358160e1


 cherokee/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1734 git=c0df9b2bd67587261e4a2474be7df6f0ab375306


 cherokee/Makefile.am        |    7 +--
 cherokee/handler_error_nn.c |  155 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_error_nn.h |   40 +++++++++++
 3 files changed, 197 insertions(+), 5 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1733 git=15ade42daab75c969c9ccf0c6ce192cfa9538b18


 admin/ModuleGeoip.py    |    2 +-
 admin/PageVServer.py    |    6 +++---
 admin/vserver.help.html |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1732 git=1bcf4303c5a51d4f68edca3520d46f6320acd305


 admin/Makefile.am      |    1 +
 admin/ModuleErrorNn.py |   17 +++++
 admin/consts.py        |    2 +-
 cherokee/Makefile.am   |   49 +++++++-------
 cherokee/handler_nn.c  |  168 ------------------------------------------------
 cherokee/handler_nn.h  |   40 -----------
 cherokee/nn.deps       |    1 -
 configure.in           |    6 +-
 8 files changed, 46 insertions(+), 238 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1731 git=d0c54349fbf5faeb1ab9ff3eaf01d237883fdd7b


 ChangeLog             |    4 +++
 admin/consts.py       |    3 +-
 cherokee/handler_nn.c |   55 +++++++++++++++++++-----------------------------
 cherokee/handler_nn.h |   10 ++++----
 4 files changed, 33 insertions(+), 39 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1730 git=20fd273f196c4dab5c883cd210715fe476a0b93b


 ChangeLog         |    7 +++++++
 admin/Form.py     |    5 ++++-
 admin/PageIcon.py |    5 ++++-
 admin/PageMime.py |    3 ++-
 admin/Post.py     |   10 +++++++++-
 admin/Theme.py    |    7 ++++++-
 6 files changed, 32 insertions(+), 5 deletions(-)


2008-08-05  Taher Shihadeh  <taher@unixwars.com>
            svn=1729 git=0b153775f43c32c190d4d33135251f76e970b672


 admin/PageGeneral.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1728 git=6a7b6a36fa05d24ab26b4873695d94e39aee7c84


 admin/PageMime.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1727 git=ad91ebd2fe1f584d452e9f6fe01a0635d581f812


 cherokee/server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1726 git=8713722ff69f7b12d2d4334c55679fa0dfaa6f68


 ChangeLog                |    4 ++++
 cherokee/config_reader.c |   19 +++++++++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)


2008-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1725 git=a0de36868198952a51f1210606329831b24c92eb


 ChangeLog          |    6 ++++--
 admin/PageEntry.py |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)


2008-08-04  Taher Shihadeh  <taher@unixwars.com>
            svn=1724 git=7d4364504fa6a3abb2736cc88a57f6a4452f1b72


 ChangeLog                           |   18 +++++--
 cherokee-guardian.1                 |    4 +-
 cherokee.1                          |   36 ++++++------
 doc/Makefile.am                     |   52 ++++++------------
 doc/TOC.txt                         |   99 +++++++++++++++++------------------
 doc/TODO                            |   82 +----------------------------
 doc/admin.txt                       |   45 ----------------
 doc/basics_download.txt             |    2 +-
 doc/basics_running_cherokee.txt     |   17 ++++--
 doc/basics_upgrade.txt              |   35 ++++++++++++
 doc/basics_why_cherokee.txt         |   19 ++++---
 doc/build/chunked_template.conf     |    3 +
 doc/bundle_cherokee-admin.txt       |   99 +++++++++++++++++++++++++++++++++++
 doc/bundle_cherokee-config.txt      |   46 ++++++++++++++++
 doc/bundle_cherokee-guardian.txt    |   30 +++++++++++
 doc/bundle_cherokee-tweak.txt       |   97 ++++++++++++++++++++++++++++++++++
 doc/bundle_cherokee.txt             |   67 +++++++++++++++++++++++
 doc/bundle_spawn-fcgi.txt           |   61 +++++++++++++++++++++
 doc/cherokee_tweak.txt              |   53 -------------------
 doc/debug.txt                       |    3 -
 doc/index.txt                       |   19 -------
 doc/media/images/cherokee-tweak.png |  Bin 0 -> 81315 bytes
 doc/modules_validators_ldap.txt     |    2 +-
 23 files changed, 565 insertions(+), 324 deletions(-)


2008-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1723 git=811513ee0eeb5e6f8d74efa494060dc9148ae818


 admin/PageVServers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1722 git=3c0a5ba6f8fd33d5037d5cb214b3516b6d50d2e4


 ChangeLog             |  143 ++++++++++++++++++++++++-----------------------
 admin/PageVServers.py |  146 +++++++++++++++++++++++++++++++++++--------------
 admin/RuleList.py     |    2 +-
 admin/server.py       |    3 +-
 4 files changed, 180 insertions(+), 114 deletions(-)


2008-08-04  Taher Shihadeh  <taher@unixwars.com>
            svn=1721 git=c321c515b99787b04f44337e6560344bec48dc0e


 doc/debug.txt                   |   46 ++++++++++++++++++++++++++++++++++----
 doc/media/images/tracelor.png   |  Bin 0 -> 10792 bytes
 doc/modules_validators_ldap.txt |   36 ++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 5 deletions(-)


2008-08-03  Taher Shihadeh  <taher@unixwars.com>
            svn=1720 git=c03648d60fdbe678a7c04f5eba4c1e001c33a095


 doc/basics_installation_unix.txt    |    2 +-
 doc/basics_installation_windows.txt |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


2008-08-03  Taher Shihadeh  <taher@unixwars.com>
            svn=1719 git=3222070c2baecb0d40603b78ac467f95f27d5b7d


 doc/Makefile.am                     |   10 +-
 doc/basics_download.txt             |   37 +++++++++
 doc/basics_installation_unix.txt    |   75 ++++++++++++++++++
 doc/basics_installation_windows.txt |  143 +++++++++++++++++++++++++++++++++++
 doc/basics_running_cherokee.txt     |   21 +++++
 doc/basics_why_cherokee.txt         |   39 ++++++++++
 doc/download.txt                    |   37 ---------
 doc/installation_unix.txt           |   75 ------------------
 doc/installation_windows.txt        |  143 -----------------------------------
 doc/running_cherokee.txt            |   21 -----
 doc/why_cherokee.txt                |   39 ----------
 11 files changed, 320 insertions(+), 320 deletions(-)


2008-08-03  Taher Shihadeh  <taher@unixwars.com>
            svn=1718 git=251fdc02371b3700160dd93a0013cb50377d4a76


 ChangeLog                                |    4 +
 doc/Makefile.am                          |   18 ++-
 doc/TOC.txt                              |   90 +++++++++++
 doc/TODO                                 |  234 +++++++++++++++++++++++++++++
 doc/basics_requirements.txt              |   54 +++++++
 doc/build/TODO                           |  237 ------------------------------
 doc/build/download.txt                   |   37 -----
 doc/build/installation_unix.txt          |   75 ----------
 doc/build/installation_windows.txt       |  143 ------------------
 doc/build/running_cherokee.txt           |   20 ---
 doc/build/why_cherokee.txt               |   39 -----
 doc/compiling_and_installing_unix.txt    |   82 ----------
 doc/compiling_and_installing_windows.txt |    2 -
 doc/download.txt                         |   36 ++++-
 doc/installation_unix.txt                |   75 ++++++++++
 doc/installation_windows.txt             |  143 ++++++++++++++++++
 doc/running_cherokee.txt                 |   21 +++
 doc/why_cherokee.txt                     |   39 +++++
 18 files changed, 702 insertions(+), 647 deletions(-)


2008-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1717 git=450937e593450cb272f17993bf7f895eb15059fa


 ChangeLog            |    3 +++
 admin/PageVServer.py |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1716 git=69d0bfb4e88be1474c80297aa1ef1b8dfe90a9e4


 ChangeLog         |    7 +++++--
 contrib/07to08.py |    6 ++++++
 2 files changed, 11 insertions(+), 2 deletions(-)


2008-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1715 git=82ce4eb9a7f043e4920e43ca05a85b5fab403221


 ChangeLog                           |   72 ++++++++++++++++++
 admin/CherokeeManagement.py         |    7 +-
 admin/PageVServer.py                |   14 +---
 admin/PageVServers.py               |   53 +++++++++++---
 cherokee.conf.sample.pre            |   71 +++++++++---------
 cherokee/connection.c               |    8 ++-
 cherokee/handler_cgi.c              |    1 +
 cherokee/handler_cgi_base.c         |    2 +-
 cherokee/main.c                     |   33 +++++----
 cherokee/main_admin.c               |    5 +-
 cherokee/server-protected.h         |    1 -
 cherokee/server.c                   |  137 ++++++++++++++++++-----------------
 cherokee/thread.c                   |    2 +-
 cherokee/virtual_server.c           |   22 ++++--
 cherokee/virtual_server.h           |    6 ++-
 performance.conf.sample.pre         |    7 +-
 qa/015-CGI-simple.py                |    6 +-
 qa/016-CGI-pathinfo.py              |    6 +-
 qa/017-CGI-pathinfo2.py             |    6 +-
 qa/018-CGI-pathinfo3.py             |    6 +-
 qa/020-VirtualHost.py               |   11 ++--
 qa/021-VirtualHost2.py              |   11 ++--
 qa/029-Post+Without-lenght.py       |    8 +-
 qa/030-Post+urlencoded.py           |    6 +-
 qa/031-Post+urlencoded2.py          |    6 +-
 qa/033-DirIndex.py                  |    6 +-
 qa/034-DirIndex2.py                 |    6 +-
 qa/035-PHP-simple.py                |    8 +-
 qa/036-DocumentRoot-common.py       |    8 +-
 qa/039-Auth-Basic.py                |   14 ++--
 qa/040-Auth-Basic2.py               |   14 ++--
 qa/041-Auth-Basic3.py               |   14 ++--
 qa/044-Home.py                      |   11 ++--
 qa/045-Home2.py                     |   11 ++--
 qa/046-Redir.py                     |    8 +-
 qa/047-Redir2.py                    |    8 +-
 qa/048-NN.py                        |    6 +-
 qa/049-NN-broken.py                 |    6 +-
 qa/050-HeadBody.py                  |    6 +-
 qa/061-PAM.py                       |   12 ++--
 qa/062-PAM2.py                      |   12 ++--
 qa/063-DocumentRoot.py              |    8 +-
 qa/064-DirectoryIndex.py            |    6 +-
 qa/066-DirectoryIndex3.py           |   10 ++--
 qa/067-PathInfo.py                  |    6 +-
 qa/068-PathInfo2.py                 |    8 +-
 qa/069-PathInfo3.py                 |    6 +-
 qa/070-Inherit.py                   |   20 +++---
 qa/071-Inherit2.py                  |   20 +++---
 qa/072-Inherit3.py                  |   14 ++--
 qa/073-Access.py                    |    8 +-
 qa/074-Access2.py                   |    8 +-
 qa/075-AccessRange.py               |    8 +-
 qa/076-AccessRange2.py              |    8 +-
 qa/077-AccessRange3.py              |    8 +-
 qa/078-AccessAny.py                 |    8 +-
 qa/079-Extension.py                 |   16 ++--
 qa/080-Extension2.py                |   14 ++--
 qa/081-DocumentRoot-Common-index.py |    8 +-
 qa/082-Auth-header.py               |   16 ++--
 qa/083-RedirParam.py                |   12 ++--
 qa/084-RedirParamShow.py            |   12 ++--
 qa/085-AuthUsers.py                 |   16 ++--
 qa/086-AuthUsers2.py                |   16 ++--
 qa/088-CGI-envs.py                  |   10 ++--
 qa/089-gzip-encoding.py             |    6 +-
 qa/090-Digest.py                    |   14 ++--
 qa/091-Digest2.py                   |   14 ++--
 qa/092-Digest3.py                   |   14 ++--
 qa/093-InvalidLinks.py              |    6 +-
 qa/094-URL-request.py               |   15 ++--
 qa/095-htpasswd-apache-md5.py       |   14 ++--
 qa/096-htpasswd-md5.py              |   14 ++--
 qa/097-htpasswd-sha1.py             |   14 ++--
 qa/098-htpasswd-crypt.py            |   14 ++--
 qa/099-htpasswd-plain.py            |   14 ++--
 qa/100-Digest-htdigest.py           |   14 ++--
 qa/102-QueryString.py               |    6 +-
 qa/103-ScriptName.py                |    8 +-
 qa/104-ScriptAlias_PathInfo.py      |    8 +-
 qa/105-If-Range.py                  |    6 +-
 qa/106-If-Range2.py                 |    6 +-
 qa/107-Priority1.py                 |   12 ++--
 qa/108-Priority2.py                 |   12 ++--
 qa/109-Priority3.py                 |   12 ++--
 qa/110-Priority4.py                 |   12 ++--
 qa/112-NiceError-CGI.py             |    8 +-
 qa/113-HeaderFile.py                |    8 +-
 qa/114-HeaderFile2.py               |    8 +-
 qa/115-Respin.py                    |   30 ++++----
 qa/116-RequestTiny.py               |   28 ++++----
 qa/117-DomainToDir.py               |   16 ++--
 qa/118-Request-redir.py             |   10 ++--
 qa/121-NoUserDir.py                 |   12 ++--
 qa/122-Methods.py                   |    6 +-
 qa/123-ImplicitRedit.py             |    8 +-
 qa/124-DomainToDir2.py              |   27 ++++----
 qa/125-domain-redir1.py             |   25 ++++---
 qa/126-SCGI.py                      |   14 ++--
 qa/127-SCGI-Post.py                 |   14 ++--
 qa/128-ValidMethod-common.py        |    6 +-
 qa/129-Basic-EmptyPasswd.py         |   14 ++--
 qa/130-Digest-EmptyPasswd.py        |   14 ++--
 qa/131-ChangeUser-phpcgi.py         |   10 ++--
 qa/135-RedirParams.py               |   37 +++++-----
 qa/138-ChangeUser-cgi.py            |    8 +-
 qa/139-domain-wildcards1.py         |   17 +++--
 qa/140-SCGI-EmptyVars.py            |   14 ++--
 qa/141-FastCGI-EmptyVars.py         |   14 ++--
 qa/142-SCGI-ExtraVars.py            |   16 ++--
 qa/143-ContentRange-NoIO.py         |    8 +-
 qa/144-ContentRange2-NoIO.py        |    8 +-
 qa/145-ContentRange3-NoIO.py        |    8 +-
 qa/146-ContentRange4-NoIO.py        |    8 +-
 qa/147-ContentRange-Double-NoIO.py  |    8 +-
 qa/148-ContentRange-Double2-NoIO.py |    8 +-
 qa/149-Common-PathInfo.py           |    8 +-
 qa/150-Common-No-PathInfo.py        |    8 +-
 qa/151-SCGI-vars.py                 |   16 ++--
 qa/152-SCGI-vars2.py                |   16 ++--
 qa/153-SCGI-vars-root.py            |   21 +++---
 qa/154-DirRedirection.py            |    8 +-
 qa/155-DirRedirection2.py           |    8 +-
 qa/157-Dirlist-symlinks.py          |    8 +-
 qa/158-RuleHeader1.py               |    8 +-
 qa/159-RuleHeader2.py               |   18 +++---
 qa/160-RuleNot1.py                  |   19 +++---
 qa/161-RuleNot2.py                  |   19 +++---
 qa/162-RuleAnd1.py                  |   20 +++---
 qa/163-RuleAnd2.py                  |   20 +++---
 qa/164-RuleOr1.py                   |   20 +++---
 qa/165-RuleOr2.py                   |   20 +++---
 qa/166-xsendfile1.py                |    8 +-
 qa/167-RuleGeoIP.py                 |   20 +++---
 qa/168-Deflate-Encoding.py          |    6 +-
 qa/169-Pipermail.py                 |    8 +-
 qa/run-tests.py                     |   25 ++++---
 137 files changed, 998 insertions(+), 876 deletions(-)


2008-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1714 git=279cc011cb52f8d9e24b238d28f41cf8bd78c8f5


 ChangeLog                |   11 +++++++++++
 cherokee/config_reader.c |   37 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 47 insertions(+), 1 deletions(-)


2008-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1713 git=f1fa775a80cb57289ecbceaa71c2ad0362ab6e7c


 cherokee/read_config_grammar.y | 1834 ----------------------------------------
 cherokee/read_config_scanner.l |  155 ----
 2 files changed, 0 insertions(+), 1989 deletions(-)


2008-08-01  Taher Shihadeh  <taher@unixwars.com>
            svn=1712 git=bf52ae118d50f3e8daf42f171488088d76580a2f


 ChangeLog                          |    7 ++
 doc/build/TODO                     |   16 +++--
 doc/build/download.txt             |   37 +++++++++
 doc/build/installation_unix.txt    |   75 +++++++++++++++++++
 doc/build/installation_windows.txt |  143 ++++++++++++++++++++++++++++++++++++
 doc/build/running_cherokee.txt     |   20 +++++
 doc/build/why_cherokee.txt         |   39 ++++++++++
 7 files changed, 331 insertions(+), 6 deletions(-)


2008-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1711 git=20cf6e58f3101da4fd4683e1c9cf86131d1d07cb


 ChangeLog           |    3 ++
 contrib/07to08.py   |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++
 contrib/Makefile.am |    1 +
 3 files changed, 71 insertions(+), 0 deletions(-)


2008-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1710 git=d64299654e1f1e5b256baabd7f35b7d5ecef4098


 ChangeLog                |    5 +++++
 cherokee/buffer.c        |   17 +++++++++++++++++
 cherokee/buffer.h        |    2 ++
 cherokee/config_reader.c |    1 +
 4 files changed, 25 insertions(+), 0 deletions(-)


2008-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1709 git=e1a22473d1eefd822e80d32681cebed0491e8eb5


 ChangeLog       |   17 ++++++++++-------
 cherokee/http.h |    2 +-
 2 files changed, 11 insertions(+), 8 deletions(-)


2008-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1708 git=509021a8e6e92fe9f933bf508388413f00bc1194


 ChangeLog                       |   24 +++++++++-
 cherokee/buffer.c               |    3 +-
 cherokee/connection-protected.h |    1 +
 cherokee/connection.c           |   14 ++++-
 cherokee/handler_cgi.c          |    3 +
 cherokee/handler_cgi_base.h     |    1 +
 cherokee/handler_fcgi.c         |   98 ++++++++++++++++++++++++++------------
 cherokee/handler_fcgi.h         |    2 +
 cherokee/handler_scgi.c         |  101 ++++++++++++++++++++++++++++-----------
 cherokee/handler_scgi.h         |    8 ++-
 cherokee/socket.c               |   25 +++++++--
 cherokee/source.c               |   35 ++++++++++---
 cherokee/thread.c               |   55 +++++++++++++++------
 cherokee/util.c                 |   41 ++++++----------
 14 files changed, 289 insertions(+), 122 deletions(-)


2008-07-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1707 git=5fce6c2b5a965335313c310a5ec398628f66202b


 ChangeLog    |    4 ++++
 spawn-fcgi.1 |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-07-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1706 git=12d377aacd11fabec171eb3af635411878661e79


 doc/build/TODO |  289 ++++++++++++++++++++++++++++++++++++--------------------
 spawn-fcgi.1   |    2 +-
 2 files changed, 188 insertions(+), 103 deletions(-)


2008-07-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1705 git=beb62423e35ce33d47b3e2d42bcb0b9fdab0a786


 doc/build/TODO |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2008-07-31  Taher Shihadeh  <taher@unixwars.com>
            svn=1704 git=07e6622d87f27c5955785e7a373cef6b8ddb4df3


 ChangeLog                   |    3 +
 doc/build/TODO              |  140 +++++++++++++++++++++++++++++++++++++++++++
 doc/build/build_combined.sh |    3 +-
 doc/build/combined.txt      |    2 +
 doc/cherokee_tweak.txt      |    2 +-
 5 files changed, 147 insertions(+), 3 deletions(-)


2008-07-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1703 git=c26dc17df360fcab43776200e4d967ad9c59f5b8


 ChangeLog            |   22 ++++++++++++++--------
 cherokee/Makefile.am |    2 +-
 2 files changed, 15 insertions(+), 9 deletions(-)


2008-07-30  Taher Shihadeh  <taher@unixwars.com>
            svn=1702 git=6b0b9580910b4d7600e73f39f56c6b9506aec9dc


 doc/cherokee_tweak.txt                |   38 +++++++++++++++++++-------------
 doc/compiling_and_installing_unix.txt |    2 +-
 doc/index.txt                         |    2 +-
 3 files changed, 24 insertions(+), 18 deletions(-)


2008-07-29  Taher Shihadeh  <taher@unixwars.com>
            svn=1701 git=63a673ca009d72dc8a09f23a329b561a0ce6dfc5


 ChangeLog                             |    7 +++
 doc/Makefile.am                       |    6 ++-
 doc/admin.txt                         |   46 ++++++++++++++++------
 doc/cherokee_tweak.txt                |   47 +++++++++++++++++++++++
 doc/compiling_and_installing_unix.txt |   66 +++++++++++++++++++-------------
 doc/index.txt                         |    1 +
 doc/media/images/admin_launch.png     |  Bin 127396 -> 143841 bytes
 7 files changed, 131 insertions(+), 42 deletions(-)


2008-07-28  Taher Shihadeh  <taher@unixwars.com>
            svn=1700 git=c70734a393f7956da3f63c47f04d7c1c233a2d66


 cherokee-tweak.1 |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


2008-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1699 git=b9af53a511f67a8e6aa5668dc2e4e5f46264d6a7


 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-07-28  Taher Shihadeh  <taher@unixwars.com>
            svn=1698 git=edd6e43dbea682852af8492c48b4093b60384530


 ChangeLog        |    4 ++++
 cherokee-admin.1 |    2 +-
 cherokee-tweak.1 |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee.1       |   30 ++++++++++++++++++------------
 cherokee_tweak.1 |   45 ---------------------------------------------
 5 files changed, 75 insertions(+), 58 deletions(-)


2008-07-28  Taher Shihadeh  <taher@unixwars.com>
            svn=1697 git=b24b0fc686deb6b2b98329e6039af2ba089144a6


 ChangeLog             |    7 +++++++
 admin/Form.py         |   25 ++++++++++++++++++++++---
 admin/PageAdvanced.py |    2 +-
 admin/PageEncoders.py |    2 +-
 admin/PageEntry.py    |    4 ++--
 admin/PageFeedback.py |    2 +-
 admin/PageGeneral.py  |    2 +-
 admin/PageIcon.py     |    4 ++--
 admin/PageMime.py     |    2 +-
 admin/PageVServer.py  |    2 +-
 admin/PageVServers.py |    4 ++--
 11 files changed, 41 insertions(+), 15 deletions(-)


2008-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1696 git=f1c4d9c4ec2accf23214306d9d95aabbf63a2bf3


 ChangeLog                   |    3 +++
 admin/CherokeeManagement.py |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1695 git=bd667655fd2cee7dcaeb309b068ddad1c0c5af7a


 ChangeLog                |   10 ++++++++++
 cget/main.c              |    7 ++++++-
 cherokee/main.c          |    4 +++-
 cherokee/main_guardian.c |    4 +++-
 cherokee/main_tweak.c    |    4 +++-
 cherokee/util.c          |    2 +-
 configure.in             |    6 +++++-
 7 files changed, 31 insertions(+), 6 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1694 git=49b44297f41244ecb0242001378e56cd49b47a46


 ChangeLog          |    7 ++++++-
 cherokee/iocache.c |   12 +++++++++---
 2 files changed, 15 insertions(+), 4 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1693 git=85d318e7550c152923a574f785889e373f152e60


 ChangeLog                 |    5 +++++
 cherokee/cache.c          |    2 +-
 cherokee/logger.c         |    2 +-
 cherokee/main_guardian.c  |    2 +-
 cherokee/server.c         |    2 ++
 cherokee/socket.c         |   23 ++++++++++++++++-------
 cherokee/socket.h         |    2 +-
 cherokee/virtual_server.c |    5 ++++-
 8 files changed, 31 insertions(+), 12 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1692 git=db7f424a2727dc6ab3c3f8b68c0115c929be8155


 ChangeLog             |    4 ++++
 acinclude.m4          |   24 ++++++++++++++++++++++++
 cherokee/connection.c |   22 +++-------------------
 cherokee/socket.c     |   29 +++++++++++++++++++++++++++++
 cherokee/socket.h     |    1 +
 configure.in          |    1 +
 6 files changed, 62 insertions(+), 19 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1691 git=d475c84611d322aadbee314b5bfb6d6d1e57499a


 ChangeLog       |    3 +++
 admin/config.py |   19 ++++++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1689 git=c9a54db574971a536ab2614872fc75bd69ec1a0f


 ChangeLog       |    3 +++
 admin/config.py |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-07-25  Taher Shihadeh  <taher@unixwars.com>
            svn=1688 git=cbcf38ef03ad23c76503289608c9e6013d780420


 ChangeLog |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1687 git=7fdb9a1f2f5838b6d3ce03c5ea23d5dd8be25230


 ChangeLog            |    7 +++++++
 admin/Form.py        |   16 +++++++++++++++-
 admin/PageVServer.py |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1686 git=2b0c11172b46808a6aa4d442acb5634e28873bc6


 ChangeLog       |    3 +++
 admin/server.py |   11 ++++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)


2008-07-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1684 git=3416d6320a2c2aa9bcf71fac3e62982db3e417dd


 ChangeLog                       |    8 ++++++++
 cherokee/connection-protected.h |    6 +++---
 cherokee/connection.c           |   10 ++++++----
 cherokee/handler_redir.c        |    9 +++++----
 cherokee/rule_request.c         |   12 +++---------
 cherokee/rule_request.h         |    3 ---
 6 files changed, 25 insertions(+), 23 deletions(-)


2008-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1683 git=2a7bc60279e1818b932f1b6874fbbdfeb3f8dc67


 ChangeLog        |    4 ++++
 cherokee/cache.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1682 git=5936f619c093c9374d592bcbcbaa0a069ef3c4df


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   19 ++++++++++++++-----
 2 files changed, 18 insertions(+), 5 deletions(-)


2008-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1681 git=9d27c6564934be222bda076ba5d842453d611759


 ChangeLog           |    6 ++++++
 cherokee/md5crypt.c |   29 +++++++++++++++--------------
 2 files changed, 21 insertions(+), 14 deletions(-)


2008-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1680 git=7f5c65b5805016700954cdce00d5ee248fa0b3dc


 cherokee/connection.c   |   37 ++++++++++++++++---------------------
 cherokee/handler_file.c |    7 ++++++-
 2 files changed, 22 insertions(+), 22 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1679 git=e6921b9a31f0764969e1f28bd0b864ab5de7cb64


 ChangeLog         |    5 +++++
 cherokee/access.c |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1678 git=95da93208154bc620e10cdacbfbeab030612763f


 cherokee/iocache.c |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1677 git=77d7833cf66d2eeabc3c1cbdee0a3493c0cb22b4


 cherokee/iocache.c |   25 ++++++++++++++++++-------
 cherokee/thread.c  |    3 +--
 2 files changed, 19 insertions(+), 9 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1676 git=c19578ac96e74138a1324834c1dd0b59286f825d


 cherokee/handler_common.c |    5 +++--
 cherokee/handler_file.c   |   11 +++++++++--
 cherokee/iocache.c        |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)


2008-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1675 git=db99ed44418b20a93359cd654e8b5b2d4435c4ed


 cherokee/handler_cgi_base.c |    1 +
 cherokee/handler_file.c     |    5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1674 git=c413fb3bca27d67b0c4584fd79b3695581707e60


 cherokee/handler_file.c |   14 +++++++++++++-
 cherokee/iocache.c      |   15 +++++++++++++++
 cherokee/iocache.h      |    3 +++
 cherokee/macros.h       |    3 ---
 4 files changed, 31 insertions(+), 4 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1673 git=465850efc2bf9a398f825ceb97f71236f70fc500


 ChangeLog                       |   12 +
 cherokee/Makefile.am            |    4 +-
 cherokee/cache.c                |  444 ++++++++++++++++++++++++++
 cherokee/cache.h                |  134 ++++++++
 cherokee/cherokee.h             |    1 +
 cherokee/connection-protected.h |    2 +-
 cherokee/connection.c           |   44 +--
 cherokee/handler_cgi_base.c     |   18 +-
 cherokee/handler_common.c       |   54 ++--
 cherokee/handler_file.c         |   74 +++--
 cherokee/iocache.c              |  653 +++++++++++++++------------------------
 cherokee/iocache.h              |   52 +++-
 cherokee/server-protected.h     |    4 +-
 cherokee/server.c               |   12 +-
 cherokee/thread.c               |   11 +-
 cherokee/thread.h               |    6 +-
 16 files changed, 1005 insertions(+), 520 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1672 git=31e22182b1c2e6a9f025e4309132384269f94bf1


 qa/help.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1671 git=80ed762d291fb885019bcbb9fb314a16d223e238


 qa/run-tests.py |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


2008-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1670 git=c1989cf17043cba754fbe23825ba837203b87b86


 ChangeLog       |    5 +++++
 qa/base.py      |   42 ++++++++++++++++++++++++++----------------
 qa/run-tests.py |    6 +++---
 qa/util.py      |    7 ++++++-
 4 files changed, 40 insertions(+), 20 deletions(-)


2008-07-21  Taher Shihadeh  <taher@unixwars.com>
            svn=1669 git=5be4af95c264e10c93d29e2939b49bcee161c8cc


 admin/validations.py |    4 ++--
 qa/help.py           |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


2008-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1668 git=06f275ef2bfbc4ca80fa05e8399c9e430323d8ac


 cherokee/thread.c |   92 ++++++++++++++++++++---------------------------------
 1 files changed, 35 insertions(+), 57 deletions(-)


2008-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1667 git=6fb482a5880e2f93c67b4177eb905705ea69a9bb


 qa/base.py      |   20 ++++++++++----------
 qa/run-tests.py |    1 +
 2 files changed, 11 insertions(+), 10 deletions(-)


2008-07-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1665 git=474d4fb6455cfde5c69125dd38255954921433f1


 ChangeLog       |    3 +++
 qa/run-tests.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-07-18  Taher Shihadeh  <taher@unixwars.com>
            svn=1664 git=70dcb52a2de6141850799e42b7628081a69b3f7d


 doc/index.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-07-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1663 git=f5e00ed99a632488e9c46560afd2f07c2b623735


 ChangeLog          |    6 ++++++
 cherokee/version.c |   10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1662 git=b53c0165193d13cd0682377654b7c0ab6e0e44d7


 ChangeLog                   |    4 +++
 cherokee/server-protected.h |    1 -
 cherokee/server.c           |   54 ++++---------------------------------------
 3 files changed, 9 insertions(+), 50 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1661 git=367bae49502926e233df6b5d2e1025bc794609f4


 cherokee/source.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1660 git=70571a605cd929b3921abe80dd71aa15de1b3622


 cherokee/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1659 git=d44743dd58a72fb9326d3a77a7bbf757d8fd0b42


 README |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1658 git=d8eddaf91cb89ab24c101c4ffa849f46cc83ec7f


 cherokee/handler_fcgi.c |   10 ++++++++--
 cherokee/handler_scgi.c |    8 +++++++-
 2 files changed, 15 insertions(+), 3 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1657 git=84a4d2e37b9edcdd53e3f14938b0b381344ca5fc


 ChangeLog                   |   10 ++++
 cherokee/Makefile.am        |    4 +-
 cherokee/avl_r.c            |   59 ++++++++++++-----------
 cherokee/connector.c        |  111 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/connector.h        |   59 +++++++++++++++++++++++
 cherokee/downloader.c       |   16 +++++--
 cherokee/server-protected.h |    2 +
 cherokee/server.c           |   10 ++++-
 cherokee/source.c           |   13 ++++-
 9 files changed, 246 insertions(+), 38 deletions(-)


2008-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1656 git=12210d1ebc8c628608f727b888173e2cfbad491a


 doc/build/asciidoc.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2008-07-17  Taher Shihadeh  <taher@unixwars.com>
            svn=1655 git=4c24ac5036947915532e3b45ebc95e505b6d7bc3


 cherokee-admin.1 |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)


2008-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1654 git=2ee2225c88af8422b02b1b029b16bf5c24510701


 ChangeLog                      |    9 ++
 cherokee/Makefile.am           |    4 +-
 cherokee/bogotime.c            |  168 ++++++++++++++++++++++++++++++++++++++++
 cherokee/bogotime.h            |   63 +++++++++++++++
 cherokee/connection.c          |    3 +-
 cherokee/handler_server_info.c |    3 +-
 cherokee/init.c                |    5 +
 cherokee/iocache.c             |   11 ++-
 cherokee/nonce.c               |    3 +-
 cherokee/server-protected.h    |   12 +---
 cherokee/server.c              |   79 ++-----------------
 cherokee/thread.c              |   49 +++---------
 12 files changed, 282 insertions(+), 127 deletions(-)


2008-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1653 git=02c87c00b218e542e9b1569cb348abc1f0228e0c


 ChangeLog                |    4 ++++
 cherokee/main_guardian.c |   38 ++++++++++++++++++++++++--------------
 2 files changed, 28 insertions(+), 14 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1652 git=582c844bf4334638fc94f20e2dd2830601aa6c54

    Couple of wrong links fixed; btw: the new doc format eliminates the need for docutils and is suitable for PDF conversion
    
 doc/build/build_web.sh |    2 +-
 doc/download.txt       |    2 +-
 doc/index.txt          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2008-07-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1651 git=6505fbdfcf75803563b5418616ab0f0be94f13f8


 ChangeLog       |    8 +++++++-
 configure.in    |   19 -------------------
 doc/Makefile.am |    3 ---
 3 files changed, 7 insertions(+), 23 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1650 git=3e4c3849ccddb13572c472b63dcb8c6bc63e0c56


 ChangeLog               |    4 +
 doc/build/asciidoc.conf |  404 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 408 insertions(+), 0 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1649 git=da9ede719ea4842a4472e92a197373d7796b8077


 doc/media/css/cherokee_doc.css |  272 ++++++++++++++++++++++++++++++++++++++++
 doc/media/js/toc.js            |   69 ++++++++++
 2 files changed, 341 insertions(+), 0 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1648 git=3a5ee881adb9ba41186e9bdc3e6bf3321f8549cc


 doc/Makefile.am             |    2 +-
 doc/build/build_combined.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2008-07-14  Taher Shihadeh  <taher@unixwars.com>
            svn=1647 git=e366204e9a947e2749ad7ec9368937cfbd00520b

    Changed documentation to asciidoc
    
 doc/Makefile.am                                    |   71 +-
 doc/admin.txt                                      |   25 +
 doc/advanced.txt                                   |    7 +
 doc/authentication.txt                             |   20 +
 doc/build/asciidoc.py                              | 4255 ++++++++++++++++++++
 doc/build/build_combined.sh                        |    5 +
 doc/build/build_web.sh                             |   11 +
 doc/build/chunked_template.conf                    |   28 +
 doc/build/combined.txt                             |   67 +
 doc/build/combined_template.conf                   |    5 +
 doc/build/javascripts/toc.js                       |   69 +
 doc/build/stylesheets/xhtml11-quirks.css           |   49 +
 doc/build/stylesheets/xhtml11.css                  |  284 ++
 doc/build/website_template.conf                    |   51 +
 doc/build/xhtml11-quirks.conf                      |   57 +
 doc/build/xhtml11.conf                             |  514 +++
 doc/build_docs.py                                  |  166 -
 doc/compiling_and_installing_unix.txt              |   70 +
 doc/compiling_and_installing_windows.txt           |    2 +
 doc/cross_compile_cherokee.txt                     |  109 +
 doc/debug.txt                                      |   55 +
 doc/django/LICENSE                                 |   27 -
 doc/django/VERSION                                 |    1 -
 doc/django/__init__.py                             |    8 -
 doc/django/conf/__init__.py                        |  151 -
 doc/django/conf/global_settings.py                 |  352 --
 doc/django/core/exceptions.py                      |   25 -
 doc/django/template/__init__.py                    |  934 -----
 doc/django/template/context.py                     |  100 -
 doc/django/template/defaultfilters.py              |  612 ---
 doc/django/template/defaulttags.py                 | 1034 -----
 doc/django/template/loader.py                      |  118 -
 doc/django/template/loader_tags.py                 |  177 -
 doc/django/template/loaders/filesystem.py          |   25 -
 doc/django/utils/encoding.py                       |   84 -
 doc/django/utils/functional.py                     |  124 -
 doc/django/utils/itercompat.py                     |   59 -
 doc/django/utils/text.py                           |  219 -
 doc/django/utils/translation/__init__.py           |  110 -
 doc/django/utils/translation/trans_null.py         |   50 -
 doc/django/utils/translation/trans_real.py         |  522 ---
 doc/download.txt                                   |   17 +
 doc/entry.txt                                      |  108 +
 doc/general.txt                                    |   65 +
 doc/generating_ssl_keys.txt                        |  128 +
 doc/icons.txt                                      |   30 +
 doc/index.txt                                      |   90 +
 doc/internal_configuration.txt                     |  340 ++
 doc/locale/en/How_to_generate_SSL_keys.txt         |  130 -
 doc/locale/en/admin.txt                            |   28 -
 doc/locale/en/advanced.txt                         |   10 -
 doc/locale/en/authentication.txt                   |   24 -
 doc/locale/en/balancers/round_robin.txt            |   19 -
 doc/locale/en/compiling_and_installing_unix.txt    |   74 -
 doc/locale/en/compiling_and_installing_windows.txt |    1 -
 doc/locale/en/cross_compile_cherokee.txt           |   91 -
 doc/locale/en/debug.txt                            |   46 -
 doc/locale/en/download.txt                         |   17 -
 doc/locale/en/encoders/gzip.txt                    |   26 -
 doc/locale/en/entry.txt                            |  108 -
 doc/locale/en/general.txt                          |   66 -
 doc/locale/en/handlers/cgi.txt                     |   35 -
 doc/locale/en/handlers/common.txt                  |   54 -
 doc/locale/en/handlers/dirlist.txt                 |   59 -
 doc/locale/en/handlers/fastcgi.txt                 |   92 -
 doc/locale/en/handlers/file.txt                    |   32 -
 doc/locale/en/handlers/redir.txt                   |   81 -
 doc/locale/en/handlers/scgi.txt                    |    5 -
 doc/locale/en/icons.txt                            |   41 -
 doc/locale/en/index.txt                            |  121 -
 doc/locale/en/internal_configuration.txt           |  320 --
 doc/locale/en/validators/htdigest.txt              |   28 -
 doc/locale/en/validators/htpasswd.txt              |   39 -
 doc/locale/en/validators/mysql.txt                 |   52 -
 doc/locale/en/validators/pam.txt                   |   30 -
 doc/locale/en/validators/plain.txt                 |   39 -
 doc/locale/en/vserver.txt                          |  226 --
 doc/loggers.txt                                    |    8 +
 doc/media/css/documentation.css                    |   51 -
 doc/modules_balancers_round_robin.txt              |   16 +
 doc/modules_encoders_gzip.txt                      |   27 +
 doc/modules_handlers_cgi.txt                       |   30 +
 doc/modules_handlers_common.txt                    |   44 +
 doc/modules_handlers_dirlist.txt                   |   48 +
 doc/modules_handlers_fastcgi.txt                   |   81 +
 doc/modules_handlers_file.txt                      |   28 +
 doc/modules_handlers_redir.txt                     |   69 +
 doc/modules_handlers_scgi.txt                      |    4 +
 doc/modules_loggers_combined.txt                   |    5 +
 doc/modules_loggers_ncsa.txt                       |    5 +
 doc/modules_loggers_w3c.txt                        |    5 +
 doc/modules_validators_htdigest.txt                |   29 +
 doc/modules_validators_htpasswd.txt                |   39 +
 doc/modules_validators_mysql.txt                   |   45 +
 doc/modules_validators_pam.txt                     |   27 +
 doc/modules_validators_plain.txt                   |   37 +
 doc/templates/base.html                            |   12 -
 doc/templates/doc_detail.html                      |   10 -
 doc/vserver.txt                                    |  215 +
 99 files changed, 7260 insertions(+), 6899 deletions(-)


2008-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1646 git=b845452307dacfb238ceee8b816d5247914e458b


 cherokee/main_guardian.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1645 git=5067bba3985e8878c4c7bb2b33fbdc060ed9000c


 ChangeLog                |    7 +++++++
 cherokee/main_guardian.c |    6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1644 git=a8d58df20193494e55f20d7a1ee905445ecb4b49


 ChangeLog                |    5 +++++
 cherokee/handler_error.c |   32 ++++++++++++++++----------------
 2 files changed, 21 insertions(+), 16 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1643 git=cabf5290b2e9652a5890f0df5e2650a579c72048


 ChangeLog                |    3 +++
 cherokee/handler_error.c |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1642 git=399e9c34930c31652a4e06b95e469539abe175cc


 ChangeLog             |    3 +++
 admin/PageVServers.py |   28 ++++++++++++++++++++++++++++
 admin/Table.py        |    5 +++--
 admin/config.py       |    6 ++++--
 4 files changed, 38 insertions(+), 4 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1641 git=e57424894c8d7ec7075fe939ede6de2e660f2148


 admin/validations.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1640 git=253a15e4d49202fbe44d6afbfa53e8622556ed62


 admin/PageVServer.py |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1639 git=63177e8710512340f45b1ca557bb6b702dd863e5


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |   12 +++++++++++-
 admin/config.py      |   11 +++++++++++
 3 files changed, 28 insertions(+), 1 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1638 git=a877121f74f37ec8e93fb31e4c3c08b64e825ef6


 ChangeLog         |    3 +++
 admin/PageMain.py |    4 ++--
 admin/Table.py    |   15 ++++++++-------
 3 files changed, 13 insertions(+), 9 deletions(-)


2008-07-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1637 git=87f6c88e5143d31ee616637b72bd5b3bb9435912


 ChangeLog                  |    5 +++++
 themes/default/header.html |   14 +++++++-------
 themes/default/theme.css   |    4 ++++
 3 files changed, 16 insertions(+), 7 deletions(-)


2008-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1634 git=3007178962e93f300265e98c27231dcae312c34d


 admin/PageVServers.py |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


2008-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1633 git=18cb503acfe263ebd4fcf7ca96da59d1dc27e172


 ChangeLog             |    4 ++++
 admin/PageVServers.py |   17 ++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)


2008-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1632 git=0e49cba0cfc1b4aef8c26f91d2835c1b8c763adc


 ChangeLog                  |    3 +++
 cherokee/handler_dirlist.c |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1631 git=5e7f700c7a31899e8958b46c05f62e3e59fe72d1


 ChangeLog                |    6 ++
 cherokee/handler_file.c  |    3 +-
 sites-default.sample.pre |  170 ----------------------------------------------
 3 files changed, 8 insertions(+), 171 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1625 git=beb695abc140c5fae64ec30455cc3df0992cba2c


 ChangeLog            |    3 +++
 admin/PageVServer.py |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1624 git=312613f8743960e3eee197ead114e7d995af644f


 ChangeLog       |    3 +++
 admin/consts.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1623 git=c18349d453b62c8717c3a5ac559b8d044bc73a0d


 ChangeLog             |    3 +++
 admin/PageVServers.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1622 git=00103a1c05eada95ddb4f00f83828e4d60a08563


 ChangeLog             |    3 +++
 admin/PageVServers.py |    6 +++++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1621 git=f1ee434d1a642ef59b7ee4dc9cf43327d1ead8a6


 ChangeLog                |    7 +++++++
 cherokee/handler_redir.c |   25 ++++++++++++++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1618 git=c3d75a12199b167f5e9793cfb7e95b1246262878


 ChangeLog               |    5 +++++
 cherokee/cherokee-panic |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1617 git=20f71cdba73dbdbf973a79961a0ca2e79b24ecea


 ChangeLog                  |    4 ++++
 themes/default/header.html |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1616 git=427f797ccfeed2e8ffe4a555610794f9ca3f1973


 ChangeLog             |    6 +++---
 admin/PageVServers.py |    6 ++++++
 2 files changed, 9 insertions(+), 3 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1615 git=2ec369f00dcbb64448c8aee196f0c7d2af0bb63e


 ChangeLog             |    5 +++++
 admin/PageVServers.py |   10 +++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1614 git=56caa1b2bdd425278c90e56f3decc8ecdafb4243


 cherokee/buffer.c             |    4 ++--
 cherokee/buffer.h             |    4 ++--
 cherokee/connection.c         |    6 +++---
 cherokee/connection_info.c    |    4 ++--
 cherokee/downloader.c         |    4 ++--
 cherokee/encoder_gzip.c       |    2 +-
 cherokee/handler_cgi_base.c   |    8 ++++----
 cherokee/handler_common.c     |   10 +++++-----
 cherokee/handler_dirlist.c    |   10 +++++-----
 cherokee/handler_file.c       |    2 +-
 cherokee/handler_nn.c         |    2 +-
 cherokee/handler_redir.c      |   10 +++++-----
 cherokee/main_tweak.c         |    6 +++---
 cherokee/plugin_loader.c      |    2 +-
 cherokee/rule_request.c       |    2 +-
 cherokee/url.c                |    2 +-
 cherokee/util.c               |    4 ++--
 cherokee/validator_htpasswd.c |    2 +-
 cherokee/validator_plain.c    |    2 +-
 19 files changed, 43 insertions(+), 43 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1613 git=1db38a65db670d04ef55f8cd5ef1f5583465e385


 ChangeLog             |    5 +++++
 cherokee/connection.c |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1612 git=c78637ba8ed78ee23000f5494f7f38506fabacb5


 ChangeLog           |    3 +++
 qa/169-Pipermail.py |   29 +++++++++++++++++++++++++++++
 qa/Makefile.am      |    3 ++-
 3 files changed, 34 insertions(+), 1 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1611 git=8b16b3ca18592b96fd5f58b88a6089aec288debd


 ChangeLog                   |   20 +++++++++
 cherokee/connection.c       |   92 ++++++++++++++++++++++++++++++++++--------
 cherokee/connection.h       |    5 +-
 cherokee/handler_cgi_base.c |   15 ++-----
 cherokee/handler_common.c   |   12 ++++-
 cherokee/handler_dirlist.c  |    2 +
 cherokee/handler_file.c     |   12 ++----
 cherokee/handler_phpcgi.c   |    4 +-
 cherokee/rule_directory.c   |    9 ++--
 cherokee/thread.c           |   35 +++-------------
 cherokee/util.c             |   11 +++++
 cherokee/util.h             |    1 +
 cherokee/virtual_server.c   |   22 +++-------
 cherokee/virtual_server.h   |    4 --
 14 files changed, 148 insertions(+), 96 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1610 git=f0341bd35fdd33954eac71623a90b59f3d3f5bb2


 ChangeLog          |    5 +++++
 cherokee/iocache.c |   11 +++++++----
 2 files changed, 12 insertions(+), 4 deletions(-)


2008-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1609 git=280308790d105ea7834bf49b3206814e38b4ccce


 ChangeLog       |    9 +++++++++
 qa/run-tests.py |   20 +++++++++++++++-----
 qa/util.py      |   11 +++++++++++
 3 files changed, 35 insertions(+), 5 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1608 git=b68c78d8090007da0ed8987be0cce7884ddbbb53


 ChangeLog                  |    3 +++
 cherokee/handler_dirlist.c |   13 +++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1607 git=d8bf568f70f37c39a6c7a17e7b30afdfd8180ec5


 ChangeLog                       |    6 ++++++
 cherokee/connection-protected.h |    2 ++
 cherokee/connection.c           |   15 ++++++++++++++-
 3 files changed, 22 insertions(+), 1 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1606 git=e4eb8702931e2cdde164b5b4250713e17bc2cbfc


 ChangeLog                       |    4 ++++
 cherokee/connection-protected.h |    3 +++
 cherokee/connection.c           |   38 ++++++++++++++++++++++++++++++++++++++
 cherokee/connection.h           |    4 ++--
 4 files changed, 47 insertions(+), 2 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1605 git=eeedbbab8b7192b32725d2581d234a5a7b139ba3


 cherokee/rule_directory.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1604 git=71b2b4e4f69b873b2ad42fbc385f3b4cb8709eb7


 ChangeLog       |    3 +++
 cherokee/list.c |   13 +++++++++++++
 cherokee/list.h |    3 ++-
 3 files changed, 18 insertions(+), 1 deletions(-)


2008-07-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1603 git=4a35fa59587e4a9a74344397fd8dd67fac8a1503


 ChangeLog                       |    5 +++++
 cherokee/connection-protected.h |    1 -
 cherokee/connection.c           |    2 --
 3 files changed, 5 insertions(+), 3 deletions(-)


2008-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1602 git=37b7b72fb21f332f1b968347badb5f1b73f9dbe9


 ChangeLog         |    2 ++
 cherokee/buffer.h |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)


2008-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1601 git=99ed61a65bee616e140d23866fee777e5be9185a


 ChangeLog                       |    4 ++++
 cherokee/connection-protected.h |   10 +++++-----
 cherokee/connection.c           |    6 ++----
 cherokee/handler_dirlist.c      |    2 +-
 4 files changed, 12 insertions(+), 10 deletions(-)


2008-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1600 git=d9909f2f353318cdd9bf998b22b56a7ce7a418fd


 ChangeLog  |    4 ++++
 qa/util.py |   60 +++++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 49 insertions(+), 15 deletions(-)


2008-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1599 git=86d765848009e56fe2917c923afb40e3aacc4fae


 ChangeLog              |    3 +++
 cherokee/handler_cgi.c |    9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2008-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1598 git=d413d89cc65ccca119ad354c2408918cc91952a3


 ChangeLog             |    8 ++++++++
 cherokee/connection.c |   16 ++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)


2008-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1597 git=530673d86fd2ee5edf585508884f11942ffd785e


 ChangeLog              |    5 +++++
 cherokee/handler_cgi.c |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-06-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1596 git=9cb563093b3cf807c13d46448cc08aba2f01825f


 ChangeLog       |    6 ++++++
 admin/Module.py |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)


2008-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1595 git=7e9589caec5358f82f922e907046543b6c98d731


 ChangeLog       |    5 +++++
 admin/server.py |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1594 git=63da7eacc3b22810e45b4e1009043d13523f7f80


 cherokee/iocache.c  |    3 +++
 contrib/tracelor.py |    2 +-
 qa/help.py          |    3 ++-
 qa/run-tests.py     |    6 ++++++
 4 files changed, 12 insertions(+), 2 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1593 git=3fab1a475cb6c3618513836731890e457e62a7e5


 ChangeLog           |    3 +++
 contrib/tracelor.py |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1592 git=d5a6605b5822478cb19ad5d888a2c034aa2c1d70


 ChangeLog           |    5 ++++
 contrib/Makefile.am |    3 +-
 contrib/tracelor.py |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 68 insertions(+), 1 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1591 git=8f356f6c798422c9015990a7ca20c9b8c596e87e


 ChangeLog                  |    4 ++++
 cherokee/common-internal.h |    2 ++
 cherokee/trace.c           |   13 ++++++++++---
 3 files changed, 16 insertions(+), 3 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1590 git=764b9ceaaad675e515904390c9eba453dd8c8168


 ChangeLog         |    3 +++
 cherokee/buffer.c |   16 ++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1589 git=8256b65f25b486cef8e0f0e2b3bb8960d0c46d32


 ChangeLog               |    7 +++++
 cherokee/cherokee-panic |   64 ++++++++++++++++++++++++++--------------------
 cherokee/main.c         |    3 ++
 3 files changed, 46 insertions(+), 28 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1588 git=25adea5fbc9b4adf419baff00e5e0d3dcc1cd4af


 ChangeLog       |    2 ++
 qa/run-tests.py |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1587 git=eadbcd46c492bfed9bef7cf57a3e3a74f6d8e254


 ChangeLog         |    5 ++++-
 cherokee/macros.h |    4 ++--
 cherokee/util.c   |    3 ++-
 3 files changed, 8 insertions(+), 4 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1586 git=737d1fb0dc9c6659aafa0f44d92818633e3e1324


 ChangeLog       |    4 ++++
 qa/run-tests.py |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1585 git=ba72f354e62ebee92cd29ab2b46cf9fecc5b2890


 ChangeLog             |    2 ++
 admin/PageAdvanced.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1584 git=c85de2a7b28bf8618b76cd7a659ec3213135d9c2


 ChangeLog             |    3 +++
 cherokee/connection.c |    2 +-
 cherokee/util.c       |   23 ++++++++++++++++++++---
 3 files changed, 24 insertions(+), 4 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1583 git=8e2ccad9562db95dbf5a8bf8fe4e8b55c6d024c0


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   27 +++++++++++++++++++++------
 2 files changed, 25 insertions(+), 6 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1582 git=6c7b4da28f433d555423fbfc07265d7ccb4ea165


 ChangeLog       |    3 +++
 qa/run-tests.py |   27 +++++++++++++++++++--------
 2 files changed, 22 insertions(+), 8 deletions(-)


2008-06-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1580 git=838cdac05b4fa58871dfbd9ac9d1f31e174135e4


 ChangeLog         |    6 ++++++
 cherokee/buffer.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-06-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1579 git=52023cd0b3ec66dee58124e8cf7d88cf4e49e07d


 ChangeLog                 |    8 ++++++++
 themes/firefox3/theme.css |   20 +++++++++++---------
 2 files changed, 19 insertions(+), 9 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1578 git=b5806eca0ded59638bbcd32c37acb0043e12cee3


 ChangeLog                  |    5 +++++
 cherokee/encoder_deflate.c |    3 +++
 cherokee/encoder_gzip.c    |    3 +++
 3 files changed, 11 insertions(+), 0 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1577 git=6beb2f954989798021828111fd198e320c2d9ff2


 ChangeLog                   |    6 ++++++
 admin/CherokeeManagement.py |   33 +++++++++++++++++++++------------
 admin/PageAdvanced.py       |    9 ++++++++-
 cherokee/info.c             |    2 +-
 4 files changed, 36 insertions(+), 14 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1576 git=6696efdc0849699cc7736d0a8991521f9d0c1172


 ChangeLog       |    3 +++
 cherokee/info.c |   29 ++++++++---------------------
 2 files changed, 11 insertions(+), 21 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1575 git=9425bc2f78b3aaf03ad2beb2ac692e324e8ff62c


 ChangeLog         |    3 +++
 cherokee/socket.c |   26 ++++++--------------------
 2 files changed, 9 insertions(+), 20 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1574 git=732caa28d7c16639b05d7b4d85b77659dcdbcf65


 ChangeLog            |    4 ++++
 cherokee/Makefile.am |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1573 git=7de95799f332e4dcda8c51320244222da9f7224d


 ChangeLog                             |    3 +++
 admin/static/images/flags/Makefile.am |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1572 git=d0dede94c7ea3cb2527674e5eb06a10965eaf289


 cherokee/.ignore |   25 -------------------------
 configure.in     |    7 ++++---
 m4/.ignore       |    3 ---
 qa/.ignore       |    5 -----
 4 files changed, 4 insertions(+), 36 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1571 git=d82fa18a8d74a21dfe67bfe0343c207139a0a4c2


 ChangeLog            |    5 ++
 cherokee/Makefile.am |    4 +-
 cherokee/info.c      |  133 ++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/info.h      |   40 +++++++++++++++
 cherokee/main.c      |    5 +-
 cherokee/util.c      |  106 ---------------------------------------
 cherokee/util.h      |    5 +-
 7 files changed, 185 insertions(+), 113 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1570 git=3dbd1780607b016978074660ca52ea08a7cafd17


 ChangeLog      |    3 +++
 cherokee/avl.c |    9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


2008-06-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1569 git=aaf03a50d67679201f0a64710649727a16f7f137


 ChangeLog            |    6 ++++++
 cherokee/Makefile.am |    1 +
 cherokee/avl.h       |    6 +++---
 cherokee/cherokee.h  |    1 +
 4 files changed, 11 insertions(+), 3 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1568 git=8c17e9f985085b49e0f1a099c68253408e3db0f9


 ChangeLog                  |    5 +++++
 cherokee/common-internal.h |    2 ++
 cherokee/server.c          |   38 ++++++++++++++++++++++++++------------
 3 files changed, 33 insertions(+), 12 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1567 git=576e94c88c0e1e1f075826f3bd93b4c16d1f2a70


 ChangeLog         |    4 ++
 cherokee/main.c   |    4 +-
 cherokee/server.c |  108 -----------------------------------------------------
 cherokee/server.h |    2 -
 cherokee/util.c   |  106 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h   |    6 ++-
 6 files changed, 117 insertions(+), 113 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1566 git=a21f05a9a3e80331b22c0064213fc16f05fbf423


 cherokee/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1565 git=87d632864d57a16edd853fb51684cfb1ff5800f4


 ChangeLog         |    3 ++
 cherokee/server.c |   75 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 77 insertions(+), 1 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1564 git=356641c6c17e8fb67eacc760f7579edeff25dc1c


 ChangeLog        |    4 ++++
 cherokee/trace.c |   19 ++++++++++++++++++-
 cherokee/util.c  |    4 ----
 3 files changed, 22 insertions(+), 5 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1563 git=e5d3949b216c5deab8ee36f28a4c4985226b2f56


 cherokee/thread.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1562 git=8735e2c9e4f4c813e91178b33b19de0f6362b407


 ChangeLog         |    7 +++++++
 cherokee/macros.h |    2 +-
 cherokee/server.c |    2 +-
 cherokee/thread.c |   19 ++++++++++---------
 4 files changed, 19 insertions(+), 11 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1561 git=bac7c0b8886f0f9c9ec25be48698949a3ec5c4a6


 ChangeLog             |    6 ++++++
 admin/Module.py       |   15 +++++++++++++++
 admin/ModuleFcgi.py   |    3 ++-
 admin/ModuleMirror.py |    3 ++-
 admin/ModuleScgi.py   |    3 ++-
 admin/PageEncoders.py |    5 +----
 admin/PageEntry.py    |    4 ++--
 admin/PageVServer.py  |   15 ++++++---------
 8 files changed, 36 insertions(+), 18 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1560 git=9e25072dda445c494d13b839ed3f287e77b268ef


 ChangeLog             |    5 +++++
 admin/PageEncoders.py |   25 ++++++++++++++++---------
 admin/consts.py       |    3 ++-
 3 files changed, 23 insertions(+), 10 deletions(-)


2008-06-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1559 git=033aec9f40603f53349ae7cea6953454f1725337


 ChangeLog                  |    5 +++++
 qa/168-Deflate-Encoding.py |   42 ++++++++++++++++++++++++++++++++++++++++++
 qa/Makefile.am             |    3 ++-
 qa/run-tests.py            |    1 +
 4 files changed, 50 insertions(+), 1 deletions(-)


2008-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1558 git=893ca4d324451d1073277e6149143f136cab3858


 ChangeLog                  |    4 +
 cherokee/Makefile.am       |   19 ++++
 cherokee/encoder_deflate.c |  216 ++++++++++++++++++++++++++++++++++++++++++++
 cherokee/encoder_deflate.h |   57 ++++++++++++
 configure.in               |    3 +-
 5 files changed, 298 insertions(+), 1 deletions(-)


2008-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1557 git=8a5c764e753f8d0da8f4a2ab1a6f6ef7f6b1e6d0


 ChangeLog             |    4 ++++
 cherokee/connection.c |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1556 git=f9db29022aba72b8cd9417dfcfe8743f7b857ddc


 ChangeLog         |    6 ++++++
 cherokee/thread.c |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)


2008-06-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1555 git=814df474466d9285f738163a43b13270a659d08a


 TODO |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1554 git=4abf40cbf34d13ee91fb6dbf07bcf8de404b3340


 ChangeLog |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1553 git=37447deedb896f04da2ed893247a4696ba92bd95


 ChangeLog           |    3 ++
 Makefile.am         |    3 +-
 cherokee-guardian.1 |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+), 1 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1552 git=309cf67c2eb9bba6ad7a12ff272eb1f7f75464c0


 ChangeLog         |    3 +++
 contrib/05to06.py |    7 ++++++-
 2 files changed, 9 insertions(+), 1 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1551 git=3b7c30cdeee5b10deee0a88c6027d823aa3a6c2e


 ChangeLog   |    4 ++++
 Makefile.am |    4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1550 git=09a7757d54a0bd37138ed2fe165447680c8db5fa


 cherokee/main.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2008-06-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1549 git=d5314254abe627f5849a99bd22b1e2f6f31dda7c


 ChangeLog                |    5 +++
 cherokee/main_guardian.c |   66 ++++++++++++++++++++++++++++------------------
 2 files changed, 45 insertions(+), 26 deletions(-)


2008-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1547 git=83994f7f31ee900587426207d067ad5aad04616b


 ChangeLog                |    3 +++
 cherokee/main_guardian.c |   40 ++++++++++++++++++++++++++++++++--------
 2 files changed, 35 insertions(+), 8 deletions(-)


2008-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1545 git=95f04e85364cc577d6fa45ea4c10b90ea693293a


 ChangeLog                |    5 ++++-
 cherokee/main_guardian.c |    1 +
 2 files changed, 5 insertions(+), 1 deletions(-)


2008-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1544 git=6045ac513ab50833592510205944ad1095af7709


 qa/167-RuleGeoIP.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2008-06-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1543 git=d5b7d05097a9a62e1faaa0e6ca887accd90923c0


 ChangeLog           |   10 ++++++++++
 qa/167-RuleGeoIP.py |    3 ++-
 qa/run-tests.py     |    3 ++-
 3 files changed, 14 insertions(+), 2 deletions(-)


2008-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1542 git=4ae22e22712947acd100984ec5e7e20da165c192


 ChangeLog       |    4 ++++
 cherokee/main.c |   15 ++++++++++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)


2008-06-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1541 git=4ad262ebc7e82ab23b4ec85739721c61cbed1465


 ChangeLog    |    5 +++++
 configure.in |   14 ++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1535 git=3c8d3c08884b261ab749704ef9ce6fb3195dab0d


 ChangeLog       |    4 ++++
 admin/server.py |   10 +++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1534 git=4a805f63bdd27b701690f1dc37b9cede22b823b0


 ChangeLog             |    5 +++
 admin/server.py       |   12 +++++--
 cherokee/main_admin.c |   83 +++++++++++++++++++++++++++++++++++-------------
 3 files changed, 74 insertions(+), 26 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1532 git=dacc72ecaafca1eab4e53472bdf145ac350b4001


 ChangeLog              |    3 +++
 admin/ModuleRequest.py |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1531 git=e11f014e26d79d82be7749c58c42806a5bfd9c62


 ChangeLog                   |    5 +++++
 cherokee/handler_cgi.c      |   33 +--------------------------------
 cherokee/handler_cgi_base.h |   18 +++++++++++++++++-
 cherokee/handler_fastcgi.c  |    2 +-
 cherokee/handler_fcgi.c     |    2 +-
 cherokee/handler_scgi.c     |    4 +---
 6 files changed, 26 insertions(+), 38 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1530 git=77a3a8a775cf34f89b693f8e577bc48b4ef6dd4c


 ChangeLog         |    4 ++++
 cherokee/plugin.h |   17 ++++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)


2008-06-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1529 git=a32bcad9730f0ea7d8504bedb84d34d778bfa040


 ChangeLog             |    7 +++++++
 cherokee/Makefile.am  |    6 +++++-
 cherokee/cgi.deps     |    1 +
 cherokee/fastcgi.deps |    1 +
 cherokee/fcgi.deps    |    1 +
 cherokee/scgi.deps    |    1 +
 6 files changed, 16 insertions(+), 1 deletions(-)


2008-06-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1525 git=f1c1c8293bf3640175d09e2e87110a2077f7708e


 ChangeLog    |    2 ++
 configure.in |   17 ++++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)


2008-06-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1524 git=a0bad71e3c0d66870108f049dc881cf766146489


 ChangeLog       |    3 +++
 cherokee/init.c |    5 +++++
 cherokee/init.h |    6 +++---
 3 files changed, 11 insertions(+), 3 deletions(-)


2008-06-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1523 git=d620b4def013eca8009393e815ad900f7d9362f1


 ChangeLog            |    6 ++++++
 cherokee/Makefile.am |    5 +++++
 configure.in         |    2 ++
 3 files changed, 13 insertions(+), 0 deletions(-)


2008-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1522 git=4c28be0255e5685298c43ab296a0c3ad301189d8


 ChangeLog    |    3 +++
 configure.in |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)


2008-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1521 git=ad69f332a77862ec1d9f642456e9d243fc839908


 ChangeLog             |    3 +++
 cherokee/unix4win32.h |   11 ++++++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


2008-06-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1520 git=e252e35deda69a709204c7fa0841420944602419


 ChangeLog       |    5 +++++
 admin/server.py |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)


2008-06-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1519 git=1112bb8d3185c71d032c07da1caa56b328536791


 cherokee/Makefile.am |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)


2008-06-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1518 git=b1dcefa790cf9cbf1b14860e5aad3e646b29d704


 ChangeLog                   |    5 +++++
 admin/CherokeeManagement.py |   16 ++++++++++++++++
 admin/PageFeedback.py       |   19 ++++++++++++++-----
 3 files changed, 35 insertions(+), 5 deletions(-)


2008-06-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1517 git=71883a32edfbce00d846daaa1ba95205710ceb77


 ChangeLog                  |    5 +++++
 cherokee/handler_dirlist.c |    6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1516 git=9c37ec46f0821481736a09be5d863cadb3e00759


 autogen.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1515 git=6ce5d48b1b162c80b5d7dcae69cd48ce5a988818


 ChangeLog                     |    3 +++
 admin/static/css/cherokee.css |    5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1514 git=6d95302084667e8dca0e175ed80460fd8c2eeee7


 ChangeLog     |    3 +++
 admin/Form.py |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1513 git=1909e378af196ba3379b29d3da4deecf8fc6b92a


 admin/CherokeeManagement.py |    2 --
 admin/ModuleGeoip.py        |    3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1512 git=b43dbd44eb7a7aa214c464b16f607ee9f6c81437


 admin/CherokeeManagement.py |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1511 git=daeb0aa05ffbccf6563d8fc59d7ed7e1febc6f29


 ChangeLog      |    3 +++
 admin/flags.py |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1510 git=476f2b2bcfa2941e409456360cf8754405f36e44


 ChangeLog                   |   11 ++++++++++
 admin/CherokeeManagement.py |   46 +++++++++++++++++++++++++++++++++++++++++++
 admin/Makefile.am           |    2 +-
 admin/PageVServer.py        |   10 ++++++++-
 admin/configured.py.pre     |    2 +
 5 files changed, 69 insertions(+), 2 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1509 git=6021fad8140cc3bd47249e90bcb17e95c01fbbe8


 ChangeLog                                   |    6 +
 admin/Makefile.am                           |    3 +-
 admin/ModuleGeoip.py                        |   52 ++++-
 admin/flags.py                              |  320 +++++++++++++++++++++++++++
 admin/static/images/Makefile.am             |    2 +
 admin/static/images/flags/Makefile.am       |  252 +++++++++++++++++++++
 admin/static/images/flags/ad.png            |  Bin 0 -> 643 bytes
 admin/static/images/flags/ae.png            |  Bin 0 -> 408 bytes
 admin/static/images/flags/af.png            |  Bin 0 -> 604 bytes
 admin/static/images/flags/ag.png            |  Bin 0 -> 591 bytes
 admin/static/images/flags/ai.png            |  Bin 0 -> 643 bytes
 admin/static/images/flags/al.png            |  Bin 0 -> 600 bytes
 admin/static/images/flags/am.png            |  Bin 0 -> 497 bytes
 admin/static/images/flags/an.png            |  Bin 0 -> 488 bytes
 admin/static/images/flags/ao.png            |  Bin 0 -> 428 bytes
 admin/static/images/flags/ar.png            |  Bin 0 -> 506 bytes
 admin/static/images/flags/as.png            |  Bin 0 -> 647 bytes
 admin/static/images/flags/at.png            |  Bin 0 -> 403 bytes
 admin/static/images/flags/au.png            |  Bin 0 -> 673 bytes
 admin/static/images/flags/aw.png            |  Bin 0 -> 524 bytes
 admin/static/images/flags/ax.png            |  Bin 0 -> 663 bytes
 admin/static/images/flags/az.png            |  Bin 0 -> 589 bytes
 admin/static/images/flags/ba.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/bb.png            |  Bin 0 -> 585 bytes
 admin/static/images/flags/bd.png            |  Bin 0 -> 504 bytes
 admin/static/images/flags/be.png            |  Bin 0 -> 449 bytes
 admin/static/images/flags/bf.png            |  Bin 0 -> 497 bytes
 admin/static/images/flags/bg.png            |  Bin 0 -> 462 bytes
 admin/static/images/flags/bh.png            |  Bin 0 -> 457 bytes
 admin/static/images/flags/bi.png            |  Bin 0 -> 675 bytes
 admin/static/images/flags/bj.png            |  Bin 0 -> 486 bytes
 admin/static/images/flags/bm.png            |  Bin 0 -> 611 bytes
 admin/static/images/flags/bn.png            |  Bin 0 -> 639 bytes
 admin/static/images/flags/bo.png            |  Bin 0 -> 500 bytes
 admin/static/images/flags/br.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/bs.png            |  Bin 0 -> 526 bytes
 admin/static/images/flags/bt.png            |  Bin 0 -> 631 bytes
 admin/static/images/flags/bv.png            |  Bin 0 -> 512 bytes
 admin/static/images/flags/bw.png            |  Bin 0 -> 443 bytes
 admin/static/images/flags/by.png            |  Bin 0 -> 514 bytes
 admin/static/images/flags/bz.png            |  Bin 0 -> 600 bytes
 admin/static/images/flags/ca.png            |  Bin 0 -> 628 bytes
 admin/static/images/flags/cc.png            |  Bin 0 -> 625 bytes
 admin/static/images/flags/cd.png            |  Bin 0 -> 528 bytes
 admin/static/images/flags/cf.png            |  Bin 0 -> 614 bytes
 admin/static/images/flags/cg.png            |  Bin 0 -> 521 bytes
 admin/static/images/flags/ch.png            |  Bin 0 -> 367 bytes
 admin/static/images/flags/ci.png            |  Bin 0 -> 453 bytes
 admin/static/images/flags/ck.png            |  Bin 0 -> 586 bytes
 admin/static/images/flags/cl.png            |  Bin 0 -> 450 bytes
 admin/static/images/flags/cm.png            |  Bin 0 -> 525 bytes
 admin/static/images/flags/cn.png            |  Bin 0 -> 472 bytes
 admin/static/images/flags/co.png            |  Bin 0 -> 483 bytes
 admin/static/images/flags/cr.png            |  Bin 0 -> 477 bytes
 admin/static/images/flags/cs.png            |  Bin 0 -> 439 bytes
 admin/static/images/flags/cu.png            |  Bin 0 -> 563 bytes
 admin/static/images/flags/cv.png            |  Bin 0 -> 529 bytes
 admin/static/images/flags/cx.png            |  Bin 0 -> 608 bytes
 admin/static/images/flags/cy.png            |  Bin 0 -> 428 bytes
 admin/static/images/flags/cz.png            |  Bin 0 -> 476 bytes
 admin/static/images/flags/de.png            |  Bin 0 -> 545 bytes
 admin/static/images/flags/dj.png            |  Bin 0 -> 572 bytes
 admin/static/images/flags/dk.png            |  Bin 0 -> 495 bytes
 admin/static/images/flags/dm.png            |  Bin 0 -> 620 bytes
 admin/static/images/flags/do.png            |  Bin 0 -> 508 bytes
 admin/static/images/flags/dz.png            |  Bin 0 -> 582 bytes
 admin/static/images/flags/ec.png            |  Bin 0 -> 500 bytes
 admin/static/images/flags/ee.png            |  Bin 0 -> 429 bytes
 admin/static/images/flags/eg.png            |  Bin 0 -> 465 bytes
 admin/static/images/flags/eh.png            |  Bin 0 -> 508 bytes
 admin/static/images/flags/england.png       |  Bin 0 -> 496 bytes
 admin/static/images/flags/er.png            |  Bin 0 -> 653 bytes
 admin/static/images/flags/es.png            |  Bin 0 -> 469 bytes
 admin/static/images/flags/et.png            |  Bin 0 -> 592 bytes
 admin/static/images/flags/europeanunion.png |  Bin 0 -> 479 bytes
 admin/static/images/flags/fi.png            |  Bin 0 -> 489 bytes
 admin/static/images/flags/fj.png            |  Bin 0 -> 610 bytes
 admin/static/images/flags/fk.png            |  Bin 0 -> 648 bytes
 admin/static/images/flags/fm.png            |  Bin 0 -> 552 bytes
 admin/static/images/flags/fo.png            |  Bin 0 -> 474 bytes
 admin/static/images/flags/fr.png            |  Bin 0 -> 545 bytes
 admin/static/images/flags/ga.png            |  Bin 0 -> 489 bytes
 admin/static/images/flags/gb.png            |  Bin 0 -> 599 bytes
 admin/static/images/flags/gd.png            |  Bin 0 -> 637 bytes
 admin/static/images/flags/ge.png            |  Bin 0 -> 594 bytes
 admin/static/images/flags/gf.png            |  Bin 0 -> 545 bytes
 admin/static/images/flags/gh.png            |  Bin 0 -> 490 bytes
 admin/static/images/flags/gi.png            |  Bin 0 -> 463 bytes
 admin/static/images/flags/gl.png            |  Bin 0 -> 470 bytes
 admin/static/images/flags/gm.png            |  Bin 0 -> 493 bytes
 admin/static/images/flags/gn.png            |  Bin 0 -> 480 bytes
 admin/static/images/flags/gp.png            |  Bin 0 -> 488 bytes
 admin/static/images/flags/gq.png            |  Bin 0 -> 537 bytes
 admin/static/images/flags/gr.png            |  Bin 0 -> 487 bytes
 admin/static/images/flags/gs.png            |  Bin 0 -> 630 bytes
 admin/static/images/flags/gt.png            |  Bin 0 -> 493 bytes
 admin/static/images/flags/gu.png            |  Bin 0 -> 509 bytes
 admin/static/images/flags/gw.png            |  Bin 0 -> 516 bytes
 admin/static/images/flags/gy.png            |  Bin 0 -> 645 bytes
 admin/static/images/flags/hk.png            |  Bin 0 -> 527 bytes
 admin/static/images/flags/hm.png            |  Bin 0 -> 673 bytes
 admin/static/images/flags/hn.png            |  Bin 0 -> 537 bytes
 admin/static/images/flags/hr.png            |  Bin 0 -> 524 bytes
 admin/static/images/flags/ht.png            |  Bin 0 -> 487 bytes
 admin/static/images/flags/hu.png            |  Bin 0 -> 432 bytes
 admin/static/images/flags/id.png            |  Bin 0 -> 430 bytes
 admin/static/images/flags/ie.png            |  Bin 0 -> 481 bytes
 admin/static/images/flags/il.png            |  Bin 0 -> 431 bytes
 admin/static/images/flags/in.png            |  Bin 0 -> 503 bytes
 admin/static/images/flags/io.png            |  Bin 0 -> 658 bytes
 admin/static/images/flags/iq.png            |  Bin 0 -> 515 bytes
 admin/static/images/flags/ir.png            |  Bin 0 -> 512 bytes
 admin/static/images/flags/is.png            |  Bin 0 -> 532 bytes
 admin/static/images/flags/it.png            |  Bin 0 -> 420 bytes
 admin/static/images/flags/jm.png            |  Bin 0 -> 637 bytes
 admin/static/images/flags/jo.png            |  Bin 0 -> 473 bytes
 admin/static/images/flags/jp.png            |  Bin 0 -> 420 bytes
 admin/static/images/flags/ke.png            |  Bin 0 -> 569 bytes
 admin/static/images/flags/kg.png            |  Bin 0 -> 510 bytes
 admin/static/images/flags/kh.png            |  Bin 0 -> 549 bytes
 admin/static/images/flags/ki.png            |  Bin 0 -> 656 bytes
 admin/static/images/flags/km.png            |  Bin 0 -> 577 bytes
 admin/static/images/flags/kn.png            |  Bin 0 -> 604 bytes
 admin/static/images/flags/kp.png            |  Bin 0 -> 561 bytes
 admin/static/images/flags/kr.png            |  Bin 0 -> 592 bytes
 admin/static/images/flags/kw.png            |  Bin 0 -> 486 bytes
 admin/static/images/flags/ky.png            |  Bin 0 -> 643 bytes
 admin/static/images/flags/kz.png            |  Bin 0 -> 616 bytes
 admin/static/images/flags/la.png            |  Bin 0 -> 563 bytes
 admin/static/images/flags/lb.png            |  Bin 0 -> 517 bytes
 admin/static/images/flags/lc.png            |  Bin 0 -> 520 bytes
 admin/static/images/flags/li.png            |  Bin 0 -> 537 bytes
 admin/static/images/flags/lk.png            |  Bin 0 -> 627 bytes
 admin/static/images/flags/lr.png            |  Bin 0 -> 466 bytes
 admin/static/images/flags/ls.png            |  Bin 0 -> 628 bytes
 admin/static/images/flags/lt.png            |  Bin 0 -> 508 bytes
 admin/static/images/flags/lu.png            |  Bin 0 -> 481 bytes
 admin/static/images/flags/lv.png            |  Bin 0 -> 465 bytes
 admin/static/images/flags/ly.png            |  Bin 0 -> 419 bytes
 admin/static/images/flags/ma.png            |  Bin 0 -> 432 bytes
 admin/static/images/flags/mc.png            |  Bin 0 -> 380 bytes
 admin/static/images/flags/md.png            |  Bin 0 -> 566 bytes
 admin/static/images/flags/me.png            |  Bin 0 -> 448 bytes
 admin/static/images/flags/mg.png            |  Bin 0 -> 453 bytes
 admin/static/images/flags/mh.png            |  Bin 0 -> 628 bytes
 admin/static/images/flags/mk.png            |  Bin 0 -> 664 bytes
 admin/static/images/flags/ml.png            |  Bin 0 -> 474 bytes
 admin/static/images/flags/mm.png            |  Bin 0 -> 483 bytes
 admin/static/images/flags/mn.png            |  Bin 0 -> 492 bytes
 admin/static/images/flags/mo.png            |  Bin 0 -> 588 bytes
 admin/static/images/flags/mp.png            |  Bin 0 -> 597 bytes
 admin/static/images/flags/mq.png            |  Bin 0 -> 655 bytes
 admin/static/images/flags/mr.png            |  Bin 0 -> 569 bytes
 admin/static/images/flags/ms.png            |  Bin 0 -> 614 bytes
 admin/static/images/flags/mt.png            |  Bin 0 -> 420 bytes
 admin/static/images/flags/mu.png            |  Bin 0 -> 496 bytes
 admin/static/images/flags/mv.png            |  Bin 0 -> 542 bytes
 admin/static/images/flags/mw.png            |  Bin 0 -> 529 bytes
 admin/static/images/flags/mx.png            |  Bin 0 -> 574 bytes
 admin/static/images/flags/my.png            |  Bin 0 -> 571 bytes
 admin/static/images/flags/mz.png            |  Bin 0 -> 584 bytes
 admin/static/images/flags/na.png            |  Bin 0 -> 647 bytes
 admin/static/images/flags/nc.png            |  Bin 0 -> 591 bytes
 admin/static/images/flags/ne.png            |  Bin 0 -> 537 bytes
 admin/static/images/flags/nf.png            |  Bin 0 -> 602 bytes
 admin/static/images/flags/ng.png            |  Bin 0 -> 482 bytes
 admin/static/images/flags/ni.png            |  Bin 0 -> 508 bytes
 admin/static/images/flags/nl.png            |  Bin 0 -> 453 bytes
 admin/static/images/flags/no.png            |  Bin 0 -> 512 bytes
 admin/static/images/flags/np.png            |  Bin 0 -> 443 bytes
 admin/static/images/flags/nr.png            |  Bin 0 -> 527 bytes
 admin/static/images/flags/nu.png            |  Bin 0 -> 572 bytes
 admin/static/images/flags/nz.png            |  Bin 0 -> 639 bytes
 admin/static/images/flags/om.png            |  Bin 0 -> 478 bytes
 admin/static/images/flags/pa.png            |  Bin 0 -> 519 bytes
 admin/static/images/flags/pe.png            |  Bin 0 -> 397 bytes
 admin/static/images/flags/pf.png            |  Bin 0 -> 498 bytes
 admin/static/images/flags/pg.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/ph.png            |  Bin 0 -> 538 bytes
 admin/static/images/flags/pk.png            |  Bin 0 -> 569 bytes
 admin/static/images/flags/pl.png            |  Bin 0 -> 374 bytes
 admin/static/images/flags/pm.png            |  Bin 0 -> 689 bytes
 admin/static/images/flags/pn.png            |  Bin 0 -> 657 bytes
 admin/static/images/flags/pr.png            |  Bin 0 -> 556 bytes
 admin/static/images/flags/ps.png            |  Bin 0 -> 472 bytes
 admin/static/images/flags/pt.png            |  Bin 0 -> 554 bytes
 admin/static/images/flags/pw.png            |  Bin 0 -> 550 bytes
 admin/static/images/flags/py.png            |  Bin 0 -> 473 bytes
 admin/static/images/flags/qa.png            |  Bin 0 -> 450 bytes
 admin/static/images/flags/re.png            |  Bin 0 -> 545 bytes
 admin/static/images/flags/readme.txt        |    9 +
 admin/static/images/flags/ro.png            |  Bin 0 -> 495 bytes
 admin/static/images/flags/rs.png            |  Bin 0 -> 423 bytes
 admin/static/images/flags/ru.png            |  Bin 0 -> 420 bytes
 admin/static/images/flags/rw.png            |  Bin 0 -> 533 bytes
 admin/static/images/flags/sa.png            |  Bin 0 -> 551 bytes
 admin/static/images/flags/sb.png            |  Bin 0 -> 624 bytes
 admin/static/images/flags/sc.png            |  Bin 0 -> 608 bytes
 admin/static/images/flags/scotland.png      |  Bin 0 -> 649 bytes
 admin/static/images/flags/sd.png            |  Bin 0 -> 492 bytes
 admin/static/images/flags/se.png            |  Bin 0 -> 542 bytes
 admin/static/images/flags/sg.png            |  Bin 0 -> 468 bytes
 admin/static/images/flags/sh.png            |  Bin 0 -> 645 bytes
 admin/static/images/flags/si.png            |  Bin 0 -> 510 bytes
 admin/static/images/flags/sj.png            |  Bin 0 -> 512 bytes
 admin/static/images/flags/sk.png            |  Bin 0 -> 562 bytes
 admin/static/images/flags/sl.png            |  Bin 0 -> 436 bytes
 admin/static/images/flags/sm.png            |  Bin 0 -> 502 bytes
 admin/static/images/flags/sn.png            |  Bin 0 -> 532 bytes
 admin/static/images/flags/so.png            |  Bin 0 -> 527 bytes
 admin/static/images/flags/sr.png            |  Bin 0 -> 513 bytes
 admin/static/images/flags/st.png            |  Bin 0 -> 584 bytes
 admin/static/images/flags/sv.png            |  Bin 0 -> 501 bytes
 admin/static/images/flags/sy.png            |  Bin 0 -> 422 bytes
 admin/static/images/flags/sz.png            |  Bin 0 -> 643 bytes
 admin/static/images/flags/tc.png            |  Bin 0 -> 624 bytes
 admin/static/images/flags/td.png            |  Bin 0 -> 570 bytes
 admin/static/images/flags/tf.png            |  Bin 0 -> 527 bytes
 admin/static/images/flags/tg.png            |  Bin 0 -> 562 bytes
 admin/static/images/flags/th.png            |  Bin 0 -> 452 bytes
 admin/static/images/flags/tj.png            |  Bin 0 -> 496 bytes
 admin/static/images/flags/tk.png            |  Bin 0 -> 638 bytes
 admin/static/images/flags/tl.png            |  Bin 0 -> 514 bytes
 admin/static/images/flags/tm.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/tn.png            |  Bin 0 -> 495 bytes
 admin/static/images/flags/to.png            |  Bin 0 -> 426 bytes
 admin/static/images/flags/tr.png            |  Bin 0 -> 492 bytes
 admin/static/images/flags/tt.png            |  Bin 0 -> 617 bytes
 admin/static/images/flags/tv.png            |  Bin 0 -> 536 bytes
 admin/static/images/flags/tw.png            |  Bin 0 -> 465 bytes
 admin/static/images/flags/tz.png            |  Bin 0 -> 642 bytes
 admin/static/images/flags/ua.png            |  Bin 0 -> 446 bytes
 admin/static/images/flags/ug.png            |  Bin 0 -> 531 bytes
 admin/static/images/flags/um.png            |  Bin 0 -> 571 bytes
 admin/static/images/flags/us.png            |  Bin 0 -> 609 bytes
 admin/static/images/flags/uy.png            |  Bin 0 -> 532 bytes
 admin/static/images/flags/uz.png            |  Bin 0 -> 515 bytes
 admin/static/images/flags/va.png            |  Bin 0 -> 553 bytes
 admin/static/images/flags/vc.png            |  Bin 0 -> 577 bytes
 admin/static/images/flags/ve.png            |  Bin 0 -> 528 bytes
 admin/static/images/flags/vg.png            |  Bin 0 -> 630 bytes
 admin/static/images/flags/vi.png            |  Bin 0 -> 616 bytes
 admin/static/images/flags/vn.png            |  Bin 0 -> 474 bytes
 admin/static/images/flags/vu.png            |  Bin 0 -> 604 bytes
 admin/static/images/flags/wales.png         |  Bin 0 -> 652 bytes
 admin/static/images/flags/wf.png            |  Bin 0 -> 554 bytes
 admin/static/images/flags/ws.png            |  Bin 0 -> 476 bytes
 admin/static/images/flags/ye.png            |  Bin 0 -> 413 bytes
 admin/static/images/flags/yt.png            |  Bin 0 -> 593 bytes
 admin/static/images/flags/za.png            |  Bin 0 -> 642 bytes
 admin/static/images/flags/zm.png            |  Bin 0 -> 500 bytes
 admin/static/images/flags/zw.png            |  Bin 0 -> 574 bytes
 configure.in                                |    1 +
 253 files changed, 634 insertions(+), 11 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1508 git=4d680549003b97b716381c3ed60cd81cc6ad6f3e


 qa/062-PAM2.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1507 git=ed99b556fc978b7f76936ce90df74f8053e6f5b4


 ChangeLog           |    5 +++++
 qa/061-PAM.py       |    2 +-
 qa/167-RuleGeoIP.py |    2 +-
 qa/base.py          |    9 ---------
 qa/util.py          |   34 ++++++++++++++++++++++++++++++++++
 5 files changed, 41 insertions(+), 11 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1506 git=69143398834102d9ad1e4b680d3dac5d5e1ed248


 ChangeLog                |   15 +++++++++++++++
 cherokee/main.c          |   29 ++++++++++++++++++++---------
 cherokee/plugin_loader.c |   29 +++++++++++++++++++++++++++++
 cherokee/plugin_loader.h |    3 +++
 cherokee/server.c        |   45 +++++++++++++++++++++++++++++++++++++--------
 cherokee/server.h        |    2 ++
 cherokee/util.c          |   16 ++++++++++++++++
 cherokee/util.h          |    1 +
 8 files changed, 123 insertions(+), 17 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1505 git=4c014e9505e11c9b35006966f03410730ad9e9cb


 ChangeLog         |    3 +++
 cherokee/buffer.h |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1504 git=031e2b8d696ebac5e27f0cf21f2766d549815939


 ChangeLog    |    4 ++++
 configure.in |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-06-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1501 git=2b1cec9f832e585dc2954af99dad8551577f0d98


 ChangeLog                 |    5 +++++
 cherokee/virtual_server.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1500 git=058ed9d585b367f8eaffb44f5c5a6018048a544d


 ChangeLog            |    3 +++
 cherokee/Makefile.am |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1499 git=51945e07beb9e5b5d866802599f308b737fcbe4e


 admin/ModuleGeoip.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1498 git=0a49d3e0c9072d0a13ed36f5aba20a45ffe620ca


 ChangeLog            |    3 +++
 admin/Makefile.am    |    1 +
 admin/ModuleGeoip.py |   37 +++++++++++++++++++++++++++++++++++++
 admin/consts.py      |    3 ++-
 4 files changed, 43 insertions(+), 1 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1497 git=abf1c64c24aaabaf7c64727acfea29c466b7b02e


 ChangeLog             |    7 ++
 TODO                  |    5 +-
 cherokee/Makefile.am  |   22 ++++++
 cherokee/rule_geoip.c |  196 +++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_geoip.h |   50 +++++++++++++
 configure.in          |   40 ++++++++++-
 qa/167-RuleGeoIP.py   |   47 ++++++++++++
 qa/Makefile.am        |    3 +-
 8 files changed, 366 insertions(+), 4 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1496 git=b6ea433f76bf1ab9712113c65b05d6c1205f9c32


 ChangeLog      |    6 ++++++
 qa/061-PAM.py  |    9 ++++-----
 qa/062-PAM2.py |    9 ++++-----
 qa/base.py     |    9 +++++++++
 4 files changed, 23 insertions(+), 10 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1495 git=c6db26d445475c464d57f03a21476fc2df01fb84


 ChangeLog                  |    2 ++
 cherokee/rule_extensions.c |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1494 git=b1c17c5e2147e254601afb41c09db13d7505b6e5


 ChangeLog  |    5 +++++
 autogen.sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1493 git=a7680917414c81877d19cb38b7f53aa30cb52de2


 ChangeLog       |    5 -----
 TODO            |    4 ++--
 admin/server.py |    3 ---
 autogen.sh      |    2 +-
 configure.in    |   15 ---------------
 5 files changed, 3 insertions(+), 26 deletions(-)


2008-06-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1492 git=a2054179583b3bf006ad0700058075e58d53da80


 ChangeLog       |    5 +++++
 TODO            |    4 ++--
 admin/server.py |    3 +++
 autogen.sh      |    2 +-
 configure.in    |   15 +++++++++++++++
 5 files changed, 26 insertions(+), 3 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1491 git=d5ea8c87f9e30d42843780f9a7ba09a4059aa356


 ChangeLog   |    4 ++++
 cget/main.c |   15 ++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1488 git=1a5eddd0c73173c2046bfca66f8bdfa71a68e1f4


 ChangeLog                   |   18 ++++++++++++++++++
 cherokee/buffer.c           |    7 ++++++-
 cherokee/buffer.h           |    2 +-
 cherokee/handler_cgi_base.c |   36 +++++++++++++++++++++++++-----------
 4 files changed, 50 insertions(+), 13 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1487 git=c1fd867a0227b7d1dd1833a8d23bc09ba4c47368


 ChangeLog          |    3 +++
 admin/ModuleCgi.py |   17 ++++++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1486 git=5faa08a7ccab028e25a18b066ea4db3902d44d79


 ChangeLog          |    3 +++
 admin/PageEntry.py |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1484 git=07179e70b45a542a6ada3c49892ed83b2ac9d586


 ChangeLog          |    3 +++
 admin/PageEntry.py |    6 ++----
 2 files changed, 5 insertions(+), 4 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1482 git=76c51ecbabdf69d66ab21c936e4761f7816fa764


 ChangeLog                 |    4 ++++
 cherokee/rule_directory.c |    2 +-
 cherokee/rule_request.c   |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


2008-06-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1481 git=74a086d84599fe8ff422cf0381e6ddd113c82d50


 ChangeLog                   |    6 ++++++
 cherokee/handler_cgi_base.c |   22 ++++++++++++++--------
 2 files changed, 20 insertions(+), 8 deletions(-)


2008-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1480 git=d16066a39985eeaf409442cf9c1a80b232c93e12


 ChangeLog                   |    7 ++++
 cherokee/handler_cgi_base.c |   85 +++++++++++++++++++++++++++++++++++++++++--
 cherokee/handler_cgi_base.h |    4 ++
 qa/166-xsendfile1.py        |   40 ++++++++++++++++++++
 qa/Makefile.am              |    3 +-
 5 files changed, 134 insertions(+), 5 deletions(-)


2008-06-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1479 git=30dc1bb7d1093a934fd3cb96512f792114442460


 ChangeLog               |   11 ++++++
 cherokee/handler_file.c |   87 ++++++++++++++++++++++++++--------------------
 cherokee/handler_file.h |    5 ++-
 3 files changed, 64 insertions(+), 39 deletions(-)


2008-05-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1478 git=b3f96c5dd6ebda57827fd042fc88b32ffaa470e9


 cherokee/Makefile.am    |    5 +----
 cherokee/handler_scgi.c |    2 +-
 cherokee/handler_scgi.h |    2 +-
 configure.in            |    2 +-
 4 files changed, 4 insertions(+), 7 deletions(-)


2008-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1477 git=3b292587f6dac612d913bf5ce371e9e814a75715


 ChangeLog         |    7 +++++--
 cherokee/macros.h |    3 +++
 2 files changed, 8 insertions(+), 2 deletions(-)


2008-05-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1476 git=e085509790e2d648f3f263121715bf8f59354d2c


 ChangeLog            |    6 ++++++
 admin/Entry.py       |    9 ++++++++-
 admin/Form.py        |   13 +++++++------
 admin/PageVServer.py |    2 +-
 4 files changed, 22 insertions(+), 8 deletions(-)


2008-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1475 git=8a294faba5e0950bb10fd45426370873dc90cc74


 ChangeLog                      |   10 +++++++++
 TODO                           |    1 -
 cherokee/admin_server.c        |   26 ++++++++++++++++-------
 cherokee/buffer.c              |   28 ++++++++++++++++++++++++++
 cherokee/handler_dirlist.c     |    3 +-
 cherokee/handler_server_info.c |   42 +++++++++++++++++++++++---------------
 cherokee/util.c                |   43 ----------------------------------------
 cherokee/util.h                |    1 -
 8 files changed, 82 insertions(+), 72 deletions(-)


2008-05-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1474 git=7d6bd1f653db23b5c869696a957ed410d2e6b7c2


 cherokee/buffer.c                 |    8 ++
 cherokee/buffer.h                 |    1 +
 cherokee/handler_remote_control.c |  164 -------------------------------------
 cherokee/handler_remote_control.h |   57 -------------
 4 files changed, 9 insertions(+), 221 deletions(-)


2008-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1473 git=dc3c5bd01a62604952ce7f2c32caed08f47daaca


 ChangeLog                   |    4 ++++
 cherokee/handler_cgi_base.c |   10 +++++++---
 cherokee/handler_cgi_base.h |    1 +
 3 files changed, 12 insertions(+), 3 deletions(-)


2008-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1472 git=2c11f7823e678cc3c7624de812106b8824f61e49


 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2008-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1471 git=2cf5d1862974f4989e756bd006f6544a006a7909


 TODO                        |    1 -
 cherokee/buffer.c           |   14 ++++++++---
 cherokee/handler_cgi_base.c |   49 ++++++++++++++++++++++++++++++++++++++++--
 cherokee/handler_cgi_base.h |    3 ++
 4 files changed, 59 insertions(+), 8 deletions(-)


2008-05-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1468 git=32a0a37f162bc1225294d5ce386be85ad1ae7b01


 ChangeLog           |    5 +++++
 contrib/Makefile.am |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)


2008-05-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1467 git=282a46d930cbf6e42ab3e8693aae8244b9a50991


 TODO                    |    5 -----
 configure.in            |    2 +-
 doc/locale/en/index.txt |    4 ++--
 3 files changed, 3 insertions(+), 8 deletions(-)


2008-05-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1465 git=b2b6a8d745af5cc5d5c76f3e6829db4f53b05c56


 ChangeLog            |   10 ++++++++++
 cget/Makefile.am     |    1 +
 cherokee/Makefile.am |    1 +
 configure.in         |    4 +++-
 doc/Makefile.am      |    2 +-
 doc/build_docs.py    |   14 ++++++++------
 6 files changed, 24 insertions(+), 8 deletions(-)


2008-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1463 git=a2bae2278b63015e234fd073c8b4ab55f5b56596


 ChangeLog            |    4 ++++
 cherokee/Makefile.am |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2008-05-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1460 git=4699e762a98830b91f4ebb4f3ddb3e1c8f4687cf


 ChangeLog        |    8 ++++
 cherokee/icons.c |  116 ++++++++++++++++++++++++++++++++++-------------------
 cherokee/icons.h |    2 +-
 3 files changed, 83 insertions(+), 43 deletions(-)


2008-05-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1456 git=51fdf6d8da3e2392c1f0aafeae1617d4bd228dfe


 doc/locale/en/debug.txt                  |    2 +-
 doc/locale/en/general.txt                |    8 ++--
 doc/locale/en/index.txt                  |    4 +-
 doc/locale/en/internal_configuration.txt |   47 ++++++++++++++++++++---------
 4 files changed, 39 insertions(+), 22 deletions(-)


2008-05-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1455 git=615664e945ce804f8a8ea0262fbf0c4817177893


 cherokee/main_admin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2008-05-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1454 git=0bc47a6c2dda2cc16fb2ee73a78d8d7fafa904c1


 ChangeLog                                      |   24 ++++++++++++++++++++++++
 doc/media/images/admin_advanced.png            |  Bin 122528 -> 128302 bytes
 doc/media/images/admin_behaviour.png           |  Bin 33943 -> 55853 bytes
 doc/media/images/admin_encoding.png            |  Bin 35202 -> 31751 bytes
 doc/media/images/admin_general.png             |  Bin 63402 -> 113821 bytes
 doc/media/images/admin_handler_cgi.png         |  Bin 36951 -> 47581 bytes
 doc/media/images/admin_handler_dirlist.png     |  Bin 27424 -> 54568 bytes
 doc/media/images/admin_handler_fastcgi1.png    |  Bin 46400 -> 74597 bytes
 doc/media/images/admin_handler_fastcgi2.png    |  Bin 42346 -> 27328 bytes
 doc/media/images/admin_handler_file.png        |  Bin 42151 -> 28302 bytes
 doc/media/images/admin_handler_onlylisting.png |  Bin 25306 -> 48031 bytes
 doc/media/images/admin_icons1.png              |  Bin 91415 -> 87977 bytes
 doc/media/images/admin_icons2.png              |  Bin 31630 -> 20889 bytes
 doc/media/images/admin_icons3.png              |  Bin 72069 -> 27445 bytes
 doc/media/images/admin_index.png               |  Bin 121689 -> 113792 bytes
 doc/media/images/admin_launch.png              |  Bin 141693 -> 127396 bytes
 doc/media/images/admin_validators_pam.png      |  Bin 20890 -> 38244 bytes
 doc/media/images/admin_validators_plain.png    |  Bin 19377 -> 46098 bytes
 doc/media/images/admin_vserver.png             |  Bin 94105 -> 81555 bytes
 doc/media/images/admin_vserver_errors.png      |  Bin 43202 -> 39276 bytes
 doc/media/images/admin_vserver_loggers.png     |  Bin 80573 -> 53652 bytes
 21 files changed, 24 insertions(+), 0 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1453 git=66008c30827fdb1e11e4e67a3a63da790f463503


 ChangeLog       |    3 ++
 qa/run-tests.py |   91 +++++++++++++++++++++++++++++++-----------------------
 2 files changed, 55 insertions(+), 39 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1452 git=7300e3355ec34b563a183829e13c3b4780baa9d0


 ChangeLog             |    4 ++++
 qa/158-RuleHeader1.py |   13 +++++++------
 qa/159-RuleHeader2.py |   13 +++++++------
 3 files changed, 18 insertions(+), 12 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1451 git=19b29017b0de6392777da0deb89e9c645358884d


 ChangeLog                  |    3 ++
 cherokee/rule_extensions.c |   47 +++++++++++++++++++++----------------------
 2 files changed, 26 insertions(+), 24 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1450 git=f88b9fdaf7b36dd19f339af5c8d5315726c648b7


 ChangeLog         |    3 +++
 cherokee/server.c |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1449 git=fd49e8047cf87cfd22210a0721f00885dbfe1251


 ChangeLog           |    3 +++
 cherokee/rule_and.c |   20 ++++++++++++++++++++
 cherokee/rule_not.c |   15 +++++++++++++++
 cherokee/rule_or.c  |   20 ++++++++++++++++++++
 4 files changed, 58 insertions(+), 0 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1448 git=95c8b7221231d783bed37f35998bc107c4f1f568


 ChangeLog                 |    3 +++
 cherokee/rule.c           |    6 ++++++
 cherokee/virtual_server.c |    2 +-
 3 files changed, 10 insertions(+), 1 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1447 git=9e75cddae626f3541187c8c81d20caa7ebc8bd32


 ChangeLog                  |    3 +++
 cherokee/rule_extensions.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2008-05-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1446 git=b9a47734116bb8abea3f067291379ee843e8b2bb


 ChangeLog            |    5 ++++
 cherokee/socket.c    |   58 +++++++++++++++++++++++++++++++++++++++++++++++++-
 m4/sendfile_samba.m4 |   37 +++++++++++++++++++++++++++++++-
 3 files changed, 98 insertions(+), 2 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1445 git=5b50cfcf1084e27363caf1f1289d4bf5fc6f79c4


 ChangeLog                 |    3 +++
 cherokee/socket.c         |   10 ++++++++++
 cherokee/validator_ldap.c |    5 +++--
 3 files changed, 16 insertions(+), 2 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1444 git=8091df84c764ce3daa909acf08eb851ff9b2fa03


 ChangeLog                  |    3 +++
 cherokee/rule_default.c    |    8 ++++++++
 cherokee/rule_directory.c  |    9 +++++++++
 cherokee/rule_extensions.c |   11 +++++++++++
 cherokee/rule_header.c     |   10 ++++++++++
 cherokee/rule_request.c    |   11 +++++++++++
 6 files changed, 52 insertions(+), 0 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1443 git=de69b076a1cc81e0efe49428f72ddf312d92d3d1



2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1442 git=5c12f4a7bfad06ef91af9e65474295531d88936b


 ChangeLog                 |    6 ++++++
 cherokee/rule.c           |    3 +--
 cherokee/virtual_server.c |    3 ---
 3 files changed, 7 insertions(+), 5 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1441 git=01ac6cf1c8bf95c77b168ed789de7ec6dfc13647


 ChangeLog                       |    4 ++
 cherokee/buffer.c               |   98 +++++++++++++++++++-------------------
 cherokee/buffer.h               |   12 ++--
 cherokee/connection.c           |    2 +-
 cherokee/downloader-protected.h |    2 +-
 cherokee/downloader.c           |    2 +-
 cherokee/header.c               |    8 +---
 cherokee/util.c                 |    2 +-
 cherokee/util.h                 |    2 +-
 9 files changed, 65 insertions(+), 67 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1440 git=3c0712941fa304feea8bc907e356cb333f5fb970


 cget/main.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2008-05-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1439 git=aef06717c1876ffdc6ecae4cab668642ee704b70


 ChangeLog                       |   27 ++++++++++++++++++++++++
 cherokee/admin_client.c         |   11 +++++++++-
 cherokee/admin_server.c         |   32 +++++++++++++++++++++++++---
 cherokee/avl.c                  |    9 +++++--
 cherokee/balancer_round_robin.c |    1 +
 cherokee/buffer.c               |    5 +---
 cherokee/buffer.h               |    2 +-
 cherokee/connection.c           |    3 ++
 cherokee/encoder_gzip.c         |    2 +
 cherokee/fdpoll-epoll.c         |    2 +-
 cherokee/fdpoll-kqueue.c        |    5 +++-
 cherokee/fdpoll-poll.c          |    5 +++-
 cherokee/fdpoll-port.c          |    2 +-
 cherokee/fdpoll-protected.h     |   12 +++++-----
 cherokee/fdpoll-select.c        |    7 +++++-
 cherokee/fdpoll-win32.c         |    2 +-
 cherokee/fdpoll.c               |    2 +-
 cherokee/fdpoll.h               |    2 +-
 cherokee/handler_admin.c        |    4 +++
 cherokee/handler_cgi.c          |    5 +++-
 cherokee/handler_cgi_base.c     |    2 +
 cherokee/handler_dirlist.c      |    4 +++
 cherokee/handler_error.c        |    4 +++
 cherokee/handler_error_redir.c  |    2 +
 cherokee/handler_fastcgi.c      |    4 +-
 cherokee/handler_file.c         |    6 ++++-
 cherokee/handler_mirror.c       |    3 ++
 cherokee/handler_redir.c        |    5 ++++
 cherokee/handler_scgi.c         |    2 +-
 cherokee/handler_server_info.c  |    4 +++
 cherokee/header.c               |    4 +-
 cherokee/icons.c                |    2 +
 cherokee/iocache.c              |    2 +-
 cherokee/iocache.h              |    2 +-
 cherokee/macros.h               |    2 +-
 cherokee/main.c                 |    4 +++
 cherokee/main_guardian.c        |    7 ++++++
 cherokee/main_tweak.c           |    2 +-
 cherokee/plugin.h               |    2 +-
 cherokee/post.c                 |   17 +++++++--------
 cherokee/rule.c                 |    7 +++--
 cherokee/rule_default.c         |    6 +++++
 cherokee/rule_directory.c       |    2 +
 cherokee/rule_extensions.c      |    2 +
 cherokee/server-protected.h     |    4 +-
 cherokee/server.c               |   29 ++++++++++++++++----------
 cherokee/socket.c               |    3 --
 cherokee/util.c                 |   43 ++++++++++++++++++++++----------------
 cherokee/validator_htdigest.c   |    8 +++++++
 cherokee/validator_htpasswd.c   |    6 +++++
 cherokee/validator_ldap.c       |   10 +++++++-
 cherokee/validator_plain.c      |    6 +++++
 52 files changed, 259 insertions(+), 87 deletions(-)


2008-05-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1438 git=a834ac34aa4ef2bcb113634b772f41ce96de6247


 cherokee/admin_client.c |    3 ++-
 cherokee/connection.c   |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


2008-05-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1437 git=649c9b979fd9e992d1ffeb2bfd32c1841d33c82f


 ChangeLog       |    5 +++++
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 3 files changed, 9 insertions(+), 0 deletions(-)


2008-05-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1436 git=d36e77fc28f0d560cd0deac7d462e150391762fa


 cherokee/main_tweak.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2008-05-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1435 git=450616fa669625197870c10337296a8a00c21dae


 ChangeLog                   |   24 ++++++++++++
 admin/Form.py               |   21 ++++++++++-
 admin/ModuleHtdigest.py     |    3 +-
 admin/ModuleHtpasswd.py     |    3 +-
 admin/ModulePlain.py        |    3 +-
 admin/PageAdvanced.py       |    2 +-
 admin/PageEntry.py          |    6 ++-
 admin/PageGeneral.py        |    2 +-
 admin/PageVServer.py        |   16 ++++----
 admin/PageVServers.py       |    4 +-
 admin/server.py             |    3 +-
 admin/validations.py        |   28 ++++++++++----
 cherokee/Makefile.am        |    2 +-
 cherokee/admin_client.c     |   83 +++++++++++++------------------------------
 cherokee/admin_client.h     |   13 +++----
 cherokee/downloader.c       |   22 +++++++-----
 cherokee/downloader_async.c |    9 ++---
 cherokee/macros.h           |    2 +-
 cherokee/main_tweak.c       |   71 ++++++++++++++++++++++++-------------
 19 files changed, 182 insertions(+), 135 deletions(-)


2008-05-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1434 git=520f00013cd198d591e780d04e347597aa743670


 ChangeLog                |    4 ++++
 cherokee/handler_proxy.c |   25 +++++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)


2008-05-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1433 git=e7e6e7ba8508176a9383381784d843bc212c3549


 ChangeLog                |    7 +++
 cherokee/connection.c    |    5 ++
 cherokee/downloader.c    |   13 +++++-
 cherokee/downloader.h    |    1 +
 cherokee/handler.h       |    3 +-
 cherokee/handler_proxy.c |  118 ++++++++++++++++++++++++++++++----------------
 cherokee/handler_proxy.h |    2 +-
 7 files changed, 106 insertions(+), 43 deletions(-)


2008-05-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1432 git=2130fabe140905856a8ede2b45efaaf5a9970504


 ChangeLog            |    4 ++++
 admin/PageVServer.py |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2008-05-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1431 git=a2e60ee59dbbc3d697df81640f937b978da7402b


 ChangeLog            |    6 ++++++
 admin/PageVServer.py |    3 +--
 admin/RuleList.py    |    3 ++-
 3 files changed, 9 insertions(+), 3 deletions(-)


2008-05-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=1430 git=4139ecf746706f618804b9f5e54d86c82fa43c5a


 ChangeLog               |    6 ++++++
 cherokee/Makefile.am    |   19 +++++++++++++------
 cherokee/cherokee.h     |    2 ++
 cherokee/config_entry.h |    6 ++++--
 cherokee/rule.h         |    3 ++-
 cherokee/validator.h    |    4 ++++
 6 files changed, 31 insertions(+), 9 deletions(-)


2010-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4107 git=6200ff308049117495bfb8fa860da2a19ccb517c

    WIP
    
 cherokee/handler_fcgi.c |   16 ++++----
 cherokee/post.c         |  105 +++++++++++++++++++++++++----------------------
 cherokee/post.h         |    6 +++
 3 files changed, 70 insertions(+), 57 deletions(-)


2010-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4106 git=e4069475f1cccc9ab2beabd6b23ccc3396f24ed4

    New POST support: WIP.
    
 cherokee/connection.c   |  120 +----------
 cherokee/handler_fcgi.c |   83 ++-----
 cherokee/handler_fcgi.h |   10 +-
 cherokee/post.c         |  579 ++++++++++-------------------------------------
 cherokee/post.h         |   61 +----
 cherokee/thread.c       |  128 ++++++------
 6 files changed, 230 insertions(+), 751 deletions(-)


2010-01-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4105 git=5f1f57906b137e6ef705eea09d3ee211894c8e6e

    New post support
    
 AUTHORS                                            |    1 +
 COPYING                                            |  340 +
 ChangeLog.20090621                                 |17001 ++++++++++++++++++++
 Makefile.am                                        |  159 +
 README                                             |  113 +
 SUNWcherokee.spec                                  |  154 +
 acinclude.m4                                       |  473 +
 admin/CherokeeManagement.py                        |  346 +
 admin/Entry.py                                     |  105 +
 admin/Form.py                                      |  479 +
 admin/GraphManager.py                              |   33 +
 admin/LogViewer.py                                 |  194 +
 admin/Makefile.am                                  |  169 +
 admin/Module.py                                    |   57 +
 admin/ModuleAdmin.py                               |   19 +
 admin/ModuleAuth.py                                |   58 +
 admin/ModuleAuthlist.py                            |   72 +
 admin/ModuleBalancer.py                            |   89 +
 admin/ModuleBind.py                                |  126 +
 admin/ModuleCgi.py                                 |  120 +
 admin/ModuleCommon.py                              |   64 +
 admin/ModuleCustomError.py                         |   29 +
 admin/ModuleDbslayer.py                            |   72 +
 admin/ModuleDefault.py                             |   22 +
 admin/ModuleDirectory.py                           |   36 +
 admin/ModuleDirlist.py                             |   80 +
 admin/ModuleEmptyGif.py                            |   21 +
 admin/ModuleErrorNn.py                             |   19 +
 admin/ModuleErrorRedir.py                          |   73 +
 admin/ModuleEvhost.py                              |   38 +
 admin/ModuleExists.py                              |   86 +
 admin/ModuleExtensions.py                          |   41 +
 admin/ModuleFcgi.py                                |   54 +
 admin/ModuleFile.py                                |   34 +
 admin/ModuleFrom.py                                |   76 +
 admin/ModuleFullpath.py                            |   78 +
 admin/ModuleGeoip.py                               |   75 +
 admin/ModuleHandler.py                             |    9 +
 admin/ModuleHeader.py                              |   62 +
 admin/ModuleHtdigest.py                            |   44 +
 admin/ModuleHtpasswd.py                            |   44 +
 admin/ModuleIpHash.py                              |   21 +
 admin/ModuleLdap.py                                |   60 +
 admin/ModuleMethod.py                              |   70 +
 admin/ModuleMysql.py                               |   77 +
 admin/ModulePam.py                                 |   20 +
 admin/ModulePlain.py                               |   44 +
 admin/ModuleProxy.py                               |  214 +
 admin/ModuleRedir.py                               |   83 +
 admin/ModuleRehost.py                              |   66 +
 admin/ModuleRequest.py                             |   41 +
 admin/ModuleRoundRobin.py                          |   20 +
 admin/ModuleRrd.py                                 |   27 +
 admin/ModuleScgi.py                                |   56 +
 admin/ModuleSecdownload.py                         |   69 +
 admin/ModuleServerInfo.py                          |   39 +
 admin/ModuleSsi.py                                 |   19 +
 admin/ModuleStreaming.py                           |   66 +
 admin/ModuleTargetIp.py                            |   68 +
 admin/ModuleUrlArg.py                              |   75 +
 admin/ModuleUwsgi.py                               |   56 +
 admin/ModuleWildcard.py                            |   66 +
 admin/Page.py                                      |  193 +
 admin/PageAdvanced.py                              |  150 +
 admin/PageAjaxUpdate.py                            |   21 +
 admin/PageEntry.py                                 |  298 +
 admin/PageError.py                                 |  147 +
 admin/PageFeedback.py                              |  121 +
 admin/PageGeneral.py                               |  156 +
 admin/PageIcon.py                                  |  211 +
 admin/PageInfoSource.py                            |  490 +
 admin/PageMime.py                                  |  126 +
 admin/PageNewConfig.py                             |  114 +
 admin/PageStatus.py                                |  195 +
 admin/PageVServer.py                               |  764 +
 admin/PageVServers.py                              |  350 +
 admin/Post.py                                      |   57 +
 admin/Rule.py                                      |  232 +
 admin/RuleList.py                                  |   83 +
 admin/Table.py                                     |   51 +
 admin/Theme.py                                     |   37 +
 admin/Wizard.py                                    |  229 +
 admin/Wizard_Alfresco.py                           |  181 +
 admin/Wizard_ColdFusion.py                         |  193 +
 admin/Wizard_CommonStatic.py                       |   55 +
 admin/Wizard_Concrete5.py                          |  246 +
 admin/Wizard_Django.py                             |  220 +
 admin/Wizard_Drupal.py                             |  272 +
 admin/Wizard_Glassfish.py                          |  177 +
 admin/Wizard_HotLinking.py                         |  135 +
 admin/Wizard_Icons.py                              |   80 +
 admin/Wizard_Joomla.py                             |  244 +
 admin/Wizard_Liferay.py                            |  178 +
 admin/Wizard_Mailman.py                            |  165 +
 admin/Wizard_MoinMoin.py                           |  240 +
 admin/Wizard_Mono.py                               |  205 +
 admin/Wizard_Moodle.py                             |  196 +
 admin/Wizard_PHP.py                                |  238 +
 admin/Wizard_Redirect.py                           |   99 +
 admin/Wizard_RoR.py                                |  372 +
 admin/Wizard_Streaming.py                          |   48 +
 admin/Wizard_Sugar.py                              |  232 +
 admin/Wizard_Symfony.py                            |  234 +
 admin/Wizard_Trac.py                               |  149 +
 admin/Wizard_WordPress.py                          |  221 +
 admin/Wizard_Zend.py                               |  199 +
 admin/Wizard_phpBB.py                              |  200 +
 admin/Wizard_phpMyAdmin.py                         |  115 +
 admin/Wizard_rTorrent.py                           |   89 +
 admin/Wizard_uWSGI.py                              |  278 +
 admin/config.py                                    |  321 +
 admin/config_version.py                            |  101 +
 admin/configured.py.pre                            |   25 +
 admin/consts.py                                    |  179 +
 admin/default.template.html                        |   29 +
 admin/error_couldnt_launch.template.html           |    9 +
 admin/error_icons_dir_missing.template.html        |    6 +
 admin/error_internal.template.html                 |   12 +
 admin/error_not_writable.template.html             |    5 +
 admin/flags.py                                     |  331 +
 admin/pyscgi.py                                    |  181 +
 admin/server.py                                    |  270 +
 admin/static/Makefile.am                           |    6 +
 admin/static/css/._reset-min.css                   |  Bin 0 -> 197 bytes
 admin/static/css/Makefile.am                       |   11 +
 admin/static/css/cherokee.css                      | 1204 ++
 admin/static/css/jquery.ibutton.css                |  195 +
 admin/static/css/reset-min.css                     |    7 +
 admin/static/css/thickbox.css                      |  164 +
 admin/static/help_404.html                         |   11 +
 admin/static/images/Makefile.am                    |   49 +
 admin/static/images/arrow_ns.png                   |  Bin 0 -> 447 bytes
 admin/static/images/arrow_ns_h.png                 |  Bin 0 -> 452 bytes
 admin/static/images/background-nobar.png           |  Bin 0 -> 218 bytes
 admin/static/images/background.png                 |  Bin 0 -> 259 bytes
 admin/static/images/bin.png                        |  Bin 0 -> 476 bytes
 admin/static/images/button-left.png                |  Bin 0 -> 8890 bytes
 admin/static/images/button-right.png               |  Bin 0 -> 1630 bytes
 admin/static/images/cherokee-logo-bar.png          |  Bin 0 -> 4779 bytes
 admin/static/images/collapsed.gif                  |  Bin 0 -> 63 bytes
 admin/static/images/cross.png                      |  Bin 0 -> 655 bytes
 admin/static/images/dialog-error.png               |  Bin 0 -> 1645 bytes
 admin/static/images/dialog-information.png         |  Bin 0 -> 1910 bytes
 admin/static/images/dialog-warning.png             |  Bin 0 -> 1391 bytes
 admin/static/images/error.png                      |  Bin 0 -> 2297 bytes
 admin/static/images/exclamation.png                |  Bin 0 -> 701 bytes
 admin/static/images/expanded.gif                   |  Bin 0 -> 60 bytes
 admin/static/images/favicon.ico                    |  Bin 0 -> 769 bytes
 admin/static/images/feedback.png                   |  Bin 0 -> 1811 bytes
 admin/static/images/flags/Makefile.am              |  255 +
 admin/static/images/flags/ad.png                   |  Bin 0 -> 643 bytes
 admin/static/images/flags/ae.png                   |  Bin 0 -> 408 bytes
 admin/static/images/flags/af.png                   |  Bin 0 -> 604 bytes
 admin/static/images/flags/ag.png                   |  Bin 0 -> 591 bytes
 admin/static/images/flags/ai.png                   |  Bin 0 -> 643 bytes
 admin/static/images/flags/al.png                   |  Bin 0 -> 600 bytes
 admin/static/images/flags/am.png                   |  Bin 0 -> 497 bytes
 admin/static/images/flags/an.png                   |  Bin 0 -> 488 bytes
 admin/static/images/flags/ao.png                   |  Bin 0 -> 428 bytes
 admin/static/images/flags/ar.png                   |  Bin 0 -> 506 bytes
 admin/static/images/flags/as.png                   |  Bin 0 -> 647 bytes
 admin/static/images/flags/at.png                   |  Bin 0 -> 403 bytes
 admin/static/images/flags/au.png                   |  Bin 0 -> 673 bytes
 admin/static/images/flags/aw.png                   |  Bin 0 -> 524 bytes
 admin/static/images/flags/ax.png                   |  Bin 0 -> 663 bytes
 admin/static/images/flags/az.png                   |  Bin 0 -> 589 bytes
 admin/static/images/flags/ba.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/bb.png                   |  Bin 0 -> 585 bytes
 admin/static/images/flags/bd.png                   |  Bin 0 -> 504 bytes
 admin/static/images/flags/be.png                   |  Bin 0 -> 449 bytes
 admin/static/images/flags/bf.png                   |  Bin 0 -> 497 bytes
 admin/static/images/flags/bg.png                   |  Bin 0 -> 462 bytes
 admin/static/images/flags/bh.png                   |  Bin 0 -> 457 bytes
 admin/static/images/flags/bi.png                   |  Bin 0 -> 675 bytes
 admin/static/images/flags/bj.png                   |  Bin 0 -> 486 bytes
 admin/static/images/flags/bm.png                   |  Bin 0 -> 611 bytes
 admin/static/images/flags/bn.png                   |  Bin 0 -> 639 bytes
 admin/static/images/flags/bo.png                   |  Bin 0 -> 500 bytes
 admin/static/images/flags/br.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/bs.png                   |  Bin 0 -> 526 bytes
 admin/static/images/flags/bt.png                   |  Bin 0 -> 631 bytes
 admin/static/images/flags/bv.png                   |  Bin 0 -> 512 bytes
 admin/static/images/flags/bw.png                   |  Bin 0 -> 443 bytes
 admin/static/images/flags/by.png                   |  Bin 0 -> 514 bytes
 admin/static/images/flags/bz.png                   |  Bin 0 -> 600 bytes
 admin/static/images/flags/ca.png                   |  Bin 0 -> 628 bytes
 admin/static/images/flags/cc.png                   |  Bin 0 -> 625 bytes
 admin/static/images/flags/cd.png                   |  Bin 0 -> 528 bytes
 admin/static/images/flags/cf.png                   |  Bin 0 -> 614 bytes
 admin/static/images/flags/cg.png                   |  Bin 0 -> 521 bytes
 admin/static/images/flags/ch.png                   |  Bin 0 -> 367 bytes
 admin/static/images/flags/ci.png                   |  Bin 0 -> 453 bytes
 admin/static/images/flags/ck.png                   |  Bin 0 -> 586 bytes
 admin/static/images/flags/cl.png                   |  Bin 0 -> 450 bytes
 admin/static/images/flags/cm.png                   |  Bin 0 -> 525 bytes
 admin/static/images/flags/cn.png                   |  Bin 0 -> 472 bytes
 admin/static/images/flags/co.png                   |  Bin 0 -> 483 bytes
 admin/static/images/flags/cr.png                   |  Bin 0 -> 477 bytes
 admin/static/images/flags/cs.png                   |  Bin 0 -> 439 bytes
 admin/static/images/flags/cu.png                   |  Bin 0 -> 563 bytes
 admin/static/images/flags/cv.png                   |  Bin 0 -> 529 bytes
 admin/static/images/flags/cx.png                   |  Bin 0 -> 608 bytes
 admin/static/images/flags/cy.png                   |  Bin 0 -> 428 bytes
 admin/static/images/flags/cz.png                   |  Bin 0 -> 476 bytes
 admin/static/images/flags/de.png                   |  Bin 0 -> 545 bytes
 admin/static/images/flags/dj.png                   |  Bin 0 -> 572 bytes
 admin/static/images/flags/dk.png                   |  Bin 0 -> 495 bytes
 admin/static/images/flags/dm.png                   |  Bin 0 -> 620 bytes
 admin/static/images/flags/do.png                   |  Bin 0 -> 508 bytes
 admin/static/images/flags/dz.png                   |  Bin 0 -> 582 bytes
 admin/static/images/flags/ec.png                   |  Bin 0 -> 500 bytes
 admin/static/images/flags/ee.png                   |  Bin 0 -> 429 bytes
 admin/static/images/flags/eg.png                   |  Bin 0 -> 465 bytes
 admin/static/images/flags/eh.png                   |  Bin 0 -> 508 bytes
 admin/static/images/flags/england.png              |  Bin 0 -> 496 bytes
 admin/static/images/flags/er.png                   |  Bin 0 -> 653 bytes
 admin/static/images/flags/es.png                   |  Bin 0 -> 469 bytes
 admin/static/images/flags/et.png                   |  Bin 0 -> 592 bytes
 admin/static/images/flags/europeanunion.png        |  Bin 0 -> 479 bytes
 admin/static/images/flags/fi.png                   |  Bin 0 -> 489 bytes
 admin/static/images/flags/fj.png                   |  Bin 0 -> 610 bytes
 admin/static/images/flags/fk.png                   |  Bin 0 -> 648 bytes
 admin/static/images/flags/fm.png                   |  Bin 0 -> 552 bytes
 admin/static/images/flags/fo.png                   |  Bin 0 -> 474 bytes
 admin/static/images/flags/fr.png                   |  Bin 0 -> 545 bytes
 admin/static/images/flags/ga.png                   |  Bin 0 -> 489 bytes
 admin/static/images/flags/gb.png                   |  Bin 0 -> 599 bytes
 admin/static/images/flags/gd.png                   |  Bin 0 -> 637 bytes
 admin/static/images/flags/ge.png                   |  Bin 0 -> 594 bytes
 admin/static/images/flags/gf.png                   |  Bin 0 -> 545 bytes
 admin/static/images/flags/gh.png                   |  Bin 0 -> 490 bytes
 admin/static/images/flags/gi.png                   |  Bin 0 -> 463 bytes
 admin/static/images/flags/gl.png                   |  Bin 0 -> 470 bytes
 admin/static/images/flags/gm.png                   |  Bin 0 -> 493 bytes
 admin/static/images/flags/gn.png                   |  Bin 0 -> 480 bytes
 admin/static/images/flags/gp.png                   |  Bin 0 -> 488 bytes
 admin/static/images/flags/gq.png                   |  Bin 0 -> 537 bytes
 admin/static/images/flags/gr.png                   |  Bin 0 -> 487 bytes
 admin/static/images/flags/gs.png                   |  Bin 0 -> 630 bytes
 admin/static/images/flags/gt.png                   |  Bin 0 -> 493 bytes
 admin/static/images/flags/gu.png                   |  Bin 0 -> 509 bytes
 admin/static/images/flags/gw.png                   |  Bin 0 -> 516 bytes
 admin/static/images/flags/gy.png                   |  Bin 0 -> 645 bytes
 admin/static/images/flags/hk.png                   |  Bin 0 -> 527 bytes
 admin/static/images/flags/hm.png                   |  Bin 0 -> 673 bytes
 admin/static/images/flags/hn.png                   |  Bin 0 -> 537 bytes
 admin/static/images/flags/hr.png                   |  Bin 0 -> 524 bytes
 admin/static/images/flags/ht.png                   |  Bin 0 -> 487 bytes
 admin/static/images/flags/hu.png                   |  Bin 0 -> 432 bytes
 admin/static/images/flags/id.png                   |  Bin 0 -> 430 bytes
 admin/static/images/flags/ie.png                   |  Bin 0 -> 481 bytes
 admin/static/images/flags/il.png                   |  Bin 0 -> 431 bytes
 admin/static/images/flags/in.png                   |  Bin 0 -> 503 bytes
 admin/static/images/flags/io.png                   |  Bin 0 -> 658 bytes
 admin/static/images/flags/iq.png                   |  Bin 0 -> 515 bytes
 admin/static/images/flags/ir.png                   |  Bin 0 -> 512 bytes
 admin/static/images/flags/is.png                   |  Bin 0 -> 532 bytes
 admin/static/images/flags/it.png                   |  Bin 0 -> 420 bytes
 admin/static/images/flags/jm.png                   |  Bin 0 -> 637 bytes
 admin/static/images/flags/jo.png                   |  Bin 0 -> 473 bytes
 admin/static/images/flags/jp.png                   |  Bin 0 -> 420 bytes
 admin/static/images/flags/ke.png                   |  Bin 0 -> 569 bytes
 admin/static/images/flags/kg.png                   |  Bin 0 -> 510 bytes
 admin/static/images/flags/kh.png                   |  Bin 0 -> 549 bytes
 admin/static/images/flags/ki.png                   |  Bin 0 -> 656 bytes
 admin/static/images/flags/km.png                   |  Bin 0 -> 577 bytes
 admin/static/images/flags/kn.png                   |  Bin 0 -> 604 bytes
 admin/static/images/flags/kp.png                   |  Bin 0 -> 561 bytes
 admin/static/images/flags/kr.png                   |  Bin 0 -> 592 bytes
 admin/static/images/flags/kw.png                   |  Bin 0 -> 486 bytes
 admin/static/images/flags/ky.png                   |  Bin 0 -> 643 bytes
 admin/static/images/flags/kz.png                   |  Bin 0 -> 616 bytes
 admin/static/images/flags/la.png                   |  Bin 0 -> 563 bytes
 admin/static/images/flags/lb.png                   |  Bin 0 -> 517 bytes
 admin/static/images/flags/lc.png                   |  Bin 0 -> 520 bytes
 admin/static/images/flags/li.png                   |  Bin 0 -> 537 bytes
 admin/static/images/flags/lk.png                   |  Bin 0 -> 627 bytes
 admin/static/images/flags/lr.png                   |  Bin 0 -> 466 bytes
 admin/static/images/flags/ls.png                   |  Bin 0 -> 628 bytes
 admin/static/images/flags/lt.png                   |  Bin 0 -> 508 bytes
 admin/static/images/flags/lu.png                   |  Bin 0 -> 481 bytes
 admin/static/images/flags/lv.png                   |  Bin 0 -> 465 bytes
 admin/static/images/flags/ly.png                   |  Bin 0 -> 419 bytes
 admin/static/images/flags/ma.png                   |  Bin 0 -> 432 bytes
 admin/static/images/flags/mc.png                   |  Bin 0 -> 380 bytes
 admin/static/images/flags/md.png                   |  Bin 0 -> 566 bytes
 admin/static/images/flags/me.png                   |  Bin 0 -> 448 bytes
 admin/static/images/flags/mg.png                   |  Bin 0 -> 453 bytes
 admin/static/images/flags/mh.png                   |  Bin 0 -> 628 bytes
 admin/static/images/flags/mk.png                   |  Bin 0 -> 664 bytes
 admin/static/images/flags/ml.png                   |  Bin 0 -> 474 bytes
 admin/static/images/flags/mm.png                   |  Bin 0 -> 483 bytes
 admin/static/images/flags/mn.png                   |  Bin 0 -> 492 bytes
 admin/static/images/flags/mo.png                   |  Bin 0 -> 588 bytes
 admin/static/images/flags/mp.png                   |  Bin 0 -> 597 bytes
 admin/static/images/flags/mq.png                   |  Bin 0 -> 655 bytes
 admin/static/images/flags/mr.png                   |  Bin 0 -> 569 bytes
 admin/static/images/flags/ms.png                   |  Bin 0 -> 614 bytes
 admin/static/images/flags/mt.png                   |  Bin 0 -> 420 bytes
 admin/static/images/flags/mu.png                   |  Bin 0 -> 496 bytes
 admin/static/images/flags/mv.png                   |  Bin 0 -> 542 bytes
 admin/static/images/flags/mw.png                   |  Bin 0 -> 529 bytes
 admin/static/images/flags/mx.png                   |  Bin 0 -> 574 bytes
 admin/static/images/flags/my.png                   |  Bin 0 -> 571 bytes
 admin/static/images/flags/mz.png                   |  Bin 0 -> 584 bytes
 admin/static/images/flags/na.png                   |  Bin 0 -> 647 bytes
 admin/static/images/flags/nc.png                   |  Bin 0 -> 591 bytes
 admin/static/images/flags/ne.png                   |  Bin 0 -> 537 bytes
 admin/static/images/flags/nf.png                   |  Bin 0 -> 602 bytes
 admin/static/images/flags/ng.png                   |  Bin 0 -> 482 bytes
 admin/static/images/flags/ni.png                   |  Bin 0 -> 508 bytes
 admin/static/images/flags/nl.png                   |  Bin 0 -> 453 bytes
 admin/static/images/flags/no.png                   |  Bin 0 -> 512 bytes
 admin/static/images/flags/np.png                   |  Bin 0 -> 443 bytes
 admin/static/images/flags/nr.png                   |  Bin 0 -> 527 bytes
 admin/static/images/flags/nu.png                   |  Bin 0 -> 572 bytes
 admin/static/images/flags/nz.png                   |  Bin 0 -> 639 bytes
 admin/static/images/flags/om.png                   |  Bin 0 -> 478 bytes
 admin/static/images/flags/pa.png                   |  Bin 0 -> 519 bytes
 admin/static/images/flags/pe.png                   |  Bin 0 -> 397 bytes
 admin/static/images/flags/pf.png                   |  Bin 0 -> 498 bytes
 admin/static/images/flags/pg.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/ph.png                   |  Bin 0 -> 538 bytes
 admin/static/images/flags/pk.png                   |  Bin 0 -> 569 bytes
 admin/static/images/flags/pl.png                   |  Bin 0 -> 374 bytes
 admin/static/images/flags/pm.png                   |  Bin 0 -> 689 bytes
 admin/static/images/flags/pn.png                   |  Bin 0 -> 657 bytes
 admin/static/images/flags/pr.png                   |  Bin 0 -> 556 bytes
 admin/static/images/flags/ps.png                   |  Bin 0 -> 472 bytes
 admin/static/images/flags/pt.png                   |  Bin 0 -> 554 bytes
 admin/static/images/flags/pw.png                   |  Bin 0 -> 550 bytes
 admin/static/images/flags/py.png                   |  Bin 0 -> 473 bytes
 admin/static/images/flags/qa.png                   |  Bin 0 -> 450 bytes
 admin/static/images/flags/re.png                   |  Bin 0 -> 545 bytes
 admin/static/images/flags/readme.txt               |    9 +
 admin/static/images/flags/ro.png                   |  Bin 0 -> 495 bytes
 admin/static/images/flags/rs.png                   |  Bin 0 -> 423 bytes
 admin/static/images/flags/ru.png                   |  Bin 0 -> 420 bytes
 admin/static/images/flags/rw.png                   |  Bin 0 -> 533 bytes
 admin/static/images/flags/sa.png                   |  Bin 0 -> 551 bytes
 admin/static/images/flags/sb.png                   |  Bin 0 -> 624 bytes
 admin/static/images/flags/sc.png                   |  Bin 0 -> 608 bytes
 admin/static/images/flags/scotland.png             |  Bin 0 -> 649 bytes
 admin/static/images/flags/sd.png                   |  Bin 0 -> 492 bytes
 admin/static/images/flags/se.png                   |  Bin 0 -> 542 bytes
 admin/static/images/flags/sg.png                   |  Bin 0 -> 468 bytes
 admin/static/images/flags/sh.png                   |  Bin 0 -> 645 bytes
 admin/static/images/flags/si.png                   |  Bin 0 -> 510 bytes
 admin/static/images/flags/sj.png                   |  Bin 0 -> 512 bytes
 admin/static/images/flags/sk.png                   |  Bin 0 -> 562 bytes
 admin/static/images/flags/sl.png                   |  Bin 0 -> 436 bytes
 admin/static/images/flags/sm.png                   |  Bin 0 -> 502 bytes
 admin/static/images/flags/sn.png                   |  Bin 0 -> 532 bytes
 admin/static/images/flags/so.png                   |  Bin 0 -> 527 bytes
 admin/static/images/flags/sr.png                   |  Bin 0 -> 513 bytes
 admin/static/images/flags/st.png                   |  Bin 0 -> 584 bytes
 admin/static/images/flags/sv.png                   |  Bin 0 -> 501 bytes
 admin/static/images/flags/sy.png                   |  Bin 0 -> 422 bytes
 admin/static/images/flags/sz.png                   |  Bin 0 -> 643 bytes
 admin/static/images/flags/tc.png                   |  Bin 0 -> 624 bytes
 admin/static/images/flags/td.png                   |  Bin 0 -> 570 bytes
 admin/static/images/flags/tf.png                   |  Bin 0 -> 527 bytes
 admin/static/images/flags/tg.png                   |  Bin 0 -> 562 bytes
 admin/static/images/flags/th.png                   |  Bin 0 -> 452 bytes
 admin/static/images/flags/tj.png                   |  Bin 0 -> 496 bytes
 admin/static/images/flags/tk.png                   |  Bin 0 -> 638 bytes
 admin/static/images/flags/tl.png                   |  Bin 0 -> 514 bytes
 admin/static/images/flags/tm.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/tn.png                   |  Bin 0 -> 495 bytes
 admin/static/images/flags/to.png                   |  Bin 0 -> 426 bytes
 admin/static/images/flags/tr.png                   |  Bin 0 -> 492 bytes
 admin/static/images/flags/tt.png                   |  Bin 0 -> 617 bytes
 admin/static/images/flags/tv.png                   |  Bin 0 -> 536 bytes
 admin/static/images/flags/tw.png                   |  Bin 0 -> 465 bytes
 admin/static/images/flags/tz.png                   |  Bin 0 -> 642 bytes
 admin/static/images/flags/ua.png                   |  Bin 0 -> 446 bytes
 admin/static/images/flags/ug.png                   |  Bin 0 -> 531 bytes
 admin/static/images/flags/um.png                   |  Bin 0 -> 571 bytes
 admin/static/images/flags/us.png                   |  Bin 0 -> 609 bytes
 admin/static/images/flags/uy.png                   |  Bin 0 -> 532 bytes
 admin/static/images/flags/uz.png                   |  Bin 0 -> 515 bytes
 admin/static/images/flags/va.png                   |  Bin 0 -> 553 bytes
 admin/static/images/flags/vc.png                   |  Bin 0 -> 577 bytes
 admin/static/images/flags/ve.png                   |  Bin 0 -> 528 bytes
 admin/static/images/flags/vg.png                   |  Bin 0 -> 630 bytes
 admin/static/images/flags/vi.png                   |  Bin 0 -> 616 bytes
 admin/static/images/flags/vn.png                   |  Bin 0 -> 474 bytes
 admin/static/images/flags/vu.png                   |  Bin 0 -> 604 bytes
 admin/static/images/flags/wales.png                |  Bin 0 -> 652 bytes
 admin/static/images/flags/wf.png                   |  Bin 0 -> 554 bytes
 admin/static/images/flags/ws.png                   |  Bin 0 -> 476 bytes
 admin/static/images/flags/ye.png                   |  Bin 0 -> 413 bytes
 admin/static/images/flags/yt.png                   |  Bin 0 -> 593 bytes
 admin/static/images/flags/za.png                   |  Bin 0 -> 642 bytes
 admin/static/images/flags/zm.png                   |  Bin 0 -> 500 bytes
 admin/static/images/flags/zw.png                   |  Bin 0 -> 574 bytes
 admin/static/images/forbidden.png                  |  Bin 0 -> 724 bytes
 admin/static/images/help.png                       |  Bin 0 -> 2231 bytes
 admin/static/images/ibutton-slider-default.png     |  Bin 0 -> 4440 bytes
 admin/static/images/loadingAnimation.gif           |  Bin 0 -> 5886 bytes
 admin/static/images/macFFBgHack.png                |  Bin 0 -> 207 bytes
 admin/static/images/menu-active.png                |  Bin 0 -> 2470 bytes
 admin/static/images/menu-highlight.png             |  Bin 0 -> 311 bytes
 admin/static/images/menu-sep.png                   |  Bin 0 -> 156 bytes
 admin/static/images/offline.png                    |  Bin 0 -> 1905 bytes
 admin/static/images/online.png                     |  Bin 0 -> 2245 bytes
 admin/static/images/proud.png                      |  Bin 0 -> 4646 bytes
 admin/static/images/rulestable-th.png              |  Bin 0 -> 343 bytes
 admin/static/images/tab.png                        |  Bin 0 -> 8176 bytes
 admin/static/images/tick.png                       |  Bin 0 -> 537 bytes
 admin/static/images/top-bar.png                    |  Bin 0 -> 624 bytes
 admin/static/images/wizards/Makefile.am            |   39 +
 admin/static/images/wizards/alfresco.png           |  Bin 0 -> 2661 bytes
 admin/static/images/wizards/aspnet.png             |  Bin 0 -> 2188 bytes
 admin/static/images/wizards/coldfusion.png         |  Bin 0 -> 1992 bytes
 admin/static/images/wizards/common_static.png      |  Bin 0 -> 1312 bytes
 admin/static/images/wizards/concrete5.png          |  Bin 0 -> 2400 bytes
 admin/static/images/wizards/dbslayer.png           |  Bin 0 -> 1965 bytes
 admin/static/images/wizards/django.png             |  Bin 0 -> 1318 bytes
 admin/static/images/wizards/drupal.png             |  Bin 0 -> 1762 bytes
 admin/static/images/wizards/gallery.png            |  Bin 0 -> 1982 bytes
 admin/static/images/wizards/glassfish.png          |  Bin 0 -> 1592 bytes
 admin/static/images/wizards/hotlinking.png         |  Bin 0 -> 2229 bytes
 admin/static/images/wizards/icons.png              |  Bin 0 -> 1647 bytes
 admin/static/images/wizards/joomla.png             |  Bin 0 -> 1890 bytes
 admin/static/images/wizards/liferay.png            |  Bin 0 -> 2693 bytes
 admin/static/images/wizards/mailman.png            |  Bin 0 -> 2037 bytes
 admin/static/images/wizards/moinmoin.png           |  Bin 0 -> 3998 bytes
 admin/static/images/wizards/mono.png               |  Bin 0 -> 2445 bytes
 admin/static/images/wizards/moodle.png             |  Bin 0 -> 2305 bytes
 admin/static/images/wizards/nagios.png             |  Bin 0 -> 1269 bytes
 admin/static/images/wizards/php.jpg                |  Bin 0 -> 1241 bytes
 admin/static/images/wizards/phpbb.png              |  Bin 0 -> 1968 bytes
 admin/static/images/wizards/phpmyadmin.png         |  Bin 0 -> 2414 bytes
 admin/static/images/wizards/redirect.jpg           |  Bin 0 -> 1489 bytes
 admin/static/images/wizards/ror.png                |  Bin 0 -> 2197 bytes
 admin/static/images/wizards/rtorrent.png           |  Bin 0 -> 2137 bytes
 admin/static/images/wizards/streaming.png          |  Bin 0 -> 2202 bytes
 admin/static/images/wizards/sugarcrm.png           |  Bin 0 -> 2163 bytes
 admin/static/images/wizards/symfony.png            |  Bin 0 -> 2334 bytes
 admin/static/images/wizards/trac.png               |  Bin 0 -> 2333 bytes
 admin/static/images/wizards/uwsgi.png              |  Bin 0 -> 2254 bytes
 admin/static/images/wizards/wordpress.png          |  Bin 0 -> 2426 bytes
 admin/static/images/wizards/zend.png               |  Bin 0 -> 1691 bytes
 admin/static/images/workarea.png                   |  Bin 0 -> 4140 bytes
 admin/static/js/Makefile.am                        |   27 +
 admin/static/js/common.js                          |  403 +
 admin/static/js/graphs.js                          |   40 +
 admin/static/js/icons.js                           |   14 +
 admin/static/js/jquery-1.3.2.min.js                |   19 +
 admin/static/js/jquery.cookie.js                   |   96 +
 admin/static/js/jquery.dimensions.js               |  124 +
 admin/static/js/jquery.easing.js                   |  102 +
 admin/static/js/jquery.form-defaults.js            |   45 +
 admin/static/js/jquery.ibutton.js                  |  383 +
 admin/static/js/jquery.tablednd.js                 |  387 +
 admin/static/js/thickbox.js                        |  319 +
 admin/static/js/ui.core.js                         |  519 +
 admin/static/js/ui.dialog.js                       |  497 +
 admin/static/js/ui.draggable.js                    |  562 +
 admin/static/js/ui.resizable.js                    |  770 +
 admin/static/js/ui.tabs.js                         |  685 +
 admin/static/js/wizards.js                         |   90 +
 admin/status.template.html                         |   28 +
 admin/upgrade_config.py                            |   46 +
 admin/util.py                                      |  191 +
 admin/validations.py                               |  321 +
 autogen.sh                                         |  133 +
 cget/Makefile.am                                   |   25 +
 cget/cget.1                                        |   86 +
 cget/main.c                                        |  483 +
 cget/proxy.c                                       |   70 +
 cget/proxy.h                                       |   38 +
 changelog-update.sh                                |   97 +
 cherokee-admin.1                                   |   53 +
 cherokee-config.1                                  |   31 +
 cherokee-config.in                                 |   61 +
 cherokee-tweak.1                                   |   52 +
 cherokee-worker.1                                  |   46 +
 cherokee.1                                         |  103 +
 cherokee.conf.sample.pre                           |  323 +
 cherokee.m4                                        |  171 +
 cherokee.pc.in                                     |   11 +
 cherokee.spec.in                                   |   61 +
 cherokee/Makefile.am                               | 1774 ++
 cherokee/access.c                                  |  627 +
 cherokee/access.h                                  |   47 +
 cherokee/admin_client.c                            |  684 +
 cherokee/admin_client.h                            |  116 +
 cherokee/admin_request.c                           |   92 +
 cherokee/admin_request.h                           |   51 +
 cherokee/admin_server.c                            |  363 +
 cherokee/admin_server.h                            |   48 +
 cherokee/avl.c                                     |  787 +
 cherokee/avl.h                                     |   71 +
 cherokee/avl_r.c                                   |  102 +
 cherokee/avl_r.h                                   |   53 +
 cherokee/balancer.c                                |  237 +
 cherokee/balancer.h                                |  119 +
 cherokee/balancer_ip_hash.c                        |  272 +
 cherokee/balancer_ip_hash.h                        |   46 +
 cherokee/balancer_round_robin.c                    |  217 +
 cherokee/balancer_round_robin.h                    |   45 +
 cherokee/bind.c                                    |  346 +
 cherokee/bind.h                                    |   76 +
 cherokee/bogotime.c                                |  242 +
 cherokee/bogotime.h                                |   70 +
 cherokee/buffer.c                                  | 2075 +++
 cherokee/buffer.h                                  |  136 +
 cherokee/cache.c                                   |  685 +
 cherokee/cache.h                                   |  146 +
 cherokee/cacheline.c                               |  135 +
 cherokee/cacheline.h                               |   40 +
 cherokee/cgi.deps                                  |    1 +
 cherokee/cherokee-panic                            |  177 +
 cherokee/cherokee.h                                |   82 +
 cherokee/cherokee_show.c                           |  135 +
 cherokee/collector.c                               |  315 +
 cherokee/collector.h                               |  159 +
 cherokee/collector_rrd.c                           |  389 +
 cherokee/collector_rrd.h                           |   90 +
 cherokee/combined.deps                             |    1 +
 cherokee/common-internal.h                         |  255 +
 cherokee/common.deps                               |    2 +
 cherokee/common.h                                  |   75 +
 cherokee/config_entry.c                            |  260 +
 cherokee/config_entry.h                            |  122 +
 cherokee/config_node.c                             |  382 +
 cherokee/config_node.h                             |   83 +
 cherokee/config_reader.c                           |  261 +
 cherokee/config_reader.h                           |   42 +
 cherokee/connection-protected.h                    |  314 +
 cherokee/connection.c                              | 2702 ++++
 cherokee/connection.h                              |   53 +
 cherokee/connection_info.c                         |  300 +
 cherokee/connection_info.h                         |   69 +
 cherokee/crc32.c                                   |  111 +
 cherokee/crc32.h                                   |   15 +
 cherokee/cryptor.c                                 |  249 +
 cherokee/cryptor.h                                 |  178 +
 cherokee/cryptor_libssl.c                          |  926 ++
 cherokee/cryptor_libssl.h                          |  104 +
 cherokee/cryptor_libssl_dh_1024.c                  |   38 +
 cherokee/cryptor_libssl_dh_2048.c                  |   52 +
 cherokee/cryptor_libssl_dh_4096.c                  |   78 +
 cherokee/cryptor_libssl_dh_512.c                   |   32 +
 cherokee/downloader-protected.h                    |   88 +
 cherokee/downloader.c                              |  667 +
 cherokee/downloader.h                              |   77 +
 cherokee/downloader_async.c                        |  149 +
 cherokee/downloader_async.h                        |   51 +
 cherokee/dtm.c                                     |  893 +
 cherokee/dtm.h                                     |   56 +
 cherokee/dwriter.c                                 |  425 +
 cherokee/dwriter.h                                 |   86 +
 cherokee/encoder.c                                 |  105 +
 cherokee/encoder.h                                 |  103 +
 cherokee/encoder_deflate.c                         |  219 +
 cherokee/encoder_deflate.h                         |   57 +
 cherokee/encoder_gzip.c                            |  319 +
 cherokee/encoder_gzip.h                            |   61 +
 cherokee/error_list.py                             | 1307 ++
 cherokee/error_log.c                               |  375 +
 cherokee/error_log.h                               |   86 +
 cherokee/error_redir.deps                          |    1 +
 cherokee/errors.py                                 |  274 +
 cherokee/fastcgi.deps                              |    1 +
 cherokee/fastcgi.h                                 |  137 +
 cherokee/fcgi.deps                                 |    1 +
 cherokee/fcgi_dispatcher.c                         |  194 +
 cherokee/fcgi_dispatcher.h                         |   55 +
 cherokee/fcgi_manager.c                            |  492 +
 cherokee/fcgi_manager.h                            |   75 +
 cherokee/fdpoll-epoll.c                            |  335 +
 cherokee/fdpoll-kqueue.c                           |  317 +
 cherokee/fdpoll-poll.c                             |  263 +
 cherokee/fdpoll-port.c                             |  331 +
 cherokee/fdpoll-protected.h                        |   75 +
 cherokee/fdpoll-select.c                           |  323 +
 cherokee/fdpoll-win32.c                            |  290 +
 cherokee/fdpoll.c                                  |  325 +
 cherokee/fdpoll.h                                  |   76 +
 cherokee/gen_evhost.c                              |  323 +
 cherokee/gen_evhost.h                              |   65 +
 cherokee/getopt/getopt.c                           | 1139 ++
 cherokee/getopt/getopt.h                           |  169 +
 cherokee/getopt/getopt1.c                          |   93 +
 cherokee/getopt/gettext.h                          |   69 +
 cherokee/handler.c                                 |  143 +
 cherokee/handler.h                                 |  142 +
 cherokee/handler_admin.c                           |  211 +
 cherokee/handler_admin.h                           |   61 +
 cherokee/handler_cgi.c                             |  858 +
 cherokee/handler_cgi.h                             |   93 +
 cherokee/handler_cgi_base.c                        | 1255 ++
 cherokee/handler_cgi_base.h                        |  151 +
 cherokee/handler_common.c                          |  351 +
 cherokee/handler_common.h                          |   53 +
 cherokee/handler_custom_error.c                    |   91 +
 cherokee/handler_custom_error.h                    |   48 +
 cherokee/handler_dbslayer.c                        |  573 +
 cherokee/handler_dbslayer.h                        |   67 +
 cherokee/handler_dirlist.c                         | 1211 ++
 cherokee/handler_dirlist.h                         |  132 +
 cherokee/handler_empty_gif.c                       |  116 +
 cherokee/handler_empty_gif.h                       |   65 +
 cherokee/handler_error.c                           |  301 +
 cherokee/handler_error.h                           |   53 +
 cherokee/handler_error_nn.c                        |  199 +
 cherokee/handler_error_nn.h                        |   44 +
 cherokee/handler_error_redir.c                     |  216 +
 cherokee/handler_error_redir.h                     |   55 +
 cherokee/handler_fastcgi.c                         |  723 +
 cherokee/handler_fastcgi.h                         |  108 +
 cherokee/handler_fcgi.c                            |  789 +
 cherokee/handler_fcgi.h                            |   76 +
 cherokee/handler_file.c                            |  830 +
 cherokee/handler_file.h                            |   89 +
 cherokee/handler_proxy.c                           | 1478 ++
 cherokee/handler_proxy.h                           |  103 +
 cherokee/handler_redir.c                           |  349 +
 cherokee/handler_redir.h                           |   63 +
 cherokee/handler_render_rrd.c                      |  675 +
 cherokee/handler_render_rrd.h                      |   60 +
 cherokee/handler_scgi.c                            |  428 +
 cherokee/handler_scgi.h                            |   68 +
 cherokee/handler_secdownload.c                     |  238 +
 cherokee/handler_secdownload.h                     |   59 +
 cherokee/handler_server_info.c                     |  982 ++
 cherokee/handler_server_info.h                     |   74 +
 cherokee/handler_ssi.c                             |  483 +
 cherokee/handler_ssi.h                             |   80 +
 cherokee/handler_streaming.c                       |  585 +
 cherokee/handler_streaming.h                       |   86 +
 cherokee/handler_uwsgi.c                           |  452 +
 cherokee/handler_uwsgi.h                           |   78 +
 cherokee/header-protected.h                        |   88 +
 cherokee/header.c                                  | 1147 ++
 cherokee/header.h                                  |  114 +
 cherokee/http.c                                    |  310 +
 cherokee/http.h                                    |  224 +
 cherokee/human_strcmp.c                            |   98 +
 cherokee/human_strcmp.h                            |   40 +
 cherokee/icons.c                                   |  368 +
 cherokee/icons.h                                   |   62 +
 cherokee/info.c                                    |  110 +
 cherokee/info.h                                    |   40 +
 cherokee/init.c                                    |  112 +
 cherokee/init.h                                    |   55 +
 cherokee/iocache.c                                 |  618 +
 cherokee/iocache.h                                 |  104 +
 cherokee/levenshtein_distance.c                    |  115 +
 cherokee/levenshtein_distance.h                    |    9 +
 cherokee/limiter.c                                 |  132 +
 cherokee/limiter.h                                 |   50 +
 cherokee/list.c                                    |  199 +
 cherokee/list.h                                    |  137 +
 cherokee/logger-protected.h                        |   35 +
 cherokee/logger.c                                  |  265 +
 cherokee/logger.h                                  |   97 +
 cherokee/logger_combined.c                         |   80 +
 cherokee/logger_combined.h                         |   36 +
 cherokee/logger_custom.c                           |  615 +
 cherokee/logger_custom.h                           |   53 +
 cherokee/logger_ncsa.c                             |  358 +
 cherokee/logger_ncsa.h                             |   65 +
 cherokee/logger_writer.c                           |  505 +
 cherokee/logger_writer.h                           |   85 +
 cherokee/logo.inc                                  |  596 +
 cherokee/macros.h                                  |  406 +
 cherokee/main.c                                    |  938 ++
 cherokee/main_admin.c                              |  485 +
 cherokee/main_tweak.c                              |  500 +
 cherokee/main_worker.c                             |  378 +
 cherokee/match.c                                   |   70 +
 cherokee/match.h                                   |   40 +
 cherokee/md5.c                                     |  239 +
 cherokee/md5.h                                     |   42 +
 cherokee/md5crypt.c                                |  192 +
 cherokee/md5crypt.h                                |   22 +
 cherokee/mime-protected.h                          |   39 +
 cherokee/mime.c                                    |  199 +
 cherokee/mime.h                                    |   52 +
 cherokee/mime_entry.c                              |   98 +
 cherokee/mime_entry.h                              |   53 +
 cherokee/module.c                                  |   96 +
 cherokee/module.h                                  |   86 +
 cherokee/ncpus.c                                   |  154 +
 cherokee/ncpus.h                                   |   30 +
 cherokee/nonce.c                                   |  195 +
 cherokee/nonce.h                                   |   51 +
 cherokee/nullable.h                                |   48 +
 cherokee/pcre/LICENCE                              |   68 +
 cherokee/pcre/local_config.h                       |   43 +
 cherokee/pcre/pcre.h                               |  300 +
 cherokee/pcre/pcre_chartables.c                    |  195 +
 cherokee/pcre/pcre_compile.c                       | 6061 +++++++
 cherokee/pcre/pcre_exec.c                          | 4883 ++++++
 cherokee/pcre/pcre_fullinfo.c                      |  162 +
 cherokee/pcre/pcre_get.c                           |  462 +
 cherokee/pcre/pcre_globals.c                       |   61 +
 cherokee/pcre/pcre_internal.h                      | 1117 ++
 cherokee/pcre/pcre_newline.c                       |  162 +
 cherokee/pcre/pcre_tables.c                        |  202 +
 cherokee/pcre/pcre_try_flipped.c                   |  133 +
 cherokee/pcre/ucp.h                                |  133 +
 cherokee/plugin.h                                  |  155 +
 cherokee/plugin_loader.c                           |  558 +
 cherokee/plugin_loader.h                           |   72 +
 cherokee/post.c                                    |  568 +
 cherokee/post.h                                    |   92 +
 cherokee/proxy_hosts.c                             |  448 +
 cherokee/proxy_hosts.h                             |  113 +
 cherokee/regex.c                                   |  268 +
 cherokee/regex.h                                   |   82 +
 cherokee/render_rrd.deps                           |    1 +
 cherokee/request.c                                 |  226 +
 cherokee/request.h                                 |   73 +
 cherokee/resolv_cache.c                            |  269 +
 cherokee/resolv_cache.h                            |   52 +
 cherokee/rrd_tools.c                               |  536 +
 cherokee/rrd_tools.h                               |   79 +
 cherokee/rule.c                                    |  115 +
 cherokee/rule.h                                    |   95 +
 cherokee/rule_and.c                                |  140 +
 cherokee/rule_and.h                                |   49 +
 cherokee/rule_bind.c                               |  134 +
 cherokee/rule_bind.h                               |   50 +
 cherokee/rule_default.c                            |   90 +
 cherokee/rule_default.h                            |   44 +
 cherokee/rule_directory.c                          |  158 +
 cherokee/rule_directory.h                          |   49 +
 cherokee/rule_exists.c                             |  333 +
 cherokee/rule_exists.h                             |   54 +
 cherokee/rule_extensions.c                         |  192 +
 cherokee/rule_extensions.h                         |   50 +
 cherokee/rule_from.c                               |  120 +
 cherokee/rule_from.h                               |   50 +
 cherokee/rule_fullpath.c                           |  136 +
 cherokee/rule_fullpath.h                           |   50 +
 cherokee/rule_geoip.c                              |  200 +
 cherokee/rule_geoip.h                              |   50 +
 cherokee/rule_header.c                             |  184 +
 cherokee/rule_header.h                             |   53 +
 cherokee/rule_list.c                               |  170 +
 cherokee/rule_list.h                               |   56 +
 cherokee/rule_method.c                             |  108 +
 cherokee/rule_method.h                             |   50 +
 cherokee/rule_not.c                                |  118 +
 cherokee/rule_not.h                                |   48 +
 cherokee/rule_or.c                                 |  139 +
 cherokee/rule_or.h                                 |   49 +
 cherokee/rule_request.c                            |  163 +
 cherokee/rule_request.h                            |   50 +
 cherokee/rule_url_arg.c                            |  206 +
 cherokee/rule_url_arg.h                            |   53 +
 cherokee/scgi.deps                                 |    1 +
 cherokee/secdownload.deps                          |    1 +
 cherokee/server-protected.h                        |  189 +
 cherokee/server.c                                  | 2042 +++
 cherokee/server.h                                  |   76 +
 cherokee/sha1.c                                    |  299 +
 cherokee/sha1.h                                    |   23 +
 cherokee/shm.c                                     |  123 +
 cherokee/shm.h                                     |   58 +
 cherokee/socket.c                                  | 1467 ++
 cherokee/socket.h                                  |  194 +
 cherokee/source.c                                  |  246 +
 cherokee/source.h                                  |   74 +
 cherokee/source_interpreter.c                      |  726 +
 cherokee/source_interpreter.h                      |   85 +
 cherokee/spawner.c                                 |  287 +
 cherokee/spawner.h                                 |   67 +
 cherokee/streaming.deps                            |    1 +
 cherokee/table.c                                   |  183 +
 cherokee/table.h                                   |   75 +
 cherokee/template.c                                |  296 +
 cherokee/template.h                                |   82 +
 cherokee/thread.c                                  | 2066 +++
 cherokee/thread.h                                  |  139 +
 cherokee/threading.c                               |   87 +
 cherokee/threading.h                               |   56 +
 cherokee/trace.c                                   |  198 +
 cherokee/trace.h                                   |   45 +
 cherokee/unix4win32.c                              |  179 +
 cherokee/unix4win32.h                              |  209 +
 cherokee/url.c                                     |  222 +
 cherokee/url.h                                     |   71 +
 cherokee/util.c                                    | 1981 +++
 cherokee/util.h                                    |  217 +
 cherokee/uwsgi.deps                                |    1 +
 cherokee/validator.c                               |  479 +
 cherokee/validator.h                               |  139 +
 cherokee/validator_authlist.c                      |  255 +
 cherokee/validator_authlist.h                      |   51 +
 cherokee/validator_file.c                          |  142 +
 cherokee/validator_file.h                          |   81 +
 cherokee/validator_htdigest.c                      |  286 +
 cherokee/validator_htdigest.h                      |   50 +
 cherokee/validator_htpasswd.c                      |  397 +
 cherokee/validator_htpasswd.h                      |   50 +
 cherokee/validator_ldap.c                          |  404 +
 cherokee/validator_ldap.h                          |   72 +
 cherokee/validator_mysql.c                         |  349 +
 cherokee/validator_mysql.h                         |   70 +
 cherokee/validator_pam.c                           |  235 +
 cherokee/validator_pam.h                           |   45 +
 cherokee/validator_plain.c                         |  237 +
 cherokee/validator_plain.h                         |   51 +
 cherokee/version.c                                 |  116 +
 cherokee/version.h                                 |   54 +
 cherokee/virtual_server.c                          |  987 ++
 cherokee/virtual_server.h                          |  105 +
 cherokee/vrule.c                                   |  101 +
 cherokee/vrule.h                                   |   92 +
 cherokee/vrule_rehost.c                            |  122 +
 cherokee/vrule_rehost.h                            |   48 +
 cherokee/vrule_target_ip.c                         |  152 +
 cherokee/vrule_target_ip.h                         |   49 +
 cherokee/vrule_wildcard.c                          |  175 +
 cherokee/vrule_wildcard.h                          |   48 +
 cherokee/win32_cherokeeserv.c                      |  416 +
 cherokee/win32_cservice.c                          |  774 +
 cherokee/win32_cservice.h                          |  163 +
 cherokee/win32_misc.c                              | 1131 ++
 cherokee/win32_misc.h                              |   56 +
 cherokee/xrealip.c                                 |  116 +
 cherokee/xrealip.h                                 |   56 +
 cherokee/zlib/deflate.c                            | 1267 ++
 cherokee/zlib/deftree.c                            | 1114 ++
 cherokee/zlib/defutil.h                            |  334 +
 cherokee/zlib/zconf.h                              |   45 +
 cherokee/zlib/zlib.h                               |  639 +
 cherokee/zlib/zutil.h                              |  116 +
 config.h.win32                                     |   52 +
 configure.in                                       | 1574 ++
 constants.h.pre                                    |   21 +
 contrib/011to098.py                                |   42 +
 contrib/05to06.py                                  |  833 +
 contrib/06to07.py                                  |   82 +
 contrib/07to08.py                                  |   73 +
 contrib/08to09.py                                  |  104 +
 contrib/098to099.py                                |   39 +
 contrib/0999to09910.py                             |   52 +
 contrib/09to010.py                                 |   41 +
 contrib/Makefile.am                                |   29 +
 contrib/bin2buffer.py                              |   35 +
 contrib/cherokee.pre                               |   64 +
 contrib/make-cert.sh                               |   21 +
 contrib/make-dh_params.sh                          |   28 +
 contrib/tracelor.py                                |   66 +
 dbslayer/Makefile.am                               |    4 +
 dbslayer/mysql_wrap.php                            | 1146 ++
 debian_testing.sh                                  |   46 +
 debian_testing_chroot.sh                           |   76 +
 developers.py                                      |   11 +
 doc/Makefile.am                                    |  277 +
 doc/basics.txt                                     |   11 +
 doc/basics_download.txt                            |   46 +
 doc/basics_installation.txt                        |   14 +
 doc/basics_installation_svn.txt                    |   78 +
 doc/basics_installation_unix.txt                   |  151 +
 doc/basics_installation_windows.txt                |  153 +
 doc/basics_requirements.txt                        |   60 +
 doc/basics_running_cherokee.txt                    |   29 +
 doc/basics_upgrade.txt                             |   72 +
 doc/basics_why_cherokee.txt                        |   54 +
 doc/build/asciidoc.conf                            |  527 +
 doc/build/asciidoc.py                              | 5312 ++++++
 doc/build/build_web.sh                             |   11 +
 doc/build/doc.conf                                 |   28 +
 doc/build/javascripts/toc.js                       |   69 +
 doc/build/lang-de.conf                             |   43 +
 doc/build/lang-en.conf                             |   51 +
 doc/build/lang-es.conf                             |   15 +
 doc/build/lang-fr.conf                             |   52 +
 doc/build/lang-hu.conf                             |   52 +
 doc/build/lang-ru.conf                             |   52 +
 doc/build/stylesheets/xhtml11-quirks.css           |   49 +
 doc/build/stylesheets/xhtml11.css                  |  284 +
 doc/build/web.conf                                 |   66 +
 doc/build/xhtml11-quirks.conf                      |   57 +
 doc/build/xhtml11.conf                             |  643 +
 doc/bundle.txt                                     |    8 +
 doc/bundle_cget.txt                                |   60 +
 doc/bundle_cherokee-admin.txt                      |  141 +
 doc/bundle_cherokee-config.txt                     |   47 +
 doc/bundle_cherokee-tweak.txt                      |  101 +
 doc/bundle_cherokee-worker.txt                     |   53 +
 doc/bundle_cherokee.txt                            |   69 +
 doc/bundle_spawn-fcgi.txt                          |   67 +
 doc/config.txt                                     |   14 +
 doc/config_advanced.txt                            |  144 +
 doc/config_general.txt                             |   94 +
 doc/config_icons.txt                               |   39 +
 doc/config_info_sources.txt                        |   92 +
 doc/config_mime_types.txt                          |   16 +
 doc/config_quickstart.txt                          |  264 +
 doc/config_status.txt                              |   17 +
 doc/config_virtual_servers.txt                     |  514 +
 doc/config_virtual_servers_evhost.txt              |   25 +
 doc/config_virtual_servers_rule.txt                |  161 +
 doc/config_wizards.txt                             |  100 +
 doc/cookbook.txt                                   |   35 +
 doc/cookbook_alfresco.txt                          |  166 +
 doc/cookbook_authentication.txt                    |  218 +
 doc/cookbook_coldfusion.txt                        |   74 +
 doc/cookbook_concrete5.txt                         |   95 +
 doc/cookbook_cross_compilation.txt                 |  112 +
 doc/cookbook_dbslayer.txt                          |  313 +
 doc/cookbook_django.txt                            |  183 +
 doc/cookbook_drupal.txt                            |  199 +
 doc/cookbook_embedding_cherokee.txt                |   23 +
 doc/cookbook_glassfish.txt                         |  211 +
 doc/cookbook_joomla.txt                            |  190 +
 doc/cookbook_kumbia.txt                            |   56 +
 doc/cookbook_liferay.txt                           |  116 +
 doc/cookbook_mailman.txt                           |  156 +
 doc/cookbook_maintenance.txt                       |  140 +
 doc/cookbook_managing_logs.txt                     |   99 +
 doc/cookbook_mono.txt                              |  184 +
 doc/cookbook_moodle.txt                            |  162 +
 doc/cookbook_nagios.txt                            |  125 +
 doc/cookbook_optimizations.txt                     |  130 +
 doc/cookbook_php.txt                               |   85 +
 doc/cookbook_phpbb.txt                             |  231 +
 doc/cookbook_phpmyadmin.txt                        |  139 +
 doc/cookbook_redirs.txt                            |   44 +
 doc/cookbook_ror.txt                               |  164 +
 doc/cookbook_ssl.txt                               |  345 +
 doc/cookbook_streaming.txt                         |   26 +
 doc/cookbook_sugarcrm.txt                          |  161 +
 doc/cookbook_symfony.txt                           |  155 +
 doc/cookbook_trac.txt                              |  125 +
 doc/cookbook_uwsgi.txt                             |  103 +
 doc/cookbook_wordpress.txt                         |  133 +
 doc/cookbook_zend.txt                              |   82 +
 doc/dev.txt                                        |    6 +
 doc/dev_api.txt                                    |    6 +
 doc/dev_cherokee.conf.txt                          |  573 +
 doc/dev_debug.txt                                  |  129 +
 doc/dev_examples.txt                               |    6 +
 doc/dev_issues.txt                                 |   36 +
 doc/dev_qa.txt                                     |   68 +
 doc/index.txt                                      |  167 +
 doc/media/css/cherokee_doc.css                     |  455 +
 doc/media/images/README.txt                        |   11 +
 doc/media/images/admin_advanced0.png               |  Bin 0 -> 4082 bytes
 doc/media/images/admin_advanced1.png               |  Bin 0 -> 16510 bytes
 doc/media/images/admin_advanced2.png               |  Bin 0 -> 18063 bytes
 doc/media/images/admin_advanced3.png               |  Bin 0 -> 13571 bytes
 doc/media/images/admin_advanced4.png               |  Bin 0 -> 7950 bytes
 doc/media/images/admin_advanced5.png               |  Bin 0 -> 12671 bytes
 doc/media/images/admin_behaviour.png               |  Bin 0 -> 22990 bytes
 doc/media/images/admin_general.png                 |  Bin 0 -> 14006 bytes
 doc/media/images/admin_general_networking.png      |  Bin 0 -> 14258 bytes
 doc/media/images/admin_general_permissions.png     |  Bin 0 -> 9433 bytes
 doc/media/images/admin_general_ports.png           |  Bin 0 -> 8552 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 0 -> 14178 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 0 -> 21939 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 0 -> 14100 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 0 -> 18567 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 0 -> 15264 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 0 -> 10388 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 0 -> 35882 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 0 -> 37936 bytes
 doc/media/images/admin_handler_file.png            |  Bin 0 -> 9659 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 0 -> 16241 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 0 -> 13128 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 0 -> 20521 bytes
 doc/media/images/admin_handler_secdownload.png     |  Bin 0 -> 16238 bytes
 doc/media/images/admin_icons1.png                  |  Bin 0 -> 25183 bytes
 doc/media/images/admin_icons2.png                  |  Bin 0 -> 8870 bytes
 doc/media/images/admin_icons3.png                  |  Bin 0 -> 6723 bytes
 doc/media/images/admin_index.png                   |  Bin 0 -> 67000 bytes
 doc/media/images/admin_info_sources.png            |  Bin 0 -> 22254 bytes
 doc/media/images/admin_launch.png                  |  Bin 0 -> 38650 bytes
 doc/media/images/admin_mime.png                    |  Bin 0 -> 17344 bytes
 doc/media/images/admin_noconfig.png                |  Bin 0 -> 11557 bytes
 doc/media/images/admin_notrunning.png              |  Bin 0 -> 25721 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 0 -> 14963 bytes
 doc/media/images/admin_validators_authlist.png     |  Bin 0 -> 20450 bytes
 doc/media/images/admin_validators_ldap.png         |  Bin 0 -> 29167 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 0 -> 14968 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 0 -> 17356 bytes
 doc/media/images/admin_vserver.png                 |  Bin 0 -> 12814 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 0 -> 14885 bytes
 doc/media/images/admin_vserver_evhost.png          |  Bin 0 -> 11231 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 0 -> 19182 bytes
 doc/media/images/admin_vserver_security.png        |  Bin 0 -> 15750 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 0 -> 10401 bytes
 doc/media/images/admin_vserver_wizard.png          |  Bin 0 -> 35774 bytes
 doc/media/images/admin_vserver_wizard_misc.png     |  Bin 0 -> 31834 bytes
 doc/media/images/admin_vservers_wizard.png         |  Bin 0 -> 28003 bytes
 doc/media/images/admin_vservers_wizard_misc.png    |  Bin 0 -> 30553 bytes
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 0 -> 36672 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 0 -> 21452 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 0 -> 21223 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 0 -> 7629 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 0 -> 40507 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 0 -> 7738 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 0 -> 6629 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 0 -> 12291 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 0 -> 12226 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 0 -> 21729 bytes
 doc/media/images/cookbook_django.png               |  Bin 0 -> 24570 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 0 -> 26541 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 0 -> 16332 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 0 -> 28194 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 0 -> 4837 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 0 -> 13433 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 0 -> 17710 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 0 -> 13387 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 0 -> 3823 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 0 -> 7740 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 0 -> 10254 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 0 -> 14111 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 0 -> 7576 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 0 -> 4139 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 0 -> 8670 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 0 -> 13226 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 0 -> 6014 bytes
 doc/media/images/cookbook_managing_logs_rules.png  |  Bin 0 -> 14745 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 0 -> 19632 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 0 -> 11694 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 0 -> 16293 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 0 -> 20046 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 0 -> 34246 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 0 -> 6970 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 0 -> 57064 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 0 -> 37347 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 0 -> 9027 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 0 -> 23384 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 0 -> 8203 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 0 -> 8388 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 0 -> 18263 bytes
 doc/media/images/cookbook_nagios4.png              |  Bin 0 -> 36819 bytes
 doc/media/images/cookbook_phpbb_1_intro.png        |  Bin 0 -> 42051 bytes
 doc/media/images/cookbook_phpbb_2_req.png          |  Bin 0 -> 38468 bytes
 doc/media/images/cookbook_phpbb_3_db.png           |  Bin 0 -> 32525 bytes
 doc/media/images/cookbook_phpbb_4_admin.png        |  Bin 0 -> 31397 bytes
 doc/media/images/cookbook_phpbb_5_config.png       |  Bin 0 -> 25893 bytes
 doc/media/images/cookbook_phpbb_6_advanced.png     |  Bin 0 -> 38390 bytes
 doc/media/images/cookbook_phpbb_7_create.png       |  Bin 0 -> 27273 bytes
 doc/media/images/cookbook_phpbb_8_final.png        |  Bin 0 -> 50883 bytes
 doc/media/images/cookbook_phpbb_adm.png            |  Bin 0 -> 41772 bytes
 doc/media/images/cookbook_phpbb_adm_warning.png    |  Bin 0 -> 40112 bytes
 doc/media/images/cookbook_phpbb_rules.png          |  Bin 0 -> 16039 bytes
 doc/media/images/cookbook_phpbb_running.png        |  Bin 0 -> 30708 bytes
 doc/media/images/cookbook_phpmyadmin.png           |  Bin 0 -> 12135 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 0 -> 8229 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 0 -> 5047 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 0 -> 8204 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 0 -> 8315 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 0 -> 15410 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 0 -> 13902 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 0 -> 17204 bytes
 doc/media/images/cookbook_ror_wizard.png           |  Bin 0 -> 14995 bytes
 doc/media/images/cookbook_sugarcrm_install0.png    |  Bin 0 -> 65402 bytes
 doc/media/images/cookbook_sugarcrm_install1.png    |  Bin 0 -> 22665 bytes
 doc/media/images/cookbook_sugarcrm_running0.png    |  Bin 0 -> 23118 bytes
 doc/media/images/cookbook_sugarcrm_running1.png    |  Bin 0 -> 27229 bytes
 doc/media/images/cookbook_symfony.png              |  Bin 0 -> 25415 bytes
 doc/media/images/cookbook_trac.png                 |  Bin 0 -> 36099 bytes
 doc/media/images/cookbook_trac_info.png            |  Bin 0 -> 16914 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 0 -> 9814 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 0 -> 20147 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 0 -> 6935 bytes
 doc/media/images/cookbook_wp1.png                  |  Bin 0 -> 28214 bytes
 doc/media/images/cookbook_wp2.png                  |  Bin 0 -> 14129 bytes
 doc/media/images/cookbook_wp3.png                  |  Bin 0 -> 10592 bytes
 doc/media/images/cookbook_wp4.png                  |  Bin 0 -> 49037 bytes
 doc/media/images/cookbook_wp5.png                  |  Bin 0 -> 28161 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 0 -> 3762 bytes
 doc/media/images/other_graphs_conns.png            |  Bin 0 -> 17888 bytes
 doc/media/images/other_graphs_logging.png          |  Bin 0 -> 14822 bytes
 doc/media/images/other_graphs_timeouts.png         |  Bin 0 -> 16843 bytes
 doc/media/images/other_graphs_traffic.png          |  Bin 0 -> 12653 bytes
 doc/media/images/proxy_phase1.png                  |  Bin 0 -> 12012 bytes
 doc/media/images/proxy_phase2.png                  |  Bin 0 -> 12222 bytes
 doc/media/images/tracelor.png                      |  Bin 0 -> 9543 bytes
 doc/media/js/toc.js                                |   69 +
 doc/modules.txt                                    |   38 +
 doc/modules_balancers.txt                          |   34 +
 doc/modules_balancers_ip_hash.txt                  |   18 +
 doc/modules_balancers_round_robin.txt              |   11 +
 doc/modules_encoders.txt                           |   23 +
 doc/modules_encoders_deflate.txt                   |   22 +
 doc/modules_encoders_gzip.txt                      |   27 +
 doc/modules_handlers.txt                           |   32 +
 doc/modules_handlers_admin.txt                     |   28 +
 doc/modules_handlers_cgi.txt                       |  106 +
 doc/modules_handlers_common.txt                    |   67 +
 doc/modules_handlers_custom_error.txt              |   39 +
 doc/modules_handlers_dbslayer.txt                  |   81 +
 doc/modules_handlers_dirlist.txt                   |   69 +
 doc/modules_handlers_empty_gif.txt                 |    7 +
 doc/modules_handlers_fcgi.txt                      |   48 +
 doc/modules_handlers_file.txt                      |   36 +
 doc/modules_handlers_proxy.txt                     |   66 +
 doc/modules_handlers_redir.txt                     |  112 +
 doc/modules_handlers_scgi.txt                      |   22 +
 doc/modules_handlers_secdownload.txt               |  110 +
 doc/modules_handlers_server_info.txt               |   42 +
 doc/modules_handlers_ssi.txt                       |   63 +
 doc/modules_handlers_streaming.txt                 |   70 +
 doc/modules_handlers_uwsgi.txt                     |   13 +
 doc/modules_loggers.txt                            |   26 +
 doc/modules_loggers_combined.txt                   |   40 +
 doc/modules_loggers_custom.txt                     |   49 +
 doc/modules_loggers_ncsa.txt                       |   83 +
 doc/modules_validators.txt                         |   59 +
 doc/modules_validators_authlist.txt                |   28 +
 doc/modules_validators_htdigest.txt                |   25 +
 doc/modules_validators_htpasswd.txt                |   36 +
 doc/modules_validators_ldap.txt                    |   47 +
 doc/modules_validators_mysql.txt                   |   43 +
 doc/modules_validators_pam.txt                     |   56 +
 doc/modules_validators_plain.txt                   |   48 +
 doc/other.txt                                      |    8 +
 doc/other_community.txt                            |   64 +
 doc/other_errors.txt                               |   53 +
 doc/other_faq.txt                                  |  192 +
 doc/other_goodies.txt                              |  239 +
 doc/other_graphs.txt                               |   79 +
 doc/other_signals.txt                              |   23 +
 doc/test_images.py                                 |   66 +
 gitlog2changelog.py                                |   85 +
 http-cherokee.xml.pre                              |  120 +
 icons/Makefile.am                                  |   38 +
 icons/README.txt                                   |   32 +
 icons/arrow_turn_left.png                          |  Bin 0 -> 516 bytes
 icons/blank.png                                    |  Bin 0 -> 183 bytes
 icons/bomb.png                                     |  Bin 0 -> 793 bytes
 icons/camera.png                                   |  Bin 0 -> 665 bytes
 icons/cd.png                                       |  Bin 0 -> 673 bytes
 icons/color_wheel.png                              |  Bin 0 -> 892 bytes
 icons/control_play.png                             |  Bin 0 -> 592 bytes
 icons/css.png                                      |  Bin 0 -> 524 bytes
 icons/cup.png                                      |  Bin 0 -> 633 bytes
 icons/email.png                                    |  Bin 0 -> 641 bytes
 icons/film.png                                     |  Bin 0 -> 653 bytes
 icons/folder.png                                   |  Bin 0 -> 537 bytes
 icons/font.png                                     |  Bin 0 -> 567 bytes
 icons/html.png                                     |  Bin 0 -> 578 bytes
 icons/music.png                                    |  Bin 0 -> 385 bytes
 icons/package.png                                  |  Bin 0 -> 853 bytes
 icons/page_white.png                               |  Bin 0 -> 294 bytes
 icons/page_white_acrobat.png                       |  Bin 0 -> 591 bytes
 icons/page_white_actionscript.png                  |  Bin 0 -> 664 bytes
 icons/page_white_c.png                             |  Bin 0 -> 587 bytes
 icons/page_white_go.png                            |  Bin 0 -> 612 bytes
 icons/page_white_office.png                        |  Bin 0 -> 779 bytes
 icons/page_white_php.png                           |  Bin 0 -> 538 bytes
 icons/page_white_text.png                          |  Bin 0 -> 342 bytes
 icons/printer.png                                  |  Bin 0 -> 731 bytes
 icons/ruby.png                                     |  Bin 0 -> 592 bytes
 icons/script.png                                   |  Bin 0 -> 748 bytes
 m4/Makefile.am                                     |   12 +
 m4/etr_socket_nsl.m4                               |  100 +
 m4/libwww.m4                                       |   54 +
 m4/mysql.m4                                        |  105 +
 m4/network.m4                                      |  229 +
 m4/nls.m4                                          |   31 +
 m4/pkg.m4                                          |  156 +
 m4/po.m4                                           |  449 +
 m4/progtest.m4                                     |   92 +
 m4/pwd_grp.m4                                      |   86 +
 m4/sendfile_samba.m4                               |  292 +
 mods-admin.sample                                  |   24 +
 packages/Makefile.am                               |    3 +
 packages/osx/Description.plist.in                  |   12 +
 packages/osx/Info.plist.in                         |   36 +
 packages/osx/License.rtf                           |  346 +
 packages/osx/Makefile.am                           |   18 +
 packages/osx/background.tiff.gz                    |  Bin 0 -> 30390 bytes
 packages/osx/build.py                              |   97 +
 packages/osx/utils.py                              |   73 +
 packages/windows/Makefile.am                       |   10 +
 packages/windows/cherokee.ico                      |  Bin 0 -> 2238 bytes
 packages/windows/cherokee.nsi.in                   |   79 +
 packages/windows/cherokee.reg                      |   12 +
 packages/windows/cherokee_pkg.ico                  |  Bin 0 -> 2238 bytes
 packages/windows/install.bat                       |   22 +
 pam.d_cherokee                                     |    8 +
 pam.samba.m4                                       |   22 +
 performance.conf.sample.pre                        |   25 +
 po/Makefile.am                                     |    1 +
 po/admin/ChangeLog                                 |   40 +
 po/admin/LINGUAS                                   |    1 +
 po/admin/Makefile.in.in                            |  429 +
 po/admin/Makevars                                  |   41 +
 po/admin/Rules-quot                                |   47 +
 po/admin/boldquot.sed                              |   10 +
 po/admin/de.po                                     | 4313 +++++
 po/admin/en.po                                     | 4474 +++++
 po/admin/en@boldquot.header                        |   25 +
 po/admin/en@quot.header                            |   22 +
 po/admin/es.po                                     | 4539 ++++++
 po/admin/fr.po                                     | 4193 +++++
 po/admin/generate_POTFILESin.py                    |   52 +
 po/admin/insert-header.sin                         |   23 +
 po/admin/nl.po                                     | 4461 +++++
 po/admin/pt_BR.po                                  | 4166 +++++
 po/admin/quot.sed                                  |    6 +
 po/admin/remove-potcdate.sin                       |   19 +
 po/admin/sv_SE.po                                  | 4451 +++++
 po/admin/zh_CN.po                                  | 4431 +++++
 qa/001-basic.py                                    |   13 +
 qa/002-MissingProtocol.py                          |   11 +
 qa/003-UnknownMethod.py                            |   11 +
 qa/004-UnknownMethod+MissingProtocol.py            |   11 +
 qa/005-Unknown-Protocol.py                         |   10 +
 qa/006-Wrong-Protocol.py                           |   10 +
 qa/007-Missing-Host.py                             |   11 +
 qa/008-Broken-Request.py                           |   10 +
 qa/009-DotDot.py                                   |    9 +
 qa/010-Dot.py                                      |   10 +
 qa/011-HeaderEntryTwice.py                         |   13 +
 qa/012-Broken-Key.py                               |   10 +
 qa/013-Broken-Key2.py                              |   10 +
 qa/014-Broken-Key3.py                              |   10 +
 qa/015-CGI-simple.py                               |   28 +
 qa/016-CGI-pathinfo.py                             |   28 +
 qa/017-CGI-pathinfo2.py                            |   30 +
 qa/018-CGI-pathinfo3.py                            |   27 +
 qa/019-HeadMethod.py                               |   11 +
 qa/020-VirtualHost.py                              |   28 +
 qa/021-VirtualHost2.py                             |   31 +
 qa/022-NoHost.py                                   |   11 +
 qa/023-Host.py                                     |   12 +
 qa/024-Host+Port.py                                |   12 +
 qa/025-Host-Broken.py                              |   11 +
 qa/026-Host-Broken-Dot.py                          |   11 +
 qa/027-Missing-File.py                             |    9 +
 qa/028-Missing-File+Param.py                       |    9 +
 qa/029-Post+Without-lenght.py                      |   14 +
 qa/030-Post+urlencoded.py                          |   35 +
 qa/031-Post+urlencoded2.py                         |   29 +
 qa/032-DirIndex+Redir.py                           |   12 +
 qa/033-DirIndex.py                                 |   26 +
 qa/034-DirIndex2.py                                |   26 +
 qa/035-PHP-simple.py                               |   19 +
 qa/036-DocumentRoot-common.py                      |   25 +
 qa/037-PHP-post.py                                 |   22 +
 qa/038-PHP-get.py                                  |   18 +
 qa/039-Auth-Basic.py                               |   24 +
 qa/040-Auth-Basic2.py                              |   29 +
 qa/041-Auth-Basic3.py                              |   25 +
 qa/042-Pipelining.py                               |   32 +
 qa/043-Pipelining2.py                              |   29 +
 qa/044-Home.py                                     |   25 +
 qa/045-Home2.py                                    |   55 +
 qa/046-Redir.py                                    |   17 +
 qa/047-Redir2.py                                   |   17 +
 qa/048-NN.py                                       |   35 +
 qa/049-NN-broken.py                                |   25 +
 qa/050-HeadBody.py                                 |   24 +
 qa/051-10kRandom.py                                |   22 +
 qa/052-50kRandom.py                                |   20 +
 qa/053-100kRandom.py                               |   20 +
 qa/054-ContentRange.py                             |   24 +
 qa/055-ContentRange2.py                            |   27 +
 qa/056-ContentRange3.py                            |   26 +
 qa/057-ContentRange4.py                            |   30 +
 qa/058-ContentRange-Double.py                      |   29 +
 qa/059-ContentRange-Double2.py                     |   29 +
 qa/060-BigPost.py                                  |   31 +
 qa/061-PAM.py                                      |   59 +
 qa/062-PAM2.py                                     |   58 +
 qa/063-DocumentRoot.py                             |   26 +
 qa/064-DirectoryIndex.py                           |   26 +
 qa/065-DirectoryIndex2.py                          |   22 +
 qa/066-DirectoryIndex3.py                          |   42 +
 qa/067-PathInfo.py                                 |   37 +
 qa/068-PathInfo2.py                                |   20 +
 qa/069-PathInfo3.py                                |   30 +
 qa/070-Inherit.py                                  |   28 +
 qa/071-Inherit2.py                                 |   31 +
 qa/072-Inherit3.py                                 |   33 +
 qa/073-Access.py                                   |   25 +
 qa/074-Access2.py                                  |   25 +
 qa/075-AccessRange.py                              |   26 +
 qa/076-AccessRange2.py                             |   26 +
 qa/077-AccessRange3.py                             |   24 +
 qa/078-AccessAny.py                                |   24 +
 qa/079-Extension.py                                |   38 +
 qa/080-Extension2.py                               |   38 +
 qa/081-DocumentRoot-Common-index.py                |   32 +
 qa/082-Auth-header.py                              |   24 +
 qa/083-RedirParam.py                               |   28 +
 qa/084-RedirParamShow.py                           |   23 +
 qa/085-AuthUsers.py                                |   25 +
 qa/086-AuthUsers2.py                               |   27 +
 qa/087-Location.py                                 |   20 +
 qa/088-CGI-envs.py                                 |   38 +
 qa/089-gzip-encoding.py                            |   40 +
 qa/090-Digest.py                                   |   30 +
 qa/091-Digest2.py                                  |   60 +
 qa/092-Digest3.py                                  |   61 +
 qa/093-InvalidLinks.py                             |   41 +
 qa/094-URL-request.py                              |   31 +
 qa/095-htpasswd-apache-md5.py                      |   38 +
 qa/096-htpasswd-md5.py                             |   39 +
 qa/097-htpasswd-sha1.py                            |   39 +
 qa/098-htpasswd-crypt.py                           |   39 +
 qa/099-htpasswd-plain.py                           |   38 +
 qa/100-Digest-htdigest.py                          |   70 +
 qa/101-HugePost.py                                 |   26 +
 qa/102-QueryString.py                              |   32 +
 qa/103-ScriptName.py                               |   33 +
 qa/104-ScriptAlias_PathInfo.py                     |   31 +
 qa/105-If-Range.py                                 |   65 +
 qa/106-If-Range2.py                                |   47 +
 qa/107-Priority1.py                                |   36 +
 qa/108-Priority2.py                                |   36 +
 qa/109-Priority3.py                                |   36 +
 qa/110-Priority4.py                                |   36 +
 qa/111-Compac.py                                   |   19 +
 qa/112-NiceError-CGI.py                            |   64 +
 qa/113-HeaderFile.py                               |   34 +
 qa/114-HeaderFile2.py                              |   34 +
 qa/115-Respin.py                                   |   44 +
 qa/116-RequestTiny.py                              |   46 +
 qa/117-DomainToDir.py                              |   33 +
 qa/118-Request-redir.py                            |   21 +
 qa/119-Dotdot2.py                                  |   15 +
 qa/120-Dotdot3.py                                  |   15 +
 qa/121-NoUserDir.py                                |   38 +
 qa/122-Methods.py                                  |   77 +
 qa/123-ImplicitRedit.py                            |   25 +
 qa/124-DomainToDir2.py                             |   40 +
 qa/125-domain-redir1.py                            |   38 +
 qa/126-SCGI.py                                     |   53 +
 qa/127-SCGI-Post.py                                |   58 +
 qa/128-ValidMethod-common.py                       |   32 +
 qa/129-Basic-EmptyPasswd.py                        |   29 +
 qa/130-Digest-EmptyPasswd.py                       |   60 +
 qa/131-PHP-zero-len-post+Redir.py                  |   42 +
 qa/132-file-ContentType.py                         |   14 +
 qa/133-If-None-Match.py                            |   24 +
 qa/134-HTTP_headers.py                             |   67 +
 qa/135-RedirParams.py                              |   45 +
 qa/136-BadRange.py                                 |   21 +
 qa/137-Mime1.py                                    |   27 +
 qa/138-ChangeUser-cgi.py                           |   41 +
 qa/139-domain-wildcards1.py                        |   46 +
 qa/140-SCGI-EmptyVars.py                           |   56 +
 qa/141-FastCGI-EmptyVars.py                        |   58 +
 qa/142-SCGI-ExtraVars.py                           |   66 +
 qa/143-ContentRange-NoIO.py                        |   34 +
 qa/144-ContentRange2-NoIO.py                       |   36 +
 qa/145-ContentRange3-NoIO.py                       |   36 +
 qa/146-ContentRange4-NoIO.py                       |   38 +
 qa/147-ContentRange-Double-NoIO.py                 |   35 +
 qa/148-ContentRange-Double2-NoIO.py                |   40 +
 qa/149-Common-PathInfo.py                          |   27 +
 qa/150-Common-No-PathInfo.py                       |   27 +
 qa/151-SCGI-vars.py                                |   61 +
 qa/152-SCGI-vars2.py                               |   64 +
 qa/153-SCGI-vars-root.py                           |   69 +
 qa/154-DirRedirection.py                           |   28 +
 qa/155-DirRedirection2.py                          |   29 +
 qa/156-Mime2.py                                    |   26 +
 qa/157-Dirlist-symlinks.py                         |   28 +
 qa/158-RuleHeader1.py                              |   35 +
 qa/159-RuleHeader2.py                              |   39 +
 qa/160-RuleNot1.py                                 |   46 +
 qa/161-RuleNot2.py                                 |   46 +
 qa/162-RuleAnd1.py                                 |   40 +
 qa/163-RuleAnd2.py                                 |   40 +
 qa/164-RuleOr1.py                                  |   40 +
 qa/165-RuleOr2.py                                  |   40 +
 qa/166-xsendfile1.py                               |   42 +
 qa/167-RuleGeoIP.py                                |   47 +
 qa/168-Deflate-Encoding.py                         |   43 +
 qa/169-Pipermail.py                                |   29 +
 qa/170-Error-ContentLength.py                      |   37 +
 qa/171-SCGI-Keepalive.py                           |   61 +
 qa/172-Chunked-CGI.py                              |   43 +
 qa/173-Chunked-SCGI.py                             |   61 +
 qa/174-Respins-Limit.py                            |   20 +
 qa/175-Digest-htdigest-2.py                        |   78 +
 qa/176-AuthLista1.py                               |   30 +
 qa/177-AuthLista2.py                               |   34 +
 qa/178-AuthLista3.py                               |   32 +
 qa/179-RuleExists.py                               |   32 +
 qa/180-RuleExists2.py                              |   40 +
 qa/181-RuleExists3.py                              |   42 +
 qa/182-SSI-include-file.py                         |   39 +
 qa/183-SSI-include-virtual.py                      |   39 +
 qa/184-SSI-fsize-file.py                           |   39 +
 qa/185-SSI-fsize-virtual.py                        |   39 +
 qa/186-SSI-droot.py                                |   39 +
 qa/187-Method.py                                   |   44 +
 qa/188-Method2.py                                  |   44 +
 qa/189-Redir9.py                                   |   22 +
 qa/190-RuleExists4.py                              |   47 +
 qa/191-RuleExists5.py                              |   54 +
 qa/192-RedirDocumentRoot.py                        |   53 +
 qa/193-PHP-documentroot.py                         |   36 +
 qa/194-PHP-zero-len-post.py                        |   39 +
 qa/195-ServerAddr.py                               |   40 +
 qa/196-Mime3.py                                    |   24 +
 qa/197-SOAPAction.py                               |   41 +
 qa/198-HTTPresponse.py                             |   33 +
 qa/199-ErrorRedir.py                               |   50 +
 qa/200-ErrorRedir2.py                              |   64 +
 qa/201-PostLimit.py                                |   39 +
 qa/202-xsendfile2.py                               |   50 +
 qa/203-secdownload1.py                             |   36 +
 qa/204-secdownload2.py                             |   29 +
 qa/205-secdownload3.py                             |   36 +
 qa/206-AuthType.py                                 |   41 +
 qa/207-RuleExists4.py                              |   47 +
 qa/208-Userdir_Pathinfo.py                         |   53 +
 qa/209-ScriptAlias_DRoot.py                        |   33 +
 qa/210-Userdir_ScriptName.py                       |   54 +
 qa/211-EmptyGif.py                                 |   22 +
 qa/212-DirList-Hidden.py                           |   29 +
 qa/213-Post-Chunked1.py                            |   32 +
 qa/214-Post-Chunked2.py                            |   35 +
 qa/215-Post-Chunked3.py                            |   33 +
 qa/216-NameSpace.py                                |   17 +
 qa/217-DoubleEncode.py                             |   50 +
 qa/218-DrupalRedirect.py                           |   43 +
 qa/219-Ext-Dot-Pathinfo.py                         |   34 +
 qa/220-Pathinfo-Slash.py                           |   33 +
 qa/221-ReHost1.py                                  |   30 +
 qa/222-EVHost1.py                                  |   33 +
 qa/223-EVHost2.py                                  |   30 +
 qa/224-EVHost3.py                                  |   33 +
 qa/225-PathTranslated.py                           |   32 +
 qa/226-PathInfo-Default.py                         |   62 +
 qa/227-Redir-Paths.py                              |   36 +
 qa/228-Redir-Paths2.py                             |   37 +
 qa/229-Fullpath.py                                 |   33 +
 qa/230-Fullpath2.py                                |   40 +
 qa/231-POST-4extra.py                              |   29 +
 qa/232-X-Real-IP-CGI.py                            |   45 +
 qa/233-X-Real-IP-CGI-2.py                          |   48 +
 qa/234-X-Real-IP-CGI-3.py                          |   47 +
 qa/235-URL-arg_match1.py                           |   34 +
 qa/236-URL-arg_match2.py                           |   33 +
 qa/237-URL-arg_match_all1.py                       |   36 +
 qa/238-URL-arg_match_all2.py                       |   35 +
 qa/239-utf8-file1.py                               |   20 +
 qa/240-utf8-dir1.py                                |   20 +
 qa/241-utf8-pathinfo1.py                           |   32 +
 qa/242-utf8-pathinfo2.py                           |   32 +
 qa/243-custom-error-1.py                           |   33 +
 qa/70-DocumentRoot2.py                             |   20 +
 qa/Makefile.am                                     |  254 +
 qa/base.py                                         |  434 +
 qa/conf.py                                         |   53 +
 qa/fcgi.py                                         | 1331 ++
 qa/help.py                                         |   34 +
 qa/pyscgi.py                                       |  181 +
 qa/run-tests.py                                    |  477 +
 qa/util.py                                         |  285 +
 svnlog2changelog.py                                |   79 +
 themes/Makefile.am                                 |    3 +
 themes/default/Makefile.am                         |   13 +
 themes/default/entry.html                          |   20 +
 themes/default/footer.html                         |    9 +
 themes/default/header.html                         |   38 +
 themes/default/logo.png                            |  Bin 0 -> 23619 bytes
 themes/default/theme.css                           |   64 +
 themes/firefox3/Makefile.am                        |   12 +
 themes/firefox3/entry.html                         |   10 +
 themes/firefox3/footer.html                        |    9 +
 themes/firefox3/header.html                        |   21 +
 themes/firefox3/theme.css                          |  148 +
 themes/plain/Makefile.am                           |   12 +
 themes/plain/entry.html                            |   10 +
 themes/plain/footer.html                           |   10 +
 themes/plain/header.html                           |   22 +
 themes/plain/theme.css                             |   58 +
 www/Makefile.am                                    |   32 +
 www/cherokee-logo.png                              |  Bin 0 -> 23619 bytes
 www/default-bg.png                                 |  Bin 0 -> 250 bytes
 www/favicon.ico                                    |  Bin 0 -> 769 bytes
 www/index.html                                     |   54 +
 www/powered_by_cherokee.png                        |  Bin 0 -> 2142 bytes
 1484 files changed, 216401 insertions(+), 0 deletions(-)

ENTRY --------> commit 6200ff308049117495bfb8fa860da2a19ccb517c
Author: alo <alo@5dc97367-97f1-0310-9951-d761b3857238>
Date:   2010-01-14

    WIP
    
    git-svn-id: svn://cherokee-project.com/cherokee/branches/newpost@4107 5dc97367-97f1-0310-9951-d761b3857238

 cherokee/handler_fcgi.c |   16 ++++----
 cherokee/post.c         |  105 +++++++++++++++++++++++++----------------------
 cherokee/post.h         |    6 +++
 3 files changed, 70 insertions(+), 57 deletions(-)


commit 6200ff308049117495bfb8fa860da2a19ccb517c
Author: alo <alo@5dc97367-97f1-0310-9951-d761b3857238>
Date:   2010-01-14

    WIP
    
    git-svn-id: svn://cherokee-project.com/cherokee/branches/newpost@4107 5dc97367-97f1-0310-9951-d761b3857238

 cherokee/handler_fcgi.c |   16 ++++----
 cherokee/post.c         |  105 +++++++++++++++++++++++++----------------------
 cherokee/post.h         |    6 +++
 3 files changed, 70 insertions(+), 57 deletions(-)


2010-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4094 git=85cc8fdb287f2fb9b10f83d24fdf0008436a2f8f

    A few misc changes related to accept/close TCP connections.
    
 cherokee/connection.c |   16 ++++++++++++----
 cherokee/socket.c     |   49 ++++++++++++++++++++++---------------------------
 cherokee/thread.c     |    8 +++-----
 3 files changed, 37 insertions(+), 36 deletions(-)


2010-01-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4093 git=f5d62964f5b3ae3c33f4917df9d9de22ec88c56f

    Adds a error writer to the embedded '-r' configuration.
    
 cherokee/main_worker.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2010-01-11  Taher Shihadeh  <taher@unixwars.com>
            svn=4091 git=8c8f5c623ebf22dbd48e36aae54c6694ee743237

    Updates missleading info
    
 doc/other_goodies.txt |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)


2010-01-10  李炅 <lijiong1986@126.com>
            svn=4090 git=27c614e2bf78a421a3b6b8fb6301599638fa2a56

    更新中文翻译!
    
 po/admin/zh_CN.po |   75 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 43 insertions(+), 32 deletions(-)

2010-01-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4089 git=3a1170add7e77c9c0287c4670242579c667baa4c

    Fixes a getpwuid_r() detection issue. Thanks to Juan J. Martínez for
    the patch! Fixes bug #705: http://bugs.cherokee-project.com/705
    
 m4/pwd_grp.m4 |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

2010-01-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4088 git=2bc97c1efafdd476fa1dbff645567a12bb1ce0d1

    Safer fd closing
    
 cherokee/buffer.c             |    4 ++--
 cherokee/handler_cgi.c        |   26 +++++++++++++-------------
 cherokee/handler_file.c       |    2 +-
 cherokee/iocache.c            |   10 ++++++----
 cherokee/logger_writer.c      |   13 +++++++------
 cherokee/post.c               |    2 +-
 cherokee/rrd_tools.c          |   16 ++++++++--------
 cherokee/shm.c                |   10 +++++-----
 cherokee/source_interpreter.c |    4 ++--
 cherokee/util.c               |    7 ++++---
 10 files changed, 49 insertions(+), 45 deletions(-)


2010-01-07  Taher Shihadeh  <taher@unixwars.com>
            svn=4087 git=93afbca0c4727ffc2996f770ea27017a1ba1ce79

    Upgrading documentation about upgrading...
    
 doc/basics_installation_unix.txt |   65 ++++++++++++++++++++++++++++++++++++++
 doc/basics_upgrade.txt           |    9 +++++
 2 files changed, 74 insertions(+), 0 deletions(-)


2010-01-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4086 git=0715c0abb913340a2f6619c779c0d443a552b0b7

    Error pages might contain UTF-8 encoded characters.
    
 cherokee/handler_error.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2010-01-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4082 git=bdba2884817aa373c3dfe7a5603be8a3468bae9d

    Fixes a problem encoding text-based blobs (charset 63 blobs).
    
 cherokee/handler_dbslayer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2010-01-02  Stefan de Konink <stefan@konink.de>
            svn=4081 git=9c9c8ab3ad19d115254773ab51a3903e519b64e5

    Closes http://code.google.com/p/cherokee/issues/detail?id=652
    Thanks leprechau for reporting!
    
 doc/cookbook_ssl.txt |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2010-01-01  Antonio Perez  <aperez@skarcha.com>
            svn=4080 git=bdb1c5ff56294b3f9f89bc171d79dec548494bc0

    Fixes a crash when an Url Argument rule is added to an AND comple rule.
    
 admin/ModuleUrlArg.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4070 git=07f88d44cae9059a0d607699a28b7d1ca1911c95

    Translation (auto)update
    
 po/admin/de.po    |  660 ++++++++++--------
 po/admin/en.po    |  662 ++++++++++--------
 po/admin/es.po    |  660 ++++++++++--------
 po/admin/fr.po    |  666 ++++++++++--------
 po/admin/nl.po    | 1979 ++++++++++++++++++++++++++++-------------------------
 po/admin/pt_BR.po | 1998 +++++++++++++++++++++++++++++++++++------------------
 po/admin/sv_SE.po |  662 ++++++++++--------
 po/admin/zh_CN.po |  676 ++++++++++---------
 8 files changed, 4534 insertions(+), 3429 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4069 git=e6227e27a8ef588ad2ea5ef718818ca097b01cdc

    Cherokee 0.99.39 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4067 git=d4ced03960d105454f1a48457e31dad00aefd610

    Cherokee 0.99.38 was released on Dec 24th.
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4066 git=44d3bf1b2e4fc03e6d2bd200bd3eb0705e683e80

    Fixes an escaping issue. File containing forbidden HTML characters
    could mess up the HTML list of files.
    
 cherokee/handler_dirlist.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-12-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4064 git=469bb058f41089b342a6e024b1e651f79e425ffd

    Do not perform the images usage test if the documentation source files
    are not found. Many thanks to Barnaby Claydon for reporting the issue.
    
 doc/test_images.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2009-12-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4060 git=e8746b8d139001de9896c32109de39afc99451f6

    Fixes bug #690: Cherokee-admin failed to load the Virtual Server page.
    
 admin/PageVServers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-28  Taher Shihadeh  <taher@unixwars.com>
            svn=4059 git=85810a2b7014739e5501ba0fd65eed159f541b33

    Improves an error description. Issue 578
    
 cherokee/error_list.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4057 git=2e8d77e9776e5f88f4f7d3e20202dba9b4c60203

    Fixes a typo: s/-ggb/-ggdb/. Thanks to Joe Klemmer, and Stefan de
    Konink for the report.
    
 cherokee.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-24  Taher Shihadeh  <taher@unixwars.com>
            svn=4049 git=9d075e47139ae6638b2bcd3fb639fdfae5eb10f1

    The script was having trouble with non-ASCII characters.
    
 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

2009-12-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4046 git=0b79f403ace92f5a4a07aebca42760d9bbdf878c

    Adds a few missing HTTP return codes. It also document each entry with
    a reference to the RFC and section where it is defined. Now, all the
    modern HTTP response codes should be covered.
    
 cherokee/http.c |   32 +++++++++++++++++
 cherokee/http.h |  100 ++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 98 insertions(+), 34 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4045 git=b9a450f23786be5d9efad11e2dd473951017f142

    Some more updates to the docs were needed. Fixes issue 687
    
 doc/cookbook_alfresco.txt |    2 +-
 doc/cookbook_liferay.txt  |    2 +-
 doc/cookbook_mono.txt     |    2 +-
 doc/cookbook_moodle.txt   |    2 +-
 doc/cookbook_sugarcrm.txt |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4044 git=ec42cbad9e85a719835b37731e2593ea4ea4b73c

    Some updates to the docs were needed. More to come. Issue 687
    
 doc/cookbook_php.txt        |    3 +++
 doc/cookbook_phpbb.txt      |    9 ++++++++-
 doc/cookbook_phpmyadmin.txt |   10 ++++++++++
 doc/cookbook_redirs.txt     |    4 ++++
 doc/cookbook_zend.txt       |    9 ++++-----
 5 files changed, 29 insertions(+), 6 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4043 git=7b92eedc8e341565b4cdbb47dcbd6a29adc331a3

    Some updates to the Rails recipe. Issue 679.
    
 doc/Makefile.am                          |    1 +
 doc/cookbook_ror.txt                     |   15 +++++++++++----
 doc/media/images/cookbook_ror_wizard.png |  Bin 0 -> 14995 bytes
 3 files changed, 12 insertions(+), 4 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4042 git=1f76bab282485174dedb1716ddcdfa7211ced8c6

    Improves the HotLinking wizard. Addresses issue 686 by fixing the redirection when it uses a banned filetype, and by provinding an extra method to handle the hotlinking protection.
    
 admin/Wizard_HotLinking.py |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)


2009-12-23  Taher Shihadeh  <taher@unixwars.com>
            svn=4041 git=174c373b753f5d26d6c8add0bd7f0d2e10c21af4

    Fixes all the wizards. Empty fields would make them fail. Addresses issue 685.
    
 admin/Wizard.py            |    4 ++--
 admin/Wizard_Alfresco.py   |   12 ++++++------
 admin/Wizard_ColdFusion.py |    8 ++++----
 admin/Wizard_Concrete5.py  |    8 ++++----
 admin/Wizard_Drupal.py     |    8 ++++----
 admin/Wizard_Glassfish.py  |   12 ++++++------
 admin/Wizard_Joomla.py     |    8 ++++----
 admin/Wizard_Liferay.py    |   12 ++++++------
 admin/Wizard_Mailman.py    |    8 ++++----
 admin/Wizard_MoinMoin.py   |    8 ++++----
 admin/Wizard_Mono.py       |   10 +++++-----
 admin/Wizard_Moodle.py     |    8 ++++----
 admin/Wizard_RoR.py        |    4 ++++
 admin/Wizard_Sugar.py      |    4 ++++
 admin/Wizard_Symfony.py    |    6 ++++++
 admin/Wizard_Trac.py       |    5 ++++-
 admin/Wizard_WordPress.py  |    4 ++++
 admin/Wizard_Zend.py       |    4 ++++
 admin/Wizard_phpBB.py      |    8 ++++----
 admin/Wizard_phpMyAdmin.py |    4 ++--
 admin/Wizard_rTorrent.py   |    5 +++++
 admin/Wizard_uWSGI.py      |    4 ++++
 22 files changed, 94 insertions(+), 60 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4040 git=7f40d88492c0766cf0e087e22455815d74a1eda6

    Fixes phpBB and phpMyadmin wizards. Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_phpBB.py      |    6 ++++++
 admin/Wizard_phpMyAdmin.py |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4039 git=a09fb525db2c5cf31bc330caa1de26f8213c62bf

    Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_Joomla.py   |    6 ++++++
 admin/Wizard_Liferay.py  |    8 ++++++++
 admin/Wizard_Mailman.py  |    5 +++++
 admin/Wizard_MoinMoin.py |    6 ++++++
 admin/Wizard_Mono.py     |    7 +++++++
 admin/Wizard_Moodle.py   |    6 ++++++
 6 files changed, 38 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4038 git=a26f8b78589c7feb1510fb4541732d6e1aa481d0

    Empty fields would make the wizards fail. Addresses issue 685.
    
 admin/Wizard_ColdFusion.py |    6 ++++++
 admin/Wizard_Concrete5.py  |    6 ++++++
 admin/Wizard_Drupal.py     |    6 ++++++
 admin/Wizard_Glassfish.py  |    8 ++++++++
 4 files changed, 26 insertions(+), 0 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4037 git=f99da723dd5fcca63800edcd726a27034d7ef476

    Empty fields would make the wizard fail. Addresses issue 685.
    
 admin/Wizard.py          |    3 ++-
 admin/Wizard_Alfresco.py |    8 ++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)


2009-12-22  Taher Shihadeh  <taher@unixwars.com>
            svn=4036 git=7362fd16b3830d06ee34c7f84d29419793cebcd8

    Fixes the wizard in line with the previous fix addressing issue 685
    
 admin/Wizard_Django.py |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


2009-12-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4035 git=1e545e0522badcc77f796a8bd9549ed50209c408

    Cherokee-admin was failing when the Django wizard was submitted
    without filling out the path to the Django project. Fixes bug #685:
    http://bugs.cherokee-project.com/685
    
 admin/Wizard_Django.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-12-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4034 git=d1477883ecd60978a35910a00077514f5790b38c

    Reverts r4023
    
 admin/ModuleUwsgi.py     |   42 ++-------------------------
 cherokee/handler_uwsgi.c |   71 +++++++++-------------------------------------
 cherokee/handler_uwsgi.h |   10 ++----
 3 files changed, 20 insertions(+), 103 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4033 git=ab6b1600cb8554cff3262cc38c746a848c588ed4

    Fixes a PO compilation problem.
    
 po/admin/zh_CN.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4032 git=bf6653a2149ec3d40edc009f303fd6d5509de42c

    Updates the developers list.
    
 developers.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4031 git=5378ef62bf6fc270ba9c8e428eb4c98bcc4cf9bf

    Fixes the changelog update script. Now, the Changelog can be updated
    even if there are local commits that have not been pushed upstream.
    
 changelog-update.sh |    6 +++---
 gitlog2changelog.py |    6 ++++++
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4030 git=6af3279916b01058d95d810266dfdeba9df66a8a

    Fixes a few compilation warning. Patch by Stefan de Konink.
    
 cherokee/admin_client.c   |    2 +-
 cherokee/config_entry.c   |    2 +-
 cherokee/cryptor_libssl.c |    3 ++-
 cherokee/main_admin.c     |    1 +
 cherokee/source.c         |    2 +-
 cherokee/spawner.c        |    3 +--
 cherokee/util.c           |    1 -
 7 files changed, 7 insertions(+), 7 deletions(-)


2009-12-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4029 git=98bb9657c99f540a49c84ba558782a60e50d27c5

    Removes an old method. I was not used any longer.
    
 cherokee/error_log.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)


2009-12-18  李炅 <lijiong1986@126.com>
            svn=4028 git=8281113d5433b33e69aa1491ddf6b33f7b64dc0d

    Chinese translation update
    
 po/admin/zh_CN.po |   66 ++++++++++++++++++++++++++--------------------------
 1 files changed, 33 insertions(+), 33 deletions(-)


2009-12-18  李炅 <lijiong1986@126.com>
            svn=4027 git=bba894d34cc89a53ad115fe63e2041c78c1a7538

    M    zh_CN.po
    
 po/admin/zh_CN.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-18  Stefan de Konink <stefan@konink.de>
            svn=4026 git=9f90c76b7aa511aabeedd5f621cd3fe43add0302

    This updates the Dutch translation with new strings and some corrections to the old translations.
    
    Side note:
    This is my first COMMIT :D :D :D
    
 po/admin/nl.po | 2279 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 1083 insertions(+), 1196 deletions(-)


2009-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4024 git=1c6ecd869ff3496234f1cc3c4d7defdf93618921

    When a custom error handler was triggered, the log entry showed a 200
    HTTP response instead of the original error code. This patch fixes the
    issue: http://bugs.cherokee-project.com/678
    
 cherokee/logger_custom.c |    7 ++++++-
 cherokee/logger_ncsa.c   |   10 ++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)


2009-12-17  Roberto De Ioris <roberto@unbit.it>
            svn=4023 git=0850006ca385d26dff3d201ebf1820be9dcd7157

    support for upcoming 0.9.4 release of uWSGI (FastFuncs,Spooler,request modifiers,message passing...)
    
 admin/ModuleUwsgi.py     |   42 +++++++++++++++++++++++++--
 cherokee/handler_uwsgi.c |   71 +++++++++++++++++++++++++++++++++++++---------
 cherokee/handler_uwsgi.h |   10 ++++--
 3 files changed, 103 insertions(+), 20 deletions(-)


2009-12-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4022 git=a8c66ff3d21db9f795f3a4c9b16d5195cd98a611

    Adds a new property to the proxy handler, so it can be more permissive
    about incoming malformed headers from the back-end servers.
    
 cherokee/error_list.py   |    8 ++++++
 cherokee/handler_proxy.c |    7 ++++-
 cherokee/handler_proxy.h |    1 +
 cherokee/proxy_hosts.c   |   60 ++++++++++++++++++++++++++++++++++++++++++++-
 cherokee/proxy_hosts.h   |    3 +-
 5 files changed, 75 insertions(+), 4 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4021 git=5e4f94c0a3132efce7c46d85cc96a25e40c5bfdd

    Fixes a potential memory corruption issue - while clean up on exit.
    
 cherokee/main.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4020 git=365ef6de164431b44850da8552ff87b049e08e37

    Cherokee 0.99.37 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-16  Antonio Perez  <aperez@skarcha.com>
            svn=4019 git=0999bbe42febda23c730a0d2cf8899b02023f343

    Adds the possibility to disable Virtual Servers and Rules.
    
 admin/Entry.py                                 |    4 +
 admin/Page.py                                  |    1 +
 admin/PageVServer.py                           |   84 +--
 admin/PageVServers.py                          |   80 +--
 admin/default.template.html                    |    4 +-
 admin/static/css/Makefile.am                   |    3 +-
 admin/static/css/cherokee.css                  |   43 +
 admin/static/css/jquery.ibutton.css            |  195 ++++
 admin/static/images/Makefile.am                |    3 +-
 admin/static/images/ibutton-slider-default.png |  Bin 0 -> 4440 bytes
 admin/static/js/Makefile.am                    |    3 +-
 admin/static/js/common.js                      |  125 +++-
 admin/static/js/jquery-1.2.6.min.js            |   32 -
 admin/static/js/jquery-1.3.2.min.js            |   19 +
 admin/static/js/jquery.ibutton.js              |  383 +++++++
 admin/static/js/ui.core.js                     |  810 ++++++++++------
 admin/static/js/ui.tabs.js                     | 1284 +++++++++++++-----------
 cherokee/server.c                              |    7 +-
 cherokee/virtual_server.c                      |   35 +-
 19 files changed, 2054 insertions(+), 1061 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4017 git=978083d1d4345253cdd07dd7c48d830db00d64a3

    Fixes bug #676. The server was crashing whenever PHP (via fastcgi)
    tried to log an error message: http://bugs.cherokee-project.com/676
    
 cherokee/handler_fcgi.c |   13 ++++++-------
 cherokee/server.c       |   25 +++++++++++++++++++++----
 cherokee/thread.c       |   27 +++++++++++++++++++++------
 3 files changed, 48 insertions(+), 17 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4016 git=6b18515a51da41f9bbcffaf0e412dea169b6166f

    Clarifies the description of some of the I/O cache text entries
    regarding the cache object lasting. Many thanks to Ivan Chavero for
    the feedback. Fixes bug #675: http://bugs.cherokee-project.com/675
    
 admin/PageAdvanced.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4015 git=047dffc91766c38ae4571b116b42809d02d0af2f

    The log cleaning function was pretty broken. It was not removing the
    unused log writer keys, which was leading cherokee-admin to generate
    corrupted configuration files under some circumstances.
    
 admin/PageVServer.py |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4014 git=a0da8d29c665bc33df659b7ab1c1816adb51723f

    Fixes the Internal Error page. It was not working when reporting an
    error triggered by a POST request.
    
 admin/PageError.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-12-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4013 git=d717870edc6511b56588de70a67cb6c82de395cd

    Adapts the default configuration file to the new error logging format.
    
 cherokee.conf.sample.pre |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4012 git=e3ccfc14a94c755ff87aa8dc10825db49c303cbf

    Adds a new translation to Brazilian Portuguese. Many thanks to
    Sérgio H. Berlotto Jr for such a great contribution.
    
 admin/consts.py   |    1 +
 po/admin/LINGUAS  |    2 +-
 po/admin/pt_BR.po | 3488 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 3490 insertions(+), 1 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4011 git=63fec79930c9ca6f1191cae73d83907f386ca190

    Cherokee 0.99.36 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-15  Taher Shihadeh  <taher@unixwars.com>
            svn=4008 git=5e0567f008cb490057b09c97ff15a90c3c4b87cb

    Removes errnoeus path
    
 admin/Wizard_Mono.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-12-15  Taher Shihadeh  <taher@unixwars.com>
            svn=4006 git=a8279219802d92564cd4570c70604bd4b904ec1d

    Fixes problem regarding the migration from socket to TCP port. Addresses issue 672.
    
 admin/Wizard_uWSGI.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-12-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4005 git=6ee619d7be9ca2ac6985dd1bda1aba2eb7c885d4

    Error log management clean up. It should work better now.
    
 cherokee/error_log.c          |   35 ++-----------
 cherokee/error_log.h          |    7 +--
 cherokee/handler_proxy.c      |   12 ++++-
 cherokee/logger_writer.c      |   19 +++++++
 cherokee/logger_writer.h      |   15 +++---
 cherokee/server-protected.h   |   10 +++-
 cherokee/server.c             |  113 +++++++----------------------------------
 cherokee/source_interpreter.c |    9 +++-
 cherokee/virtual_server.c     |   27 ++++++++++
 cherokee/virtual_server.h     |    3 +
 10 files changed, 106 insertions(+), 144 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4004 git=10dc6cd93b217bb0ef93f22b29c2b663d792e881

    Adds MacPorts paths to the Moodle and PhpMyAdmin wizards.
    
 admin/Wizard_Moodle.py     |    9 +++++----
 admin/Wizard_phpMyAdmin.py |    3 ++-
 2 files changed, 7 insertions(+), 5 deletions(-)


2009-12-14  Taher Shihadeh  <taher@unixwars.com>
            svn=4003 git=6afd82a7414cdf99b9f52f9d7fd4e7f266e8e0ae

    Reclassifies some wizards
    
 admin/Wizard_Alfresco.py     |    4 ++--
 admin/Wizard_ColdFusion.py   |    4 ++--
 admin/Wizard_CommonStatic.py |    3 ++-
 admin/Wizard_Icons.py        |    1 +
 admin/Wizard_Liferay.py      |    4 ++--
 admin/Wizard_Mono.py         |   12 ++++++------
 admin/Wizard_Moodle.py       |    4 ++--
 admin/Wizard_Streaming.py    |    1 +
 admin/Wizard_Sugar.py        |    4 ++--
 9 files changed, 20 insertions(+), 17 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4002 git=ce0c7cdb05379fac142c154a15cbc0060da1720f

    Cherokee does no longer throw a fatal error when rrdtool is configured
    but the binary is not found.
    
 cherokee/rrd_tools.c |   13 +++++++++++--
 cherokee/rrd_tools.h |    1 +
 2 files changed, 12 insertions(+), 2 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4001 git=8875ab52d90dd09ff96b5b2dfd257e89cb68a0b0



2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=4000 git=4740a8e0fd282c0a3e3367af143e5965acecf1b6

    Fixes a memory corruption issue on shut down. Under some unusual
    circumstances, the server could 'feel panic' while performing graceful
    restarts.
    
 cherokee/error_log.c |   25 +++++++++++++++++++------
 cherokee/error_log.h |    9 ++++++---
 cherokee/server.c    |   44 +++++++++++++++++---------------------------
 3 files changed, 42 insertions(+), 36 deletions(-)


2009-12-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3999 git=64c27370f30998f30f68fd8da6f7136b8d44f735

    Clean up: Trims trailing spaces.
    
 Makefile.am                          |    2 +-
 cget/Makefile.am                     |    2 +-
 cget/main.c                          |   38 ++++++------
 cget/proxy.c                         |    2 +-
 cget/proxy.h                         |    2 +-
 cherokee/Makefile.am                 |  104 +++++++++++++++++-----------------
 cherokee/pcre/pcre.h                 |    2 +-
 cherokee/zlib/deflate.c              |   10 ++--
 cherokee/zlib/deftree.c              |    4 +-
 cherokee/zlib/defutil.h              |   10 ++--
 cherokee/zlib/zconf.h                |    2 +-
 cherokee/zlib/zlib.h                 |   18 +++---
 contrib/05to06.py                    |   64 ++++++++++----------
 contrib/06to07.py                    |   10 ++--
 contrib/07to08.py                    |    6 +-
 contrib/08to09.py                    |    8 +-
 contrib/0999to09910.py               |    2 +-
 contrib/bin2buffer.py                |    2 +-
 contrib/tracelor.py                  |    4 +-
 doc/Makefile.am                      |    2 +-
 doc/basics_download.txt              |    2 +-
 doc/cookbook_django.txt              |    4 +-
 doc/cookbook_mailman.txt             |    2 +-
 doc/cookbook_nagios.txt              |    8 +-
 doc/cookbook_streaming.txt           |    2 +-
 doc/modules_handlers_common.txt      |    2 +-
 doc/modules_handlers_dbslayer.txt    |    2 +-
 doc/modules_handlers_dirlist.txt     |    2 +-
 doc/modules_handlers_secdownload.txt |    2 +-
 doc/modules_validators_ldap.txt      |    8 +-
 doc/modules_validators_mysql.txt     |    2 +-
 icons/README.txt                     |    6 +-
 packages/osx/build.py                |   10 ++--
 packages/osx/utils.py                |    2 +-
 po/admin/generate_POTFILESin.py      |    2 +-
 svnlog2changelog.py                  |    6 +-
 www/Makefile.am                      |    4 +-
 37 files changed, 180 insertions(+), 180 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3998 git=80b598965958aebeb4e683df9e111fbbed56580a

    The previous commit was wrong. Fixes it.
    
 cherokee/main.c |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)


2009-12-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3996 git=b134796c3be4efffcc73c5de15617dfdb4e43c97

    Fixes a couple of incorrect calls to semctl().
    
 cherokee/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3995 git=23deae3c2dc8190875ee7ec59f467a6bf641a988

    Adds a new entry for the translation to French.
    
 admin/consts.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3994 git=acb553a0982c3e6da7f1eb52f9c63337b6a0bae8

    Adds a new translation to French, contributed by Vincent Knecht
    <vknecht@club-internet.fr>. It's still unfinished; more to come.
    Thanks Vincent!
    
 po/admin/LINGUAS |    2 +-
 po/admin/fr.po   | 4141 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 4142 insertions(+), 1 deletions(-)


2009-12-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3993 git=25b3cb73464c9f79e246bdc3277ec66dfc1b2615

    Clean up: Trims trailing spaces.
    
 admin/GraphManager.py               |    2 +-
 admin/LogViewer.py                  |   12 +-
 admin/ModuleAuth.py                 |    2 +-
 admin/ModuleBind.py                 |    2 +-
 admin/ModuleCommon.py               |    2 +-
 admin/ModuleDbslayer.py             |    2 +-
 admin/ModuleDefault.py              |    2 +-
 admin/ModuleDirlist.py              |    4 +-
 admin/ModuleEmptyGif.py             |    2 +-
 admin/ModuleErrorNn.py              |    2 +-
 admin/ModuleExists.py               |    2 +-
 admin/ModuleFrom.py                 |    2 +-
 admin/ModuleFullpath.py             |    2 +-
 admin/ModuleHeader.py               |    2 +-
 admin/ModuleMysql.py                |    2 +-
 admin/ModuleProxy.py                |    8 +-
 admin/ModuleScgi.py                 |    2 +-
 admin/ModuleSecdownload.py          |    2 +-
 admin/ModuleStreaming.py            |    4 +-
 admin/ModuleUwsgi.py                |    2 +-
 admin/PageAdvanced.py               |    6 +-
 admin/PageEntry.py                  |    2 +-
 admin/PageIcon.py                   |    4 +-
 admin/PageVServers.py               |    8 +-
 admin/Post.py                       |   12 +-
 admin/RuleList.py                   |    6 +-
 admin/Wizard.py                     |    6 +-
 admin/Wizard_Mailman.py             |    2 +-
 admin/Wizard_rTorrent.py            |    2 +-
 admin/config.py                     |    2 +-
 admin/config_version.py             |    4 +-
 admin/flags.py                      |    4 +-
 admin/pyscgi.py                     |    2 +-
 admin/upgrade_config.py             |    2 +-
 admin/validations.py                |    6 +-
 cherokee/access.c                   |   76 ++++++------
 cherokee/access.h                   |    2 +-
 cherokee/admin_client.c             |   96 +++++++-------
 cherokee/admin_client.h             |    2 +-
 cherokee/admin_request.c            |   10 +-
 cherokee/admin_request.h            |    2 +-
 cherokee/admin_server.c             |   50 ++++----
 cherokee/admin_server.h             |    2 +-
 cherokee/avl.c                      |  120 +++++++++---------
 cherokee/avl.h                      |    2 +-
 cherokee/avl_r.c                    |   10 +-
 cherokee/avl_r.h                    |    2 +-
 cherokee/balancer.c                 |   38 +++---
 cherokee/balancer.h                 |   12 +-
 cherokee/balancer_ip_hash.c         |   36 +++---
 cherokee/balancer_ip_hash.h         |    6 +-
 cherokee/balancer_round_robin.c     |   28 ++--
 cherokee/balancer_round_robin.h     |    4 +-
 cherokee/bind.c                     |   22 ++--
 cherokee/bind.h                     |   12 +-
 cherokee/bogotime.c                 |    6 +-
 cherokee/bogotime.h                 |    4 +-
 cherokee/cache.c                    |   40 +++---
 cherokee/cache.h                    |   14 +-
 cherokee/cacheline.c                |   18 ++--
 cherokee/cacheline.h                |    2 +-
 cherokee/cherokee.h                 |    2 +-
 cherokee/cherokee_show.c            |   16 +-
 cherokee/collector.c                |    4 +-
 cherokee/collector.h                |    2 +-
 cherokee/collector_rrd.c            |   20 ++--
 cherokee/collector_rrd.h            |    6 +-
 cherokee/common-internal.h          |   22 ++--
 cherokee/common.h                   |    8 +-
 cherokee/config_entry.c             |   38 +++---
 cherokee/config_entry.h             |   10 +-
 cherokee/config_node.c              |   56 ++++----
 cherokee/config_node.h              |    4 +-
 cherokee/config_reader.c            |   58 ++++----
 cherokee/config_reader.h            |    2 +-
 cherokee/connection.h               |    2 +-
 cherokee/connection_info.c          |   60 ++++----
 cherokee/connection_info.h          |    2 +-
 cherokee/crc32.h                    |    2 +-
 cherokee/cryptor.c                  |   10 +-
 cherokee/cryptor.h                  |    6 +-
 cherokee/cryptor_libssl.c           |   20 ++--
 cherokee/cryptor_libssl.h           |    2 +-
 cherokee/downloader-protected.h     |    2 +-
 cherokee/downloader.c               |   84 ++++++------
 cherokee/downloader.h               |    2 +-
 cherokee/downloader_async.c         |   20 ++--
 cherokee/downloader_async.h         |    2 +-
 cherokee/dtm.c                      |    4 +-
 cherokee/dtm.h                      |    2 +-
 cherokee/dwriter.c                  |   38 +++---
 cherokee/dwriter.h                  |    4 +-
 cherokee/encoder.c                  |   24 ++--
 cherokee/encoder.h                  |    4 +-
 cherokee/encoder_deflate.c          |   50 ++++----
 cherokee/encoder_deflate.h          |    2 +-
 cherokee/encoder_gzip.c             |   66 +++++-----
 cherokee/encoder_gzip.h             |    2 +-
 cherokee/error_log.h                |    2 +-
 cherokee/errors.py                  |   12 +-
 cherokee/fastcgi.h                  |    4 +-
 cherokee/fcgi_dispatcher.c          |   32 +++---
 cherokee/fcgi_dispatcher.h          |    4 +-
 cherokee/fcgi_manager.c             |   92 +++++++-------
 cherokee/fcgi_manager.h             |    6 +-
 cherokee/fdpoll-epoll.c             |   24 ++--
 cherokee/fdpoll-kqueue.c            |   16 +-
 cherokee/fdpoll-poll.c              |   18 ++--
 cherokee/fdpoll-port.c              |   26 ++--
 cherokee/fdpoll-protected.h         |    2 +-
 cherokee/fdpoll-select.c            |   26 ++--
 cherokee/fdpoll-win32.c             |   28 ++--
 cherokee/fdpoll.c                   |   78 ++++++------
 cherokee/fdpoll.h                   |    2 +-
 cherokee/gen_evhost.c               |   14 +-
 cherokee/gen_evhost.h               |    2 +-
 cherokee/handler.c                  |   20 ++--
 cherokee/handler.h                  |    4 +-
 cherokee/handler_admin.c            |   28 ++--
 cherokee/handler_admin.h            |    4 +-
 cherokee/handler_cgi.c              |  100 +++++++-------
 cherokee/handler_cgi.h              |    4 +-
 cherokee/handler_cgi_base.c         |  182 +++++++++++++-------------
 cherokee/handler_cgi_base.h         |   20 ++--
 cherokee/handler_common.c           |   36 +++---
 cherokee/handler_common.h           |    2 +-
 cherokee/handler_custom_error.c     |   18 ++--
 cherokee/handler_custom_error.h     |    2 +-
 cherokee/handler_dbslayer.c         |   74 +++++-----
 cherokee/handler_dbslayer.h         |    2 +-
 cherokee/handler_dirlist.h          |    6 +-
 cherokee/handler_empty_gif.c        |   12 +-
 cherokee/handler_empty_gif.h        |    4 +-
 cherokee/handler_error.c            |   32 +++---
 cherokee/handler_error.h            |    2 +-
 cherokee/handler_error_nn.c         |   30 ++--
 cherokee/handler_error_nn.h         |    2 +-
 cherokee/handler_error_redir.h      |    2 +-
 cherokee/handler_fastcgi.c          |   78 ++++++------
 cherokee/handler_fastcgi.h          |    8 +-
 cherokee/handler_fcgi.c             |  106 ++++++++--------
 cherokee/handler_fcgi.h             |    4 +-
 cherokee/handler_file.c             |  100 +++++++-------
 cherokee/handler_file.h             |    8 +-
 cherokee/handler_proxy.c            |  132 +++++++++---------
 cherokee/handler_proxy.h            |    4 +-
 cherokee/handler_redir.c            |   76 ++++++------
 cherokee/handler_redir.h            |    2 +-
 cherokee/handler_render_rrd.c       |   46 ++++----
 cherokee/handler_render_rrd.h       |    4 +-
 cherokee/handler_scgi.c             |   66 +++++-----
 cherokee/handler_scgi.h             |    4 +-
 cherokee/handler_secdownload.c      |    8 +-
 cherokee/handler_secdownload.h      |    2 +-
 cherokee/handler_server_info.c      |   72 +++++-----
 cherokee/handler_server_info.h      |    4 +-
 cherokee/handler_ssi.c              |   36 +++---
 cherokee/handler_ssi.h              |    8 +-
 cherokee/handler_streaming.c        |   22 ++--
 cherokee/handler_streaming.h        |    4 +-
 cherokee/handler_uwsgi.c            |   62 +++++-----
 cherokee/handler_uwsgi.h            |    4 +-
 cherokee/header-protected.h         |    6 +-
 cherokee/header.h                   |    4 +-
 cherokee/http.c                     |   50 ++++----
 cherokee/http.h                     |    2 +-
 cherokee/human_strcmp.c             |   14 +-
 cherokee/human_strcmp.h             |    2 +-
 cherokee/icons.c                    |   48 ++++----
 cherokee/icons.h                    |    4 +-
 cherokee/info.c                     |    4 +-
 cherokee/info.h                     |    2 +-
 cherokee/init.c                     |    6 +-
 cherokee/init.h                     |    2 +-
 cherokee/iocache.c                  |   52 ++++----
 cherokee/iocache.h                  |    4 +-
 cherokee/levenshtein_distance.c     |    2 +-
 cherokee/limiter.c                  |    8 +-
 cherokee/limiter.h                  |    2 +-
 cherokee/list.c                     |   48 ++++----
 cherokee/list.h                     |   14 +-
 cherokee/logger-protected.h         |    2 +-
 cherokee/logger.c                   |   20 ++--
 cherokee/logger.h                   |    2 +-
 cherokee/logger_combined.c          |   12 +-
 cherokee/logger_combined.h          |    2 +-
 cherokee/logger_custom.c            |   32 +++---
 cherokee/logger_custom.h            |    2 +-
 cherokee/logger_ncsa.c              |   36 +++---
 cherokee/logger_ncsa.h              |    2 +-
 cherokee/macros.h                   |   18 ++--
 cherokee/main.c                     |   66 +++++-----
 cherokee/main_admin.c               |   38 +++---
 cherokee/main_tweak.c               |   54 ++++----
 cherokee/main_worker.c              |   26 ++--
 cherokee/match.c                    |    6 +-
 cherokee/match.h                    |    2 +-
 cherokee/md5.c                      |    2 +-
 cherokee/md5crypt.c                 |   10 +-
 cherokee/mime-protected.h           |    2 +-
 cherokee/mime.c                     |   28 ++--
 cherokee/mime.h                     |    2 +-
 cherokee/mime_entry.c               |   12 +-
 cherokee/mime_entry.h               |    2 +-
 cherokee/module.c                   |   14 +-
 cherokee/module.h                   |    4 +-
 cherokee/ncpus.c                    |    8 +-
 cherokee/ncpus.h                    |    2 +-
 cherokee/nonce.c                    |   18 ++--
 cherokee/nonce.h                    |    2 +-
 cherokee/nullable.h                 |    2 +-
 cherokee/plugin.h                   |    4 +-
 cherokee/plugin_loader.c            |   88 ++++++------
 cherokee/plugin_loader.h            |    2 +-
 cherokee/post.c                     |   62 +++++-----
 cherokee/post.h                     |    2 +-
 cherokee/proxy_hosts.c              |   14 +-
 cherokee/proxy_hosts.h              |    6 +-
 cherokee/regex.c                    |   32 +++---
 cherokee/regex.h                    |    4 +-
 cherokee/request.c                  |   34 +++---
 cherokee/request.h                  |    2 +-
 cherokee/resolv_cache.c             |   26 ++--
 cherokee/resolv_cache.h             |    2 +-
 cherokee/rrd_tools.c                |   18 ++--
 cherokee/rrd_tools.h                |    2 +-
 cherokee/rule.c                     |   14 +-
 cherokee/rule.h                     |    2 +-
 cherokee/rule_and.c                 |   32 +++---
 cherokee/rule_and.h                 |    2 +-
 cherokee/rule_bind.c                |   24 ++--
 cherokee/rule_bind.h                |    2 +-
 cherokee/rule_default.c             |   16 +-
 cherokee/rule_default.h             |    2 +-
 cherokee/rule_directory.c           |    8 +-
 cherokee/rule_directory.h           |    2 +-
 cherokee/rule_exists.c              |   40 +++---
 cherokee/rule_exists.h              |    2 +-
 cherokee/rule_extensions.c          |    2 +-
 cherokee/rule_extensions.h          |    2 +-
 cherokee/rule_from.c                |   20 ++--
 cherokee/rule_from.h                |    2 +-
 cherokee/rule_fullpath.c            |   16 +-
 cherokee/rule_fullpath.h            |    2 +-
 cherokee/rule_geoip.c               |   18 ++--
 cherokee/rule_geoip.h               |    2 +-
 cherokee/rule_header.c              |   32 +++---
 cherokee/rule_header.h              |    2 +-
 cherokee/rule_list.c                |   16 +-
 cherokee/rule_list.h                |    4 +-
 cherokee/rule_method.c              |   12 +-
 cherokee/rule_method.h              |    2 +-
 cherokee/rule_not.c                 |   18 ++--
 cherokee/rule_not.h                 |    2 +-
 cherokee/rule_or.c                  |   32 +++---
 cherokee/rule_or.h                  |    2 +-
 cherokee/rule_request.c             |   32 +++---
 cherokee/rule_request.h             |    2 +-
 cherokee/rule_url_arg.c             |   28 ++--
 cherokee/rule_url_arg.h             |    2 +-
 cherokee/server-protected.h         |    6 +-
 cherokee/server.h                   |    2 +-
 cherokee/sha1.c                     |    6 +-
 cherokee/shm.c                      |   12 +-
 cherokee/shm.h                      |    2 +-
 cherokee/socket.c                   |  190 +++++++++++++-------------
 cherokee/socket.h                   |    6 +-
 cherokee/source.c                   |   36 +++---
 cherokee/source.h                   |    4 +-
 cherokee/source_interpreter.c       |   66 +++++-----
 cherokee/source_interpreter.h       |    4 +-
 cherokee/spawner.c                  |   22 ++--
 cherokee/spawner.h                  |    2 +-
 cherokee/table.c                    |   52 ++++----
 cherokee/table.h                    |    2 +-
 cherokee/template.c                 |   20 ++--
 cherokee/template.h                 |    2 +-
 cherokee/thread.c                   |  248 +++++++++++++++++-----------------
 cherokee/thread.h                   |   18 ++--
 cherokee/threading.c                |    2 +-
 cherokee/threading.h                |    4 +-
 cherokee/trace.c                    |   22 ++--
 cherokee/trace.h                    |    2 +-
 cherokee/unix4win32.c               |    2 +-
 cherokee/unix4win32.h               |    2 +-
 cherokee/url.c                      |   32 +++---
 cherokee/url.h                      |    6 +-
 cherokee/util.c                     |  214 +++++++++++++++---------------
 cherokee/util.h                     |   18 ++--
 cherokee/validator.c                |   80 ++++++------
 cherokee/validator.h                |   14 +-
 cherokee/validator_authlist.c       |   26 ++--
 cherokee/validator_authlist.h       |    2 +-
 cherokee/validator_file.c           |    6 +-
 cherokee/validator_file.h           |    4 +-
 cherokee/validator_htdigest.c       |   30 ++--
 cherokee/validator_htdigest.h       |    2 +-
 cherokee/validator_htpasswd.c       |   42 +++---
 cherokee/validator_htpasswd.h       |    2 +-
 cherokee/validator_ldap.c           |   38 +++---
 cherokee/validator_ldap.h           |    2 +-
 cherokee/validator_mysql.c          |   56 ++++----
 cherokee/validator_mysql.h          |    6 +-
 cherokee/validator_pam.c            |   32 +++---
 cherokee/validator_pam.h            |    4 +-
 cherokee/validator_plain.c          |   30 ++--
 cherokee/validator_plain.h          |    2 +-
 cherokee/version.c                  |    8 +-
 cherokee/version.h                  |    4 +-
 cherokee/virtual_server.h           |   10 +-
 cherokee/vrule.c                    |   10 +-
 cherokee/vrule.h                    |    2 +-
 cherokee/vrule_rehost.c             |   12 +-
 cherokee/vrule_rehost.h             |    2 +-
 cherokee/vrule_target_ip.c          |   20 ++--
 cherokee/vrule_target_ip.h          |    2 +-
 cherokee/vrule_wildcard.c           |   18 ++--
 cherokee/vrule_wildcard.h           |    2 +-
 cherokee/win32_cherokeeserv.c       |    2 +-
 cherokee/win32_cservice.c           |    2 +-
 cherokee/win32_cservice.h           |    2 +-
 cherokee/win32_misc.h               |    2 +-
 cherokee/xrealip.c                  |    6 +-
 cherokee/xrealip.h                  |    2 +-
 qa/006-Wrong-Protocol.py            |    2 +-
 qa/020-VirtualHost.py               |    2 +-
 qa/031-Post+urlencoded2.py          |    2 +-
 qa/036-DocumentRoot-common.py       |    2 +-
 qa/037-PHP-post.py                  |    2 +-
 qa/048-NN.py                        |    2 +-
 qa/054-ContentRange.py              |    2 +-
 qa/058-ContentRange-Double.py       |    2 +-
 qa/062-PAM2.py                      |    2 +-
 qa/067-PathInfo.py                  |    2 +-
 qa/081-DocumentRoot-Common-index.py |    2 +-
 qa/084-RedirParamShow.py            |    2 +-
 qa/085-AuthUsers.py                 |    2 +-
 qa/088-CGI-envs.py                  |    2 +-
 qa/090-Digest.py                    |    2 +-
 qa/091-Digest2.py                   |    8 +-
 qa/092-Digest3.py                   |    8 +-
 qa/100-Digest-htdigest.py           |    8 +-
 qa/103-ScriptName.py                |    2 +-
 qa/105-If-Range.py                  |    4 +-
 qa/106-If-Range2.py                 |    4 +-
 qa/111-Compac.py                    |    2 +-
 qa/113-HeaderFile.py                |    2 +-
 qa/114-HeaderFile2.py               |    2 +-
 qa/115-Respin.py                    |    4 +-
 qa/116-RequestTiny.py               |    4 +-
 qa/118-Request-redir.py             |    2 +-
 qa/122-Methods.py                   |    4 +-
 qa/123-ImplicitRedit.py             |    2 +-
 qa/124-DomainToDir2.py              |    2 +-
 qa/125-domain-redir1.py             |    2 +-
 qa/126-SCGI.py                      |    2 +-
 qa/130-Digest-EmptyPasswd.py        |    8 +-
 qa/132-file-ContentType.py          |    2 +-
 qa/138-ChangeUser-cgi.py            |    2 +-
 qa/139-domain-wildcards1.py         |    4 +-
 qa/140-SCGI-EmptyVars.py            |    2 +-
 qa/141-FastCGI-EmptyVars.py         |    2 +-
 qa/143-ContentRange-NoIO.py         |    2 +-
 qa/151-SCGI-vars.py                 |    2 +-
 qa/153-SCGI-vars-root.py            |    2 +-
 qa/158-RuleHeader1.py               |    2 +-
 qa/159-RuleHeader2.py               |    2 +-
 qa/160-RuleNot1.py                  |    2 +-
 qa/161-RuleNot2.py                  |    2 +-
 qa/162-RuleAnd1.py                  |    4 +-
 qa/163-RuleAnd2.py                  |    4 +-
 qa/164-RuleOr1.py                   |    4 +-
 qa/165-RuleOr2.py                   |    4 +-
 qa/166-xsendfile1.py                |    4 +-
 qa/167-RuleGeoIP.py                 |    2 +-
 qa/169-Pipermail.py                 |    2 +-
 qa/170-Error-ContentLength.py       |    2 +-
 qa/172-Chunked-CGI.py               |    4 +-
 qa/175-Digest-htdigest-2.py         |   10 +-
 qa/193-PHP-documentroot.py          |    2 +-
 qa/197-SOAPAction.py                |    4 +-
 qa/198-HTTPresponse.py              |    2 +-
 qa/202-xsendfile2.py                |    4 +-
 qa/206-AuthType.py                  |    2 +-
 qa/211-EmptyGif.py                  |    2 +-
 qa/212-DirList-Hidden.py            |    2 +-
 qa/217-DoubleEncode.py              |    6 +-
 qa/218-DrupalRedirect.py            |    2 +-
 qa/219-Ext-Dot-Pathinfo.py          |    2 +-
 qa/220-Pathinfo-Slash.py            |    2 +-
 qa/221-ReHost1.py                   |    2 +-
 qa/222-EVHost1.py                   |    2 +-
 qa/224-EVHost3.py                   |    2 +-
 qa/226-PathInfo-Default.py          |    2 +-
 qa/230-Fullpath2.py                 |    2 +-
 qa/231-POST-4extra.py               |    2 +-
 qa/232-X-Real-IP-CGI.py             |    2 +-
 qa/233-X-Real-IP-CGI-2.py           |    2 +-
 qa/234-X-Real-IP-CGI-3.py           |    2 +-
 qa/235-URL-arg_match1.py            |    2 +-
 qa/236-URL-arg_match2.py            |    2 +-
 qa/237-URL-arg_match_all1.py        |    2 +-
 qa/238-URL-arg_match_all2.py        |    2 +-
 qa/base.py                          |   34 +++---
 qa/fcgi.py                          |   26 ++--
 qa/pyscgi.py                        |    2 +-
 qa/run-tests.py                     |   10 +-
 qa/util.py                          |   14 +-
 408 files changed, 3214 insertions(+), 3214 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3992 git=3333a558f6cc69238183dbd58dfe28a1eb4544f8

    Update translation files.
    
 po/admin/de.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/en.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/es.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/nl.po    |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/sv_SE.po |  361 +++++++++++++++++++++++++++++------------------------
 po/admin/zh_CN.po |  361 +++++++++++++++++++++++++++++------------------------
 6 files changed, 1170 insertions(+), 996 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3991 git=48c714e5757e1ac9a3766f3e25c7c25c5119aec9

    Fixes the error logging subsystem. The server was segment-faulting on
    graceful restart because of this issue. Besides, now the server uses
    slightly less resources for the error log writers.
    
 cherokee/logger_writer.c  |    7 +++----
 cherokee/virtual_server.c |   19 +++++--------------
 2 files changed, 8 insertions(+), 18 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3990 git=9932349c473690f72b8857659f513d5b06a5f7bd

    The custom error redirection handler was not preserving the original
    HTTP error code while sending the new HTTP response. This patch fixes
    the super-evil bug number #666: http://bugs.cherokee-project.com/666
    Many thanks to Stanley Rost for reporting this issue.
    
 cherokee/connection-protected.h |   11 +-
 cherokee/connection.c           |  287 ++++++++++++++++++++-------------------
 cherokee/handler_error_redir.c  |   41 +++---
 cherokee/server.c               |  194 +++++++++++++-------------
 cherokee/virtual_server.c       |  104 +++++++-------
 qa/243-custom-error-1.py        |   33 +++++
 qa/Makefile.am                  |    3 +-
 7 files changed, 361 insertions(+), 312 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3989 git=53c0a9583897739de22b20b57dd97fdd45de9dea

    Fixes the PHP wizard. It was using an initialised variable. All the
    wizards depending on this one were broken in the last release.
    
 admin/Wizard_PHP.py |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3988 git=d394babcb405a2fe0819f4f3aab12967e1d9ae9c

    Adds some code so internal cherokee-admin errors are shown as proper
    errors in the browser, instead of the generic "500 Internal Error"
    page that was being sent. The 500 response is sent as well, but now it
    is nicely formatted and includes a backtrace (so it can be reported).
    
 admin/Makefile.am                  |    5 +++--
 admin/PageError.py                 |   24 ++++++++++++++++++++++--
 admin/error_internal.template.html |   12 ++++++++++++
 admin/server.py                    |   11 ++++++++++-
 4 files changed, 47 insertions(+), 5 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3987 git=5a35b5c79fcbfd90306a5fd6c5d69fc0e1af3da5

    Cherokee 0.99.34 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3985 git=ca865f545174038c3fb51261ca0314144125036b

    Cherokee 0.99.33 released (after r3977)
    
 configure.in |  100 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 50 insertions(+), 50 deletions(-)


2009-12-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3984 git=094ae298a4c0fca7358c4eaba6799288475b41b1

    Adds 4 new QA tests. They test the most basics UTF8 handling support:
    Download a file with a UTF8 name, access a UTF8 directory, work with a
    UTF8 encoded PATHINFO, and access a UTF8 encoded directory and pass a
    UTF8 PATHINFO to a CGI.
    
 qa/239-utf8-file1.py     |   20 ++++++++++++++++++++
 qa/240-utf8-dir1.py      |   20 ++++++++++++++++++++
 qa/241-utf8-pathinfo1.py |   32 ++++++++++++++++++++++++++++++++
 qa/242-utf8-pathinfo2.py |   32 ++++++++++++++++++++++++++++++++
 qa/Makefile.am           |    6 +++++-
 5 files changed, 109 insertions(+), 1 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3983 git=d91d92d8baa0216a5a1f0a335e858283c3a7eb65

    Fixes a really bizarre but heroically possible memory leak. It also
    cleans a few trailing white spaces.
    
 cherokee/logger_writer.c |   69 +++++++++++++++++++++++----------------------
 cherokee/logger_writer.h |    4 +-
 2 files changed, 37 insertions(+), 36 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3982 git=e449adae1a7dae3772faf75e1f9d068334671e45

    Tidies up the report_error() internal function.
    
 cherokee/error_log.c |   54 +++++++++++++++++++++++++++----------------------
 1 files changed, 30 insertions(+), 24 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3981 git=15b5494e9e016bf528b1ee68307fb4ea911c371c

    Removes a couple of LOC that should have made it to trunk. My bad.
    
 admin/PageStatus.py |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3980 git=e34985a9df6ea2aef6bcaeecb4f2e525a9d18259

    Third try. It fixes the second patch. <sigh..> Bug #663
    
 admin/PageVServer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3979 git=dec8f1a157b206d143f358ade4e707d9c885f06a

    Reimplements r3978. Fixes http://bugs.cherokee-project.com/663
    Many thanks to Antonio Perez for his first patch!!
    
 admin/PageVServer.py |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)


2009-12-11  Antonio Perez  <aperez@skarcha.com>
            svn=3978 git=87ca0d9c52cb5db7e54a833bee2cba41c7f6386c

    First rule of "Behaviour" was cloned on every submit.
    Fixes bug: http://bugs.cherokee-project.com/663
    
 admin/PageVServer.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3977 git=3e1efbde733047652191877bd0e0a8b8e52649fd

    A previous commit broke the non-ASCII parameter management. This patch
    should fix it. Many thanks to Valery Masiutsin <vmasutin@apache.org>
    for the report and his help to fix this issue.
    
 cherokee/buffer.c |    2 +-
 cherokee/header.c |   35 +++++++++++++++++++++++------------
 2 files changed, 24 insertions(+), 13 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3976 git=3a23710446bcd41cc91bf6ff7e6110c3e590e9d7

    Clean up: Forgot those lines comments in the previous commit.
    
 cherokee/handler_dirlist.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3975 git=b7ad9dfdf22a6155543b547264148c47628d4507

    There was a bug when no info sources existed
    
 admin/PageInfoSource.py |   48 ++++++++++++++++++++++++----------------------
 1 files changed, 25 insertions(+), 23 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3974 git=6640b2c36651dc0aabfe728e051a2901dd825326

    Some documentation of usage graphs. Addresses issue 662
    
 doc/Makefile.am                            |    8 +++-
 doc/config_general.txt                     |    4 ++
 doc/config_status.txt                      |    4 +-
 doc/config_virtual_servers.txt             |    6 ++
 doc/index.txt                              |    1 +
 doc/media/images/other_graphs_conns.png    |  Bin 0 -> 17888 bytes
 doc/media/images/other_graphs_logging.png  |  Bin 0 -> 14822 bytes
 doc/media/images/other_graphs_timeouts.png |  Bin 0 -> 16843 bytes
 doc/media/images/other_graphs_traffic.png  |  Bin 0 -> 12653 bytes
 doc/other.txt                              |    1 +
 doc/other_goodies.txt                      |    9 +++
 doc/other_graphs.txt                       |   79 ++++++++++++++++++++++++++++
 12 files changed, 109 insertions(+), 3 deletions(-)


2009-12-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3973 git=94761267f45e0597d3f20caf29303e8f4b68ad07

    Fixes dirlist so it can list non-ASCII file names properly. It fixes
    bugs #647 and #661: http://bugs.cherokee-project.com/647
    
 cherokee/buffer.c          |  288 ++++++++++++++++++++++++++++++--------------
 cherokee/buffer.h          |    6 +-
 cherokee/handler_dirlist.c |  159 ++++++++++++++----------
 cherokee/header.c          |  110 +++++++++---------
 4 files changed, 350 insertions(+), 213 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3972 git=5c649dc6c97c60cabe58c241b022ca78311378e8

    Implements rule cloning capabilities. Addresses issue 430
    
 admin/PageVServer.py |   51 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 insertions(+), 2 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3971 git=34f837a4d58802239dbe6ad77a51deabc10b8443

    Minor change to prevent overflow of tab titles
    
 po/admin/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3966 git=21c126e537e358c2ba5407f22e0359bed7c19c8a

    Implements information source cloning and enhances the way sources are displayed
    
 admin/PageInfoSource.py       |  165 +++++++++++++++++++++++++++++++++++------
 admin/static/css/cherokee.css |    5 +
 2 files changed, 148 insertions(+), 22 deletions(-)


2009-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3964 git=54839e75d1da07f17f327d203c47281b10ee3bee

    Tries to make the running server detection slightly more flexible.
    Thanks to Sandino Araico for following up on this RFE.
    
 admin/CherokeeManagement.py |   70 ++++++++++++++++++++++++++++++++-----------
 admin/PageStatus.py         |    7 +++-
 2 files changed, 57 insertions(+), 20 deletions(-)


2009-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3961 git=35fcccfa55b261bdf83d61f53361369545cc1006

    Adds FPM support. Addresses issue 658
    
 admin/Wizard_PHP.py |  107 +++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 86 insertions(+), 21 deletions(-)


2009-12-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3960 git=456997b3f1e09172da41a566695fc29b2085a489

    Updates the PySCGI version to 1.10
    
 admin/pyscgi.py |    3 +--
 qa/pyscgi.py    |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)


2009-12-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3957 git=61c578c301f60dad379dcc96f6cde0c3faf84130

    uWSGI wizard now uses TCP port instead of a unix socket by default
    
 admin/Wizard_uWSGI.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3948 git=e8b5c1caa20ba4b5854faa06566c06af4a3efa62

    Cherokee 0.99.32 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3947 git=d619e4708138d45e291547854b4126ac8bd777ef

    Update translation files.
    
 po/admin/de.po    |  340 ++++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  342 +++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  344 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  341 +++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  341 +++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  341 +++++++++++++++++++++++++++++++----------------------
 6 files changed, 1197 insertions(+), 852 deletions(-)


2009-12-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3946 git=9738cd71324276d75fcd5c056c0d5c95ff8aa4ea

    Migrates from socket to port. Addresses issue 657
    
 admin/Wizard_Django.py |    6 ++++--
 admin/Wizard_Mono.py   |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3945 git=60ba8f45fc74ba2df03f495dae37374663bb92fe

    Fixes a typo
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3944 git=39a439181a281a70a12201efb4d181505c8987c5

    Remove characters below ASCII 0x20. It prevents the server from
    printing ANSI escape codes in the log or the debug information.
    Thanks to Giovanni "evilaliv3" Pellerano, Alessandro "jekil" Tanasi
    and Francesco "ascii" Ongaro for letting us know about this issue!
    
 cherokee/header.c |   39 +++++++++++++++++++++++++++++++++++++--
 1 files changed, 37 insertions(+), 2 deletions(-)


2009-12-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3943 git=44e22317c1fd75390eb9a5952fad3138f0bac1fb

    Fixes an incorrect configuration entry in the development
    configuration template. It was not logging errors properly.
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3942 git=b8a03444f118d2012762f1bb523435235d02e86d

    Enhances the wizard and adds support for uWSGI 0.9.3
    
 admin/Wizard_uWSGI.py |   67 +++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 57 insertions(+), 10 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3940 git=087b81a6334c0a9370246ef7779d3a00a64e18d2

    Adds MoinMoin wizard. Handles issue 644
    
 admin/Makefile.am                        |    3 +-
 admin/Wizard_MoinMoin.py                 |  234 ++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am  |    1 +
 admin/static/images/wizards/moinmoin.png |  Bin 0 -> 3998 bytes
 4 files changed, 237 insertions(+), 1 deletions(-)


2009-12-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3939 git=a6c1237edaa2ef3c4b8b038923d0f1236d5d4e53

    Fixes issue 651: PMA was not being correctly detected on some verions
    
 admin/Wizard_phpMyAdmin.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3933 git=ce670a3654db155ca6eb899dc37a43edf7ab705c

    Loggers can now be configured to manage different time standards.
    There's a new configuration option to set them to use either UTC, or
    local time entries. This patch implements support for both cherokee
    and cherokee-admin.
    
 admin/PageVServer.py     |    2 ++
 admin/consts.py          |    5 +++++
 cherokee/logger.c        |    5 ++++-
 cherokee/logger.h        |    1 +
 cherokee/logger_custom.c |   17 +++++++++++++----
 cherokee/logger_ncsa.c   |   17 +++++++++++++----
 6 files changed, 38 insertions(+), 9 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3932 git=59c61a3f0a97355745c6f658e1a6c931b3890f92

    Safer error checking. Ensure rrdtool actually exited.
    
 cherokee/rrd_tools.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3930 git=6f428d75f58d34f4454e5227eb01fcc5de68b312

    Fixes the RRD clean up/killing function. The graceful restart
    functionality was broken in the latest release because of this issue.
    
 cherokee/rrd_tools.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2009-12-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3929 git=1852134f315707e6af65fd25069b8ee545b3f7b0

    Clean up. The default value should be a string as well.
    
 admin/upgrade_config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3925 git=9924b086366bc89fda4ff2308d43cb8b931bac3e

    Cherokee 0.99.31 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3924 git=0c95d6dcf35017e990bd0011a2dd83f4da95f733

    Complements the previous patch.
    
 admin/config_version.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3923 git=b26ff6a73effef51461246ea3fb597390c4fbb5c

    First version to support config!version was 0.99.29. Suppose it's a
    0.99.29 configuration file it does not include the version. Thanks
    to Gunnar Wolf for the patch.
    
 admin/upgrade_config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3919 git=ea3f30cce0035a286b43ba906d5e31ee4ef9057d

    Include only files refereed by the local Makefile.am file. If the file
    is not distributed or used do not include it in POTFILES.in.
    
 po/admin/generate_POTFILESin.py |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


2009-12-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3918 git=0c3e35ac4aabf3f49100a864ab48df320be50fd2

    Updates the po files.
    
 po/admin/de.po    |  873 +++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/en.po    |  895 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/es.po    |  937 ++++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/nl.po    |  894 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/sv_SE.po |  894 ++++++++++++++++++++++++++++++++++++++++++++-------
 po/admin/zh_CN.po |  893 ++++++++++++++++++++++++++++++++++++++++++++-------
 6 files changed, 4695 insertions(+), 691 deletions(-)


2009-12-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3917 git=28108933af9670dc9d65ee689f86066905aabf22

    The spec file has been (blindly) updated. It was using paths to old
    configuration files. Thanks to Joe Klemmer for the report!
    
 cherokee.spec.in |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3916 git=eb77a02e0812927827a00238e5d5dd64ba99dc45

    A previous patch did not fix the file name here.
    
 admin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3915 git=9a2e2c511bd0210f4c0c4729b82d0ddc869dbb7a

    Since the script is now being executed before the Makefile files are
    created, it cannot depend on them any longer. This patch just add a
    fixed relative path so it can figure the $srcdir.
    
 po/admin/generate_POTFILESin.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3914 git=ca717d8c38d76ba68e95e323dfcde2a6ac0444b9

    Adds a (handy) update-po target.
    
 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3913 git=ea4f25bc306e59eff1b2d64bff6973bc11b1c08c

    Fixes php.ini parsing issue
    
 admin/Wizard_PHP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3912 git=2085c5e8664378524619144806c3e593c8d7ec5d

    Ignore the po/admin/POTFILES.in file. It is autogenerated now.
    

2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3910 git=c600e03686bfb9a88ba88f7b07c250f05c78898a

    Regenerate the po/admin/POTFILES.in whenever autogen.sh is executed.
    
 autogen.sh           |    4 +++
 po/admin/POTFILES.in |   74 --------------------------------------------------
 2 files changed, 4 insertions(+), 74 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3909 git=54e0a43b599803d607104463f1c8cc5a837e07f3

    Updates my E-mail address.
    
 README                 |    2 +-
 cget/main.c            |    4 ++--
 cherokee/main_admin.c  |    2 +-
 cherokee/main_tweak.c  |    2 +-
 cherokee/main_worker.c |    2 +-
 qa/help.py             |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3908 git=f91544215eff0f13750a841105bce8082c58e3ac

    Small mention of the new rule type
    
 doc/config_virtual_servers.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3907 git=346297b1a6be3ac3c8fcd6ebd9d0ae0c9c433784

    The filename has to match the class name
    
 admin/ModuleUrlArg.py |   72 +++++++++++++++++++++++++++++++++++++++++++++++++
 admin/ModuleUrlarg.py |   72 -------------------------------------------------
 2 files changed, 72 insertions(+), 72 deletions(-)


2009-12-01  Taher Shihadeh  <taher@unixwars.com>
            svn=3906 git=84394656ac5e14b2eaeb375960b2cd2e8cbdc3dc

    Document additions
    
 doc/other_goodies.txt |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)


2009-12-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3904 git=81077242cf37fcc368a822b6b5e04b7a91dacce1

    Fixes a compilation error on system without sched_yield() support.
    Thanks to orlandu96 (Google Code) for the report.
    
 cherokee/common-internal.h |    2 +-
 cherokee/resolv_cache.c    |    2 +-
 cherokee/thread.c          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3903 git=c3521ba4dd0104c4a0daa4e9fc87c2cd15aae01d

    The RRD image cache directory is not longer inside the RRD database
    directory. Instead, it will be created in $TMP (wherever it is,
    depending on the system). Since the new implementation (render_rrd)
    manages it as a real cache, it does not make sense to keep the images
    files in a safe location. Actually, they can be disposed as soon as
    cherokee-admin is closed. This patch should fix most of the set up
    issues that some distributions have suffered during our previous two
    releases. Thanks to Leonel Lunez for following up on this problem!
    
 cherokee/error_list.py        |    4 --
 cherokee/handler_render_rrd.c |   43 ++++++++++++++++------------
 cherokee/main_admin.c         |    8 ++---
 cherokee/rrd_tools.c          |   62 ++++++----------------------------------
 cherokee/rrd_tools.h          |    1 +
 cherokee/util.c               |   28 ++++++++++++++++++
 cherokee/util.h               |    1 +
 constants.h.pre               |    1 -
 8 files changed, 67 insertions(+), 81 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3902 git=f4c76a2248f4cd195018626c50bb95fffadef6aa

    Fixes a comment for the previous commit.
    
 cherokee/rrd_tools.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3901 git=d9707785e81d933ea0b4a7ee016107620210cd0d

    Improves the RRD collector directory permission checks.
    
 cherokee/error_list.py |    4 ++++
 cherokee/rrd_tools.c   |   19 ++++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3900 git=61d2547e40716b0f8180f6bbd15ad6c142be14bf

    Adds the automatic conversion function. From 0.99.2x to 0.99.31.
    
 admin/config_version.py |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3899 git=c7ddb7c2451aebf14788435ff5a9c3e9fb136499

    Errors are not longer written through the logger objects. They are
    written by using error_writer objects instead. Error messages aren't
    formatted, so it didn't make much sense to replicate the very same
    error writing methods in every logger class.  The cherokee-admin
    interface has also been updated to reflect this change. From now on,
    it is possible to log only errors, or only accesses. They are not
    linked together any longer.
    
 admin/LogViewer.py            |  194 +++++++++++++++++++++++++++++++++++++++++
 admin/PageNewConfig.py        |    1 +
 admin/PageVServer.py          |   95 +++++++++-----------
 cherokee/error_log.c          |   10 +--
 cherokee/handler_cgi.c        |   18 +---
 cherokee/logger.c             |   47 +---------
 cherokee/logger.h             |   33 +++----
 cherokee/logger_combined.c    |   12 +--
 cherokee/logger_custom.c      |   96 ++++-----------------
 cherokee/logger_custom.h      |    6 --
 cherokee/logger_ncsa.c        |   99 +++++----------------
 cherokee/logger_ncsa.h        |   14 +--
 cherokee/server.c             |   31 +++----
 cherokee/source_interpreter.c |   32 +++----
 cherokee/source_interpreter.h |    2 +-
 cherokee/spawner.c            |   42 ++++-----
 cherokee/spawner.h            |   18 ++--
 cherokee/thread.c             |    8 +-
 cherokee/threading.c          |    6 +-
 cherokee/threading.h          |    2 +-
 cherokee/virtual_server.c     |   34 +++++++
 cherokee/virtual_server.h     |    1 +
 22 files changed, 405 insertions(+), 396 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3898 git=c51da4ac9ee93d548f6025de74e74a2cccbb2c31

    Fixes a compilation warning.
    
 cherokee/connection.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2009-11-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3897 git=ad62aa81b205f843896253fe4c06e6a96389ec8d

    Cherokee 0.99.30 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3895 git=7b2eadeed677ae50c04e8a645912a709f0b61a17

    This patch fixes a bug in I/O-cache, and re-enables it in the default
    configuration file. It also shrinks the default I/O-cache size 10
    times. Now, it caches information about the 40 most used files.
    
 cherokee.conf.sample.pre |    2 +-
 cherokee/cache.c         |    6 ++++--
 cherokee/iocache.c       |    4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)


2009-11-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3894 git=9b639200f0d2f9038ceb67c51bc997ee88695076

    Renames a variable
    
 cherokee/handler_proxy.c |   22 +++++++++++-----------
 cherokee/handler_proxy.h |    2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)


2009-11-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3893 git=a800014f5d376edfae54eab830498da54305d0b2

    This patch should fix a reverse HTTP proxy issue. There were times
    when the proxy was replying random 502 errors while sending POST
    requests to the back-end servers. It looks like some operating systems
    were more likely to suffer from this bug - OpenSolaris specially.
    Thanks to Juan José Amor for his help and support to fix this bug!
    
 cherokee/handler_proxy.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3892 git=511b83ada44b96872d9795ba5c8fe242fcea1036

    A few misc. improvements. Nothing really important.
    
 admin/Wizard_RoR.py |   66 ++++++++++++++++++++++++++++----------------------
 1 files changed, 37 insertions(+), 29 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3891 git=1a5d33c6c470a1d2d1cf154faf1cbc79f331aa77

    Some more QA additions
    
 doc/dev_qa.txt |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3890 git=86f93e70091e21b8ee6104ffa149b54c03bb65b2

    Adds additional checks after the write() calls to ensure all the POST
    content has been actually written to a temporal file. Patch by Stefan
    de Konink <stefan@konink.de>
    
 cherokee/post.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3889 git=cb0607df55d375680d42e82c462ad21658036e14

    Extends the Rails wizard. Should address issues 501 and 641
    
 admin/Wizard_RoR.py |   93 ++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 81 insertions(+), 12 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3888 git=611a7ae4e1554ddb8c0f39aeeb26f6195d0ca570

    Updates Rails recipe
    
 doc/cookbook_ror.txt |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3887 git=af35155b46e1e062ff14660f3e0ae7c55fd1d54b

    Detect whether or not union semun is defined by <sys/sem.h>. Fixes a
    compilation issue (on Linux) introduced a few hour ago.
    
 cherokee/main.c |   15 +++++++++++++++
 configure.in    |   21 +++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3886 git=e8e48bee161c7ee1c3396210f0bbc78e48d8e279

    Adds some info about QA
    
 doc/Makefile.am |    3 ++-
 doc/dev.txt     |    1 +
 doc/dev_qa.txt  |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt   |    1 +
 4 files changed, 58 insertions(+), 1 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3885 git=55b496819b4282677051820b55ebd762aae52ea3

    These three QA tests cannot be run through a proxy server.
    
 qa/232-X-Real-IP-CGI.py   |    1 +
 qa/233-X-Real-IP-CGI-2.py |    1 +
 qa/234-X-Real-IP-CGI-3.py |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3884 git=7a9ee17155d5cd6fc1707996935733a85b05ec0d

    Improves the POST support, so the reverse HTTP proxy handler can
    manage empty post requests, and chunked-encoded posts.
    
 cherokee/handler_proxy.c |   13 +++++++++++++
 cherokee/post.c          |   10 ++++++++--
 cherokee/post.h          |    1 +
 3 files changed, 22 insertions(+), 2 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3883 git=91cc924fc47c5cc4e11ca9b9f395143dc5d8bccf

    Regression: Fixes the QA test bench so it can be run through a the
    reverse proxy again.
    
 qa/run-tests.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3882 git=f17d1989f39af1b966c68871e276b169a8339800

    A few translation updates
    
 po/admin/de.po    |  304 +++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  317 ++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  320 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  317 ++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  312 ++++++++++++++++++++++++++++++---------------------
 po/admin/zh_CN.po |  317 ++++++++++++++++++++++++++++++----------------------
 6 files changed, 1095 insertions(+), 792 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3881 git=a26a64c118e92ea09e8b9ea0887d225fa6312e62

    Adds more TRACE entries to the chunked-encoding processing functions,
    and fixes minor issue in the reverse proxy handler.
    
 cherokee/handler_proxy.c |   17 ++++++++++++-----
 cherokee/thread.c        |    6 ++++--
 2 files changed, 16 insertions(+), 7 deletions(-)


2009-11-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3880 git=c730c29d54c964406ef378877abfdf1fc123d493

    Improves consistency among all the errors
    
 cherokee/error_list.py |   78 ++++++++++++++++++++++++------------------------
 1 files changed, 39 insertions(+), 39 deletions(-)


2009-11-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3879 git=f769fb4d52bbbe7c0be666cd4182e6a44a1b80f4

    Improves timeout related TRACE entries.
    
 cherokee/thread.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


2009-11-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3878 git=06108d31206da735da900010f9457ddcdae2012c

    Miscellaneous spawner fixes.
    
 cherokee/error_list.py        |    4 +-
 cherokee/main.c               |   47 +++++++++++++++++++++++++++++++++-------
 cherokee/source_interpreter.c |    2 +
 cherokee/spawner.c            |   28 ++++++++++++++----------
 4 files changed, 58 insertions(+), 23 deletions(-)


2009-11-26  Taher Shihadeh  <taher@unixwars.com>
            svn=3877 git=62bcb56923966951705a94f4543099aac21d8a66

    More error reporting
    
 cherokee/error_list.py |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3876 git=914e3afa46aa259509c4e8e2bc9664d3a79bb49e

    Fixes the graphs menu caption. The "Accepted Connections" menu now
    shows "Connections / Requests".
    
 admin/PageStatus.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3875 git=62700b1dad01a335fd847c69f6533aef58ca458e

    The handler render_rrd draws the number of HTTP requests now (in the
    TCP conns/sec graph).
    
 cherokee/collector_rrd.c      |    2 +-
 cherokee/handler_render_rrd.c |   28 ++++++++++++++++++++--------
 cherokee/rrd_tools.c          |    2 +-
 3 files changed, 22 insertions(+), 10 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3874 git=57ad15e0cf098fb083c6f33d3a082ac0a6fab2dc

    The RRD collector was being too gentle while killing it's logging
    thread. Now it behaves like the tough guy it was supposed to be!
    
 cherokee/collector_rrd.c   |    2 ++
 cherokee/common-internal.h |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3873 git=9ce9d6dfbb86ed1149c7c00611844618b6c8c7d2

    The RRD information collector can store information about the number
    of requests handler by the server. The implementation is not finished
    yet. Further development is required in the render_rrd handler.
    
 cherokee/collector.c     |   15 +++++++++++++++
 cherokee/collector.h     |    3 +++
 cherokee/collector_rrd.c |   19 ++++++++++++++++---
 cherokee/collector_rrd.h |    3 ++-
 cherokee/rrd_tools.c     |   22 +++++++++++++++++++---
 cherokee/thread.c        |    6 ++++++
 6 files changed, 61 insertions(+), 7 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3872 git=1c24a8529350207784031c9c11c12ac3efb0f1d3

    cherokee_mkdir_p() is slightly more 'polite' now.
    
 cherokee/util.c |   21 +++++++++++++--------
 cherokee/util.h |    2 +-
 2 files changed, 14 insertions(+), 9 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3871 git=c7cc79d94cb50e3caac6d2c6cd347d80077cd51f

    Do not try to spawn new rrdtool binaries once the server is exiting.
    This misbehavior was causing the server to print random errors while
    performing graceful restarts. Thanks to Antonio Pérez for the feedback
    on this issue.
    
 cherokee/collector_rrd.c |   15 ++++++++++++++-
 cherokee/collector_rrd.h |    2 ++
 cherokee/rrd_tools.c     |    6 ++++++
 cherokee/rrd_tools.h     |   15 ++++++++-------
 4 files changed, 30 insertions(+), 8 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3870 git=c160828ef63b0266a70096750704fdf79b8bdaeb

    Fixes the CHEROKEE_PRINT_BACKTRACE macro.
    
 cherokee/macros.h |    2 +-
 cherokee/util.c   |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3869 git=251a0f3b7e00cbf632d0e122dc9b6fa5e16433b8

    Removes a superfluous semicolon character.
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3868 git=b8125b8abade2994adcd870dc6f3558e702d9c43

    Fixes the url_arg QA tests. They were still using the old http_arg
    name instead of the new, much more descriptive, name 'url_arg'.
    
 qa/235-HTTP-arg_match1.py     |   34 ----------------------------------
 qa/235-URL-arg_match1.py      |   34 ++++++++++++++++++++++++++++++++++
 qa/236-HTTP-arg_match2.py     |   33 ---------------------------------
 qa/236-URL-arg_match2.py      |   33 +++++++++++++++++++++++++++++++++
 qa/237-HTTP-arg_match_all1.py |   36 ------------------------------------
 qa/237-URL-arg_match_all1.py  |   36 ++++++++++++++++++++++++++++++++++++
 qa/238-HTTP-arg_match_all2.py |   35 -----------------------------------
 qa/238-URL-arg_match_all2.py  |   35 +++++++++++++++++++++++++++++++++++
 qa/Makefile.am                |    8 ++++----
 9 files changed, 142 insertions(+), 142 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3867 git=cc4bf9817e2b17d5143a41f6933229e5cf4dac7f

    Use a safe PHP_FCGI_MAX_REQUESTS by default. For some reason php-cgi
    might stop replying connections after 500 requests.
    
 admin/Wizard_PHP.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3866 git=e3020dc37561e70a961e44805f591e22fb15cec4

    Remove Django warning from the example. It should work out of the box now
    
 doc/cookbook_uwsgi.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3865 git=03937d1777d4da73c886e5d72831999c318b0676

    Do not log the error messages twice is the default error log is being
    written to stderr. This patch fixes a bug introduced yesterday.
    
 cherokee/error_log.c |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3864 git=5848737573ca513deb034f46e4480d0f4d31995f

    Renames the URL parameter matching module (http_arg to url_arg), and
    adds the cherokee-admin module.
    
 admin/Makefile.am        |    1 +
 admin/ModuleUrlarg.py    |   72 ++++++++++++++++
 admin/consts.py          |    1 +
 cherokee/Makefile.am     |   22 +++---
 cherokee/rule_http_arg.c |  206 ----------------------------------------------
 cherokee/rule_http_arg.h |   53 ------------
 cherokee/rule_url_arg.c  |  206 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_url_arg.h  |   53 ++++++++++++
 configure.in             |    4 +-
 9 files changed, 346 insertions(+), 272 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3863 git=37eaf780aec0385799d64d8a64b870fdb3368f22

    conn->arguments stores cherokee_buffer_t objects instead of char *
    strings now. Implements: http://bugs.cherokee-project.com/637
    
 cherokee/connection.c         |    4 ++--
 cherokee/handler_dirlist.c    |   16 ++++++++--------
 cherokee/handler_streaming.c  |   16 ++++++++--------
 cherokee/macros.h             |    3 +++
 cherokee/rule_http_arg.c      |   31 ++++++++++++++++---------------
 cherokee/util.c               |   23 ++++++++++++++++-------
 qa/235-HTTP-arg_match1.py     |    4 ++--
 qa/236-HTTP-arg_match2.py     |    4 ++--
 qa/237-HTTP-arg_match_all1.py |   13 ++++++++-----
 qa/238-HTTP-arg_match_all2.py |   13 ++++++++-----
 10 files changed, 73 insertions(+), 54 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3862 git=b9858244fde7c234dced14fe035a934ea3ff3145

    Yet more simplified
    
 doc/cookbook_uwsgi.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3861 git=f8269a455c9529124790431e4ff1328fef3d819a

    Fixes a typo: s/methos/methods/g
    
 cherokee/rule_and.c        |    2 +-
 cherokee/rule_bind.c       |    2 +-
 cherokee/rule_default.c    |    2 +-
 cherokee/rule_directory.c  |    2 +-
 cherokee/rule_extensions.c |    2 +-
 cherokee/rule_from.c       |    2 +-
 cherokee/rule_geoip.c      |    2 +-
 cherokee/rule_header.c     |    2 +-
 cherokee/rule_not.c        |    2 +-
 cherokee/rule_or.c         |    2 +-
 cherokee/rule_request.c    |    2 +-
 cherokee/vrule_rehost.c    |    2 +-
 cherokee/vrule_target_ip.c |    2 +-
 cherokee/vrule_wildcard.c  |    2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)


2009-11-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3860 git=10884413d857ea0e0194d9b50a56309c5093c829

    Adds a new rule type. It evaluates regular expressions against the
    HTTP arguments. It can either check a specific parameter of all of
    them. The cherokee-admin module is still to be committed.
    
 cherokee/Makefile.am          |   19 ++++
 cherokee/connection.c         |    6 +-
 cherokee/rule_http_arg.c      |  205 +++++++++++++++++++++++++++++++++++++++++
 cherokee/rule_http_arg.h      |   53 +++++++++++
 configure.in                  |    3 +-
 qa/235-HTTP-arg_match1.py     |   34 +++++++
 qa/236-HTTP-arg_match2.py     |   33 +++++++
 qa/237-HTTP-arg_match_all1.py |   33 +++++++
 qa/238-HTTP-arg_match_all2.py |   32 +++++++
 qa/Makefile.am                |    7 +-
 10 files changed, 420 insertions(+), 5 deletions(-)


2009-11-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3859 git=4e7fbf5c9f1aa555b9a59fa09b47b8d03896103b

    Adds some troubleshooting tips
    
 doc/cookbook_uwsgi.txt |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3858 git=1f02554587470ffd2be361613a708c059204702d

    If an error message were generated while the server starts up, it
    should be written in the default log file. This patch fixes the
    logging mechanism so, during the server initialization, error messages
    are both echoed to stderr and written in the default log file.  Beware
    of this change-set: it might be introducing regressions.
    
 cherokee/error_log.c |   55 +++++++++++++++++----
 cherokee/error_log.h |    4 +-
 cherokee/server.c    |  130 +++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 159 insertions(+), 30 deletions(-)


2009-11-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3857 git=84e66197b8f3396861d1eca1c5ee686fd78eb9c5

    Fixes a bug in RoR Wizard: issue 636
    
 admin/Wizard_RoR.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-11-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3856 git=e44c0b319de228c3195d9c0e3389fc0d13657e77

    Some extra info was required.
    
 doc/cookbook_uwsgi.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3855 git=bed1ec0265a4b5239ad7af17550c19412c811312

    Fixes the RoR wizard. It was generating broken configuration
    entries. Thanks to Rodrigo Fernandez-Vizarra for the report!
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3854 git=465438fb2f611ba51418918184a3428ed3ef44b7

    The PHP wizard sets a timeout in the "Extension PHP" rule now. It
    tries to figure the right value by reading the php.ini file. This
    should improve PHP execution reliability.
    
 admin/Wizard_PHP.py |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)


2009-11-22  Antonio Perez  <aperez@skarcha.com>
            svn=3853 git=22664b13f145e7d61469d7e765448e2e1c17045b

    Fixes a couple of compilation warnings
    
 cherokee/error_log.c |   14 +++++++-------
 cherokee/header.c    |   10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3852 git=88a34ddb4006678fd955cb28dbdc9bfc7e50b484

    Fixes a couple of minor compilation issues reported by Sandino Araico
    Sánchez <sandino@sandino.net>. Thanks!
    
 cherokee/rrd_tools.c          |    1 +
 cherokee/validator_htpasswd.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3851 git=23853f38335ef5b38406cd4e402d225612710e8d

    Adds a new field for the timeout in the rules table.
    
 admin/PageVServer.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3850 git=b614a51a5394fdfc6bb516fe79869fd22e0cf952

    Fixes a couple of issues: A file descriptor leak in Cherokee tweak,
    and a wrong error checking in the host name resolution cache. Thanks
    to Eric Sesterhenn <eric.sesterhenn@lsexperts.de> for the patch!
    
 cherokee/main_tweak.c   |    2 ++
 cherokee/resolv_cache.c |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3849 git=522c89a07d5e63f280acef3a433f334e66b89173

    The "Expiration" tab has become the "Time" tab. Now it holds the
    previous expiration entries, plus the Connections timeout related
    fields (a single entry box by now).
    
 admin/PageEntry.py |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3848 git=ffb07b685c9cf594fd26236da9ab12a2f03fc263

    Fixes the __VA_ARGS__ usage, so Cherokee can be compiled with recent
    versions of Sun Studio. Thanks to puccia (Google Code) for the patch!
    Fixes #634: http://bugs.cherokee-project.com/634
    
 cherokee/error_log.h |    2 +-
 cherokee/macros.h    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3847 git=dc381c56be34d9ef6a3e6c4c6c45118285434d04

    Adds support for custom timeouts. Now rules can set a timeouts to the
    connections matching them. It works in the very same way as expiration
    dates, or custom document root values.
    
 admin/PageEntry.py              |    4 ++++
 cherokee/config_entry.c         |   15 +++++++++++++++
 cherokee/config_entry.h         |    5 +++++
 cherokee/connection-protected.h |    3 +++
 cherokee/connection.c           |    8 +++++---
 cherokee/nullable.h             |    4 ++++
 cherokee/thread.c               |   38 +++++++++++++++++++++++++++-----------
 cherokee/virtual_server.c       |   10 ++++++++++
 8 files changed, 73 insertions(+), 14 deletions(-)


2009-11-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3846 git=be72254f4872bdf2d367095019f5fb16ef2b8947

    Cherokee 0.99.29 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3844 git=bf6529f7c0190d86716d612b8a1662cdd90a337b

    Trivial polishing
    
 admin/Wizard_uWSGI.py |   26 +++++++++++---------------
 1 files changed, 11 insertions(+), 15 deletions(-)


2009-11-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3843 git=b1dedb28528b74a34f28af825c3d2422dda00cc8

    Cleanup
    
 admin/Wizard_Django.py |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3842 git=6c4759224a56e79b6b642d2051a78a1d95011f8f

    Adds support for X-Real-IP to the *CGI handlers. It implements the
    cherokee-admin side of things of the changeset 3840.
    
 admin/ModuleCgi.py |   40 +++++++++++++++++++++++++++++-----------
 1 files changed, 29 insertions(+), 11 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3841 git=f073432b8e7fcbf3714088cc1af230da5a4da507

    Reverts r3839
    
 admin/PageEntry.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


2009-11-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3840 git=d39fb715bbe280e4ad1d8610acc39af80074cd1f

    Adds X-Real-IP header support to all the FastCGI, SCGI, uWSGI, and CGI
    handlers. A new cherokee_x_real_ip class has been refactored so both
    the logging subsystem and the handlers can use it. Three new QA tests
    have been added as well.
    
 cherokee/Makefile.am        |    4 +-
 cherokee/handler_cgi.h      |    1 -
 cherokee/handler_cgi_base.c |   83 +++++++++++++++++++++++++------
 cherokee/handler_cgi_base.h |    2 +
 cherokee/logger.c           |   78 ++++++----------------------
 cherokee/xrealip.c          |  116 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/xrealip.h          |   56 +++++++++++++++++++++
 qa/232-X-Real-IP-CGI.py     |   44 ++++++++++++++++
 qa/233-X-Real-IP-CGI-2.py   |   47 +++++++++++++++++
 qa/234-X-Real-IP-CGI-3.py   |   46 +++++++++++++++++
 qa/Makefile.am              |    6 ++-
 11 files changed, 404 insertions(+), 79 deletions(-)


2009-11-18  Taher Shihadeh  <taher@unixwars.com>
            svn=3839 git=a1d94ccecb852a507760cda9a02fdd30f5358a18

    Cleans up stale config entries. Among other things, fixes issue 518
    
 admin/PageEntry.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3838 git=ca001825ede8f0e30813305f8578bb06f5e7b9d6

    Now the reverse HTTP proxy can spawn new information sources as the
    rest of the handlers do (FastCGI, SGI, uWSGI, etc). In this way, it
    can launch new back-end HTTP servers for public web server to relay
    on. It isn't the most common case, but it's fairly common scenario.
    
 cherokee/handler_proxy.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3837 git=eb165c996a092f8a5197bbfbc74d99d715e63cd7

    Fixes the RRD detection. Cherokee-admin was performing too many checks
    in order to figure whether the RRD data collector was enabled.
    
 admin/GraphManager.py |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)


2009-11-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3836 git=6f641099c26f0828f5ca26588c720a13ae896985

    Report better errors whenever something goes wrong. Now the client
    will receive the RRD error in a 503 "Service Unavailable" response.
    
 cherokee/handler_render_rrd.c |   58 +++++++++++++++++++++++++++++++---------
 cherokee/handler_render_rrd.h |    1 +
 2 files changed, 46 insertions(+), 13 deletions(-)


2009-11-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3835 git=53ab1b9d2cd18731eb78b27f84780863927d4ba1

    Fixes a compilation issue on OpenSolaris 2009.06 (with gcc).
    Thanks to Juan José Amor <jjamor@gmail.com> for the report.
    
 cherokee/fdpoll-port.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3834 git=1f607534ea3fe35d84a9355f16211bc8a5a38067

    Removes a superfluous class property. It was causing the server to
    crash while performing a graceful restart.
    
 cherokee/collector_rrd.c |    1 -
 cherokee/collector_rrd.h |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3833 git=827adb4eaee0d0665220ee8f1e6d53f3ff663fcf

    Cherokee 0.99.28 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3831 git=84d8f271bc46fb4838ff94ec21827643c57a6a87

    Fixes a few error strings.
    
 cherokee/error_list.py |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3830 git=f8b781ce9c4af8cc16ce58a6a57da5dbf59eeb30

    The md5 class is now located in hashlib; the old md5 python module was
    deprecated some time ago.
    
 qa/175-Digest-htdigest-2.py |    2 +-
 qa/base.py                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3829 git=7236e0aff9264587c8b2e0038f06934b06d88d2e

    Removes the previously deprecated phpcgi handler.
    
 cherokee/Makefile.am        |   25 ----
 cherokee/handler_cgi.c      |   14 +--
 cherokee/handler_cgi_base.c |   21 +---
 cherokee/handler_cgi_base.h |    4 -
 cherokee/handler_phpcgi.c   |  276 -------------------------------------------
 cherokee/handler_phpcgi.h   |   46 -------
 cherokee/phpcgi.deps        |    1 -
 configure.in                |    3 +-
 8 files changed, 7 insertions(+), 383 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3828 git=d3afadc8f9d8243106fd43e941427b35bf833144

    More error reporting
    
 cherokee/error_list.py |   32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3827 git=3e9a6d5be43bde6319326c0e94e5fbab3246b294

    More PRINT_* calls converted to LOG_*
    
 cherokee/error_list.py |   12 +++++++++++-
 cherokee/handler_ssi.c |    2 +-
 cherokee/logger.c      |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)


2009-11-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3826 git=d8222e2209e85cc79ddfb22aa74903e8165230d0

    The error conversion continues: Replaces PRINT_* by LOG_*.
    
 cherokee/error_list.py        |   47 +++++++++++++++++++++++++++++++++++++++++
 cherokee/errors.py            |    2 +-
 cherokee/logger_writer.c      |   17 +++++++-------
 cherokee/validator_authlist.c |    8 +++---
 cherokee/validator_ldap.c     |    2 +-
 5 files changed, 61 insertions(+), 15 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3825 git=3aee585eff54e459b775dfb844c54131fc9bf754

    More error reporting
    
 cherokee/error_list.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-11-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3824 git=4f170d6fbfef99411aaa77af2f00e5c25317a756

    Some documentation corrections and additions. Thanks to Richard House for most of these
    
 doc/Makefile.am                 |    1 +
 doc/basics_installation_svn.txt |    2 +-
 doc/basics_requirements.txt     |   10 ++--
 doc/basics_upgrade.txt          |   31 +++++++++++--
 doc/basics_why_cherokee.txt     |    8 ++--
 doc/cookbook.txt                |    1 +
 doc/cookbook_concrete5.txt      |   95 +++++++++++++++++++++++++++++++++++++++
 doc/index.txt                   |    1 +
 doc/other_faq.txt               |   30 +-----------
 9 files changed, 138 insertions(+), 41 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3823 git=2d2e0aa1f1362c4f6e820cdbfd20873e096a353f

    Clean up: Generalizes the "password cannot be empty" check.
    
 cherokee/validator_htpasswd.c |   19 ++-----------------
 1 files changed, 2 insertions(+), 17 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3822 git=bfdc63a3e41b0ce71ba73aa4189ce7f93f42469c

    Adds git support to the --enable-beta parameter.
    
 configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3821 git=9f3904e9e24dc5c505f05313334057711a43007e

    Adds Git support to the ChangeLog file generation scripts.
    
 Makefile.am         |    2 +
 changelog-update.sh |  113 +++++++++++++++++++++++++++++++++++++--------------
 developers.py       |    7 +++
 gitlog2changelog.py |   79 +++++++++++++++++++++++++++++++++++
 svnlog2changelog.py |   11 +----
 5 files changed, 173 insertions(+), 39 deletions(-)


2009-11-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3820 git=e388d44bee048c51b7cc73fe3f686517146be4b2

    Minor correction
    
 doc/basics_installation_windows.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3819 git=457a5afa235a2bca57cb5aedb40ccdcc49d6cb91

    Replaces an old PRINT_ERROR() call by a LOG_ERROR().
    
 cherokee/error_list.py |    7 +++++++
 cherokee/validator.c   |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3818 git=ce3551c07b8a8dae6d96177315013b4806082e19

    Updates po files
    
 po/admin/de.po    |  304 +++++++++++++++++++++++++++++----------------------
 po/admin/en.po    |  307 ++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  316 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  308 ++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  307 ++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  306 ++++++++++++++++++++++++++++++----------------------
 6 files changed, 1073 insertions(+), 775 deletions(-)


2009-11-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3817 git=c44341f7e410d8d0c597bc5c2232263e5ce4225a

    Fixes http://bugs.cherokee-project.com/593: The htpasswd validator
    could seg-fault under some certain circumstances. Thanks to Stefan
    de Konink for the report, patch and feedback!!
    
 cherokee/validator_htpasswd.c |   37 +++++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 12 deletions(-)


2009-11-14  Antonio Perez  <aperez@skarcha.com>
            svn=3816 git=eb1f13fca7f1e77ba338604f60b79571d169b425

    Fixes a syntax error.
    
 cherokee/error_list.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-11-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3815 git=96778cc40b68cc4a1f89b34d151180b7ac2541a5

    Tries to analyze the settings.py Django configuration file in order to
    figure the ADMIN_MEDIA_PREFIX value. In this way, the wizard will set
    up the right web directory even if the project uses a custom path.
    
 admin/Wizard_Django.py |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3814 git=876d6c62a5d05cde07557ccd2d03b2020ed805f4

    Fixes alignment problem
    
 doc/other_faq.txt |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3813 git=10e17127bc0cbc8b42825541dc7a5ee05b180835

    Adds some more descriptions to the error list
    
 cherokee/error_list.py |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3812 git=d2ff6e62ca943f06e1ca99c6c1545d246d114b36

    Converts a few of the old PRINT_*() calls to LOG_*() calls.
    
 cherokee/error_list.py |   52 ++++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/server.c      |   33 +++++++++++++----------------
 2 files changed, 67 insertions(+), 18 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3811 git=598f529c357da621591fde0a18b8ed660e6f8b72

    Typo
    
 doc/other_faq.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-12  Taher Shihadeh  <taher@unixwars.com>
            svn=3810 git=c4bee2ee2394a0ae9ce81cc52a38b4a74e519e00

    Adds some FAQ entries
    
 doc/other_faq.txt |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3808 git=a4b20caccd3d5910b7783fe1f8f388b3d1dec20a

    Fixes cherokee-admin, so it can work with custom RRD-database
    directories. Usage graphs were not being shown when a custom RRD
    database directory was defined because of this issue.
    
 cherokee/main_admin.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3807 git=63d05fa3c5c5fb73777bf437e005ec02fbdbfc22

    The 'render_elapse' property is deprecated by now. Removed.
    
 admin/ModuleRrd.py |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3806 git=a608e5fa4747d0df114f220aaae7b0552f8d8955

    Adds support for 'unknown errors' in cherokee-admin. There are still a
    few errors that are now properly generated/reported. Cherokee-admin
    should be able to detect and show them.
    
 admin/PageError.py                       |   68 ++++++++++++++++++++++++++---
 admin/error_couldnt_launch.template.html |    5 +-
 admin/server.py                          |    2 +-
 admin/static/css/cherokee.css            |    9 ++++
 4 files changed, 74 insertions(+), 10 deletions(-)


2009-11-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3805 git=745f202bd8374652edd894acc9f0f8452296919f

    Adds a couple of admin_urls
    
 cherokee/error_list.py |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3804 git=b827edec0e5ef6635dafe70da7c3b26ec3e8d798

    Filled in some missing error descriptions
    
 cherokee/error_list.py    |   30 +++++++++++++++---------------
 cherokee/virtual_server.c |    4 ++--
 2 files changed, 17 insertions(+), 17 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3803 git=bc6c91b99ddff33e323a670a7cffd61f04d80c5f

    The RRD updating thread must sleep until it has something to do.
    
 cherokee/collector_rrd.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3802 git=1d92dc75dba06d2e999d99e78fb76ad6ad4f3d1a

    Fixes some errors that were left behind after merging the newerrors branch
    
 cherokee/error_list.py  |   24 +++++++++++++++++++++++-
 cherokee/fdpoll-epoll.c |   12 ++++++------
 cherokee/socket.c       |    2 +-
 3 files changed, 30 insertions(+), 8 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3801 git=3907f81714b51f9a937a4da71b46cb1d21543810

    Adds a new script so software distributions can automatically
    convert/upgrade installed configuration files to new formats.
    
 admin/Makefile.am       |    2 +-
 admin/config_version.py |   14 ++++++++------
 admin/upgrade_config.py |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+), 7 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3800 git=1c9828c3ac80b6217be3181bc2ae90455755b3db

    Deals with a bug introduced in Cherokee 0.99.26. There was a wrong
    config!version string in the default configuration file.
    
 admin/config_version.py  |   17 +++++++++++------
 cherokee.conf.sample.pre |    4 ----
 2 files changed, 11 insertions(+), 10 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3799 git=4d2a70ef05f5647b359012f5a24d9820922667fe

    Fixes erroneus comment
    
 admin/Wizard_Concrete5.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3798 git=379160fa5a0186d5fefecf827f5c5fd7d08225c7

    Typos
    
 cherokee/error_list.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3797 git=7707019e353df5cba5e8dba950693dd012c0241b

    Adds Concret5 Wizard
    
 admin/Makefile.am                         |    3 +-
 admin/Wizard_Concrete5.py                 |  240 +++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am   |   10 +-
 admin/static/images/wizards/concrete5.png |  Bin 0 -> 2400 bytes
 admin/static/images/wizards/gallery.png   |  Bin 0 -> 1982 bytes
 5 files changed, 248 insertions(+), 5 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3796 git=0f772c7f0654c25b92d7584766d67829b4a17e27

    Typo
    
 admin/config_version.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-11-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3795 git=88c256c90aef09ae690f59e67deb8bca9833054e

    Merges the 'newerrors' branch (r3613:HEAD). It implements a new
    internal logging mechanism with which the server can report more
    information to the client (and to cherokee-admin). All the LOG_*
    macros have been rewritten. Cherokee-admin reports better, and more
    descriptive errors as well. Beware, this is a massive change that
    might be introducing some regressions.
    
 admin/CherokeeManagement.py                 |    4 +-
 admin/Page.py                               |   13 +
 admin/PageAdvanced.py                       |   31 +-
 admin/PageError.py                          |   43 +-
 admin/error_couldnt_launch.template.html    |   17 +-
 admin/error_icons_dir_missing.template.html |    8 +-
 admin/error_not_writable.template.html      |   13 +-
 admin/server.py                             |    2 +-
 admin/static/css/cherokee.css               |   71 ++-
 admin/static/images/Makefile.am             |    4 +-
 admin/static/images/background-nobar.png    |  Bin 0 -> 218 bytes
 admin/static/images/error.png               |  Bin 0 -> 2297 bytes
 cherokee/Makefile.am                        |   24 +-
 cherokee/access.c                           |   12 +-
 cherokee/admin_client.c                     |    8 +-
 cherokee/avl.c                              |    6 +-
 cherokee/balancer.c                         |    6 +-
 cherokee/balancer_ip_hash.c                 |   10 +-
 cherokee/balancer_round_robin.c             |    8 +-
 cherokee/bind.c                             |    4 +-
 cherokee/buffer.c                           |   27 +-
 cherokee/collector_rrd.c                    |    6 +-
 cherokee/config_entry.c                     |    2 +-
 cherokee/config_reader.c                    |    6 +-
 cherokee/connection.c                       |    9 +-
 cherokee/cryptor_libssl.c                   |   85 +-
 cherokee/downloader.c                       |    5 +-
 cherokee/encoder_deflate.c                  |   12 +-
 cherokee/encoder_gzip.c                     |   13 +-
 cherokee/error_list.py                      | 1145 +++++++++++++++++++++++++++
 cherokee/error_log.c                        |  336 +++++++--
 cherokee/error_log.h                        |   53 +-
 cherokee/errors.py                          |  274 +++++++
 cherokee/fcgi_manager.c                     |    2 +-
 cherokee/fdpoll-kqueue.c                    |    3 +-
 cherokee/fdpoll-poll.c                      |    4 +-
 cherokee/fdpoll-port.c                      |   19 +-
 cherokee/gen_evhost.c                       |    4 +-
 cherokee/handler_cgi.c                      |    9 +-
 cherokee/handler_cgi_base.c                 |    2 +-
 cherokee/handler_custom_error.c             |    2 +-
 cherokee/handler_dbslayer.c                 |    4 +-
 cherokee/handler_dirlist.c                  |    7 +-
 cherokee/handler_error_redir.c              |    4 +-
 cherokee/handler_fcgi.c                     |    8 +-
 cherokee/handler_file.c                     |    4 +-
 cherokee/handler_proxy.c                    |    4 +-
 cherokee/handler_redir.c                    |    2 +-
 cherokee/handler_render_rrd.c               |    8 +-
 cherokee/handler_scgi.c                     |    2 +-
 cherokee/handler_secdownload.c              |    2 +-
 cherokee/handler_server_info.c              |    4 +-
 cherokee/handler_uwsgi.c                    |    2 +-
 cherokee/header.c                           |   14 +-
 cherokee/http.c                             |    2 +-
 cherokee/icons.c                            |    8 +-
 cherokee/init.c                             |   19 +-
 cherokee/init.h                             |   12 +-
 cherokee/logger_custom.c                    |    8 +-
 cherokee/logger_ncsa.c                      |    4 +-
 cherokee/main_worker.c                      |    6 +-
 cherokee/ncpus.c                            |   10 +-
 cherokee/plugin_loader.c                    |   11 +-
 cherokee/post.c                             |    3 +-
 cherokee/regex.c                            |    3 +-
 cherokee/resolv_cache.c                     |    3 +-
 cherokee/rrd_tools.c                        |   10 +-
 cherokee/rule_bind.c                        |   11 +-
 cherokee/rule_directory.c                   |    4 +-
 cherokee/rule_exists.c                      |    4 +-
 cherokee/rule_extensions.c                  |    4 +-
 cherokee/rule_from.c                        |    6 +-
 cherokee/rule_fullpath.c                    |    4 +-
 cherokee/rule_geoip.c                       |    4 +-
 cherokee/rule_header.c                      |   10 +-
 cherokee/rule_method.c                      |    6 +-
 cherokee/rule_request.c                     |    7 +-
 cherokee/server.c                           |   75 +-
 cherokee/socket.c                           |   34 +-
 cherokee/source.c                           |    6 +-
 cherokee/source_interpreter.c               |   15 +-
 cherokee/source_interpreter.h               |   14 +-
 cherokee/spawner.c                          |    6 +-
 cherokee/template.c                         |    2 +-
 cherokee/thread.c                           |   12 +-
 cherokee/trace.c                            |    3 +-
 cherokee/util.c                             |   58 ++-
 cherokee/util.h                             |    5 +-
 cherokee/validator_file.c                   |    4 +-
 cherokee/validator_ldap.c                   |   31 +-
 cherokee/validator_mysql.c                  |   14 +-
 cherokee/validator_pam.c                    |    6 +-
 cherokee/virtual_server.c                   |   55 +-
 cherokee/vrule_rehost.c                     |    2 +-
 cherokee/vrule_target_ip.c                  |    5 +-
 cherokee/vrule_wildcard.c                   |    2 +-
 96 files changed, 2367 insertions(+), 508 deletions(-)


2009-11-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3794 git=f119b1dc3f965bdbdc0aa5dc9c8ca1a0a8c68622

    Layout enhancement
    
 doc/basics_installation_unix.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3793 git=96c04fb1d1560a9b8f5559cfb80ab4f0d03b579d

    Fixes outdated doc
    
 doc/basics_installation_unix.txt |   30 ++++++++++++++++++------------
 1 files changed, 18 insertions(+), 12 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3792 git=7cce7f92d99c5ab8abc4014675c0b377cd0c2d52

    Relocates a symbol so the render_rrd module can be consumed as a
    plug-in by cherokee-admin.
    
 cherokee/collector_rrd.c |   12 ------------
 cherokee/collector_rrd.h |    8 --------
 cherokee/rrd_tools.c     |    9 +++++++++
 cherokee/rrd_tools.h     |   11 ++++++++++-
 4 files changed, 19 insertions(+), 21 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3791 git=b373db36d0f018f18dc949eefa8b31b180b85721

    This patch should fix the render_rrd handler so it works even if the
    rrdtool binary is not found.
    
 cherokee/Makefile.am          |   48 ++++++++++++++++++++--------------------
 cherokee/handler_render_rrd.c |   38 ++++++++++++++++++++++++++++----
 cherokee/handler_render_rrd.h |    3 +-
 3 files changed, 59 insertions(+), 30 deletions(-)


2009-11-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3790 git=b7c53b2053576e988e5782c0e5147dd198b4f661

    Re-implements the RRD graph generation. It should significantly low
    the general server load. Now the images are only generated on request,
    so as long as cherokee-admin does not request them, they will not be
    rendered over and over again.
    
 cherokee.conf.sample.pre      |    4 +
 cherokee/Makefile.am          |   45 +++-
 cherokee/collector_rrd.c      |  728 +++--------------------------------------
 cherokee/collector_rrd.h      |   48 ++-
 cherokee/handler_render_rrd.c |  598 +++++++++++++++++++++++++++++++++
 cherokee/handler_render_rrd.h |   58 ++++
 cherokee/handler_streaming.c  |    6 +-
 cherokee/main_admin.c         |   53 ++--
 cherokee/render_rrd.deps      |    1 +
 cherokee/rrd_tools.c          |  510 +++++++++++++++++++++++++++++
 cherokee/rrd_tools.h          |   67 ++++
 configure.in                  |    3 +-
 12 files changed, 1396 insertions(+), 725 deletions(-)


2009-11-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3789 git=57a9a4935f9e28c41063f2feb1f88ef8b53ba0fe

    Some fixes. Thanks to Yann Malet for these.
    
 doc/cookbook_uwsgi.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-11-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3788 git=2740080730f345220b8e3c29bc2a5be98dba4cc0

    Mentions uWSGI as deployment method for Django apps
    
 doc/cookbook_django.txt |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3787 git=6c612a196cce1f333b4502dd55814786203a5a35

    Do not rewrite the _ symbol. It could break up the translation
    support.
    
 admin/util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-06  Taher Shihadeh  <taher@unixwars.com>
            svn=3786 git=33a1de1839eb6c7bc8e73debc40171833a892357

    Translation engine was being messed up
    
 admin/Wizard_HotLinking.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3785 git=177924a5c6f7f71fc4eeebd60ef6ba964c12836b

    Misc clean up.
    
 admin/Wizard_HotLinking.py |    1 -
 admin/Wizard_rTorrent.py   |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)


2009-11-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3784 git=0a3b44eb92ef30d0219ec2be7cbe08fc98144f2c

    These two modules where redefining the _ symbol. That was messing up
    the translation engine.
    
 admin/Wizard_Icons.py    |    2 +-
 admin/Wizard_rTorrent.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3783 git=5770ba9076d76d46d333794db28f7345ad861ae2

    Covers a few extra cases about the new "config!*" configuration entry.
    
 admin/CherokeeManagement.py |    7 +++++--
 admin/PageNewConfig.py      |    3 +++
 admin/config.py             |    2 +-
 admin/config_version.py     |    8 ++++++--
 admin/server.py             |    1 +
 5 files changed, 16 insertions(+), 5 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3782 git=e08e735e5346dcfa031a3a7d5017293de025405f

    Adds a new main configuration file key: "config". It holds information
    about the configuration file itself. It will allow cherokee-admin to
    migrate configuration automatically whenever the configuration file
    format changes in a new server version. Target: the user should not
    even know the configuration file format can evolve between versions.
    
 admin/Makefile.am       |    1 +
 admin/config.py         |    2 +-
 admin/config_version.py |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 admin/server.py         |    5 +++++
 4 files changed, 54 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3781 git=0bfbc7da0b0a08c9942351ee49693b9f5deeedf8

    Cherokee 0.99.27 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3778 git=2a54fcdba172818a247bae7d92f1915f1c5922d2

    Removes an unnecessary TRACE entry.
    
 cherokee/post.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-11-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3777 git=318ae51acd7960793e5e70de0b95e35eeb6a5120

    Fixes an issue with our AVL tree implementation. This bug was causing
    problems in the I/O-cache subsystem. This change should fix the bug
    #625: http://bugs.cherokee-project.com/625
    
 cherokee.conf.sample.pre |    2 +-
 cherokee/avl.c           |    7 ++++---
 cherokee/icons.c         |    5 ++++-
 3 files changed, 9 insertions(+), 5 deletions(-)


2009-11-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3776 git=e28456bfef35669c6d8c35086e1bb03b1384ef0b

    Adds a missing TRACE entry. Patch by Stefan de Konink.
    
 cherokee/post.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=3775 git=6c815a3a0137c62ebb6052a616f7c90f37832df7

    Adds extra binary name to look for
    
 admin/Wizard_uWSGI.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-11-04  Taher Shihadeh  <taher@unixwars.com>
            svn=3774 git=57615386f8ec533f4b5e0c2d23f862d9bf7a09d3

    Fixes protection for directory based installations
    
 admin/Wizard_Drupal.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-11-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3773 git=4ce751c59a3598bc18907d158b8b3a25dcb9ea16

    "Content-Type" is a 'known header' header now. Patch by Stefan
    de Konink. Fixes: http://bugs.cherokee-project.com/624
    
 cherokee/handler_cgi_base.c |    2 +-
 cherokee/header.c           |    2 ++
 cherokee/header.h           |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)


2009-11-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3772 git=96ee09b4c633bcd866acfe4b7fc6292bc6d3844d

    Couple of fixes so the ChangeLog can be handled without Internet
    connection. Previously it was printing a non-sense warning.
    
 changelog-update.sh |    6 +++---
 svnlog2changelog.py |   47 +++++++++++++++++++++++++++++------------------
 2 files changed, 32 insertions(+), 21 deletions(-)


2009-11-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3771 git=0b67673c7cf6e83cd65d06ec9ffa13cb1b4664f6

    Fixes Range management while serving static files. Patch by Antonio
    Pérez (great stuff!!!). Fixes: http://bugs.cherokee-project.com/365
    
 cherokee/connection.c        |   14 ++++----
 cherokee/handler_error.c     |    2 +-
 cherokee/handler_file.c      |   66 ++++++++++++++++--------------------------
 cherokee/handler_file.h      |    1 -
 qa/056-ContentRange3.py      |    4 ++-
 qa/057-ContentRange4.py      |    5 ++-
 qa/106-If-Range2.py          |    8 ++++-
 qa/145-ContentRange3-NoIO.py |    7 +++-
 qa/146-ContentRange4-NoIO.py |    4 ++-
 9 files changed, 53 insertions(+), 58 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3770 git=c4011390be1ae06fd3df8831c890d351d608f2e1

    Fixes an issue with the previous patch.
    
 admin/ModuleProxy.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3769 git=214b1029579ee90107ed1c9a9b1a186f157ff713

    Adds a new option to allow the reverse proxy plug-in to replace the
    "Server:" header sent by the back-end client. This patch implements
    both the admin and server side of things.
    
 admin/ModuleProxy.py     |    9 ++++++---
 cherokee/handler_proxy.c |   20 ++++++++++++++++----
 cherokee/handler_proxy.h |    1 +
 3 files changed, 23 insertions(+), 7 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3768 git=a032c91de41d5e82845f070d33d78e8efad92ac3

    Improves the error management while initializing the admin handler.
    This is blind attempt of fixing bug #623. Most probably if fixes the
    crash but not the functionality.
    
 cherokee/handler_admin.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3767 git=895a4e069e929a271cb0b20ee7f4084b8863d972

    Fixes reverse proxy so it handlers redirections (304 responses for
    instance) without body correctly. It should fix the bug #619:
    http://bugs.cherokee-project.com/619
    
 cherokee/handler_proxy.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


2009-10-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3765 git=5a37cd3de53704107cce845f61ba0f6cb41ed585

    Cherokee 0.99.26 released.
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3764 git=8fb67b4a2d77999ac584906433f377015b60f0b0

    Clarifies the bug/regression the QA is protecting against.
    
 qa/231-POST-4extra.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3763 git=122fda26f5c5ef93439e0dbdd1ce1559e9b0a2e6

    The -r and -p parameters can only be user together. Fixes:
    http://bugs.cherokee-project.com/588
    
 cherokee/main_worker.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3762 git=034a6062bad48b420af7ec9afed49fd99f5416b8

    Adds a new TRACE point. Points when a HTTP/1.1 connection does not
    provide a "Connection" header entry.
    
 cherokee/connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3761 git=afb54aeb82692d2220a5ba933d31fea6dd780dda

    Adds a new CHEROKEE_PRINT_BACKTRACE macro.
    
 cherokee/macros.h |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3760 git=753fcf65f06e3f257b41bc722c03af5445fd43bf

    Let user know whenever cherokee-admin removes an old Unix socket.
    
 admin/server.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-10-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3759 git=4044b2b19815a4974d74ad6f3f9037da9319e961

    Adds a new QA to test http://bugs.cherokee-project.com/504
    
 qa/231-POST-4extra.py |   26 ++++++++++++++++++++++++++
 qa/Makefile.am        |    3 ++-
 2 files changed, 28 insertions(+), 1 deletions(-)


2009-10-29  Antonio Perez  <aperez@skarcha.com>
            svn=3758 git=584b7d100443fa766b1f82ef19ebb01d63b56776

    Fixes POST issue. My previous patch (r3655 and r3657) was bad...
    
 cherokee/thread.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


2009-10-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3757 git=8216f1a5ac42022145faa7b961c7dd3f0c2b4ccf

    Adds extra rule to the wizard that has been found useful
    
 admin/Wizard_Drupal.py |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)


2009-10-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3756 git=dd277fd92dba7843502091f657533911d7f4dbb0

    Removes the Unix socket if it already exists while launching an
    instance of server.py. Most probably the file is there because the
    previous server.py died and didn't remove the old unix socket file.
    
 admin/server.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-10-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3755 git=9d77c615e7d17c807cd2dbb501a3e5c47426813a

    Cherokee-admin was reporting wrong messages when running wizards.
    Whenever two or more wizards could not be run only the last reason
    (.no_show) has reported for all of them. For instance: uWSGI wizards
    was reporting "PHP is not configured", because Symfony wizard (in the
    same category) depended on it. The problem was with a function using a
    variable with the wrong information.
    
 admin/static/js/wizards.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-10-27  Taher Shihadeh  <taher@unixwars.com>
            svn=3754 git=2cbf87dfa57f828c9bb9bc08f45241d769da2023

    Fixes some typos
    
 doc/other_goodies.txt |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3750 git=a1f5cb3c2f48316cc536ba4d27b27da6d55300be

    i18n
    
 admin/Wizard_Alfresco.py   |    8 ++++----
 admin/Wizard_ColdFusion.py |    4 ++--
 admin/Wizard_Django.py     |   10 +++++-----
 admin/Wizard_Drupal.py     |    4 ++--
 admin/Wizard_Glassfish.py  |    8 ++++----
 admin/Wizard_HotLinking.py |    4 ++--
 admin/Wizard_Icons.py      |    2 +-
 admin/Wizard_Joomla.py     |    2 +-
 admin/Wizard_Liferay.py    |   12 ++++++------
 admin/Wizard_Mailman.py    |    6 +++---
 admin/Wizard_Mono.py       |    6 ++----
 admin/Wizard_Moodle.py     |    6 +++---
 admin/Wizard_RoR.py        |   10 +++++-----
 admin/Wizard_Sugar.py      |    4 ++--
 admin/Wizard_Symfony.py    |    2 +-
 admin/Wizard_Trac.py       |    6 +++---
 admin/Wizard_WordPress.py  |    2 +-
 admin/Wizard_Zend.py       |    2 +-
 admin/Wizard_phpBB.py      |    2 +-
 admin/Wizard_uWSGI.py      |    5 ++---
 20 files changed, 51 insertions(+), 54 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3749 git=59873e76bb9797571d41cfd3953da90c6fb37e00



2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3748 git=6394b19522262699aff6220c8c5eb6ec787713f4

    Something went wrong with this file previously
    
 admin/static/images/wizards/coldfusion.png |  Bin 2643 -> 1992 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3747 git=7c98f63ed6a83c1ab4f9ff30c453e8672c369271

    Adds ColdFusion recipe
    
 doc/Makefile.am             |    1 +
 doc/cookbook.txt            |    1 +
 doc/cookbook_coldfusion.txt |   74 +++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt               |    1 +
 4 files changed, 77 insertions(+), 0 deletions(-)


2009-10-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3746 git=492c47800531ec5a8b412fad6263793d186c8ed7

    Adds ColdFusion Wizard
    
 admin/Makefile.am                          |    3 +-
 admin/Wizard_ColdFusion.py                 |  187 ++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am    |    3 +-
 admin/static/images/wizards/coldfusion.png |  Bin 0 -> 2643 bytes
 4 files changed, 191 insertions(+), 2 deletions(-)


2009-10-22  Taher Shihadeh  <taher@unixwars.com>
            svn=3745 git=cef130989a6c12c828f020309a6ad7102d1b54d5

    Fixes issue 608: PAM troubleshooting info
    
 doc/modules_validators_pam.txt |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)


2009-10-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3740 git=92ee1c8ce32de462e0cf73072fe4e85dfcc48a70

    Fix an issue with the X-Forwarded-For header rewriting. Patch by
    Stefan Talpalaru. Fixes: http://bugs.cherokee-project.com/612
    
 cherokee/handler_proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-21  Taher Shihadeh  <taher@unixwars.com>
            svn=3739 git=c1bd47117ff466aa194c54019fc97ded4055df2a

    Little addition for completeness' sake
    
 doc/config_status.txt |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-10-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3738 git=3afef008c77e2972365916f7ca31f0e359aa4869

    The code that was meant to seek on MP4 files, actually seeks on MP3
    files. Patch by Stefan de Konink <stefan@konink.de>. It fixes #580:
    http://bugs.cherokee-project.com/580
    
 cherokee/handler_streaming.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3737 git=a69dbb3d91378238f98c491bfea4c8bac3a87489

    Mono/ASP.NET Wizard and docs
    
 admin/Makefile.am                       |    3 +-
 admin/Wizard_Mono.py                    |  199 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/mono.png    |  Bin 0 -> 2445 bytes
 doc/cookbook_mono.txt                   |    8 ++
 5 files changed, 211 insertions(+), 2 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3736 git=9f14b5b955a95d7ca2e4ddb1959d0f491dde6159

    Some clarification
    
 doc/cookbook_django.txt |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-10-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3735 git=8dc9d53e3e7a076ae56cab04f3c3b2be30cdf703

    The ./autogen.sh script was failing to regenerate the changelog file
    on OpenSolaris. It seems that the Solaris sed had trouble parsing the
    version string if it did not end by a new line character. As far as I
    have tested it patch solved the problem in Solaris while it preservers
    the functionality on Linux and MacOS X.
    
 changelog-update.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3734 git=785a35bc2e9b4e2079e1ad5167efe1e15c1c40d5

    Solves Drupal bugs, issues 541 & 583. Thanks to David Becerril for his insight
    
 admin/Wizard_Drupal.py  |   22 ++++++++++++++--------
 doc/cookbook_drupal.txt |    8 ++++++++
 2 files changed, 22 insertions(+), 8 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3733 git=fe19d3e73837b7d5f3302c27ec579d7799d414b6

    Typo
    
 cherokee/spawner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-19  Taher Shihadeh  <taher@unixwars.com>
            svn=3732 git=360cec191e551004611d0b1e9ca547e40491c241

    Missing i18n
    
 admin/Wizard_RoR.py       |    2 +-
 admin/Wizard_WordPress.py |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-10-18  Taher Shihadeh  <taher@unixwars.com>
            svn=3731 git=c10bb586ecc1abb441c0cfb0cbc808ac80da9f90

    An error was preventing ASCIIDOC from correctly generating the docs
    
 doc/config_virtual_servers.txt |   43 +++++++++++++++------------------------
 1 files changed, 17 insertions(+), 26 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3730 git=a6dcfae6c029813bd38d7f1941d2275918c7f01c

    Adds a new tracing point to inform about reiterative fails to spawn
    new interpreters.
    
 cherokee/source_interpreter.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3729 git=89c6ba1c77872c7123865869a4d70b552564a4a2

    This patch tries to address a spawning issue where the server was
    crashing randomly while launching interpreters. It should fix (at
    least partially): http://bugs.cherokee-project.com/598
    
 cherokee/source_interpreter.c |   47 +++++++++++++++++++++++++++--------------
 cherokee/source_interpreter.h |    1 +
 cherokee/spawner.c            |    6 +++-
 3 files changed, 36 insertions(+), 18 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3728 git=6c6d6794e8f2826acc0ef05e9fed887e939919d8

    Adds a new REPORT method, so SVN can checkout through the reverse
    proxy handler. Related to: http://bugs.cherokee-project.com/599
    
 cherokee/header.c |    3 +++
 cherokee/http.c   |    3 +++
 cherokee/http.h   |    4 +++-
 3 files changed, 9 insertions(+), 1 deletions(-)


2009-10-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3727 git=68f1dd59b8ca08ffb4be580b4bc8eee403e2c0c2

    The reverse proxy handler was not working with WebDAV back-ends. This
    patch should fix it. At least "svn ls" succeed on my initial tests.
    Further testing is required. Bug: http://bugs.cherokee-project.com/599
    
 cherokee/http.c |    2 ++
 cherokee/http.h |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)


2009-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3726 git=4743daec33d94239fdc3af78b0ddffabd57c3562

    handler_server_info bug fix. The rx, and tx values were wrong when the
    server run without any information collector. This patch makes them
    report -1 bytes. Fixes bug #605: http://bugs.cherokee-project.com/605
    
 cherokee/handler_server_info.c |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3725 git=58e519e3e20cf28c74c0899182a5333db3102e9c

    Fixes omission
    
 doc/config_virtual_servers.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3724 git=1cfeded7f1c1d3f604ceabc21347668ec6dcf9ec

    A doc entry wasn't indexed
    
 doc/config.txt                 |    1 +
 doc/config_virtual_servers.txt |    6 +++++-
 doc/index.txt                  |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3723 git=4419c22adba504335a3a3b6933f3915ea3add33d

    Many new features were undocumented
    
 doc/Makefile.am                     |    2 +
 doc/config_advanced.txt             |    9 +++++
 doc/config_info_sources.txt         |    1 +
 doc/config_virtual_servers.txt      |   67 +++++++++++++++++++++++++++++++++-
 doc/config_virtual_servers_rule.txt |   17 ++++++---
 doc/index.txt                       |    1 +
 doc/modules.txt                     |    1 +
 doc/modules_handlers.txt            |    1 +
 doc/modules_handlers_empty_gif.txt  |    7 ++++
 doc/other_faq.txt                   |    6 +++
 10 files changed, 105 insertions(+), 7 deletions(-)


2009-10-16  Taher Shihadeh  <taher@unixwars.com>
            svn=3722 git=1b5d3c0d8205f2cc96f115ad848004b2c224612a

    New documentation images
    
 doc/media/images/admin_advanced1.png |  Bin 17298 -> 16510 bytes
 doc/media/images/admin_advanced2.png |  Bin 17581 -> 18063 bytes
 doc/media/images/admin_advanced3.png |  Bin 12596 -> 13571 bytes
 doc/media/images/admin_advanced4.png |  Bin 8136 -> 7950 bytes
 doc/media/images/admin_advanced5.png |  Bin 0 -> 12671 bytes
 doc/media/images/admin_behaviour.png |  Bin 18628 -> 22990 bytes
 doc/media/images/admin_vserver.png   |  Bin 13459 -> 12814 bytes
 7 files changed, 0 insertions(+), 0 deletions(-)


2009-10-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3719 git=a088fa199a16159b7c14a5959f87cb63cbe15cc3

    Bugfix: Cherokee was not printing the right month when reporting
    error. It was using one month in the past. Thanks to Jorge Sarmiento
    for catching this bug.
    
 cherokee/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3718 git=6b00f6b938ea0cf53ef97152adf5e9c126b9bda0

    Ensure handler_streaming is installed from the precondition checking
    of the Streaming wizard. Fixes: http://bugs.cherokee-project.com/604
    
 admin/Wizard_Streaming.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3717 git=77066f405b8e1a28c949cd35ab65c9975b6fd146

    Do not clean the doc/*.html files on 'make clean'. As long as we do
    not ship asciidoc with Cherokee, it would not be able to regenerate
    the HTML documentation files: http://bugs.cherokee-project.com/603
    
 doc/Makefile.am |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3714 git=5389937802615103b6a294b177dbb00d04ff67d8

    Fixes lacking i18n support on Wizards
    
 admin/Wizard.py              |   33 ++++++++++++++++-------------
 admin/Wizard_Alfresco.py     |   31 +++++++++++++++------------
 admin/Wizard_CommonStatic.py |    8 +++---
 admin/Wizard_Django.py       |   31 +++++++++++++++------------
 admin/Wizard_Drupal.py       |   35 +++++++++++++++++-------------
 admin/Wizard_Glassfish.py    |   31 +++++++++++++++------------
 admin/Wizard_HotLinking.py   |   29 ++++++++++++++-----------
 admin/Wizard_Icons.py        |    8 +++---
 admin/Wizard_Joomla.py       |   39 +++++++++++++++++++---------------
 admin/Wizard_Liferay.py      |   27 +++++++++++++----------
 admin/Wizard_Mailman.py      |   18 ++++++++--------
 admin/Wizard_Moodle.py       |   31 ++++++++++++++++-----------
 admin/Wizard_PHP.py          |    6 ++--
 admin/Wizard_Redirect.py     |   29 ++++++++++++++-----------
 admin/Wizard_RoR.py          |   47 ++++++++++++++++++++++-------------------
 admin/Wizard_Streaming.py    |    8 +++---
 admin/Wizard_Sugar.py        |   33 ++++++++++++++++-------------
 admin/Wizard_Symfony.py      |   41 +++++++++++++++++++-----------------
 admin/Wizard_Trac.py         |   27 +++++++++++++----------
 admin/Wizard_WordPress.py    |   37 ++++++++++++++++++--------------
 admin/Wizard_Zend.py         |   32 +++++++++++++++-------------
 admin/Wizard_phpBB.py        |   33 +++++++++++++++++------------
 admin/Wizard_phpMyAdmin.py   |   19 ++++++++++------
 admin/Wizard_rTorrent.py     |   18 +++++++++-------
 admin/Wizard_uWSGI.py        |   39 ++++++++++++++++++----------------
 25 files changed, 380 insertions(+), 310 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3713 git=8271da43a2f231bb32fa63a3187c50101a03b9cb

    An icon was not being installed
    
 admin/static/images/wizards/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3712 git=ba0295fdd190ca7f15ab533e9864a40d97c9b432

    Updates translation files
    
 po/admin/de.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/en.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/es.po    |  309 ++++++++++++++++++++++++++++++++++++-----------------
 po/admin/nl.po    |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/sv_SE.po |  272 ++++++++++++++++++++++++++++++++--------------
 po/admin/zh_CN.po |  272 ++++++++++++++++++++++++++++++++--------------
 6 files changed, 1156 insertions(+), 513 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3711 git=9e8e9bc4e399235b9a6ab9f748b3a6d056b5d465

    Improvement in case uWSGI cannot be found
    
 admin/Wizard_uWSGI.py |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3710 git=1af01c0a3e013f736d59a9cd2346e6ce28f1e89b

    Documents uWSGI module/wizard
    
 doc/Makefile.am        |    1 +
 doc/cookbook.txt       |    1 +
 doc/cookbook_uwsgi.txt |   67 ++++++++++++++++++++++++++++++++++++++++++++++++
 doc/index.txt          |    1 +
 doc/other_faq.txt      |   13 ++++++++-
 5 files changed, 81 insertions(+), 2 deletions(-)


2009-10-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3709 git=8065ba305747724f47e4d603f0921d302fe15187

    Adds a wizard for uWSGI apps
    
 admin/Makefile.am                     |    3 +-
 admin/Wizard_uWSGI.py                 |  217 +++++++++++++++++++++++++++++++++
 admin/static/images/wizards/uwsgi.png |  Bin 0 -> 2254 bytes
 3 files changed, 219 insertions(+), 1 deletions(-)


2009-10-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3708 git=6db814aa0ffbea5685a519a9f4d50c88633ed1c6

    Exports the number of accepts and timeouts. Those values were missing
    from the statistics data reported from the server_info handler.
    
 cherokee/handler_server_info.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3707 git=4b6d703f2b964a6de682fc039eb25a0c44e765dc

    Fixes incorrect stats notification. http://bugs.cherokee-project.com/592
    
 admin/PageVServers.py               |   13 ++++++-------
 admin/static/images/Makefile.am     |    3 ++-
 admin/static/images/exclamation.png |  Bin 0 -> 701 bytes
 3 files changed, 8 insertions(+), 8 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3703 git=ef05bcca81dcac88041fffd574ed69cdbfd453df

    Contribution documenting some errors
    
 doc/Makefile.am      |    1 +
 doc/index.txt        |    1 +
 doc/other.txt        |    1 +
 doc/other_errors.txt |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+), 0 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3702 git=b918704cb0c7cfc9fc802caa88912aa23b967518

    Some wizard polishment
    
 admin/Wizard_PHP.py  |    3 ++-
 admin/Wizard_Trac.py |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


2009-10-14  Antonio Perez  <aperez@skarcha.com>
            svn=3701 git=a219a6cc1daac421326f0e67f705075c206d5db4

    Better "localhost" IP address detection.
    
 admin/Wizard_PHP.py |    8 ++++++--
 admin/util.py       |    6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)


2009-10-14  Taher Shihadeh  <taher@unixwars.com>
            svn=3699 git=e537a367670fc173fbb0a09fde1b9588ae9703a4

    Some strings weren't gettexted
    
 admin/Wizard_PHP.py |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)


2009-10-13  Taher Shihadeh  <taher@unixwars.com>
            svn=3696 git=59c635bd85a8987485c9f0cb3627e9c7bcde6c8c

    Adds extra rule to the wizard. RFE http://bugs.cherokee-project.com/586
    
 admin/Wizard_Drupal.py |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)


2009-10-10  Taher Shihadeh  <taher@unixwars.com>
            svn=3695 git=c79ff93c6423b6ba74b92b26ec5c3d85dceda1ec

    Fixes slight CSS mismatch between the site and the documentation
    
 doc/media/css/cherokee_doc.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3694 git=7b039b66d42590c64a1e77f6ca0441d945ccd14f

    uWSGI handler was undocumented.
    
 doc/Makefile.am                |    1 +
 doc/index.txt                  |    1 +
 doc/modules.txt                |    1 +
 doc/modules_handlers.txt       |    1 +
 doc/modules_handlers_uwsgi.txt |   13 +++++++++++++
 5 files changed, 17 insertions(+), 0 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3693 git=94b07b9226b3bc242521d43bb4da628a13357b04

    typo
    
 doc/cookbook_sugarcrm.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3692 git=6d45de6b27a18c212d99f437e022a5d98d03f5e1

    remove two superfluous files
    
 admin/static/images/wizards/Makefile    |  440 -------------------------------
 admin/static/images/wizards/Makefile.in |  440 -------------------------------
 2 files changed, 0 insertions(+), 880 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3691 git=a26a36b5d74235901382ec822e4177b3efaa5354

    Documentation needed some more serious updating
    
 doc/Makefile.am             |    1 +
 doc/config.txt              |    2 +-
 doc/config_wizards.txt      |  100 +++++++++++++++++++++++++++++++++++++++++++
 doc/cookbook_alfresco.txt   |   32 +++++++++----
 doc/cookbook_dbslayer.txt   |    2 +-
 doc/cookbook_glassfish.txt  |   20 +++++++++
 doc/cookbook_joomla.txt     |    4 +-
 doc/cookbook_liferay.txt    |   30 +++++++++----
 doc/cookbook_phpbb.txt      |    7 +++-
 doc/cookbook_phpmyadmin.txt |   25 +++++++---
 doc/cookbook_sugarcrm.txt   |   25 +++++++++-
 doc/cookbook_symfony.txt    |   75 +++++++++++++++++++++++++-------
 doc/cookbook_trac.txt       |   28 +++++++++---
 doc/cookbook_zend.txt       |   64 +++++++++++++---------------
 doc/index.txt               |    1 +
 15 files changed, 323 insertions(+), 93 deletions(-)


2009-10-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3690 git=0d526e4772a086d2e41a60cf56751614285d43f2

    Wizards mega commit
    
 admin/Makefile.am                          |   13 +-
 admin/Wizard.py                            |    1 +
 admin/Wizard_Alfresco.py                   |  170 +++++++++++
 admin/Wizard_Drupal.py                     |    8 +-
 admin/Wizard_Glassfish.py                  |  166 +++++++++++
 admin/Wizard_Joomla.py                     |  233 +++++++++++++++
 admin/Wizard_Liferay.py                    |  167 +++++++++++
 admin/Wizard_Moodle.py                     |  184 ++++++++++++
 admin/Wizard_Sugar.py                      |  225 ++++++++++++++
 admin/Wizard_Symfony.py                    |  225 ++++++++++++++
 admin/Wizard_Trac.py                       |  142 +++++++++
 admin/Wizard_WordPress.py                  |    4 +-
 admin/Wizard_Zend.py                       |  193 ++++++++++++
 admin/Wizard_phpBB.py                      |  189 ++++++++++++
 admin/Wizard_phpMyAdmin.py                 |  106 +++++++
 admin/static/images/wizards/Makefile       |  440 ++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am    |   30 ++-
 admin/static/images/wizards/Makefile.in    |  440 ++++++++++++++++++++++++++++
 admin/static/images/wizards/alfresco.png   |  Bin 0 -> 2661 bytes
 admin/static/images/wizards/aspnet.png     |  Bin 0 -> 2188 bytes
 admin/static/images/wizards/dbslayer.png   |  Bin 0 -> 1965 bytes
 admin/static/images/wizards/glassfish.png  |  Bin 0 -> 1592 bytes
 admin/static/images/wizards/joomla.png     |  Bin 0 -> 1890 bytes
 admin/static/images/wizards/liferay.png    |  Bin 0 -> 2693 bytes
 admin/static/images/wizards/moodle.png     |  Bin 0 -> 2305 bytes
 admin/static/images/wizards/nagios.png     |  Bin 0 -> 1269 bytes
 admin/static/images/wizards/phpbb.png      |  Bin 0 -> 1968 bytes
 admin/static/images/wizards/phpmyadmin.png |  Bin 0 -> 2414 bytes
 admin/static/images/wizards/sugarcrm.png   |  Bin 0 -> 2163 bytes
 admin/static/images/wizards/symfony.png    |  Bin 0 -> 2334 bytes
 admin/static/images/wizards/trac.png       |  Bin 0 -> 2333 bytes
 admin/static/images/wizards/zend.png       |  Bin 0 -> 1691 bytes
 admin/util.py                              |   14 +-
 33 files changed, 2933 insertions(+), 17 deletions(-)


2009-10-08  Taher Shihadeh  <taher@unixwars.com>
            svn=3689 git=ab53ceeac3924e77c84d2d6ecf16ab94d24e2429

    Typo
    
 po/admin/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3688 git=a24df32fc75c1cc98f388f807a2dee39239234fb

    New category
    
 admin/Wizard.py |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3687 git=ba019292b4a0d323b13f45797c92254ab0e92d83

    Style fixes
    
 po/admin/es.po |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3686 git=0e4c744eb318e738d39c85666ea9b29079667c4d

    Some more docs needed to mention the new wizards.
    
 doc/Makefile.am                                 |    2 +
 doc/cookbook_drupal.txt                         |    5 +
 doc/cookbook_joomla.txt                         |  148 ++++++++++++++++++-----
 doc/cookbook_moodle.txt                         |   93 +++++++++++---
 doc/cookbook_sugarcrm.txt                       |   19 ++-
 doc/cookbook_wordpress.txt                      |    5 +
 doc/media/images/admin_vserver_wizard_misc.png  |  Bin 0 -> 31834 bytes
 doc/media/images/admin_vservers_wizard_misc.png |  Bin 0 -> 30553 bytes
 8 files changed, 211 insertions(+), 61 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3685 git=cca26555bd926f67a6f156127e4c085379e6706b

    Reduced the icon size
    
 admin/static/images/wizards/common_static.png |  Bin 944 -> 1312 bytes
 admin/static/images/wizards/django.png        |  Bin 1612 -> 1318 bytes
 admin/static/images/wizards/drupal.png        |  Bin 2709 -> 1762 bytes
 admin/static/images/wizards/hotlinking.png    |  Bin 3773 -> 2229 bytes
 admin/static/images/wizards/icons.png         |  Bin 2376 -> 1647 bytes
 admin/static/images/wizards/mailman.png       |  Bin 2993 -> 2037 bytes
 admin/static/images/wizards/ror.png           |  Bin 3672 -> 2197 bytes
 admin/static/images/wizards/rtorrent.png      |  Bin 3222 -> 2137 bytes
 admin/static/images/wizards/streaming.png     |  Bin 5071 -> 2202 bytes
 admin/static/images/wizards/wordpress.png     |  Bin 4418 -> 2426 bytes
 10 files changed, 0 insertions(+), 0 deletions(-)


2009-10-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3682 git=2f2c12d34045fa67c26907f63fd54c9a6251eba3

    Reverting bad change on last commit
    
 cherokee/validator_htpasswd.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


2009-10-06  Taher Shihadeh  <taher@unixwars.com>
            svn=3681 git=643299ec2093b084ce2b275e4e7e920758bbaf91

    Adds a missing check. Thanks to Stefan de Konink for catching this one.
    
 cherokee/validator_htpasswd.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-09-29  Taher Shihadeh  <taher@unixwars.com>
            svn=3680 git=9a351fdaf6258f1904e695992bd7edaf7be8b76c

    Mark SSL connections in the reverse proxy module. Solves issue 581. Thanks to Stefan Talpalaru for the patch.
    
 cherokee/handler_proxy.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2009-09-25  Antonio Perez  <aperez@skarcha.com>
            svn=3679 git=f0013c9f22f8c11bf0201cd5fc1cf0bb2700518b

    We should use cherokee_mkdir. Thanks to Stefan de Konink for the patch.
    Fixes bug #585: http://bugs.cherokee-project.com/585
    
 cherokee/collector_rrd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3678 git=3071a8f345e3f3bbc106a5cde5d1e08e5993743d

    Fix typos in translations. Closes issue 561
    
 po/admin/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3677 git=bf607033ab47e30e5b7670b01a7a724a76955111

    Documentation images needed a clean up
    
 doc/media/images/admin_advanced0.png               |  Bin 4175 -> 4082 bytes
 doc/media/images/admin_advanced1.png               |  Bin 30447 -> 17298 bytes
 doc/media/images/admin_advanced2.png               |  Bin 30884 -> 17581 bytes
 doc/media/images/admin_advanced3.png               |  Bin 22548 -> 12596 bytes
 doc/media/images/admin_advanced4.png               |  Bin 13903 -> 8136 bytes
 doc/media/images/admin_behaviour.png               |  Bin 42941 -> 18628 bytes
 doc/media/images/admin_general.png                 |  Bin 26726 -> 14006 bytes
 doc/media/images/admin_general_networking.png      |  Bin 27033 -> 14258 bytes
 doc/media/images/admin_general_permissions.png     |  Bin 16812 -> 9433 bytes
 doc/media/images/admin_general_ports.png           |  Bin 16889 -> 8552 bytes
 doc/media/images/admin_handler_admin.png           |  Bin 14746 -> 14178 bytes
 doc/media/images/admin_handler_cgi.png             |  Bin 22793 -> 21939 bytes
 doc/media/images/admin_handler_custom_error.png    |  Bin 14611 -> 14100 bytes
 doc/media/images/admin_handler_dbslayer.png        |  Bin 19368 -> 18567 bytes
 doc/media/images/admin_handler_dirlist.png         |  Bin 15843 -> 15264 bytes
 doc/media/images/admin_handler_dirlist_ex.png      |  Bin 10897 -> 10388 bytes
 doc/media/images/admin_handler_fastcgi1.png        |  Bin 69934 -> 35882 bytes
 doc/media/images/admin_handler_fastcgi2.png        |  Bin 76648 -> 37936 bytes
 doc/media/images/admin_handler_file.png            |  Bin 10658 -> 9659 bytes
 doc/media/images/admin_handler_onlylisting.png     |  Bin 16726 -> 16241 bytes
 doc/media/images/admin_handler_onlylisting_ex.png  |  Bin 13604 -> 13128 bytes
 doc/media/images/admin_handler_proxy.png           |  Bin 21351 -> 20521 bytes
 doc/media/images/admin_handler_secdownload.png     |  Bin 16683 -> 16238 bytes
 doc/media/images/admin_icons1.png                  |  Bin 26015 -> 25183 bytes
 doc/media/images/admin_icons2.png                  |  Bin 9476 -> 8870 bytes
 doc/media/images/admin_icons3.png                  |  Bin 7383 -> 6723 bytes
 doc/media/images/admin_index.png                   |  Bin 207782 -> 67000 bytes
 doc/media/images/admin_info_sources.png            |  Bin 22862 -> 22254 bytes
 doc/media/images/admin_launch.png                  |  Bin 113028 -> 38650 bytes
 doc/media/images/admin_mime.png                    |  Bin 17999 -> 17344 bytes
 doc/media/images/admin_noconfig.png                |  Bin 20326 -> 11557 bytes
 doc/media/images/admin_notrunning.png              |  Bin 48912 -> 25721 bytes
 doc/media/images/admin_rule_regex.png              |  Bin 28026 -> 14963 bytes
 doc/media/images/admin_validators_authlist.png     |  Bin 21078 -> 20450 bytes
 doc/media/images/admin_validators_ldap.png         |  Bin 30050 -> 29167 bytes
 doc/media/images/admin_validators_pam.png          |  Bin 15528 -> 14968 bytes
 doc/media/images/admin_validators_plain.png        |  Bin 18431 -> 17356 bytes
 doc/media/images/admin_vserver.png                 |  Bin 24344 -> 13459 bytes
 doc/media/images/admin_vserver_errors.png          |  Bin 15437 -> 14885 bytes
 doc/media/images/admin_vserver_evhost.png          |  Bin 18898 -> 11231 bytes
 doc/media/images/admin_vserver_loggers.png         |  Bin 35896 -> 19182 bytes
 doc/media/images/admin_vserver_security.png        |  Bin 28473 -> 15750 bytes
 doc/media/images/admin_vserver_vserver.png         |  Bin 19809 -> 10401 bytes
 doc/media/images/admin_vserver_wizard.png          |  Bin 98739 -> 35774 bytes
 doc/media/images/admin_vservers_wizard.png         |  Bin 78538 -> 28003 bytes
 doc/media/images/cookbook_alfresco_alfresco.png    |  Bin 37772 -> 36672 bytes
 doc/media/images/cookbook_alfresco_assistant.png   |  Bin 21557 -> 21452 bytes
 doc/media/images/cookbook_alfresco_install.png     |  Bin 21288 -> 21223 bytes
 doc/media/images/cookbook_alfresco_path.png        |  Bin 7697 -> 7629 bytes
 doc/media/images/cookbook_alfresco_share.png       |  Bin 44116 -> 40507 bytes
 doc/media/images/cookbook_alfresco_soffice.png     |  Bin 7809 -> 7738 bytes
 doc/media/images/cookbook_dbslayer1.png            |  Bin 6791 -> 6629 bytes
 doc/media/images/cookbook_dbslayer2.png            |  Bin 12478 -> 12291 bytes
 doc/media/images/cookbook_dbslayer3.png            |  Bin 12998 -> 12226 bytes
 doc/media/images/cookbook_dbslayer4.png            |  Bin 22257 -> 21729 bytes
 doc/media/images/cookbook_django.png               |  Bin 25267 -> 24570 bytes
 doc/media/images/cookbook_django_common.png        |  Bin 28197 -> 26541 bytes
 doc/media/images/cookbook_django_infosources.png   |  Bin 16845 -> 16332 bytes
 doc/media/images/cookbook_drupal.png               |  Bin 29549 -> 28194 bytes
 doc/media/images/cookbook_glassfish.png            |  Bin 4851 -> 4837 bytes
 doc/media/images/cookbook_joomla.png               |  Bin 13915 -> 13433 bytes
 doc/media/images/cookbook_liferay.png              |  Bin 18247 -> 17710 bytes
 doc/media/images/cookbook_mailman.png              |  Bin 13772 -> 13387 bytes
 .../cookbook_maintenance_advanced_domains.png      |  Bin 3965 -> 3823 bytes
 .../images/cookbook_maintenance_advanced_redir.png |  Bin 7948 -> 7740 bytes
 .../images/cookbook_maintenance_advanced_rules.png |  Bin 10350 -> 10254 bytes
 doc/media/images/cookbook_maintenance_copy.png     |  Bin 14664 -> 14111 bytes
 doc/media/images/cookbook_maintenance_domain.png   |  Bin 8029 -> 7576 bytes
 doc/media/images/cookbook_maintenance_error.png    |  Bin 4212 -> 4139 bytes
 doc/media/images/cookbook_maintenance_result.png   |  Bin 8829 -> 8670 bytes
 doc/media/images/cookbook_maintenance_rule.png     |  Bin 13818 -> 13226 bytes
 .../images/cookbook_managing_logs_handler.png      |  Bin 6525 -> 6014 bytes
 doc/media/images/cookbook_managing_logs_rules.png  |  Bin 15076 -> 14745 bytes
 .../images/cookbook_managing_logs_security.png     |  Bin 20748 -> 19632 bytes
 doc/media/images/cookbook_mono_demo.png            |  Bin 12102 -> 11694 bytes
 doc/media/images/cookbook_mono_handler.png         |  Bin 16246 -> 16293 bytes
 doc/media/images/cookbook_moodle.png               |  Bin 20990 -> 20046 bytes
 doc/media/images/cookbook_moodle_db.png            |  Bin 35696 -> 34246 bytes
 doc/media/images/cookbook_moodle_document_root.png |  Bin 7131 -> 6970 bytes
 doc/media/images/cookbook_moodle_modules.png       |  Bin 59343 -> 57064 bytes
 doc/media/images/cookbook_moodle_paths.png         |  Bin 38456 -> 37347 bytes
 doc/media/images/cookbook_mysql_rule.png           |  Bin 9039 -> 9027 bytes
 doc/media/images/cookbook_mysql_validator.png      |  Bin 23616 -> 23384 bytes
 doc/media/images/cookbook_nagios1.png              |  Bin 8898 -> 8203 bytes
 doc/media/images/cookbook_nagios2.png              |  Bin 8940 -> 8388 bytes
 doc/media/images/cookbook_nagios3.png              |  Bin 19347 -> 18263 bytes
 doc/media/images/cookbook_nagios4.png              |  Bin 37599 -> 36819 bytes
 doc/media/images/cookbook_phpbb_1_intro.png        |  Bin 46015 -> 42051 bytes
 doc/media/images/cookbook_phpbb_2_req.png          |  Bin 43238 -> 38468 bytes
 doc/media/images/cookbook_phpbb_3_db.png           |  Bin 35620 -> 32525 bytes
 doc/media/images/cookbook_phpbb_4_admin.png        |  Bin 34618 -> 31397 bytes
 doc/media/images/cookbook_phpbb_5_config.png       |  Bin 30340 -> 25893 bytes
 doc/media/images/cookbook_phpbb_6_advanced.png     |  Bin 44226 -> 38390 bytes
 doc/media/images/cookbook_phpbb_7_create.png       |  Bin 31278 -> 27273 bytes
 doc/media/images/cookbook_phpbb_8_final.png        |  Bin 55900 -> 50883 bytes
 doc/media/images/cookbook_phpbb_adm.png            |  Bin 45855 -> 41772 bytes
 doc/media/images/cookbook_phpbb_adm_warning.png    |  Bin 43323 -> 40112 bytes
 doc/media/images/cookbook_phpbb_rules.png          |  Bin 16653 -> 16039 bytes
 doc/media/images/cookbook_phpbb_running.png        |  Bin 32912 -> 30708 bytes
 doc/media/images/cookbook_phpmyadmin.png           |  Bin 12603 -> 12135 bytes
 doc/media/images/cookbook_phpmyadmin_denied.png    |  Bin 8568 -> 8229 bytes
 doc/media/images/cookbook_redir_behavior.png       |  Bin 5157 -> 5047 bytes
 doc/media/images/cookbook_redir_domains.png        |  Bin 8769 -> 8204 bytes
 doc/media/images/cookbook_redir_handler.png        |  Bin 8504 -> 8315 bytes
 doc/media/images/cookbook_ror.png                  |  Bin 15504 -> 15410 bytes
 doc/media/images/cookbook_ror_common.png           |  Bin 14248 -> 13902 bytes
 doc/media/images/cookbook_ror_fcgi.png             |  Bin 17036 -> 17204 bytes
 doc/media/images/cookbook_sugarcrm_install0.png    |  Bin 67679 -> 65402 bytes
 doc/media/images/cookbook_sugarcrm_install1.png    |  Bin 23188 -> 22665 bytes
 doc/media/images/cookbook_sugarcrm_running0.png    |  Bin 24358 -> 23118 bytes
 doc/media/images/cookbook_sugarcrm_running1.png    |  Bin 28199 -> 27229 bytes
 doc/media/images/cookbook_symfony.png              |  Bin 25721 -> 25415 bytes
 doc/media/images/cookbook_trac.png                 |  Bin 36233 -> 36099 bytes
 doc/media/images/cookbook_trac_info.png            |  Bin 17294 -> 16914 bytes
 doc/media/images/cookbook_trac_rules.png           |  Bin 10050 -> 9814 bytes
 doc/media/images/cookbook_trac_scgi.png            |  Bin 19951 -> 20147 bytes
 doc/media/images/cookbook_trac_static.png          |  Bin 7119 -> 6935 bytes
 doc/media/images/cookbook_wp1.png                  |  Bin 29083 -> 28214 bytes
 doc/media/images/cookbook_wp2.png                  |  Bin 15252 -> 14129 bytes
 doc/media/images/cookbook_wp3.png                  |  Bin 11240 -> 10592 bytes
 doc/media/images/cookbook_wp4.png                  |  Bin 126090 -> 49037 bytes
 doc/media/images/cookbook_wp5.png                  |  Bin 29697 -> 28161 bytes
 doc/media/images/cookbook_zend1.png                |  Bin 3772 -> 3762 bytes
 doc/media/images/proxy_phase1.png                  |  Bin 12421 -> 12012 bytes
 doc/media/images/proxy_phase2.png                  |  Bin 12686 -> 12222 bytes
 125 files changed, 0 insertions(+), 0 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3676 git=3cc2a6cb984c666d0ae138acf2bae9d556563486

    Documentation updates
    
 doc/cookbook_django.txt  |    4 +++
 doc/cookbook_mailman.txt |   20 ++++++++++++++++++
 doc/cookbook_ror.txt     |   50 ++++++++++++++++++++++++++++++++++++---------
 3 files changed, 64 insertions(+), 10 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3675 git=7c49fe98530b10155120aaef27e1e206a6ed3f9d


 doc/media/images/cookbook_django_common.png |  Bin 27809 -> 28197 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)


2009-09-24  Taher Shihadeh  <taher@unixwars.com>
            svn=3674 git=b6a6dd2b3da638aebe63a06bde4d0052d8edef2d

    Recipe needed an update. Based on a wizard now.
    
 doc/cookbook_django.txt |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 insertions(+), 4 deletions(-)


2009-09-23  Antonio Perez  <aperez@skarcha.com>
            svn=3673 git=da9166677825f28f01105579793b9d02aa5c98e9

    Renames Bind Rule from "Incoming Port" to "Incoming IP/Port" to avoid confusion.
    Fixes bug #575: http://bugs.cherokee-project.com/575
    
 admin/ModuleBind.py |   10 +++++-----
 admin/consts.py     |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-09-23  Taher Shihadeh  <taher@unixwars.com>
            svn=3669 git=a3526aeaa4f8add6fb8bb0ceb4b785dd4ba94062

    Fixes issue 584. Uninitialized property would cause failure
    
 cherokee/handler_secdownload.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3665 git=c6bfef784448a5f128421f86d0dd238c0a3da586

    Print an error if socket() fails. It should shed some light on the 503
    proxy responses.
    
 cherokee/socket.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-15  Antonio Perez  <aperez@skarcha.com>
            svn=3664 git=36ae8ca69992f93cdc302e17639e93f327e0e2e3

    Regular expression is optional.
    
 admin/ModuleRedir.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3663 git=c6bf312e41a49c89143eaaae50c11bba925f0fc4

    Removes unneeded buffer clean.
    
 cherokee/handler_cgi_base.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3662 git=36930a99fe8c66c486b485264e27e3736d44f325

    Implements a new function (cherokee_gethostname) and use it in handler_cgi_base.c when no "Host:" header is present.
    
 cherokee/handler_cgi_base.c |   10 +++++++++-
 cherokee/util.c             |   42 ++++++++++++++++++++++++++++++++++++++++++
 cherokee/util.h             |    1 +
 configure.in                |    3 +++
 qa/141-FastCGI-EmptyVars.py |    3 +--
 5 files changed, 56 insertions(+), 3 deletions(-)


2009-09-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3661 git=d52a604a2e194cdcc0fba8c0587326e6d92ebc17

    This patch improves the gethostbyname() usage in Cherokee. Besides, it
    set the proxy handler to use the "resolve_cache" of the server.
    
 cherokee/access.c       |    5 +++-
 cherokee/proxy_hosts.c  |   20 +++++++++------
 cherokee/resolv_cache.c |   63 +++++++++++++++++++++++++++++++++++-----------
 cherokee/resolv_cache.h |    4 +-
 cherokee/source.c       |    5 ++-
 cherokee/util.c         |   31 ++++++++++++++++------
 6 files changed, 91 insertions(+), 37 deletions(-)


2009-09-14  Antonio Perez  <aperez@skarcha.com>
            svn=3660 git=438541254e5cb71b6ac17d3edc8cdde899218b99

    Adds "strlcat" declaration.
    
 cherokee/util.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-09-13  Antonio Perez  <aperez@skarcha.com>
            svn=3659 git=13cdf55c2e64d32c28873c0cc550f81f498496ed

    Removes "cherokee_strlcat" function. "strlcat" is defined when it is not present in the system.
    
 cherokee/md5crypt.c |   12 ++++++------
 cherokee/util.c     |   44 +++++---------------------------------------
 cherokee/util.h     |    1 -
 3 files changed, 11 insertions(+), 46 deletions(-)


2009-09-12  Antonio Perez  <aperez@skarcha.com>
            svn=3658 git=95cbb7a8cdeb553ff5619eb34a27749ad55b80ae

    Forces the use of IPv4 address of local loopback interface (127.0.0.1) to avoid problems with systems that have more than one address defined for "localhost".
    Reference: http://bugs.cherokee-project.com/554
    
 admin/Wizard_PHP.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


2009-09-12  Antonio Perez  <aperez@skarcha.com>
            svn=3657 git=b379228117affae5f772b161105477741b6ae740

    Fixes bug #573: http://bugs.cherokee-project.com/573
    
 cherokee/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3655 git=74258996d00995d4117adc23499c756c5c070d29

    Ensures that length POST data is equal to Content-Length.
    
 cherokee/admin_client.c |    4 +++-
 cherokee/connection.c   |    9 +++++++--
 cherokee/post.c         |   16 ++++++++++++----
 cherokee/post.h         |    2 +-
 cherokee/thread.c       |   15 ++++++++++++++-
 5 files changed, 37 insertions(+), 9 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3654 git=618613296e86639e46febee88e841b6ed9be6fa7

    Host header is required to send SERVER_NAME env. variable, and it's required by WSGI.
    
 qa/141-FastCGI-EmptyVars.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-09-11  Antonio Perez  <aperez@skarcha.com>
            svn=3653 git=2ea03abf20bfea0b1fa08741bf662f7b941c2256

    Removes duplicated SERVER_SOFTWARE environment variable.
    
 cherokee/handler_cgi_base.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-09-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3651 git=8cd9fb6595f026726a08618d72536e9c378e1bc8

    Reorder the configuration. Higher priority rules are first now.
    This is simply an aesthetic change.
    
 cherokee/main_worker.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)


2009-09-09  Roberto De Ioris <roberto@unbit.it>
            svn=3647 git=662a3ed13f46313f91495dc168969149d16dbc00

    fix for CONTENT_LENGTH
    
 cherokee/handler_uwsgi.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-09-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3635 git=df7714b70dbd0b8519afc027be8d6a777a754b86

    Fixes the error management, so 3xx, 404, and 410 HTTP responses can
    preserve the keep-alive connection (whenever the server is responding
    a HTTP/1.1 request). It also takes care of disabling and freeing the
    encoder objects that the connection might had instanced previously.
    
 cherokee/connection.c |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)


2009-09-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3634 git=6c2aa263908626ac7af1213f48e0b14ca7ede67d

    The CGI-base class was using the environment variable SERVER_NAME as
    SERVER_SOFTWARE. Fixes bug: http://bugs.cherokee-project.com/570
    
 cherokee/handler_cgi_base.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-09-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3630 git=cbaa713bb4a5f3fd332da1b0a8dac9c84060facb

    The Redirections Wizard allows to use both wildcards and regexs in the
    source domain name now. It allows to do adds redirections like:
    'www.example.*' to 'www.example.com' (of course this virtual server
    should be placed after the www.example.com one).
    
 admin/Wizard_Redirect.py |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3626 git=e331893f40784849781760b1174f190e917b24dc

    The Python interpreter launched from Cherokee-admin should inherit all
    the environment variables from the parent process. In this way, custom
    python interpreters can be used: http://bugs.cherokee-project.com/552
    
 cherokee/main_admin.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3625 git=5a430b434ad13bfe5ac1a3de9bd36f7c3cfaf68d

    Load balancing modules should send activation/deactivation messages to
    the log instead of print it to the console.
    
 cherokee/balancer_ip_hash.c     |    6 +++---
 cherokee/balancer_round_robin.c |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3624 git=23e2395f50f1406b81fa00d498673538b413dccb

    Fixes a C&P issue. Thanks to info@ppvg.nl for reporting!
    http://bugs.cherokee-project.com/559
    
 admin/Wizard_Django.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-09-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3623 git=1fadce03d73a9a7a2f95caff845d91013fc77c87

    Shows the default virtual server document root directory instead of
    the WWW root installation dir. http://bugs.cherokee-project.com/558
    
 admin/PageStatus.py |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)


2009-09-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3612 git=59f96d38d57aedb009bbb488160d24007a6838f3

    It was missing a new line after the date.
    
 svnlog2changelog.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-09-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3610 git=669160580269c8bacdb1749cc32b642d6b93bc27

    0.99.24 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-31  Antonio Perez  <aperez@skarcha.com>
            svn=3609 git=7f34dd32d91ebb12115067462981e4a6beb6687b

    Adds a new wizard to set up XMLRPC for rTorrent.
    
 admin/Makefile.am                        |    3 +-
 admin/Wizard_rTorrent.py                 |   82 ++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am  |    3 +-
 admin/static/images/wizards/rtorrent.png |  Bin 0 -> 3222 bytes
 admin/util.py                            |    7 +++
 5 files changed, 93 insertions(+), 2 deletions(-)


2009-08-31  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3608 git=ff2071a305a8fd9eb256ebdc9db20f36d635f4b9

    We are using Twitter, actually.
    
 doc/other_community.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-08-31  Antonio Perez  <aperez@skarcha.com>
            svn=3607 git=b31507cecf8451dfcee48b0882bd24fba42a8bca

    Update translation files.
    
 po/admin/de.po    |  208 ++++++++++++++++++++++---------------------
 po/admin/en.po    |  213 +++++++++++++++++++++++---------------------
 po/admin/es.po    |  255 +++++++++++++++++++++++++++++------------------------
 po/admin/nl.po    |  212 +++++++++++++++++++++++---------------------
 po/admin/sv_SE.po |  213 +++++++++++++++++++++++---------------------
 po/admin/zh_CN.po |  213 +++++++++++++++++++++++---------------------
 6 files changed, 699 insertions(+), 615 deletions(-)


2009-08-30  Antonio Perez  <aperez@skarcha.com>
            svn=3606 git=c1d92e2f02c669d744dda262f122e7e9754c287e

    Makes available the new uWSGI handler.
    
 admin/consts.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-30  Antonio Perez  <aperez@skarcha.com>
            svn=3605 git=36520788bd8f8655ab403e75df5bc5b063f4515a

    Optional properties in Cherokee-admin are now marked when they have no value.
    
 admin/Entry.py                          |    5 +++
 admin/ModuleAuth.py                     |    2 +-
 admin/ModuleCgi.py                      |    2 +-
 admin/ModuleDbslayer.py                 |    4 +-
 admin/ModuleDirlist.py                  |    6 ++--
 admin/ModuleRrd.py                      |   12 ++++----
 admin/ModuleSecdownload.py              |    2 +-
 admin/ModuleStreaming.py                |    4 +-
 admin/Page.py                           |    6 +++-
 admin/PageAdvanced.py                   |   38 +++++++++++++-------------
 admin/PageEntry.py                      |    6 ++--
 admin/PageGeneral.py                    |    8 +++---
 admin/PageInfoSource.py                 |   16 +++++-----
 admin/PageVServer.py                    |   14 +++++-----
 admin/default.template.html             |    1 +
 admin/static/css/cherokee.css           |    4 +++
 admin/static/js/Makefile.am             |    1 +
 admin/static/js/common.js               |    2 +-
 admin/static/js/jquery.form-defaults.js |   45 +++++++++++++++++++++++++++++++
 19 files changed, 119 insertions(+), 59 deletions(-)


2009-08-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3604 git=d6a1313d92cfc1fad9d71c042312767a96040e98

    Removes a few unnecessary image files.
    
 doc/Makefile.am                           |    4 ----
 doc/media/images/cookbook_wp_default1.png |  Bin 5527 -> 0 bytes
 doc/media/images/cookbook_wp_example1.png |  Bin 8178 -> 0 bytes
 doc/media/images/cookbook_wp_example2.png |  Bin 5450 -> 0 bytes
 doc/media/images/cookbook_wp_example3.png |  Bin 12554 -> 0 bytes
 5 files changed, 0 insertions(+), 4 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3603 git=30a0c3af0b130a77f7d38e0bf8c047bb98ea5e3d

    Update translation files. The Spanish translation has been finished,
    it's completely translated and "de-fuzzied" now.
    
 po/admin/de.po    |   14 ++--
 po/admin/en.po    |   14 ++--
 po/admin/es.po    |  235 ++++++++++++++++++++++-------------------------------
 po/admin/nl.po    |   14 ++--
 po/admin/sv_SE.po |   14 ++--
 po/admin/zh_CN.po |   14 ++--
 6 files changed, 132 insertions(+), 173 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3602 git=1f99b17fcce0c619060bc2ba72cfd1d08f85eb70

    Fixes a potential issue. There was corner situation on which I/O cache
    could read a couple of uninitialized bytes of memory while turning
    'File not found' error codes.
    
 cherokee/iocache.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3601 git=42a9c6ab1d9162cfa106d8c96c5233c7f5e30c98

    Fixes a regression. Help pages were not being displayed in
    Cherokee-Admin.
    
 cherokee/main_admin.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


2009-08-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3600 git=739ae44158c5df6843fc83daedd26d48d695a98d

    0.99.23 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3598 git=430ecd446c664294259595a4a7b0df0c8e5958a7

    Three minor, misc code fixes.
    
 cherokee/handler_cgi_base.c |   21 +++++++++++----------
 cherokee/iocache.c          |    6 ++++++
 cherokee/thread.c           |    2 +-
 3 files changed, 18 insertions(+), 11 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3597 git=09ec38d1d7e1192a21b428c79fde2b02021f6a74

    Set a few more close-on-exec flags.
    
 cherokee/buffer.c             |    2 ++
 cherokee/handler_file.c       |    4 +++-
 cherokee/validator_htpasswd.c |    2 ++
 3 files changed, 7 insertions(+), 1 deletions(-)


2009-08-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3596 git=49f64573fb640dc62cbdefcf81c7b825e2813bbe

    Just created an repository account for Roberto De Ioris.
    
 svnlog2changelog.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3595 git=689ef0d8eeebe6b9da41c0138326ee477aa430ee

    I/O cache file FDs should not be inherited.
    
 cherokee/iocache.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3594 git=a11a2942e97f724014f7fcbf58d288b1b924b22e

    Adds a new uWSGI (http://projects.unbit.it/uwsgi) handler. Thanks a
    million to Roberto De Ioris for contributing this code!
    
 admin/Makefile.am        |    1 +
 admin/ModuleUwsgi.py     |   56 +++++++
 cherokee/Makefile.am     |   30 ++++
 cherokee/handler_uwsgi.c |  404 ++++++++++++++++++++++++++++++++++++++++++++++
 cherokee/handler_uwsgi.h |   74 +++++++++
 cherokee/uwsgi.deps      |    1 +
 configure.in             |    3 +-
 7 files changed, 568 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3593 git=182117e6c30c7230c52c12fcce76268b134efa63

    Adds a new backtracing option. If enabled, the server will print a
    code back-trace beside each error or warning message. It's enabled by
    adding the --enable-backtraces parameter to configure.
    
 README               |    2 +-
 cherokee/error_log.c |    6 ++++++
 cherokee/util.c      |   30 ++++++++++++++++++++++++++++++
 cherokee/util.h      |    2 ++
 configure.in         |   12 ++++++++++--
 doc/dev_debug.txt    |    7 +++++++
 6 files changed, 56 insertions(+), 3 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3592 git=74bbdcd58dec257ef9285e6832e994fcaacff880

    Log a couple of errors.
    
 cherokee/fdpoll-poll.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3591 git=720b28e0ee10742ed183e1a724122f98c17b277f

    Fixes a warning message printed while performing a Graceful restart.
    
 cherokee/server.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-08-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3590 git=22e0b5a52c5b9212f43108cf4ae7d27d1bbc5155

    Run the RRD related coded from a different thread. Besides being quite
    memory consuming, rrdtool can be somehow slow. When one of the server
    threads executed the timed RRD updating or rendering functions its
    connections were being stopped until the thread finished working with
    rrdtool. The problem should be solved now.
    
 cherokee/collector_rrd.c |  112 +++++++++++++++++++++++++++++++++++----------
 cherokee/collector_rrd.h |   11 +++++
 2 files changed, 98 insertions(+), 25 deletions(-)


2009-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3589 git=cae77db21ccdd095b09daec10b731e83571fb153

    Improves the Solaris support. Now it call a few Solaris utilities to
    print as much information about the process as possible.
    
 cherokee/cherokee-panic |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)


2009-08-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3588 git=0f88bdb098067889b09eeee90bf516b1f46c022a

    Couple of misc improvements: 1.- redirect stderr to stdout, so error
    are sent or printed in a unique stream. 2.- Try to use share memory
    for the temporal file (instead of /tmp).
    
 cherokee/cherokee-panic |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3587 git=fe4dd796872525d0e518e8a3aeaa161e37bf58dd

    Adds a new wizard to automatically set up Audio/Video streaming on
    virtual servers. It also adds a little cookbook recommending to use
    the wizard for setting the most common streaming configuration.
    
 admin/Makefile.am                         |    3 +-
 admin/Wizard_Streaming.py                 |   43 +++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am   |    3 +-
 admin/static/images/wizards/streaming.png |  Bin 0 -> 5071 bytes
 doc/Makefile.am                           |    1 +
 doc/cookbook.txt                          |   11 ++++---
 doc/cookbook_streaming.txt                |   26 +++++++++++++++++
 doc/index.txt                             |   11 ++++---
 8 files changed, 86 insertions(+), 12 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3586 git=e5b3c85eca83a14fbc70f3647de7da277e45e90b

    Fixes typo
    
 admin/Wizard_CommonStatic.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3585 git=71f8383bbc6e8a0fc517a89b7e00b1da7adfa1c5

    The directory listing plug-in should generate 'url-escaped' URLs.
    This patch fixes bug #549: http://bugs.cherokee-project.com/549
    
 cherokee/handler_dirlist.c |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)


2009-08-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3584 git=531b2b46f0b82d5135016e02d64fdb4b24e5edde

    Updates the PHP cookbook.
    
 doc/cookbook_php.txt                        |   87 ++++++++++++++++++---------
 doc/media/images/admin_handler_fastcgi1.png |  Bin 25147 -> 69934 bytes
 doc/media/images/admin_handler_fastcgi2.png |  Bin 25398 -> 76648 bytes
 3 files changed, 59 insertions(+), 28 deletions(-)


2009-08-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3583 git=e928f3749bb5c83019c34c9b79536eef3ee23034

    Raise the connection timeout limit when it's trying to access a
    interpreter (source) that is currently being launching.
    
 cherokee/source_interpreter.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3582 git=4b9aa7e00d73b4f9168ac2f51560e719ad045297

    Removes a lingering space character.
    
 cherokee/cherokee-panic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3581 git=7a8b2381b069f186d06c446237aca15637b5836e

    Fixes a couple of 'bashisms'
    
 cherokee/cherokee-panic |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3580 git=e70c561be1126c6a35a0ebed66a2413e47d3b892

    Made a mistake in the previous commit. The 'sys' isn't required.
    
 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3579 git=ae475076dba4cbefc5fc8aa7512499f0c3f4a481

    Log messages ought to be UTF-8 encoded.
    
 svnlog2changelog.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-08-20  Taher Shihadeh  <taher@unixwars.com>
            svn=3578 git=62d7599596ed214e45577d2af95ac91577f690d2

    Typo fix
    
 admin/Wizard_PHP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3577 git=9d85f63ab43e5bbe75e8762e12a1b8340badeebd

    Moves the PHP wizard to a new 'Languages' category.
    
 admin/Wizard.py     |    1 +
 admin/Wizard_PHP.py |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)


2009-08-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3576 git=7404f6a9c124a617c7a059d357a1e91426907450

    Improves the Wordpress wizard, so all the different 'permalinks'
    formats are supported. It implements Antonio PÃ©rez's idea.
    
 admin/Wizard_WordPress.py  |  108 +++++++++-----------------------------------
 doc/cookbook_wordpress.txt |   14 ------
 2 files changed, 22 insertions(+), 100 deletions(-)


2009-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3575 git=c32d62054a0da3882c1573eaa5245b88718c309e

    cherokee_limiter_get_time_limit(): Fixes the function prototype.
    
 cherokee/limiter.c |   10 ++++++----
 cherokee/limiter.h |    3 ++-
 2 files changed, 8 insertions(+), 5 deletions(-)


2009-08-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3574 git=3d113602e086b9f0ff2586e098ee90167c0e16f1

    Fixes a wrong mutex acquisition in the CGI child processes. This
    patch fixes the bug: http://bugs.cherokee-project.com/546
    
 cherokee/handler_cgi.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3573 git=f6cd69194ab4e95a88d777f390d1c12f8486d9e5

    Rewrites the QA so it stops checking whether the main QA application
    is running more than test execution thread. I have not been able to
    figure why I put that check in the first place; thus, it has been
    removed. This patch also removes a trailing slash at the end of the
    local directory path. It was causing the test to fail on the final
    test check.  Hopefully I'm not introducing a regression here..
    
 qa/066-DirectoryIndex3.py |   41 ++++++++++++++++-------------------------
 1 files changed, 16 insertions(+), 25 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3572 git=6aae1d1f763b3fac1ddfabd0871eb4792032561d

    When looking for the Python and PHP interpreters, check on the $PATH
    and only then use the hardcoded list of paths. It also adds a new path
    entry for the default MacPorts directory (/opt/local/bin).
    
 qa/conf.py |    6 ++++--
 qa/util.py |   10 ++++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)


2009-08-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3571 git=18763801797353cea0b8aff8a51ce36eb56feaa4

    The md5 python modules is deprecated. This patch updates the QA test
    so it uses the new hashlib module.
    
 qa/100-Digest-htdigest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-17  Antonio Perez  <aperez@skarcha.com>
            svn=3569 git=670b6548f4d8b96b7ec0c26ad03f353b6ce0c313

    Fixes the load of the available balancers on DBslayer Module.
    Bug 544: http://bugs.cherokee-project.com/544
    
 admin/ModuleDbslayer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3568 git=a116238889726d783ae43aaf4f9ede277052d7fd

    Updates the po directory
    
 po/admin/de.po    |  577 +++++++++++++++++++++++++++++++++++++-----------
 po/admin/en.po    |  593 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/es.po    |  639 ++++++++++++++++++++++++++++++++++++++++-------------
 po/admin/nl.po    |  594 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/sv_SE.po |  590 ++++++++++++++++++++++++++++++++++++++-----------
 po/admin/zh_CN.po |  592 ++++++++++++++++++++++++++++++++++++++-----------
 6 files changed, 2789 insertions(+), 796 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3567 git=901db633f342fd8ccfc91b10138401f690c45339

    Updates the Wordpress cookbook. It refers to the wizard now.
    
 doc/cookbook_wordpress.txt        |  166 +++++++++++++------------------------
 doc/media/images/cookbook_wp4.png |  Bin 46363 -> 126090 bytes
 2 files changed, 58 insertions(+), 108 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3566 git=583cc1829bd3d907135f7a8ac27a010a3d110e1d

    Adds support for three most used permalinks formats.
    
 admin/Wizard_WordPress.py |  105 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 90 insertions(+), 15 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3565 git=18a1aab0db6f1679fef65b4b8c321f1e8e184308

    'make clean' removes the rendered documentation (.html files) now.
    
 doc/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3564 git=a3085c4e9a6a35aea044ad5a777500a235f58be3

    Removes some unnecessary images.
    
 doc/Makefile.am                               |    8 --------
 doc/media/images/cookbook_drupal_default1.png |  Bin 8160 -> 0 bytes
 doc/media/images/cookbook_drupal_default2.png |  Bin 5570 -> 0 bytes
 doc/media/images/cookbook_drupal_default3.png |  Bin 5176 -> 0 bytes
 doc/media/images/cookbook_drupal_example1.png |  Bin 7054 -> 0 bytes
 doc/media/images/cookbook_drupal_example2.png |  Bin 6632 -> 0 bytes
 doc/media/images/cookbook_drupal_example3.png |  Bin 10897 -> 0 bytes
 doc/media/images/cookbook_drupal_example4.png |  Bin 12387 -> 0 bytes
 doc/media/images/cookbook_drupal_rules.png    |  Bin 50599 -> 0 bytes
 9 files changed, 0 insertions(+), 8 deletions(-)


2009-08-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3563 git=24019595f7af850a5fa753ebb3e2caa65168ad7a

    Updates a few captures of the cherokee-admin 'Status' page.
    
 doc/media/images/admin_index.png      |  Bin 40456 -> 207782 bytes
 doc/media/images/admin_launch.png     |  Bin 40316 -> 113028 bytes
 doc/media/images/admin_notrunning.png |  Bin 83607 -> 48912 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)


2009-08-15  Taher Shihadeh  <taher@unixwars.com>
            svn=3562 git=49b0b2b8ac03412cb3012d1b2c4a759c0b294873

    Some updates and typo fixes
    
 doc/cookbook_drupal.txt |    6 +++---
 doc/dev_issues.txt      |   23 -----------------------
 doc/other_goodies.txt   |   19 +++++++++++++++++++
 3 files changed, 22 insertions(+), 26 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3561 git=3b63fb2237dc3c4f6ed3b7fed6bae836c3c8d532

    Updates the Drupal cookbook so it refers to the Drupal Wizard
    rather than describing an old-school step-by-step installation.
    
 doc/Makefile.am                            |    2 +
 doc/cookbook_drupal.txt                    |  196 +++++-----------------------
 doc/media/images/admin_vserver_wizard.png  |  Bin 0 -> 98739 bytes
 doc/media/images/admin_vservers_wizard.png |  Bin 0 -> 78538 bytes
 4 files changed, 36 insertions(+), 162 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3560 git=e26ab88deeb495189d1afa4dc4508f18643407b8

    Removes an unnecessary image.
    
 doc/Makefile.am                             |    1 -
 doc/media/images/admin_dirlist_cherokee.png |  Bin 16975 -> 0 bytes
 2 files changed, 0 insertions(+), 1 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3559 git=573194f59fee8d99135a5033c21becfe1dfb4f00

    Adds a couple of missing images.
    
 doc/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3558 git=67a59baf0130132470e74980efb497c09620fa21

    Check whether the images are included in the Makefile.am file.
    
 doc/test_images.py |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3557 git=da91ea4f1cda3cae397833875280ba9d9353b0b6

    Adds a new 'test' target to the documentation Makefile.
    
 Makefile.am        |    1 +
 doc/Makefile.am    |    8 +++++-
 doc/test_images.py |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 2 deletions(-)


2009-08-15  Antonio Perez  <aperez@skarcha.com>
            svn=3556 git=6ad15e63916ed354616d9ec3a71798b3ab236883

    asciidoc.py upgraded to version 8.4.5
    
    Fixes documentation generation warnings because of new asciidoc.
    
 doc/basics_installation_unix.txt      |   29 +-
 doc/basics_installation_windows.txt   |   29 +-
 doc/build/asciidoc.conf               |  435 +++--
 doc/build/asciidoc.py                 | 4177 +++++++++++++++++++++------------
 doc/build/lang-de.conf                |   43 +
 doc/build/lang-en.conf                |   51 +
 doc/build/lang-es.conf                |   15 +
 doc/build/lang-fr.conf                |   52 +
 doc/build/lang-hu.conf                |   52 +
 doc/build/lang-ru.conf                |   52 +
 doc/build/xhtml11-quirks.conf         |    4 +-
 doc/build/xhtml11.conf                |  337 ++-
 doc/config_general.txt                |   19 +-
 doc/config_virtual_servers_evhost.txt |   19 +-
 doc/cookbook_alfresco.txt             |   32 +-
 doc/cookbook_django.txt               |   11 +-
 doc/cookbook_drupal.txt               |   64 +-
 doc/cookbook_embedding_cherokee.txt   |    2 +-
 doc/cookbook_glassfish.txt            |   14 +-
 doc/cookbook_joomla.txt               |   24 +-
 doc/cookbook_kumbia.txt               |   10 +-
 doc/cookbook_liferay.txt              |   22 +-
 doc/cookbook_mailman.txt              |  110 +-
 doc/cookbook_managing_logs.txt        |   11 +-
 doc/cookbook_nagios.txt               |   11 +-
 doc/cookbook_phpbb.txt                |   90 +-
 doc/cookbook_ror.txt                  |   15 +-
 doc/cookbook_sugarcrm.txt             |   14 +-
 doc/cookbook_symfony.txt              |   30 +-
 doc/cookbook_trac.txt                 |   10 +-
 doc/cookbook_wordpress.txt            |   36 +-
 doc/cookbook_zend.txt                 |   10 +-
 doc/dev_cherokee.conf.txt             |  300 ++--
 doc/modules_handlers_cgi.txt          |   31 +-
 doc/modules_handlers_common.txt       |   14 +-
 doc/modules_handlers_custom_error.txt |   46 +-
 doc/modules_handlers_dbslayer.txt     |   21 +-
 doc/modules_handlers_dirlist.txt      |   51 +-
 doc/modules_handlers_file.txt         |   11 +-
 doc/modules_handlers_redir.txt        |   29 +-
 doc/modules_handlers_secdownload.txt  |   15 +-
 doc/modules_handlers_server_info.txt  |   11 +-
 doc/modules_handlers_streaming.txt    |   24 +-
 doc/modules_loggers_custom.txt        |   37 +-
 doc/modules_validators_authlist.txt   |   13 +-
 doc/modules_validators_htdigest.txt   |   11 +-
 doc/modules_validators_htpasswd.txt   |   11 +-
 doc/modules_validators_ldap.txt       |   38 +-
 doc/modules_validators_mysql.txt      |   37 +-
 doc/modules_validators_plain.txt      |   11 +-
 doc/other_signals.txt                 |   17 +-
 51 files changed, 4043 insertions(+), 2515 deletions(-)


2009-08-15  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3555 git=3dbc5acdb3e190501fa2d374f2d9591d164a0819

    Fixes a broken image reference. Thanks to Yann Malet
    <yann.malet@gmail.com> for reporting the issue.
    
 doc/modules_handlers_custom_error.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3554 git=d05e406c6eae4409f75ff23084e12a297a504f05

    Rework r3552: Same thing, but a different and cleaner implementation.
    
 admin/Form.py              |   13 +++++++++++--
 admin/Module.py            |    3 ---
 admin/ModuleAuth.py        |    2 +-
 admin/ModuleBalancer.py    |    4 ++--
 admin/ModuleCustomError.py |    2 +-
 admin/ModuleDbslayer.py    |    6 +++---
 admin/ModuleDirlist.py     |    2 +-
 admin/ModuleExists.py      |    2 +-
 admin/ModuleFcgi.py        |    4 ++--
 admin/ModuleHeader.py      |    4 ++--
 admin/ModuleProxy.py       |    4 ++--
 admin/ModuleScgi.py        |    4 ++--
 admin/ModuleServerInfo.py  |    6 +++---
 admin/PageAdvanced.py      |    4 ++--
 admin/PageEntry.py         |    8 ++++----
 admin/PageGeneral.py       |    8 ++++----
 admin/PageInfoSource.py    |   12 ++++++------
 admin/PageVServer.py       |   24 ++++++++++++------------
 admin/Rule.py              |    2 +-
 admin/Wizard_HotLinking.py |    2 +-
 20 files changed, 61 insertions(+), 55 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3553 git=f0f121df8d9559fb7ec0ff68b7b58eb96e8866ff

    The PHP wizard should use a TCP port instead of a Unix socket for the
    FastCGI communication. Even if it's slower, it is way safer.
    
 admin/Wizard_PHP.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3552 git=8b96fec1c8e05239ee78e641a12fb3bfa17edcc9

    Fixes cherokee-admin so it doesn't print superfluous error messages
    any longer. For instance: "ERROR: Could not load module 'foobar'".
    
 admin/Form.py   |    2 +-
 admin/Module.py |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3551 git=7df9038e559457b43b270f6faaf23bb11d232498

    A fragment of the spawning mechanism has been rewritten. This new
    version ought to behave better under high load.
    
 cherokee/handler_fcgi.c       |    4 +-
 cherokee/handler_fcgi.h       |    1 -
 cherokee/handler_scgi.c       |    4 +-
 cherokee/handler_scgi.h       |    1 -
 cherokee/source.c             |    3 +-
 cherokee/source_interpreter.c |  153 ++++++++++++++++++++++-------------------
 cherokee/source_interpreter.h |    6 +-
 7 files changed, 90 insertions(+), 82 deletions(-)


2009-08-14  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3550 git=94aebaed1fed19ffc56f422f5f5d29244da9003b

    Adds a few missing new lines characters.
    
 cherokee/socket.c |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3546 git=7d25eb94fcd233d56b9d0db99391616a5876c1e9

    Once the SHM spawning method has been successfully used once, do not
    even try to use the local/old mechanism.  This patch also implements a
    'grace time' for the spawned processes. It assumes the new process
    could require as much as 5 seconds to be ready or return an error.
    
 cherokee/source_interpreter.c |   50 ++++++++++++++++++++++++++++++++---------
 cherokee/source_interpreter.h |   12 ++++++++-
 2 files changed, 49 insertions(+), 13 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3545 git=08a0e6e1c4b0b0fc78304d07f647bd288522a6ba

    Gets rid of an unnecessary 'goto'.
    
 cherokee/source.c |   53 +++++++++++++++++++++++++++--------------------------
 1 files changed, 27 insertions(+), 26 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3544 git=7bdecc5270be57b95543fff211a9bf30e96d16f5

    Clean up. Nothing important.
    
 cherokee/source_interpreter.c |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)


2009-08-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3543 git=659caa3743a736df76faadf9197c3e8487e3ee4f

    Check thread_deactive_to_polling() returned value.
    
 cherokee/handler_fcgi.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)


2009-08-12  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3542 git=0eacf31826a2fe11f47f9b4472233ce7b13d8d77

    Be slightly smarter when trying to figure whether to inherit the
    server process environment variables.
    
 cherokee/source_interpreter.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3540 git=da991b997b811ace533ff745f7de80cc69e6eac1

    Set a value to source!<num>!env_inherited is not defined.
    
 admin/PageInfoSource.py |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3539 git=ce5aba40403031a4da63a58c53024752cedb9423

    Fixes a misplaced call to set the close-on-exec bit.
    
 cherokee/source.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3538 git=57df36f7c552376e2ee6f428a289213f21844117

    MacOS X packager script adapted to use the new --with-wwwuser
    and --with-wwwgroup ./configure parameters
    
 README                |    2 +-
 packages/osx/build.py |   39 ++++++++++++++-------------------------
 2 files changed, 15 insertions(+), 26 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3537 git=31c3f0f7bf9cb9539c260dfc34e0344b6ed7be37

    Adds a couple of new ./configure parameters: --with-wwwuser and
    --with-wwwgroup, so the default user and group can be defined at
    compilation time.. Nothing fancy, but handy for packagers.
    
 Makefile.am                         |   16 +++++++++++++++-
 cherokee.conf.sample.pre            |    2 --
 configure.in                        |   11 +++++++++--
 doc/basics_installation_unix.txt    |    8 +++++---
 doc/basics_installation_windows.txt |    8 +++++---
 5 files changed, 34 insertions(+), 11 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3536 git=c41f91edb95dfa2ff983bbe704d1f958799255d4

    Adds support for the HTTP/1.1 error code 307: "Temporary Redirect".
    Thanks to tylerdu (irc.freenode.net) for the report. It fixes:
    http://bugs.cherokee-project.com/543
    
 cherokee/http.c |    2 ++
 cherokee/http.h |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3535 git=7281d5ea673961def8b2d3abb519530465c70965

    Adds a little script to auto-generate the POTFILES.in file.
    
 po/admin/generate_POTFILESin.py |   44 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3534 git=636a7d4d5720a7c15e93a37c3f897a0fcc3ba098

    Fixes typo
    
 qa/run-tests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3533 git=88084e387f5aa72395af9cf276b7f0fe8f04f91a

    Updates po/admin/POTFILES.in (the list of files from which the strings
    for translation have to be extracted).
    
 po/admin/POTFILES.in |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3532 git=db0f4389053ed78f6e9bd56b0d2abcf2cb1aabc9

    Set closexec on the file descriptors used in the connections to the
    Information Sources (mainly FastCGI, SCGI and reverse HTTP).
    
 cherokee/source.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-11  Taher Shihadeh  <taher@unixwars.com>
            svn=3531 git=45d0add1192ade3a4724ed82c4883eb01b79057a

    Documentation updates. Remove references to deprecated "Generic balancer" plug-in.
    
 doc/config_info_sources.txt    |    1 -
 doc/config_virtual_servers.txt |    6 ------
 doc/dev_issues.txt             |   11 -----------
 doc/modules_balancers.txt      |   10 +---------
 doc/modules_handlers.txt       |    1 -
 doc/modules_handlers_redir.txt |   10 ++++------
 6 files changed, 5 insertions(+), 34 deletions(-)


2009-08-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3530 git=14f58fe3c4c56b6d509043307bd20549f6aca6f9

    Fixes couple of details regarding the MacOS packaging script.
    
 README                |    6 ++++++
 packages/osx/build.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


2009-08-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3529 git=64b28f41d902ab3d0debee61371ddd595faf17f7

    Deprecates the "Generic balancer" plug-in (aka 'mirror'). Now that the
    reverse proxy is rock solid there is no point on keeping this module
    around.
    
 admin/Makefile.am               |    1 -
 admin/ModuleMirror.py           |   54 -------
 admin/consts.py                 |    1 -
 cherokee/Makefile.am            |   19 ---
 cherokee/handler_mirror.c       |  311 ---------------------------------------
 cherokee/handler_mirror.h       |   73 ---------
 configure.in                    |    3 +-
 doc/Makefile.am                 |    1 -
 doc/index.txt                   |    1 -
 doc/modules.txt                 |    1 -
 doc/modules_handlers_mirror.txt |   23 ---
 11 files changed, 1 insertions(+), 487 deletions(-)


2009-08-10  Antonio Perez  <aperez@skarcha.com>
            svn=3528 git=9a208cae4ff43f77b2527eb0f5dbad4028956a57

    Warnings and Errors are written to "stderr" when loggers are not yet initialized.
    
 cherokee/error_log.c     |   20 +++++++++++++-------
 cherokee/logger_writer.c |   27 ++++++++++++++++++++-------
 cherokee/logger_writer.h |    2 ++
 3 files changed, 35 insertions(+), 14 deletions(-)


2009-08-10  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3527 git=417dead4d4364dc10d5b3a9214b1e4e94cbd2186

    Adds a new script to build MacOS X binary packages (.dmg). Both this
    script and the Windows one have been relocated to the /packages
    directory.
    
 Makefile.am                       |    2 +-
 cherokee.conf.sample.pre          |    2 +
 configure.in                      |   10 +-
 packages/Makefile.am              |    3 +
 packages/osx/Description.plist.in |   12 ++
 packages/osx/Info.plist.in        |   36 ++++
 packages/osx/License.rtf          |  346 +++++++++++++++++++++++++++++++++++++
 packages/osx/Makefile.am          |   18 ++
 packages/osx/background.tiff.gz   |  Bin 0 -> 30390 bytes
 packages/osx/build.py             |  108 ++++++++++++
 packages/osx/utils.py             |   73 ++++++++
 packages/windows/Makefile.am      |   10 +
 packages/windows/cherokee.ico     |  Bin 0 -> 2238 bytes
 packages/windows/cherokee.nsi.in  |   79 +++++++++
 packages/windows/cherokee.reg     |   12 ++
 packages/windows/cherokee_pkg.ico |  Bin 0 -> 2238 bytes
 packages/windows/install.bat      |   22 +++
 windows/Makefile.am               |   10 -
 windows/cherokee.ico              |  Bin 2238 -> 0 bytes
 windows/cherokee.nsi.in           |   79 ---------
 windows/cherokee.reg              |   12 --
 windows/cherokee_pkg.ico          |  Bin 2238 -> 0 bytes
 windows/install.bat               |   22 ---
 23 files changed, 729 insertions(+), 127 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3526 git=1aa15544a3bcd990bcb8ff869190512d307e943a

    Fixes QA tests so they can we run without a PHP interpreter.
    
 qa/run-tests.py |   16 ++++++++++++++--
 qa/util.py      |    4 +---
 2 files changed, 15 insertions(+), 5 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3525 git=036362655addc0f0cb0451b05199150dc204992a

    /etc/cherokee/ssl is no longer used
    
 Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-08-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3523 git=c9865722a7176355d20da88d332f622e4a8cc474

    Adds a new option to allow information sources to inherit the server's
    environment variables instead of being forced to define a new set of
    variables for one of them. By default the environment variables are
    inherited (to use a custom set of variables is the exception now).
    
 admin/PageInfoSource.py       |   25 +++++++++++++++++--------
 cherokee/main.c               |   13 +++++++++++--
 cherokee/source_interpreter.c |   25 ++++++++++++++++++-------
 cherokee/source_interpreter.h |   25 +++++++++++++------------
 cherokee/spawner.c            |    2 ++
 cherokee/spawner.h            |    1 +
 6 files changed, 62 insertions(+), 29 deletions(-)


2009-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3521 git=6b016ab85e5f39a4b44ed263b94e01627e271ecb

    By default, configure checks for MySQL, actually.
    
 m4/mysql.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-08-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3520 git=3e29fbcc93a9496f1d1c191a8409150e3757507b

    Tries to improve how the usage graphs are refreshed in the status
    page of cherokee-admin.
    
 admin/static/js/graphs.js |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3518 git=687f39be363ab3991cc063f94fb634c93e3d1f74

    Graphs are properly refreshed now. It fixes bug #531:
    http://bugs.cherokee-project.com/531
    
 admin/static/js/graphs.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3517 git=8577a3351266877fd2dda591eb46b13435646035

    Adds a new configuration key 'redir_symlinks' so the dirlist handler
    can redirect symbolic links to its original file instead of accessing
    it as a regular file or directory.
    
 admin/ModuleDirlist.py     |    6 ++-
 cherokee/handler_dirlist.c |  121 +++++++++++++++++++++++++++++++++++---------
 cherokee/handler_dirlist.h |    1 +
 3 files changed, 102 insertions(+), 26 deletions(-)


2009-08-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3515 git=b58cb0b9ae3b89dc37d095ef7d9d6e2deba10970

    Fixes a compilation issue: "/usr/bin/install: will not overwrite
    just-created `/usr/include/cherokee/avl.h' with `avl.h'"
    
 cherokee/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3514 git=a68f639e12cb6d05c2978069a8ac854ccce64b67

    0.99.21 released
    
 configure.in      |    2 +-
 po/admin/de.po    |  460 ++++++++++++++++++++++++++++++---------------------
 po/admin/en.po    |  471 +++++++++++++++++++++++++++++++----------------------
 po/admin/es.po    |  473 +++++++++++++++++++++++++++++++----------------------
 po/admin/nl.po    |  471 +++++++++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po |  473 +++++++++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po |  467 +++++++++++++++++++++++++++++++---------------------
 7 files changed, 1666 insertions(+), 1151 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3513 git=54958ce6efcb75bf52b10f6d8482c368680a4f9d

    Adds a new "timeout" CHEROKEE_TRACE key.
    
 cherokee/thread.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3511 git=b8594e31f4c157d4e9e3281b499d1711748a5f4c

    Fixes an unfortunate regression introduced a couple of days ago.
    
 admin/CherokeeManagement.py |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3509 git=947ee42c28c9fac67206d56b88c8a03a251e35d8

    The server will try to raise the file descriptors limit to 4096 from
    now on. The default system value was way too low in many cases.
    
 cherokee/macros.h |    9 +++++----
 cherokee/server.c |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)


2009-08-04  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3506 git=06f448034a4d6284cd6c84bc5dbc53ddf8387c2a

    Even though it isn't recommended, Cherokee allows to launch the server
    without creating a PID file. Cherokee-admin checks that file in order
    to know whether or not the server is running. This patch adds a
    slightly smarted function to detect the server presence. In case the
    server PID file weren't present it'd try to check the OS processes
    list in order to find a cherokee process being executed with the same
    configuration file. In case it were found, it'd assume the server was
    running.
    
 admin/CherokeeManagement.py |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)


2009-08-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=3505 git=e0e6db7eb244b3b2360f44e4b3d5fd4f03cfbb03

    Change hr style
    
 admin/PageVServer.py          |   12 ++++++------
 admin/static/css/cherokee.css |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)


2009-08-03  Jonathan Hernandez  <ion@suavizado.com>
            svn=3504 git=a725532f0b18dcf9f340d71948114de289ee4997

    Change colors to server graphs
    
 admin/PageStatus.py           |    4 ++--
 admin/PageVServer.py          |   12 ++++++------
 admin/static/css/cherokee.css |   19 ++++++++++++++-----
 admin/status.template.html    |    2 +-
 cherokee/collector_rrd.c      |   26 +++++++++++++-------------
 5 files changed, 36 insertions(+), 27 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3503 git=f236142aef209f81d6a26de81340e8a9496bfa98

    Stop the server reporting "Server is exiting.." more than once.
    It's merely an aesthetic fix.
    
 cherokee/main_worker.c |    4 ++++
 cherokee/server.c      |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3501 git=e03f4323a776b47f8a91cfaad2f99f0577b21aa9

    Optimizes the RRD module so it renders the absolutely minimum number
    of graph files. It takes rrdtool quite some time to render each one of
    those files so this improvement is quite interesting.
    
 cherokee/collector_rrd.c |   65 +++++++++++++++++++++++++++++++++------------
 1 files changed, 47 insertions(+), 18 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3500 git=4c081975fa1126a419d2752f14730a226a34526b

    Removes the Stats section that I added a couple of weeks ago. The
    graphs are now integrated in the PagaStatus and the PageVServer page.
    
 admin/GraphManager.py         |    3 +
 admin/Makefile.am             |    1 -
 admin/Page.py                 |    2 -
 admin/PageGeneral.py          |   18 ++++++
 admin/PageStats.py            |  131 -----------------------------------------
 admin/server.py               |    3 -
 admin/static/css/cherokee.css |    1 -
 7 files changed, 21 insertions(+), 138 deletions(-)


2009-08-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3499 git=a00e048931329f4e24fed32f793801fdc46c2daa

    Installs missing header file
    
 cherokee/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-08-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3495 git=bc960527c2364f4fbf563ee969abf26d35cc8825

    More traffic graphs integration..
    
 admin/GraphManager.py     |    3 ---
 admin/PageStatus.py       |    7 +++++--
 admin/PageVServer.py      |    9 +++++++++
 admin/static/js/graphs.js |   16 +++++++++-------
 4 files changed, 23 insertions(+), 12 deletions(-)


2009-08-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3494 git=35217e94e339b88d129033970bf82453221d2ecb

    Integrate the new graphs widget in the Virtual Server page.
    
 admin/PageVServer.py |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)


2009-07-31  Jonathan Hernandez  <ion@suavizado.com>
            svn=3493 git=688ada16367d2d1c09109824d536310444040feb

    Revamp status page, work in progress
    
 admin/PageStatus.py                 |   99 +++++++--------
 admin/static/css/cherokee.css       |  233 ++++++++++++++++++++++++++++++++++-
 admin/static/images/Makefile.am     |    3 +-
 admin/static/images/feedback.png    |  Bin 0 -> 1811 bytes
 admin/static/images/menu-active.png |  Bin 1151 -> 2470 bytes
 admin/static/images/offline.png     |  Bin 10131 -> 1905 bytes
 admin/static/images/online.png      |  Bin 9869 -> 2245 bytes
 admin/static/images/proud.png       |  Bin 0 -> 4646 bytes
 admin/static/images/web_proud.jpg   |  Bin 9325 -> 0 bytes
 admin/static/js/Makefile.am         |    1 +
 admin/static/js/graphs.js           |   32 +++++
 admin/status.template.html          |   51 ++++----
 12 files changed, 339 insertions(+), 80 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3490 git=348e4839e6153e667e9b9f46e1b3b8aa1e5064c2

    Geez! rrdtool is a CPU hog. I just realized that it was monopolizing a
    CPU of one of my servers. This patch tries to decrease the load of the
    graph re-generation by delaying the render of some of the graphs.
    
 cherokee/collector_rrd.c |   38 +++++++++++++++++++++++++++++---------
 1 files changed, 29 insertions(+), 9 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3489 git=bf09dd35b7a901ace77e2bb76fcd65893a942f9b

    Fixes typo.
    
 cherokee/common-internal.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3488 git=28943c57796541f62eda9a45d22e4256ccb9424a

    Tries be to slightly more gentle when dropping connections on
    overload. A new sched_yield() detection has been added to the
    configure process.
    
 cherokee/common-internal.h |   13 ++++++++++++-
 cherokee/thread.c          |   39 ++++++++++++++++++++++++++++++---------
 cherokee/thread.h          |    1 +
 configure.in               |   18 ++++++++++++++++--
 4 files changed, 59 insertions(+), 12 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3487 git=21034a6096f4f53b76c24b3aea37665ab4f3b6e2


 cherokee/main.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


2009-07-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3486 git=7806e055adfdcf3e49809a09823295a3bab39fdd

    Fixes an unusual compilation issue. There were a couple of superfluous
    files shipped within the source tarball: cherokee/loader.autoconf.h
    and cherokee/loader.autoconf.inc
    
 cherokee/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3485 git=262057d3027d6b6b2e43e97052273aeb63d6981a

    Same patch as before.. for source_interpreter.c.
    
 cherokee/source_interpreter.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3484 git=1e29ea8f0fd51f55121faafbd18c4fadf99f56cb

    Increases the buffer for getgrnam() from 1k to 8k. It
    seems that OpenBSD needed a bigger buffer. Thanks to
    Fernando Quintero for the fix.
    
 cherokee/server.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3483 git=2cf8bbdd50dc11d2a9fab5868c5984ed598d7a0f

    Do not even check /etc/cherokee/mods-enabled when launching
    Cherokee with the -r parameter (quick local content sharing).
    
 cherokee/main_worker.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


2009-07-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3482 git=6ec62739e9b9ddab4ab953e243b4f9b869808b76

    Bug fix: Do not try to launch anything if the cherokee-worker exists
    on fatal error. (Eg: The port is already open).
    
 cherokee/main.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3481 git=c036377c591299003ee5af7596310ff0989a2b32

    Adss a new field "Total" to all the graphs. It implements RFE #533:
    http://bugs.cherokee-project.com/533
    
 cherokee/collector_rrd.c |   56 ++++++++++++++++++++++++++++++---------------
 1 files changed, 37 insertions(+), 19 deletions(-)


2009-07-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3480 git=aadcffd65342fe36266c344c451c4e25f35b9b32

    Fixes a problem rewriting the "Host:" header in the internal HTTP
    request (from the server to the back-end).
    Thanks to G. Clifford Williams for reporting this issue.
    
 cherokee/handler_proxy.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-07-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3479 git=2344c127e92b51445651979379af1092e5166fcb

    Bug fix. Multi-line logging to syslog was failing.
    
 cherokee/util.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


2009-07-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3478 git=35d78dd6ed68f9f0406724d9f37e94f0f0d0b2e7

    Bug-fix: A couple of parameters were spawned.
    
 cherokee/cryptor_libssl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3477 git=c09dfd799c6df7592e173e82870f3051ad877335

    Remove deprecated property. Thanks to Jorge Sarmiento for reporting.
    
 admin/PageVServer.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


2009-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3476 git=80574302ccffd93a7b7a05d0fa8a6add3f46301d

    '!collector' is a known property of 'vserver!'
    
 cherokee/virtual_server.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


2009-07-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3475 git=f66dd36f8327d123177ab57e5d6bf9924e3bf258

    Fixes a compilation issue.
    
 cherokee/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3474 git=ddc0d6f4c9c99a1e183197d7b61fc1363579436a

    Adds missing file
    
 admin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3473 git=119526f2e15a5ff095b48b1d48e0759ae661e71a

    Draw timeouts in red and accepts in blue..
    
 cherokee/collector_rrd.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3472 git=16902b72c518b9fa55bbb625b03c7b1a84a6db9f

    Adds a new page to hold the statistics and graphs.
    
 admin/Page.py                 |    2 +
 admin/PageGeneral.py          |   16 -----
 admin/PageStats.py            |  131 +++++++++++++++++++++++++++++++++++++++++
 admin/PageVServer.py          |    3 +-
 admin/server.py               |    3 +
 admin/static/css/cherokee.css |    1 +
 6 files changed, 138 insertions(+), 18 deletions(-)


2009-07-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3471 git=78c84241a15cf679fe1e2a206b8e38875d0c5b7d

    Fixes a regression (compilation problem).
    
 admin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3470 git=9a98b6a62be90844328840ac1ab6be9111be367d

    Extended to handler both the /icons and /cherokee_themes directories.
    
 admin/Wizard_Icons.py |   74 ++++++++++++++++++++++++++++++++++++------------
 1 files changed, 55 insertions(+), 19 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3469 git=89b8ff0f7ec10d762f0d95fb2859dd5d964de3a7

    Adds a new Wizard. It adds a rule with the most common static files,
    so they are server as files when on a website based on dynamic
    content.
    
 admin/Makefile.am                             |    3 +-
 admin/Wizard_CommonStatic.py                  |   54 +++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am       |    3 +-
 admin/static/images/wizards/common_static.png |  Bin 0 -> 944 bytes
 4 files changed, 58 insertions(+), 2 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3468 git=5dad22a12198d78c13a1088b91cc6156dc29cc48

    RRD files shouldn't contain spaces; replacing them by underscores.
    
 cherokee/collector_rrd.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3467 git=3608686bddfa499cd5b157e8cf08d00d9df358e4

    Adds a new "draw_srv_traffic" configuration key (boolean) to
    cherokee_collector_vsrv_rrd_t.
    
 cherokee/collector_rrd.c |   10 ++++++++--
 cherokee/collector_rrd.h |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)


2009-07-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3466 git=ec0575b5ee871b8c0fd56e08ff2cb7bc846cb046

    Code clean up. cherokee_collector_rrd_t and
    cherokee_collector_vsrv_rrd_t are different
    structures now.
    
 cherokee/collector_rrd.c |  101 +++++++++++++++++++++++-----------------------
 cherokee/collector_rrd.h |   22 +++++++---
 2 files changed, 67 insertions(+), 56 deletions(-)


2009-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3465 git=ff4a8276475bc6f95e07dcc7e51a6fba8a993a78

    Improved graphs look for a better integration with Cherokee-admin.
    
 cherokee/collector_rrd.c |   66 ++++++++++++++++++++++++++++------------------
 1 files changed, 40 insertions(+), 26 deletions(-)


2009-07-20  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3464 git=420e8962a25deae3b60525d8016449c01380ea55

    (cherokee_find_exec_in_path): Bugfix.
    
 cherokee/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3463 git=0ee89a38fa31ef735668255cf75bdd85c2c19fee

    Ignore the libtool related m4 files.
    

2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3462 git=a4ce382cd2406d0bbea50431c0e81d7f29a33b00

    Adds a new Wizard for configuring the /icons directory (if missing).
    
 admin/Makefile.am                       |    3 +-
 admin/Wizard.py                         |   20 ++++++++------
 admin/Wizard_Icons.py                   |   43 +++++++++++++++++++++++++++++++
 admin/static/images/wizards/Makefile.am |    3 +-
 admin/static/images/wizards/icons.png   |  Bin 0 -> 2376 bytes
 5 files changed, 58 insertions(+), 11 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3461 git=8dea06e1abd8be190f23ac9c2dd58a3323e62460

    Fixes a silly mistake. Server traffic graphs weren't being updated.
    
 cherokee/collector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3460 git=0f0adf4c13907bfcb52b0a15e4c2fec7c1dbd578

    Checks were in the wrong order.
    
 cherokee/collector_rrd.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3459 git=9b0fcc5b0effeaf1b5f20d0e25008089f81096c4

    Relocates the directory checks. Now it's only checked
    on start instead of on each update/render.
    
 cherokee/collector_rrd.c |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)


2009-07-19  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3458 git=61b5669ef7fb225e61482c0dba232545748eafc2

    Delays information collectors initialization, so it's executed after
    the server drops its privileges. For instance, the RRDtool collector
    spawns new processes as the server user (Eg: www-data, www, ..)
    
 cherokee/collector.c      |   36 +++++--
 cherokee/collector.h      |   32 +++++--
 cherokee/collector_rrd.c  |  256 +++++++++++++++++++++++++--------------------
 cherokee/server.c         |   41 +++++++
 cherokee/virtual_server.c |    2 +-
 5 files changed, 237 insertions(+), 130 deletions(-)


2009-07-18  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3457 git=9cd66efa4aa95966abf46972eee031614df16991

    Fixes one of the RAILS_ENV default values: s/Development/development/.
    Thanks to 'atomist' for the report! It fixes the bug #529:
    http://bugs.cherokee-project.com/529
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3456 git=402d96cb26d181d33eafe8f639690121f493db28

    Checks whether a previous Unix socket already exists. If so,
    remove it before launching a new back-end application.
    
 cherokee/main_admin.c |   42 +++++++++++++++++++++++++++++++++++++++---
 1 files changed, 39 insertions(+), 3 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3455 git=550e1874c3e30e74c295dabc8c3ac8971654cb7e

    Typo
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3454 git=27d8b329eaa7da2364628cb8dc74ccf7fac84cd5

    The header length limit has been raised from 4k to 8k. It seems there
    are sites sending huge cookies that would require it. Thanks to "Gavin
    M. Roy" <gmr@myyearbook.com> for pointing it out.
    
 cherokee/macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3453 git=8722b4159cd749a884ca93b4004b2413d22341fc

    - Updates pyscgi.py from 1.7 to 1.9
    - Fixes the QA tests so they work with pyscgi.py 1.9
    - From now on, Cherokee-admin uses a Unix socket for the internal
      communication with the application back-end (a SCGI application).
      This change should fix the problems that some people have
      experienced when running cherokee-admin in a server where either had
      not a "lo" interface or in which it was filtered with a DROP rule. A
      new parameter -t (--internal-tcp) has been added so cherokee-admin
      can be forced to use the previous localhost:4000 port.
    
 admin/pyscgi.py            |   70 ++++++++++++++++++++---------
 admin/server.py            |   14 +++++-
 cherokee/main_admin.c      |   69 +++++++++++++++++++----------
 qa/126-SCGI.py             |    4 +-
 qa/127-SCGI-Post.py        |    4 +-
 qa/140-SCGI-EmptyVars.py   |    4 +-
 qa/142-SCGI-ExtraVars.py   |    4 +-
 qa/151-SCGI-vars.py        |    4 +-
 qa/152-SCGI-vars2.py       |    4 +-
 qa/153-SCGI-vars-root.py   |    4 +-
 qa/171-SCGI-Keepalive.py   |    6 +-
 qa/173-Chunked-SCGI.py     |    6 +-
 qa/226-PathInfo-Default.py |    6 +-
 qa/pyscgi.py               |  106 +++++++++++++++++++++++++++++++++++---------
 14 files changed, 213 insertions(+), 92 deletions(-)


2009-07-17  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3452 git=a2b0351916736e82ed315568175c72fb506d7d9f

    Adds support for "information collectors" (a new plug-in type). It
    also adds a new plug-in for generating usage graphs with RRDtool. Both
    the server and the cherokee-admin sides are implemented. Beware, this
    new feature is still under development; use it with caution.
    
 Makefile.am                    |    1 +
 admin/Form.py                  |   27 --
 admin/GraphManager.py          |   44 +++
 admin/Makefile.am              |    2 +
 admin/ModuleRrd.py             |   30 ++
 admin/PageGeneral.py           |   42 ++-
 admin/PageStatus.py            |   28 ++
 admin/PageVServer.py           |   44 ++-
 admin/PageVServers.py          |   19 +-
 admin/configured.py.pre        |    2 +
 admin/consts.py                |    5 +
 admin/status.template.html     |    2 +
 admin/validations.py           |    6 +
 cherokee/Makefile.am           |   23 ++-
 cherokee/admin_server.c        |   26 +-
 cherokee/bogotime.c            |   50 +++-
 cherokee/bogotime.h            |    4 +-
 cherokee/buffer.h              |    1 +
 cherokee/collector.c           |  278 ++++++++++++++
 cherokee/collector.h           |  138 +++++++
 cherokee/collector_rrd.c       |  811 ++++++++++++++++++++++++++++++++++++++++
 cherokee/collector_rrd.h       |   59 +++
 cherokee/connection.c          |   19 +-
 cherokee/handler_server_info.c |   47 ++-
 cherokee/logger.h              |    2 +-
 cherokee/logger_custom.c       |    6 +-
 cherokee/logger_ncsa.c         |    6 +-
 cherokee/main_admin.c          |   42 ++-
 cherokee/plugin.h              |    3 +-
 cherokee/server-protected.h    |    3 +
 cherokee/server.c              |   54 ++--
 cherokee/server.h              |    1 -
 cherokee/thread.c              |   29 ++-
 cherokee/util.c                |   40 ++
 cherokee/util.h                |    7 +-
 cherokee/virtual_server.c      |   78 +++--
 cherokee/virtual_server.h      |   10 +-
 configure.in                   |    3 +-
 constants.h.pre                |    2 +
 39 files changed, 1814 insertions(+), 180 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3451 git=38098133ae4ff8a79f8ed2615c47ccc0a15f918b

    Previous commit was wrong.
    
 admin/CherokeeManagement.py |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3450 git=b9071839e272b0589fa3807ae7fef4cc852fde5f

    Check error lines before reporting an actual error.
    
 admin/CherokeeManagement.py |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3449 git=e62af394314ac1c27a638950cbcd80a7819f93e3

    Errors clean up. Also, spawning mechanism initialization
    is not longer a fatal error.
    
 cherokee/main.c |   32 +++++++++++++++-----------------
 1 files changed, 15 insertions(+), 17 deletions(-)


2009-07-16  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3448 git=17fb8706ec538c48b4007cd1fbb9062001b9ab0a

    Fixes bug. Wrong error levels were reported by LOG_ERRNO.
    
 cherokee/error_log.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-07-15  Antonio Perez  <aperez@skarcha.com>
            svn=3447 git=24e5ebccdb0f05726340ea684a4a4807c3b85539


 changelog-update.sh |    3 +++
 svnlog2changelog.py |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


2009-07-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3446 git=e1ed1012f55bbeed9ec62c1f315af1640c1d41b7

    Replace $prefix/sbin by $sbindir. Thanks to gour (freenode.net)
    for pointing it out.
    
 contrib/cherokee.pre |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-13  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3445 git=f431e22ce3fbc581dfa2ee52a3e95c27b235f044

    Updates the compilation variables replacement commands.
    
 Makefile.am         |    9 +++++----
 admin/Makefile.am   |    2 +-
 contrib/Makefile.am |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3444 git=fd2b68aa5c4ee913842ab3e9b780672531205310

    The server was crashing when a SNI enabled connection accessed a
    virtual server without TLS support. This patch should fix:
    http://bugs.cherokee-project.com/523
    
 cherokee/cryptor_libssl.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3443 git=260e78e10213a3b663f5eb2b3f23fa10324ae8d7

    Adds /crossdomain.xml to the "usual static files" list. It's RFE #522
    preamble: http://bugs.cherokee-project.com/522
    
 admin/Wizard.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3442 git=59187e3d76cf560800062f418be9e9b86040e74d

    Fixes a regression that caused the the Django, Wordpress and Drupal
    wizards to fail. It fixes bug: http://bugs.cherokee-project.com/517
    
 admin/Wizard_Django.py    |    2 +-
 admin/Wizard_Drupal.py    |    2 +-
 admin/Wizard_WordPress.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


2009-07-11  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3441 git=c6d9dd74493c9a6afa06f36dd70f9561653101af

    Clean semaphores before exiting on error. It fixed bug #525
    http://bugs.cherokee-project.com/525
    
 cherokee/main.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


2009-07-09  Taher Shihadeh  <taher@unixwars.com>
            svn=3440 git=4d2e397b571a5b91e0126171a87b2abfedf0e35a

    Deletes W3C_logger info. The logger was deprecated in r3400.
    
 doc/Makefile.am                |    1 -
 doc/config_virtual_servers.txt |    6 +++---
 doc/index.txt                  |    1 -
 doc/modules.txt                |    1 -
 doc/modules_loggers.txt        |    1 -
 doc/modules_loggers_w3c.txt    |   33 ---------------------------------
 6 files changed, 3 insertions(+), 40 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3439 git=a100401cf573e4382195929c0b5870690327e469

    Don't execute ./configure is NO_CONFIGURE is defined.
    
 autogen.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3438 git=7ba41a87195f96d9bdf46e4f10b87531b56ab35b

    Gets rid of the .worker PID file. It was not really needed.
    
 admin/CherokeeManagement.py |   17 +++----------
 cherokee/main_worker.c      |    2 -
 cherokee/server.c           |   53 +------------------------------------------
 3 files changed, 5 insertions(+), 67 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3437 git=596dd04e175b0e5ac87e60d72fe00e4fab3b63b0

    Clean up
    
 cherokee/thread.c |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3436 git=9237893bd1f0a0dc7844cb71043f8fed2c146e65

    Tries to remove the worker PID file on exit. Fixes bug #524:
    http://bugs.cherokee-project.com/524
    
 cherokee/server.c |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)


2009-07-09  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3435 git=72915beb2941a484e876f76ea540201a901c04ee

    Always clean up on exit. It should fix
    http://bugs.cherokee-project.com/525
    
 cherokee/main.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)


2009-07-08  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3434 git=f146e31625ec3f160ecd29ce242bc0452ef939f4

    Adds new path for pkgsrc binaries. Thanks to Roy Marples for the
    feedback!
    
 admin/Wizard_PHP.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3433 git=719434342d83f623e5c9de17e8d8e5aa43762aaa

    Typo.
    
 admin/Module.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-07  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3432 git=673856ad15d111253ac9c636f379c760bae55423

    Adds a reference to the identi.ca group. Thanks to Bela Hausmann
    <post@belahausmann.name> for creating the group and sending the patch
    for the documentation.
    
 doc/other_community.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3431 git=bd3341461dfdd59ae4a5bb3a92a750a1f328fe93

    cherokee.conf.sample does no longer include PHP.
    
 admin/PageNewConfig.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-07  Taher Shihadeh  <taher@unixwars.com>
            svn=3430 git=f266af0673ec53a5538442fec2e1174a39c8932c

    Another developer added.
    
 svnlog2changelog.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3429 git=ca20204da553587a31c38ef3e785c542baaf1c16

    http-cherokee.xml is auto-generated now; SVN ought to ignore it.
    

2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3428 git=f11217f59d298aa7f51202c69fb420d8d33b2b0f

    Modifies the logger so it uses the bogotime callback mechanism.
    
 cherokee/logger_ncsa.c |   80 ++++++++++++++++++++++++-----------------------
 cherokee/logger_ncsa.h |    2 +-
 2 files changed, 42 insertions(+), 40 deletions(-)


2009-07-06  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3427 git=b14734ed97421743e3a118d2d5194128a821951b

    Fixes a few misc. details..
    
 cherokee/buffer.c       |   59 +++++++++++++++++++++++++++++++----------------
 cherokee/fdpoll-epoll.c |    8 +++---
 2 files changed, 43 insertions(+), 24 deletions(-)


2009-07-05  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3424 git=6fd57938348fef0267e5d24c6180903f2b73c598

    Improves the OpenSolaris (& S10) SMF support. Thanks to Miguel Vidal
    <mvidal@libresoft.es> for sending a patch fixing the exec_method's
    start property. Additionally, this patch renames the .xml to .xml.pre
    so the paths are rewritten according to the real installation paths.
    
 Makefile.am           |   17 +++++--
 configure.in          |    4 +-
 http-cherokee.xml     |  120 -------------------------------------------------
 http-cherokee.xml.pre |  120 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 135 insertions(+), 126 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3423 git=390ad902dcb4731b477799b2834ef0319a6e697e

    Improves header parsing.
    
 cherokee/header.c |   24 ++++++++-----------
 cherokee/util.c   |   66 ++++++++++++++++++++++++++++++++++++-----------------
 cherokee/util.h   |    5 ++++
 3 files changed, 60 insertions(+), 35 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3422 git=75b2fd4494618d9b1cc7241182a258bfc27e3b65

    It speeds up slightly trace-enabled binaries.
    
 cherokee/connection.c |   10 +++++++++-
 cherokee/trace.c      |    7 +++++++
 cherokee/trace.h      |    1 +
 3 files changed, 17 insertions(+), 1 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3421 git=1b5319072ade01b5cdd3107dfa41c3a87366561d

    Adds a comment with a reminder on how to change SVN commit logs.
    
 changelog-update.sh |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3419 git=a721cc1e5a55ed184a040f6f36e11a528ffbe4c8

    Fixes a compilation problem (when building with TLS-SNI support):
    http://lists.octality.com/pipermail/cherokee/2009-July/010668.html
    
 cherokee/cryptor_libssl.c  |    2 +-
 cherokee/vrule_target_ip.c |    8 ++++++++
 2 files changed, 9 insertions(+), 1 deletions(-)


2009-07-03  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3418 git=60d9c60afc98ebf97d3a4cf6470c76c4de2ef9f5

    Adds a new --with-libssl parameter so the server can be compiled with
    a custom libssl/OpenSSL library located in a non-standard directory.
    The most common case would be: --with-libssl=/usr/local/ssl
    
 cherokee/Makefile.am |    8 ++++----
 configure.in         |   33 +++++++++++++++++++++++++--------
 2 files changed, 29 insertions(+), 12 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3416 git=8e9d157f2bf7e6a87777deb977724fc865963ef8

    Adds a couple of additional TRACE points
    
 cherokee/cryptor_libssl.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3415 git=f6330ee4c05993fdc44502bd0f9519af6b9fdb2b

    Bug fix: It had to copy the length instead of the whole structure.
    
 cherokee/vrule_target_ip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-02  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3414 git=7547415c4ba483407f46dfd455cd874f2dc5ec62

    Adds a new Virtual Server matching plug-in. It allows to choose a
    Virtual Server based on the target IP of the TCP connection rather
    than on the HTTP "Host:" header.
    
 admin/Form.py               |    4 +-
 admin/Makefile.am           |    1 +
 admin/ModuleRehost.py       |   12 +++-
 admin/ModuleTargetIp.py     |   68 ++++++++++++++++++++
 admin/ModuleWildcard.py     |   12 +++-
 admin/PageVServer.py        |    3 +
 admin/PageVServers.py       |    2 +
 admin/consts.py             |    3 +-
 cherokee/Makefile.am        |   20 ++++++
 cherokee/connection.c       |    2 +-
 cherokee/server-protected.h |    2 +-
 cherokee/server.c           |    3 +-
 cherokee/vrule.c            |    5 +-
 cherokee/vrule.h            |    4 +-
 cherokee/vrule_rehost.c     |    5 +-
 cherokee/vrule_target_ip.c  |  145 +++++++++++++++++++++++++++++++++++++++++++
 cherokee/vrule_target_ip.h  |   49 +++++++++++++++
 cherokee/vrule_wildcard.c   |    7 ++-
 configure.in                |    3 +-
 19 files changed, 334 insertions(+), 16 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3413 git=c5b3f530b8a99d89094b02c4b85287ec30c3de4c

    Fixes a problem between EVHost and the File Exists rule plug-in. They
    did not work together because of an invalid execution order. Now the
    EVHost document root is evaluated in advance so the file exists rule
    knows about it when checking.
    
 cherokee/connection-protected.h |    7 ++-
 cherokee/connection.c           |  103 +++++++++++++++++---------------------
 cherokee/rule_exists.c          |    2 +-
 cherokee/thread.c               |   22 +++++---
 4 files changed, 65 insertions(+), 69 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3411 git=6a51c09b4170dcbddb41c95c7e0f84e6e53d2cae

    0.99.20 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3410 git=b06f6bf08f2d23ed61d007282e81d1ce3947996a


 po/admin/de.po    |  308 +++++++++++++++++++++++++++-------------------------
 po/admin/en.po    |  313 +++++++++++++++++++++++++++-------------------------
 po/admin/es.po    |  314 +++++++++++++++++++++++++++-------------------------
 po/admin/nl.po    |  312 +++++++++++++++++++++++++++--------------------------
 po/admin/sv_SE.po |  314 +++++++++++++++++++++++++++-------------------------
 po/admin/zh_CN.po |  314 +++++++++++++++++++++++++++-------------------------
 6 files changed, 969 insertions(+), 906 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3409 git=514d006759392f7f65bd3a4d5223767e5862c776

    Add the new "hash" parameter to the documentation. Patch by Frank
    Groeneveld <frankgroeneveld@gmail.com>.
    
 doc/modules_validators_mysql.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3408 git=0b46a477c0962ae4cce38744bf6da734d903a924

    Adds support for SHA1 hashed passwords. Based on patch by Frank
    Groeneveld <frankgroeneveld@gmail.com>. Thank you, goog stuff!!
    It implements: http://bugs.cherokee-project.com/477
    
 admin/ModuleMysql.py       |   25 ++++++++++++++++---------
 cherokee/validator_mysql.c |   37 ++++++++++++++++++++++++-------------
 cherokee/validator_mysql.h |    9 +++++++--
 3 files changed, 47 insertions(+), 24 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3407 git=4b311631ffcf3dff482585c6524b7811d68fda5b

    Neither of these plug-ins was checking whether log writes were
    specified in the configuration. This leaded to server crashes when
    there were not configured properly.
    
 cherokee/logger_custom.c |   32 ++++++++++++++++++++------------
 cherokee/logger_ncsa.c   |   24 ++++++++++++++----------
 2 files changed, 34 insertions(+), 22 deletions(-)


2009-07-01  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3406 git=f3e34aa3fdc35c768ea3a53732e3ff637dc30480

    FFMpeg depends on libm
    
 configure.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


2009-06-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3405 git=71d441f2b93257421f85241f5aa7d07b333f3b78

    Fixes a problem in the admin: host name entries could not be changed
    because of old values were not being purged. Thanks to Stefan de
    Konink for reporting.
    
 admin/PageVServer.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


2009-06-30  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3404 git=e89dab2013fc66c0de1144e53de5728f6f0b0705

    Fixes a compilation problem
    
 cget/main.c          |    4 ++--
 cherokee/Makefile.am |   11 ++++++-----
 cherokee/error_log.c |    8 ++++++--
 3 files changed, 14 insertions(+), 9 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3403 git=fe983689b028a4db6a0725377412df36214369dc

    Replace almost all the PRINT_ERROR, PRINT_ERROR_S and PRINT_ERRNO by
    their equivalent macro in the new error reporting system.
    
 cherokee/access.c               |   12 +++---
 cherokee/admin_client.c         |   22 +++++-----
 cherokee/avl.c                  |    6 +-
 cherokee/balancer.c             |    6 +-
 cherokee/balancer_ip_hash.c     |    4 +-
 cherokee/balancer_round_robin.c |    4 +-
 cherokee/bind.c                 |    6 +-
 cherokee/buffer.c               |   22 +++++-----
 cherokee/common-internal.h      |    1 +
 cherokee/config_entry.c         |    2 +-
 cherokee/config_reader.c        |    8 ++--
 cherokee/connection.c           |    6 +-
 cherokee/cryptor_libssl.c       |   87 ++++++++++++++++++++-------------------
 cherokee/downloader.c           |    4 +-
 cherokee/encoder_deflate.c      |   14 +++---
 cherokee/encoder_gzip.c         |   14 +++---
 cherokee/fdpoll-epoll.c         |   15 ++++--
 cherokee/fdpoll-kqueue.c        |    2 +-
 cherokee/fdpoll-port.c          |   14 +++---
 cherokee/gen_evhost.c           |    4 +-
 cherokee/handler_cgi.c          |    9 ++--
 cherokee/handler_custom_error.c |    2 +-
 cherokee/handler_dbslayer.c     |    5 +-
 cherokee/handler_dirlist.c      |    4 +-
 cherokee/handler_error_redir.c  |    4 +-
 cherokee/handler_fcgi.c         |    6 +-
 cherokee/handler_mirror.c       |    2 +-
 cherokee/handler_proxy.c        |    4 +-
 cherokee/handler_redir.c        |    2 +-
 cherokee/handler_scgi.c         |    2 +-
 cherokee/handler_secdownload.c  |    2 +-
 cherokee/handler_server_info.c  |    4 +-
 cherokee/header.c               |    8 ++--
 cherokee/http.c                 |    2 +-
 cherokee/icons.c                |    4 +-
 cherokee/init.c                 |    4 +-
 cherokee/logger.h               |    1 +
 cherokee/logger_ncsa.c          |    4 --
 cherokee/logger_writer.c        |   37 +++++++++++-----
 cherokee/logger_writer.h        |    2 +-
 cherokee/macros.h               |   11 ++---
 cherokee/main_tweak.c           |    2 +-
 cherokee/main_worker.c          |    2 +-
 cherokee/ncpus.c                |   12 +++--
 cherokee/plugin_loader.c        |   10 ++--
 cherokee/post.c                 |    2 +-
 cherokee/regex.c                |    2 +-
 cherokee/rule_bind.c            |    8 ++--
 cherokee/rule_directory.c       |    4 +-
 cherokee/rule_exists.c          |    4 +-
 cherokee/rule_extensions.c      |    4 +-
 cherokee/rule_from.c            |    6 +-
 cherokee/rule_fullpath.c        |    4 +-
 cherokee/rule_geoip.c           |    4 +-
 cherokee/rule_header.c          |   10 ++--
 cherokee/rule_method.c          |    6 +-
 cherokee/rule_request.c         |    7 +--
 cherokee/server.c               |   10 +++--
 cherokee/socket.c               |   42 +++++++++++--------
 cherokee/source.c               |    8 ++--
 cherokee/source_interpreter.c   |   13 +++---
 cherokee/spawner.c              |    5 +-
 cherokee/template.c             |    2 +-
 cherokee/thread.c               |   10 ++--
 cherokee/util.c                 |   39 +++--------------
 cherokee/util.h                 |    3 +-
 cherokee/validator_file.c       |    4 +-
 cherokee/validator_ldap.c       |   37 ++++++++--------
 cherokee/validator_mysql.c      |   12 +++---
 cherokee/virtual_server.c       |   28 ++++++------
 cherokee/vrule_rehost.c         |    2 +-
 cherokee/vrule_wildcard.c       |    2 +-
 72 files changed, 337 insertions(+), 339 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3402 git=4936021f42ae1b2ff11797e416bf7e872d1a20b8

    Add support for LOG_ERRNO and LOG_ERRNO_S
    
 cherokee/error_log.c |   46 ++++++++++++++++++++++++++++++++++++++++++----
 cherokee/error_log.h |   18 +++++++++++-------
 2 files changed, 53 insertions(+), 11 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3401 git=34e41ee96ec87e5a7d30d0b09d798868c838e409

    This patch changes substantially the way in which errors and warnings
    are logged. From now on, warnings, regular errors, and critical issues
    are logged in the error log. That was supposed to be the default
    behavior, although most of the code used the PRINT_ERROR macro which
    was not working with the logging subsystem. In this change-set a few
    new macros are introduced so regular functions can log errors without
    having access to the connection or the virtual server objects. Most of
    the PRINT_ERROR references ought to be replaced with either LOG_ERROR,
    LOG_WARNING or LOG_CRITICAL. So far only the cherokee/server.c
    references have been replaced for testing purposes. More related
    commits to come.
    
 cherokee/common-internal.h |   52 +++++++++++++++-----------
 cherokee/error_log.c       |   85 +++++++++++++++++++++++++++++++++++++++++
 cherokee/error_log.h       |   59 +++++++++++++++++++++++++++++
 cherokee/fcgi_manager.c    |    7 +--
 cherokee/handler_cgi.c     |    6 +--
 cherokee/handler_fcgi.c    |    7 +--
 cherokee/handler_file.c    |   13 ++----
 cherokee/init.c            |    1 +
 cherokee/logger.c          |   33 ++--------------
 cherokee/logger.h          |    8 +---
 cherokee/logger_combined.c |    1 -
 cherokee/logger_custom.c   |   24 +++++------
 cherokee/logger_custom.h   |    2 +-
 cherokee/logger_ncsa.c     |   60 +++++++----------------------
 cherokee/logger_ncsa.h     |    3 +-
 cherokee/macros.h          |   22 +++++-----
 cherokee/server.c          |   90 ++++++++++++++++++++++++++++----------------
 cherokee/thread.c          |   16 ++++++++
 cherokee/threading.c       |   14 +++++++
 cherokee/threading.h       |    2 +
 cherokee/trace.c           |   11 +----
 cherokee/util.c            |   22 +++++++++++
 cherokee/util.h            |    3 +-
 cherokee/validator_pam.c   |   28 +++----------
 24 files changed, 354 insertions(+), 215 deletions(-)


2009-06-29  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3400 git=e1140f20c3af46700d6447225d2af3284609eccb

    Deprecates the W3C logger.
    
 admin/PageVServer.py  |  111 ++++++----------
 admin/consts.py       |    1 -
 cherokee/Makefile.am  |   21 +---
 cherokee/logger_w3c.c |  349 -------------------------------------------------
 cherokee/logger_w3c.h |   67 ----------
 configure.in          |    3 +-
 6 files changed, 47 insertions(+), 505 deletions(-)


2009-06-28  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3399 git=9aa2aa9d0ee01568797056240e5d6b636261a1c5

    Fixes a few gcc compilation warnings.
    
 cherokee/common-internal.h |   10 ++++++++++
 cherokee/handler_cgi.c     |    2 +-
 cherokee/main.c            |    6 ++----
 cherokee/server.c          |    2 +-
 cherokee/thread.c          |    2 +-
 5 files changed, 15 insertions(+), 7 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3398 git=7e9f23773af36bb3aea5c5288e6e696a3d24b2ce

    If patch is meant to fix an autoconf warning. The configure script was
    complaining about the secutiry/pam_modules.h system header. Check
    http://bugs.cherokee-project.com/491 and chapter "19.7 Header Present
    But Cannot Be Compiled" for the autoconf documentation for more info.
    
 configure.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3397 git=6caf8623fb8d5a508b349d2d00b671a40fa64e71

    Do not set an empty REMOTE_USER variable when user has not been
    authenticated. Fixes bug: http://bugs.cherokee-project.com/467
    
 cherokee/handler_cgi_base.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3396 git=7e257bad35a6ad399a4c67fc3bf4665ede0db2aa

    When Cherokee was compiling without Pthread support (or threading was
    turn off in the configuration), it was not able to perform graceful
    restarts operations properly: http://bugs.cherokee-project.com/485
    
 cherokee/thread.c |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3395 git=da684d01565a8599d540644c42a9f4f5a7a1ccdd

    Adds a couple of new properties 'backup' and 'hidden' for showing
    back-up files and hidden files. By default both properties are false,
    so the default behavior doesn't change. It fixes bug #485 anyway:
    http://bugs.cherokee-project.com/485
    
 admin/ModuleDirlist.py     |    7 +++++--
 cherokee/handler_dirlist.c |   21 +++++++++++++++------
 cherokee/handler_dirlist.h |    2 ++
 3 files changed, 22 insertions(+), 8 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3394 git=05e781cccab5c036c47fd4af7998a223ecbf9ca7

    RegEx entries are editable now. http://bugs.cherokee-project.com/496
    
 admin/ModuleProxy.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3393 git=193707c02295af3c8427760fe756a2358533a8a7

    Fixes a problem with the 'seconds' property. Thanks Stefan de Konink
    for the patch! Fixes http://bugs.cherokee-project.com/513
    
 cherokee/handler_server_info.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)


2009-06-27  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3392 git=5b73baa5c55a6a350c806e96dd92244b2ef9d458

    Speeds up graceful restarts. http://bugs.cherokee-project.com/500
    
 cherokee/thread.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3391 git=6d61026c59795c083b7613b26d581abcb4bb2000

    Fixes a few calls to cherokee_logger_write_string() along the
    code. Lines were not being separated with new line characters.
    Fixes: http://bugs.cherokee-project.com/510
    
 cherokee/fcgi_manager.c  |    2 +-
 cherokee/handler_cgi.c   |    2 +-
 cherokee/handler_fcgi.c  |    2 +-
 cherokee/handler_file.c  |    4 ++--
 cherokee/validator_pam.c |    6 +++---
 5 files changed, 8 insertions(+), 8 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3390 git=e275d0468023b2f3413343546197c7e9c6846925

    Now it uses bogonow instead of the time() system call. It also print a
    more detailed time information (including milliseconds). This patch
    implements: http://bugs.cherokee-project.com/511
    
 cherokee/trace.c |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)


2009-06-26  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3389 git=e48dbd65fffb5bccfe3a8688dca3c61f79fca8e2

    Adds a new property to the wizard. It allows to set a RAILS_ENV value
    from within the Wizard. Fixes: http://bugs.cherokee-project.com/506
    
 admin/Wizard_RoR.py |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3387 git=b8e12aa72477b0e0b8c4305be8379e2c019d2372

    Improve the validation process in the Wizards. It also improves the
    persistence of the user entered information when a error shows up.
    
 admin/Wizard.py            |   10 +++
 admin/Wizard_Django.py     |   17 ++++-
 admin/Wizard_Drupal.py     |  144 ++++++++++++++++++++++++--------------------
 admin/Wizard_HotLinking.py |    7 ++-
 admin/Wizard_Mailman.py    |    6 ++-
 admin/Wizard_Redirect.py   |   30 ++++++---
 admin/Wizard_RoR.py        |   12 +++-
 admin/Wizard_WordPress.py  |  141 +++++++++++++++++++++++-------------------
 8 files changed, 219 insertions(+), 148 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3386 git=8238be96a687f81c8451f7d927c536f08ed94186

    Information sources were not shown in order. This quick fix sorts them
    before rendering the information sources tables. Thanks to Gunnar Wolf
    for logging this RFE. Fixes: http://bugs.cherokee-project.com/508
    
 admin/PageInfoSource.py |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3385 git=ef8375fa5a2c70eeca78dfeb5ffdb5ae99fbdb26

    Adds a -d parameter to spawn-fcgi so it chmod()s to the RoR project
    directory before spawning the new process. Thanks to Gunnar Wolf for
    reporting! Fixes: http://bugs.cherokee-project.com/505
    
 admin/Wizard_RoR.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-25  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3384 git=8409d1003b1481be5d30e2d854e67064b6473da9

    Fixes a number of compilation warnings; thanks to Marcus Rueckert for
    reporting them.
    
 cherokee/connection.c      |    2 +-
 cherokee/handler_dirlist.c |    6 ++++--
 cherokee/logger_w3c.c      |    2 --
 cherokee/template.c        |    2 +-
 cherokee/virtual_server.c  |    3 ++-
 5 files changed, 8 insertions(+), 7 deletions(-)


2009-06-25  Jonathan Hernandez  <ion@suavizado.com>
            svn=3383 git=3b9d11cc15b21f6d675b88588c7802e0a0b14b69

    Fix some look and feel problems in wizard panels UI.
    
 admin/static/css/cherokee.css |  624 ++++++++++++++++++++---------------------
 admin/static/js/wizards.js    |   19 +-
 2 files changed, 315 insertions(+), 328 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3382 git=93ffc99d9fce8f4f047aeb5495a8d4fbfb90e35e

    Fixes a couple of compilation warnings.
    
 cherokee/cryptor_libssl.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3381 git=8d05f9ca55c8f7c4de4677a897a77ca237666184

    Uninitialized variable fix. Reported by Marcus Rueckert.
    
 cherokee/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3380 git=423afc9dc873d022f26878eb4d1020d2d1a73c9e

    Fixes a wrong call to memset(). Thanks to Marcus Rueckert
    <darix@opensu.se> for reporting this issue.
    
 cherokee/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3379 git=66875495953a1e678ba9bb471a6829c06cd887ad

    0.99.19 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-24  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3378 git=08d45687d3a1c5874b37af205b6d886d5ec60145


 po/admin/de.po    |    2 +-
 po/admin/en.po    |    2 +-
 po/admin/es.po    |    2 +-
 po/admin/nl.po    |    2 +-
 po/admin/sv_SE.po |    2 +-
 po/admin/zh_CN.po |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


2009-06-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3376 git=6bc8ffb974b5c9fc98dc80b26a3cdbf557fd4c5f

    Adds a shortcut in the code in order to reduces the exiting time. It
    should fix bug: http://bugs.cherokee-project.com/500
    
 cherokee/thread.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


2009-06-23  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3375 git=dead312f27b8a6c65ca51cb71550b4b5bc23f41e

    Rails 2.3 reprecated the script/process directory. This patch updates
    the wizard so it checks for another file while checking whether or not
    the directory contains a RoR project. It also fixes the error message
    so it includes the command for adding the missing files.
    
 admin/Wizard_RoR.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


2009-06-23  Jonathan Hernandez  <ion@suavizado.com>
            svn=3374 git=0a14740384f466b1b71d677d7516fad7ff24e1b7

    Enhacements to wizards panels
    
 admin/PageVServer.py          |    4 +-
 admin/PageVServers.py         |    4 +-
 admin/static/css/cherokee.css |   69 +++++++++++++++++++++-----------
 admin/static/js/wizards.js    |   85 +++++++++++++++++++---------------------
 4 files changed, 89 insertions(+), 73 deletions(-)


2009-06-22  Antonio Perez  <aperez@skarcha.com>
            svn=3373 git=21c191748bb680c0c3cedee346bbc79480507986


 svnlog2changelog.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Antonio Perez  <aperez@skarcha.com>
            svn=3372 git=1c28c5c373dffccb08d928009d78c8615f23b0cd

    Wizards javascript functions was not being installed.
    
 admin/static/js/Makefile.am |    3 ++-
 svnlog2changelog.py         |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3370 git=6ab72416f95cb3db17a9538d119ad3d3c1943c45

    Reverts the previous change (wrong commit).
    
 cherokee/handler_fcgi.c |    1 -
 cherokee/handler_scgi.c |    1 -
 cherokee/thread.c       |   19 ++-----------------
 3 files changed, 2 insertions(+), 19 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3369 git=1b0031866108fb4ee6704a05b0a63ddaa3ff10b0

    ChangeLog should be ignored by SVN
    
 cherokee/handler_fcgi.c |    1 +
 cherokee/handler_scgi.c |    1 +
 cherokee/nonce.c        |    1 -
 cherokee/thread.c       |   19 ++++++-
 po/admin/de.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/en.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/es.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/nl.po          |  133 ++++++++++++++++++++++++----------------------
 po/admin/sv_SE.po       |  133 ++++++++++++++++++++++++----------------------
 po/admin/zh_CN.po       |  133 ++++++++++++++++++++++++----------------------
 10 files changed, 433 insertions(+), 387 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3368 git=87d3c8e7d2db3908013ef9892f8da290180aa0e4

    It should return a failure when trying to set auto_rate if FFMped
    support is missing. Thanks to Pedro Gracia Fajardo for the patch.
    
 cherokee/handler_streaming.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3367 git=0de36d21f5edf7c6a976a995867c521d02e0ea39

    0.99.18 released
    
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


2009-06-22  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3366 git=d22cfaccda1ee911d936aa8e882c3d6cbda22701

    The spawning mechanism was failing when the server was not running as
    root. The source of the issue was a SysV IPC semaphore; it belonged to
    the root user, so cherokee-worker wasn't able to interact with it.
    This issue has been reported in the mailing list. Thanks to Matt
    Austin, Piotr Waskiewicz, Frank Groeneveld and Michael Maier for
    finding and following up this bug:
    http://lists.octality.com/pipermail/cherokee/2009-June/010537.html
    
 cherokee/main.c |   80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 80 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3365 git=3ba29a7d1dd302fab26d22a678cbc2cedd6cf6a3

    Move the ChangeLog (re)generation script to a new file:
    changelog-update.sh. It's still called from ./autogen.sh.
    
 Makefile.am         |    3 ++-
 autogen.sh          |   29 +----------------------------
 changelog-update.sh |   35 +++++++++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 29 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3364 git=828e66f33a5a1c782a2fdace2d4ffddfa7d1d2aa

    Bugfix
    
 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3363 git=330aa0e40205fb9be28c9fa1a7437314607e21f9

    Integrates the svnlog2changelog.py in the autogen.sh script.
    
 autogen.sh          |   34 +++++++++++++++++++++++++++++++++-
 svnlog2changelog.py |   14 ++++++++------
 2 files changed, 41 insertions(+), 7 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3362 git=03a08751517e2d8de83c025b1c34162d553c9257

    Even though it isn't strictly necessary, we are going to distribute
    the svnlog2changelog.py script in the Cherokee source tarball.
    
 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3361 git=68dab500cd0c237309a9be031602acbff4c4b868

    Since svn2log.py uses a non-standard XML library, I've had to write
    this new script to build the ChangeLog file. This is the first and
    early version.
    
 svnlog2changelog.py |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3360 git=43ddd08347003d81a243932e053cdb4151e7c703

    Adding the old Changelog file
    
 ChangeLog.20090621 |17001 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 17001 insertions(+), 0 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3359 git=235f56551076872c3a3191811a9d03794facce40

    Renaming Changelog to Changelog.20090621
    
 ChangeLog |17001 -------------------------------------------------------------
 1 files changed, 0 insertions(+), 17001 deletions(-)


2009-06-21  Alvaro Lopez Ortega  <alvaro@octality.com>
            svn=3358 git=5eb0f43047ad0e6cf169cb0fdc3b05e0a7c26865

    This is the last entry of this change-log file. It's being rename to
    Changelog.20090621. From now on we will use SVN commit comments, and
    the Changelog file will be built out of them.
    
 ChangeLog |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

