CVS log for parser3/src/targets/cgi/parser3.C
Up to [parser3project] / parser3 / src / targets / cgi
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.368: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 4 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.367: preferred, unified
Changes since revision 1.367: +3 -3 lines
Copyright year updated, websites links changed to https://
Revision 1.367: download - view: text, markup, annotated - select for diffs
Thu Dec 19 02:47:46 2024 UTC (17 months, 2 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.366: preferred, unified
Changes since revision 1.366: +6 -4 lines
avoid parser version requests logging in parser3.log
Revision 1.366: download - view: text, markup, annotated - select for diffs
Wed Dec 11 18:35:31 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.365: preferred, unified
Changes since revision 1.365: +15 -13 lines
$status:log-filename added (related to feature #1262)
Revision 1.365: download - view: text, markup, annotated - select for diffs
Fri Dec 6 00:40:12 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.364: preferred, unified
Changes since revision 1.364: +7 -2 lines
$status:mode (cgi/console/mail/httpd/apache/isapi) added (related to feature #1262)
Revision 1.364: download - view: text, markup, annotated - select for diffs
Thu Dec 5 20:10:50 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.363: preferred, unified
Changes since revision 1.363: +38 -39 lines
more correct arguments processing to block -fl config.file log.file logic (related to feature #1262)
Revision 1.363: download - view: text, markup, annotated - select for diffs
Tue Dec 3 23:48:43 2024 UTC (17 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.362: preferred, unified
Changes since revision 1.362: +11 -14 lines
now only one log location is selected and tried. -l - supported for stderr specification (related to feature #1262)
Revision 1.362: download - view: text, markup, annotated - select for diffs
Mon Dec 2 02:50:40 2024 UTC (18 months ago) by moko
Branches: MAIN
Diff to: previous 1.361: preferred, unified
Changes since revision 1.361: +24 -20 lines
-l /path/to/log options added (implements feature #1262)
Revision 1.361: 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
Diff to: previous 1.360: preferred, unified
Changes since revision 1.360: +4 -4 lines
Exceptions in @unhandled_exception are now processed in request::core for correct logging and reporting (feature #1256)
Revision 1.360: download - view: text, markup, annotated - select for diffs
Sun Nov 10 00:28:42 2024 UTC (18 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.359: preferred, unified
Changes since revision 1.359: +6 -2 lines
unhandled exception now called if exception occures during $response:download processing (related to bug #1255)
Revision 1.359: download - view: text, markup, annotated - select for diffs
Sat Nov 9 17:02:27 2024 UTC (18 months, 3 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.358: preferred, unified
Changes since revision 1.358: +3 -2 lines
sync CGI mode behavior with httpd mode and avoid exit status 1 on die
Revision 1.358: 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.357: preferred, unified
Changes since revision 1.357: +27 -20 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.357: download - view: text, markup, annotated - select for diffs
Mon Nov 4 22:58:37 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.356: preferred, unified
Changes since revision 1.356: +6 -2 lines
avoid GPF in very low memory case, when static initialization failed even before main() start
Revision 1.356: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:25 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.355: preferred, unified
Changes since revision 1.355: +3 -3 lines
Copyright year updated
Revision 1.355: download - view: text, markup, annotated - select for diffs
Mon Aug 26 20:47:06 2024 UTC (21 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.354: preferred, unified
Changes since revision 1.354: +2 -2 lines
*** empty log message ***
Revision 1.354: download - view: text, markup, annotated - select for diffs
Mon Aug 26 20:44:14 2024 UTC (21 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.353: preferred, unified
Changes since revision 1.353: +23 -14 lines
under Windows back_slashes_to_slashes should be used on argv[0] as well to match document root.
Revision 1.353: download - view: text, markup, annotated - select for diffs
Sun Aug 25 19:50:48 2024 UTC (21 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.352: preferred, unified
Changes since revision 1.352: +18 -10 lines
parser3 t.html now behaves identically to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load (fixes bug #1244)
Revision 1.352: download - view: text, markup, annotated - select for diffs
Sun Aug 25 16:24:03 2024 UTC (21 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.351: preferred, unified
Changes since revision 1.351: +23 -13 lines
avoid "parser allready configured" exception when ./parser3.cgi <file> is used;
rsplit(..., '/') || rsplit(..., '\\') is not correct when / and \ are mixed in path
Revision 1.351: download - view: text, markup, annotated - select for diffs
Sun Aug 25 13:36:55 2024 UTC (21 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.350: preferred, unified
Changes since revision 1.350: +12 -19 lines
full_disk_path now uses pa_strcat()
Revision 1.350: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:11 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.349: preferred, unified
Changes since revision 1.349: +5 -5 lines
copyright, authors actualized
Revision 1.349: download - view: text, markup, annotated - select for diffs
Wed Sep 21 20:26:08 2022 UTC (3 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.348: preferred, unified
Changes since revision 1.348: +5 -5 lines
more clear error messages
Revision 1.348: download - view: text, markup, annotated - select for diffs
Wed Sep 21 13:20:56 2022 UTC (3 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.347: preferred, unified
Changes since revision 1.347: +2 -2 lines
only SAPI_Info_CGI can read POST, SAPI_Info will return 0 in read_post and post_size != content_length will be thrown
Revision 1.347: download - view: text, markup, annotated - select for diffs
Wed Jan 26 17:04:46 2022 UTC (4 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.346: preferred, unified
Changes since revision 1.346: +10 -10 lines
argv[0] -> parser3_filespec
Revision 1.346: download - view: text, markup, annotated - select for diffs
Wed Dec 22 21:52:49 2021 UTC (4 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.345: preferred, unified
Changes since revision 1.345: +4 -4 lines
MSVC SOCKET warnings war
Revision 1.345: download - view: text, markup, annotated - select for diffs
Tue Nov 30 16:18:26 2021 UTC (4 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.344: preferred, unified
Changes since revision 1.344: +2 -2 lines
default sock_ready interval changed to 0.5 sec
Revision 1.344: download - view: text, markup, annotated - select for diffs
Mon Nov 8 11:44:20 2021 UTC (4 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.343: preferred, unified
Changes since revision 1.343: +3 -3 lines
pa_strncpy added ans used to avoid strncpy drawbacks
Revision 1.343: download - view: text, markup, annotated - select for diffs
Mon Jul 19 16:31:11 2021 UTC (4 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.342: preferred, unified
Changes since revision 1.342: +3 -4 lines
waitpid in file::exec returned "No child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
Revision 1.342: download - view: text, markup, annotated - select for diffs
Thu Dec 31 19:48:47 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.341: preferred, unified
Changes since revision 1.341: +6 -4 lines
^httpd-main[] -> ^httpd:main[]
Revision 1.341: download - view: text, markup, annotated - select for diffs
Fri Dec 25 14:32:44 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.340: preferred, unified
Changes since revision 1.340: +25 -9 lines
request_info now on stack to avoid yet another THREAD_LOCAL memory deallocation issue (now with cookies), explained in #1203
Revision 1.340: download - view: text, markup, annotated - select for diffs
Mon Dec 21 23:35:50 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.339: preferred, unified
Changes since revision 1.339: +1 -10 lines
added by PAF in rev 201 to "write to error_log uri of currently processed document", but never
used and conflicts with how libgc stops threads on FreeBSD (#define SIG_SUSPEND SIGUSR1), thus removed.
Revision 1.339: download - view: text, markup, annotated - select for diffs
Thu Dec 17 13:44:16 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.338: preferred, unified
Changes since revision 1.338: +3 -1 lines
+HAVE_TLS check
Revision 1.338: 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.337: preferred, unified
Changes since revision 1.337: +4 -2 lines
clear_response_headers added
Revision 1.337: download - view: text, markup, annotated - select for diffs
Wed Dec 16 14:51:27 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.336: preferred, unified
Changes since revision 1.336: +4 -2 lines
do not send error via network if it was network write error.
Revision 1.336: download - view: text, markup, annotated - select for diffs
Wed Dec 16 14:03:01 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.335: preferred, unified
Changes since revision 1.335: +2 -2 lines
*** empty log message ***
Revision 1.335: download - view: text, markup, annotated - select for diffs
Wed Dec 16 11:23:10 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.334: preferred, unified
Changes since revision 1.334: +6 -8 lines
log -> pa_log
Revision 1.334: download - view: text, markup, annotated - select for diffs
Wed Dec 16 11:15:49 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.333: preferred, unified
Changes since revision 1.333: +2 -2 lines
*** empty log message ***
Revision 1.333: download - view: text, markup, annotated - select for diffs
Wed Dec 16 11:04:22 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.332: preferred, unified
Changes since revision 1.332: +3 -2 lines
pa_get_thread_id() used for logging
Revision 1.332: download - view: text, markup, annotated - select for diffs
Wed Dec 16 10:45:09 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.331: preferred, unified
Changes since revision 1.331: +3 -2 lines
we need to ignore "void" connections from browsers
(browsers open connections in advance and they will be empty if user does not request more pages)
Revision 1.331: download - view: text, markup, annotated - select for diffs
Tue Dec 15 20:57:56 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.330: preferred, unified
Changes since revision 1.330: +4 -2 lines
avoid previous uri in logs
Revision 1.330: 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.329: preferred, unified
Changes since revision 1.329: +7 -20 lines
global ::request and RequestController not needed in httpd mode
Revision 1.329: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:38 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.328: preferred, unified
Changes since revision 1.328: +3 -3 lines
Copyright year updated
Revision 1.328: download - view: text, markup, annotated - select for diffs
Tue Dec 15 13:08:17 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.327: preferred, unified
Changes since revision 1.327: +23 -4 lines
msvs support fixes
Revision 1.327: download - view: text, markup, annotated - select for diffs
Tue Dec 15 10:25:17 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.326: preferred, unified
Changes since revision 1.326: +5 -7 lines
$main:HTTPD.mode implemented
Revision 1.326: download - view: text, markup, annotated - select for diffs
Thu Dec 10 23:04:17 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.325: preferred, unified
Changes since revision 1.325: +4 -1 lines
*** empty log message ***
Revision 1.325: download - view: text, markup, annotated - select for diffs
Thu Dec 10 20:47:06 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.324: preferred, unified
Changes since revision 1.324: +81 -37 lines
initial support for MULTITHREADED and PARALLEL httpd server modes
Revision 1.324: download - view: text, markup, annotated - select for diffs
Mon Dec 7 23:30:16 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.323: preferred, unified
Changes since revision 1.323: +3 -3 lines
msvc warning war
Revision 1.323: download - view: text, markup, annotated - select for diffs
Mon Dec 7 22:49:59 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.322: preferred, unified
Changes since revision 1.322: +10 -10 lines
msvc warnings war
Revision 1.322: download - view: text, markup, annotated - select for diffs
Mon Dec 7 20:54:58 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.321: preferred, unified
Changes since revision 1.321: +19 -12 lines
SYSTEM_CONFIG_FILE used
Revision 1.321: download - view: text, markup, annotated - select for diffs
Sun Dec 6 22:47:06 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.320: preferred, unified
Changes since revision 1.320: +24 -21 lines
locate_config call returned to original place as it requires pa_thread_request() under Windows
Revision 1.320: download - view: text, markup, annotated - select for diffs
Sun Dec 6 22:36:10 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.319: preferred, unified
Changes since revision 1.319: +2 -9 lines
*** empty log message ***
Revision 1.319: download - view: text, markup, annotated - select for diffs
Sun Dec 6 22:32:40 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.318: preferred, unified
Changes since revision 1.318: +8 -8 lines
renaming
Revision 1.318: download - view: text, markup, annotated - select for diffs
Sat Dec 5 21:50:15 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.317: preferred, unified
Changes since revision 1.317: +8 -8 lines
thread request check added
Revision 1.317: download - view: text, markup, annotated - select for diffs
Mon Nov 16 21:22:36 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.316: preferred, unified
Changes since revision 1.316: +29 -9 lines
httpd config_handler added, stdout flush added.
Revision 1.316: download - view: text, markup, annotated - select for diffs
Mon Nov 16 16:15:36 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.315: preferred, unified
Changes since revision 1.315: +29 -36 lines
filespec_4log added, pa_strcat used.
Revision 1.315: download - view: text, markup, annotated - select for diffs
Mon Nov 16 14:52:19 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.314: preferred, unified
Changes since revision 1.314: +2 -10 lines
pa_strcat implemented and used
Revision 1.314: download - view: text, markup, annotated - select for diffs
Fri Nov 13 23:35:53 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.313: preferred, unified
Changes since revision 1.313: +5 -5 lines
*** empty log message ***
Revision 1.313: download - view: text, markup, annotated - select for diffs
Fri Nov 13 23:34:10 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.312: preferred, unified
Changes since revision 1.312: +4 -4 lines
*** empty log message ***
Revision 1.312: download - view: text, markup, annotated - select for diffs
Fri Nov 13 23:14:37 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.311: preferred, unified
Changes since revision 1.311: +5 -5 lines
spelling
Revision 1.311: download - view: text, markup, annotated - select for diffs
Fri Nov 13 23:08:24 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.310: preferred, unified
Changes since revision 1.310: +21 -21 lines
renaming
Revision 1.310: download - view: text, markup, annotated - select for diffs
Fri Nov 13 21:49:12 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.309: preferred, unified
Changes since revision 1.309: +33 -32 lines
args_skip removed, locate_config relocated
Revision 1.309: download - view: text, markup, annotated - select for diffs
Fri Nov 13 21:33:12 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.308: preferred, unified
Changes since revision 1.308: +3 -7 lines
execution_canceled was for sigpipe before request processing, which is weired
Revision 1.308: download - view: text, markup, annotated - select for diffs
Thu Nov 12 15:06:12 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.307: preferred, unified
Changes since revision 1.307: +27 -28 lines
filespec_to_process now variable, can't be empty but can be null.
httpd-main is now main method name for httpd mode
Revision 1.307: download - view: text, markup, annotated - select for diffs
Tue Nov 10 22:32:13 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.306: preferred, unified
Changes since revision 1.306: +4 -4 lines
if filename to process is not specified, auto.p should be present.
Revision 1.306: download - view: text, markup, annotated - select for diffs
Wed Oct 28 22:32:02 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.305: preferred, unified
Changes since revision 1.305: +3 -5 lines
clearing config_filespec when config was not found, thus flag not required and removed.
Revision 1.305: download - view: text, markup, annotated - select for diffs
Mon Oct 26 23:15:52 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.304: preferred, unified
Changes since revision 1.304: +5 -1 lines
+ $env:name[value] and $form:name[value] features
Revision 1.304: download - view: text, markup, annotated - select for diffs
Wed Oct 14 16:51:46 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.303: preferred, unified
Changes since revision 1.303: +2 -2 lines
pa_atoi / pa_atoui / pa_atoul usage checked. 10 is now default base, no hex autodetect by default
Revision 1.303: download - view: text, markup, annotated - select for diffs
Wed Oct 14 11:24:46 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.302: preferred, unified
Changes since revision 1.302: +18 -14 lines
connection socket closing in destructor + accept exception handling
Revision 1.302: download - view: text, markup, annotated - select for diffs
Wed Oct 14 00:14:45 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.301: preferred, unified
Changes since revision 1.301: +2 -2 lines
warning war
Revision 1.301: download - view: text, markup, annotated - select for diffs
Wed Oct 14 00:13:01 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.300: preferred, unified
Changes since revision 1.300: +2 -2 lines
*** empty log message ***
Revision 1.300: download - view: text, markup, annotated - select for diffs
Wed Oct 14 00:09:54 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.299: preferred, unified
Changes since revision 1.299: +2 -2 lines
*** empty log message ***
Revision 1.299: download - view: text, markup, annotated - select for diffs
Wed Oct 14 00:07:43 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.298: preferred, unified
Changes since revision 1.298: +11 -11 lines
global try exception handling unified
Revision 1.298: download - view: text, markup, annotated - select for diffs
Mon Oct 12 20:57:08 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.297: preferred, unified
Changes since revision 1.297: +2 -2 lines
excaption in unhandled exception code optimization
Revision 1.297: download - view: text, markup, annotated - select for diffs
Mon Oct 12 20:01:48 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.296: preferred, unified
Changes since revision 1.296: +16 -23 lines
request_info now global variable
Revision 1.296: download - view: text, markup, annotated - select for diffs
Sun Oct 11 23:25:10 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.295: preferred, unified
Changes since revision 1.295: +8 -8 lines
[host:]port syntax support in httpd mode
Revision 1.295: 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.294: preferred, unified
Changes since revision 1.294: +8 -7 lines
populate_env added
Revision 1.294: 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
Diff to: previous 1.293: preferred, unified
Changes since revision 1.293: +118 -103 lines
initial httpd mode implementation
Revision 1.293: download - view: text, markup, annotated - select for diffs
Sat Oct 3 22:58:07 2020 UTC (5 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.292: preferred, unified
Changes since revision 1.292: +3 -3 lines
options together
Revision 1.292: download - view: text, markup, annotated - select for diffs
Thu Aug 13 14:49:13 2020 UTC (5 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.291: preferred, unified
Changes since revision 1.291: +4 -31 lines
SAPI::die used in exception in unhandled exception handler to report 500 instead of 200 it was before.
Revision 1.291: download - view: text, markup, annotated - select for diffs
Thu Aug 13 11:49:28 2020 UTC (5 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.290: preferred, unified
Changes since revision 1.290: +1 -4 lines
*** empty log message ***
Revision 1.290: download - view: text, markup, annotated - select for diffs
Thu Aug 13 11:44:21 2020 UTC (5 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.289: preferred, unified
Changes since revision 1.289: +13 -37 lines
SAPI::abort was used only once, thus replaced with SAPI::die and removed
Revision 1.289: download - view: text, markup, annotated - select for diffs
Thu Aug 13 10:55:00 2020 UTC (5 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.288: preferred, unified
Changes since revision 1.288: +3 -4 lines
whitespace
Revision 1.288: download - view: text, markup, annotated - select for diffs
Wed Aug 12 22:00:12 2020 UTC (5 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.287: preferred, unified
Changes since revision 1.287: +26 -35 lines
locate_config() extracted, whitespace.
Revision 1.287: download - view: text, markup, annotated - select for diffs
Wed Aug 12 17:30:40 2020 UTC (5 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.286: preferred, unified
Changes since revision 1.286: +5 -11 lines
duplicate info in signal logging removed, whitespace
was: SIGPIPE received while executing code. uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET, cl=0]
Revision 1.286: download - view: text, markup, annotated - select for diffs
Fri Dec 27 21:32:33 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.285: preferred, unified
Changes since revision 1.285: +2 -2 lines
avoid empty ?
Revision 1.285: download - view: text, markup, annotated - select for diffs
Fri Dec 27 20:46:26 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.284: preferred, unified
Changes since revision 1.284: +20 -16 lines
PATH_INFO check in reinventing DOCUMENT_ROOT (related to feature #1164)
Revision 1.284: download - view: text, markup, annotated - select for diffs
Fri Dec 27 16:34:08 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.283: preferred, unified
Changes since revision 1.283: +7 -23 lines
IIS5 support removed to simplify fcgiwrap setup (implements feature #1164)
Revision 1.283: download - view: text, markup, annotated - select for diffs
Fri Dec 27 14:37:17 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.282: preferred, unified
Changes since revision 1.282: +45 -48 lines
real_parser_handler logic simplified, but no issues found (related to feature #1164)
Revision 1.282: download - view: text, markup, annotated - select for diffs
Fri Dec 27 13:48:47 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.281: preferred, unified
Changes since revision 1.281: +3 -7 lines
actualized
Revision 1.281: download - view: text, markup, annotated - select for diffs
Wed Dec 25 22:22:07 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.280: preferred, unified
Changes since revision 1.280: +1 -9 lines
GC_dont_gc=1 moved to pa_globals_init
Revision 1.280: download - view: text, markup, annotated - select for diffs
Wed Dec 25 22:01:03 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.279: preferred, unified
Changes since revision 1.279: +3 -9 lines
pa_socks_init/pa_socks_done moved inside pa_globals_init (optimization)
Revision 1.279: download - view: text, markup, annotated - select for diffs
Thu Dec 5 23:09:02 2019 UTC (6 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.278: preferred, unified
Changes since revision 1.278: +4 -4 lines
warning war
Revision 1.278: download - view: text, markup, annotated - select for diffs
Wed Feb 8 13:05:46 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.277: preferred, unified
Changes since revision 1.277: +2 -2 lines
warning war: gcc 6.x issues fixed
Revision 1.277: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:45 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.276: preferred, unified
Changes since revision 1.276: +3 -3 lines
Copyright year: 2015->2017
Revision 1.276: download - view: text, markup, annotated - select for diffs
Fri Jan 13 13:50:29 2017 UTC (9 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.275: preferred, unified
Changes since revision 1.275: +2 -2 lines
Request::SKIP_INTERRUPTED, Request::SKIP_RETURN added and implemented,
Request::SKIP_* now checked after each possible process/execute call (fixes bug #1077)
Revision 1.275: download - view: text, markup, annotated - select for diffs
Tue Nov 29 14:35:00 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.274: preferred, unified
Changes since revision 1.274: +3 -2 lines
VS compatibility fix
Revision 1.274: download - view: text, markup, annotated - select for diffs
Mon Nov 28 00:37:16 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.273: preferred, unified
Changes since revision 1.273: +7 -3 lines
HTTP response code used as exit status if < 100 (implements feature #1099)
Revision 1.273: download - view: text, markup, annotated - select for diffs
Sun Nov 27 23:42:26 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.272: preferred, unified
Changes since revision 1.272: +6 -8 lines
whitespace
Revision 1.272: download - view: text, markup, annotated - select for diffs
Sun Nov 27 23:30:09 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.271: preferred, unified
Changes since revision 1.271: +39 -106 lines
whitespace
Revision 1.271: download - view: text, markup, annotated - select for diffs
Fri Nov 25 23:35:45 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.270: preferred, unified
Changes since revision 1.270: +2 -2 lines
remove_absolute_uri -> strip_absolute_uri
Revision 1.270: download - view: text, markup, annotated - select for diffs
Thu Nov 24 22:18:59 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.269: preferred, unified
Changes since revision 1.269: +2 -2 lines
request_info.remove_absolute_uri added to remove possible http://site.name/ from $request:uri (implements feature #1112)
Revision 1.269: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:22:00 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.268: preferred, unified
Changes since revision 1.268: +2 -2 lines
Copyright year updated
Revision 1.268: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:09:57 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.267: preferred, unified
Changes since revision 1.267: +2 -2 lines
year updated
Revision 1.267: download - view: text, markup, annotated - select for diffs
Thu Apr 2 22:04:41 2015 UTC (11 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.266: preferred, unified
Changes since revision 1.266: +3 -3 lines
$request:headers, $request:method added (implements feature #1007)
Revision 1.266: download - view: text, markup, annotated - select for diffs
Mon Oct 21 20:10:48 2013 UTC (12 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.265: preferred, unified
Changes since revision 1.265: +2 -1 lines
minor header usage optimization
Revision 1.265: download - view: text, markup, annotated - select for diffs
Tue Jul 23 15:08:44 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.264: preferred, unified
Changes since revision 1.264: +2 -3 lines
PA_DEBUG_DISABLE_GC compilation fix
Revision 1.264: download - view: text, markup, annotated - select for diffs
Tue Jul 23 13:07:49 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.263: preferred, unified
Changes since revision 1.263: +5 -26 lines
headers cleanup, garbage cleanup
Revision 1.263: download - view: text, markup, annotated - select for diffs
Mon Jul 22 15:33:31 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.262: preferred, unified
Changes since revision 1.262: +6 -5 lines
includes cleanup
Revision 1.262: download - view: text, markup, annotated - select for diffs
Mon Jul 22 12:29:39 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.261: preferred, unified
Changes since revision 1.261: +2 -2 lines
2012->2013
Revision 1.261: download - view: text, markup, annotated - select for diffs
Fri Jun 15 09:30:01 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.260: preferred, unified
Changes since revision 1.260: +5 -5 lines
gcc compilation warnings fixed
Revision 1.260: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:16 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.259: preferred, unified
Changes since revision 1.259: +3 -3 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.259: download - view: text, markup, annotated - select for diffs
Mon Nov 22 22:24:23 2010 UTC (15 years, 6 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.258: preferred, unified
Changes since revision 1.258: +2 -3 lines
option to hide $status used in apache module removed
Revision 1.255.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 10 15:33:44 2010 UTC (15 years, 8 months ago) by moko
Branches: release_3_4_0
Diff to: previous 1.255: preferred, unified; next MAIN 1.256: preferred, unified
Changes since revision 1.255: +19 -14 lines
vsnprintf now not called twice in die_or_abort (backport from 3.4.1)
Revision 1.258: download - view: text, markup, annotated - select for diffs
Fri Sep 10 15:25:25 2010 UTC (15 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.257: preferred, unified
Changes since revision 1.257: +19 -14 lines
vsnprintf now not called twice in die_or_abort (bugfix: #106)
Revision 1.257: download - view: text, markup, annotated - select for diffs
Wed Jul 21 22:23:33 2010 UTC (15 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.256: preferred, unified
Changes since revision 1.256: +8 -5 lines
- don't run as cgi if env:PARSER_VERSION was set for preventing infinite loot ( bugfix: #12 )
Revision 1.256: download - view: text, markup, annotated - select for diffs
Fri Mar 19 11:31:30 2010 UTC (16 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.255: preferred, unified
Changes since revision 1.255: +46 -33 lines
- core in sigpipe was fixed
Revision 1.255: download - view: text, markup, annotated - select for diffs
Tue Oct 6 11:39:58 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Branch point for: release_3_4_0
Diff to: previous 1.254: preferred, unified
Changes since revision 1.254: +14 -6
lines
- pass pre-capitalized headers
- don't use format function because it calls malloc
Revision 1.254: download - view: text, markup, annotated - select for diffs
Thu Sep 3 11:08:54 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.253: preferred, unified
Changes since revision 1.253: +2 -2 lines
- back to storing response http headers in lowercase
- capitalize them during output
Revision 1.253: download - view: text, markup, annotated - select for diffs
Sun Aug 30 05:29:46 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.252: preferred, unified
Changes since revision 1.252: +4 -8 lines
- http headers were changed: content-type => Content-type and so on
Revision 1.252: download - view: text, markup, annotated - select for diffs
Thu Aug 27 10:21:28 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.251: preferred, unified
Changes since revision 1.251: +2 -2 lines
- year was updated :)
Revision 1.251: download - view: text, markup, annotated - select for diffs
Sat Aug 8 13:30:21 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.250: preferred, unified
Changes since revision 1.250: +2 -2 lines
- new classes implementation
Revision 1.247.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 9 08:47:17 2009 UTC (16 years, 11 months ago) by misha
Branches: release_3_3_0
Diff to: previous 1.247: preferred, unified; next MAIN 1.248: preferred, unified
Changes since revision 1.247: +3 -3 lines
- type size_t was changed to int in main (better compatibility)
Revision 1.250: download - view: text, markup, annotated - select for diffs
Fri Apr 10 11:35:01 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.249: preferred, unified
Changes since revision 1.249: +3 -3 lines
- size_t -> int for calming down compirer
Revision 1.249: download - view: text, markup, annotated - select for diffs
Mon Mar 9 21:33:24 2009 UTC (17 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.248: preferred, unified
Changes since revision 1.248: +2 -2 lines
make g++ happy with the type of argc in main()
Revision 1.248: download - view: text, markup, annotated - select for diffs
Mon Jan 12 07:49:13 2009 UTC (17 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.247: preferred, unified
Changes since revision 1.247: +3 -3 lines
- some constants changed their names
Revision 1.247: download - view: text, markup, annotated - select for diffs
Mon Apr 14 07:46:04 2008 UTC (18 years, 1 month ago) by misha
Branches: MAIN
Branch point for: release_3_3_0
Diff to: previous 1.246: preferred, unified
Changes since revision 1.246: +2 -2
lines
- new year in copyright %-)
Revision 1.246: download - view: text, markup, annotated - select for diffs
Tue Nov 27 09:57:39 2007 UTC (18 years, 6 months ago) by misha
Branches: MAIN
CVS tags: release_3_2_3,
release_3_2_2
Diff to: previous 1.245: preferred, unified
Changes since revision 1.245: +4 -4
lines
- buffer size for parser3.log increased
Revision 1.245: download - view: text, markup, annotated - select for diffs
Fri Nov 9 14:42:09 2007 UTC (18 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.244: preferred, unified
Changes since revision 1.244: +40 -30
lines
- $request:argv
Revision 1.244: download - view: text, markup, annotated - select for diffs
Fri Aug 17 09:06:13 2007 UTC (18 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.243: preferred, unified
Changes since revision 1.243: +2 -2
lines
- little syntax changes
Revision 1.243: download - view: text, markup, annotated - select for diffs
Fri Aug 17 08:16:11 2007 UTC (18 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.242: preferred, unified
Changes since revision 1.242: +9 -2
lines
- annoying 'SIGPIPE' messages in parser3.log switched off by default. If someone really still need it: use $SIGPIPE(1)
Revision 1.242: download - view: text, markup, annotated - select for diffs
Wed Mar 14 12:10:56 2007 UTC (19 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.241: preferred, unified
Changes since revision 1.241: +2 -2
lines
- bugxif. failed when request cgi
Revision 1.241: download - view: text, markup, annotated - select for diffs
Mon Feb 12 16:11:10 2007 UTC (19 years, 3 months ago) by misha
Branches: MAIN
Diff to: previous 1.240: preferred, unified
Changes since revision 1.240: +2 -2
lines
- don't print headers if $console:line[data] was used during cgi execution.
Revision 1.240: download - view: text, markup, annotated - select for diffs
Mon Feb 5 09:12:02 2007 UTC (19 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.239: preferred, unified
Changes since revision 1.239: +2 -2
lines
- 2007 in help ;)
Revision 1.239: download - view: text, markup, annotated - select for diffs
Sun Apr 9 13:38:47 2006 UTC (20 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.238: preferred, unified
Changes since revision 1.238: +11 -3
lines
+ ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/hashfile.foreach
Revision 1.238.8.1: download - view: text, markup, annotated - select for diffs
Sun Apr 9 12:25:04 2006 UTC (20 years, 1 month ago) by paf
Diff to: previous 1.238: preferred, unified; next MAIN 1.239: preferred, unified
Changes since revision 1.238: +11 -3
lines
! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
+ $response:field[] setting void means removing
+ grammar $name` name stops now, for mysql `$field`
+ started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
+ all log messages += [uri=, method=, cl=]
Revision 1.238: download - view: text, markup, annotated - select for diffs
Mon Dec 19 11:56:38 2005 UTC (20 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_1,
paf_left
Diff to: previous 1.237: preferred, unified
Changes since revision 1.237: +3 -3
lines
. style
Revision 1.237: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:53 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_0
Diff to: previous 1.236: preferred, unified
Changes since revision 1.236: +3 -3
lines
2005
Revision 1.236.6.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:03 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.236: preferred, unified; next MAIN 1.237: preferred, unified
Changes since revision 1.236: +3 -3
lines
. 2005 ;)
Revision 1.236: download - view: text, markup, annotated - select for diffs
Wed Jan 19 15:48:25 2005 UTC (21 years, 4 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_5
Diff to: previous 1.235: preferred, unified
Changes since revision 1.235: +4 -2
lines
forgotten makefiles.
couple warnings in parser3.C
Revision 1.235: download - view: text, markup, annotated - select for diffs
Thu Dec 23 16:18:53 2004 UTC (21 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Diff to: previous 1.234: preferred, unified
Changes since revision 1.234: +3 -2
lines
now, when version (compiled on HOST), we need more hspace
Revision 1.234: download - view: text, markup, annotated - select for diffs
Tue Nov 9 11:59:05 2004 UTC (21 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.233: preferred, unified
Changes since revision 1.233: +2 -2
lines
no message
Revision 1.233: download - view: text, markup, annotated - select for diffs
Tue Nov 9 11:34:06 2004 UTC (21 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.232: preferred, unified
Changes since revision 1.232: +39 -3
lines
debug: PA_DEBUG_CGI_ENTRY_EXIT
if on, writes basics to c:\parser3.log
Revision 1.232: download - view: text, markup, annotated - select for diffs
Fri Jul 30 10:55:22 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.231: preferred, unified
Changes since revision 1.231: +5 -6
lines
bugfix: win32: system&parser exceptions in release mode reported properly
parser exception in exception handler WERE mistakenly reported as system exception, without details
[in apache & isapi]
+some beauty in exception text
Revision 1.231: download - view: text, markup, annotated - select for diffs
Fri Jul 30 10:02:31 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.230: preferred, unified
Changes since revision 1.230: +57 -56
lines
bugfix: win32: system&parser exceptions in release mode reported properly
parser exception in exception handler WERE mistakenly reported as system exception, without details
Revision 1.230: download - view: text, markup, annotated - select for diffs
Wed Jul 28 14:38:21 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.229: preferred, unified
Changes since revision 1.229: +4 -4
lines
bugfix: isspace((unsigned char)c) everywhere. failed on russian letters
Revision 1.229: download - view: text, markup, annotated - select for diffs
Mon Jul 26 10:44:21 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.228: preferred, unified
Changes since revision 1.228: +3 -3
lines
patched: ^file:send by Victor Fedoseev <vvf_ru@mail.ru>
todo: turn it to $response:download[
$.filename[filename]
$.option[]
,,
]
Revision 1.228: download - view: text, markup, annotated - select for diffs
Fri Jun 18 09:17:11 2004 UTC (21 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.227: preferred, unified
Changes since revision 1.227: +4 -4
lines
bugfix: iis specific
http://parser3/_bug.html?404;http://hpsv/test/
now
$request:uri
/_bug.html?404;http://hpsv/test/
--------------------------------------------------------------------------------
$request:query
IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
--------------------------------------------------------------------------------
IIS-STATUS="404"
IIS-DOCUMENT="http://hpsv/test/"
Revision 1.227: download - view: text, markup, annotated - select for diffs
Wed Jun 16 15:56:19 2004 UTC (21 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.226: preferred, unified
Changes since revision 1.226: +49 -2
lines
new: iis specific
http://parser3/_bug.html?404;http://server/_bug.html?f=v
now
$request:query
IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
$form:fields
IIS-STATUS="404"
IIS-DOCUMENT="http://server/_bug.html"
f="v"
todo: isapi too
Revision 1.226: download - view: text, markup, annotated - select for diffs
Fri Apr 2 13:48:09 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.225: preferred, unified
Changes since revision 1.225: +11 -2
lines
new: CGI_PARSER_LOG env variable allows to specify where to put parser log file
Revision 1.225: download - view: text, markup, annotated - select for diffs
Thu Apr 1 11:43:54 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.224: preferred, unified
Changes since revision 1.224: +6 -3
lines
bugfix: sql connections now are disconnected
Revision 1.224: download - view: text, markup, annotated - select for diffs
Tue Mar 23 09:42:14 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_2
Diff to: previous 1.223: preferred, unified
Changes since revision 1.223: +2 -1
lines
debug helper added
Revision 1.223: download - view: text, markup, annotated - select for diffs
Wed Feb 11 11:31:39 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.222: preferred, unified
Changes since revision 1.222: +3 -3
lines
migrated to latest libxml[2.6.5] and libgdome[1.1.2]
simplified lib build processes
Revision 1.222: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:28 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.221: preferred, unified
Changes since revision 1.221: +1 -1
lines
static const char * const IDENT
Revision 1.221: download - view: text, markup, annotated - select for diffs
Fri Nov 7 13:59:22 2003 UTC (22 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.220: preferred, unified
Changes since revision 1.220: +2 -5
lines
resurrected: pool idea. now only for destructing objects at request processing end
Revision 1.220: download - view: text, markup, annotated - select for diffs
Thu Nov 6 09:56:17 2003 UTC (22 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.219: preferred, unified
Changes since revision 1.219: +2 -2
lines
hashfile implemented get/put [raw]
Revision 1.219: download - view: text, markup, annotated - select for diffs
Mon Nov 3 11:24:53 2003 UTC (22 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.218: preferred, unified
Changes since revision 1.218: +2 -3
lines
beauty: SIGUSRX removed qs= printing [already included into uri=xxx]
Revision 1.218: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:25 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1,
release_3_1_0
Diff to: previous 1.217: preferred, unified
Changes since revision 1.217: +190 -162
lines
moved tempate_gc to HEAD
Revision 1.216.2.30.2.27: download - view: text, markup, annotated - select for diffs
Tue Jul 22 11:37:31 2003 UTC (22 years, 10 months ago) by paf
Diff to: previous 1.216.2.30.2.26: preferred, unified; next MAIN 1.216.4.1: preferred, unified
Changes since revision 1.216.2.30.2.26: +5 -11
lines
no message
Revision 1.216.2.30.2.26: download - view: text, markup, annotated - select for diffs
Fri May 30 09:47:11 2003 UTC (23 years ago) by paf
Diff to: previous 1.216.2.30.2.25: preferred, unified
Changes since revision 1.216.2.30.2.25: +2 -2
lines
initialized request_info properly
Revision 1.216.2.30.2.25: download - view: text, markup, annotated - select for diffs
Mon Apr 21 07:49:55 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.216.2.30.2.24: preferred, unified
Changes since revision 1.216.2.30.2.24: +2 -2
lines
no message
Revision 1.216.2.30.2.24: download - view: text, markup, annotated - select for diffs
Mon Apr 21 07:32:23 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.216.2.30.2.23: preferred, unified
Changes since revision 1.216.2.30.2.23: +2 -2
lines
attributed_meaning_to_string added L_UNSPECIFIED piece
which was sortof OK, but violated string invariant [assertion barked on that]
changed to L_PASS_APPEND, made that param obligatory
Revision 1.216.2.30.2.23: download - view: text, markup, annotated - select for diffs
Tue Apr 8 11:08:12 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.22: preferred, unified
Changes since revision 1.216.2.30.2.22: +4 -1
lines
number of string style improvements & optimizations
Revision 1.216.2.30.2.22: download - view: text, markup, annotated - select for diffs
Mon Apr 7 05:38:32 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.21: preferred, unified
Changes since revision 1.216.2.30.2.21: +2 -2
lines
unknown untaint lang now causes death
Revision 1.216.2.30.2.21: download - view: text, markup, annotated - select for diffs
Fri Apr 4 06:32:01 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.20: preferred, unified
Changes since revision 1.216.2.30.2.20: +24 -2
lines
more understandable error message in case of errors in @unhandled_exception
Revision 1.216.2.30.2.20: download - view: text, markup, annotated - select for diffs
Wed Apr 2 11:35:20 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.19: preferred, unified
Changes since revision 1.216.2.30.2.19: +6 -6
lines
gif encoder bug fix [gdGrowingBuf]
Revision 1.216.2.30.2.19: download - view: text, markup, annotated - select for diffs
Wed Apr 2 08:11:31 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.18: preferred, unified
Changes since revision 1.216.2.30.2.18: +6 -4
lines
array::get/put inlined
Revision 1.216.2.30.2.18: download - view: text, markup, annotated - select for diffs
Wed Apr 2 07:29:21 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.17: preferred, unified
Changes since revision 1.216.2.30.2.17: +1 -17
lines
converted debug hacks to ANSI assertions
started configure.in --enable-assertions
Revision 1.216.2.30.2.17: download - view: text, markup, annotated - select for diffs
Tue Apr 1 15:42:26 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.16: preferred, unified
Changes since revision 1.216.2.30.2.16: +5 -2
lines
memory bug debugged down: gdome uses glib memory, and stores last pointer to xmlDoc there, gc misses that and collects valid memory
fixed by remembering xmlDoc from dom object in xdoc.
todo: do something with premature free of xdoc with xnodes/node values referring into it
Revision 1.216.2.30.2.16: download - view: text, markup, annotated - select for diffs
Tue Apr 1 11:11:55 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.15: preferred, unified
Changes since revision 1.216.2.30.2.15: +2 -2
lines
xml memory debugging showed no errors. todo: debug parser memory
Revision 1.216.2.30.2.15: download - view: text, markup, annotated - select for diffs
Tue Apr 1 09:02:57 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.14: preferred, unified
Changes since revision 1.216.2.30.2.14: +2 -2
lines
more build configurations
Revision 1.216.2.30.2.14: download - view: text, markup, annotated - select for diffs
Mon Mar 31 08:35:45 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.13: preferred, unified
Changes since revision 1.216.2.30.2.13: +2 -4
lines
started xml lib memory debugging, simple checks failed:
it seems that library does realloc(bad ptr), and recording those ptrs in heap [for debugging] was bad:
heap situation changes = everything works fine
Revision 1.216.2.30.2.13: download - view: text, markup, annotated - select for diffs
Thu Mar 27 17:05:32 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.12: preferred, unified
Changes since revision 1.216.2.30.2.12: +5 -3
lines
forgot to merge XML memory funcs replacement from gc branch
Revision 1.216.2.30.2.12: download - view: text, markup, annotated - select for diffs
Thu Mar 27 15:44:00 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.11: preferred, unified
Changes since revision 1.216.2.30.2.11: +3 -1
lines
GC_java_finalization turned off [was 'not recommened' in gc.h, on win32 noticed no difference]
Revision 1.216.2.30.2.11: download - view: text, markup, annotated - select for diffs
Thu Mar 27 15:33:21 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.10: preferred, unified
Changes since revision 1.216.2.30.2.10: +4 -1
lines
convention changed: all resulting strings are zero-terminated
Revision 1.216.2.30.2.10: download - view: text, markup, annotated - select for diffs
Thu Mar 27 14:05:40 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.9: preferred, unified
Changes since revision 1.216.2.30.2.9: +7 -5
lines
disabled gc, become even slower
Revision 1.216.2.30.2.9: download - view: text, markup, annotated - select for diffs
Thu Mar 27 10:04:08 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.8: preferred, unified
Changes since revision 1.216.2.30.2.8: +2 -1
lines
Array::put(index, T>>&<< removed
after Stack::pop wiping removed [moved to separate func]
other Array & removed
Revision 1.216.2.30.2.8: download - view: text, markup, annotated - select for diffs
Wed Mar 26 18:52:50 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.7: preferred, unified
Changes since revision 1.216.2.30.2.7: +8 -1
lines
pre-evaluated .count() in some places
Revision 1.216.2.30.2.7: download - view: text, markup, annotated - select for diffs
Wed Mar 26 07:45:24 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.6: preferred, unified
Changes since revision 1.216.2.30.2.6: +2 -2
lines
a number of bugfixes [while testing first real site (aval)]
Revision 1.216.2.30.2.6: download - view: text, markup, annotated - select for diffs
Tue Mar 25 11:00:29 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.5: preferred, unified
Changes since revision 1.216.2.30.2.5: +3 -4
lines
fixed dom language [values are now considered tainted.
it was a bug in parser. updated 107 test result
Revision 1.216.2.30.2.5: download - view: text, markup, annotated - select for diffs
Mon Mar 24 13:01:22 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.4: preferred, unified
Changes since revision 1.216.2.30.2.4: +8 -11
lines
all compiled.
todo:link
Revision 1.216.2.30.2.4: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:32 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.3: preferred, unified
Changes since revision 1.216.2.30.2.3: +3 -3
lines
introducing StringBody [C++ CORD wrapper]
Revision 1.217: download - view: text, markup, annotated - select for diffs
Fri Mar 21 07:08:28 2003 UTC (23 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.216: preferred, unified
Changes since revision 1.216: +12 -1
lines
*** empty log message ***
Revision 1.216.2.30.2.3: download - view: text, markup, annotated - select for diffs
Thu Mar 20 08:11:15 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.2: preferred, unified
Changes since revision 1.216.2.30.2.2: +3 -3
lines
untaint.C 30%,
pa_common.C [done, without http for now]
Revision 1.216.2.30.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:28:09 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30.2.1: preferred, unified
Changes since revision 1.216.2.30.2.1: +8 -8
lines
started test
Revision 1.216.2.30.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:20 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.30: preferred, unified
Changes since revision 1.216.2.30: +5 -5
lines
started porting to gc:
PA_Object done
lots of replacements also
Revision 1.216.2.30: download - view: text, markup, annotated - select for diffs
Tue Mar 18 11:54:56 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.29: preferred, unified; next MAIN 1.217: preferred, unified
Changes since revision 1.216.2.29: +7 -2
lines
no message
Revision 1.216.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 17 14:48:06 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216: preferred, unified; next MAIN 1.217: preferred, unified
Changes since revision 1.216: +8 -11
lines
libgc attempt
Revision 1.216.2.29: download - view: text, markup, annotated - select for diffs
Thu Mar 13 12:34:21 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.28: preferred, unified
Changes since revision 1.216.2.28: +2 -2
lines
lt_dlexit called
Revision 1.216.2.28: download - view: text, markup, annotated - select for diffs
Thu Mar 13 11:46:18 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.27: preferred, unified
Changes since revision 1.216.2.27: +2 -2
lines
set_base, set_derived simplified [counter leaks fixed]
Revision 1.216.2.27: download - view: text, markup, annotated - select for diffs
Wed Mar 12 12:23:56 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.26: preferred, unified
Changes since revision 1.216.2.26: +2 -2
lines
no message
Revision 1.216.2.26: download - view: text, markup, annotated - select for diffs
Wed Mar 12 11:17:52 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.25: preferred, unified
Changes since revision 1.216.2.25: +19 -8
lines
1. more detailed log on signals.
2. sigpipe before request constructor now causes death
Revision 1.216.2.25: download - view: text, markup, annotated - select for diffs
Wed Mar 12 10:47:13 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.24: preferred, unified
Changes since revision 1.216.2.24: +5 -3
lines
SIGPIPE now can be intercepted
and does not cause exception in exception handler
Revision 1.216.2.24: download - view: text, markup, annotated - select for diffs
Wed Mar 12 09:51:54 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.216.2.23: preferred, unified
Changes since revision 1.216.2.23: +1 -2
lines
no message
Revision 1.216.2.23: download - view: text, markup, annotated - select for diffs
Sat Mar 8 12:52:08 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.22: preferred, unified
Changes since revision 1.216.2.22: +2 -2
lines
todo: move to latest xml version on win32 and run memleak tests again
Revision 1.216.2.22: download - view: text, markup, annotated - select for diffs
Sat Mar 8 12:51:36 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.21: preferred, unified
Changes since revision 1.216.2.21: +2 -2
lines
charsets: see some strange things with old xml lib-- it's internal memory handling has faults
Revision 1.216.2.21: download - view: text, markup, annotated - select for diffs
Fri Mar 7 15:01:04 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.20: preferred, unified
Changes since revision 1.216.2.20: +2 -2
lines
fixed: mem leak from copy/paste bug
Revision 1.216.2.20: download - view: text, markup, annotated - select for diffs
Tue Mar 4 14:55:37 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.19: preferred, unified
Changes since revision 1.216.2.19: +2 -2
lines
test:
97 file::load http:// [bugs fixed]
Revision 1.216.2.19: download - view: text, markup, annotated - select for diffs
Mon Mar 3 13:32:59 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.18: preferred, unified
Changes since revision 1.216.2.18: +4 -13
lines
removed -H command line key, now testing using .sh file with SERVER_SOFTWARE=xxx
Revision 1.216.2.18: download - view: text, markup, annotated - select for diffs
Wed Feb 26 11:51:16 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.17: preferred, unified
Changes since revision 1.216.2.17: +26 -12
lines
SAPI::abort << abort. die now just exits
Revision 1.216.2.17: download - view: text, markup, annotated - select for diffs
Wed Feb 26 11:29:59 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.16: preferred, unified
Changes since revision 1.216.2.16: +16 -20
lines
methoded_array now contains all Mxxx classes
SAPI::get_env now returns info on pool
more tests
Revision 1.216.2.16: download - view: text, markup, annotated - select for diffs
Fri Feb 21 15:10:10 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.15: preferred, unified
Changes since revision 1.216.2.15: +2 -2
lines
$cookie:name[$.expires[date << can be now]]
written makefile with regression tests [raw]
Revision 1.216.2.15: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:15:13 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.14: preferred, unified
Changes since revision 1.216.2.14: +9 -5
lines
MAKE_TEST must be used inside of 'make tests' only
[it's not forcing CGI mode now]
now use -H to output CGI header when parser used in command line [useful for tests also]
Revision 1.216.2.14: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:59:26 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.13: preferred, unified
Changes since revision 1.216.2.13: +3 -2
lines
MAKE_TEST environment variable switches on CGI mode, and is used in regression tests
Revision 1.216.2.13: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:13:01 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.12: preferred, unified
Changes since revision 1.216.2.12: +3 -3
lines
env fixed
Revision 1.216.2.12: download - view: text, markup, annotated - select for diffs
Fri Feb 21 10:11:14 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.11: preferred, unified
Changes since revision 1.216.2.11: +2 -6
lines
no message
Revision 1.216.2.11: download - view: text, markup, annotated - select for diffs
Fri Feb 21 09:48:58 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.10: preferred, unified
Changes since revision 1.216.2.10: +53 -17
lines
release mode now compiles OK
test to show benefits of free
Revision 1.216.2.10: download - view: text, markup, annotated - select for diffs
Thu Feb 20 14:00:57 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.9: preferred, unified
Changes since revision 1.216.2.9: +3 -22
lines
form values passed OK now
Revision 1.216.2.9: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:22:56 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.8: preferred, unified
Changes since revision 1.216.2.8: +2 -2
lines
no message
Revision 1.216.2.8: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:19:01 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.7: preferred, unified
Changes since revision 1.216.2.7: +2 -2
lines
found&kill all remaning leaks resulted from pooled::malloc calls
[excluding in gd -- planning complete rewrite extremely ugly code]
Revision 1.216.2.7: download - view: text, markup, annotated - select for diffs
Mon Feb 17 15:41:27 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.6: preferred, unified
Changes since revision 1.216.2.6: +1 -20
lines
few bugs in debug output fixed
Revision 1.216.2.6: download - view: text, markup, annotated - select for diffs
Mon Feb 17 12:13:45 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.5: preferred, unified
Changes since revision 1.216.2.5: +3 -3
lines
fixed more leaks resulted from pooled::malloc calls
Revision 1.216.2.5: download - view: text, markup, annotated - select for diffs
Mon Feb 17 11:42:33 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.4: preferred, unified
Changes since revision 1.216.2.4: +2 -2
lines
couple mem leaks rusulted from old pooled::malloc usage.
todo:find more like those
Revision 1.216.2.4: download - view: text, markup, annotated - select for diffs
Fri Feb 14 17:33:45 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.3: preferred, unified
Changes since revision 1.216.2.3: +2 -2
lines
all compiled, only 14 link errors :)
Revision 1.216.2.3: download - view: text, markup, annotated - select for diffs
Fri Feb 14 17:28:20 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.216.2.2: preferred, unified
Changes since revision 1.216.2.2: +44 -41
lines
classes.lib - 0 error(s), 0 warning(s)
parser.C compiled
Revision 1.216.2.2: download - view: text, markup, annotated - select for diffs
Fri Jan 31 16:05:59 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.216.2.1: preferred, unified
Changes since revision 1.216.2.1: +3 -3
lines
pa_request compiled
Revision 1.216.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:40 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.216: preferred, unified
Changes since revision 1.216: +28 -28
lines
grammar compiled
Revision 1.216: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:17 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.215: preferred, unified
Changes since revision 1.215: +3 -3
lines
2002->2003
Revision 1.215: download - view: text, markup, annotated - select for diffs
Fri Dec 20 11:52:04 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007
Diff to: previous 1.214: preferred, unified
Changes since revision 1.214: +1 -7
lines
removed last \n appending in non-win32 non-cgi [script] runs
Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue Dec 17 12:46:55 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.213: preferred, unified
Changes since revision 1.213: +54 -16
lines
merged die&iis changes
Revision 1.213.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 17 12:45:40 2002 UTC (23 years, 5 months ago) by paf
Branches: release_3_0_0006
Diff to: previous 1.213: preferred, unified; next MAIN 1.214: preferred, unified
Changes since revision 1.213: +54 -16
lines
1. on win32 in die: abort() reverted to exit(1)
2. more flexible iilegal call check
Revision 1.213: download - view: text, markup, annotated - select for diffs
Mon Dec 9 13:11:26 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
Branch point for: release_3_0_0006
Diff to: previous 1.212: preferred, unified
Changes since revision 1.212: +1 -2
lines
::die now tries to write core dump
Revision 1.212: download - view: text, markup, annotated - select for diffs
Mon Dec 9 13:05:45 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.211: preferred, unified
Changes since revision 1.211: +2 -2
lines
::die now tries to write core dump
Revision 1.211: download - view: text, markup, annotated - select for diffs
Mon Dec 9 13:02:36 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.210: preferred, unified
Changes since revision 1.210: +3 -2
lines
::die now tries to write core dump
Revision 1.210: download - view: text, markup, annotated - select for diffs
Thu Dec 5 11:07:09 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.209: preferred, unified
Changes since revision 1.209: +8 -6
lines
more checks on http://domain/parser.cgi start [maybe some getenv returns "", checked that now
Revision 1.209: download - view: text, markup, annotated - select for diffs
Thu Dec 5 10:43:23 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.208: preferred, unified
Changes since revision 1.208: +3 -3
lines
more checks on http://domain/parser.cgi start [maybe some getenv returns "", checked that now
Revision 1.208: download - view: text, markup, annotated - select for diffs
Thu Dec 5 10:08:59 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.207: preferred, unified
Changes since revision 1.207: +4 -1
lines
error logging made unbuffered [so that out-of-mem errors reached log]
Revision 1.207: download - view: text, markup, annotated - select for diffs
Thu Dec 5 09:41:56 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.206: preferred, unified
Changes since revision 1.206: +2 -1
lines
mail:send MIME-Version default
Revision 1.206: download - view: text, markup, annotated - select for diffs
Wed Nov 20 14:56:40 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.205: preferred, unified
Changes since revision 1.205: +3 -3
lines
no message
Revision 1.205: download - view: text, markup, annotated - select for diffs
Wed Nov 20 14:50:51 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.204: preferred, unified
Changes since revision 1.204: +15 -7
lines
logging @signal += query_string
Revision 1.204: download - view: text, markup, annotated - select for diffs
Wed Nov 20 14:20:58 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.203: preferred, unified
Changes since revision 1.203: +2 -2
lines
comment
Revision 1.203: download - view: text, markup, annotated - select for diffs
Wed Nov 20 14:14:17 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.202: preferred, unified
Changes since revision 1.202: +15 -18
lines
SIGNALS overriden @ main top
Revision 1.202: download - view: text, markup, annotated - select for diffs
Wed Nov 20 14:05:34 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.201: preferred, unified
Changes since revision 1.201: +7 -1
lines
no message
Revision 1.201: download - view: text, markup, annotated - select for diffs
Wed Nov 20 13:37:23 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.200: preferred, unified
Changes since revision 1.200: +33 -2
lines
SIGUSR1 >> writes to error_log uri of currently processed document
SIGPIPE >> interrupts request processing [exception = DB rollback]
Revision 1.200: download - view: text, markup, annotated - select for diffs
Wed Nov 20 09:44:44 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.199: preferred, unified
Changes since revision 1.199: +2 -2
lines
^file:exec/cgi [pa_exec] pipe read errors now checked
Revision 1.199: download - view: text, markup, annotated - select for diffs
Tue Nov 19 14:39:56 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.198: preferred, unified
Changes since revision 1.198: +1 -3
lines
removed #ifdef WIN32 around check of CGI: Illegal call
Revision 1.198: download - view: text, markup, annotated - select for diffs
Tue Oct 15 10:05:01 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.197: preferred, unified
Changes since revision 1.197: +30 -29
lines
compiling to system classes disabled
Revision 1.197: download - view: text, markup, annotated - select for diffs
Fri Aug 23 07:32:24 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.196: preferred, unified
Changes since revision 1.196: +2 -2
lines
when auto.p beside binary [cgi, isapi] not accessible [due to bad rights or whatever] it's error now
Revision 1.196: download - view: text, markup, annotated - select for diffs
Wed Aug 21 06:24:07 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.195: preferred, unified
Changes since revision 1.195: +2 -2
lines
$mail.received.file.value.content-type fixed
Revision 1.195: download - view: text, markup, annotated - select for diffs
Wed Aug 14 12:19:03 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.194: preferred, unified
Changes since revision 1.194: +2 -10
lines
removed fixopt stupidity. on stupid linux use
cd /document/root
../cgi/parser3 script
Revision 1.194: download - view: text, markup, annotated - select for diffs
Wed Aug 14 11:37:14 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.193: preferred, unified
Changes since revision 1.193: +10 -2
lines
fixopt now preprocesses command line params, splitting them by space, excluding argv[0], argv[argc-1]
Revision 1.193: download - view: text, markup, annotated - select for diffs
Wed Aug 14 10:52:28 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.192: preferred, unified
Changes since revision 1.192: +52 -36
lines
-f config file
Revision 1.192: download - view: text, markup, annotated - select for diffs
Wed Aug 14 09:20:53 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.191: preferred, unified
Changes since revision 1.191: +21 -20
lines
fixed .log file dir
Revision 1.191: download - view: text, markup, annotated - select for diffs
Mon Aug 5 14:00:42 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.190: preferred, unified
Changes since revision 1.190: +2 -2
lines
no message
Revision 1.190.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 2 13:11:40 2002 UTC (23 years, 10 months ago) by paf
Branches: release_3_0_0005
Diff to: previous 1.190: preferred, unified; next MAIN 1.191: preferred, unified
Changes since revision 1.190: +2 -2
lines
removed #define DEBUG*
Revision 1.190: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:21 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Branch point for: release_3_0_0005
Diff to: previous 1.189: preferred, unified
Changes since revision 1.189: +1 -1
lines
$Date: now$
Revision 1.189: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:52 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.188: preferred, unified
Changes since revision 1.188: +2 -24
lines
ident.C* removed
Revision 1.188: download - view: text, markup, annotated - select for diffs
Thu Aug 1 08:39:50 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.187: preferred, unified
Changes since revision 1.187: +2 -2
lines
usage to stdout now
Revision 1.187: download - view: text, markup, annotated - select for diffs
Tue Jul 30 14:30:55 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.186: preferred, unified
Changes since revision 1.186: +2 -2
lines
removed pa_config_paths.h
Revision 1.186: download - view: text, markup, annotated - select for diffs
Wed Jun 26 09:00:03 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004
Diff to: previous 1.185: preferred, unified
Changes since revision 1.185: +2 -2
lines
/cgi-bin/parser empty filename checked
Revision 1.185: download - view: text, markup, annotated - select for diffs
Mon Jun 24 14:47:53 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.184: preferred, unified
Changes since revision 1.184: +7 -7
lines
#ifdef WITH_MAILRECEIVE
Revision 1.184: download - view: text, markup, annotated - select for diffs
Mon Jun 24 11:59:33 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.183: preferred, unified
Changes since revision 1.183: +72 -23
lines
uue to separate file
introducting $message:received
^mail:send rewritten with backward comp
Revision 1.182.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 20 16:31:09 2002 UTC (23 years, 11 months ago) by paf
Branches: release_3_0_0003
Diff to: previous 1.182: preferred, unified; next MAIN 1.183: preferred, unified
Changes since revision 1.182: +2 -2
lines
marged latest HEAD updates, mainly file:justname&co & @auto/conf[filespec
Revision 1.183: download - view: text, markup, annotated - select for diffs
Thu Jun 20 13:39:57 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.182: preferred, unified
Changes since revision 1.182: +2 -2
lines
parser3.conf renamed to auto.p
Revision 1.182: download - view: text, markup, annotated - select for diffs
Wed Jun 12 14:18:05 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Branch point for: release_3_0_0003
Diff to: previous 1.181: preferred, unified
Changes since revision 1.181: +1 -3
lines
removed root conf define creation
Revision 1.181: download - view: text, markup, annotated - select for diffs
Wed Jun 12 14:09:50 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.180: preferred, unified
Changes since revision 1.180: +12 -43
lines
parser3.conf now one and only
Revision 1.180: download - view: text, markup, annotated - select for diffs
Tue Jun 11 12:20:42 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.179: preferred, unified
Changes since revision 1.179: +11 -2
lines
file::exec/cgi to pass HTTP_ vars
introducing SAPI::environment
Revision 1.179: download - view: text, markup, annotated - select for diffs
Mon Jun 3 15:02:41 2002 UTC (24 years ago) by paf
Branches: MAIN
CVS tags: release_3_0_0002
Diff to: previous 1.178: preferred, unified
Changes since revision 1.178: +5 -5
lines
fixed .dsp-s along with reorganized cvs modules dirs structure
Revision 1.174.2.3: download - view: text, markup, annotated - select for diffs
Tue May 28 13:51:55 2002 UTC (24 years ago) by paf
Branches: release_1_0_0001
Diff to: previous 1.174.2.2: preferred, unified; next MAIN 1.175: preferred, unified
Changes since revision 1.174.2.2: +6 -6
lines
info.uri now ""
Revision 1.178: download - view: text, markup, annotated - select for diffs
Mon May 6 10:53:53 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.177: preferred, unified
Changes since revision 1.177: +33 -27
lines
removed 100*40 bytes per request memory leak [nonpool malloc in globals]
Revision 1.174.2.2: download - view: text, markup, annotated - select for diffs
Mon May 6 10:50:23 2002 UTC (24 years, 1 month ago) by paf
Branches: release_1_0_0001
Diff to: previous 1.174.2.1: preferred, unified
Changes since revision 1.174.2.1: +33 -27
lines
removed 100*40 bytes per request memory leak [nonpool malloc in globals]
Revision 1.177: download - view: text, markup, annotated - select for diffs
Tue Apr 30 10:40:57 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.176: preferred, unified
Changes since revision 1.176: +2 -2
lines
request.uri now never 0
Revision 1.176: download - view: text, markup, annotated - select for diffs
Mon Apr 29 05:59:34 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.175: preferred, unified
Changes since revision 1.175: +0 -0
lines
merged from 0001
Revision 1.175: download - view: text, markup, annotated - select for diffs
Thu Apr 25 15:38:03 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.174: preferred, unified
Changes since revision 1.174: +12 -5
lines
setenv in .htaccess when cgi is not under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took into account
Revision 1.174.2.1: download - view: text, markup, annotated - select for diffs
Thu Apr 25 15:37:34 2002 UTC (24 years, 1 month ago) by paf
Branches: release_1_0_0001
Diff to: previous 1.174: preferred, unified
Changes since revision 1.174: +12 -5
lines
setenv in .htaccess when cgi is not under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG, now that took into account
Revision 1.174: download - view: text, markup, annotated - select for diffs
Wed Apr 24 09:53:03 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Branch point for: release_1_0_0001
Diff to: previous 1.173: preferred, unified
Changes since revision 1.173: +3 -1
lines
MSVC profile targets
Revision 1.173: download - view: text, markup, annotated - select for diffs
Tue Apr 16 08:59:26 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.172: preferred, unified
Changes since revision 1.172: +2 -2
lines
cheched date:create(days) param for validity [later were assumed valid and crashed on invalid onces]
Revision 1.172: download - view: text, markup, annotated - select for diffs
Tue Apr 16 08:41:05 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.171: preferred, unified
Changes since revision 1.171: +3 -3
lines
OP_CALL -> OP_CALL__WRITE and used that for removing VString wrapper
Revision 1.171: download - view: text, markup, annotated - select for diffs
Mon Apr 15 08:21:52 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.170: preferred, unified
Changes since revision 1.170: +5 -3
lines
ctime sometimes can be just "", checked that
Revision 1.170: download - view: text, markup, annotated - select for diffs
Mon Apr 15 06:46:01 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.169: preferred, unified
Changes since revision 1.169: +3 -3
lines
switch in hash constructor fixed [were problems with using of stacked wwrapper after it's death]
Revision 1.169: download - view: text, markup, annotated - select for diffs
Tue Apr 9 16:27:27 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.168: preferred, unified
Changes since revision 1.168: +15 -14
lines
removed
{
char *a;
{
/*sub local*/char b[...];
a=b;
situations
Revision 1.168: download - view: text, markup, annotated - select for diffs
Tue Apr 9 08:10:37 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.167: preferred, unified
Changes since revision 1.167: +2 -2
lines
int/double get_string now not pool.malloc(MAX_NUMBER) but really neaded
Revision 1.167: download - view: text, markup, annotated - select for diffs
Thu Apr 4 08:04:28 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.166: preferred, unified
Changes since revision 1.166: +14 -7
lines
document root in standalone version = current dir
Revision 1.166: download - view: text, markup, annotated - select for diffs
Thu Apr 4 07:57:50 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.165: preferred, unified
Changes since revision 1.165: +17 -21
lines
document root in standalone version = current dir
Revision 1.165: download - view: text, markup, annotated - select for diffs
Wed Mar 27 15:30:37 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.164: preferred, unified
Changes since revision 1.164: +12 -12
lines
assigned exception types
Revision 1.164: download - view: text, markup, annotated - select for diffs
Mon Mar 25 12:21:48 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.163: preferred, unified
Changes since revision 1.163: +22 -15
lines
http_site_config_filespec
Revision 1.163: download - view: text, markup, annotated - select for diffs
Tue Mar 5 07:48:07 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.162: preferred, unified
Changes since revision 1.162: +3 -4
lines
isapi site config beside .dll
Revision 1.162: download - view: text, markup, annotated - select for diffs
Wed Feb 20 12:40:24 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.161: preferred, unified
Changes since revision 1.161: +2 -2
lines
//#define DEBUG_STRING_APPENDS_VS_EXPANDS
Revision 1.161: download - view: text, markup, annotated - select for diffs
Wed Feb 20 10:40:08 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.160: preferred, unified
Changes since revision 1.160: +2 -6
lines
speed uptimized: string::is_empty
Revision 1.160: download - view: text, markup, annotated - select for diffs
Wed Feb 20 09:13:08 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.159: preferred, unified
Changes since revision 1.159: +24 -1
lines
strign to string append optimiziation idea and estimates
Revision 1.159: download - view: text, markup, annotated - select for diffs
Mon Feb 18 12:45:46 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.158: preferred, unified
Changes since revision 1.158: +19 -10
lines
PARSER_ROOT_CONFIG
Revision 1.158: download - view: text, markup, annotated - select for diffs
Mon Feb 18 08:45:45 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.157: preferred, unified
Changes since revision 1.157: +2 -2
lines
*** empty log message ***
Revision 1.157: download - view: text, markup, annotated - select for diffs
Mon Feb 18 08:39:17 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.156: preferred, unified
Changes since revision 1.156: +2 -2
lines
removed libtool usage from build mech
Revision 1.156: download - view: text, markup, annotated - select for diffs
Wed Feb 13 11:51:43 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.155: preferred, unified
Changes since revision 1.155: +2 -1
lines
baltic charset file generated, in generation script ispunct check added
Revision 1.155: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:32:34 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.154: preferred, unified
Changes since revision 1.154: +3 -3
lines
name spelling
Revision 1.154: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:31:32 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.153: preferred, unified
Changes since revision 1.153: +3 -3
lines
name spelling
Revision 1.153: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:50 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.152: preferred, unified
Changes since revision 1.152: +3 -3
lines
2002
Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Jan 31 11:11:45 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.151: preferred, unified
Changes since revision 1.151: +3 -3
lines
lowered indent.awk back to src/
Revision 1.151: download - view: text, markup, annotated - select for diffs
Thu Jan 31 10:20:21 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.150: preferred, unified
Changes since revision 1.150: +5 -3
lines
moved etc&www out of src, moved configure&co out of src
added windows-1250.cfg
straightened installation scripts procedure
made targets/cgi/parser3.C be dependant on ./configure --sysconfdir change
Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Dec 28 14:06:52 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.149: preferred, unified
Changes since revision 1.149: +1 -7
lines
gnome libs just compiled in.
no refcounting
no xpath
no xslt
yet
Revision 1.149: download - view: text, markup, annotated - select for diffs
Thu Dec 27 19:57:09 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.148: preferred, unified
Changes since revision 1.148: +3 -37
lines
going away from xalan&xerces, started the process.
globals [initialization
pool [charset update
charset [transcodings
vxnode vxdoc [DOM calls
Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Dec 13 13:02:43 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.147: preferred, unified
Changes since revision 1.147: +35 -1
lines
msvc heap debugging flag
Revision 1.147: download - view: text, markup, annotated - select for diffs
Thu Dec 13 10:37:04 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.146: preferred, unified
Changes since revision 1.146: +2 -2
lines
removed 'expires' from header outputs
Revision 1.146: download - view: text, markup, annotated - select for diffs
Thu Dec 6 20:19:31 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.145: preferred, unified
Changes since revision 1.145: +2 -2
lines
removed debug info
Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Dec 5 11:26:42 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.144: preferred, unified
Changes since revision 1.144: +5 -4
lines
fatal error reporting fixed.
in IIS5 there were a prob with illegal call check
Revision 1.144: download - view: text, markup, annotated - select for diffs
Wed Dec 5 11:24:55 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.143: preferred, unified
Changes since revision 1.143: +14 -13
lines
fatal error reporting fixed.
in IIS5 there were a prob with illegal call check
Revision 1.143: download - view: text, markup, annotated - select for diffs
Wed Nov 21 10:02:13 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.142: preferred, unified
Changes since revision 1.142: +7 -2
lines
optimized \r produced by xslt
Revision 1.142: download - view: text, markup, annotated - select for diffs
Wed Nov 21 08:34:43 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.141: preferred, unified
Changes since revision 1.141: +2 -2
lines
removed debug cgi||1
Revision 1.141: download - view: text, markup, annotated - select for diffs
Wed Nov 21 08:26:56 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.140: preferred, unified
Changes since revision 1.140: +2 -2
lines
table.append bug fixed: forgot to switch default language for {code}, it happen to change it's language from CLEAN, so later refused to split by CLEAN \t
Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Nov 19 12:17:06 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.139: preferred, unified
Changes since revision 1.139: +2 -2
lines
UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
Revision 1.139: download - view: text, markup, annotated - select for diffs
Mon Nov 19 08:21:39 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.138: preferred, unified
Changes since revision 1.138: +6 -3
lines
#if _MSC_VER _set_new_handler
Revision 1.138: download - view: text, markup, annotated - select for diffs
Mon Nov 19 08:00:34 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.137: preferred, unified
Changes since revision 1.137: +17 -13
lines
set_new_handler in apache&isapi
Revision 1.137: download - view: text, markup, annotated - select for diffs
Fri Nov 16 16:00:59 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.136: preferred, unified
Changes since revision 1.136: +6 -1
lines
pool debug @ die
Revision 1.136: download - view: text, markup, annotated - select for diffs
Fri Nov 16 12:38:44 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.135: preferred, unified
Changes since revision 1.135: +2 -2
lines
introducing estimating String::cstr_bufsize, 0
Revision 1.135: download - view: text, markup, annotated - select for diffs
Fri Nov 16 11:06:08 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.134: preferred, unified
Changes since revision 1.134: +8 -13
lines
die in pool::fail
Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri Nov 16 11:03:02 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.133: preferred, unified
Changes since revision 1.133: +32 -45
lines
die in pool::fail
Revision 1.133: download - view: text, markup, annotated - select for diffs
Thu Nov 15 20:26:34 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.132: preferred, unified
Changes since revision 1.132: +5 -3
lines
exception with dynamic buffer re-back
now with counter
Revision 1.132: download - view: text, markup, annotated - select for diffs
Thu Nov 15 18:07:55 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.131: preferred, unified
Changes since revision 1.131: +2 -2
lines
std::
Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu Nov 15 16:30:02 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.130: preferred, unified
Changes since revision 1.130: +58 -20
lines
set_new_handler started
Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Nov 8 11:52:34 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.129: preferred, unified
Changes since revision 1.129: +3 -3
lines
apache 'status' class enabler
<Location /parser-status.html>
ParserStatusAllowed
</Location>
Revision 1.129: download - view: text, markup, annotated - select for diffs
Mon Nov 5 15:18:15 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.128: preferred, unified
Changes since revision 1.128: +2 -2
lines
read can return 0, that means sort of sig_pipe on freebsd [moko's experiments].
checked that in cgi, on apache already done :)
Revision 1.128: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:30 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.127: preferred, unified
Changes since revision 1.127: +3 -3
lines
$status:db
fixed used not initialized in db_connection & db_table
Revision 1.127: download - view: text, markup, annotated - select for diffs
Mon Oct 29 17:01:38 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.126: preferred, unified
Changes since revision 1.126: +2 -2
lines
removed debug defines
Revision 1.126: download - view: text, markup, annotated - select for diffs
Mon Oct 29 13:04:47 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.125: preferred, unified
Changes since revision 1.125: +2 -2
lines
debuggging memory.
string::as_int/double now usually uses stack, not heap [200K out of 17M :)]
VString(String&) not copies reference [29M -> 17M]
Revision 1.125: download - view: text, markup, annotated - select for diffs
Mon Oct 22 17:16:14 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.124: preferred, unified
Changes since revision 1.124: +4 -2
lines
cgi += pool cleanups
Revision 1.124: download - view: text, markup, annotated - select for diffs
Mon Oct 22 16:44:43 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.123: preferred, unified
Changes since revision 1.123: +19 -6
lines
hashfile 0
Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Oct 22 08:27:44 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.122: preferred, unified
Changes since revision 1.122: +3 -3
lines
stack backtrace
Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Oct 19 12:43:30 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.121: preferred, unified
Changes since revision 1.121: +190 -186
lines
switched to c++ exceptions 0
Revision 1.121: download - view: text, markup, annotated - select for diffs
Sat Oct 13 17:42:52 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.120: preferred, unified
Changes since revision 1.120: +2 -2
lines
isapi&cgi couple non-pooled mallocs in main handler
Revision 1.120: download - view: text, markup, annotated - select for diffs
Fri Oct 12 12:15:32 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.119: preferred, unified
Changes since revision 1.119: +16 -2
lines
xalan&xerces multithread bug fixed. initialization&free on each thread!
Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Oct 9 14:30:19 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.118: preferred, unified
Changes since revision 1.118: +4 -1
lines
xml transform win32 errors intercepted [xalan transformer patched and incorporated]
Revision 1.118: download - view: text, markup, annotated - select for diffs
Tue Oct 9 14:25:30 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.117: preferred, unified
Changes since revision 1.117: +4 -1
lines
xalan patches starting
Revision 1.117: download - view: text, markup, annotated - select for diffs
Mon Oct 8 09:04:08 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.116: preferred, unified
Changes since revision 1.116: +7 -2
lines
remove_crlf @ SAPI::log
Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Sep 26 15:43:59 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.115: preferred, unified
Changes since revision 1.115: +3 -3
lines
z
Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed Sep 26 11:48:04 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.114: preferred, unified
Changes since revision 1.114: +3 -3
lines
z
Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Sep 26 11:45:00 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.113: preferred, unified
Changes since revision 1.113: +5 -1
lines
#ifdef SMTP
Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Sep 26 10:32:26 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.112: preferred, unified
Changes since revision 1.112: +18 -2
lines
added ident.awk and main.dsp splitted to main+classes+types along to .am
Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Sep 24 14:34:25 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.111: preferred, unified
Changes since revision 1.111: +0 -0
lines
merged3 with before_xml
[merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Sep 18 16:05:43 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.110: preferred, unified
Changes since revision 1.110: +22 -11
lines
merged latest bugfixes from before_xml branch
^if(def $hash) now true only when ^hash:_count[]!=0
moved
.string .save .file from dom to dnode
Revision 1.110.4.3: download - view: text, markup, annotated - select for diffs
Mon Sep 17 14:26:56 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.110.4.2: preferred, unified; next MAIN 1.111: preferred, unified
Changes since revision 1.110.4.2: +2 -2
lines
expressions unary+
^hash.count[]
bugfix: in expression compound($aa.zz.xx) names now can have minus '-' in name after '.'
Revision 1.110.4.2: download - view: text, markup, annotated - select for diffs
Thu Sep 13 07:41:45 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.110.4.1: preferred, unified
Changes since revision 1.110.4.1: +20 -10
lines
ParserRootConfig .../parser3.conf
ParserSiteConfig .../parser3.conf
cgi&isapi looks for {configure|c:\windows}/parser3.conf
Revision 1.110.4.1: download - view: text, markup, annotated - select for diffs
Fri Sep 7 17:21:06 2001 UTC (24 years, 9 months ago) by parser
Diff to: previous 1.110: preferred, unified
Changes since revision 1.110: +2 -1
lines
z
Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Sep 5 09:33:33 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.109: preferred, unified
Changes since revision 1.109: +2 -5
lines
#define STRINGIZE(name) #name
does not macro expantion on param, simply qoutes whatever passed, undone
Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed Sep 5 09:22:45 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.108: preferred, unified
Changes since revision 1.108: +23 -28
lines
#define STRINGIZE(name) #name
invented
Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Sep 4 19:05:04 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.107: preferred, unified
Changes since revision 1.107: +2 -2
lines
full_file_spec bug
Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Sep 4 19:03:23 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.106: preferred, unified
Changes since revision 1.106: +14 -9
lines
getenvcheck
Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Sep 4 15:57:51 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.105: preferred, unified
Changes since revision 1.105: +1 -2
lines
zz
Revision 1.105: download - view: text, markup, annotated - select for diffs
Tue Sep 4 15:57:23 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.104: preferred, unified
Changes since revision 1.104: +2 -1
lines
no message
Revision 1.104: download - view: text, markup, annotated - select for diffs
Tue Sep 4 15:56:10 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.103: preferred, unified
Changes since revision 1.103: +1 -2
lines
zzz
Revision 1.103: download - view: text, markup, annotated - select for diffs
Tue Sep 4 15:55:48 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.102: preferred, unified
Changes since revision 1.102: +2 -1
lines
no message
Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue Sep 4 07:02:33 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.101: preferred, unified
Changes since revision 1.101: +6 -6
lines
configure --sysconfdir=sysadmin-controlled auto.p location for targets/cgi/parser3, default[/usr/local/etc]
Revision 1.101: download - view: text, markup, annotated - select for diffs
Mon Sep 3 17:07:02 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.100: preferred, unified
Changes since revision 1.100: +6 -3
lines
/configure cgi SYSCONFDIR
Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Aug 31 15:56:46 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.99: preferred, unified
Changes since revision 1.99: +18 -19
lines
z
Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Aug 31 15:35:34 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.98: preferred, unified
Changes since revision 1.98: +13 -7
lines
compiled under cygwin
Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Aug 28 10:30:29 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.97: preferred, unified
Changes since revision 1.97: +5 -6
lines
strncpy forced with zero ending in case of limit
Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Aug 27 13:27:26 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.96: preferred, unified
Changes since revision 1.96: +14 -1
lines
parser3 test.html [auto.p from current dir loading]
Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Aug 24 09:27:53 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.95: preferred, unified
Changes since revision 1.95: +9 -4
lines
not cgi extra \n 3
Revision 1.95: download - view: text, markup, annotated - select for diffs
Fri Aug 24 09:26:11 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.94: preferred, unified
Changes since revision 1.94: +4 -4
lines
not cgi extra \n 2
Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Aug 24 09:25:17 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.93: preferred, unified
Changes since revision 1.93: +4 -1
lines
not cgi extra \n
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:44:17 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.92: preferred, unified
Changes since revision 1.92: +1 -3
lines
*/
static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Jun 28 07:41:59 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.91: preferred, unified
Changes since revision 1.91: +2 -1
lines
static char *RCSId="$Id$";
Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu May 24 10:17:06 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.90: preferred, unified
Changes since revision 1.90: +2 -2
lines
^log ^exp
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu May 24 09:29:52 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.89: preferred, unified
Changes since revision 1.89: +2 -2
lines
// no _ conversions in @exception[params]
Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon May 21 08:05:52 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.88: preferred, unified
Changes since revision 1.88: +2 -2
lines
z
Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon May 21 08:05:15 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.87: preferred, unified
Changes since revision 1.87: +8 -6
lines
argv can be just "parser3". made site_auto_path "." in that case
Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon May 21 08:01:36 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.86: preferred, unified
Changes since revision 1.86: +2 -2
lines
z
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon May 21 07:58:41 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.85: preferred, unified
Changes since revision 1.85: +7 -3
lines
z
Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon May 21 07:32:04 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.84: preferred, unified
Changes since revision 1.84: +3 -1
lines
pcre_tables=pcre_default_tables;
Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat May 19 19:10:20 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.83: preferred, unified
Changes since revision 1.83: +8 -4
lines
fixed bug in pre html untaint, wrong size used, 4* mem wasted
Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed May 16 18:13:17 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.82: preferred, unified
Changes since revision 1.82: +3 -3
lines
z
Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed May 16 16:54:00 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.81: preferred, unified
Changes since revision 1.81: +1 -5
lines
removed array debug. before vstring rebasing
Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed May 16 16:48:56 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.80: preferred, unified
Changes since revision 1.80: +6 -1
lines
array debugged; adjusted
Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue May 15 15:41:20 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.79: preferred, unified
Changes since revision 1.79: +1 -4
lines
think that all must grow lineary, not exponentialy
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue May 15 14:31:58 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.78: preferred, unified
Changes since revision 1.78: +4 -1
lines
string fixed bug with fullchunk cmps
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue May 15 11:36:15 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.77: preferred, unified
Changes since revision 1.77: +3 -7
lines
main loss here: 5673321/ 70041= 81
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue May 15 10:48:53 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.76: preferred, unified
Changes since revision 1.76: +8 -1
lines
detected huge mem allocation: size/times malloc 27809390/368771, calloc 3232/83. would test now
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Apr 28 15:22:47 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.75: preferred, unified
Changes since revision 1.75: +2 -2
lines
renamed pa_methoded back to classes/classes.h
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Apr 28 13:49:24 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.74: preferred, unified
Changes since revision 1.74: +2 -2
lines
classes/classes renamet to include|main/pa_methoded
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Apr 28 13:38:21 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.73: preferred, unified
Changes since revision 1.73: +2 -2
lines
z
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Apr 28 08:44:09 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.72: preferred, unified
Changes since revision 1.72: +4 -2
lines
Methoded reorganized. todo: methoded-configure
Revision 1.72.2.2: download - view: text, markup, annotated - select for diffs
Sat Apr 28 08:30:35 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.72.2.1: preferred, unified; next MAIN 1.73: preferred, unified
Changes since revision 1.72.2.1: +2 -2
lines
removed ^a.menu{$name} ability. now
$a{^menu{$name}}
or
^a.menu{$a.name}
Revision 1.72.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 27 15:19:37 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.72: preferred, unified
Changes since revision 1.72: +5 -4
lines
started beautifying
Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Apr 25 10:25:37 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.71: preferred, unified
Changes since revision 1.71: +10 -7
lines
illegal call check a bit improved, but still under iis no mapping of dir with parser allowed!
Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Apr 23 13:29:53 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.70: preferred, unified
Changes since revision 1.70: +1 -3
lines
redo failed
/// @test noticed series in isapi, check how initialize_random_class is called! [must be called only once]
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:44:36 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.69: preferred, unified
Changes since revision 1.69: +5 -3
lines
/// @test with commandline start "parser3 a.html" so that ^load[a.cfg] worked! [now doesnt]
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:35:16 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.68: preferred, unified
Changes since revision 1.68: +10 -2
lines
cgi cmdline ver
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:31:56 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.67: preferred, unified
Changes since revision 1.67: +13 -7
lines
cgi /// @test disable /cgi-bin/parser3/auto.p
Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Apr 20 14:18:52 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.66: preferred, unified
Changes since revision 1.66: +2 -2
lines
$MAIN:LOCALE
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Apr 20 09:04:16 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.65: preferred, unified
Changes since revision 1.65: +3 -3
lines
fixed header "a/a"
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Apr 19 16:59:23 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.64: preferred, unified
Changes since revision 1.64: +3 -1
lines
z
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Apr 17 19:00:59 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.63: preferred, unified
Changes since revision 1.63: +2 -8
lines
exec @jav
Revision 1.63.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 16 11:26:54 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.63: preferred, unified; next MAIN 1.64: preferred, unified
Changes since revision 1.63: +2 -8
lines
compile-1
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Apr 11 08:13:41 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.62: preferred, unified
Changes since revision 1.62: +2 -2
lines
forced UL_FILE_NAME of posted file name
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Apr 9 16:04:57 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +2 -11
lines
all targets exec
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 9 15:49:01 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.60: preferred, unified
Changes since revision 1.60: +34 -34
lines
sapi exec dead end. badly parsed args in apache:util.script
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Apr 9 14:02:05 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.59: preferred, unified
Changes since revision 1.59: +2 -2
lines
exec win32 env
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Apr 9 09:48:26 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.58: preferred, unified
Changes since revision 1.58: +4 -4
lines
exec class just compiled. moved post read to request core
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Apr 9 08:55:40 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.57: preferred, unified
Changes since revision 1.57: +9 -1
lines
problems with ^exec:cgi post data. they are already read by vform
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Apr 7 14:23:39 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.56: preferred, unified
Changes since revision 1.56: +8 -1
lines
mail:send 1
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Apr 3 07:32:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.55: preferred, unified
Changes since revision 1.55: +3 -3
lines
todo/tests
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Apr 3 07:20:54 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.54: preferred, unified
Changes since revision 1.54: +2 -2
lines
content-disposition
Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Apr 3 07:02:44 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.53: preferred, unified
Changes since revision 1.53: +3 -3
lines
main:post-process
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Apr 3 06:23:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.52: preferred, unified
Changes since revision 1.52: +2 -2
lines
vfile in response:body
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Apr 3 05:23:43 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.51: preferred, unified
Changes since revision 1.51: +2 -2
lines
string::pos & cmp & piece bugs fixed.
string::split new
table:load separated from set
table:set implemented with clean \n \t searches
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Mar 28 14:41:31 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +11 -10
lines
$request:browser [.type .version]; unknown.get_double now = 0.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Mar 28 13:21:31 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.49: preferred, unified
Changes since revision 1.49: +2 -2
lines
file:load 1. tainted
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Mar 27 15:37:53 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.48: preferred, unified
Changes since revision 1.48: +2 -2
lines
continue on sort
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Mar 26 09:09:46 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +3 -3
lines
z
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Mar 24 19:30:08 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +2 -2
lines
html-typo 2
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Mar 24 19:12:21 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +4 -6
lines
html-typo 0
html-typo 1. noticed double default content-type prob. run cgi.cmd tomorrow first
html-typo sample. detected << problem: they become ltlt too fast
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Mar 24 14:56:09 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.44: preferred, unified
Changes since revision 1.44: +35 -25
lines
cgi: sapi::log
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Mar 24 14:31:01 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +34 -1
lines
nt error log experiments failed - cgi under iis got no access to log. registereventsource simply failed with 5(illegal call) code, while worked OK as standalone executable.
isapi: used HSE_APPEND_LOG_PARAMETER feature
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Mar 24 09:24:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +13 -17
lines
auto.p monkey every target
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Mar 24 08:54:04 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +26 -20
lines
auto.p monkey
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Mar 23 14:03:28 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +2 -2
lines
isapi: think it would be better to rewrite as filter then to deal with pool
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Mar 23 13:08:12 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, unified
Changes since revision 1.39: +40 -28
lines
cgi: reinvent document_root and request_uri under iis. autoconf updated. introducing ap_config_includes
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Mar 23 11:07:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +24 -11
lines
cgi: reinvent document_root under iis
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Mar 23 10:32:53 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +2 -3
lines
cgi: only one pool now
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Mar 23 10:27:32 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.36: preferred, unified
Changes since revision 1.36: +15 -23
lines
sapi made object
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Mar 23 10:14:36 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +39 -49
lines
all: sapi beauty
Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Mar 23 08:47:49 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +14 -9
lines
isapi minor env beauty
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Mar 22 21:33:37 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +2 -2
lines
isapi document_root 0
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Mar 22 17:13:51 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +7 -2
lines
isapi 1
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Mar 22 16:38:22 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +5 -6
lines
isapi 0
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 22 15:30:47 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +7 -14
lines
started isapi
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Mar 22 11:19:15 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +30 -24
lines
config of auto.p path: parser_root_auto_path parser_site_auto_path
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Mar 21 16:59:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +2 -2
lines
z
Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Mar 21 15:53:28 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +6 -1
lines
in cookie & env. todo:post
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Mar 21 14:06:52 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +33 -18
lines
shifted apache branch on main trunc
Revision 1.26.2.4: download - view: text, markup, annotated - select for diffs
Wed Mar 21 10:58:08 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.26.2.3: preferred, unified; next MAIN 1.27: preferred, unified
Changes since revision 1.26.2.3: +11 -8
lines
starting mod_parser3
Revision 1.26.2.3: download - view: text, markup, annotated - select for diffs
Tue Mar 20 18:55:44 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.26.2.2: preferred, unified
Changes since revision 1.26.2.2: +18 -9
lines
automake compiled and works. todo:make win32 ifdefs work and add ifdef unistd
Revision 1.26.2.2: download - view: text, markup, annotated - select for diffs
Tue Mar 20 18:24:45 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.26.2.1: preferred, unified
Changes since revision 1.26.2.1: +5 -2
lines
z
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 20 17:21:56 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +2 -2
lines
String::UL_
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Mar 19 21:39:35 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +11 -3
lines
\ to / and ^file:save
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Mar 19 19:17:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +2 -2
lines
^table:set{default level: TABLE}
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:06:15 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +2 -2
lines
doc: detected Value derivates prob
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Mar 19 15:29:41 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +2 -2
lines
doxygen include/, Value
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 18 20:32:53 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +2 -7
lines
z
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Mar 18 20:31:29 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +2 -1
lines
cookie class
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 18 16:32:26 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +9 -5
lines
taint[uri
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 18 14:45:30 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +28 -40
lines
^taint 0
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:22:08 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +3 -3
lines
proper @exceptions params tainting
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Mar 18 12:10:57 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +17 -11
lines
response fields to header
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 18 11:37:53 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +43 -29
lines
$response: 0 request::core exception rethrow
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 16 12:30:25 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +3 -3
lines
$request : query :uri
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Mar 15 11:00:41 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +4 -4
lines
@exception
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 15 09:37:56 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +17 -5
lines
pre-pre-pre-beta cgi under win32 apache pre pre pre works
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Mar 15 09:04:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +19 -3
lines
vform fillfields just compiled
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Mar 14 17:15:08 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +3 -3
lines
z
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 14 16:47:34 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +37 -13
lines
request_info -1
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 14 09:12:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +4 -13
lines
vform_fields_fill
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 14 09:06:28 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +7 -1
lines
# if MSVC
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 14 09:02:53 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +4 -9
lines
PATH_DELIMITER_CHAR
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 14 08:53:58 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +10 -6
lines
z
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 14 08:50:05 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +95 -44
lines
global handler, exceptions in parser3
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 13 19:35:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +30 -15
lines
started cgi target
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 13 18:32:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +58 -10
lines
before error show with parser
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 13 17:54:14 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +31 -2
lines
z
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 17:22:13 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
renamed targets/ parser to cgi
E-mail: