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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 294776 - (view) (annotate) - [select for diffs]
Modified Sun Sep 25 13:43:39 2005 UTC (4 years, 2 months ago) by richter
File length: 41299 byte(s)
Diff to previous 294756 (colored)
    - Integrated KWiki into Embperl website (available under eg/web)
    - Don't croak if Apache request record is not available (e.g. during startup)
    - Fixed wrong setup of $epreq -> param -> filename, when a Embperl offline
      processing is made inside an Embperl page. Reported by Gavin Carr.
    - Return correct http status codes 403 and 404 if access to a file is
      forbidden or the file was not found. Reported by Cliff Rayman.

PR:
Obtained from:
Submitted by:
Reviewed by:

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: 41171 byte(s)
Diff to previous 294719 (colored)
changed copyright year to 2005

Revision 294719 - (view) (annotate) - [select for diffs]
Modified Sun Nov 7 19:36:42 2004 UTC (5 years ago) by richter
File length: 41171 byte(s)
Diff to previous 294715 (colored)
CGI Tests, FastCGI POST fix

Revision 294715 - (view) (annotate) - [select for diffs]
Modified Sun Oct 31 14:17:27 2004 UTC (5 years ago) by richter
File length: 41134 byte(s)
Diff to previous 294712 (colored)
finalize http request before cleanup

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: 41134 byte(s)
Diff to previous 294688 (colored)
flush output before cleanup

Revision 294688 - (view) (annotate) - [select for diffs]
Modified Thu Jul 8 08:31:00 2004 UTC (5 years, 4 months ago) by richter
File length: 40356 byte(s)
Diff to previous 294668 (colored)
fixed win32 compiler/test problems

Revision 294668 - (view) (annotate) - [select for diffs]
Modified Tue Feb 17 06:39:05 2004 UTC (5 years, 9 months ago) by richter
File length: 40355 byte(s)
Diff to previous 294655 (colored)
fixed encryption

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: 40003 byte(s)
Diff to previous 294578 (colored)
Update docs

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

Revision 294260 - (view) (annotate) - [select for diffs]
Modified Wed Oct 17 05:44:47 2001 UTC (8 years, 1 month ago) by richter
File length: 36051 byte(s)
Diff to previous 294235 (colored)
Remove c++ comment

Revision 294235 - (view) (annotate) - [select for diffs]
Modified Thu Sep 13 07:29:42 2001 UTC (8 years, 2 months ago) by richter
File length: 36047 byte(s)
Diff to previous 294228 (colored)
Get source of 1 & 2 in sync before we start new things

Revision 294228 - (view) (annotate) - [select for diffs]
Modified Sat Sep 8 13:23:22 2001 UTC (8 years, 2 months ago) by richter
File length: 36032 byte(s)
Diff to previous 294227 (colored)
   - Embperl can now use encrypted sourcefiles. See crypto/README for
     details.

Revision 294227 - (view) (annotate) - [select for diffs]
Modified Fri Sep 7 13:07:20 2001 UTC (8 years, 2 months ago) by richter
File length: 35968 byte(s)
Diff to previous 294214 (colored)
source crypto

Revision 294214 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 07:50:15 2001 UTC (8 years, 3 months ago) by richter
File length: 35226 byte(s)
Diff to previous 294205 (colored)
tied stdout/stdin are now used

Revision 294205 - (view) (annotate) - [select for diffs]
Modified Sun Aug 12 12:19:32 2001 UTC (8 years, 3 months ago) by richter
File length: 33631 byte(s)
Diff to previous 294055 (colored)
%sdat

Revision 294055 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 05:39:44 2001 UTC (8 years, 9 months ago) by richter
File length: 33552 byte(s)
Diff to previous 293922 (colored)
- some cleanup's
- 1.3.1 :-)

Revision 293922 - (view) (annotate) - [select for diffs]
Modified Tue Sep 12 12:49:55 2000 UTC (9 years, 2 months ago) by richter
File length: 33541 byte(s)
Diff to previous 293791 (colored)
- Source integration with Embperl 2.0
- make test works when mod_jserv is compiled into Apache

Revision 293791 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 05:15:51 2000 UTC (9 years, 8 months ago) by richter
File length: 33219 byte(s)
Diff to previous 293737 (colored)
   - The outputfile parameter now also works when running under
     mod_perl. Spotted by Ilia Lobsanov.

Revision 293737 - (view) (annotate) - [select for diffs]
Modified Fri Sep 17 04:25:09 1999 UTC (10 years, 2 months ago) by richter
File length: 33196 byte(s)
Diff to previous 293714 (colored)
   - Fixed a problem that had occured with magic SVs (tied scalar)
     as source for the Execute function. Spotted by Todd Eigenshink.

Revision 293714 - (view) (annotate) - [select for diffs]
Modified Tue Jul 6 11:56:14 1999 UTC (10 years, 4 months ago) by richter
File length: 33138 byte(s)
Diff to previous 293699 (colored)
   - Embperl now never writes to the logfile if EMBPERL_DEBUG is zero
   - make test now runs with newest version of mod_ssl (2.3.5)
   - Added option optKeepSpaces which will disable the removing of spaces
     and empty lines from the output. Suggested from Gary Shea.
   - Added option optOpenLogEarly, which will cause Embperl to open the
     logfile as soon as it is loaded into memory. You can use this when
     you loaded Embperl via PerlModule under Apache, to open the log
     as root instead of the non-privileged user Apache runs as.

