index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Windows build break
Bill Stoddard
1999-12-09
1
-0
/
+3
*
Add strucutre to autoconf-config system to allow modules to specify
Manoj Kasichainula
1999-12-06
1
-6
/
+8
*
Make most other modules selectable by autoconf's ./configure.
Manoj Kasichainula
1999-12-06
1
-3
/
+31
*
Oops, changed the default status of mod_env for testing and committed
Manoj Kasichainula
1999-12-06
1
-1
/
+1
*
Move the default status of module inclusion/exclusion into the
Manoj Kasichainula
1999-12-06
1
-5
/
+4
*
Make the call to configure a module a little simpler if the module
Manoj Kasichainula
1999-12-06
1
-2
/
+2
*
autoconf: Start adding support for selecting modules on the
Manoj Kasichainula
1999-12-05
1
-2
/
+29
*
autoconf: Generate modules.c based on configuration. This is the first
Manoj Kasichainula
1999-12-05
1
-0
/
+1
*
We may not always want to make the pipes between processes non-blocking.
Ryan Bloom
1999-12-02
3
-3
/
+8
*
Bring mod_mime_magic to Apache 2.0.
Ryan Bloom
1999-12-02
1
-78
/
+120
*
Deal with times() properly in autoconf. This also changes NO_TIMES to
Manoj Kasichainula
1999-11-30
2
-2
/
+10
*
The extra (n < 1) check is redundant, leftover from pre-APR code.
Manoj Kasichainula
1999-11-30
1
-2
/
+1
*
The second part of the big autoconf patch, which actually adds autoconf
Manoj Kasichainula
1999-11-30
1
-0
/
+1
*
The first part of the big autoconf patch. This replaces a bunch of
Manoj Kasichainula
1999-11-30
2
-6
/
+6
*
Update some dependancies. Move the final two files out of apr/inc and into
Ryan Bloom
1999-11-23
4
-7
/
+8
*
Next stage of ap_mmap support. Tested on FreeBSD and BeOS.
David Reid
1999-11-20
2
-43
/
+22
*
Initial version of CGI Daemon module. This module needs to be tested more
Ryan Bloom
1999-11-19
1
-0
/
+1006
*
Finish the conversion from fprintf(stderr -> ap_log_err.
Ryan Bloom
1999-11-19
6
-36
/
+66
*
First step in removing the fprintf(stderr problem from Apache. Basically,
Ryan Bloom
1999-11-19
1
-2
/
+3
*
Cleaned up the APRFile uses in Apache. Also removed the apr.h header file
Ryan Bloom
1999-11-17
1
-0
/
+1
*
Cleanup the ZZZ comments. Basically these used to mark places where APR
Ryan Bloom
1999-11-16
3
-22
/
+6
*
Make mod_so.c compile. Loading modules crashes for me though, haven't figured
Brian Havard
1999-11-14
1
-20
/
+11
*
mod_autoindex has a small bug when calling ap_readdir. This was
Bill Stoddard
1999-11-09
1
-1
/
+1
*
Get rid of a number of 'incompatible pointer type' warnings using
Brian Havard
1999-11-08
1
-1
/
+1
*
Export ap_send_error_response
Bill Stoddard
1999-11-05
1
-1
/
+1
*
First cut at port to apache-2.0. Simple tests are working.
Ronald Tschalar
1999-11-04
1
-64
/
+114
*
OS/2: Don't return APR_EOF from ap_read(). EOF is indicated by a APR_SUCCESS
Brian Havard
1999-11-03
1
-1
/
+1
*
De-errno ap_pcfg_openfile().
Brian Havard
1999-11-02
3
-7
/
+11
*
Delete useless code...
Bill Stoddard
1999-11-02
1
-1
/
+1
*
First cut at adding a sendfile API to IOL. Eventually need to move iol_socket
Bill Stoddard
1999-11-02
1
-1
/
+17
*
First hack at getting mod_include to work. Everything seems to work ok but
Brian Havard
1999-11-01
1
-110
/
+120
*
In ap_send_fb_length() don't treat APR_EOF as a fatal error.
Brian Havard
1999-11-01
1
-1
/
+1
*
Fix mod_asis handler name. This was messed up with Ryans accidental
Brian Havard
1999-11-01
1
-1
/
+1
*
Eliminate use of FILE * & ap_get_os_file() in mod_asis by APRizing
Brian Havard
1999-10-31
1
-8
/
+1
*
Finish removing references to errno from buff, by introducing
Manoj Kasichainula
1999-10-31
1
-5
/
+8
*
Undo the ap_bgets errno patch. It will return status with ap_berror().
Manoj Kasichainula
1999-10-31
2
-30
/
+20
*
An errnoless interface for ap_bgets
Manoj Kasichainula
1999-10-30
2
-20
/
+30
*
ap_bwrite now exports an errnoless interface.
Manoj Kasichainula
1999-10-30
3
-23
/
+31
*
Change ap_bread's interface to no longer require errno.
Manoj Kasichainula
1999-10-30
3
-18
/
+27
*
ap_bflush and ap_bclose now return ap_status_t error codes instead of
Manoj Kasichainula
1999-10-27
1
-2
/
+5
*
One ap_bflush to the client wasn't checked. Now fixed.
Manoj Kasichainula
1999-10-27
1
-2
/
+4
*
Make args to CGIs work.
Brian Havard
1999-10-25
1
-6
/
+6
*
Size rigour.
Ben Laurie
1999-10-24
3
-4
/
+6
*
mod_speling runs in 2.0-dev now: a bug in (linux?) readdir_r handling and
Martin Kraemer
1999-10-23
1
-15
/
+10
*
I am not claiming that the modules work now, but at least the parameter lists
Martin Kraemer
1999-10-22
10
-137
/
+141
*
**WARNING** DO NOT USE YET - interim state
Martin Kraemer
1999-10-22
1
-23
/
+41
*
This patch fixes EBCDIC conversion for Apache 1.3.9 on platforms that
Bill Stoddard
1999-10-21
1
-9
/
+8
*
Fix an ap_log_rerror call in a Win32 code branch
Bill Stoddard
1999-10-20
1
-1
/
+1
*
Fix mod_cgi so it works on Unix systems. We need to be VERY careful
Ryan Bloom
1999-10-20
1
-35
/
+27
*
Apply ap_log_error() errno parameter addition to a few more files.
Brian Havard
1999-10-20
1
-8
/
+8
[next]