summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-143-56/+41
* Remove unused variable 'status'martin2000-04-131-2/+1
* permanent_pool was not initialized from the proper variable and wastrawick2000-04-101-1/+1
* Remove the slack stuff from APR. This isn't actually used anywhere inrbb2000-04-062-126/+0
* include <arpa/inet.h> for ntohl() et al (some platformstrawick2000-04-061-0/+3
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-032-22/+22
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-036-24/+2
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-032-22/+22
* Update to Apache Software License version 1.1fielding2000-03-319-311/+282
* remove compile warning when compiling without threadstrawick2000-03-291-0/+2
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-281-21/+17
* Fix the problems when sigaction() isn't found and Sigfuncjim2000-03-231-1/+1
* Clean up the locks required for pool allocation correctly. If the locksrbb2000-03-211-121/+161
* Fix warnings, update dependencies.ben2000-03-181-31/+40
* More backporting... this of the compile-timejim2000-03-141-10/+10
* If we don't have threads in APR, we can't create INTRAPROCESS locks.rbb2000-03-131-1/+28
* Fix all the License issues. Including:rbb2000-03-109-82/+82
* Check return code from ap_create_lock.rbb2000-02-281-2/+6
* Fix bug in Win32 ap_get_os_proc() (it was already fixed in the Unix side...).stoddard2000-01-281-6/+9
* Migrate free_proc_chain() for Windows to APR. Fix invalid handle exceptionstoddard2000-01-281-53/+31
* It's cold tonite!stoddard2000-01-211-1/+1
* Back out most of the last commit. Keep APR macros seperate from Apachestoddard2000-01-211-1/+1
* Convert HAVE_NETINET... to the APR macstoddard2000-01-201-1/+1
* Move Windows project files to the atticstoddard2000-01-122-191/+0
* Use always ap_signal() in APR to avoid redefining the system call signal()sascha1999-12-311-1/+1
* Fix warning.ben1999-12-301-0/+3
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-6/+6
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-192-5/+4
* Fix a build break in APR.rbb1999-12-141-0/+3
* Fi ap_note_subprocess to use ap_proc_t's instead of pid's.rbb1999-12-131-6/+6
* Use the ap_vformatter_buff_t type :)jim1999-12-131-5/+5
* Fold in the snprintf() changesjim1999-12-131-44/+202
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-096-6/+6
* Tidy up a small copy/paste error in the headers.dreid1999-12-061-1/+1
* Cleanup some mistakes I made. We are now configuring the APR_HAS_FOOrbb1999-12-061-0/+3
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-15/+16
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-023-0/+9
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-015-2/+26
* correct some build errors.gstein1999-11-271-4/+4
* Deal with pool function failures in a clean way. I need to look at how werbb1999-11-241-22/+32
* This removes all of the fprintf calls from APR, except for those whichrbb1999-11-233-11/+2
* Update some dependancies. Move the final two files out of apr/inc and intorbb1999-11-231-7/+8
* Begin to update apr/lib files to follow the standard APR function format.rbb1999-11-223-21/+25
* Remake the unix dependencies.manoj1999-10-301-3/+8
* Make -DALLOC_USE_MALLOC work for APR's pools.manoj1999-10-291-1/+5
* Remove a warning from apr_getpass.crbb1999-10-181-1/+1
* Resolve pool->context issues with tables when compiled with POOL_DEBUG defined.bhyde1999-10-171-9/+9
* Move filename_of_pathname down to APR. I have put an ap_ at the beginningrbb1999-10-131-0/+21
* I am actually going to fix the recursive lock contention this time.rbb1999-10-131-9/+3
* Fix a bug in pool locking. The current logic requires recursive mutex's,rbb1999-10-121-5/+15