CVS log for parser3/src/targets/cgi/pa_sapi_info.h

[BACK] Up to [parser3project] / parser3 / src / targets / cgi

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon May 26 00:52:15 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -8 lines
implements feature #1277
String::Body(const char *abody) now explicit
but HashString::put(const char *str, V value) added for simplicity
optimizations:
HASH_PUT_CSTR used where hash.put called several time during execution;
caching String::Body::uitoa used at all pash.put(<uint> calls.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Nov 10 12:57:17 2024 UTC (18 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -1 lines
Exceptions in @unhandled_exception are now processed in request::core for correct logging and reporting (feature #1256)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Nov 9 15:38:21 2024 UTC (18 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +53 -27 lines
headers buffering to avoid extra headers in errors, custom send_error in cgi/httpd mode to avoid memory allocations (fixes bug #1255)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Nov 4 22:58:37 2024 UTC (18 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
avoid GPF in very low memory case, when static initialization failed even before main() start

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Sep 11 21:07:36 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
faster templated pa_itoa/pa_uitoa added to work with any integer type, String::Body::Format removed

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 10 19:16:49 2024 UTC (20 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
*** empty log message ***

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jul 14 16:54:18 2024 UTC (22 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -3 lines
When accessing $env:name, checking the HTTP request environment; if the variable is not present, checking the web server process environment (implements feature #1242)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Dec 19 22:34:21 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
SERVER_PORT now available

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 17 11:47:17 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -2 lines
clear_response_headers added

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 16 14:51:26 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
do not send error via network if it was network write error.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:23:56 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -2 lines
global ::request and RequestController not needed in httpd mode

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 9 12:37:06 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1 lines
Range Requests (rfc7233) now really work

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 1 22:59:13 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
warning war

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 12 16:16:01 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
pa_httpd_timeout added

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 26 23:15:51 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -1 lines
+ $env:name[value] and $form:name[value] features

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Oct 14 22:19:57 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
*** empty log message ***

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 14 00:07:42 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +23 -23 lines
global try exception handling unified

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 12 21:55:18 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -6 lines
warning war

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 12 14:28:53 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
read_post implemented

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 11 22:59:19 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +38 -13 lines
populate_env added

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 10 09:05:42 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
ResponseHeaders -> HTTP_Headers

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 10 06:08:37 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
initial httpd mode implementation

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

E-mail: