/[Apache-SVN]/perl/embperl/trunk/mod_embperl.c
ViewVC logotype

Log of /perl/embperl/trunk/mod_embperl.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 392518 - (view) (annotate) - [select for diffs]
Modified Sat Apr 8 12:28:12 2006 UTC (3 years, 7 months ago) by richter
File length: 39303 byte(s)
Diff to previous 358210 (colored)
Apache 2.2 support

Revision 358210 - (view) (annotate) - [select for diffs]
Modified Wed Dec 21 05:15:28 2005 UTC (3 years, 11 months ago) by richter
File length: 39281 byte(s)
Diff to previous 355598 (colored)
    - Fixed parsing of Cache configuration functions in
      httpd.conf. Spotted by Carl Eklof.


Revision 355598 - (view) (annotate) - [select for diffs]
Modified Fri Dec 9 20:59:37 2005 UTC (3 years, 11 months ago) by richter
File length: 39177 byte(s)
Diff to previous 294756 (colored)
fix cookie expire

Revision 294756 - (view) (annotate) - [select for diffs]
Modified Sun Aug 7 00:03:03 2005 UTC (4 years, 3 months ago) by richter
File length: 39177 byte(s)
Diff to previous 294755 (colored)
changed copyright year to 2005

Revision 294755 - (view) (annotate) - [select for diffs]
Modified Sat Aug 6 23:51:52 2005 UTC (4 years, 3 months ago) by richter
File length: 39177 byte(s)
Diff to previous 294723 (colored)
   - Make sure Embperl is listed after Apache itself in the server signature.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 294723 - (view) (annotate) - [select for diffs]
Modified Sun Jan 16 13:31:14 2005 UTC (4 years, 10 months ago) by richter
File length: 38823 byte(s)
Diff to previous 294722 (colored)
removed some compiler warnings

Revision 294722 - (view) (annotate) - [select for diffs]
Modified Sat Jan 15 20:17:27 2005 UTC (4 years, 10 months ago) by richter
File length: 38823 byte(s)
Diff to previous 294718 (colored)
patches for 64Bit and pod

Revision 294718 - (view) (annotate) - [select for diffs]
Modified Sat Nov 6 13:33:07 2004 UTC (5 years ago) by richter
File length: 38955 byte(s)
Diff to previous 294712 (colored)
Correct module load order for test with static mod_perl, but other dynamic modules

Revision 294712 - (view) (annotate) - [select for diffs]
Modified Mon Oct 4 05:31:02 2004 UTC (5 years, 1 month ago) by richter
File length: 38716 byte(s)
Diff to previous 294705 (colored)
flush output before cleanup

Revision 294705 - (view) (annotate) - [select for diffs]
Modified Tue Aug 17 06:17:59 2004 UTC (5 years, 3 months ago) by richter
File length: 38701 byte(s)
Diff to previous 294703 (colored)
fix segfault on apache -t

Revision 294703 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 18:45:15 2004 UTC (5 years, 3 months ago) by richter
File length: 37465 byte(s)
Diff to previous 294702 (colored)
readd rc in mod_embperl.c which is necessary for Apache 1

Revision 294702 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 07:36:22 2004 UTC (5 years, 3 months ago) by richter
File length: 37426 byte(s)
Diff to previous 294697 (colored)
additional tweak and README updates

Revision 294697 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 05:39:19 2004 UTC (5 years, 3 months ago) by richter
File length: 37424 byte(s)
Diff to previous 294696 (colored)
Avoid global destruct warnings during apache startup

Revision 294696 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 05:30:05 2004 UTC (5 years, 3 months ago) by richter
File length: 37424 byte(s)
Diff to previous 294695 (colored)
fix small memory leak

Revision 294695 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 04:19:45 2004 UTC (5 years, 3 months ago) by richter
File length: 37420 byte(s)
Diff to previous 294694 (colored)
correctly destroy pUriMatch

Revision 294694 - (view) (annotate) - [select for diffs]
Modified Mon Aug 16 03:39:01 2004 UTC (5 years, 3 months ago) by richter
File length: 37277 byte(s)
Diff to previous 294693 (colored)
avoid some compiler warnings

Revision 294693 - (view) (annotate) - [select for diffs]
Modified Sun Aug 15 19:26:48 2004 UTC (5 years, 3 months ago) by richter
File length: 37289 byte(s)
Diff to previous 294692 (colored)
fix some memory leaks

