index
:
ICE Spider
embedded-server
main
Tools and library for creating ICE API backed REST services and websites.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
icespider
/
fcgi
/
cgiRequestBase.cpp
Commit message (
Expand
)
Author
Age
*
Update to C++23 and fix lots of warnings
Dan Goodliffe
2025-06-13
*
Don't pass trivially copyable params as const ref
Dan Goodliffe
2023-07-29
*
Rename internal paramGet functions to disambiguate from the typed ones
Dan Goodliffe
2023-07-29
*
Simplified setup of CgiRequestBase
Dan Goodliffe
2023-07-27
*
Simplified passing of CGI environment data
Dan Goodliffe
2023-07-26
*
Reformat with new clang-format
Dan Goodliffe
2023-07-26
*
Fix all non-unittest warnings
Dan Goodliffe
2022-02-06
*
Use flatmap for qs and cookie maps
Dan Goodliffe
2021-12-17
*
Simpler HTTPS const
Dan Goodliffe
2021-12-17
*
Add contains to flatmap
Dan Goodliffe
2021-12-17
*
constexpr string_view some more stuff
Dan Goodliffe
2021-12-17
*
Clang format and tidy
Dan Goodliffe
2020-06-07
*
Helper for testing for HTTPS
Dan Goodliffe
2020-01-18
*
Performance fixes
icespider-0.6.2
Dan Goodliffe
2019-11-12
*
Enable some clang-tidy checks and fix up accordingly
Dan Goodliffe
2019-03-27
*
Move result strings around when unencoding x-www-form data
Dan Goodliffe
2019-02-09
*
HTTP headers are case insensitive
icespider-0.5.1
Dan Goodliffe
2019-01-22
*
Cut 4 string_view everything else
Dan Goodliffe
2019-01-14
*
Cut 2 string_view
Dan Goodliffe
2019-01-14
*
Remove parameter setters from ihttpRequest
Dan Goodliffe
2018-05-23
*
C++17 and Ice 3.7
icespider-0.4
Dan Goodliffe
2018-04-15
*
Dedupe map dumping
icespider-0.3
Dan Goodliffe
2018-03-03
*
Use a variadic template map lookup that's copy-free
Dan Goodliffe
2018-03-03
*
Dedupe mapping of vars
Dan Goodliffe
2018-03-03
*
Switch move things to string_view
Dan Goodliffe
2018-03-03
*
Env import can be const now
Dan Goodliffe
2018-03-03
*
Replace string/char* quirks with string_view
Dan Goodliffe
2018-03-03
*
Standard header formatter
icespider-0.2.3.1
Dan Goodliffe
2018-03-03
*
Dump request details to stderr in case of unhandled exception
icespider-0.2
Dan Goodliffe
2017-01-30
*
Support for plugable error handlers
Dan Goodliffe
2017-01-30
*
Split implementation details (in CGI) of headers away from core functionality
Dan Goodliffe
2016-11-11
*
Tidy creation of strings from ranges
Dan Goodliffe
2016-10-09
*
Add support for cookie parameters
Dan Goodliffe
2016-10-09
*
Use a single implementation for parsing www form url encoded data in post and...
Dan Goodliffe
2016-10-08
*
Fix where to find uploaded content type
Dan Goodliffe
2016-10-04
*
Slicer 1.4 compatibility fix
Dan Goodliffe
2016-09-24
*
Fix up lots of test coverage
Dan Goodliffe
2016-09-17
*
Get HTTP method from env
Dan Goodliffe
2016-09-01
*
Add proper tests over the CGI base code and apply fixes as needed.
Dan Goodliffe
2016-08-24
*
Fix query string parameter map builder
Dan Goodliffe
2016-08-22
*
Tidy up
Dan Goodliffe
2016-06-26
*
URL parameters by index internally, not key
Dan Goodliffe
2016-06-26
*
Very basic, probably buggy, incomplete [f]cgi implementation
Dan Goodliffe
2016-06-22