index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
More command handlers.
Ben Laurie
2000-06-17
1
-2
/
+4
*
More consification, correct command initialisation.
Ben Laurie
2000-06-17
8
-77
/
+150
*
Constification.
Ben Laurie
2000-06-17
1
-2
/
+2
*
Command handler revamp. Note that this makes the code produce a LOT of
Ben Laurie
2000-06-17
3
-44
/
+41
*
Turn on buffering for config file reads. This is dependent on ap_fgets()
Jeff Trawick
2000-06-16
1
-1
/
+1
*
Fix segfault when reporting this type of syntax error:
Jeff Trawick
2000-06-16
1
-0
/
+1
*
Include the proper header file (under X/Open, at least) for ntohs() in
Jeff Trawick
2000-06-15
1
-0
/
+3
*
Add support to ap_xlate_open() for an app to specify that the
Jeff Trawick
2000-06-14
1
-2
/
+13
*
Add sys/time.h to mpm_common to include define of timeval.
David Reid
2000-06-14
1
-0
/
+4
*
Tidy up the beos mpm by
David Reid
2000-06-14
1
-13
/
+9
*
Get the ap_config.h cleanup working on FreeBSD by adding includes of
Jeff Trawick
2000-06-13
2
-0
/
+6
*
Add mpm.h to the src/modules/mpm/winnt directory (it's empty for now, but its...
Bill Stoddard
2000-06-13
1
-0
/
+63
*
Stop checking for Shared Memory. This function is actually no longer
Ryan Bloom
2000-06-13
3
-4
/
+0
*
Protect system header files with the appropriate macros.
Ryan Bloom
2000-06-13
14
-4
/
+60
*
Clean up a big chunk of ap_config.h. This basically stops ap_config.h from
Ryan Bloom
2000-06-12
7
-5
/
+24
*
Fix logging of errors creating the httpd.pid file.
Jeff Trawick
2000-06-12
1
-4
/
+6
*
Back out ap_set_default_perms(). Remove old logic to play with umask
Jeff Trawick
2000-06-12
1
-11
/
+1
*
Clean up the stat commit. Basically there was one struct stat that I
Ryan Bloom
2000-06-12
5
-5
/
+7
*
Including apr_file_io.h is not necessary.
Sascha Schumann
2000-06-12
1
-1
/
+0
*
Fix typos.
Sascha Schumann
2000-06-12
1
-2
/
+3
*
All of Apache uses APR for shared memory, so Apache doesn't need to check
Ryan Bloom
2000-06-12
1
-1
/
+0
*
Add a new function ap_set_default_fperms. This allows people to set the
Ryan Bloom
2000-06-12
1
-3
/
+3
*
Remove the final vestiges of stat.h from Apache 2.0. All calls are now to
Ryan Bloom
2000-06-12
8
-11
/
+16
*
Make this build again...
David Reid
2000-06-12
1
-3
/
+4
*
Fix a couple of problems with the pre/post config processing changes:
Jeff Trawick
2000-06-12
2
-5
/
+8
*
Update dependencies.
Ben Laurie
2000-06-11
1
-0
/
+1
*
Fix dependencies for util_uri.lo and util.lo.
Sascha Schumann
2000-06-11
1
-2
/
+2
*
Cleanup more of the Apache configuration. This removes all of the shared
Ryan Bloom
2000-06-10
6
-46
/
+8
*
httpd -V now displays APR's selection of the lock mechanism instead of the
Jeff Trawick
2000-06-10
1
-10
/
+10
*
fix nagle
dgaudet
2000-06-10
1
-1
/
+3
*
Update the Dexter MPM to use APR for shared memory. This removes a lot
Ryan Bloom
2000-06-10
3
-342
/
+46
*
fix dependencies. (what is a .lo anyway? i tried making the .o depend
dgaudet
2000-06-10
1
-2
/
+2
*
We don't ever actually use HAVE_CRYPT, so stop defining it.
Ryan Bloom
2000-06-10
1
-9
/
+0
*
Remove waitpid from the config checks and all calls to waitpid from the
Ryan Bloom
2000-06-10
2
-24
/
+7
*
Remove a bunch of string functions from Apache. These are basically
Ryan Bloom
2000-06-09
1
-85
/
+0
*
Remove all occurances of strerror from Apache. ap_strerror works just
Ryan Bloom
2000-06-09
2
-28
/
+23
*
The prefork MPM now uses an APR lock for the accept() mutex.
Jeff Trawick
2000-06-09
1
-518
/
+13
*
Remove all occurances of gettimeofday. Replace it with ap_now which
Ryan Bloom
2000-06-08
7
-86
/
+14
*
Remove the check for difftime, we aren't actually using it anywhere.
Ryan Bloom
2000-06-08
1
-1
/
+0
*
Change the mmap() feature test to check only for existence.
Jeff Trawick
2000-06-07
1
-2
/
+1
*
Add the resource limiting code back to Apache 2.0. This only works on
Ryan Bloom
2000-06-06
3
-0
/
+3
*
Increase the size of the buffer passed to ap_strerror(); I saw
Jeff Trawick
2000-06-06
1
-1
/
+1
*
PR:
William A. Rowe Jr
2000-06-06
2
-3
/
+3
*
Remove some #ifdef'ed code that doesn't make much sense
Tony Finch
2000-06-06
1
-14
/
+0
*
PR:
William A. Rowe Jr
2000-06-06
3
-19
/
+30
*
Make a copy of getenv("PATH") before storing for later use. Some
Jeff Trawick
2000-06-05
1
-1
/
+1
*
Add server tokens back to 2.0. Also bring forward the change to allow
Ryan Bloom
2000-06-05
3
-10
/
+0
*
Bring mpmt_beos up to date and allow it play nice with mpm_common.
David Reid
2000-06-03
3
-184
/
+144
*
Modify the config order so that we read the config, process all EXEC_ON_READ
Ryan Bloom
2000-06-03
2
-19
/
+55
*
APACHE_XLATE, when doing translation that isn't single-byte-only
Jeff Trawick
2000-06-02
1
-0
/
+3
[next]