myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 5dfbfc7f77


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 5dfbfc7f779835cf460f810889d48b291dc84d77
Date: Sun, 28 Jun 2009 00:36:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  5dfbfc7f779835cf460f810889d48b291dc84d77 (commit)
      from  930e66d79ea2aaeafede75c2f39e15bd8e0092fa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5dfbfc7f779835cf460f810889d48b291dc84d77
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Jun 28 02:36:38 2009 +0200

    Do not repeat variables already present in the HttpThreadContext structure 
to `HttpDataHandler::send'.  Use `bool' instead of `int' to specify boolean 
params.

-----------------------------------------------------------------------

Summary of changes:
 myserver/include/http_handler/fastcgi/fastcgi.h    |    7 ++++---
 myserver/include/http_handler/http_dir/http_dir.h  |    4 ++--
 .../include/http_handler/http_file/http_file.h     |    4 ++--
 myserver/include/http_handler/isapi/isapi.h        |    6 +++---
 myserver/include/http_handler/mscgi/mscgi.h        |    6 +++---
 myserver/include/http_handler/proxy/proxy.h        |    6 +++---
 myserver/include/http_handler/scgi/scgi.h          |    6 +++---
 myserver/include/http_handler/wincgi/wincgi.h      |    6 +++---
 myserver/include/protocol/http/http_data_handler.h |    6 +++---
 .../include/protocol/http/http_thread_context.h    |   11 ++++++++---
 myserver/src/http_handler/fastcgi/fastcgi.cpp      |    5 ++---
 myserver/src/http_handler/http_dir/http_dir.cpp    |    7 +++----
 myserver/src/http_handler/http_file/http_file.cpp  |   17 ++++++++---------
 myserver/src/http_handler/isapi/isapi.cpp          |    6 +++---
 myserver/src/http_handler/mscgi/mscgi.cpp          |    7 +++----
 myserver/src/http_handler/proxy/proxy.cpp          |    9 ++++-----
 myserver/src/http_handler/scgi/scgi.cpp            |    6 ++----
 myserver/src/http_handler/wincgi/wincgi.cpp        |    5 ++---
 myserver/src/protocol/http/http.cpp                |    7 ++-----
 myserver/src/protocol/http/http_data_handler.cpp   |    4 ++--
 20 files changed, 65 insertions(+), 70 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]