28adee1a4cc79a411f2432cc7f8dc7c3170b745f 1172732 |
|
19-Sep-2011 |
sf |
Fix issues found by PVS-Studio static analyzer:
mod_mime_magic:
cut'n'paste error rsl_encoding vs. rsl_separator, also simplify code a bit
mod_header:
wrong string initialization (leading to segfault if format argument is missing)
util_win32: duplicate sizeof (untested; Windows people, please review)
PR: 51542
Submitted by: Andrey Karpov <karpov viva64 com>, Stefan Fritsch |
d071d91a2c295e9f9120c11ba888d3fa729aa915 1089689 |
|
07-Apr-2011 |
trawick |
get prototype for ap_os_create_privileged_process() |
aecf42dc99d18606f701fac22608c1819f38dcc7 1089600 |
|
06-Apr-2011 |
trawick |
cleanups to function signatures, prototypes, visibility |
bd75e71e536fe87cf8a5a3277318a839e717dc4a 573105 |
|
06-Sep-2007 |
wrowe |
Axe a completely bogus internal helper function. |
2494b6a106a6945cb195643dd31992f46c546e06 428278 |
|
03-Aug-2006 |
mturk |
Do not return on WAIT_ABANDONED signals.
It means that we got the ownership, not that the
object was signaled. |
a87e2a23083aa62229307482afbb3b802a0c2105 428029 |
|
02-Aug-2006 |
mturk |
Fix return values from wait_for_many_objects.
The return value is index to the signaled thread in
the creted_threads array.
We can not use WAIT_TIMEOUT as return value
because its value is defined as 258, thus limiting
the MaxThreads to that value that leads to the
assertion errors. |
842ae4bd224140319ae7feec1872b93dfd491143 420983 |
|
11-Jul-2006 |
fielding |
update license header text |
3d81f57512275ca06a60a9bcbd23c1f8b429fdf2 395228 |
|
19-Apr-2006 |
colm |
Update the copyright year in all .c, .h and .xml files |
e8f95a682820a599fe41b22977010636be5c2717 332306 |
|
10-Nov-2005 |
jim |
No functional Change: Removing trailing whitespace. This also
means that "blank" lines consisting of just spaces or
tabs are now really blank lines |
43c3e6a4b559b76b750c245ee95e2782c15b4296 332305 |
|
10-Nov-2005 |
jim |
No functional change: simple detabbing of indented code. |
08cb74ca432a8c24e39f17dedce527e6a47b8001 151408 |
|
04-Feb-2005 |
jerenkrantz |
Update copyright year to 2005 and standardize on current copyright owner line. |
6de8046f8f7e07cd83895a528df25d977e502c76 102619 |
|
09-Feb-2004 |
nd |
fix name of The Apache Software Foundation |
c27bef8526e2534afce580c2ce2994bae41cda77 102579 |
|
08-Feb-2004 |
nd |
fix copyright dates according to the first check in |
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dc 102525 |
|
06-Feb-2004 |
nd |
apply Apache License, Version 2.0 |
26a4456dd6f1a5d7d7fff766551461a578687c4a 102135 |
|
01-Jan-2004 |
nd |
update license to 2004. |
33bdcae1f7a1a65e351dda2a766a0cf28b1e695d 98573 |
|
03-Feb-2003 |
nd |
finished that boring job:
update license to 2003.
Happy New Year! ;-)) |
cd772754fa5df268f4f8cfee93eb2267d6f04c80 98204 |
|
08-Jan-2003 |
stoddard |
Fix win32 compile break due to file name changes in apr/include/arch/win32 |
a0b75291d3c02cb8849adfe83ca7e7c7a44bbcea 96256 |
|
31-Jul-2002 |
wrowe |
Resolve more handle leaks. |
9e12bb8a48225fc58bc56166b1104158e0d17ed4 96221 |
|
29-Jul-2002 |
wrowe |
Refactor out the child behavior from mpm_winnt. This is the first
step in making a legible multiprocess windows mpm, or at least
structuring the code to always begin a new child as an old one is
going to die soon, rather than waiting for it's final dying breath.
The only code that had to be affected [due to the split and general
structure of the code] was merging the set_listeners_noninherited()
code directly into the get_listeners_from_parent code, and also into
the apr socket.c code for winnt. For the most part the code splits
rather nicely. |
fe679cfd0b0ba1f8d59f09460548d2a7d0231f63 95927 |
|
01-Jul-2002 |
wrowe |
Add ap_os_proc_filepath and clean up the win32/os.h file structure. |
bc8fd1b0b1afdf89b8d28eefa8cd74e26ba97986 93918 |
|
13-Mar-2002 |
fielding |
Update our copyright for this year. |
3d72602d1d9e6f0d49d20f0d0a71831c160ef589 90567 |
|
23-Aug-2001 |
wrowe |
Eliminated ap_os_[systemcase|[case_]canonical]_filename() and
move ap_os_is_path_absolute() into util.c (now relies on apr.) |
b99dbaab171d91e1b664397cc40e039d0c087c65 88184 |
|
16-Feb-2001 |
fielding |
Update copyright to 2001 |
066877f1a045103acfdd376d48cdd473c33f409b 88019 |
|
08-Feb-2001 |
dougm |
renaming various functions for consistency sake
see: http://apr.apache.org/~dougm/apr_rename.pl
PR:
Obtained from:
Submitted by:
Reviewed by: |
6580ecea12d8411c7278efa11f1e7c32f5ac76ef 87946 |
|
01-Feb-2001 |
wrowe |
This file will go away. For this moment, the s/FindFirstFile/apr_stat/
fixes parsing of utf-8 resources against the NTFS filesystem. The only
remaining utf-8 change is to the config parser [which is simple - any
unicode config file (FFFE/FEFF lead word) will be utf-8 encrypted]. |
cccd31fa4a72fe23cc3249c06db181b274a55a69 87080 |
|
26-Nov-2000 |
gstein |
*) Compensate for recent changes in the APR headers. Specifically, some
files need to specifically include stdio.h, or a particular apr_*.h
header.
*) Adjust callers of apr_create_process() to deal with the extra "const"
*) Add "const" to args of ap_os_create_privileged_process() |
51b555ff6449b1959dbfa06432ac49f8cd9ac073 86964 |
|
14-Nov-2000 |
ake |
repair cgi's on Windows |
6d63a96a4960478e13676ecd286d901cfb2b6570 86906 |
|
10-Nov-2000 |
wrowe |
Killing ap_os_is_filename_valid. Left actual win32 code, since it is
moving into apr and the check_safe_file call. |
9d4ed8d865e29fdfe0e159e95eaa072a7242defb 86731 |
|
24-Oct-2000 |
wrowe |
Get everything working with suexec patches again. |
3d96ee83babeec32482c9082c9426340cee8c44d 86609 |
|
16-Oct-2000 |
wrowe |
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
All _VAR_ flavors changes to _DATA to be absolutely clear.
Thank you Greg, for the most obvious suggestion. |
447c6ce3ff08073c44f6785d5256271fcb877512 86579 |
|
13-Oct-2000 |
wrowe |
Completes the port of the <Directory /> handling for Win32... there is
still a patch needed for OS2 ... Brian? |
1ccd992d37d62c8cb2056126f2234f64ec189bfd 85976 |
|
02-Aug-2000 |
dougm |
prefix libapr functions and types with apr_ |
032b8a34c3911bbc5ad5385ca40af65af273bff9 85877 |
|
25-Jul-2000 |
wrowe |
Missing apr_strings.h - hope this wasn't destined for some global header.
PR:
Obtained from:
Submitted by:
Reviewed by: |
d668e5d5db1f42b886434d9b225408bf3545763e 85603 |
|
17-Jun-2000 |
wrowe |
Time for these to be gone? I'd say it's long past :)
PR:
Obtained from:
Submitted by:
Reviewed by: |
6a07be8f4d69cf6936e340975cf8ec25c01774b9 85535 |
|
12-Jun-2000 |
rbb |
Remove the final vestiges of stat.h from Apache 2.0. All calls are now to
ap_stat. This also adds the new function ap_lstat(). This function is
analogous to lstat. |
f72600782a99b8b7828239b891cfe82aaed8dbfc 85461 |
|
08-Jun-2000 |
ake |
Fix Win32 bug when pathname length exactly equals MAX_PATH.
This bug caused directory index to be displayed rather than
returning an error. |
00cfefce1f9462e4fb8d6bcec2dc26329811e737 85117 |
|
01-May-2000 |
wrowe |
Significantly shorten the Win32 build and shrink symbol tables
for precompiled headers and debugging by eliminating large chunks
of the windows.h declarations, especially the graphical user
interface declarations.
Also eliminates redundant inclusion of winsock and windows headers.
As the GUI sections can be included by adding the windows.h include
prior to any apr headers, these includes now imply something
completely different. |
b5aed57c02a923d92b17122fa780bb5f2f14801d 85081 |
|
28-Apr-2000 |
dougm |
back out APR_ prefix for TRUE,FALSE |
89bde6084c4cb2c9304abb2a4a472a4428665d7a 85074 |
|
28-Apr-2000 |
dougm |
prefix TRUE,FALSE with APR_ |
404e2e1f8ad30c2d996f5fb6b3a9a4a4a14a004b 84963 |
|
14-Apr-2000 |
rbb |
Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages
on Linux, but probably breaks somewhere. |
059f354a6b7b116e4469ff7fe99c1142affa0ad6 84880 |
|
31-Mar-2000 |
fielding |
Update to Apache Software License version 1.1 |
64185f9824e42f21ca7b9ae6c004484215c031a7 84725 |
|
10-Mar-2000 |
rbb |
Fix all the License issues. Including:
s/Apache Group/Apache Software Foundation/
s/1999/2000/
s/Sascha's license/ASF license |
6343482c5c85d8119543e6c1798a08d9b08dfe57 84251 |
|
09-Dec-1999 |
stoddard |
Add license statement to util_win32.c |
2cfdca5be0c69f65b43a888d6d3da846489b8fa5 83959 |
|
11-Oct-1999 |
rbb |
Make Apache use the new ap_create_process call. This is the first of a
group of patches. This patch, allows the core server to compile and
serve pages. There is a set of patches which will follow to allow the
standard modules to use ap_create_process. This change should make
writing code which spawns new processes easy to read and understand.
Submitted by: Paul Reder |
b4c8a80f7dbfc9b56dbe03bdc28f0b5eb5f23697 83852 |
|
31-Aug-1999 |
rbb |
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
check this out tomorrow and make sure everything was checked in correctly. |
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1 83750 |
|
24-Aug-1999 |
fielding |
Apache 1.3.9 baseline for the Apache 2.0 repository.
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group |