Revision 294692 - (view) (annotate) - [select for diffs]
Modified Sat Aug 14 14:28:47 2004 UTC (5 years, 3 months ago) by richter
File length: 36248 byte(s)
Diff to previous 294690 (colored)
memory debugging and internal structure validaten and fix for apha 64

Revision 294690 - (view) (annotate) - [select for diffs]
Modified Tue Jul 20 08:25:23 2004 UTC (5 years, 4 months ago) by richter
File length: 34581 byte(s)
Diff to previous 294681 (colored)
fix embperl unload

Revision 294681 - (view) (annotate) - [select for diffs]
Modified Sun Mar 14 20:17:42 2004 UTC (5 years, 8 months ago) by richter
File length: 34475 byte(s)
Diff to previous 294655 (colored)
make upload test run of different perl version

Revision 294655 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 06:50:58 2004 UTC (5 years, 10 months ago) by richter
File length: 34238 byte(s)
Diff to previous 294641 (colored)
Update docs

Revision 294641 - (view) (annotate) - [select for diffs]
Modified Thu Jun 12 20:34:22 2003 UTC (6 years, 5 months ago) by richter
File length: 34238 byte(s)
Diff to previous 294637 (colored)
   - fixed various compiler warnings reported by Angus Lees.
   - Added missing Form/Validate modules to distribution.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 294637 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 18:03:22 2003 UTC (6 years, 5 months ago) by richter
File length: 34229 byte(s)
Diff to previous 294636 (colored)
corrected initialization of ap_filter_rec

Revision 294636 - (view) (annotate) - [select for diffs]
Modified Sun Jun 8 13:14:28 2003 UTC (6 years, 5 months ago) by richter
File length: 34230 byte(s)
Diff to previous 294633 (colored)
fix memory allocation problem when running under staticly link mod_perl

Revision 294633 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 18:57:03 2003 UTC (6 years, 8 months ago) by richter
File length: 33382 byte(s)
Diff to previous 294630 (colored)
fix compiler warnings

Revision 294630 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 07:48:08 2003 UTC (6 years, 9 months ago) by richter
File length: 33376 byte(s)
Diff to previous 294625 (colored)
fix EXPIRES config

Revision 294625 - (view) (annotate) - [select for diffs]
Modified Sat Feb 15 20:46:33 2003 UTC (6 years, 9 months ago) by richter
File length: 33331 byte(s)
Diff to previous 294623 (colored)
cookie expire

Revision 294623 - (view) (annotate) - [select for diffs]
Modified Fri Feb 14 22:54:04 2003 UTC (6 years, 9 months ago) by richter
File length: 33217 byte(s)
Diff to previous 294619 (colored)
cookie expires relativ times

Revision 294619 - (view) (annotate) - [select for diffs]
Modified Tue Jan 28 07:21:27 2003 UTC (6 years, 10 months ago) by richter
File length: 32555 byte(s)
Diff to previous 294606 (colored)
apache2 fix + apache 2 port fix

Revision 294606 - (view) (annotate) - [select for diffs]
Modified Tue Jan 7 20:43:01 2003 UTC (6 years, 10 months ago) by richter
File length: 32474 byte(s)
Diff to previous 294601 (colored)
- keep spaces in mail:send
- encode headers in Embperl::Mail
- don't escape : in urls

Revision 294601 - (view) (annotate) - [select for diffs]
Modified Thu Jan 2 07:39:44 2003 UTC (6 years, 10 months ago) by richter
File length: 32466 byte(s)
Diff to previous 294597 (colored)
 -> param -> server_addr + website updates

Revision 294597 - (view) (annotate) - [select for diffs]
Modified Tue Nov 26 10:03:45 2002 UTC (7 years ago) by richter
File length: 31935 byte(s)
Diff to previous 294578 (colored)
   - website changes
   - If no name is given for a key, Form::Validate now tries to lookup the correct
     text via Embperl's gettext method.
   - Fixed problem with message ids that are Perl keywords. Reported by Jaak.
   - Added EMBPERL_COOKIE_SECURE option to transfer cookie only over a secure
     connection.
   - Added EMBPERL_OUTPUT_MODE that allows to change to XML output, which cause
     generated tags to contains a closing slash, so they are valid XML/XHTML.

Revision 294578 - (view) (annotate) - [select for diffs]
Added Tue Oct 22 05:29:12 2002 UTC (7 years, 1 month ago) by richter
File length: 30990 byte(s)
move Embperl 2 to HEAD revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2