Revision 293699 - (view) (annotate) - [select for diffs]
Modified Fri May 7 20:13:54 1999 UTC (10 years, 6 months ago) by richter
File length: 33030 byte(s)
Diff to previous 293691 (colored)
   - Added new parameter "import" to Execute, which let's you import subs
     (defined with [$sub <name>$]) into the current page.
   - Added emacs/embperl.el. It's a emacs minor mode for Embperl written
     by Erik Arneson
   - Output of dbgShowCleanup is now sorted by name

Revision 293691 - (view) (annotate) - [select for diffs]
Modified Sun Feb 21 12:39:28 1999 UTC (10 years, 9 months ago) by richter
File length: 33007 byte(s)
Diff to previous 293689 (colored)
   - Renamed __strdup and __strndup so there are no duplicate
     symbols when compiling with glibc. Spotted by Michael Hall.
   - Removed some debugging message from the logfile output.

Revision 293689 - (view) (annotate) - [select for diffs]
Modified Mon Feb 15 12:28:41 1999 UTC (10 years, 9 months ago) by richter
File length: 33003 byte(s)
Diff to previous 293663 (colored)
   - Added dbgSession flag to enable/disable logging of session handling
   - Added configuration diretives EMBPERL_COOKIE_NAME, EMBPERL_COOKIE_DOMAIN,
     EMBPERL_COOKIE_PATH and EMBPERL_COOKIE_EXPIRES to configure the cookie
     which holds the session id. Suggested by Cliff Rayman.

   - final 1.2b4

Revision 293663 - (view) (annotate) - [select for diffs]
Modified Tue Nov 10 09:35:03 1998 UTC (11 years ago) by richter
File length: 33003 byte(s)
Diff to previous 293661 (colored)
   - Added a patch from Todd Eigenshink to build Embperl with
     Stronghold 2.4.1
   - Added patch from Gerald McLarnon so Embperl compiles on AIX
   - Added optAllowZeroFileSize to accept files of length 0,
     without that option Embperl will report NOT_FOUND.
     Suggested by Doug Bagley
   - some cleanups

Revision 293661 - (view) (annotate) - [select for diffs]
Modified Sat Nov 7 23:17:45 1998 UTC (11 years ago) by richter
File length: 32912 byte(s)
Diff to previous 293649 (colored)
- adapt test to apache 1.3.4 error output
- fix problem with if inside html tags

Revision 293649 - (view) (annotate) - [select for diffs]
Modified Sun Oct 25 21:07:48 1998 UTC (11 years, 1 month ago) by richter
File length: 32893 byte(s)
Diff to previous 293640 (colored)
   - fixed a wrong call to logerror when OPT_EXECCGI is not on,
     spotted by Dirk Lutzebaeck.
   - fixed the problem that reloads only takes place at the next day,
     because mtime was an int instead of a double. Spotted by
     Michael Smith and Roman Maeder.
   - cleanup for all subpages are disabled if main request has
     disabled cleanup and subpages does not specify otherwise
   - dbgShowCleanup works again
   - Every package is only cleanuped once, also it's included multiple
     times in one page
   - %fdat and @ffld are setup correctly when optDisableVarCleanup
     is set

Revision 293640 - (view) (annotate) - [select for diffs]
Modified Mon Sep 28 18:25:32 1998 UTC (11 years, 2 months ago) by richter
File length: 32846 byte(s)
Diff to previous 293637 (colored)
- added test for including Embperl pages inside another Embperl page
- fixed some errors in errorhandling
- more small fixups

Revision 293637 - (view) (annotate) - [select for diffs]
Modified Fri Sep 25 21:51:52 1998 UTC (11 years, 2 months ago) by richter
File length: 32842 byte(s)
Diff to previous 293634 (colored)
   - I have reworked the whole source code so Embperl is now
     going to be an object. This means Embperl is reentrant, you
     can call Execute within an Embperl page, for example to include
     the same header on each page.

Revision 293634 - (view) (annotate) - [select for diffs]
Modified Tue Sep 8 09:52:50 1998 UTC (11 years, 2 months ago) by richter
File length: 30723 byte(s)
Diff to previous 293629 (colored)
- fixed memory leak (checkboxes/select)
- enhanced tests

Revision 293629 - (view) (annotate) - [select for diffs]
Modified Tue Jul 28 15:44:47 1998 UTC (11 years, 4 months ago) by richter
File length: 30641 byte(s)
Diff to previous 293624 (colored)
- fix compile error under win nt
- add support for testing mod_perl build with USE_DSO
-> version 1.1.0

Revision 293624 - (view) (annotate) - [select for diffs]
Modified Sat Jul 25 15:57:50 1998 UTC (11 years, 4 months ago) by richter
File length: 30619 byte(s)
Diff to previous 293613 (colored)
remove some compiler warnings
removed limit of 2048 bytes for get request
read all data on post request, not just 1024 bytes

Revision 293613 - (view) (annotate) - [select for diffs]
Added Tue Jul 14 20:11:17 1998 UTC (11 years, 4 months ago) by richter
File length: 30412 byte(s)
Initial 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