CVS log for parser3/src/types/pa_vform.C
Up to [parser3project] / parser3 / src / types
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.131: 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
CVS tags: HEAD
Diff to: previous 1.130: preferred, unified
Changes since revision 1.130: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.130: 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.129: preferred, unified
Changes since revision 1.129: +2 -2 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.129: 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.128: preferred, unified
Changes since revision 1.128: +3 -3 lines
more fixes for --with-build-warnings
Revision 1.128: download - view: text, markup, annotated - select for diffs
Sun Dec 15 15:32:45 2024 UTC (17 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.127: preferred, unified
Changes since revision 1.127: +3 -3 lines
$form:tables/files (not $form:fields) can be edited (related to feature #1254)
Revision 1.127: download - view: text, markup, annotated - select for diffs
Sun Dec 15 15:13:44 2024 UTC (17 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.126: preferred, unified
Changes since revision 1.126: +5 -5 lines
reverted that $form:fields/tables/files/imap can be edited (related to feature #1254) for backward compatibility
Revision 1.126: download - view: text, markup, annotated - select for diffs
Sat Nov 23 15:34:56 2024 UTC (18 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.125: preferred, unified
Changes since revision 1.125: +46 -27 lines
$form:elements implemented, VForm::get_element uses faster SYMBOLS_EQ, hashes no longer copied when using $form:fields/tables/files/imap and can be edited (implements feature #1254)
Revision 1.125: 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.124: preferred, unified
Changes since revision 1.124: +2 -2 lines
Copyright year updated
Revision 1.124: 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.123: preferred, unified
Changes since revision 1.123: +2 -2 lines
faster templated pa_itoa/pa_uitoa added to work with any integer type, String::Body::Format removed
Revision 1.123: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:12 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.122: preferred, unified
Changes since revision 1.122: +3 -3 lines
copyright, authors actualized
Revision 1.122: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:40 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.121: preferred, unified
Changes since revision 1.121: +2 -2 lines
Copyright year updated
Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Oct 27 10:10:09 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.120: preferred, unified
Changes since revision 1.120: +2 -2 lines
optimization: PUT_ELEMENT_REPLACED_ELEMENT no longer used in object-prototype mode
Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Oct 26 23:15:52 2020 UTC (5 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.119: preferred, unified
Changes since revision 1.119: +9 -1 lines
+ $env:name[value] and $form:name[value] features
Revision 1.119: 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.118: preferred, unified
Changes since revision 1.118: +2 -2 lines
optimization: file_read replaced with simplified file_read_binary
Revision 1.118: download - view: text, markup, annotated - select for diffs
Fri Nov 22 22:37:31 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.117: preferred, unified
Changes since revision 1.117: +2 -3 lines
whitespace
Revision 1.117: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:48 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.116: preferred, unified
Changes since revision 1.116: +2 -2 lines
Copyright year: 2015->2017
Revision 1.116: download - view: text, markup, annotated - select for diffs
Sat Dec 24 23:00:02 2016 UTC (9 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.115: preferred, unified
Changes since revision 1.115: +6 -5 lines
-wAll warning war
Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Dec 13 20:24:12 2016 UTC (9 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.114: preferred, unified
Changes since revision 1.114: +17 -20 lines
now only GET, HEAD and TRACE can't have body (implements feature #1116)
Revision 1.114: 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.113: preferred, unified
Changes since revision 1.113: +2 -2 lines
base -> methoded_donor for static classes, type() moved from VStateless_class to VClass and Methoded (implements feature #1051)
Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Mar 31 21:46:20 2016 UTC (10 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.112: preferred, unified
Changes since revision 1.112: +3 -3 lines
optimizaion: *_base_class removed (related to feature #1051)
Revision 1.112: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:22:01 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.111: preferred, unified
Changes since revision 1.111: +2 -2 lines
Copyright year updated
Revision 1.111: 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.110: preferred, unified
Changes since revision 1.110: +12 -6 lines
removed most of the clang compiler warnings (closes issue #1018)
Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Apr 6 22:27:27 2015 UTC (11 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.109: preferred, unified
Changes since revision 1.109: +6 -6 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.109: 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.108: preferred, unified
Changes since revision 1.108: +4 -4 lines
$request:headers, $request:method added (implements feature #1007)
Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Mar 16 09:47:35 2015 UTC (11 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.107: preferred, unified
Changes since revision 1.107: +2 -2 lines
- $var.CLASS & $var.CLASS_NAME now have special opcodes. This can be switched off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL on pa_opcode.h ( new feature: #844 )
Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon Jan 12 12:22:02 2015 UTC (11 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.106: preferred, unified
Changes since revision 1.106: +7 -7 lines
- supports body with PUT method as well ( new feature: #1006 )
Revision 1.106: download - view: text, markup, annotated - select for diffs
Tue Jul 16 15:21:06 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.105: preferred, unified
Changes since revision 1.105: +2 -2 lines
warning war
Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Jun 15 11:54:18 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.104: preferred, unified
Changes since revision 1.104: +2 -2 lines
feols_normalized -> fis_text_content
set_binary added
Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jun 15 06:13:11 2012 UTC (13 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.103: preferred, unified
Changes since revision 1.103: +2 -2 lines
- ^file::create[text;content] EOLs in content now is normalized. ( new feature: #815 )
Revision 1.103: download - view: text, markup, annotated - select for diffs
Thu Apr 19 19:41:30 2012 UTC (14 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.102: preferred, unified
Changes since revision 1.102: +2 -2 lines
PVS-Studio detected errors fixes, unused options from sql_result_string removed. (closes issue #468)
Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:17 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.101: preferred, unified
Changes since revision 1.101: +3 -4 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.101: download - view: text, markup, annotated - select for diffs
Wed Nov 23 12:17:23 2011 UTC (14 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.100: preferred, unified
Changes since revision 1.100: +3 -3 lines
- constructor ^file::create[mode;filename;content[;options]] now accepts binary mode and file-content
- new constructor's format: ^file::create[string-or-file-content[;$.name[filename] $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new feature: #65 )
Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Sep 8 02:58:13 2010 UTC (15 years, 8 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_1
Diff to: previous 1.99: preferred, unified
Changes since revision 1.99: +9 -9 lines
- little code reformating
Revision 1.99: download - view: text, markup, annotated - select for diffs
Sat Aug 22 14:06:14 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_0
Diff to: previous 1.98: preferred, unified
Changes since revision 1.98: +13 -5 lines
- bugfix: attempt to detect post charset was too early (charsets is empty at this moment)
Revision 1.98: 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.97: preferred, unified
Changes since revision 1.97: +3 -3 lines
- new classes implementation
Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Jun 24 09:02:22 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.96: preferred, unified
Changes since revision 1.96: +6 -6 lines
no message
Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue May 26 10:43:00 2009 UTC (17 years ago) by misha
Branches: MAIN
Diff to: previous 1.95: preferred, unified
Changes since revision 1.95: +65 -63 lines
- detect post charset only once
Revision 1.95: 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.94: preferred, unified
Changes since revision 1.94: +4 -4 lines
- String constructors don't have that stupid true/false param which means 'tainted'. they accept lang instead.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Mon Jan 12 07:50:35 2009 UTC (17 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.93: preferred, unified
Changes since revision 1.93: +2 -2 lines
- some constants changed their names
Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat Jun 7 17:28:09 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0
Diff to: previous 1.92: preferred, unified
Changes since revision 1.92: +9 -1 lines
- VForm::get_post_charset() added
Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Jun 7 11:01:14 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.91: preferred, unified
Changes since revision 1.91: +21 -5 lines
- some polish
Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Jun 6 17:26:50 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.90: preferred, unified
Changes since revision 1.90: +15 -21 lines
- if POST -- try detec charset and decode chars from it but not from response:charset
Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Jun 6 12:58:17 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.89: preferred, unified
Changes since revision 1.89: +3 -3 lines
- new constants used
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Jun 6 11:17:42 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.88: preferred, unified
Changes since revision 1.88: +5 -5 lines
- use StrStartFromNC instead of StrEqNc
Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu May 22 17:30:35 2008 UTC (18 years ago) by misha
Branches: MAIN
Diff to: previous 1.87: preferred, unified
Changes since revision 1.87: +3 -3 lines
- while decoding get values decode %uXXXX as well (not only %XX)
Revision 1.87: download - view: text, markup, annotated - select for diffs
Fri Jul 6 15:07:07 2007 UTC (18 years, 11 months ago) by misha
Branches: MAIN
CVS tags: release_3_2_3,
release_3_2_2
Diff to: previous 1.86: preferred, unified
Changes since revision 1.86: +7 -4
lines
- bugfix: uploaded file name wasn't transcoded
Revision 1.86: download - view: text, markup, annotated - select for diffs
Fri Apr 20 08:36:10 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.85: preferred, unified
Changes since revision 1.85: +3 -1
lines
- some comments
Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Apr 17 18:13:16 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.84: preferred, unified
Changes since revision 1.84: +65 -41
lines
- some code was modified
- $form:files was added
Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:54 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_1,
release_3_2_0,
paf_left
Diff to: previous 1.83: preferred, unified
Changes since revision 1.83: +2 -2
lines
2005
Revision 1.83.8.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:04 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.83: preferred, unified; next MAIN 1.84: preferred, unified
Changes since revision 1.83: +2 -2
lines
. 2005 ;)
Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Jul 28 14:38:21 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Branch point for: release_3_1_5
Diff to: previous 1.82: preferred, unified
Changes since revision 1.82: +4 -4
lines
bugfix: isspace((unsigned char)c) everywhere. failed on russian letters
Revision 1.81.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 9 10:32:03 2004 UTC (22 years, 1 month ago) by paf
Diff to: previous 1.81: preferred, unified; next MAIN 1.82: preferred, unified
Changes since revision 1.81: +3 -3
lines
merge: bugfix: form:imap were incorrect
Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Apr 9 10:31:29 2004 UTC (22 years, 1 month ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.81: preferred, unified
Changes since revision 1.81: +3 -3
lines
bugfix: form:imap were incorrect
Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Mar 30 08:32:17 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.80: preferred, unified
Changes since revision 1.80: +2 -2
lines
merged bugfixes from 3.1.2, changed version to 3.1.3beta
Revision 1.80.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 25 14:36:26 2004 UTC (22 years, 2 months ago) by paf
Branches: release_3_1_2
Diff to: previous 1.80: preferred, unified; next MAIN 1.81: preferred, unified
Changes since revision 1.80: +2 -2
lines
beauty: removed warning
Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Feb 12 08:11:39 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_2
Diff to: previous 1.79: preferred, unified
Changes since revision 1.79: +7 -4
lines
bugfix: empty values[recently allowed] ruined empty <input type=file> submits. parser thought there were nameless empty file and $form:field got value of type 'file'
Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:18 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.78: preferred, unified
Changes since revision 1.78: +2 -2
lines
2004
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Feb 2 09:18:17 2004 UTC (22 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.77: preferred, unified
Changes since revision 1.77: +3 -3
lines
bugfix: empty values with enctype=multipart/form-data now produce entries in $form:tables
<form method=post enctype=multipart/form-data>
<input type=hidden name=a>
<input type=hidden name=b>
<input type=submit>
</form>
$k[^form:fields._keys[]]
^eval($k)
<hr>
<pre>$request:body
Revision 1.77: 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.76: preferred, unified
Changes since revision 1.76: +34 -30
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.76: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:29 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.75: preferred, unified
Changes since revision 1.75: +1 -1
lines
static const char * const IDENT
Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:26 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1,
release_3_1_0
Diff to: previous 1.74: preferred, unified
Changes since revision 1.74: +81 -97
lines
moved tempate_gc to HEAD
Revision 1.74.2.11.2.8: download - view: text, markup, annotated - select for diffs
Thu Apr 10 11:35:10 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.74.2.11.2.7: preferred, unified; next MAIN 1.74.4.1: preferred, unified
Changes since revision 1.74.2.11.2.7: +2 -3
lines
new convention: char* never 0. assert in cord on that
Revision 1.74.2.11.2.7: download - view: text, markup, annotated - select for diffs
Tue Apr 8 13:58:30 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.74.2.11.2.6: preferred, unified
Changes since revision 1.74.2.11.2.6: +4 -11
lines
changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
this allowed to fix one remaining String("123", 2) case
Revision 1.74.2.11.2.6: 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.74.2.11.2.5: preferred, unified
Changes since revision 1.74.2.11.2.5: +8 -13
lines
pa_vform violated String::invariant. started fixing [not compiled now]
Revision 1.74.2.11.2.5: download - view: text, markup, annotated - select for diffs
Mon Mar 24 12:16:23 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.74.2.11.2.4: preferred, unified
Changes since revision 1.74.2.11.2.4: +32 -34
lines
pa_vform.C compiled
Revision 1.74.2.11.2.4: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:33 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.74.2.11.2.3: preferred, unified
Changes since revision 1.74.2.11.2.3: +18 -18
lines
introducing StringBody [C++ CORD wrapper]
Revision 1.74.2.11.2.3: download - view: text, markup, annotated - select for diffs
Thu Mar 20 08:11:16 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.74.2.11.2.2: preferred, unified
Changes since revision 1.74.2.11.2.2: +4 -4
lines
untaint.C 30%,
pa_common.C [done, without http for now]
Revision 1.74.2.11.2.2: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:28:10 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.74.2.11.2.1: preferred, unified
Changes since revision 1.74.2.11.2.1: +4 -4
lines
started test
Revision 1.74.2.11.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:21 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.74.2.11: preferred, unified
Changes since revision 1.74.2.11: +11 -11
lines
started porting to gc:
PA_Object done
lots of replacements also
Revision 1.74.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.74: preferred, unified; next MAIN 1.75: preferred, unified
Changes since revision 1.74: +4 -4
lines
libgc attempt
Revision 1.74.2.11: download - view: text, markup, annotated - select for diffs
Wed Feb 26 11:30:00 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.74.2.10: preferred, unified; branchpoint 1.74: preferred, unified; next MAIN 1.75: preferred, unified
Changes since revision 1.74.2.10: +2 -2
lines
methoded_array now contains all Mxxx classes
SAPI::get_env now returns info on pool
more tests
Revision 1.74.2.10: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:22:56 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.74.2.9: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.9: +2 -2
lines
no message
Revision 1.74.2.9: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:19:02 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.74.2.8: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.8: +7 -11
lines
found&kill all remaning leaks resulted from pooled::malloc calls
[excluding in gd -- planning complete rewrite extremely ugly code]
Revision 1.74.2.8: download - view: text, markup, annotated - select for diffs
Mon Feb 17 17:05:04 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.74.2.7: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.7: +6 -2
lines
fixed all remained bugs of unitialized simple-typed field
Revision 1.74.2.7: download - view: text, markup, annotated - select for diffs
Fri Feb 14 17:33:46 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.74.2.6: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.6: +2 -2
lines
all compiled, only 14 link errors :)
Revision 1.74.2.6: download - view: text, markup, annotated - select for diffs
Tue Feb 4 15:59:06 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.74.2.5: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.5: +2 -2
lines
hash 50% compiled
Revision 1.74.2.5: 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.74.2.4: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.4: +3 -3
lines
vmail compiled
Revision 1.74.2.4: 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.74.2.3: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.3: +63 -59
lines
vform compiled
Revision 1.74.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:43 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.74.2.2: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.2: +20 -20
lines
grammar compiled
Revision 1.74.2.2: download - view: text, markup, annotated - select for diffs
Wed Jan 29 12:57:37 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.74.2.1: preferred, unified; branchpoint 1.74: preferred, unified
Changes since revision 1.74.2.1: +11 -11
lines
vcookie compiled
Revision 1.74.2.1: download - view: text, markup, annotated - select for diffs
Wed Jan 29 09:16:16 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.74: preferred, unified
Changes since revision 1.74: +3 -8
lines
vmath compiled
Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:19 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.73: preferred, unified
Changes since revision 1.73: +2 -2
lines
2002->2003
Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Dec 4 11:45:34 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007,
release_3_0_0006
Diff to: previous 1.72: preferred, unified
Changes since revision 1.72: +5 -4
lines
$form:field string value cut by premature 0
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Nov 19 09:03:20 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.71: preferred, unified
Changes since revision 1.71: +2 -2
lines
no message
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:01:55 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.70: preferred, unified
Changes since revision 1.70: +2 -2
lines
static fix merged
Revision 1.70.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 31 12:22:14 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.70: preferred, unified; next MAIN 1.71: preferred, unified
Changes since revision 1.70: +2 -2
lines
static call $self fixed
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Oct 22 10:31:43 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.69: preferred, unified
Changes since revision 1.69: +1 -12
lines
removed needless VForm::Append...(...Value)
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Oct 21 14:25:45 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.68: preferred, unified
Changes since revision 1.68: +41 -3
lines
$form:qtail
$form:imap.x/y
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Oct 21 09:55:56 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.67: preferred, unified
Changes since revision 1.67: +18 -33
lines
$form:nameless = "?value&...", "...&value&...", "...&value"
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Oct 21 09:06:53 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.66: preferred, unified
Changes since revision 1.66: +12 -1
lines
$form:image-map
Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Aug 15 10:13:20 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.65: preferred, unified
Changes since revision 1.65: +13 -10
lines
planning/preparing_to $request:body
r.post_data now const
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Aug 14 14:18:30 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.64: preferred, unified
Changes since revision 1.64: +3 -3
lines
is now works with VObject & VClass
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Aug 13 15:55:43 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.63: preferred, unified
Changes since revision 1.63: +3 -3
lines
introduced Value::get_element(..., bool looking_down) [needed to exclude endless recoursion]
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Aug 13 13:02:41 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.62: preferred, unified
Changes since revision 1.62: +4 -4
lines
VObject.get/out now looking down/up tree
todo: fix error message on non-constructed parents
Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Aug 2 10:58:37 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +44 -23
lines
opera multipart post fixed
Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Aug 2 09:33:14 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.60: preferred, unified
Changes since revision 1.60: +2 -1
lines
response transcoded source->client only when text/* or simple onoverridden $response:body
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:23 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.59: preferred, unified
Changes since revision 1.59: +1 -1
lines
$Date: now$
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:54 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.58: preferred, unified
Changes since revision 1.58: +2 -2
lines
ident.C* removed
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jun 24 19:11:43 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0004
Diff to: previous 1.57: preferred, unified
Changes since revision 1.57: +5 -3
lines
no message
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Jun 24 11:59:34 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.56: preferred, unified
Changes since revision 1.56: +6 -7
lines
uue to separate file
introducting $message:received
^mail:send rewritten with backward comp
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jun 10 13:27:40 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0003
Diff to: previous 1.55: preferred, unified
Changes since revision 1.55: +10 -2
lines
$form: not determined yet check
Revision 1.55: 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
CVS tags: release_3_0_0002,
release_1_0_0001
Diff to: previous 1.54: preferred, unified
Changes since revision 1.54: +2 -2
lines
removed Value::fname
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Mar 27 15:30:38 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.53: preferred, unified
Changes since revision 1.53: +2 -2
lines
assigned exception types
Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:32:34 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.52: preferred, unified
Changes since revision 1.52: +2 -2
lines
name spelling
Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:31:32 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.51: preferred, unified
Changes since revision 1.51: +2 -2
lines
name spelling
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:27:52 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +2 -2
lines
2002
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:28:22 2001 UTC (24 years, 5 months ago) by paf
Branches: MAIN
Diff to: previous 1.49: preferred, unified
Changes since revision 1.49: +10 -7
lines
introducing Charset
Revision 1.49: 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.48: preferred, unified
Changes since revision 1.48: +31 -8
lines
transcodeToUTF8[were FromUTF8] for forms
todo: uri lang
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Nov 9 11:06:57 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +2 -2
lines
line endings fixing got rid of cstr, now must work ok with post multipart
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Nov 9 09:53:35 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +4 -3
lines
line endings fixed at post / multipart / not file also now
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Nov 5 11:46:32 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +2 -2
lines
$status:db
fixed used not initialized in db_connection & db_table
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Oct 30 16:30:08 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.44: preferred, unified
Changes since revision 1.44: +5 -4
lines
form post data line endings not reformatted now.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Oct 30 15:50:00 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +2 -5
lines
AppendFormEntry length param now required [had bug when file= has no value]
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Oct 30 14:20:54 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +4 -1
lines
VForm::AppendFormEntry {length convention was broken} fix_line_breaks
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Oct 24 16:33:02 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +25 -16
lines
form fix_line_breaks
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Oct 24 14:39:44 2001 UTC (24 years, 7 months ago) by parser
Branches: MAIN
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +4 -2
lines
.am
Revision 1.40: 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.39: preferred, unified
Changes since revision 1.39: +2 -2
lines
switched to c++ exceptions 0
Revision 1.39: 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.38: preferred, unified
Changes since revision 1.38: +2 -2
lines
added ident.awk and main.dsp splitted to main+classes+types along to .am
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Sep 24 14:34:25 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +3 -1
lines
merged3 with before_xml
[merge2 actually didn't happen - i've created tags on wrong branch. so this merge is in fact re-merge]
Revision 1.37: 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.36: preferred, unified
Changes since revision 1.36: +1 -2
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.36: download - view: text, markup, annotated - select for diffs
Tue Sep 18 16:05:43 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +28 -26
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.35: download - view: text, markup, annotated - select for diffs
Mon Sep 10 08:23:49 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +1 -12
lines
^dom.save[b.xml] 0
Revision 1.33.2.3: download - view: text, markup, annotated - select for diffs
Sat Sep 8 16:00:15 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.33.2.2: preferred, unified; next MAIN 1.34: preferred, unified
Changes since revision 1.33.2.2: +2 -2
lines
$form:tables.name.field
Revision 1.33.2.2: 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.33.2.1: preferred, unified
Changes since revision 1.33.2.1: +23 -27
lines
!$form:tables
$atable[$form:tables.a]
^atable.menu{a=$atable.element}[,]
Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 7 14:36:13 2001 UTC (24 years, 9 months ago) by parser
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +4 -7
lines
!$form:fields
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Sep 7 12:46:19 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +1 -1
lines
merged with successful start of dom
Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Fri Sep 7 11:05:16 2001 UTC (24 years, 9 months ago) by parser
Diff to: previous 1.29: preferred, unified; next MAIN 1.30: preferred, unified
Changes since revision 1.29: +2 -2
lines
z
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Sep 7 11:05:02 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +26 -4
lines
z
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Sep 7 10:21:59 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +2 -2
lines
getting FIRST form element [not last]
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Sep 6 16:54:14 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +3 -2
lines
?a=1&a=2 would result in $form:a being a table with one column 'element' and two rows: 1 and 2
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Sep 6 16:48:44 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +27 -2
lines
?a=1&a=2 would result in $form:a being a table with one column 'element' and two rows: 1 and 2
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu May 17 19:33:33 2001 UTC (25 years ago) by parser
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +1 -3
lines
#include "pa_config_includes.h"
removed from most .C
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 28 08:44:15 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +1 -2
lines
Methoded reorganized. todo: methoded-configure
Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 28 07:27:46 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.27: preferred, unified; next MAIN 1.28: preferred, unified
Changes since revision 1.27: +1 -2
lines
beautifying just compiled. todo: debug, configure
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Apr 26 15:01:51 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +3 -3
lines
code documentation ++
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:58:32 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +2 -2
lines
/// @test $a.menu{ $a[123] }
and $a.menu{^table:set[]...}
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Apr 17 19:01:02 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +3 -2
lines
exec @jav
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Mon Apr 16 11:26:57 2001 UTC (25 years, 1 month ago) by paf
Diff to: previous 1.24: preferred, unified; next MAIN 1.25: preferred, unified
Changes since revision 1.24: +3 -2
lines
compile-1
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 11 08:13:43 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +1 -2
lines
forced UL_FILE_NAME of posted file name
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Apr 11 07:44:17 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +2 -1
lines
fixed post [broke when moved post read to core]
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Apr 9 11:30:44 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +2 -2
lines
exec4. todo env
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Apr 9 09:48:30 2001 UTC (25 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +7 -45
lines
exec class just compiled. moved post read to request core
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Apr 3 17:46:16 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +2 -2
lines
z
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Apr 3 17:43:50 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +2 -1
lines
string:match replace assigned lang
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 28 14:07:19 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +31 -31
lines
file:load autodetection of mime-type by user-file-name
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 28 13:21:33 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +6 -6
lines
file:load 1. tainted
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Mar 24 08:54:05 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +23 -23
lines
auto.p monkey
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 23 13:08:14 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +4 -5
lines
cgi: reinvent document_root and request_uri under iis. autoconf updated. introducing ap_config_includes
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 23 10:27:35 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +3 -2
lines
sapi made object
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 23 10:14:38 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
all: sapi beauty
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Mar 22 16:38:24 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +2 -2
lines
isapi 0
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Mar 21 14:06:54 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +2 -2
lines
shifted apache branch on main trunc
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Wed Mar 21 13:57:35 2001 UTC (25 years, 2 months ago) by paf
Diff to: previous 1.10: preferred, unified; next MAIN 1.11: preferred, unified
Changes since revision 1.10: +2 -2
lines
starting mod_parser3
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 19 20:46:40 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +6 -4
lines
file 1
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 19 20:07: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 -2
lines
file class just compiled
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Mar 19 19:17:47 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +3 -4
lines
^table:set{default level: TABLE}
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 19 15:29:42 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +6 -7
lines
doxygen include/, Value
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Mar 18 20:31:30 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +5 -47
lines
cookie class
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 18 13:38:49 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +2 -3
lines
convinient string(pool, char *src, bool tainted) ctor
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 16 12:30:26 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +3 -3
lines
$request : query :uri
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Mar 15 09:04:08 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +257 -12
lines
vform fillfields just compiled
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 14 17:09:21 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +2 -2
lines
limits -1
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 14 16:47:36 2001 UTC (25 years, 2 months ago) by paf
Branches: MAIN
request_info -1
E-mail: