Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 43749
Timestamp:
Mar 21, 2008, 4:49:08 PM (
15 years
ago)
Author:
Darren Garvey
Message:
all-files
Moved common bits into namespace ::cgi::common
Updated references to things that were moved over
basic_request.hpp
adding close() overload that takes an error_code;
adding a clear() function so a request can be safely reused.
basic_request_acceptor.hpp
an acceptor now initialises itself by default (using default_init())
added protocol_service() function to get the underlying basic_protocol_service
accept() calls now use the endpoint, like Boost.Asio.
basic_sync_io_object.hpp
s/impl/implementation
common/form_parser.hpp
added name member, because every form part has a name (saves looking it up in a map every time)
connections/stdio.hpp
simplified write_some() a little.
detail/cgi_*_impl_base.hpp
cosmetic changes, removed old fluff (see source)
error.hpp
added a couple of new errors
fcgi/acceptor_service_impl.hpp
added default_init() function, which only works on linux for now.
fcgi/client.hpp
added close() overload that doesn't take an error_code
response.hpp
added resend() function, which sends the header+body regardless of the value of
headers_terminated_
(No files)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive