|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50982 - in sandbox/SOC/2007/cgi/branches/pickmeup: boost/cgi/detail libs/cgi/example/cgi/DebugServer2
From: lists.drrngrvy_at_[hidden]
Date: 2009-02-02 18:53:53
Author: drrngrvy
Date: 2009-02-02 18:53:52 EST (Mon, 02 Feb 2009)
New Revision: 50982
URL: http://svn.boost.org/trac/boost/changeset/50982
Log:
Fixes for Ubuntu (tested 8.04 64bit)
Text files modified:
sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/detail/cgi_service_impl_base.hpp | 4 ++--
sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/TracebackServer.cpp | 1 +
sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/TracebackServer.hpp | 3 ++-
sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/ctemplate.cpp | 3 ++-
sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/debug_view.html | 2 +-
5 files changed, 8 insertions(+), 5 deletions(-)
Modified: sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/detail/cgi_service_impl_base.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/detail/cgi_service_impl_base.hpp (original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/boost/cgi/detail/cgi_service_impl_base.hpp 2009-02-02 18:53:52 EST (Mon, 02 Feb 2009)
@@ -173,9 +173,9 @@
load(implementation_type& impl, bool parse_stdin
, boost::system::error_code& ec)
{
- return load(impl, common::parse_stdin
+ return load(impl, parse_stdin
? common::parse_all
- : (common::parse_env | common::parse_cookies)
+ : (common::parse_env | common::parse_cookie)
, ec);
}/*
detail::save_environment(env_vars(impl.vars_));
Modified: sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/TracebackServer.cpp
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/TracebackServer.cpp (original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/TracebackServer.cpp 2009-02-02 18:53:52 EST (Mon, 02 Feb 2009)
@@ -141,3 +141,4 @@
}
return false;
}
+
Modified: sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/TracebackServer.hpp
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/TracebackServer.hpp (original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/TracebackServer.hpp 2009-02-02 18:53:52 EST (Mon, 02 Feb 2009)
@@ -55,4 +55,5 @@
// Add the running times to the dictionary.
void dump_times(dictionary_type& dict);
-};
\ No newline at end of file
+};
+
Modified: sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/ctemplate.cpp
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/ctemplate.cpp (original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/ctemplate.cpp 2009-02-02 18:53:52 EST (Mon, 02 Feb 2009)
@@ -64,4 +64,5 @@
server.run(&cgi_handler);
return 0;
-}
\ No newline at end of file
+}
+
Modified: sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/debug_view.html
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/debug_view.html (original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/cgi/DebugServer2/debug_view.html 2009-02-02 18:53:52 EST (Mon, 02 Feb 2009)
@@ -63,4 +63,4 @@
</body>
-</html>
\ No newline at end of file
+</html>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk