CVS log for parser3/src/main/pa_request.C
Up to [parser3project] / parser3 / src / main
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.440: download - view: text, markup, annotated - select for diffs
Sun May 24 14:16:27 2026 UTC (9 days, 9 hours ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.439: preferred, unified
Changes since revision 1.439: +5 -3 lines
more range check tests added
Revision 1.439: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 3 days ago) by moko
Branches: MAIN
Diff to: previous 1.438: preferred, unified
Changes since revision 1.438: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.438: download - view: text, markup, annotated - select for diffs
Sun Mar 1 00:51:19 2026 UTC (3 months ago) by moko
Branches: MAIN
Diff to: previous 1.437: preferred, unified
Changes since revision 1.437: +1 -4 lines
configure_user removed, $MAIN:MAIL now processed inside ^mail:send[] (implements feature #1290)
Revision 1.437: download - view: text, markup, annotated - select for diffs
Wed Feb 25 18:48:50 2026 UTC (3 months ago) by moko
Branches: MAIN
Diff to: previous 1.436: preferred, unified
Changes since revision 1.436: +3 -3 lines
array redefinition fixed
Revision 1.436: download - view: text, markup, annotated - select for diffs
Wed Feb 25 18:22:40 2026 UTC (3 months ago) by moko
Branches: MAIN
Diff to: previous 1.435: preferred, unified
Changes since revision 1.435: +6 -7 lines
classes now OrderedHashString, implements feature #1289
Revision 1.435: download - view: text, markup, annotated - select for diffs
Mon May 26 01:56:54 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.434: preferred, unified
Changes since revision 1.434: +5 -5 lines
VString(const char *avalue) added and used to optimize new VString(*new String(i.key(), String::L_TAINTED)) (related to feature #1277)
Revision 1.434: download - view: text, markup, annotated - select for diffs
Mon May 26 00:52:15 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.433: preferred, unified
Changes since revision 1.433: +7 -7 lines
implements feature #1277
String::Body(const char *abody) now explicit
but HashString::put(const char *str, V value) added for simplicity
optimizations:
HASH_PUT_CSTR used where hash.put called several time during execution;
caching String::Body::uitoa used at all pash.put(<uint> calls.
Revision 1.433: download - view: text, markup, annotated - select for diffs
Sun May 25 20:55:23 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.432: preferred, unified
Changes since revision 1.432: +5 -5 lines
minor opt (related to feature #1277)
Revision 1.432: download - view: text, markup, annotated - select for diffs
Mon Dec 23 18:30:55 2024 UTC (17 months, 1 week ago) by moko
Branches: MAIN
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.431: preferred, unified
Changes since revision 1.431: +3 -4 lines
more fixes for --with-build-warnings
Revision 1.431: 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.430: preferred, unified
Changes since revision 1.430: +27 -26 lines
Exceptions in @unhandled_exception are now processed in request::core for correct logging and reporting (feature #1256)
Revision 1.430: 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.429: preferred, unified
Changes since revision 1.429: +10 -17 lines
unhandled exception now called if exception occures during $response:download processing (related to bug #1255)
Revision 1.429: 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.428: preferred, unified
Changes since revision 1.428: +2 -2 lines
Copyright year updated
Revision 1.428: download - view: text, markup, annotated - select for diffs
Wed Oct 2 22:54:03 2024 UTC (19 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.427: preferred, unified
Changes since revision 1.427: +3 -3 lines
format replaced with pa_uitoa where applicable, $.date[unix-timestamp] fixed for handling large dates
Revision 1.427: download - view: text, markup, annotated - select for diffs
Wed Oct 2 21:24:41 2024 UTC (19 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.426: preferred, unified
Changes since revision 1.426: +9 -9 lines
Temp_recursion class added;
spelling: $LIMITS.max_recoursion -> $LIMITS.max_recursion
Revision 1.426: download - view: text, markup, annotated - select for diffs
Sat Sep 28 14:37:54 2024 UTC (20 months ago) by moko
Branches: MAIN
Diff to: previous 1.425: preferred, unified
Changes since revision 1.425: +3 -3 lines
minor error messages spelling fixes
Revision 1.425: download - view: text, markup, annotated - select for diffs
Sun Sep 22 13:56:09 2024 UTC (20 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.424: preferred, unified
Changes since revision 1.424: +11 -2 lines
$MAIN:LIMITS.max_array_size added, default 1000000 (related to feature #930)
Revision 1.424: download - view: text, markup, annotated - select for diffs
Tue Sep 17 18:09:59 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.423: preferred, unified
Changes since revision 1.423: +13 -1 lines
^reflection:class_alias[existing class name;alias class name] added. The array class can now be redefined regardless of the $.replace(bool) option value (related to feature #930)
Revision 1.423: download - view: text, markup, annotated - select for diffs
Fri Sep 13 04:01:23 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.422: preferred, unified
Changes since revision 1.422: +3 -4 lines
optimization: Value::as() removed as dynamic_cast is faster, Value::is() is still required for is operator.
Revision 1.422: download - view: text, markup, annotated - select for diffs
Wed Sep 11 21:07:36 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.421: preferred, unified
Changes since revision 1.421: +3 -3 lines
faster templated pa_itoa/pa_uitoa added to work with any integer type, String::Body::Format removed
Revision 1.421: download - view: text, markup, annotated - select for diffs
Sun Aug 25 19:58:51 2024 UTC (21 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.420: preferred, unified
Changes since revision 1.420: +2 -2 lines
be more specific
Revision 1.420: download - view: text, markup, annotated - select for diffs
Sat May 11 19:20:41 2024 UTC (2 years ago) by moko
Branches: MAIN
Diff to: previous 1.419: preferred, unified
Changes since revision 1.419: +9 -2 lines
The filename* parameter was added to the Content-Disposition header to conform with RFC 6266, with code provided by Sumo (implements feature #1240)
Revision 1.419: download - view: text, markup, annotated - select for diffs
Fri Nov 17 19:12:34 2023 UTC (2 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.418: preferred, unified
Changes since revision 1.418: +2 -2 lines
optional @auto[] inheritance implemented if defined with two args (path, class name) (implements feature #1233)
Revision 1.418: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:10 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.417: preferred, unified
Changes since revision 1.417: +3 -3 lines
copyright, authors actualized
Revision 1.417: download - view: text, markup, annotated - select for diffs
Mon Nov 21 21:19:26 2022 UTC (3 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.416: preferred, unified
Changes since revision 1.416: +2 -2 lines
bugfix: pa_filename was lost in 1.394 commit (related to bug #1204), L_HTTP_HEADER is incorrect for attribute value, L_URI should be used
Revision 1.416: download - view: text, markup, annotated - select for diffs
Wed Dec 22 21:59:50 2021 UTC (4 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.415: preferred, unified
Changes since revision 1.415: +5 -5 lines
warnings war
Revision 1.415: download - view: text, markup, annotated - select for diffs
Sat Jan 2 23:01:11 2021 UTC (5 years, 4 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.414: preferred, unified
Changes since revision 1.414: +31 -10 lines
@conf[] +CLASS-GETTER-PROTECTED, +LOCALS. $main -> $MAIN in exception texts (implements feature #1207)
Revision 1.414: download - view: text, markup, annotated - select for diffs
Sat Jan 2 10:49:22 2021 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.413: preferred, unified
Changes since revision 1.413: +5 -4 lines
sending headers only after opening file to allow error reporting if file was not opened (foreign group, etc).
Revision 1.413: download - view: text, markup, annotated - select for diffs
Sat Jan 2 10:40:08 2021 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.412: preferred, unified
Changes since revision 1.412: +1 -2 lines
*** empty log message ***
Revision 1.412: download - view: text, markup, annotated - select for diffs
Thu Dec 31 19:48:46 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.411: preferred, unified
Changes since revision 1.411: +6 -4 lines
^httpd-main[] -> ^httpd:main[]
Revision 1.411: download - view: text, markup, annotated - select for diffs
Thu Dec 31 12:08:36 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.410: preferred, unified
Changes since revision 1.410: +8 -1 lines
get_class_ref added and used
Revision 1.410: download - view: text, markup, annotated - select for diffs
Sat Dec 26 23:09:08 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.409: preferred, unified
Changes since revision 1.409: +2 -2 lines
fine tuning in ^table.rename[], minor spelling
Revision 1.409: download - view: text, markup, annotated - select for diffs
Mon Dec 21 14:12:57 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.408: preferred, unified
Changes since revision 1.408: +2 -2 lines
+comment
Revision 1.408: download - view: text, markup, annotated - select for diffs
Wed Dec 16 19:48:48 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.407: preferred, unified
Changes since revision 1.407: +3 -3 lines
whitespace
Revision 1.407: download - view: text, markup, annotated - select for diffs
Wed Dec 16 19:45:33 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.406: preferred, unified
Changes since revision 1.406: +68 -68 lines
Request::Exception_trace::table extracted and used
Revision 1.406: download - view: text, markup, annotated - select for diffs
Wed Dec 16 19:27:40 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.405: preferred, unified
Changes since revision 1.405: +13 -11 lines
moving output_result call outside of try as network exceptions should not be handled by parser code
Revision 1.405: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:36 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.404: preferred, unified
Changes since revision 1.404: +2 -2 lines
Copyright year updated
Revision 1.404: download - view: text, markup, annotated - select for diffs
Tue Dec 15 16:52:36 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.403: preferred, unified
Changes since revision 1.403: +3 -2 lines
old compilers support
Revision 1.403: download - view: text, markup, annotated - select for diffs
Tue Dec 15 12:16:04 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.402: preferred, unified
Changes since revision 1.402: +7 -5 lines
*** empty log message ***
Revision 1.402: download - view: text, markup, annotated - select for diffs
Tue Dec 15 10:25:16 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.401: preferred, unified
Changes since revision 1.401: +8 -1 lines
$main:HTTPD.mode implemented
Revision 1.401: download - view: text, markup, annotated - select for diffs
Wed Dec 9 12:37:05 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.400: preferred, unified
Changes since revision 1.400: +46 -26 lines
Range Requests (rfc7233) now really work
Revision 1.400: download - view: text, markup, annotated - select for diffs
Tue Dec 8 21:30:46 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.399: preferred, unified
Changes since revision 1.399: +33 -20 lines
slow file_read_binary no longer used, send_range added
Revision 1.399: download - view: text, markup, annotated - select for diffs
Mon Dec 7 23:38:46 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.398: preferred, unified
Changes since revision 1.398: +2 -2 lines
>4Gb support
Revision 1.398: download - view: text, markup, annotated - select for diffs
Mon Dec 7 23:25:20 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.397: preferred, unified
Changes since revision 1.397: +3 -3 lines
msvc warnings war
Revision 1.397: download - view: text, markup, annotated - select for diffs
Thu Dec 3 22:48:09 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.396: preferred, unified
Changes since revision 1.396: +4 -6 lines
unified uint64_t lseek implemented to support >4Gb files under x86, including Windows
Revision 1.396: download - view: text, markup, annotated - select for diffs
Wed Dec 2 17:22:44 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.395: preferred, unified
Changes since revision 1.395: +19 -18 lines
support for processing files sized >4Gb on 32 bit planforms
Revision 1.395: download - view: text, markup, annotated - select for diffs
Sun Nov 29 00:02:38 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.394: preferred, unified
Changes since revision 1.394: +63 -80 lines
CONF_OPTION added to unify @conf options processing, unnessesary defines removed
Revision 1.394: download - view: text, markup, annotated - select for diffs
Mon Nov 23 22:45:11 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.393: preferred, unified
Changes since revision 1.393: +26 -24 lines
$response:body[ $file[<file>.ext] $.name[] ] supported to avoid Content-Disposition: inline; filename="<file>.ext" but still set Content-Type for ext (related to bug #1204)
Revision 1.393: download - view: text, markup, annotated - select for diffs
Sat Nov 21 23:26:26 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.392: preferred, unified
Changes since revision 1.392: +2 -7 lines
pa_filename added to avoid useless rsplit
Revision 1.392: download - view: text, markup, annotated - select for diffs
Sat Nov 21 23:14:43 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.391: preferred, unified
Changes since revision 1.391: +6 -7 lines
content_disposition_inline returned.
Revision 1.391: download - view: text, markup, annotated - select for diffs
Mon Nov 16 21:37:13 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.390: preferred, unified
Changes since revision 1.390: +2 -2 lines
empty main method name support
Revision 1.390: download - view: text, markup, annotated - select for diffs
Thu Nov 12 16:16:01 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.389: preferred, unified
Changes since revision 1.389: +18 -4 lines
pa_httpd_timeout added
Revision 1.389: download - view: text, markup, annotated - select for diffs
Tue Nov 10 22:50:58 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.388: preferred, unified
Changes since revision 1.388: +12 -11 lines
path_translated can be null in httpd mode
Revision 1.388: download - view: text, markup, annotated - select for diffs
Tue Nov 10 22:42:26 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.387: preferred, unified
Changes since revision 1.387: +7 -7 lines
r.absolute -> r.full_disk_path
Revision 1.387: download - view: text, markup, annotated - select for diffs
Tue Nov 3 16:25:33 2020 UTC (5 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.386: preferred, unified
Changes since revision 1.386: +14 -15 lines
content_disposition_inline is the default, not required.
Revision 1.386: download - view: text, markup, annotated - select for diffs
Thu Oct 29 16:02:21 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.385: preferred, unified
Changes since revision 1.385: +34 -32 lines
^use[file; $.main(true) ] implemented for auto.p processing and path_translated changing to correct relative files path calculation in httpd mode
Revision 1.385: download - view: text, markup, annotated - select for diffs
Wed Oct 28 22:43:48 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.384: preferred, unified
Changes since revision 1.384: +7 -8 lines
fail_on_read_problem removed, as it allways true, as if should be.
Revision 1.384: 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.383: preferred, unified
Changes since revision 1.383: +4 -6 lines
clearing config_filespec when config was not found, thus flag not required and removed.
Revision 1.383: download - view: text, markup, annotated - select for diffs
Tue Oct 27 22:12:40 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.382: preferred, unified
Changes since revision 1.382: +45 -51 lines
frame.result() should be used + minor optimization
Revision 1.382: download - view: text, markup, annotated - select for diffs
Tue Oct 27 21:25:25 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.381: preferred, unified
Changes since revision 1.381: +4 -5 lines
execute_*_method simplified and unified
Revision 1.381: download - view: text, markup, annotated - select for diffs
Wed Oct 14 00:07:42 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.380: preferred, unified
Changes since revision 1.380: +10 -18 lines
global try exception handling unified
Revision 1.380: 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.379: preferred, unified
Changes since revision 1.379: +3 -5 lines
excaption in unhandled exception code optimization
Revision 1.379: download - view: text, markup, annotated - select for diffs
Fri Nov 22 23:11:26 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.378: preferred, unified
Changes since revision 1.378: +2 -2 lines
optimization: file_read replaced with simplified file_read_binary
Revision 1.378: download - view: text, markup, annotated - select for diffs
Fri Nov 22 22:37:30 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.377: preferred, unified
Changes since revision 1.377: +3 -5 lines
whitespace
Revision 1.377: download - view: text, markup, annotated - select for diffs
Thu Mar 22 16:04:05 2018 UTC (8 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.376: preferred, unified
Changes since revision 1.376: +2 -2 lines
$response:download[ $.file[file.namef] ] worked rather
slow (about 1mb/sec) with 10kb buffer, replaced it with 128kb buffer.
Now works at least 12 times faster. :) May be Windows-only problem.
Revision 1.376: download - view: text, markup, annotated - select for diffs
Wed May 3 19:32:53 2017 UTC (9 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.375: preferred, unified
Changes since revision 1.375: +2 -2 lines
$use[$method] is not possible, reverting (related to feature #1151)
Revision 1.375: download - view: text, markup, annotated - select for diffs
Wed May 3 17:53:19 2017 UTC (9 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.374: preferred, unified
Changes since revision 1.374: +3 -3 lines
get_element_method added and used to allow $use[$method] and $autouse[$method] (implements feature 1151)
Revision 1.374: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:44 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.373: preferred, unified
Changes since revision 1.373: +2 -2 lines
Copyright year: 2015->2017
Revision 1.373: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:01:50 2017 UTC (9 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.372: preferred, unified
Changes since revision 1.372: +8 -8 lines
file_lock_wait_limit -> lock_wait_timeout
Revision 1.372: download - view: text, markup, annotated - select for diffs
Sun Jan 29 19:41:17 2017 UTC (9 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.371: preferred, unified
Changes since revision 1.371: +16 -1 lines
$.max_file_lock_wait added (implements feature #1128)
Revision 1.371: download - view: text, markup, annotated - select for diffs
Mon Jan 23 20:05:57 2017 UTC (9 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.370: preferred, unified
Changes since revision 1.370: +2 -2 lines
warning war
Revision 1.370: download - view: text, markup, annotated - select for diffs
Fri Jan 13 13:50:28 2017 UTC (9 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.369: preferred, unified
Changes since revision 1.369: +1 -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.369: download - view: text, markup, annotated - select for diffs
Thu Dec 29 15:24:49 2016 UTC (9 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.368: preferred, unified
Changes since revision 1.368: +24 -7 lines
pa_file_size_limit added, ^math:random fixed for upper limit and limits more then 0x7FFFFFFF, limits now declared in pa_types.h (related to feature #1014)
Revision 1.368: download - view: text, markup, annotated - select for diffs
Wed Dec 28 17:41:15 2016 UTC (9 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.367: preferred, unified
Changes since revision 1.367: +2 -2 lines
VS2003 warning war
Revision 1.367: download - view: text, markup, annotated - select for diffs
Wed Dec 21 21:14:42 2016 UTC (9 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.366: preferred, unified
Changes since revision 1.366: +2 -2 lines
file_stat now return 64-bit size (implements #1014 under 32-bit unix versions)
Revision 1.366: download - view: text, markup, annotated - select for diffs
Mon Nov 28 20:24:59 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.365: preferred, unified
Changes since revision 1.365: +18 -64 lines
whitespace
Revision 1.365: download - view: text, markup, annotated - select for diffs
Sun Nov 27 23:08:28 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.364: preferred, unified
Changes since revision 1.364: +2 -2 lines
filename -> filespec, ^reflection:filename[$method] added (related to feature #1053)
Revision 1.364: download - view: text, markup, annotated - select for diffs
Tue Nov 22 22:31:38 2016 UTC (9 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.363: preferred, unified
Changes since revision 1.363: +30 -15 lines
@USE file now implemented as ^use[file; $.origin[origin_file] ] (implements feature #1074)
Revision 1.363: download - view: text, markup, annotated - select for diffs
Thu Nov 3 16:17:37 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.362: preferred, unified
Changes since revision 1.362: +16 -20 lines
Optimization: VMethodFrame now divided into VNativeMethodFrame, VParserMethodFrame, VLocalParserMethodFrame;
METHOD_FRAME_ACTION, EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added and used (related to feature #1104)
Revision 1.362: download - view: text, markup, annotated - select for diffs
Sun Oct 9 21:32:19 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.361: preferred, unified
Changes since revision 1.361: +23 -17 lines
$RECOURSION_LIMIT, $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
Revision 1.361: download - view: text, markup, annotated - select for diffs
Mon Oct 3 20:34:48 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.360: preferred, unified
Changes since revision 1.360: +30 -1 lines
@conf $RECOURSION_LIMIT and $LOOP_LIMIT now supported (implements feature #42)
Revision 1.360: download - view: text, markup, annotated - select for diffs
Thu Sep 29 18:49:43 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.359: preferred, unified
Changes since revision 1.359: +2 -2 lines
optimization: StringOrValue removed as it just slows down and adds complexity (implements feature #1020)
Revision 1.359: download - view: text, markup, annotated - select for diffs
Wed Sep 21 15:35:11 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.358: preferred, unified
Changes since revision 1.358: +3 -3 lines
charsets -> pa_charsets, vs2015 warning war
Revision 1.358: download - view: text, markup, annotated - select for diffs
Wed Sep 14 14:02:21 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.357: preferred, unified
Changes since revision 1.357: +6 -13 lines
set_method now checks for @auto[] to disable it inheritance during ^process (fixes bug #1088)
Revision 1.357: download - view: text, markup, annotated - select for diffs
Tue Sep 13 16:12:55 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.356: preferred, unified
Changes since revision 1.356: +15 -5 lines
objects now are not class instances, but have class as prototype, can be overridden by $OBJECT-PROTOTYPE(false) in @conf (implements feature #1086)
Revision 1.356: download - view: text, markup, annotated - select for diffs
Tue Aug 2 13:06:20 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.355: preferred, unified
Changes since revision 1.355: +6 -12 lines
load_charset no longer required to_upper
Revision 1.355: download - view: text, markup, annotated - select for diffs
Wed Jul 20 16:36:49 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.354: preferred, unified
Changes since revision 1.354: +3 -3 lines
request.classes(): Value -> VStateless_class, part 1 (related to issue #1051)
Revision 1.354: download - view: text, markup, annotated - select for diffs
Wed Apr 6 16:08:20 2016 UTC (10 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.353: preferred, unified
Changes since revision 1.353: +4 -2 lines
base -> methoded_donor for static classes, type() moved from VStateless_class to VClass and Methoded (implements feature #1051)
Revision 1.353: download - view: text, markup, annotated - select for diffs
Sun Apr 3 23:07:44 2016 UTC (10 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.352: preferred, unified
Changes since revision 1.352: +12 -19 lines
beauty: put_class added (related to feature #1051)
Revision 1.352: download - view: text, markup, annotated - select for diffs
Fri Apr 1 16:27:32 2016 UTC (10 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.351: preferred, unified
Changes since revision 1.351: +7 -7 lines
name() removed from VStateless_class, type() is used instead (related to feature #1051)
Revision 1.351: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:21:59 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.350: preferred, unified
Changes since revision 1.350: +2 -2 lines
Copyright year updated
Revision 1.350: download - view: text, markup, annotated - select for diffs
Wed Oct 21 22:54:08 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.349: preferred, unified
Changes since revision 1.349: +6 -5 lines
^throw origin fixed (related to feature #1039)
Revision 1.349: download - view: text, markup, annotated - select for diffs
Wed Oct 21 21:45:25 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.348: preferred, unified
Changes since revision 1.348: +58 -66 lines
exception unification: compile-time exceptions now have origin, @USE origins also tracked (implements feature #1039)
Revision 1.348: download - view: text, markup, annotated - select for diffs
Tue Oct 20 18:17:19 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.347: preferred, unified
Changes since revision 1.347: +1 -4 lines
cleanup
Revision 1.347: download - view: text, markup, annotated - select for diffs
Fri Oct 9 11:42:38 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.346: preferred, unified
Changes since revision 1.346: +11 -12 lines
explicit String::Body(char) calls removed; String::Body(String::C) constructor added (related to bug #957)
Revision 1.346: download - view: text, markup, annotated - select for diffs
Tue Sep 22 23:38:59 2015 UTC (10 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.345: preferred, unified
Changes since revision 1.345: +2 -2 lines
warning war
Revision 1.345: download - view: text, markup, annotated - select for diffs
Wed Jun 3 23:49:18 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.344: preferred, unified
Changes since revision 1.344: +5 -5 lines
last-modified check fixed
Revision 1.344: download - view: text, markup, annotated - select for diffs
Wed Jun 3 00:13:19 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.343: preferred, unified
Changes since revision 1.343: +26 -19 lines
$response:headers are now in uppercase (closes feature #1007)
Revision 1.343: download - view: text, markup, annotated - select for diffs
Wed May 27 13:34:11 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.342: preferred, unified
Changes since revision 1.342: +2 -2 lines
Invalid response filename in gcc 4.9.2 (Debian jessie) fixed (closes issue #1024)
Revision 1.342: download - view: text, markup, annotated - select for diffs
Wed Apr 8 18:08:53 2015 UTC (11 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.341: preferred, unified
Changes since revision 1.341: +5 -3 lines
removed most of the clang compiler warnings (closes issue #1018)
Revision 1.341: download - view: text, markup, annotated - select for diffs
Mon Apr 6 22:27:26 2015 UTC (11 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.340: preferred, unified
Changes since revision 1.340: +4 -4 lines
new(UseGC) replaced with new, malloc/strdup/free replaced with pa_ version and checks for accidental use of non-pa_ version added (related to issue #1018)
Revision 1.340: download - view: text, markup, annotated - select for diffs
Thu Apr 2 22:18:26 2015 UTC (11 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.339: preferred, unified
Changes since revision 1.339: +2 -2 lines
C++11 compilation errors fixed (related to ticket #958)
Revision 1.339: 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.338: preferred, unified
Changes since revision 1.338: +3 -3 lines
$request:headers, $request:method added (implements feature #1007)
Revision 1.338: download - view: text, markup, annotated - select for diffs
Tue Jan 6 02:37:54 2015 UTC (11 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.337: preferred, unified
Changes since revision 1.337: +4 -4 lines
filling mail received after cgi/auto.p load to allow charset switch (related to issue #996)
Revision 1.337: download - view: text, markup, annotated - select for diffs
Mon Oct 21 20:49:21 2013 UTC (12 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.336: preferred, unified
Changes since revision 1.336: +17 -1 lines
Now getter is not called when saving value of $match variable in ^string.match[] to increase compatibility (related to issue #948).
Revision 1.336: download - view: text, markup, annotated - select for diffs
Tue Oct 8 21:25:46 2013 UTC (12 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.335: preferred, unified
Changes since revision 1.335: +3 -1 lines
GET_default, SET_default now works properly not only in objects, but in classes as well (closes issue #903)
Revision 1.335: download - view: text, markup, annotated - select for diffs
Mon Sep 30 19:40:57 2013 UTC (12 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.334: preferred, unified
Changes since revision 1.334: +2 -1 lines
allow_class_replace implemented; $.replace option added to ^process and ^use
Revision 1.334: download - view: text, markup, annotated - select for diffs
Wed Aug 21 12:11:14 2013 UTC (12 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.333: preferred, unified
Changes since revision 1.333: +1 -2 lines
anti_endless_json_string_recoursion removed from request;
json_string_recoursion added to json_options;
$.indent[indent value] now supported and passed within recoursion
closes feature #937
Revision 1.333: download - view: text, markup, annotated - select for diffs
Tue Jul 23 14:29:02 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.332: preferred, unified
Changes since revision 1.332: +1 -45 lines
outdated RESOURCES_DEBUG removed
Revision 1.332: download - view: text, markup, annotated - select for diffs
Wed Oct 17 10:12:39 2012 UTC (13 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.331: preferred, unified
Changes since revision 1.331: +2 -1 lines
bugfix: safe mode should be inited for each request (for apache module)
Revision 1.331: download - view: text, markup, annotated - select for diffs
Thu May 24 12:50:20 2012 UTC (14 years ago) by misha
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.330: preferred, unified
Changes since revision 1.330: +4 -4 lines
- use strrpbrk instead of lastposafter
Revision 1.330: download - view: text, markup, annotated - select for diffs
Mon May 7 20:05:10 2012 UTC (14 years ago) by moko
Branches: MAIN
Diff to: previous 1.329: preferred, unified
Changes since revision 1.329: +14 -1 lines
feature #154 - first empty param now string; defined locals are empty strings; $STRICT-VARS(true) added
Revision 1.329: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:14 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.328: preferred, unified
Changes since revision 1.328: +3 -3 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.328: download - view: text, markup, annotated - select for diffs
Wed Nov 23 11:41:22 2011 UTC (14 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.327: preferred, unified
Changes since revision 1.327: +5 -1 lines
- new method mime_type_of(const String*) is added
Revision 1.327: download - view: text, markup, annotated - select for diffs
Fri Nov 11 23:36:04 2011 UTC (14 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.326: preferred, unified
Changes since revision 1.326: +3 -3 lines
- forgotten fix for escaping filename in HTTP content-disposition header (a part of bug #361 )
Revision 1.326: download - view: text, markup, annotated - select for diffs
Mon Jan 31 09:05:45 2011 UTC (15 years, 4 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.325: preferred, unified
Changes since revision 1.325: +6 -1 lines
- throw exception if param file_name in use_file is empty
Revision 1.325: 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
Diff to: previous 1.324: preferred, unified
Changes since revision 1.324: +3 -4 lines
option to hide $status used in apache module removed
Revision 1.324: download - view: text, markup, annotated - select for diffs
Thu Sep 16 23:35:11 2010 UTC (15 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.323: preferred, unified
Changes since revision 1.323: +2 -1 lines
- stuff for preventing infinite recursion while executing json:string was added
Revision 1.323: download - view: text, markup, annotated - select for diffs
Mon Aug 30 10:49:05 2010 UTC (15 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.322: preferred, unified
Changes since revision 1.322: +13 -8 lines
cosmetic optimization in request:execute_method usage
Revision 1.322: download - view: text, markup, annotated - select for diffs
Sun Aug 1 14:49:33 2010 UTC (15 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.321: preferred, unified
Changes since revision 1.321: +4 -7 lines
optimization:
VMethodFrame(junction, caller) replaced with VMethodFrame(method, caller, self)
op_call(VMethodFrame &frame, bool constructing) removed, construct(class,method) added
Revision 1.321: download - view: text, markup, annotated - select for diffs
Tue May 25 03:58:25 2010 UTC (16 years ago) by misha
Branches: MAIN
Diff to: previous 1.320: preferred, unified
Changes since revision 1.320: +1 -63 lines
- get_method_filename was moved to execute.C
Revision 1.320: download - view: text, markup, annotated - select for diffs
Sun May 23 01:06:47 2010 UTC (16 years ago) by misha
Branches: MAIN
Diff to: previous 1.319: preferred, unified
Changes since revision 1.319: +58 -3 lines
- more accurate detection of method's file
Revision 1.319: download - view: text, markup, annotated - select for diffs
Thu May 20 07:17:51 2010 UTC (16 years ago) by misha
Branches: MAIN
Diff to: previous 1.318: preferred, unified
Changes since revision 1.318: +3 -2 lines
- fix in get_method_filename
Revision 1.318: download - view: text, markup, annotated - select for diffs
Thu May 20 04:36:20 2010 UTC (16 years ago) by misha
Branches: MAIN
Diff to: previous 1.317: preferred, unified
Changes since revision 1.317: +61 -41 lines
- new feature: #24 -- searching included file in @USE/^use is changed. if its filespec doesn't start from '/' it will be searched in caller file directory
Revision 1.317: download - view: text, markup, annotated - select for diffs
Wed Mar 31 21:50:28 2010 UTC (16 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.316: preferred, unified
Changes since revision 1.316: +2 -2 lines
- bugfix: on *nix URIs like /a/b/// caused multiple execution of /a/b/auto.p
Revision 1.316: download - view: text, markup, annotated - select for diffs
Thu Oct 15 01:07:54 2009 UTC (16 years, 7 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.315: preferred, unified
Changes since revision 1.315: +3 -3 lines
- little hacking: for dealing with transcoding+^taint[uri] transcode_and_untaint was replaced by untaint_and_transcode
Revision 1.315: download - view: text, markup, annotated - select for diffs
Tue Sep 8 09:13:56 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.314: preferred, unified
Changes since revision 1.314: +4 -4 lines
- http headers names, which are passed to SAPI::add_header_attribute are lowercased now (it'll be capitalized in that method)
Revision 1.314: download - view: text, markup, annotated - select for diffs
Thu Sep 3 11:08:19 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.313: preferred, unified
Changes since revision 1.313: +20 -23 lines
- back to storing response http headers in lowercase
- capitalize them during output
Revision 1.313: download - view: text, markup, annotated - select for diffs
Mon Aug 31 13:03:16 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.312: preferred, unified
Changes since revision 1.312: +9 -13 lines
no message
Revision 1.312: download - view: text, markup, annotated - select for diffs
Sun Aug 30 06:05:56 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.311: preferred, unified
Changes since revision 1.311: +12 -11 lines
- http headers were changed: content-type => Content-type and so on
Revision 1.311: download - view: text, markup, annotated - select for diffs
Sun Aug 30 05:28:49 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.310: preferred, unified
Changes since revision 1.310: +10 -17 lines
- http headers were changed: content-type => Content-type and so on
Revision 1.310: download - view: text, markup, annotated - select for diffs
Fri Aug 21 08:38:55 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.309: preferred, unified
Changes since revision 1.309: +3 -3 lines
- some fixes with transcode+untaint
Revision 1.309: download - view: text, markup, annotated - select for diffs
Fri Aug 14 23:36:55 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.308: preferred, unified
Changes since revision 1.308: +23 -1 lines
- autouse was implemented
Revision 1.308: 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.307: preferred, unified
Changes since revision 1.307: +7 -10 lines
- new classes implementation
Revision 1.307: download - view: text, markup, annotated - select for diffs
Wed Jul 29 05:01:53 2009 UTC (16 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.306: preferred, unified
Changes since revision 1.306: +4 -2 lines
- break in cycles was optimized
Revision 1.306: download - view: text, markup, annotated - select for diffs
Tue Jul 7 05:48:05 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.305: preferred, unified
Changes since revision 1.305: +2 -4 lines
- some code cleanup
Revision 1.305: download - view: text, markup, annotated - select for diffs
Mon Jul 6 12:20:01 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.304: preferred, unified
Changes since revision 1.304: +2 -2 lines
no message
Revision 1.304: download - view: text, markup, annotated - select for diffs
Mon Jul 6 12:07:04 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.303: preferred, unified
Changes since revision 1.303: +3 -3 lines
- cstr(params) and cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m] should be used
Revision 1.303: download - view: text, markup, annotated - select for diffs
Mon Jul 6 08:47:10 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.302: preferred, unified
Changes since revision 1.302: +8 -15 lines
- optimizations and simplification of string.cstr(...)
Revision 1.302: download - view: text, markup, annotated - select for diffs
Thu May 14 08:10:09 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.301: preferred, unified
Changes since revision 1.301: +2 -2 lines
- String constructors don't have that stupid true/false param which means 'tainted'. they accept lang instead.
Revision 1.301: download - view: text, markup, annotated - select for diffs
Wed May 13 07:35:41 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.300: preferred, unified
Changes since revision 1.300: +2 -2 lines
- result optimisation
- helper_length parameter removed from string constructors
Revision 1.300: download - view: text, markup, annotated - select for diffs
Wed Apr 29 03:26:50 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.299: preferred, unified
Changes since revision 1.299: +4 -5 lines
- we can work without opcode OP_STORE_PARAM, so it was removed
Revision 1.299: download - view: text, markup, annotated - select for diffs
Thu Apr 16 01:09:54 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.298: preferred, unified
Changes since revision 1.298: +3 -3 lines
- bool optimisation (use only 2 bool objects)
Revision 1.298: download - view: text, markup, annotated - select for diffs
Tue Jul 15 12:54:37 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0
Diff to: previous 1.297: preferred, unified
Changes since revision 1.297: +2 -5 lines
- cookie class now decode cookies before first access after last request:charset changing (as form class).
Revision 1.297: download - view: text, markup, annotated - select for diffs
Mon Jun 16 12:44:57 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.296: preferred, unified
Changes since revision 1.296: +4 -4 lines
- go back to one VMethodFrame with internal switch between local/global vars
Revision 1.296: download - view: text, markup, annotated - select for diffs
Wed Jun 11 11:38:41 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.295: preferred, unified
Changes since revision 1.295: +3 -2 lines
no message
Revision 1.295: download - view: text, markup, annotated - select for diffs
Tue Jun 10 14:05:20 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.294: preferred, unified
Changes since revision 1.294: +17 -13 lines
- compile return list of classes now. try call @conf and @auto for each returned class
Revision 1.294: download - view: text, markup, annotated - select for diffs
Sat Jun 7 17:29:33 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.293: preferred, unified
Changes since revision 1.293: +2 -2 lines
- constructing VRequest object with 3rd param -- form
Revision 1.293: download - view: text, markup, annotated - select for diffs
Fri May 30 12:25:21 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.292: preferred, unified
Changes since revision 1.292: +4 -4 lines
- use VMethodFrameGlobal instead of VMethodFrame now
Revision 1.292: download - view: text, markup, annotated - select for diffs
Tue Feb 19 07:52:24 2008 UTC (18 years, 3 months ago) by misha
Branches: MAIN
CVS tags: release_3_2_3
Diff to: previous 1.291: preferred, unified
Changes since revision 1.291: +2 -2 lines
- rollback: we mustn't force taint $response:field values because in this case $response:locateion[http://...] don't works.
Revision 1.291: download - view: text, markup, annotated - select for diffs
Fri Feb 15 11:49:44 2008 UTC (18 years, 3 months ago) by misha
Branches: MAIN
Diff to: previous 1.290: preferred, unified
Changes since revision 1.290: +2 -2 lines
- force taint values of $response:field
Revision 1.290: download - view: text, markup, annotated - select for diffs
Thu Feb 14 18:32:36 2008 UTC (18 years, 3 months ago) by misha
Branches: MAIN
Diff to: previous 1.289: preferred, unified
Changes since revision 1.289: +11 -11 lines
- $response:field transcoded to $response:charset before escaping now
Revision 1.289: download - view: text, markup, annotated - select for diffs
Mon Oct 22 16:38:36 2007 UTC (18 years, 7 months ago) by misha
Branches: MAIN
CVS tags: release_3_2_2
Diff to: previous 1.288: preferred, unified
Changes since revision 1.288: +2 -1
lines
- added const content-transfer-encoding
Revision 1.288: download - view: text, markup, annotated - select for diffs
Mon Oct 22 13:44:59 2007 UTC (18 years, 7 months ago) by misha
Branches: MAIN
Diff to: previous 1.287: preferred, unified
Changes since revision 1.287: +3 -3
lines
- constant renamed
Revision 1.287: download - view: text, markup, annotated - select for diffs
Wed Oct 17 07:59:55 2007 UTC (18 years, 7 months ago) by misha
Branches: MAIN
Diff to: previous 1.286: preferred, unified
Changes since revision 1.286: +37 -35
lines
- little code reformating
- comment changed
Revision 1.286: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:30:32 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.285: preferred, unified
Changes since revision 1.285: +9 -9
lines
- "parser.runtime" strings were removed
Revision 1.285: download - view: text, markup, annotated - select for diffs
Sat Feb 17 11:03:10 2007 UTC (19 years, 3 months ago) by misha
Branches: MAIN
Diff to: previous 1.284: preferred, unified
Changes since revision 1.284: +3 -3
lines
- damn, i forgot to commit it while I change console behaviour
Revision 1.284: download - view: text, markup, annotated - select for diffs
Sat Feb 3 17:48:02 2007 UTC (19 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.283: preferred, unified
Changes since revision 1.283: +1 -3
lines
- fix
Revision 1.283: download - view: text, markup, annotated - select for diffs
Tue Dec 19 19:06:10 2006 UTC (19 years, 5 months ago) by misha
Branches: MAIN
Diff to: previous 1.282: preferred, unified
Changes since revision 1.282: +9 -9
lines
- always set content-disposition for $response:body[hash here]. more details: http://www.parser.ru/forum/?id=52130
Revision 1.282: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:03:13 2006 UTC (19 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.281: preferred, unified
Changes since revision 1.281: +2 -1
lines
no message
Revision 1.281: 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.280: preferred, unified
Changes since revision 1.280: +4 -4
lines
+ ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/hashfile.foreach
Revision 1.280.8.1: download - view: text, markup, annotated - select for diffs
Sun Apr 9 12:25:04 2006 UTC (20 years, 1 month ago) by paf
Diff to: previous 1.280: preferred, unified; next MAIN 1.281: preferred, unified
Changes since revision 1.280: +4 -4
lines
! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
+ $response:field[] setting void means removing
+ grammar $name` name stops now, for mysql `$field`
+ started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
+ all log messages += [uri=, method=, cl=]
Revision 1.280: download - view: text, markup, annotated - select for diffs
Fri Dec 16 10:15:12 2005 UTC (20 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_1,
paf_left
Diff to: previous 1.279: preferred, unified
Changes since revision 1.279: +4 -8
lines
. started killing gdome
Revision 1.278.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 13 11:00:55 2005 UTC (20 years, 5 months ago) by paf
Branches: release_3_2_0
Diff to: previous 1.278: preferred, unified; next MAIN 1.279: preferred, unified
Changes since revision 1.278: +8 -5
lines
merged from HEAD
! when code in @unhandled_exception thrown another exception, print correct origin (earlier code in catch of exception inside of @unhandled_exception grabbed parent_frame(original_exception) origin and printed it, instead of true origin)
Revision 1.274.6.5: download - view: text, markup, annotated - select for diffs
Tue Dec 13 11:00:19 2005 UTC (20 years, 5 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.274.6.4: preferred, unified; next MAIN 1.275: preferred, unified
Changes since revision 1.274.6.4: +8 -5
lines
merged from HEAD
! when code in @unhandled_exception thrown another exception, print correct origin (earlier code in catch of exception inside of @unhandled_exception grabbed parent_frame(original_exception) origin and printed it, instead of true origin)
Revision 1.279: download - view: text, markup, annotated - select for diffs
Tue Dec 13 10:59:32 2005 UTC (20 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.278: preferred, unified
Changes since revision 1.278: +8 -5
lines
! when code in @unhandled_exception thrown another exception, print correct origin (earlier code in catch of exception inside of @unhandled_exception grabbed parent_frame(original_exception) origin and printed it, instead of true origin)
Revision 1.274.6.4: download - view: text, markup, annotated - select for diffs
Thu Nov 24 14:05:05 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.274.6.3: preferred, unified
Changes since revision 1.274.6.3: +3 -3
lines
merged from HEAD:
! changed file/dir_readable to simple file/dir_exist, this would help in situations "class not found because .p file has bad rights" << in that case error would be explicit "access denied to 'this' file"
Revision 1.278: download - view: text, markup, annotated - select for diffs
Thu Nov 24 14:00:34 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Branch point for: release_3_2_0
Diff to: previous 1.277: preferred, unified
Changes since revision 1.277: +3 -3
lines
! changed file/dir_readable to simple file/dir_exist, this would help in situations "class not found because .p file has bad rights" << in that case error would be explicit "access denied to 'this' file"
Revision 1.277: download - view: text, markup, annotated - select for diffs
Mon Nov 21 11:30:27 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.276: preferred, unified
Changes since revision 1.276: +9 -7
lines
! merged: $response:body[file] now differes from :download, it does not return content-disposition at all now [previusely it returned valueless content-disposition]
Revision 1.274.6.3: download - view: text, markup, annotated - select for diffs
Mon Nov 21 11:23:07 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.274.6.2: preferred, unified
Changes since revision 1.274.6.2: +9 -7
lines
! $response:body[file] now differes from :download, it does not return content-disposition at all now [previusely it returned valueless content-disposition]
Revision 1.276: download - view: text, markup, annotated - select for diffs
Fri Nov 18 09:57:25 2005 UTC (20 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.275: preferred, unified
Changes since revision 1.275: +8 -1
lines
! merged from 3.1.5: ensured proper untainting of @main result if returned by $result or $response:body
Revision 1.274.6.2: download - view: text, markup, annotated - select for diffs
Fri Nov 18 09:57:03 2005 UTC (20 years, 6 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.274.6.1: preferred, unified
Changes since revision 1.274.6.1: +8 -1
lines
! ensured proper untainting of @main result if returned by $result or $response:body
Revision 1.275: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:52 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.274: preferred, unified
Changes since revision 1.274: +2 -2
lines
2005
Revision 1.274.6.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:02 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.274: preferred, unified
Changes since revision 1.274: +2 -2
lines
. 2005 ;)
Revision 1.274: download - view: text, markup, annotated - select for diffs
Fri Jul 8 14:06:11 2005 UTC (20 years, 10 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_5
Diff to: previous 1.273: preferred, unified
Changes since revision 1.273: +11 -8
lines
! bugfix: $response:body[nonfile] caused gpf
Revision 1.273: download - view: text, markup, annotated - select for diffs
Thu Dec 23 15:50:27 2004 UTC (21 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Diff to: previous 1.272: preferred, unified
Changes since revision 1.272: +10 -4
lines
new: @unhandled_exception can prevent exception from being logged by setting $exception.handled(1)
Revision 1.272: download - view: text, markup, annotated - select for diffs
Tue Oct 5 11:07:48 2004 UTC (21 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.271: preferred, unified
Changes since revision 1.271: +29 -20
lines
bugfix: request::configure_user/admin done always, even if no file-to-process
useful in @unhandled_exception [say, if they would want to mail by SMTP something]
Revision 1.271: download - view: text, markup, annotated - select for diffs
Tue Oct 5 10:55:36 2004 UTC (21 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.270: preferred, unified
Changes since revision 1.270: +7 -7
lines
bugfix: cookie(and mail:recieved) fills now performed prior to file loading [and @auto executing]
thus making $cookie:value available in @auto and in @unhandled_exception when IIS is configured to run interpreter even if no file exist
Revision 1.270: download - view: text, markup, annotated - select for diffs
Wed Aug 18 08:58:31 2004 UTC (21 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.269: preferred, unified
Changes since revision 1.269: +3 -134
lines
bugfix: Accept-Ranges: bytes when sending possibly-chunked response
Revision 1.269: 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.268: preferred, unified
Changes since revision 1.268: +53 -51
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.268: 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.267: preferred, unified
Changes since revision 1.267: +8 -2
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.267: download - view: text, markup, annotated - select for diffs
Mon Jul 26 14:43:09 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.266: preferred, unified
Changes since revision 1.266: +347 -33
lines
new: $response:body/download[
$.file[name on disk]
$.name[of file for user]
$.mdate[date of last-modified. default from directory]
]
Revision 1.266: download - view: text, markup, annotated - select for diffs
Thu Feb 26 14:37:30 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_3,
release_3_1_2
Diff to: previous 1.265: preferred, unified
Changes since revision 1.265: +5 -4
lines
feature: ^process...{CODE}[now has options]
which are
$.main[to what to rename @main]
$.file[file, from which (user says) goes that CODE]
$.lineno(line number in that file, where CODE starts. may be negative)
Revision 1.265: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:16 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.264: preferred, unified
Changes since revision 1.264: +2 -2
lines
2004
Revision 1.264: download - view: text, markup, annotated - select for diffs
Thu Dec 11 10:25:52 2003 UTC (22 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.263: preferred, unified
Changes since revision 1.263: +2 -2
lines
bugfix(solaris): removed dependency on object initialization order [one more place]
Revision 1.263: download - view: text, markup, annotated - select for diffs
Thu Dec 11 09:36:51 2003 UTC (22 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.262: preferred, unified
Changes since revision 1.262: +5 -5
lines
beauty cancel: gcc does not understand that
Revision 1.262: download - view: text, markup, annotated - select for diffs
Thu Dec 11 09:25:50 2003 UTC (22 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.261: preferred, unified
Changes since revision 1.261: +6 -6
lines
beauty: removed redundant ctor call [relying on implicit String::Body(cstr) call]
Revision 1.261: download - view: text, markup, annotated - select for diffs
Wed Nov 26 12:49:27 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.260: preferred, unified
Changes since revision 1.260: +3 -1
lines
simplification: xml errors to hash<thread_id,error>
reorganization: xml io moved to pa_xml_io.C/h
Revision 1.260: download - view: text, markup, annotated - select for diffs
Mon Nov 24 12:47:21 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.259: preferred, unified
Changes since revision 1.259: +2 -5
lines
removed limit: now $form:xxx can be accessed anytime, even in @auto/conf
[and request/response:charset still can be changed anytime]
Revision 1.259: download - view: text, markup, annotated - select for diffs
Thu Nov 20 17:07:44 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.258: preferred, unified
Changes since revision 1.258: +3 -3
lines
more warnings --
Revision 1.258: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:41:51 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.257: preferred, unified
Changes since revision 1.257: +80 -84
lines
no message
Revision 1.257: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:39:49 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.256: preferred, unified
Changes since revision 1.256: +4 -12
lines
old forgotten todo: when can't report problem (undefined @unhandled_exception) problem source string were not reported
Revision 1.256: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:26 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.255: preferred, unified
Changes since revision 1.255: +1 -1
lines
static const char * const IDENT
Revision 1.255: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:35:32 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.254: preferred, unified
Changes since revision 1.254: +1 -2
lines
turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
found several unitialized vars
Revision 1.254: download - view: text, markup, annotated - select for diffs
Wed Nov 19 11:00:33 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.253: preferred, unified
Changes since revision 1.253: +1 -2
lines
^cache[...]{body}{catch block with $exception.handled[cache] meaning "get expired cache, if any. else error"}
Revision 1.253: download - view: text, markup, annotated - select for diffs
Mon Nov 10 09:28:14 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.252: preferred, unified
Changes since revision 1.252: +4 -1
lines
$console:line read/write [for nntp]
Revision 1.252: 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.251: preferred, unified
Changes since revision 1.251: +2 -2
lines
resurrected: pool idea. now only for destructing objects at request processing end
Revision 1.251: download - view: text, markup, annotated - select for diffs
Thu Oct 2 07:26:47 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1
Diff to: previous 1.250: preferred, unified
Changes since revision 1.250: +2 -2
lines
bugfix: ^throw context were saved/restored incompletely
http://www.parser.ru/forum/?id=21484
Revision 1.250: download - view: text, markup, annotated - select for diffs
Mon Sep 29 10:51:02 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.249: preferred, unified
Changes since revision 1.249: +13 -17
lines
@postprocess now takes $response:body/download
Revision 1.249: download - view: text, markup, annotated - select for diffs
Thu Sep 25 09:15:03 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.248: preferred, unified
Changes since revision 1.248: +15 -15
lines
string_fragments_to_cord merged to HEAD
Revision 1.248.4.1: download - view: text, markup, annotated - select for diffs
Wed Sep 24 14:32:06 2003 UTC (22 years, 8 months ago) by paf
Diff to: previous 1.248: preferred, unified; next MAIN 1.249: preferred, unified
Changes since revision 1.248: +15 -15
lines
v() functions of String::Body, String::Languages and String itself
StringBody->String::Body
Revision 1.248: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:24 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_0
Diff to: previous 1.247: preferred, unified
Changes since revision 1.247: +424 -293
lines
moved tempate_gc to HEAD
Revision 1.245.2.37.2.34: download - view: text, markup, annotated - select for diffs
Wed Jul 23 08:40:54 2003 UTC (22 years, 10 months ago) by paf
Diff to: previous 1.245.2.37.2.33: preferred, unified; next MAIN 1.245.4.1: preferred, unified
Changes since revision 1.245.2.37.2.33: +2 -2
lines
stack top_index() fixed
Revision 1.245.2.37.2.33: download - view: text, markup, annotated - select for diffs
Mon Apr 21 06:17:48 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.245.2.37.2.32: preferred, unified
Changes since revision 1.245.2.37.2.32: +11 -4
lines
merged from HEAD:
"x:..." and "\\..." file names on Win32 considered disk-global
Revision 1.247: download - view: text, markup, annotated - select for diffs
Mon Apr 21 06:03:30 2003 UTC (23 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.246: preferred, unified
Changes since revision 1.246: +11 -3
lines
"x:..." and "\\..." file names on Win32 considered disk-global
Revision 1.245.2.37.2.32: download - view: text, markup, annotated - select for diffs
Fri Apr 11 16:05:43 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.245.2.37.2.31: preferred, unified
Changes since revision 1.245.2.37.2.31: +3 -2
lines
merged from HEAD
from before_append_array_limit_sense_change
to after_append_array_limit_sense_change
Revision 1.246: download - view: text, markup, annotated - select for diffs
Fri Apr 11 15:00:05 2003 UTC (23 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.245: preferred, unified
Changes since revision 1.245: +3 -2
lines
append_array_limit_sense_change
locate accepts options same as create
new option: $.reverse(1) [do not work in table::create]
Revision 1.245.2.37.2.31: download - view: text, markup, annotated - select for diffs
Fri Apr 11 08:45:51 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.245.2.37.2.30: preferred, unified
Changes since revision 1.245.2.37.2.30: +1 -3
lines
no message
Revision 1.245.2.37.2.30: download - view: text, markup, annotated - select for diffs
Tue Apr 8 16:11:54 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.29: preferred, unified
Changes since revision 1.245.2.37.2.29: +8 -5
lines
started http://
$.charset[] param
and
http response charset detection
just compiled.
todo:test
Revision 1.245.2.37.2.29: download - view: text, markup, annotated - select for diffs
Tue Apr 8 12:47:31 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.28: preferred, unified
Changes since revision 1.245.2.37.2.28: +8 -14
lines
pa_vform violated String::invariant. started fixing [not compiled now]
Revision 1.245.2.37.2.28: download - view: text, markup, annotated - select for diffs
Thu Apr 3 15:36:04 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.27: preferred, unified
Changes since revision 1.245.2.37.2.27: +2 -2
lines
no message
Revision 1.245.2.37.2.27: download - view: text, markup, annotated - select for diffs
Thu Apr 3 15:34:02 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.26: preferred, unified
Changes since revision 1.245.2.37.2.26: +4 -4
lines
debug info format simplified, now it's:
OP_VALUE
Operation::Origin << here
value*
higher limits:
file number (max: 255)
line number (max: 64535)
column number (max: 255)
Revision 1.245.2.37.2.26: download - view: text, markup, annotated - select for diffs
Thu Apr 3 11:32:09 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.25: preferred, unified
Changes since revision 1.245.2.37.2.25: +4 -3
lines
test 042 changed to realities, and passed [bug fixed]
Revision 1.245.2.37.2.25: download - view: text, markup, annotated - select for diffs
Thu Apr 3 11:19:50 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.24: preferred, unified
Changes since revision 1.245.2.37.2.24: +20 -12
lines
introducing ^process...[main-method-alias]
Revision 1.245.2.37.2.24: download - view: text, markup, annotated - select for diffs
Thu Apr 3 10:18:24 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.23: preferred, unified
Changes since revision 1.245.2.37.2.23: +9 -5
lines
^process...[filename]
useful for better error reporting [file/line/col]
Revision 1.245.2.37.2.23: download - view: text, markup, annotated - select for diffs
Thu Apr 3 09:18:46 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.22: preferred, unified
Changes since revision 1.245.2.37.2.22: +133 -54
lines
exception handling done. now we have error columns
todo: test it
Revision 1.245.2.37.2.22: download - view: text, markup, annotated - select for diffs
Thu Apr 3 06:40:39 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.21: preferred, unified
Changes since revision 1.245.2.37.2.21: +3 -1
lines
strack trace reset after handled exception [old bug fixed]
Revision 1.245.2.37.2.21: download - view: text, markup, annotated - select for diffs
Wed Apr 2 16:05:20 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.20: preferred, unified
Changes since revision 1.245.2.37.2.20: +12 -15
lines
debug info: started using.
todo:complete
Revision 1.245.2.37.2.20: download - view: text, markup, annotated - select for diffs
Wed Apr 2 14:16:19 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.19: preferred, unified
Changes since revision 1.245.2.37.2.19: +14 -8
lines
prepared debug info
todo:use it
Revision 1.245.2.37.2.19: download - view: text, markup, annotated - select for diffs
Wed Apr 2 10:10:01 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.18: preferred, unified
Changes since revision 1.245.2.37.2.18: +2 -2
lines
all calls to String::String(str,helper_length) are checked.
found/fixed one place:
$request:body now zero-terminated,
Revision 1.245.2.37.2.18: download - view: text, markup, annotated - select for diffs
Thu Mar 27 14:51:28 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.17: preferred, unified
Changes since revision 1.245.2.37.2.17: +3 -3
lines
introducing append_help_length [radical improvement here]
Revision 1.245.2.37.2.17: download - view: text, markup, annotated - select for diffs
Wed Mar 26 07:45:24 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.16: preferred, unified
Changes since revision 1.245.2.37.2.16: +2 -2
lines
a number of bugfixes [while testing first real site (aval)]
Revision 1.245.2.37.2.16: download - view: text, markup, annotated - select for diffs
Tue Mar 25 12:10:08 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.15: preferred, unified
Changes since revision 1.245.2.37.2.15: +4 -4
lines
untaint.C L_URI
Revision 1.245.2.37.2.15: download - view: text, markup, annotated - select for diffs
Tue Mar 25 11:42:17 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.14: preferred, unified
Changes since revision 1.245.2.37.2.14: +7 -1
lines
^memory:compact[]
Revision 1.245.2.37.2.14: download - view: text, markup, annotated - select for diffs
Tue Mar 25 10:13:57 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.13: preferred, unified
Changes since revision 1.245.2.37.2.13: +5 -1
lines
vxnode compiled
xml linked
Revision 1.245.2.37.2.13: download - view: text, markup, annotated - select for diffs
Mon Mar 24 17:52:19 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.12: preferred, unified
Changes since revision 1.245.2.37.2.12: +5 -22
lines
started XML
Revision 1.245.2.37.2.12: download - view: text, markup, annotated - select for diffs
Mon Mar 24 17:00:50 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.11: preferred, unified
Changes since revision 1.245.2.37.2.11: +3 -2
lines
size_t pos everywhere checks changed to check for eq STRING_NOT_FOUND
Revision 1.245.2.37.2.11: download - view: text, markup, annotated - select for diffs
Mon Mar 24 13:43:41 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.10: preferred, unified
Changes since revision 1.245.2.37.2.10: +8 -8
lines
2*2 worked :)
Revision 1.245.2.37.2.10: download - view: text, markup, annotated - select for diffs
Mon Mar 24 13:01:22 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.9: preferred, unified
Changes since revision 1.245.2.37.2.9: +2 -2
lines
all compiled.
todo:link
Revision 1.245.2.37.2.9: download - view: text, markup, annotated - select for diffs
Mon Mar 24 11:05:28 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.8: preferred, unified
Changes since revision 1.245.2.37.2.8: +4 -4
lines
op.C compiled
Revision 1.245.2.37.2.8: download - view: text, markup, annotated - select for diffs
Fri Mar 21 16:16:44 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.7: preferred, unified
Changes since revision 1.245.2.37.2.7: +64 -65
lines
pa_request.C compiled
Revision 1.245.2.37.2.7: download - view: text, markup, annotated - select for diffs
Fri Mar 21 15:36:04 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.6: preferred, unified
Changes since revision 1.245.2.37.2.6: +86 -100
lines
pa_request.C 50% compiled
Revision 1.245.2.37.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 21 14:27:52 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.5: preferred, unified
Changes since revision 1.245.2.37.2.5: +2 -2
lines
execute.C compiled
Revision 1.245.2.37.2.5: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:31 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.4: preferred, unified
Changes since revision 1.245.2.37.2.4: +52 -61
lines
introducing StringBody [C++ CORD wrapper]
Revision 1.245.2.37.2.4: download - view: text, markup, annotated - select for diffs
Thu Mar 20 09:41:46 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.3: preferred, unified
Changes since revision 1.245.2.37.2.3: +2 -2
lines
untaint.C 99% [except mail&sql&optimize]
Revision 1.245.2.37.2.3: download - view: text, markup, annotated - select for diffs
Thu Mar 20 08:11:15 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.2: preferred, unified
Changes since revision 1.245.2.37.2.2: +3 -3
lines
untaint.C 30%,
pa_common.C [done, without http for now]
Revision 1.245.2.37.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:28:08 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37.2.1: preferred, unified
Changes since revision 1.245.2.37.2.1: +7 -7
lines
started test
Revision 1.245.2.37.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:19 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.37: preferred, unified
Changes since revision 1.245.2.37: +71 -71
lines
started porting to gc:
PA_Object done
lots of replacements also
Revision 1.245.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 17 14:48:06 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245: preferred, unified; next MAIN 1.246: preferred, unified
Changes since revision 1.245: +5 -5
lines
libgc attempt
Revision 1.245.2.37: download - view: text, markup, annotated - select for diffs
Thu Mar 13 11:46:18 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.245.2.36: preferred, unified; next MAIN 1.246: preferred, unified
Changes since revision 1.245.2.36: +6 -9
lines
set_base, set_derived simplified [counter leaks fixed]
Revision 1.245.2.36: download - view: text, markup, annotated - select for diffs
Sat Mar 8 16:41:30 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.35: preferred, unified
Changes since revision 1.245.2.35: +4 -1
lines
removing vform,response,cookie.h -> pa_request.h dependency
Revision 1.245.2.35: download - view: text, markup, annotated - select for diffs
Sat Mar 8 16:37:51 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.34: preferred, unified
Changes since revision 1.245.2.34: +2 -2
lines
no message
Revision 1.245.2.34: download - view: text, markup, annotated - select for diffs
Sat Mar 8 16:37:19 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.33: preferred, unified
Changes since revision 1.245.2.33: +3 -2
lines
*** empty log message ***
Revision 1.245.2.33: download - view: text, markup, annotated - select for diffs
Sat Mar 8 15:48:38 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.32: preferred, unified
Changes since revision 1.245.2.32: +3 -2
lines
forgotten: ifdef XML
Revision 1.245.2.32: download - view: text, markup, annotated - select for diffs
Sat Mar 8 15:45:17 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.31: preferred, unified
Changes since revision 1.245.2.31: +3 -1
lines
forgotten: ifdef XML
Revision 1.245.2.31: download - view: text, markup, annotated - select for diffs
Fri Mar 7 14:56:59 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.30: preferred, unified
Changes since revision 1.245.2.30: +13 -2
lines
xml: test: 107 bug fixes
Revision 1.245.2.30: download - view: text, markup, annotated - select for diffs
Thu Mar 6 16:15:25 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.29: preferred, unified
Changes since revision 1.245.2.29: +19 -2
lines
xnode.C compiled
Revision 1.245.2.29: download - view: text, markup, annotated - select for diffs
Mon Mar 3 14:03:01 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.28: preferred, unified
Changes since revision 1.245.2.28: +3 -2
lines
tests:
33 string.replace
34 string.upper
35 table created
36 local/global vars with juntions
37 table clone
38 math PI & number formatting
math class registring typo fixed
Revision 1.245.2.28: download - view: text, markup, annotated - select for diffs
Mon Mar 3 13:44:26 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.27: preferred, unified
Changes since revision 1.245.2.27: +2 -2
lines
uchar changed to String_UL in all places [was not everywhere]
untaint test: 032
Revision 1.245.2.27: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:13:01 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.26: preferred, unified
Changes since revision 1.245.2.26: +5 -2
lines
env fixed
Revision 1.245.2.26: download - view: text, markup, annotated - select for diffs
Thu Feb 20 16:09:01 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.25: preferred, unified
Changes since revision 1.245.2.25: +6 -7
lines
no message
Revision 1.245.2.25: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:19:00 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.24: preferred, unified
Changes since revision 1.245.2.24: +5 -5
lines
found&kill all remaning leaks resulted from pooled::malloc calls
[excluding in gd -- planning complete rewrite extremely ugly code]
Revision 1.245.2.24: download - view: text, markup, annotated - select for diffs
Mon Feb 17 16:44:57 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.23: preferred, unified
Changes since revision 1.245.2.23: +8 -5
lines
another bug of unitialized simple-typed field fixed.
todo: find&kill all like that one
Revision 1.245.2.23: download - view: text, markup, annotated - select for diffs
Mon Feb 17 15:34:19 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.22: preferred, unified
Changes since revision 1.245.2.22: +3 -3
lines
stack-stored items need extra .ref to prevent object_ptr from delete[them]
Revision 1.245.2.22: download - view: text, markup, annotated - select for diffs
Mon Feb 17 11:42:32 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.21: preferred, unified
Changes since revision 1.245.2.21: +1 -3
lines
couple mem leaks rusulted from old pooled::malloc usage.
todo:find more like those
Revision 1.245.2.21: download - view: text, markup, annotated - select for diffs
Mon Feb 17 10:44:55 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.20: preferred, unified
Changes since revision 1.245.2.20: +2 -2
lines
first letters out OK
Revision 1.245.2.20: download - view: text, markup, annotated - select for diffs
Mon Feb 17 09:56:15 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.19: preferred, unified
Changes since revision 1.245.2.19: +27 -15
lines
class fields of simple type not initialized with zeros :(
while class fields of class types initialized with default constructors.
learn C++
Revision 1.245.2.19: download - view: text, markup, annotated - select for diffs
Fri Feb 14 17:38:29 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.18: preferred, unified
Changes since revision 1.245.2.18: +3 -3
lines
13 link errors
Revision 1.245.2.18: download - view: text, markup, annotated - select for diffs
Fri Feb 14 17:33:45 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.17: preferred, unified
Changes since revision 1.245.2.17: +3 -2
lines
all compiled, only 14 link errors :)
Revision 1.245.2.17: download - view: text, markup, annotated - select for diffs
Fri Feb 14 17:28:20 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.16: preferred, unified
Changes since revision 1.245.2.16: +1 -2
lines
classes.lib - 0 error(s), 0 warning(s)
parser.C compiled
Revision 1.245.2.16: download - view: text, markup, annotated - select for diffs
Fri Feb 14 16:52:21 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.245.2.15: preferred, unified
Changes since revision 1.245.2.15: +5 -5
lines
op compiled
Revision 1.245.2.15: download - view: text, markup, annotated - select for diffs
Thu Feb 6 16:05:23 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.14: preferred, unified
Changes since revision 1.245.2.14: +1 -2
lines
mail compiled
Revision 1.245.2.14: download - view: text, markup, annotated - select for diffs
Tue Feb 4 10:17:05 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.13: preferred, unified
Changes since revision 1.245.2.13: +10 -10
lines
*** empty log message ***
Revision 1.245.2.13: download - view: text, markup, annotated - select for diffs
Mon Feb 3 12:40:26 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.12: preferred, unified
Changes since revision 1.245.2.12: +3 -3
lines
no message
Revision 1.245.2.12: download - view: text, markup, annotated - select for diffs
Mon Feb 3 11:55:33 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.11: preferred, unified
Changes since revision 1.245.2.11: +5 -3
lines
vstatus compiled
Revision 1.245.2.11: download - view: text, markup, annotated - select for diffs
Mon Feb 3 11:40:57 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.10: preferred, unified
Changes since revision 1.245.2.10: +4 -3
lines
vmail compiled
Revision 1.245.2.10: download - view: text, markup, annotated - select for diffs
Mon Feb 3 10:39:08 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.9: preferred, unified
Changes since revision 1.245.2.9: +3 -3
lines
vform compiled
Revision 1.245.2.9: download - view: text, markup, annotated - select for diffs
Mon Feb 3 09:21:00 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.8: preferred, unified
Changes since revision 1.245.2.8: +2 -2
lines
main.lib - 0 error(s), 0 warning(s)
Revision 1.245.2.8: download - view: text, markup, annotated - select for diffs
Mon Feb 3 09:17:47 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.7: preferred, unified
Changes since revision 1.245.2.7: +4 -4
lines
execute compiled
Revision 1.245.2.7: download - view: text, markup, annotated - select for diffs
Fri Jan 31 16:05:59 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.6: preferred, unified
Changes since revision 1.245.2.6: +46 -48
lines
pa_request compiled
Revision 1.245.2.6: download - view: text, markup, annotated - select for diffs
Fri Jan 31 14:03:54 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.5: preferred, unified
Changes since revision 1.245.2.5: +174 -160
lines
most pa_request compiled
Revision 1.245.2.5: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:37 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.4: preferred, unified
Changes since revision 1.245.2.4: +27 -18
lines
grammar compiled
Revision 1.245.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:10:47 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.3: preferred, unified
Changes since revision 1.245.2.3: +46 -57
lines
ConstStringPtr died, long live StringPtr
Revision 1.245.2.3: download - view: text, markup, annotated - select for diffs
Thu Jan 30 14:59:44 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.2: preferred, unified
Changes since revision 1.245.2.2: +15 -5
lines
grammar compiled
Revision 1.245.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 29 15:39:28 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245.2.1: preferred, unified
Changes since revision 1.245.2.1: +3 -3
lines
vmethodframe, pa_request.h compiled
Revision 1.245.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 28 11:38:50 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.245: preferred, unified
Changes since revision 1.245: +3 -3
lines
pa_charsets compiled
Revision 1.245: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:14 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.244: preferred, unified
Changes since revision 1.244: +2 -2
lines
2002->2003
Revision 1.244: download - view: text, markup, annotated - select for diffs
Thu Dec 19 10:17:42 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007
Diff to: previous 1.243: preferred, unified
Changes since revision 1.243: +13 -6
lines
$response:download
Revision 1.243: download - view: text, markup, annotated - select for diffs
Mon Dec 2 10:07:39 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0006
Diff to: previous 1.242: preferred, unified
Changes since revision 1.242: +3 -2
lines
http header lang of tainted parts becomes http-header
Revision 1.242: download - view: text, markup, annotated - select for diffs
Wed Nov 27 12:44:35 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.241: preferred, unified
Changes since revision 1.241: +4 -2
lines
response:body[file] if file nows it's name
now returns content-disposition: >>attachment<<
Revision 1.241: download - view: text, markup, annotated - select for diffs
Tue Nov 26 14:36:49 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.240: preferred, unified
Changes since revision 1.240: +2 -2
lines
fixed lang in reponse header
Revision 1.240: download - view: text, markup, annotated - select for diffs
Mon Nov 25 14:57:33 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.239: preferred, unified
Changes since revision 1.239: +8 -7
lines
checked http options [invalid onces now reported]
made default
user-agent: paf
Revision 1.239: download - view: text, markup, annotated - select for diffs
Mon Nov 25 14:10:53 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.238: preferred, unified
Changes since revision 1.238: +3 -2
lines
table/xdoc/file::load now understand http:// prefix and additional params, sample:
$rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
$.USER-AGENT[parser3]
]]
Revision 1.238: 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.237: preferred, unified
Changes since revision 1.237: +3 -2
lines
SIGUSR1 >> writes to error_log uri of currently processed document
SIGPIPE >> interrupts request processing [exception = DB rollback]
Revision 1.237: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:01:54 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.236: preferred, unified
Changes since revision 1.236: +7 -7
lines
static fix merged
Revision 1.236.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 31 12:22:13 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.236: preferred, unified; next MAIN 1.237: preferred, unified
Changes since revision 1.236: +7 -7
lines
static call $self fixed
Revision 1.236.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 25 08:02:09 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.236: preferred, unified; next MAIN 1.237: preferred, unified
Changes since revision 1.236: +2 -2
lines
saving for maybe-future
Revision 1.236: download - view: text, markup, annotated - select for diffs
Wed Oct 16 08:22:14 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.235: preferred, unified
Changes since revision 1.235: +4 -2
lines
Request::self considered equal to VMethodFrame::self, and removed,
Request::get_self() mapped to VMethodFrame.self()
Revision 1.235: download - view: text, markup, annotated - select for diffs
Wed Oct 16 07:32:51 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.234: preferred, unified
Changes since revision 1.234: +2 -2
lines
VMainClass now has name = $hash in open field now gives old good error meesage
Revision 1.234: download - view: text, markup, annotated - select for diffs
Tue Oct 15 08:31:57 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.233: preferred, unified
Changes since revision 1.233: +3 -3
lines
removed $junction.get $junction.set[]
introducing $caller
Revision 1.233: download - view: text, markup, annotated - select for diffs
Mon Oct 14 15:22:42 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.232: preferred, unified
Changes since revision 1.232: +106 -112
lines
operators now main-class-methods
Revision 1.232: download - view: text, markup, annotated - select for diffs
Mon Oct 14 12:16:06 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.231: preferred, unified
Changes since revision 1.231: +5 -4
lines
operators @auto now executed in MAIN context
Revision 1.231: download - view: text, markup, annotated - select for diffs
Sat Sep 21 12:36:10 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.230: preferred, unified
Changes since revision 1.230: +2 -2
lines
no message
Revision 1.230: download - view: text, markup, annotated - select for diffs
Wed Sep 18 12:40:38 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.229: preferred, unified
Changes since revision 1.229: +13 -5
lines
auto.p exists but unreadable - now this - fatal error
Revision 1.229: download - view: text, markup, annotated - select for diffs
Tue Sep 17 16:46:25 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.228: preferred, unified
Changes since revision 1.228: +3 -3
lines
operators now executed with MAIN self.
it's for ^include sake, too strong a change
Revision 1.228: download - view: text, markup, annotated - select for diffs
Tue Sep 17 15:20:34 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.227: preferred, unified
Changes since revision 1.227: +3 -3
lines
allowed Request.self to be 0, checked that in VMethodFrame get/put and $self.
Revision 1.227: download - view: text, markup, annotated - select for diffs
Thu Aug 29 12:22:47 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.226: preferred, unified
Changes since revision 1.226: +7 -7
lines
junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
request.root renamed to method_frame [more easyreading]
ancient {...PUSH/POPs...} changed to stack vars [speed up]
Revision 1.226: download - view: text, markup, annotated - select for diffs
Tue Aug 13 15:55:42 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.225: preferred, unified
Changes since revision 1.225: +11 -6
lines
introduced Value::get_element(..., bool looking_down) [needed to exclude endless recoursion]
Revision 1.225: download - view: text, markup, annotated - select for diffs
Tue Aug 13 13:02:40 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.224: preferred, unified
Changes since revision 1.224: +6 -6
lines
VObject.get/out now looking down/up tree
todo: fix error message on non-constructed parents
Revision 1.224: download - view: text, markup, annotated - select for diffs
Mon Aug 12 14:21:52 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.223: preferred, unified
Changes since revision 1.223: +4 -4
lines
^base:create[] dynamic call rewritten
todo: thorough testing
Revision 1.223: download - view: text, markup, annotated - select for diffs
Mon Aug 12 07:59:06 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.222: preferred, unified
Changes since revision 1.222: +6 -3
lines
$response:body[file] content-type check fixed [were bad when content-type is hash]
Revision 1.222: download - view: text, markup, annotated - select for diffs
Tue Aug 6 09:07:59 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.221: preferred, unified
Changes since revision 1.221: +2 -2
lines
$file.content-type [instead of .mime-type]
now works for file::stat also
Revision 1.221: download - view: text, markup, annotated - select for diffs
Tue Aug 6 07:59:36 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.220: preferred, unified
Changes since revision 1.220: +2 -2
lines
case insensitive mime_type_of
Revision 1.220: download - view: text, markup, annotated - select for diffs
Fri Aug 2 09:32:38 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.219: preferred, unified
Changes since revision 1.219: +13 -7
lines
response transcoded source->client only when text/* or simple onoverridden $response:body
Revision 1.219: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:19 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.218: preferred, unified
Changes since revision 1.218: +1 -1
lines
$Date: now$
Revision 1.218: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:50 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.217: preferred, unified
Changes since revision 1.217: +2 -2
lines
ident.C* removed
Revision 1.217: download - view: text, markup, annotated - select for diffs
Thu Aug 1 10:31:38 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.216: preferred, unified
Changes since revision 1.216: +9 -10
lines
file:find[/can/do/this/now.txt]
Revision 1.216: download - view: text, markup, annotated - select for diffs
Tue Jul 30 13:37:08 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.215: preferred, unified
Changes since revision 1.215: +2 -2
lines
comment
Revision 1.215: download - view: text, markup, annotated - select for diffs
Mon Jul 1 14:33:37 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.214: preferred, unified
Changes since revision 1.214: +5 -2
lines
@conf bug fixed [MForm.configure_admin were called when request.main_class ==0
Revision 1.214: download - view: text, markup, annotated - select for diffs
Tue Jun 25 13:55:14 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004
Diff to: previous 1.213: preferred, unified
Changes since revision 1.213: +5 -1
lines
configure_admin forced if no @conf
Revision 1.213: download - view: text, markup, annotated - select for diffs
Mon Jun 24 11:59:32 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.212: preferred, unified
Changes since revision 1.212: +7 -1
lines
uue to separate file
introducting $message:received
^mail:send rewritten with backward comp
Revision 1.211.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 20 16:31:08 2002 UTC (23 years, 11 months ago) by paf
Branches: release_3_0_0003
Diff to: previous 1.211: preferred, unified; next MAIN 1.212: preferred, unified
Changes since revision 1.211: +14 -8
lines
marged latest HEAD updates, mainly file:justname&co & @auto/conf[filespec
Revision 1.212: download - view: text, markup, annotated - select for diffs
Thu Jun 20 14:50:23 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.211: preferred, unified
Changes since revision 1.211: +14 -8
lines
introducing @conf/auto[filespec]
Revision 1.211: download - view: text, markup, annotated - select for diffs
Wed Jun 12 14:09:49 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Branch point for: release_3_0_0003
Diff to: previous 1.210: preferred, unified
Changes since revision 1.210: +7 -18
lines
parser3.conf now one and only
Revision 1.210: download - view: text, markup, annotated - select for diffs
Wed Jun 12 12:50:32 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.209: preferred, unified
Changes since revision 1.209: +3 -3
lines
$MAIL $CHARSETS allowed to be strings. for convinient #ing
Revision 1.209: download - view: text, markup, annotated - select for diffs
Wed Jun 12 11:40:32 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.208: preferred, unified
Changes since revision 1.208: +7 -4
lines
@rootconf [were @conf]
Revision 1.208: download - view: text, markup, annotated - select for diffs
Wed Jun 12 10:58:43 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.207: preferred, unified
Changes since revision 1.207: +41 -29
lines
@conf
Revision 1.207: download - view: text, markup, annotated - select for diffs
Tue May 7 07:39:19 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_0_0002
Diff to: previous 1.206: preferred, unified
Changes since revision 1.206: +9 -4
lines
Table name2number field now &.
main_method_name now on Request pool rather on global_pool [Junction+VJunction created on same pool as name = were created on global pool, causing mem leaks]
Revision 1.204.2.1: download - view: text, markup, annotated - select for diffs
Tue May 7 07:23:11 2002 UTC (24 years, 1 month ago) by paf
Branches: release_1_0_0001
Diff to: previous 1.204: preferred, unified; next MAIN 1.205: preferred, unified
Changes since revision 1.204: +9 -4
lines
Table name2number field now &.
main_method_name now on Request pool rather on global_pool [Junction+VJunction created on same pool as name = were created on global pool, causing mem leaks]
Revision 1.206: download - view: text, markup, annotated - select for diffs
Mon Apr 29 06:27:29 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.205: preferred, unified
Changes since revision 1.205: +6 -7
lines
Exception::comment/type checked in (), no there's no empty type/comment by default
Revision 1.205: download - view: text, markup, annotated - select for diffs
Mon Apr 29 05:59:33 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.204: preferred, unified
Changes since revision 1.204: +3 -5
lines
merged from 0001
Revision 1.204: download - view: text, markup, annotated - select for diffs
Fri Apr 19 11:59:44 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Branch point for: release_1_0_0001
Diff to: previous 1.203: preferred, unified
Changes since revision 1.203: +4 -4
lines
string now optimized prior to .left .right .mid .pos .match when that is profitable,
and always before .replace
when $ORIGINS(1) optimization disabled
economy from not wasting mem on lots of strings which occur by lots of String:mid calls to get parts of source string between found_occurances
Revision 1.203: download - view: text, markup, annotated - select for diffs
Thu Apr 18 14:35:13 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.202: preferred, unified
Changes since revision 1.202: +2 -2
lines
VStateless_string_object speicalized light version of VStateless_object
Revision 1.202: download - view: text, markup, annotated - select for diffs
Thu Apr 18 11:41:29 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.201: preferred, unified
Changes since revision 1.201: +4 -6
lines
OP_GET_METHOD_FRAME merged with OP_CALL, VCodeFrame move to stack [no more heap waste on each CALL]
Revision 1.201: download - view: text, markup, annotated - select for diffs
Thu Apr 18 10:51:01 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.200: preferred, unified
Changes since revision 1.200: +7 -7
lines
removed Value::fname
Revision 1.200: download - view: text, markup, annotated - select for diffs
Tue Apr 16 14:41:39 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.199: preferred, unified
Changes since revision 1.199: +4 -6
lines
removed check, preventing content-length: 0 from appearing
Revision 1.199: download - view: text, markup, annotated - select for diffs
Tue Apr 16 09:32:00 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.198: preferred, unified
Changes since revision 1.198: +5 -1
lines
uri in error log
Revision 1.198: download - view: text, markup, annotated - select for diffs
Mon Apr 15 06:46:00 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.197: preferred, unified
Changes since revision 1.197: +3 -2
lines
switch in hash constructor fixed [were problems with using of stacked wwrapper after it's death]
Revision 1.197: download - view: text, markup, annotated - select for diffs
Wed Mar 27 15:30:36 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.196: preferred, unified
Changes since revision 1.196: +13 -22
lines
assigned exception types
Revision 1.196: download - view: text, markup, annotated - select for diffs
Wed Mar 27 13:33:32 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.195: preferred, unified
Changes since revision 1.195: +5 -4
lines
decided agains resetting exception_trace, just changed name
Revision 1.195: download - view: text, markup, annotated - select for diffs
Mon Mar 18 15:29:46 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.194: preferred, unified
Changes since revision 1.194: +11 -62
lines
introducing ^try
Revision 1.194: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:30:16 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.193: preferred, unified
Changes since revision 1.193: +2 -2
lines
name spelling
Revision 1.193: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:48 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.192: preferred, unified
Changes since revision 1.192: +2 -2
lines
2002
Revision 1.192: download - view: text, markup, annotated - select for diffs
Mon Jan 21 12:10:08 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.191: preferred, unified
Changes since revision 1.191: +12 -1
lines
xml generic errors 0
Revision 1.191: download - view: text, markup, annotated - select for diffs
Wed Jan 16 10:28:35 2002 UTC (24 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.190: preferred, unified
Changes since revision 1.190: +2 -2
lines
auto closers to sql_connection, stylesheet_connection
auto destroyers to remaining gnome objects
Revision 1.190: download - view: text, markup, annotated - select for diffs
Wed Dec 26 08:46:13 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.189: preferred, unified
Changes since revision 1.189: +2 -6
lines
charset key globalized [bug]
Revision 1.189: download - view: text, markup, annotated - select for diffs
Fri Dec 21 12:50:18 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.188: preferred, unified
Changes since revision 1.188: +2 -3
lines
$result in @main actually not working, to hell with it for now
Revision 1.188: download - view: text, markup, annotated - select for diffs
Fri Dec 21 12:47:56 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.187: preferred, unified
Changes since revision 1.187: +3 -3
lines
$result in @main @postprocess @exception
Revision 1.187: download - view: text, markup, annotated - select for diffs
Wed Dec 19 16:24:07 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.186: preferred, unified
Changes since revision 1.186: +3 -3
lines
CLASS_PATH now / = DOCUMENT_ROOT
Revision 1.186: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:28:21 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.185: preferred, unified
Changes since revision 1.185: +17 -38
lines
introducing Charset
Revision 1.185: download - view: text, markup, annotated - select for diffs
Fri Dec 14 15:25:50 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.184: preferred, unified
Changes since revision 1.184: +12 -18
lines
transcodeToUTF8[were FromUTF8] for forms
todo: uri lang
Revision 1.184: download - view: text, markup, annotated - select for diffs
Fri Dec 14 12:53:48 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.183: preferred, unified
Changes since revision 1.183: +31 -23
lines
changed charset model.
now important:
$request:charset
$response:charset
while
$response:content-type.charset
become unimportant [informational]
Revision 1.183: download - view: text, markup, annotated - select for diffs
Fri Dec 7 15:24:47 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.182: preferred, unified
Changes since revision 1.182: +44 -2
lines
merged from r14_simple_cache
Revision 1.182.2.1.2.1: download - view: text, markup, annotated - select for diffs
Thu Dec 6 20:23:45 2001 UTC (24 years, 6 months ago) by paf
Diff to: previous 1.182.2.1: preferred, unified; next MAIN 1.183: preferred, unified
Changes since revision 1.182.2.1: +24 -20
lines
#ifdef RESOURCES_DEBUG
Revision 1.182.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 4 17:36:26 2001 UTC (24 years, 6 months ago) by paf
Diff to: previous 1.182: preferred, unified; next MAIN 1.183: preferred, unified
Changes since revision 1.182: +42 -4
lines
measures to log
Revision 1.182: 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.181: preferred, unified
Changes since revision 1.181: +2 -2
lines
UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT at wcontext.write
Revision 1.181: 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.180: preferred, unified
Changes since revision 1.180: +1 -11
lines
introducing estimating String::cstr_bufsize, 0
Revision 1.180: download - view: text, markup, annotated - select for diffs
Wed Nov 14 11:36:39 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.179: preferred, unified
Changes since revision 1.179: +16 -11
lines
z
Revision 1.179: download - view: text, markup, annotated - select for diffs
Thu Nov 8 11:52:34 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.178: preferred, unified
Changes since revision 1.178: +5 -3
lines
apache 'status' class enabler
<Location /parser-status.html>
ParserStatusAllowed
</Location>
Revision 1.178: download - view: text, markup, annotated - select for diffs
Thu Nov 8 11:04:13 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.177: preferred, unified
Changes since revision 1.177: +10 -5
lines
cache_managers, maybe-expiring every request
todo: apache 'status' class enabler
Revision 1.177: download - view: text, markup, annotated - select for diffs
Mon Nov 5 16:07:16 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.176: preferred, unified
Changes since revision 1.176: +1 -2
lines
hence i removed skipping 0 values in hash::for_each-es we need to check cleaned cache items manually. few more checks.
expiring to 0 time was wrong, changed to 'now' time
Revision 1.176: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:28 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.175: preferred, unified
Changes since revision 1.175: +2 -2
lines
$status:db
fixed used not initialized in db_connection & db_table
Revision 1.175: download - view: text, markup, annotated - select for diffs
Mon Nov 5 10:21:27 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.174: preferred, unified
Changes since revision 1.174: +4 -1
lines
started status parser class
Revision 1.174: download - view: text, markup, annotated - select for diffs
Thu Nov 1 15:45:28 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.173: preferred, unified
Changes since revision 1.173: +2 -2
lines
hash locking
disabled changing of hash inside of foreach
Revision 1.173: download - view: text, markup, annotated - select for diffs
Tue Oct 30 15:08:20 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.172: preferred, unified
Changes since revision 1.172: +10 -10
lines
cstr(asis) default param removed
Revision 1.172: download - view: text, markup, annotated - select for diffs
Tue Oct 23 14:43:44 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.171: preferred, unified
Changes since revision 1.171: +3 -3
lines
^hashfile.hash[]
Revision 1.171: 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.170: preferred, unified
Changes since revision 1.170: +35 -9
lines
stack backtrace
Revision 1.170: download - view: text, markup, annotated - select for diffs
Fri Oct 19 13:43:59 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.169: preferred, unified
Changes since revision 1.169: +2 -2
lines
pool:: context - get_context
Revision 1.169: 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.168: preferred, unified
Changes since revision 1.168: +13 -25
lines
switched to c++ exceptions 0
Revision 1.168: download - view: text, markup, annotated - select for diffs
Thu Oct 18 06:52:05 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.167: preferred, unified
Changes since revision 1.167: +2 -2
lines
^:
no colon in $origin @exception[
Revision 1.167: download - view: text, markup, annotated - select for diffs
Wed Oct 3 12:55:15 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.166: preferred, unified
Changes since revision 1.166: +1 -3
lines
DEFAULT...charset was ignored when !XML
Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Oct 3 12:20:58 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.165: preferred, unified
Changes since revision 1.165: +12 -2
lines
restored pcre defaulting in request [mindlessly "optimized" yesterday]
comment left
Revision 1.165: download - view: text, markup, annotated - select for diffs
Tue Oct 2 11:07:45 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.164: preferred, unified
Changes since revision 1.164: +3 -11
lines
pcre tables now const inside
removed default - pcre handles that internally
fixed bug on not-cleaning tables [previously was calloced, now member]
Revision 1.164: download - view: text, markup, annotated - select for diffs
Mon Oct 1 10:53:16 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.163: preferred, unified
Changes since revision 1.163: +23 -261
lines
charset loading & caching mech 0
Revision 1.163: download - view: text, markup, annotated - select for diffs
Mon Oct 1 08:53:58 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.162: preferred, unified
Changes since revision 1.162: +6 -3
lines
would make charset loading & caching mech now
Revision 1.162: download - view: text, markup, annotated - select for diffs
Sun Sep 30 14:36:26 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.161: preferred, unified
Changes since revision 1.161: +3 -1
lines
forgot to fill toTable
Revision 1.161: download - view: text, markup, annotated - select for diffs
Sun Sep 30 13:28:15 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.160: preferred, unified
Changes since revision 1.160: +27 -5
lines
started hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but failed on win32 for now..
Revision 1.160: download - view: text, markup, annotated - select for diffs
Sun Sep 30 12:27:59 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.159: preferred, unified
Changes since revision 1.159: +11 -11
lines
now charsets table configuration variable is: CHARSETS
Revision 1.159: download - view: text, markup, annotated - select for diffs
Sun Sep 30 12:06:04 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.158: preferred, unified
Changes since revision 1.158: +164 -20
lines
ctype with unicode 1. todo: no П entities on output somehow
Revision 1.158: download - view: text, markup, annotated - select for diffs
Sun Sep 30 09:56:43 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.157: preferred, unified
Changes since revision 1.157: +88 -79
lines
started ctype with unicode values
Revision 1.157: download - view: text, markup, annotated - select for diffs
Fri Sep 28 15:58:15 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.156: preferred, unified
Changes since revision 1.156: +52 -52
lines
letter body string passed AS-IS now
Revision 1.156: 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.155: preferred, unified
Changes since revision 1.155: +2 -2
lines
added ident.awk and main.dsp splitted to main+classes+types along to .am
Revision 1.155: download - view: text, markup, annotated - select for diffs
Fri Sep 21 14:46:09 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.154: preferred, unified
Changes since revision 1.154: +4 -1
lines
zillions of #ifdef XML
created new projects for sql drivers [planning to remove sql drivers from main cvs project]
first, will join latest changes
Revision 1.154: download - view: text, markup, annotated - select for diffs
Thu Sep 20 14:34:42 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.153: preferred, unified
Changes since revision 1.153: +6 -1
lines
Pool::transcode defaults from $MAIN:DEFAULTS.content-type[$.charset[here]]
Revision 1.153: download - view: text, markup, annotated - select for diffs
Tue Sep 18 16:05:42 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.152: preferred, unified
Changes since revision 1.152: +41 -40
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.152.4.3: download - view: text, markup, annotated - select for diffs
Thu Sep 13 08:31:20 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.152.4.2: preferred, unified; next MAIN 1.153: preferred, unified
Changes since revision 1.152.4.2: +29 -27
lines
$MAIN:CLASS_PATH now
can be string now
more informative error messages
Revision 1.152.4.2: download - view: text, markup, annotated - select for diffs
Thu Sep 13 07:41:45 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.152.4.1: preferred, unified
Changes since revision 1.152.4.1: +12 -13
lines
ParserRootConfig .../parser3.conf
ParserSiteConfig .../parser3.conf
cgi&isapi looks for {configure|c:\windows}/parser3.conf
Revision 1.152.4.1: download - view: text, markup, annotated - select for diffs
Fri Sep 7 15:13:07 2001 UTC (24 years, 9 months ago) by parser
Diff to: previous 1.152: preferred, unified
Changes since revision 1.152: +2 -2
lines
!$form:tables
$atable[$form:tables.a]
^atable.menu{a=$atable.element}[,]
Revision 1.152: 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.151: preferred, unified
Changes since revision 1.151: +13 -16
lines
parser3 test.html [auto.p from current dir loading]
Revision 1.151: download - view: text, markup, annotated - select for diffs
Fri Aug 10 08:59:25 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.150: preferred, unified
Changes since revision 1.150: +0 -2
lines
wanted to make
const int MAX_EXECUTE_SECONDS=1;
but couldnt, set_callback_and_alarm appeared to be not exported :(
Revision 1.150: download - view: text, markup, annotated - select for diffs
Fri Aug 10 08:58:56 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.149: preferred, unified
Changes since revision 1.149: +4 -1
lines
wanted to make
const int MAX_EXECUTE_SECONDS=1;
but couldnt, set_callback_and_alarm appeared to be not exported :(
Revision 1.149: download - view: text, markup, annotated - select for diffs
Tue Aug 7 13:23:33 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.148: preferred, unified
Changes since revision 1.148: +2 -2
lines
math:random fixed. win32 srand made working
Revision 1.148: download - view: text, markup, annotated - select for diffs
Mon Aug 6 16:18:26 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.147: preferred, unified
Changes since revision 1.147: +45 -10
lines
class_path
Revision 1.147: download - view: text, markup, annotated - select for diffs
Wed Aug 1 12:08:40 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.146: preferred, unified
Changes since revision 1.146: +9 -8
lines
speeded up typo-html replacements. introducing Dictionary with first-char caching
Revision 1.146: download - view: text, markup, annotated - select for diffs
Thu Jul 26 10:47:02 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.145: preferred, unified
Changes since revision 1.145: +3 -3
lines
introducing ::
this is constructor call prefix.
ordinary : remains for static accesses
Revision 1.145: download - view: text, markup, annotated - select for diffs
Wed Jul 18 13:18:00 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.144: preferred, unified
Changes since revision 1.144: +3 -3
lines
ORIGINS langs name abbrevations
Revision 1.144: download - view: text, markup, annotated - select for diffs
Wed Jul 18 10:06:04 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.143: preferred, unified
Changes since revision 1.143: +10 -3
lines
$ORIGINS(1) output tracing mode
Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri Jul 13 12:13:50 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.142: preferred, unified
Changes since revision 1.142: +4 -3
lines
auto.p[@auto], /news/auto.p[no @auto], so that initializing second would not call first @auto
Revision 1.142: download - view: text, markup, annotated - select for diffs
Fri Jul 13 10:58:03 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
Diff to: previous 1.141: preferred, unified
Changes since revision 1.141: +2 -2
lines
order of MAIN parents was wrong, fixed
Revision 1.141: download - view: text, markup, annotated - select for diffs
Fri Jul 6 11:13:35 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.140: preferred, unified
Changes since revision 1.140: +4 -1
lines
math 0
Revision 1.140: 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.139: preferred, unified
Changes since revision 1.139: +1 -3
lines
*/
static const char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp $";
Revision 1.139: 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.138: preferred, unified
Changes since revision 1.138: +2 -1
lines
static char *RCSId="$Id$";
Revision 1.138: download - view: text, markup, annotated - select for diffs
Wed Jun 27 12:44:33 2001 UTC (24 years, 11 months ago) by parser
Branches: MAIN
Diff to: previous 1.137: preferred, unified
Changes since revision 1.137: +5 -5
lines
nothing renamed to void
Revision 1.137: 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.136: preferred, unified
Changes since revision 1.136: +2 -2
lines
^log ^exp
Revision 1.136: 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.135: preferred, unified
Changes since revision 1.135: +2 -2
lines
// no _ conversions in @exception[params]
Revision 1.135: download - view: text, markup, annotated - select for diffs
Thu May 24 09:13:23 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.134: preferred, unified
Changes since revision 1.134: +3 -1
lines
// no _ conversions in @exception[params]
Revision 1.134: download - view: text, markup, annotated - select for diffs
Mon May 21 17:13:57 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.133: preferred, unified
Changes since revision 1.133: +5 -5
lines
'unknown' renamed to 'nothing'
Revision 1.133: download - view: text, markup, annotated - select for diffs
Mon May 21 07:33:53 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.132: preferred, unified
Changes since revision 1.132: +2 -2
lines
.am
Revision 1.132: 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.131: preferred, unified
Changes since revision 1.131: +4 -2
lines
pcre_tables=pcre_default_tables;
Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu May 17 15:20:15 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.130: preferred, unified
Changes since revision 1.130: +3 -2
lines
ANTI_ENDLESS_EXECUTE_RECOURSION
Revision 1.130: download - view: text, markup, annotated - select for diffs
Tue May 15 10:01:25 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.129: preferred, unified
Changes since revision 1.129: +3 -3
lines
numbered params had wrong name - for instance: bad error message in ^for[] bad body type. fixed
Revision 1.129: download - view: text, markup, annotated - select for diffs
Thu May 10 13:10:34 2001 UTC (25 years ago) by paf
Branches: MAIN
Diff to: previous 1.128: preferred, unified
Changes since revision 1.128: +3 -1
lines
op configured
Revision 1.128: download - view: text, markup, annotated - select for diffs
Mon May 7 13:30:03 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.127: preferred, unified
Changes since revision 1.127: +2 -2
lines
dox, split by not clean parts also
Revision 1.127: download - view: text, markup, annotated - select for diffs
Thu May 3 15:05:23 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.126: preferred, unified
Changes since revision 1.126: +1 -3
lines
dox splitted .dox files and added some
Revision 1.126: download - view: text, markup, annotated - select for diffs
Sat Apr 28 13:25:03 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.125: preferred, unified
Changes since revision 1.125: +4 -9
lines
moved some configured data to request::classes_conf
moved some string crations from globals to M...
Revision 1.125: download - view: text, markup, annotated - select for diffs
Sat Apr 28 12:58:44 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.124: preferred, unified
Changes since revision 1.124: +2 -4
lines
about to move configured data to special request hash
Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Apr 28 10:58:33 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.123: preferred, unified
Changes since revision 1.123: +11 -38
lines
configure started
Revision 1.123: download - view: text, markup, annotated - select for diffs
Sat Apr 28 08:43:57 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.122: preferred, unified
Changes since revision 1.122: +26 -30
lines
Methoded reorganized. todo: methoded-configure
Revision 1.122.2.4: download - view: text, markup, annotated - select for diffs
Sat Apr 28 08:30:30 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.122.2.3: preferred, unified; next MAIN 1.123: preferred, unified
Changes since revision 1.122.2.3: +6 -4
lines
removed ^a.menu{$name} ability. now
$a{^menu{$name}}
or
^a.menu{$a.name}
Revision 1.122.2.3: download - view: text, markup, annotated - select for diffs
Sat Apr 28 07:27:41 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.122.2.2: preferred, unified
Changes since revision 1.122.2.2: +17 -13
lines
beautifying just compiled. todo: debug, configure
Revision 1.122.2.2: download - view: text, markup, annotated - select for diffs
Fri Apr 27 17:18:02 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.122.2.1: preferred, unified
Changes since revision 1.122.2.1: +4 -1
lines
beautifying -99
Revision 1.122.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 27 15:19:30 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.122: preferred, unified
Changes since revision 1.122: +15 -28
lines
started beautifying
Revision 1.122: download - view: text, markup, annotated - select for diffs
Thu Apr 26 15:19:28 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.121: preferred, unified
Changes since revision 1.121: +1 -2
lines
code documentation ++
Revision 1.121: download - view: text, markup, annotated - select for diffs
Thu Apr 26 11:37:40 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.120: preferred, unified
Changes since revision 1.120: +2 -1
lines
z
Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:44:31 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.119: preferred, unified
Changes since revision 1.119: +3 -3
lines
/// @test with commandline start "parser3 a.html" so that ^load[a.cfg] worked! [now doesnt]
Revision 1.119: download - view: text, markup, annotated - select for diffs
Mon Apr 23 09:38:53 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.118: preferred, unified
Changes since revision 1.118: +4 -4
lines
untaint - @test optimize whitespaces for all but 'html'
Revision 1.118: download - view: text, markup, annotated - select for diffs
Mon Apr 23 08:52:24 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.117: preferred, unified
Changes since revision 1.117: +2 -2
lines
untaint - @test mail-header
Revision 1.117: download - view: text, markup, annotated - select for diffs
Fri Apr 20 14:18:43 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.116: preferred, unified
Changes since revision 1.116: +98 -23
lines
$MAIN:LOCALE
Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Apr 19 15:38:00 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.115: preferred, unified
Changes since revision 1.115: +2 -3
lines
changed urlencode here and in untaint.C to HTTP standard's " and \" mech
Revision 1.115: download - view: text, markup, annotated - select for diffs
Thu Apr 19 11:57:00 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.114: preferred, unified
Changes since revision 1.114: +27 -32
lines
fixed http://alx/~paf/ doesnt load /auto.p
Revision 1.114: download - view: text, markup, annotated - select for diffs
Wed Apr 18 16:46:37 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.113: preferred, unified
Changes since revision 1.113: +4 -4
lines
1
Revision 1.113: download - view: text, markup, annotated - select for diffs
Sun Apr 15 13:12:22 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.112: preferred, unified
Changes since revision 1.112: +1 -14
lines
MethodParams everywhere
Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Apr 11 15:45:51 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.111: preferred, unified
Changes since revision 1.111: +2 -2
lines
libimaging dead end: pil parses header in .py
Revision 1.111: download - view: text, markup, annotated - select for diffs
Wed Apr 11 08:36:19 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.110: preferred, unified
Changes since revision 1.110: +7 -6
lines
fixed vstring:as_vfile length
Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Apr 11 07:44:15 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.109: preferred, unified
Changes since revision 1.109: +7 -8
lines
fixed post [broke when moved post read to core]
Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue Apr 10 11:24:00 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.108: preferred, unified
Changes since revision 1.108: +5 -2
lines
image:measure -90
Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Apr 9 14:01:58 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.107: preferred, unified
Changes since revision 1.107: +2 -2
lines
exec win32 env
Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Apr 9 11:30:40 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.106: preferred, unified
Changes since revision 1.106: +1 -3
lines
exec4. todo env
Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Apr 9 10:08:31 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.105: preferred, unified
Changes since revision 1.105: +10 -6
lines
exec -2
Revision 1.105: download - view: text, markup, annotated - select for diffs
Mon Apr 9 09:48:20 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.104: preferred, unified
Changes since revision 1.104: +21 -7
lines
exec class just compiled. moved post read to request core
Revision 1.104: download - view: text, markup, annotated - select for diffs
Sun Apr 8 13:11:19 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.103: preferred, unified
Changes since revision 1.103: +18 -4
lines
uuencode. string<<
Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat Apr 7 13:56:46 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.102: preferred, unified
Changes since revision 1.102: +3 -2
lines
z
Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Apr 7 13:48:42 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.101: preferred, unified
Changes since revision 1.101: +10 -2
lines
smtp just compiled
Revision 1.101: download - view: text, markup, annotated - select for diffs
Sat Apr 7 10:34:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.100: preferred, unified
Changes since revision 1.100: +18 -16
lines
mail:send -10 just compiled
Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Apr 6 10:32:20 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.99: preferred, unified
Changes since revision 1.99: +5 -5
lines
renamed 'root' to 'op'
Revision 1.99: download - view: text, markup, annotated - select for diffs
Thu Apr 5 20:01:22 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.98: preferred, unified
Changes since revision 1.98: +9 -9
lines
mysql limit
Revision 1.98: download - view: text, markup, annotated - select for diffs
Thu Apr 5 19:35:16 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.97: preferred, unified
Changes since revision 1.97: +3 -3
lines
constructor flag dropped at get_method_frame and remembered into method_frame
Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Apr 5 18:23:00 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.96: preferred, unified
Changes since revision 1.96: +2 -2
lines
junction to code&expression in errors
Revision 1.96: download - view: text, markup, annotated - select for diffs
Thu Apr 5 18:18:41 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.95: preferred, unified
Changes since revision 1.95: +23 -1
lines
$LOCALE:ctype[Russian_Russia.1251]
Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Apr 4 10:50:36 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.94: preferred, unified
Changes since revision 1.94: +7 -2
lines
connect&sql -1000 just compiled
Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Apr 4 06:16:21 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.93: preferred, unified
Changes since revision 1.93: +3 -3
lines
sql frame -10
Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Apr 3 07:54:25 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.92: preferred, unified
Changes since revision 1.92: +1 -3
lines
z
Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Apr 3 07:20:53 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.91: preferred, unified
Changes since revision 1.91: +8 -1
lines
content-disposition
Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Apr 3 07:02:43 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.90: preferred, unified
Changes since revision 1.90: +25 -15
lines
main:post-process
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Apr 3 06:23:05 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.89: preferred, unified
Changes since revision 1.89: +28 -13
lines
vfile in response:body
Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Apr 2 08:44:57 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.88: preferred, unified
Changes since revision 1.88: +4 -1
lines
random:generate
Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Mar 29 15:00:22 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.87: preferred, unified
Changes since revision 1.87: +5 -5
lines
string: left right mid
Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Mar 29 08:34:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.86: preferred, unified
Changes since revision 1.86: +3 -3
lines
pool.request undone
Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Mar 29 08:28:04 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.85: preferred, unified
Changes since revision 1.85: +4 -4
lines
pool.request
Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Mar 28 14:07:17 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.84: preferred, unified
Changes since revision 1.84: +10 -4
lines
file:load autodetection of mime-type by user-file-name
Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Mar 27 16:35:55 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.83: preferred, unified
Changes since revision 1.83: +4 -4
lines
sort 0
Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Mar 27 15:37:52 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.82: preferred, unified
Changes since revision 1.82: +7 -4
lines
continue on sort
Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Mar 26 10:36:55 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.81: preferred, unified
Changes since revision 1.81: +12 -4
lines
moved ::save to pa_table.
disabled @auto invocation in ^process
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Mar 25 10:29:40 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.80: preferred, unified
Changes since revision 1.80: +2 -4
lines
moved default typo-table to lowlevel - it initialization could be skipped if failed in @auto. so that exception report would use some table
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Mar 25 10:25:10 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.79: preferred, unified
Changes since revision 1.79: +8 -8
lines
table empty lines ignored. system-default content type assigned in output:result [can fail in main:auto and skipped normal defaults extraction]
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Mar 25 08:52:36 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.78: preferred, unified
Changes since revision 1.78: +7 -2
lines
typo & typo-default
Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Mar 24 19:12:20 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.77: preferred, unified
Changes since revision 1.77: +16 -9
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.77: download - view: text, markup, annotated - select for diffs
Sat Mar 24 15:58:01 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.76: preferred, unified
Changes since revision 1.76: +37 -30
lines
file_read stringified
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Mar 24 14:30:59 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.75: preferred, unified
Changes since revision 1.75: +28 -5
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.75: download - view: text, markup, annotated - select for diffs
Sat Mar 24 11:33:27 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.74: preferred, unified
Changes since revision 1.74: +5 -2
lines
fixed default content-type allocation storage
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Mar 24 10:59:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.73: preferred, unified
Changes since revision 1.73: +6 -6
lines
z
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Mar 24 10:54:46 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.72: preferred, unified
Changes since revision 1.72: +14 -6
lines
cyclic uses ignored. defaulted default content-type
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Mar 24 08:54:03 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.71: preferred, unified
Changes since revision 1.71: +51 -21
lines
auto.p monkey
Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Mar 23 19:25:16 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.70: preferred, unified
Changes since revision 1.70: +2 -2
lines
isapi: dumb pool storage
Revision 1.70: download - view: text, markup, annotated - select for diffs
Fri Mar 23 13:08:11 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.69: preferred, unified
Changes since revision 1.69: +2 -2
lines
cgi: reinvent document_root and request_uri under iis. autoconf updated. introducing ap_config_includes
Revision 1.69: download - view: text, markup, annotated - select for diffs
Fri Mar 23 10:27:31 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.68: preferred, unified
Changes since revision 1.68: +6 -5
lines
sapi made object
Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Mar 23 10:14:34 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.67: preferred, unified
Changes since revision 1.67: +5 -5
lines
all: sapi beauty
Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Mar 23 08:47:46 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.66: preferred, unified
Changes since revision 1.66: +3 -5
lines
isapi minor env beauty
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Mar 22 21:33:33 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.65: preferred, unified
Changes since revision 1.65: +2 -2
lines
isapi document_root 0
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Mar 22 17:13:47 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.64: preferred, unified
Changes since revision 1.64: +6 -4
lines
isapi 1
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Mar 22 12:09:59 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.63: preferred, unified
Changes since revision 1.63: +14 -19
lines
some comments
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Mar 22 11:19:11 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.62: preferred, unified
Changes since revision 1.62: +12 -12
lines
config of auto.p path: parser_root_auto_path parser_site_auto_path
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Mar 21 14:06:46 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +31 -25
lines
shifted apache branch on main trunc
Revision 1.61.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 21 13:57:29 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.61.2.2: preferred, unified; next MAIN 1.62: preferred, unified
Changes since revision 1.61.2.2: +29 -23
lines
starting mod_parser3
Revision 1.61.2.2: download - view: text, markup, annotated - select for diffs
Tue Mar 20 18:24:44 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.61.2.1: preferred, unified
Changes since revision 1.61.2.1: +3 -3
lines
z
Revision 1.61.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 20 17:21:53 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +2 -2
lines
String::UL_
Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Mar 20 07:34:32 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.60: preferred, unified
Changes since revision 1.60: +2 -2
lines
^table:save
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Mar 19 22:11:09 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.59: preferred, unified
Changes since revision 1.59: +1 -2
lines
VEnv is now :Value
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Mar 19 21:39:34 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.58: preferred, unified
Changes since revision 1.58: +2 -2
lines
\ to / and ^file:save
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Mar 19 20:46:38 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.57: preferred, unified
Changes since revision 1.57: +2 -2
lines
file 1
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Mar 19 19:17:44 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.56: preferred, unified
Changes since revision 1.56: +1 -2
lines
^table:set{default level: TABLE}
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Mar 19 17:56:28 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.55: preferred, unified
Changes since revision 1.55: +2 -2
lines
renamed Hash::Value to Val so to doxygen would finlly stop confusing those Value-s
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Mar 19 17:42:16 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.54: preferred, unified
Changes since revision 1.54: +4 -2
lines
z
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:44:02 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.53: preferred, unified
Changes since revision 1.53: +2 -2
lines
auto @brief
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:06:14 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.52: preferred, unified
Changes since revision 1.52: +2 -2
lines
doc: detected Value derivates prob
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Mar 19 15:29:40 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.51: preferred, unified
Changes since revision 1.51: +6 -4
lines
doxygen include/, Value
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Mar 18 20:31:27 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +12 -32
lines
cookie class
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Mar 18 17:45:49 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.49: preferred, unified
Changes since revision 1.49: +13 -12
lines
zero length output allowed
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 18 17:39:29 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.48: preferred, unified
Changes since revision 1.48: +10 -21
lines
^response:clear[]
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Mar 18 17:24:55 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +7 -7
lines
taint forgotten forced lang switch
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Mar 18 17:18:36 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +49 -19
lines
$defautl[$content-type[$value[text/html] $charset[windows-1251]]
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Mar 18 16:32:25 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +8 -8
lines
taint[uri
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Mar 18 14:45:27 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.44: preferred, unified
Changes since revision 1.44: +44 -6
lines
^taint 0
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:38:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +12 -17
lines
convinient string(pool, char *src, bool tainted) ctor
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:22:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +60 -39
lines
proper @exceptions params tainting
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 18 11:58:20 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +10 -3
lines
z
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Mar 18 11:37:52 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +62 -34
lines
$response: 0 request::core exception rethrow
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Mar 16 12:30:24 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, unified
Changes since revision 1.39: +5 -2
lines
$request : query :uri
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Mar 15 11:09:49 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +4 -4
lines
news sample
Revision 1.38: 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.37: preferred, unified
Changes since revision 1.37: +24 -17
lines
@exception
Revision 1.37: 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.36: preferred, unified
Changes since revision 1.36: +4 -4
lines
pre-pre-pre-beta cgi under win32 apache pre pre pre works
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Mar 15 09:04:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +3 -3
lines
vform fillfields just compiled
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Mar 14 17:15:07 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +6 -6
lines
z
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Mar 14 17:09:18 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +11 -3
lines
limits -1
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Mar 14 16:47:33 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +5 -6
lines
request_info -1
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Mar 14 09:02:52 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +4 -3
lines
PATH_DELIMITER_CHAR
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Mar 14 08:50:04 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +2 -2
lines
global handler, exceptions in parser3
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Mar 13 19:35:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +104 -29
lines
started cgi target
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Mar 13 18:32:47 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +30 -9
lines
before error show with parser
Revision 1.28: 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.27: preferred, unified
Changes since revision 1.27: +35 -26
lines
z
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Mar 13 16:38:24 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +9 -12
lines
started $form: [historical moment :)]
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Mar 13 13:43:30 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +12 -12
lines
$ENV: re 0, stateless classes
Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 13:39:59 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.25: preferred, unified; next MAIN 1.26: preferred, unified
Changes since revision 1.25: +12 -12
lines
$ENV: re 0, stateless classes
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Mar 13 12:37:05 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +16 -25
lines
fixed yesterdays bad decision on execute_static_method
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Mar 13 12:07:15 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +3 -3
lines
z
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Mar 13 11:23:29 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +1 -0
lines
z
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Mar 13 11:15:04 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +1 -2
lines
restructure_exceptions_dead_end
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Mar 12 21:54:20 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +3 -3
lines
think constructing flag as is is bad
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Mar 12 17:16:50 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +12 -1
lines
fail_if_junction_ helper func
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Mar 12 17:00:48 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +29 -3
lines
^process error point by actual method_name, not source.
^load
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Mar 12 13:13:21 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +4 -2
lines
table:set 0
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Mar 12 12:00:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +5 -1
lines
freeze, ^table:create[] -1
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 12 09:08:51 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +25 -14
lines
^process. actual names to store param and check_actual_numbered_params for better place diagnostics
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 11 12:04:45 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +2 -2
lines
^untaint 0
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:16:35 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +2 -2
lines
headers updated
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:12:11 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +2 -2
lines
z
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Mar 11 08:02:06 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +8 -8
lines
renamed AUTO: to MAIN:
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Mar 11 07:52:43 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +3 -3
lines
splitted types from include/
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 10 17:10:39 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +7 -7
lines
run+auto=run
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Mar 10 16:34:39 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +5 -1
lines
sources header
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Mar 10 16:21:49 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +3 -1
lines
auto..
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 10 16:15:38 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +24 -5
lines
auto tree0
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 10 15:56:16 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +6 -9
lines
names to core.C
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 10 15:44:32 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +20 -22
lines
root auto.p loaded
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 10 14:05:36 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +9 -23
lines
@auto[] realised. auto.p scan togo
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 10 11:44:42 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +93 -58
lines
const fight finished
Revision 1.2
Wed Feb 21 17:36:58 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +1 -1
lines
get put -1 [just compiled]
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 21 16:12:11 2001 UTC (25 years, 3 months ago) by paf
Branches: MAIN
request core methods0
E-mail: