CVS log for parser3/src/targets/cgi/parser3.C

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

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN
Current tag: 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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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 ago) by moko
Branches: MAIN
Diff to: previous 1.354: preferred, colored
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 ago) by moko
Branches: MAIN
Diff to: previous 1.353: preferred, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.258: +2 -3 lines
option to hide $status used in apache module removed

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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.250: +2 -2 lines
- new classes implementation

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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.238: +11 -3 lines
+ ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/hashfile.foreach

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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.217: +190 -162 lines
moved tempate_gc to HEAD

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, colored
Changes since revision 1.216: +12 -1 lines
*** empty log message ***

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, colored
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, colored
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, colored
Changes since revision 1.213: +54 -16 lines
merged die&iis changes

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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.190: +2 -2 lines
no message

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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.183: +72 -23 lines
uue to separate file
introducting $message:received
^mail:send rewritten with backward comp

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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.178: +5 -5 lines
fixed .dsp-s along with reorganized cvs modules dirs structure

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, colored
Changes since revision 1.177: +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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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: 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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.72: +4 -2 lines
Methoded reorganized. todo: methoded-configure

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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.63: +2 -8 lines
exec @jav

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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
Changes since revision 1.26: +33 -18 lines
shifted apache branch on main trunc

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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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, colored
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

Diff request

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

Log view options

E-mail: