d385a718b411c35c25ddf750fb4d2533148c000b 1410963 |
|
18-Nov-2012 |
sf |
add attribute nonnull to a few functions |
1ec73fc12d4912ea9f4841c301458454589b32d9 1369808 |
|
06-Aug-2012 |
trawick |
The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()
now respect DefaultRuntimeDir |
224115a27112e197b0fbdfb0e9c2ea7e2498a3f5 1293534 |
|
25-Feb-2012 |
sf |
Fix compiler warning
Submitted by: Daniel Shahaf <danielsh elego de> |
1a708a1e22a0d6c1afe567a23b95892dc4e8a20f 1292043 |
|
21-Feb-2012 |
sf |
Add AP_HAVE_C99 to make correct check for C99 less onerous
Using __STDC_VERSION__ without checking if it is defined causes warnings
on C89. |
a054609255eb3b10ed30e5471b18ea0e7d5f735e 1229134 |
|
09-Jan-2012 |
sf |
Rename ap_func_attr_* macros to AP_FN_ATTR_*
Add macro for attribute alloc_size on newer gcc's |
d5ef50bb5810983012435957be0680bde34d1e44 1201918 |
|
14-Nov-2011 |
fuankg |
Added apreq to NetWare build. |
742318b93e89c311f66b55f426c4d9cf2c14628b 1174748 |
|
23-Sep-2011 |
jim |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change |
3a59bb90be3bc6246632384c3d885b875ae507d5 1172686 |
|
19-Sep-2011 |
sf |
Add wrappers for malloc, calloc, realloc that check for out of memory
situations. Use them in most places where malloc, and friends are used.
This results in clean error messages in an out of memory situation instead of
segfaulting or silently malfunctioning. In some places, it just allows to
remove some logging code.
PR 51568, PR 51569, PR 51571. |
5043abfdca708cb5acb2e43ec4d63b0a68e2012a 1134906 |
|
12-Jun-2011 |
sf |
Avoid "`sentinel' attribute directive ignored" warning with gcc 3.x |
fe73c50ff5c623f4a321a172f30a9df26cb5bb92 1101066 |
|
09-May-2011 |
jim |
Start of ap_hooks.h setup |
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544 1086243 |
|
28-Mar-2011 |
trawick |
some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the
setting from the MPM-specific mpm_default.h
now visible again via httpd -V |
027f7b141f164258b254c38319d06452b25d7660 1086073 |
|
28-Mar-2011 |
trawick |
enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows
this commit is missing the Windows and NetWare build
logic to copy the appropriate file to include/ap_config_layout.h |
fda1a61aacb6950953b7393b845b0639d8e87359 758944 |
|
27-Mar-2009 |
trawick |
axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE,
LynxOS, QNX, and UnixWare |
eacb724157bafd5062590305826ebc6fecb48cd2 758936 |
|
27-Mar-2009 |
trawick |
remove TPF support |
1d1d0a8384626213f99cf5b7e12aad81145c96b6 723571 |
|
05-Dec-2008 |
pquerna |
When dtrace support is not present, compile it all the way out. |
a42b70fa75429d73ef00d6ae212676f8a652f51c 723565 |
|
05-Dec-2008 |
pquerna |
Import the core parts of the DTrace patch. This is a modified and updated
version of what was submited by Theo before:
<http://mail-archives.apache.org/mod_mbox/httpd-dev/200805.mbox/%3C6AFBCFE8-4CCA-4A02-8A43-F9170689695D@omniti.com%3E>
Note, this does not hook it up into the build system at this time, because
the original patch was a little too creative there.
Submitted By: Theo Schlossnagle <jesus omniti.com> |
495b6f6361e6dd6c11b69a4ddfef939b748e79f7 422197 |
|
15-Jul-2006 |
pquerna |
include/ap_config.h: Include the autoconf generated header that defines what is available.
configure.in: The times function is not really available on mingw32. Disable em. |
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 |
83b9d987bf36f3066a5f435e6a7e89efb3dd5e92 356248 |
|
12-Dec-2005 |
jorton |
* include/ap_config.h: Fix the macro name. |
263cd9b07109c709916577346df6e54d4fd6d73b 356234 |
|
12-Dec-2005 |
jorton |
* include/ap_config.h: Define AP_HAVE_DESIGNATED_INITIALIZER for GCC
(but not G++) or any compiler which claims C99 support.
* configure.in: Don't define AP_HAVE_DESIGNATED_INITIALIZER here. |
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8 263931 |
|
29-Aug-2005 |
ianh |
Doxygen fixup / cleanup
submited by: Neale Ranns neale ranns.org
reviewed by: Ian Holsman |
08cb74ca432a8c24e39f17dedce527e6a47b8001 151408 |
|
04-Feb-2005 |
jerenkrantz |
Update copyright year to 2005 and standardize on current copyright owner line. |
422a2e9e48a594c7d46d62410e45651a7a994430 103029 |
|
19-Mar-2004 |
trawick |
*) SECURITY: CAN-2004-0174 (cve.mitre.org)
Fix starvation issue on listening sockets where a short-lived
connection on a rarely-accessed listening socket will cause a
child to hold the accept mutex and block out new connections until
another connection arrives on that rarely-accessed listening socket.
With Apache 2.x there is no performance concern about enabling the
logic for platforms which don't need it, so it is enabled everywhere
except for Win32. [Jeff Trawick]
(already in 2.0.49, propagating to mirrors now) |
6de8046f8f7e07cd83895a528df25d977e502c76 102619 |
|
09-Feb-2004 |
nd |
fix name of The Apache Software Foundation |
497c60d05c62d2e4a37b0a0c002f62cd5824b4e3 102548 |
|
07-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. |
3f0c977c190071270ea91972a7c41cd6ce24436b 101894 |
|
26-Nov-2003 |
trawick |
tidy up some charset recoding issues
the "need" for APACHE_XLATE went away some years ago when BUFF went
POOF and charset recoding (translation) of non-protocol data
could no longer be performed by the core... |
33bdcae1f7a1a65e351dda2a766a0cf28b1e695d 98573 |
|
03-Feb-2003 |
nd |
finished that boring job:
update license to 2003.
Happy New Year! ;-)) |
b3acd9327402a0bfcde10e07ee271b442c6bc1a0 95972 |
|
08-Jul-2002 |
trawick |
tweak a comment for readability |
8f9e3d3dc602155a189ed2f30ad4707af56a8368 94431 |
|
04-Apr-2002 |
striker |
Remove hardcoded paths from MPMs and move them to a more central
place. Expand paths in httpd-std.conf in a similar fashion as we do
in our headers.
Submitted by: Pier Fumagalli <pier@betaversion.org> |
bc8fd1b0b1afdf89b8d28eefa8cd74e26ba97986 93918 |
|
13-Mar-2002 |
fielding |
Update our copyright for this year. |
d314ccc1e32d7049ca5f4308d085916f33db521d 90955 |
|
07-Sep-2001 |
bnicholes |
Added NetWare to a Win32 #ifdef |
0c8592dd06738acd4121e626b0c326935f323324 89748 |
|
27-Jul-2001 |
wrowe |
Proper doc style |
2bc2a3f226512e1061f89e3904954484baea67ce 89377 |
|
17-Jun-2001 |
ben |
Documentation updates. |
e9e8801c1aac7666455e290c9c260b51e6577d0e 89324 |
|
09-Jun-2001 |
orlikowski |
Updating docs to change around the order of extern and
AP[RU]_DECLARE_DATA. If this is incorrect, please yell.
However, the vast majority of the code follows the convention
documented in this patch.
If this is in error, I will gladly back it out. |
29538a520dafd6c122d55260bbc17206d3039f41 89179 |
|
20-May-2001 |
ben |
More cleanup. |
cb9460bc3b3910e6e043903e067dc2cb87792cb9 89178 |
|
20-May-2001 |
ben |
AP_ function for optional hooks. |
4482cb99698a53934eb9cd50ba73b5dae577123e 88686 |
|
03-Apr-2001 |
wrowe |
Ahhh... the missing file from Ben's and my experiments |
3ef7956b993aff4b4882c643910fb688a0e707e3 88513 |
|
13-Mar-2001 |
ben |
Check in not-quite-working hooks groupings. |
0e4249c46439b33a7f18e1a0c0354d49879b14eb 88296 |
|
24-Feb-2001 |
gstein |
clean out some old crud from ap_config.h |
0811e8a41d152f0016a385ce1dfa44f475425b70 88256 |
|
21-Feb-2001 |
rbb |
Remove the rest of the pthreads functions from the threaded MPM |
b99dbaab171d91e1b664397cc40e039d0c087c65 88184 |
|
16-Feb-2001 |
fielding |
Update copyright to 2001 |
9937931af50d49ee7f915d2ba5486d2886955ee2 88057 |
|
10-Feb-2001 |
gstein |
*) clean out some old crap from ap_config.h; other simplifications; don't
include stuff randomly (let users include them explicitly)
*) toss ap_config_path.h -- we can put those values into ap_config_auto.h |
ff17218c5394e57dc3797bc1863a4319345ba7ff 87900 |
|
28-Jan-2001 |
ben |
More docco cleanup. |
96ef6ba231d85faeeaf9570de0781fdef38b9cb0 87899 |
|
28-Jan-2001 |
ben |
Improve documentation. |
b980ad7fdc218b4855cde9f75a747527f50c554d 87731 |
|
19-Jan-2001 |
wrowe |
The big change. This is part 3 of the apr-util symbols rename, please
see the first commit of srclib/apr-util/include (cvs apr-util/include)
for the quick glance at symbols changed. |
c4ad483abb132fd413aead2df8715aa479559a37 87564 |
|
01-Jan-2001 |
rbb |
Remove AP_USE_MMAP_FILES, it doesn't really control anything anymore. Now
we just use APR_HAS_MMAP directly, just like APR-util does. |
db3fa7db7c7910f2f23c3e3ffe0cf9f41a1899b9 87460 |
|
20-Dec-2000 |
trawick |
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. |
886cd69ebf69e990dbc365be87ff8ea7cd681904 87424 |
|
19-Dec-2000 |
rbb |
Force all Apache functions to be linked into the executable, whether they
are used or not. This uses the same mechanism that is used for APR
and APR-util. This may not be the correct solution, but it works, and that
is what I really care about. This also renames CHARSET_EBCDIC to
AP_CHARSET_EBCDIC. This is for namespace correctness, but it also makes
the exports script a bit easier. |
e3fa50db72fc32912af7ad832397d52499d24400 87229 |
|
06-Dec-2000 |
wrowe |
This solves two issues, one is a backref from apr-util into the
apache namespace, and the second is the proper linkage declarations
and their explanations. Documented the distinction between
AP_IMPLEMENT_HOOK_ and AP_IMPLEMENT_EXPORT_HOOK_
This doesn't resolve any export issues within apr-util, however. |
7646be5b9ab5b098bc81d3a08a47e1931dc87597 86661 |
|
19-Oct-2000 |
rbb |
Namespace protect the rest of the macros defined by ap_config.h |
19fab77dd47a27cb5ee480ebf982f929cd4c6b34 86626 |
|
17-Oct-2000 |
wrowe |
Make things a little clearer in reaction to the _snames snafus.
Submitted by: Greg Stein
Reviewed by: William Rowe |
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. |
0f53b3b3502e79bc1bd0b6a4a2d068e1d13af786 86562 |
|
12-Oct-2000 |
wrowe |
I hope this clarifies. Greg is absolutely correct, there is no need for
any modules symbol other than AP_MODULE_DECLARE_DATA, since module .h
files containing imports and exports imply something more sophisticated,
as the early mod_dav.c example illustrated. |
2b9fa085d5c03a5c68951de30fcfc0d43bac9cc9 86539 |
|
11-Oct-2000 |
wrowe |
Parallels the commit to apr.h.in/apr.hw for the apache core library.
Only mod_dav/mod_dav_fs and ap_hooks.h (as best examples) will use these
symbols until it is acceptable to all or the new symbols are backed out.
This symbol rename will have the unique quality that
strlen("API_EXPORT") == strlen("AP_DECLARE"), therefore the mass symbol
rename will not throw off function continuation lines. |
2c94faa873ba91fac4e3e9fb76f2ff5a62324090 86532 |
|
11-Oct-2000 |
wrowe |
This much, at least, we don't need to debate. |
10a4cdd68ef1ca0e54af296fe1d08ac00150c90b 86008 |
|
06-Aug-2000 |
wrowe |
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
see src/lib/apr/apr_compat.h for most details.
Also a few minor nits to get Win32 to build.
PR:
Obtained from:
Submitted by:
Reviewed by: |
694e8dc146faadc46b2455f3bd0998121fc76c5d 85897 |
|
26-Jul-2000 |
rbb |
Remove all of the ap_is* functions from Apache. They were already in APR,
and we all hate duplicate code. :-) This also required adding ap_isascii
to APR. |
cc6d8ac94a0a19eacf0c290f5b28224146d2aed2 85706 |
|
27-Jun-2000 |
rbb |
Move the checks for bcopy and memmove down to APR. APR now defines memmove
and bzero on platforms that do not natively support them. |
f215962af6cbcd23363f0124452ddeda09b9a5a2 85663 |
|
23-Jun-2000 |
rbb |
Remove select checks from Apache config. These checks were used to define
ap_select in ap_config.h. The only file that used ap_select() was
prefork.c. I have modified prefork.c to use select instead of ap_select.
In the future, this should be modified to use ap_poll like the rest of the
Unix MPMs. There are other MPMs that are continuing to use select, but this
too should change in time. |
cd8566bb7acd8cec396c34ca39fa392b6ffb2974 85613 |
|
19-Jun-2000 |
trawick |
Repair C++ compatibility in ap_config.h, apr_file_io.h,
apr_network_io.h, and apr_thread_proc.h.
Submitted by: Tyler J. Brooks <tylerjbrooks@home.com> |
c93ee1a560a56071ab3a14ae6a2927fddee47f59 85559 |
|
13-Jun-2000 |
rbb |
Remove the check for EAGAIN. With APR handling the error codes, this is
no longer an issue that Apache needs to deal with. |
d4f1d9c1ff112a8ab9bee31f196973761329b236 85553 |
|
12-Jun-2000 |
rbb |
Clean up a big chunk of ap_config.h. This basically stops ap_config.h from
including any files. Because of this change, other files must include
their own headers. I also cleaned up a couple of other bugs in some
modules because I had to compile them all.
I expect this to break multiple platforms, but this will be fixed over time.
The massive configure cleanup is almost done. I will go through the files
one more time after this commit. |
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. |
264110a4c12b0384d2bca8ad79e3b5264d79415f 85501 |
|
10-Jun-2000 |
rbb |
Cleanup more of the Apache configuration. This removes all of the shared
memory checks, because Apache relies completely on APR for shared memory
support. In doing this, we also need to know how APR/MM are providing
our shared memory (ie file or memory) that requires the change made to
APR's configure script that was just committed. |
e6b0215ca481b00d658a0adfea378c36a67aa088 85500 |
|
10-Jun-2000 |
trawick |
Get FreeBSD building again with the resource limiting changes (FreeBSD
3.4, at least).
rlim_t is defined in <sys/types.h>, so we usually need that.
Some stuff in <sys/resource.h> needs <sys/time.h> for timeval just to
be able to compile :( |
015a6cb1fa002e97d82b1d07e03008a7c6bfdfd2 85476 |
|
08-Jun-2000 |
rbb |
Fix the check for rlim_t correctly. I wish I had known that we had
created an rlim_t check in acinclude.m4. :-)
Submitted by: Jeff Trawick |
450dca50ccf54a3dfc9a266b2c642b655b834833 85475 |
|
08-Jun-2000 |
rbb |
ARGH! resource.h lives in sys.
Submitted by: Doug M. |
04f2a0172061a92c83d60589d270a1847967b430 85474 |
|
08-Jun-2000 |
rbb |
Include a definition of rlim_t if the platform doesn't have it natively. |
e68becff3c3ddc18723c9799b8cc2e6e9c3dbd66 85318 |
|
28-May-2000 |
wrowe |
PR:
Obtained from:
Submitted by:
Reviewed by:
Reverse out all _EXPORT_VAR changes back to their original _VAR_EXPORT
names for linkage (API_, CORE_, and MODULE_). |
4e5eeebcb8cf6b80eeacbbe8b392e2db5a5c13c5 85314 |
|
27-May-2000 |
trawick |
Keep the MSVC++-isms out of the Unix flavor of API_EXPORT(). |
30c289e6bc6d28d210b21edd800ab2cfc78a8381 85309 |
|
27-May-2000 |
wrowe |
This patch corrects the issues from the AP_EXPORT and linkage
specification arguments to the ap_hooks.h declarations. As with
the APR_ and AP_ patches, API_VAR_EXPORT becomes API_EXPORT_VAR,
and MODULE_VAR_EXPORT becomes MODULE_EXPORT_VAR.
I will be happy to revert the inclusion of ap_config.h from
httpd.h if this bothers anyone. More individual modules need
to be patched if we do so.
The API_EXPORTs all moved into central storage in the ap_config.h
header. Without WIN32 or API_STATIC compile time declarations,
these macros remain no-ops.
This patch also moves the following data from http_main to http_config:
const char *ap_server_argv0;
const char *ap_server_root;
ap_array_header_t *ap_server_pre_read_config;
ap_array_header_t *ap_server_post_read_config;
ap_array_header_t *ap_server_config_defines;
And the following variables had already moved into ap_hooks.c:
ap_pool_t *g_pHookPool; (initialized now in http_config)
int g_bDebugHooks; (out of http_config)
const char *g_szCurrentHookName; (out of http_config)
The changes to http_main.c are in preparation for that module to
move out to a seperate .exe for win32. Other platforms will be
unaffected, outside of these changes. |
99f98d3240957bfe6ec65fa341cbceb888b059b7 85243 |
|
18-May-2000 |
trawick |
Fix problem where the Unix mpms had an unitialized variable for
child exit status by adding an exit status parameter to
ap_wait_all_procs(); with this change, the mpms use
ap_wait_all_procs() more like they previously used waitpid().
With the introduction of the exit status parameter, the definition
of ap_wait_t was moved from Apache to APR. There was some handling
of union wait for the type of the exit status parameter to waitpid()
which I retained (but cannot test). For WIN32, ap_wait_t was defined
as int (in apr.hw). No current Windows code uses ap_wait_t, but a
type is required so that references to ap_wait_t in apr_thread_proc.h
can compile on Windows.
Note: There is still a storage leak in the way that the Unix mpms call
ap_wait_all_procs()... this will be resolved at some later time. |
fdcdd67d989f90122a9682a107a29f82e4bb3859 85237 |
|
17-May-2000 |
wrowe |
Cleanup ap_config.h fallout for Win32. Only a few very minor
changes to ap_config.h and util.c, but they might hurt someone...
please watch those two carefully. |
10735998de5529276024be217166a36a61ce497b 85234 |
|
17-May-2000 |
gstein |
fix up the repository with the correct add/remove sequence.
this is the initial checkin of ap_config.h: it is a copy of ap_ac_config.h
which has now been deleted. go there for proper history. |
e43e9814002abb20b614ef77f8f4a8703ac5c89f 85210 |
|
13-May-2000 |
rbb |
All this file does is include another file. I am fixing this by removing
this file and replacing it with the file it includes. |
c3200c488bb3f941a88d5bed94abef0f46946bd3 85161 |
|
06-May-2000 |
wrowe |
First crack at getting Apache to build with pcre in Win32.
Cleans up all the gen_ projects to strip off garbage files,
as well, and follows the same pattern for dftables. |
462eecbe1a02fe862f779e51dd66a4314d153466 84916 |
|
05-Apr-2000 |
trawick |
stop relying on a macro to map signal() to ap_signal(); call
ap_signal() directly |
f062ed7bd262a37a909dd77ce5fc23b446818823 84877 |
|
31-Mar-2000 |
fielding |
Update to Apache Software License version 1.1 |
b9c4bde7cdf5fe584d44cf170fcd09c417c7692c 84802 |
|
20-Mar-2000 |
bjh |
Bring forward my recent 1.3 patches. |
a82f3df0084c489a8ceb840c289fbad4e8fca106 84795 |
|
19-Mar-2000 |
bjh |
Test for AP_USE_HSREGEX, not USE_HSREGEX, as that's what actually gets
defined (in ap_config_auto.h) when using the bundled hsregex. |
6faff19112acbfe7dedc61623e7225e05fae0a94 84771 |
|
16-Mar-2000 |
manoj |
Eliminate implicit usage of access.conf and srm.conf. |
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 |
0f47ee3ae8ede113e11f21bf34f3b11161d3e61d 84367 |
|
24-Dec-1999 |
rasmus |
Submitted by: Sascha Schumann <sascha@schumann.cx>
Reviewed by: Rasmus Lerdorf
- INADDR_NONE is not defined. Supply a replacement
- APACHE_MODULE() used a non-portable shell construct
- inet_addr() needs -lnsl -lsocket. Neccessary checks added
- For POSIX conformance, _POSIX_PTHREAD_SEMANTICS is
required. This fixes i.e. sigwait() problems. |
64e1eb49f907a308055c0d2ad4dec0f248929714 84220 |
|
04-Dec-1999 |
wsanchez |
Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the
current version (and the patched older version) doesn't need this any
more. We don't want to delete the code from unix/os.c, however,
because OpenStep's dyld needs it. |
aa811cad2eb3fc01d17a5c8eba274b915ab8cd20 84200 |
|
01-Dec-1999 |
manoj |
Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h
is used instead, and autoconf's configure script will check for
everything else. |
8d6907fd72855909a91eadeba1b1f20ab6f23926 84193 |
|
30-Nov-1999 |
manoj |
Deal with times() properly in autoconf. This also changes NO_TIMES to
!HAVE_TIMES. |
7b85491921b9bfae551088fad57aa683fb108311 84186 |
|
30-Nov-1999 |
manoj |
The first part of the big autoconf patch. This replaces a bunch of
NEED_* macros with HAVE_* macros to be more consistent with autoconf. |
37a4ebc94c879426867c18fff6124fe4ca80071d 83897 |
|
13-Sep-1999 |
stoddard |
A bit of WIN32 header file cleanup |
ab5581cc78e9d865b0a6ab1404c53347b3276968 83879 |
|
08-Sep-1999 |
rbb |
Remove all of the calls to functions like "ap_popenf". These functions were
moved down to APR, but they are being removed. They are not portable, and
were only moved down for backwards compatability. With this change, they can
be safely removed, which is the next commit on it's way.
Submitted by: Ryan Bloom and Paul Reder |
8921f903664c9ac3f649cfb27bedcf4221d203d7 83872 |
|
06-Sep-1999 |
manoj |
The closesocket define causes problems on BeOS. Get rid of it where
appropriate.
Submitted by: In part by David Reid <abb37@dial.pipex.com> |
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. |
83bee7f569bee7534741915e173e6a7de9ddae81 83822 |
|
28-Aug-1999 |
stoddard |
A bunch of changes to get the server compiling on WIN32. mod_cgi, mod_include,
mod_isapi and mod_so don't work so I am not making them. Moved a lot of code out
of multithread.* and into os.* (didn't want to add multithread to the new repository).
Much of this can be cleaned up when APR is stable.
And Dean's gonna but me for sure for the http_main hit. It's may be
possible to name a DLL entry point 'main()'. Just havent tried it yet.
Enjoy! |
eb7ad15105e3866a541d08d5d6db0ba5b99778ae 83785 |
|
26-Aug-1999 |
fielding |
Add prototype for ap_select on OS/2
Submitted by: Brian Havard |
f537e867deb8e7affb1cac1eed3b0f145b648421 83784 |
|
26-Aug-1999 |
fielding |
More MPM changes. Remove NO_OTHER_CHILD defines.
Submitted by: Dean Gaudet |
1316fbd780fd63d10145989abe23a898ee241328 83783 |
|
26-Aug-1999 |
fielding |
Special Support for User-Space Threading Environments
Submitted by: Ralf S. Engelschall |
2d2eda71267231c2526be701fe655db125852c1f 83749 |
|
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 |