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
*
minor scoreboard/status improvements:
Jeff Trawick
2001-05-07
1
-13
/
+16
*
Get rid of some Apache 1.x OPTIMIZE_TIMEOUTS cruft. Other logic
Jeff Trawick
2001-05-07
1
-9
/
+0
*
Get mod_cern_meta to work on Windows. The problem was in the
Bill Stoddard
2001-05-07
1
-4
/
+5
*
fix the type of a parameter to ap_get_brigade()
Jeff Trawick
2001-05-07
1
-1
/
+1
*
Crikey.
Chuck Murcko
2001-05-07
3
-3
/
+3
*
Back out the recent change to ap_get_brigade, to make it use indirection
Ryan Bloom
2001-05-07
8
-20
/
+29
*
Something got deleted from the module structure.
Ben Laurie
2001-05-06
1
-1
/
+2
*
Add a demo input filter.
Ben Laurie
2001-05-06
2
-0
/
+132
*
Track Greg's change to byte count for input filters
Chuck Murcko
2001-05-06
3
-3
/
+3
*
Fix todo list
Ralf S. Engelschall
2001-05-05
1
-2
/
+2
*
Port ssl_util.c stuff to APR.
Ralf S. Engelschall
2001-05-05
5
-115
/
+75
*
Port ssl_util_table.[ch] to Apache 2.0 by just removing all platform
Ralf S. Engelschall
2001-05-05
3
-361
/
+2
*
Port ssl_util_ssl.[ch] stuff to APR.
Ralf S. Engelschall
2001-05-05
4
-36
/
+26
*
Use different namespace for internal defines.
Ralf S. Engelschall
2001-05-05
4
-12
/
+12
*
Port ssl_engine_ds.c to APR.
Ralf S. Engelschall
2001-05-05
3
-29
/
+30
*
Nothing to port for ssl_engine_dh.c except that
Ralf S. Engelschall
2001-05-05
3
-8
/
+3
*
Remember which code parts are already ported...
Ralf S. Engelschall
2001-05-05
1
-33
/
+36
*
Kick out all old mutex code and base SSLMutex on APR locks.
Ralf S. Engelschall
2001-05-05
3
-374
/
+43
*
Change mostly all old module structure hooks and EAPI hooks to
Ralf S. Engelschall
2001-05-05
8
-185
/
+258
*
Axe writev(2) support from the SSL I/O layer because in Apache 2.0 we no
Ralf S. Engelschall
2001-05-05
1
-83
/
+0
*
Axe most WIN32 stuff from Apache 1.3. In Apache 2.0 we either use APR
Ralf S. Engelschall
2001-05-05
7
-259
/
+1
*
Axe out SSL_CONSERVATIVE stuff which for Apache 1.3 did I/O data
Ralf S. Engelschall
2001-05-05
4
-235
/
+61
*
Remove one more EAPI-based thing we no longer really need.
Ralf S. Engelschall
2001-05-05
2
-5
/
+1
*
remove remaining references to compat and sdbm
Ralf S. Engelschall
2001-05-05
1
-2
/
+0
*
compat and local sdbm stuff is already gone
Ralf S. Engelschall
2001-05-05
1
-3
/
+0
*
Axe out SSL_USE_SDBM stuff, i.e., get rid of the local SDBM copy and use
Ralf S. Engelschall
2001-05-05
5
-1192
/
+49
*
Axe out the complete SSL_COMPAT stuff. Because Apache 2.0 is already
Ralf S. Engelschall
2001-05-05
5
-524
/
+1
*
Start writing down incompatibilities to mod_ssl 2.x from Apache 1.3.
Ralf S. Engelschall
2001-05-05
1
-0
/
+7
*
Axe out EAPI-based SSL_VENDOR stuff.
Ralf S. Engelschall
2001-05-05
9
-191
/
+21
*
Finalize the build environment by integrating the last thing (the
Ralf S. Engelschall
2001-05-05
8
-680
/
+151
*
Fix a bug in the input handling. ap_http_filter() was modifying *readbytes
Greg Stein
2001-05-05
6
-29
/
+79
*
clarify the use of some of the members of the dav_provider structure.
Greg Stein
2001-05-05
1
-3
/
+4
*
Next step in mod_ssl integration:
Ralf S. Engelschall
2001-05-05
32
-4
/
+140
*
Activate the command_rec structure.
Ralf S. Engelschall
2001-05-05
3
-31
/
+84
*
Update file description list.
Ralf S. Engelschall
2001-05-05
1
-3
/
+2
*
Get rid of libssl.modules and libssl.version. libssl.version we
Ralf S. Engelschall
2001-05-05
2
-495
/
+0
*
Integrate mod_ssl into the Autoconf facility.
Ralf S. Engelschall
2001-05-05
5
-2
/
+236
*
Move the AC_MSG_CHECKING into the module-specific macro to make sure the
Ralf S. Engelschall
2001-05-05
1
-1
/
+1
*
Allow mod_tls and mod_ssl coexists without interfering each other by
Ralf S. Engelschall
2001-05-05
1
-3
/
+3
*
adjust file list for removed files, too.
Ralf S. Engelschall
2001-05-05
1
-2
/
+0
*
Get rid of the first pair of files which are no longer used.
Ralf S. Engelschall
2001-05-05
2
-146
/
+0
*
mod_ssl integration step 2:
Ralf S. Engelschall
2001-05-05
34
-1332
/
+1130
*
Resolve conflicts after import.
Ralf S. Engelschall
2001-05-05
2
-61
/
+3
*
Initial revision
Ralf S. Engelschall
2001-05-04
42
-0
/
+23834
*
Build (and do so cleanly) when !APR_HAS_OTHER_CHILD.
Jeff Trawick
2001-05-04
1
-2
/
+2
*
Damnable casts
William A. Rowe Jr
2001-05-03
1
-1
/
+5
*
Prevent a hang when a cgi handled by mod_cgid tries to read a
Jeff Trawick
2001-05-02
1
-1
/
+5
*
mod_log_config: %c connection status incorrectly logged
Bill Stoddard
2001-05-02
1
-2
/
+3
*
Fixed a problem with directory listing corruption in the
Graham Leggett
2001-05-01
1
-1
/
+6
*
Initialize a local variable to prevent a gcc warning about
Jeff Trawick
2001-05-01
1
-1
/
+1
[next]