summaryrefslogtreecommitdiff
path: root/lib/apr_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some more unused files...dreid2001-07-111-84/+0
* Update copyright to 2001fielding2001-02-161-1/+1
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-1/+1
* Cleanup yesterday's patch to make APR use APR namespace protected macros.rbb2000-06-221-1/+1
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* Update to Apache Software License version 1.1fielding2000-03-311-34/+31
* Fix the problems when sigaction() isn't found and Sigfuncjim2000-03-231-1/+1
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Use always ap_signal() in APR to avoid redefining the system call signal()sascha1999-12-311-1/+1
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-0/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-311-1/+1
* Initial revisionrbb1999-08-171-0/+84