index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
arch
/
netware
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
3
-3
/
+3
*
Fix a problem with the HTTPS CGI variable not getting set for secure requests...
Bradley Nicholes
2005-11-22
1
-2
/
+2
*
No functional change: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
1
-6
/
+6
*
No functional change: more indenting/formatting changes due to
Jim Jagielski
2005-11-10
1
-8
/
+8
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
3
-91
/
+91
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
2
-25
/
+25
*
Allow httpd on NetWare to build using either the standard socket libraries or...
Bradley Nicholes
2005-04-15
1
-0
/
+10
*
Make sure that the secure listen sockets that are created and injected into t...
Bradley Nicholes
2005-03-08
1
-31
/
+177
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
3
-3
/
+6
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
1
-5
/
+5
*
* modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify the
Bradley Nicholes
2004-12-09
1
-46
/
+25
*
Fixing various compiler error when compiling against the latest version of Li...
Bradley Nicholes
2004-11-27
1
-1
/
+1
*
Add the check for an upgraded https connection when responding to the state o...
Bradley Nicholes
2004-10-27
1
-7
/
+9
*
Track the status of an upgradeable socket so that the http_method and default...
Bradley Nicholes
2004-10-14
1
-4
/
+26
*
Allow multiple IP addresses to be configured for the same secure port
Bradley Nicholes
2004-08-25
1
-9
/
+18
*
Add the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure co...
Bradley Nicholes
2004-07-13
1
-6
/
+319
*
rev back to previous version, removing chnges to overload detach field , putt...
Jean-Jacques Clar
2004-07-12
1
-1
/
+1
*
Overloading detached field in cgi_exec_info_t stuct in order to use same fiel...
Jean-Jacques Clar
2004-07-09
1
-2
/
+2
*
Added new field in apr_procattr_t and cgi_exec_info_t structures to support l...
Jean-Jacques Clar
2004-06-14
1
-8
/
+2
*
Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE
Jean-Jacques Clar
2004-06-11
1
-1
/
+1
*
The code was truncating the parameters for all NLM level commands. Needed to...
Bradley Nicholes
2004-03-20
1
-8
/
+5
*
Report the NetWare socket error since we are using native socket calls
Bradley Nicholes
2004-03-16
1
-4
/
+4
*
Add the ssl_is_https() and ssl_var_lookup() optional functions to the mod_nw...
Bradley Nicholes
2004-03-07
1
-3
/
+238
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
3
-3
/
+3
*
fix copyright dates according to the first check in
André Malo
2004-02-08
3
-3
/
+3
*
apply Apache License, Version 2.0
André Malo
2004-02-06
3
-107
/
+35
*
update license to 2004.
André Malo
2004-01-01
2
-2
/
+2
*
Allow for binary CGI's to have file extensions other than .NLM
Bradley Nicholes
2003-12-04
1
-17
/
+22
*
Hook the default_port so that mod_nw_ssl will return the correct port rather
Bradley Nicholes
2003-11-24
1
-0
/
+9
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-1
/
+1
*
Allow for an unclean shutdown of SSL ports to avoid timeout conditions
Bradley Nicholes
2003-06-02
1
-4
/
+17
*
Allow blind accept when converting the proxy client socket to SSL if no client
Bradley Nicholes
2003-05-08
1
-27
/
+26
*
Added the optional ssl_enable functions to allow mod_proxy to hook into
Bradley Nicholes
2003-03-14
1
-2
/
+124
*
Make sure that the file extension is at least an empty string rather than NULL
Bradley Nicholes
2003-02-12
1
-0
/
+5
*
Make sure the command type defaults to APR_PROGRAM on NetWare for
Bradley Nicholes
2003-02-12
1
-0
/
+1
*
Start all CGIs as detached and allow the APR_PROGRAM_* flags to determine
Bradley Nicholes
2003-02-11
1
-2
/
+5
*
finished that boring job:
André Malo
2003-02-03
2
-2
/
+2
*
Just 2c and fix my old borked comment.
William A. Rowe Jr
2002-11-23
1
-2
/
+2
*
On an errno rampage... ap_log_error takes an apr_status_t
William A. Rowe Jr
2002-10-29
1
-13
/
+13
*
import the proxy_module system for the NetWare project build
Bradley Nicholes
2002-10-14
3
-0
/
+3
*
A couple of observations
William A. Rowe Jr
2002-10-14
1
-0
/
+3
*
Fixed a problem with the NetWare command line builder for building the CGI
Bradley Nicholes
2002-10-11
1
-1
/
+27
*
Add mod_logio to the NetWare build
Bradley Nicholes
2002-10-03
1
-0
/
+2
*
Clean up some left over garbage in the NetWare make files after moving the
Bradley Nicholes
2002-09-20
2
-2
/
+2
*
NetWare make files and .def to build the new auth modules
Bradley Nicholes
2002-09-13
9
-0
/
+13
*
NetWare Auth module .def files that are no longer needed due to the new
Bradley Nicholes
2002-09-13
2
-2
/
+0
*
Fixed the ap_cgi_build_command() function for NetWare so that it correctly
Bradley Nicholes
2002-07-25
1
-3
/
+11
*
Modified the CGIMapExtension directive to take an optional parameter that
Bradley Nicholes
2002-06-10
1
-5
/
+17
*
Consolidated the startup attributes for building the command line for a CGI
Bradley Nicholes
2002-06-06
1
-230
/
+4
*
Added mod_cgi and mod_netware as built in module in the NetWare build
Bradley Nicholes
2002-05-31
1
-0
/
+412
[next]