summaryrefslogtreecommitdiffstats
path: root/os (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bring back OS/2 support.Brian Havard2009-08-267-0/+116
| | | | | | | Reverses r758929 with a little bit of conflict resolution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807930 13f79535-47bb-0310-9956-ffa450edef68
* removed unused var (seems a leftover from 1.3 days).Guenter Knauf2009-07-061-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791588 13f79535-47bb-0310-9956-ffa450edef68
* Complete the integration of mod_heartbeat, mod_heartmonitor and theWilliam A. Rowe Jr2009-05-051-0/+1
| | | | | | | | | loadable mod_watchdog, started with 771581. This clears my list of missing modules as of 6 weeks ago, might be a few new still to clear up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771589 13f79535-47bb-0310-9956-ffa450edef68
* complete r771579, refactoring mod_watchdog as loadable on win32William A. Rowe Jr2009-05-052-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771581 13f79535-47bb-0310-9956-ffa450edef68
* MPM's are now dynamically loadable; so must mod_watchdog be.William A. Rowe Jr2009-05-051-2/+0
| | | | | | | The only module with an excuse now is mod_so which implements LoadModule itself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771579 13f79535-47bb-0310-9956-ffa450edef68
* Add balancer module targetsWilliam A. Rowe Jr2009-05-051-92/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771564 13f79535-47bb-0310-9956-ffa450edef68
* Introduce mod_remoteip to trunk from httpd/sandbox/mod_remoteipWilliam A. Rowe Jr2009-04-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767786 13f79535-47bb-0310-9956-ffa450edef68
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever ↵Jeff Trawick2009-03-312-6/+0
| | | | | | | | | | | | necessary, and it makes no sense with loadable MPMs axe the unnecessary MPM_DIR build variable move the stray APACHE_SUBST(MPM_LIB) from configure.in to server/mpm/config.m4, where the other MPM_foos are handled git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760403 13f79535-47bb-0310-9956-ffa450edef68
* revert 759711 and 759713... don't require apr2Jim Jagielski2009-03-301-9/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760026 13f79535-47bb-0310-9956-ffa450edef68
* 0600 is UWRITE+UREADMladen Turk2009-03-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759713 13f79535-47bb-0310-9956-ffa450edef68
* Use apr-2 object perms setterMladen Turk2009-03-291-60/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759711 13f79535-47bb-0310-9956-ffa450edef68
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-293-0/+18
| | | | | | | | Windows continues to specify this in the MPM, at least until someone can separate out the MPM-specific bits. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759699 13f79535-47bb-0310-9956-ffa450edef68
* remove TPF supportJeff Trawick2009-03-278-634/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758936 13f79535-47bb-0310-9956-ffa450edef68
* remove OS/2 platform supportJeff Trawick2009-03-277-116/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758929 13f79535-47bb-0310-9956-ffa450edef68
* remove BeOS OS supportJeff Trawick2009-03-267-325/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758891 13f79535-47bb-0310-9956-ffa450edef68
* integrate lua, ratelimitWilliam A. Rowe Jr2009-03-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758657 13f79535-47bb-0310-9956-ffa450edef68
* add luaWilliam A. Rowe Jr2009-03-251-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758427 13f79535-47bb-0310-9956-ffa450edef68
* Add watchdog module to win32 build.Mladen Turk2009-02-171-0/+4
| | | | | | Since it can only operate as static module reference it inside modules.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@745172 13f79535-47bb-0310-9956-ffa450edef68
* Base our mod_buffer.soWilliam A. Rowe Jr2009-02-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739843 13f79535-47bb-0310-9956-ffa450edef68
* use a local module header file to store the function prototypeRoy T. Fielding2009-01-311-2/+0
| | | | | | | | for ap_unixd_setup_child() that is used outside this module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739487 13f79535-47bb-0310-9956-ffa450edef68
* revert r711228: the ap_unixd_setup_child prototype needs to go somewhere.Roy T. Fielding2009-01-301-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739150 13f79535-47bb-0310-9956-ffa450edef68
* Remove some more mod_mem_cache relics fromRainer Jung2009-01-181-1/+3
| | | | | | | | | trunk and add removal to CHANGES. The module has been removed in r711470. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735365 13f79535-47bb-0310-9956-ffa450edef68
* API Cleanup in preperation for 2.4.x, make sure all exported functions or ↵Paul Querna2008-12-022-21/+23
| | | | | | variables contain an ap_ prefix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722399 13f79535-47bb-0310-9956-ffa450edef68
* So close ;-) Nicely done JimWilliam A. Rowe Jr2008-11-231-0/+1
| | | | | | | | | | | | | | | | | | | | Add the sed sources to mod_sed, no different than the sed_obj list from config.m4 (.h files just for easy reference). Apache.dsw is simply sorted entries, and picking to drop a new module under BuildBin (common) or BuildAll (test and nonstandard extensions). Give us mod_sed :) Makefile.win is simply the invocation of the .mak file that gets exported, and the copy of that module (pdb debugging) binary. Can't update BaseAddr.ref except from windows, however, we have to build once and determine how many 64k pages this object is going to eat. Turns out, it's only one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@720062 13f79535-47bb-0310-9956-ffa450edef68
* * unixd_setup_child is no longer implemented by unixd.c.Ruediger Pluem2008-11-041-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711228 13f79535-47bb-0310-9956-ffa450edef68
* Further unixd hacks to remove duplication between old-unixd and mod_unixd,Nick Kew2008-11-042-215/+2
| | | | | | | | | | | | and get it working with old MPMS[1] + mod_unixd. It's still an uneasy split, as some modules (mod_cgid, suexec)[2] also use unixd. More thinking+hacking due. [1] Should be prefork/worker/event, but only worker is tested. [2] cgid is OK, suexec is untested. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@711146 13f79535-47bb-0310-9956-ffa450edef68
* Remove mod_authn_default and mod_authz_default.Chris Darroch2008-11-022-10/+0
| | | | | | | | | Note: I've attempted to work through the Windows and Netware build files, but if those with such systems could repair any damage, that would be appreciated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709839 13f79535-47bb-0310-9956-ffa450edef68
* Also adjust unixd.c with changes from r709406Jim Jagielski2008-10-311-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709407 13f79535-47bb-0310-9956-ffa450edef68
* Catch up with a host of changes to the current module setWilliam A. Rowe Jr2008-06-071-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664240 13f79535-47bb-0310-9956-ffa450edef68
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-073-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645455 13f79535-47bb-0310-9956-ffa450edef68
* Support chroot on unix-family platformsNick Kew2008-01-122-1/+47
| | | | | | | PR 43596 (Dimitar Pashev) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@611483 13f79535-47bb-0310-9956-ffa450edef68
* s/mod_example/mod_example_hooks/William A. Rowe Jr2007-11-191-1/+1
| | | | | | | and move mod_example_hooks, mod_case_filter[_in] to modules/examples/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596395 13f79535-47bb-0310-9956-ffa450edef68
* After a stop or restart signal, the old listening socketsMartin Kraemer2007-10-291-0/+8
| | | | | | | | | are closed. "Some platforms" drop out of the accept() with an EBADF after the sockets have been closed. Such an error should not clutter the logs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@589761 13f79535-47bb-0310-9956-ffa450edef68
* fixed include path to use forward slash.Guenter Knauf2007-10-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582972 13f79535-47bb-0310-9956-ffa450edef68
* Axe a completely bogus internal helper function.William A. Rowe Jr2007-09-062-53/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@573105 13f79535-47bb-0310-9956-ffa450edef68
* Bless the module mod_substitute, with the Substitute directiveWilliam A. Rowe Jr2007-08-241-1/+1
| | | | | | and SUBSTITUTE filter name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569533 13f79535-47bb-0310-9956-ffa450edef68
* Adding the last two, missing mod_filter and mod_dav_lock infosWilliam A. Rowe Jr2007-08-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569233 13f79535-47bb-0310-9956-ffa450edef68
* Add modules/examples/, and a new BuildAll dummy stub.William A. Rowe Jr2007-08-241-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569219 13f79535-47bb-0310-9956-ffa450edef68
* Add auth modules to the schemaWilliam A. Rowe Jr2007-08-241-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569193 13f79535-47bb-0310-9956-ffa450edef68
* Add another module to the base address list.William A. Rowe Jr2007-08-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568829 13f79535-47bb-0310-9956-ffa450edef68
* APR_HAVE/AP_HAVE are ALWAYS defined, not always 1.William A. Rowe Jr2006-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@486436 13f79535-47bb-0310-9956-ffa450edef68
* Added mod_proxy_fcgi win32 build.Mladen Turk2006-10-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463900 13f79535-47bb-0310-9956-ffa450edef68
* fix eol-styleAndré Malo2006-08-181-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@432686 13f79535-47bb-0310-9956-ffa450edef68
* Do not return on WAIT_ABANDONED signals.Mladen Turk2006-08-031-10/+13
| | | | | | | It means that we got the ownership, not that the object was signaled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@428278 13f79535-47bb-0310-9956-ffa450edef68
* Fix return values from wait_for_many_objects.Mladen Turk2006-08-021-4/+12
| | | | | | | | | | | 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@428029 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_authz_core module to the build.Mladen Turk2006-07-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425433 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_access_conf module base address.Mladen Turk2006-07-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@425421 13f79535-47bb-0310-9956-ffa450edef68
* On mingw32, the APACHE_MPM_DIR is defined from the autoconf generated files.Paul Querna2006-07-151-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422191 13f79535-47bb-0310-9956-ffa450edef68
* Bring in basic support for building the winnt MPM under mingw32, using the ↵Paul Querna2006-07-152-0/+9
| | | | | | | | | | | | | | | | | | | | | autoconf build system. Currently this will get you to the point of linking errors on gen_test_char. configure.in: Default to winnt MPM on mingw32 hosts. configure.in: Add AP_DECLARE_EXPORT for mingw32 hsots. os/config.m4: Use win32 dir under mingw32. os/win32/Makefile.in: Add in a new makefile to generate libos on win32. server/mpm/config.m4: Add winnt MPM to the help string. server/mpm/config.m4: winnt MPM is a threaded MPM. server/mpm/winnt/child.c: SO_UPDATE_ACCEPT_CONTEXT is defined under a different header in mingw32. server/mpm/winnt/{Makefile.in,config.m4}: Base build for winnt MPM. os/win32,server/mpm/winnt: Update svn:ignore for .deps/.libs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422182 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-1125-150/+150
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420983 13f79535-47bb-0310-9956-ffa450edef68