index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct the problem where the only local host name that the IP stack
William A. Rowe Jr
2000-06-20
1
-11
/
+25
*
More consification, correct command initialisation.
Ben Laurie
2000-06-17
1
-24
/
+13
*
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
1
-0
/
+11
*
Turn on buffering for config file reads. This is dependent on ap_fgets()
Jeff Trawick
2000-06-16
1
-1
/
+1
*
Get the ap_config.h cleanup working on FreeBSD by adding includes of
Jeff Trawick
2000-06-13
1
-0
/
+3
*
Protect system header files with the appropriate macros.
Ryan Bloom
2000-06-13
1
-1
/
+10
*
Clean up a big chunk of ap_config.h. This basically stops ap_config.h from
Ryan Bloom
2000-06-12
1
-5
/
+11
*
Remove the final vestiges of stat.h from Apache 2.0. All calls are now to
Ryan Bloom
2000-06-12
1
-3
/
+3
*
Remove waitpid from the config checks and all calls to waitpid from the
Ryan Bloom
2000-06-10
1
-20
/
+0
*
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
1
-21
/
+12
*
Remove all remaining instances in Apache code of
Manoj Kasichainula
2000-05-21
1
-2
/
+0
*
The following is a patch to fix Dirk's patch from March 14 so that
Jeff Trawick
2000-05-18
1
-4
/
+8
*
William A. Rowe Jr
2000-05-17
1
-2
/
+2
*
APR-ize some EBCDIC logic which handles conversion between
Jeff Trawick
2000-05-16
1
-2
/
+3
*
Pick up various EBCDIC fixes from 1.3 (from Martin Kraemer and Oliver
Jeff Trawick
2000-05-10
1
-1
/
+4
*
Replace hsregex with PCRE. The PCRE library is always used in 2.0,
Ryan Bloom
2000-05-06
1
-1
/
+1
*
PR:
William A. Rowe Jr
2000-04-29
1
-1
/
+1
*
clean up cmd_parms: config_file is no longer valid; end_token is bogus;
Greg Stein
2000-04-24
1
-0
/
+2
*
Change strncasecmp() definition to match Bill's prototype. Fixes compile
Brian Havard
2000-04-24
1
-1
/
+1
*
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
Ryan Bloom
2000-04-14
1
-37
/
+37
*
Make the server work without asking for buffered file I/O. This removes
Ryan Bloom
2000-04-07
1
-1
/
+1
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
1
-33
/
+34
*
Another one in the department of fairly useless patches which
Dirk-Willem van Gulik
2000-03-14
1
-0
/
+39
*
Backport the CSS security fixes to Apache 2.0a. Or is that forward
Jim Jagielski
2000-03-13
1
-0
/
+34
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
1
-10
/
+10
*
clean up a bunch of -Wall/etc warnings
dgaudet
2000-03-02
1
-0
/
+1
*
Small changes to remove some compiler complaints.
David Reid
2000-02-10
1
-1
/
+1
*
Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is
Ryan Bloom
2000-01-28
1
-1
/
+1
*
OS/2 doesn't have groups, don't try to mess with them.
Brian Havard
2000-01-26
1
-1
/
+1
*
Finish the commits for the change in the header files. Basically, this hides
Ryan Bloom
2000-01-19
1
-54
/
+3
*
Rework ap_finfo_t to split the file type out of the protection field.
Brian Havard
2000-01-10
1
-4
/
+2
*
time overhaul:
dgaudet
2000-01-09
1
-22
/
+10
*
Separate the stat structure from the file structure and use ap_stat and
Ryan Bloom
2000-01-06
1
-1
/
+3
*
Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat to
Ryan Bloom
2000-01-04
1
-1
/
+1
*
Some changes to the ap_strftime function. We now inform the user of the
Ryan Bloom
1999-12-30
1
-1
/
+2
*
Remove a bunch of functions that are being replaced by functions in APR.
Ryan Bloom
1999-12-21
1
-43
/
+6
*
First step in getting Apache to use APR's time libraries. This gets a good
Ryan Bloom
1999-12-20
1
-68
/
+8
*
The first part of the big autoconf patch. This replaces a bunch of
Manoj Kasichainula
1999-11-30
1
-8
/
+8
*
First step in removing the fprintf(stderr problem from Apache. Basically,
Ryan Bloom
1999-11-19
1
-9
/
+11
*
Cleanup the ZZZ comments. Basically these used to mark places where APR
Ryan Bloom
1999-11-16
1
-8
/
+1
*
De-errno ap_pcfg_openfile().
Brian Havard
1999-11-02
1
-15
/
+13
*
Add a status value to ap_log_error and ap_log_rerror. This allows us to use
Ryan Bloom
1999-10-20
1
-3
/
+3
*
I missed one function when swapping paramters. This fixes it. I think I
Ryan Bloom
1999-10-14
1
-1
/
+1
*
Bring file_io up to the new parameter order for APR. I have decided to do
Ryan Bloom
1999-10-07
1
-3
/
+3
*
Remove obsolete ap_util_init function.
Ben Hyde
1999-10-06
1
-8
/
+0
*
Simple name change. the function ap_gets has been renamed to ap_fgets.
Ryan Bloom
1999-10-04
1
-1
/
+1
*
First patch to re-order function parameters. This one gets the low hanging
Ryan Bloom
1999-10-04
1
-1
/
+1
*
Fix some broken logic. This logic now replicates what is in Apache 1.3.
Bill Stoddard
1999-09-24
1
-2
/
+2
[next]