| Commit message (Expand) | Author | Age | Files | Lines |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 4 | -4/+4 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 4 | -4/+4 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 4 | -212/+40 |
* | update license to 2004. | André Malo | 2004-01-01 | 4 | -4/+4 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -3/+3 |
* | finished that boring job: | André Malo | 2003-02-03 | 4 | -4/+4 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -1/+1 |
* | Address PR 8963 | William A. Rowe Jr | 2002-05-10 | 1 | -5/+5 |
* | Remove uses of apr_lock.h. This patch is untested, but I don't see where | Aaron Bannert | 2002-04-09 | 1 | -1/+0 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 4 | -4/+4 |
* | Add ap_os_killpg as well as unixd_killpg and beosd_killpg. | David Reid | 2001-12-25 | 1 | -0/+1 |
* | Add a beosd_accept function. If the worker MPM is used this is | David Reid | 2001-12-23 | 2 | -0/+101 |
* | Remove commas from the end of the macros that define | Ryan Bloom | 2001-11-13 | 1 | -1/+1 |
* | Get the daemon code working again for User/Group on BeOS, | David Reid | 2001-11-08 | 2 | -70/+21 |
* | Eliminated ap_os_[systemcase|[case_]canonical]_filename() and | William A. Rowe Jr | 2001-08-23 | 2 | -16/+0 |
* | Completely revamp configure so that it preserves the standard make | Roy T. Fielding | 2001-04-29 | 1 | -1/+1 |
* | This stops some systems from barfing... | David Reid | 2001-04-26 | 1 | -1/+1 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 4 | -4/+4 |
* | As a debugging aid, report which version of the beos code we're using and | David Reid | 2001-02-14 | 1 | -2/+6 |
* | toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2. | Greg Stein | 2001-02-11 | 1 | -15/+3 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -1/+1 |
* | More changes to get BeOS building once more... | David Reid | 2000-12-02 | 1 | -0/+3 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -4/+6 |
* | Killing ap_os_is_filename_valid. Left actual win32 code, since it is | William A. Rowe Jr | 2000-11-10 | 1 | -1/+0 |
* | Get rid of some stuff and a few small tweaks. | David Reid | 2000-10-23 | 1 | -56/+5 |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 1 | -0/+9 |
* | Add some more .cvsignore files for BeOS and add a CHANGES entry. | David Reid | 2000-09-17 | 1 | -0/+5 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -2/+2 |
* | Stop a compiler warning in maintainer mode. | David Reid | 2000-07-03 | 1 | -0/+1 |
* | Bring beos back into line following the changes to iol_socket. | David Reid | 2000-07-03 | 1 | -1/+1 |
* | Remove all occurances of strerror from Apache. ap_strerror works just | Ryan Bloom | 2000-06-09 | 1 | -2/+4 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -5/+0 |
* | ap_os_kill isn't being used now as it's in APR, so remove it! | David Reid | 2000-04-04 | 1 | -1/+0 |
* | Start cleaning up the beos directory. DSO stuff is now in APR. | David Reid | 2000-04-04 | 3 | -70/+1 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 4 | -99/+160 |
* | First part of getting BeOS to survive restarts correctly. | David Reid | 2000-03-24 | 1 | -10/+3 |
* | Minor nit: use top_srcdir instead of topsrcdir, to be more consistent | Manoj Kasichainula | 2000-03-15 | 1 | -2/+2 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 3 | -27/+27 |
* | Add the rest of the files to allow BeOS to use the buildconf stuff. | David Reid | 2000-02-10 | 2 | -0/+13 |
* | Finish the commits for the change in the header files. Basically, this hides | Ryan Bloom | 2000-01-19 | 2 | -0/+13 |
* | A small change to allow Apache to run on the most recent versions | David Reid | 1999-12-15 | 1 | -0/+3 |
* | Delete remnants of ap_spawnvp that got missed earlier. | Manoj Kasichainula | 1999-11-30 | 1 | -1/+0 |
* | The first part of the big autoconf patch. This replaces a bunch of | Manoj Kasichainula | 1999-11-30 | 1 | -0/+2 |
* | Clean up some code that BeOS doesn't use. | David Reid | 1999-11-24 | 1 | -16/+0 |
* | Finish the conversion from fprintf(stderr -> ap_log_err. | Ryan Bloom | 1999-11-19 | 1 | -4/+8 |
* | Cleanup the ZZZ comments. Basically these used to mark places where APR | Ryan Bloom | 1999-11-16 | 1 | -1/+1 |
* | This brings BeOS back up to date with the recent changes. | David Reid | 1999-10-22 | 1 | -4/+4 |
* | Make Apache use the new ap_create_process call. This is the first of a | Ryan Bloom | 1999-10-11 | 1 | -16/+0 |
* | beos updates from David Reid <beos@server1.jetnet.co.uk> | dgaudet | 1999-09-08 | 2 | -33/+52 |
* | Fix some errors from a global search and replace gone wrong. This should | Ryan Bloom | 1999-08-31 | 2 | -2/+2 |