summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPR_1_0_0_RC5(no author)2004-08-0311-349/+12
| | | | | | 'APR_1_0_0_RC5'. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/tags/APR_1_0_0_RC5@65296 13f79535-47bb-0310-9956-ffa450edef68
* Only install apr-$MAJOR-config and add appropriate detection code tojerenkrantz2004-08-016-39/+92
| | | | | | | | | | | | | | | find_apr.m4 (APR_FIND_APR). Justin made a few changes to Max's latest patch: - Emit a warning at autoconf-time and default to [0 1] if 4th arg is missing. - Fix some tpyos - Change apr-config.in to not use multiple @APR_MAJOR_VERSION@ substs. Submitted by: Max Bowsher Reviewed by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65293 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-315-16/+8
| | | | | | | Reviewed by (conceptually): Ryan, Greg, Fitz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65292 13f79535-47bb-0310-9956-ffa450edef68
* Since this code only applies to sendfile, make sure that it is properly ↵bnicholes2004-07-262-0/+4
| | | | | | #ifdef'ed git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65291 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Fix compile break in apr tests. PR: 30103 by Craig Rodriguesstoddard2004-07-262-4/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65289 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982stoddard2004-07-224-30/+28
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65288 13f79535-47bb-0310-9956-ffa450edef68
* apr_proc_create() on Unix: Remove unnecessary check for readtrawick2004-07-202-1/+5
| | | | | | | | | | | access to the working directory of the child process. PR: 30137 Submitted by: Jeremy Chadwick <apache jdc.parodius.com> Reviewed by: jorton, trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65285 13f79535-47bb-0310-9956-ffa450edef68
* Win32: Fix bug in tracking the file pointer in files opened for ↵stoddard2004-07-192-2/+8
| | | | | | overlapped/xthread io git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65283 13f79535-47bb-0310-9956-ffa450edef68
* Update the license language to asl 2.0, and correctly grabwrowe2004-07-152-28/+34
| | | | | | | apr[u|i] revisions from the usual version files. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65281 13f79535-47bb-0310-9956-ffa450edef68
* * network_io/unix/sockaddr.c (apr_getnameinfo): Fix getnameinfo onjorton2004-07-131-0/+3
| | | | | | | | | | v4mapped addresses for *BSD. PR: 30066 Submitted by: Tsurutani Naoki <turutani scphys.kyoto-u.ac.jp> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65278 13f79535-47bb-0310-9956-ffa450edef68
* rev back to r1.29 , removing changes to addrspace and detach set functionsclar2004-07-121-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65277 13f79535-47bb-0310-9956-ffa450edef68
* Added bit mask operation for detach and addrspace fields to make possible ↵clar2004-07-091-2/+2
| | | | | | overloading on fcts parameter. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65276 13f79535-47bb-0310-9956-ffa450edef68
* Ignore generated spec file.jorton2004-07-091-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65275 13f79535-47bb-0310-9956-ffa450edef68
* * build/config.guess, build/config.sub: Update from gnu.org.jorton2004-07-092-48/+54
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65274 13f79535-47bb-0310-9956-ffa450edef68
* Re-instate jlibtool from deleted revision 1.5. Paperwork filed. All is well.jerenkrantz2004-07-083-4/+1500
| | | | | | | | * configure.in: We now include jlibtool in our base distribution. * build/jlibtool.c: Restore deleted revision 1.5. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65273 13f79535-47bb-0310-9956-ffa450edef68
* * test/abts.c (abts_run_test): Avoid the malloc/free.jorton2004-07-081-7/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65272 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_hints.m4 (APR_PRELOAD): Really, do, use a full path tojorton2004-07-081-1/+1
| | | | | | | sysctl. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65271 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_hints.m4 (APR_PRELOAD): Use full path to sysctl in casejorton2004-07-081-1/+5
| | | | | | | | $PATH does not contain /sbin, or fail gracefully if /sbin/sysctl is missing. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65270 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_hints.m4 (APR_PRELOAD): Prevent use of kqueue beforejorton2004-07-071-1/+5
| | | | | | | FreeBSD 4.8 (thanks to Craig Rodrigues). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65269 13f79535-47bb-0310-9956-ffa450edef68
* Clean up leftover commentsbnicholes2004-07-071-2/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65266 13f79535-47bb-0310-9956-ffa450edef68
* * poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.jorton2004-07-072-7/+10
| | | | | | | | | | (apr_pollset_destroy): Only run cleanup if using epoll/kqueue. (apr_pollset_add): Fix warning for ye olde platforms still using poll(). * configure.in: Just check for kqueue() in an AC_CHECK_FUNCS. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65265 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that Winsock is started up properly for all NLMs that link to ↵bnicholes2004-07-061-0/+2
| | | | | | aprlib.nlm git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65263 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that Winsock is started up properly for all NLMs that link to ↵bnicholes2004-07-063-15/+106
| | | | | | aprlib.nlm git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65262 13f79535-47bb-0310-9956-ffa450edef68
* Add support for KQueue and sys_epoll to apr_pollset.jerenkrantz2004-07-064-16/+384
| | | | | | | | | | (Justin tweaked the cleanup code from Paul's last posted patch.) Submitted by: Paul Querna Reviewed by: Justin Erenkrantz, Joe Orton git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65261 13f79535-47bb-0310-9956-ffa450edef68
* [Comment change only]: Allright. The warning was based on FreeBSD'smartin2004-07-051-13/+0
| | | | | | | | | | man pages, meant to make users aware of subtleties in the format of IP addresses on different platforms, but Joe Orton showed in the link http://www.opengroup.org/onlinepubs/009695399/functions/inet_ntop.html that FreeBSD is not right in that respect. Remove comment again. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65260 13f79535-47bb-0310-9956-ffa450edef68
* My excuses for the commit of jlibtool without prior discussion.martin2004-07-051-1496/+0
| | | | | | | | | | I was mistakenly thinking that it was okay to add Justin's jlibtool, because it was referenced in the configure.in script, even with its own switch, and by reference to apr's build/ directory. Plus, it worked purrfectly for our OSD/POSIX platform... git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65259 13f79535-47bb-0310-9956-ffa450edef68
* Update the license, plus minor portability changesmartin2004-07-051-65/+28
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65258 13f79535-47bb-0310-9956-ffa450edef68
* Support threading on FreeBSD 5.x where kern.osreldate >= 502102.jerenkrantz2004-07-042-7/+12
| | | | | | | | | | | | | | | | | 5.3 will be the first release with this enabled by default (current -CURRENT will also be enabled); 5.2 and earlier still use the broken libc_r by default. Those people on 5.2 can pass --enable-threads and setup libmap.conf to use libkse instead. As for the 502102 magic number, from http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html: "5.2-CURRENT after change of default thread library from libc_r to libpthread. 502102" Submitted by: Craig Rodrigues <rodrigc crodrigues.org> Reviewed by: Justin Erenkrantz, Aaron Bannert (concept) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65257 13f79535-47bb-0310-9956-ffa450edef68
* * build/rpm/apr.spec.in: Move installbuilddir tojorton2004-07-011-13/+6
| | | | | | | | %{_libdir}/apr/build-1, remove unnecessary TZ setting for testall and old x86_64 pthreads workaround. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65256 13f79535-47bb-0310-9956-ffa450edef68
* Add an RPM spec file derived from Fedora Core.minfrin2004-07-013-0/+122
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: jorton git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65255 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Install an apr-1-config script alongsidejorton2004-07-011-1/+3
| | | | | | | apr-config, more parallel install safety. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65254 13f79535-47bb-0310-9956-ffa450edef68
* * build/get-version.sh: Fix handling of multi-digit versionjorton2004-06-301-5/+5
| | | | | | | | | components. Submitted by: Joe Schaefer <joe+gmane sunstarsys.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65253 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Install the awk scripts & mkdir.sh for ajorton2004-06-301-1/+1
| | | | | | | VPATH build too. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65251 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_rules.mk.in: Define APR_MKDIR macro.jorton2004-06-301-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65250 13f79535-47bb-0310-9956-ffa450edef68
* * build/apr_rules.mk.in: Define APR_MKEXPORT and APR_MKVAREXPORT tojorton2004-06-302-7/+14
| | | | | | | | | | | | point at each of the awk scripts (MKEXPORT wasn't used and pointed at the wrong filename). * Makefile.in (install): Make the installed apr_rules.mk point at the installed libtool and AWK scripts. (exports.c, export_vars.c): Use new APR_*EXPORT macros. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65249 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in, config.layout: Add -version suffix to defaultjorton2004-06-302-2/+2
| | | | | | | installbuilddir directory. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65248 13f79535-47bb-0310-9956-ffa450edef68
* Add that RC2 was tagged. :-)dreid2004-06-301-5/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65247 13f79535-47bb-0310-9956-ffa450edef68
* * test/teststr.c (string_strfsize, overflow_strfsize): Addjorton2004-06-301-0/+62
| | | | | | | apr_strfsize() tests. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65246 13f79535-47bb-0310-9956-ffa450edef68
* The failure to delete the conditional lock ws causing a hang on BeOS, sodreid2004-06-301-0/+2
| | | | | | | | | | delete the lock when we're done and all is well again. As the tests don't run in isolation there may be other places we should clean up better. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65245 13f79535-47bb-0310-9956-ffa450edef68
* * configure.in: Remove check for res_init again.jorton2004-06-301-2/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65244 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (install): Simplify stupid over-engineering.jorton2004-06-301-8/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65243 13f79535-47bb-0310-9956-ffa450edef68
* * Makefile.in (APR_PCFILE): New target.jorton2004-06-302-4/+10
| | | | | | | (install): Install pkgconfig .pc file with -N suffix. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65242 13f79535-47bb-0310-9956-ffa450edef68
* Get the correct setting for which locking mechanism to use.dreid2004-06-291-2/+11
| | | | | | | | This gets the headers to agree with the actual code - which is usually a good thing :-) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65241 13f79535-47bb-0310-9956-ffa450edef68
* Generate a tag file.dreid2004-06-291-0/+3
| | | | | | | | Submitted by: Bojan Smojver < bojan rexursive com > Reviewed by: David Reid git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65240 13f79535-47bb-0310-9956-ffa450edef68
* Destroy the shared memory once the test finishes.dreid2004-06-291-1/+6
| | | | | | | Exit if we fail tests rather than pressing on. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65239 13f79535-47bb-0310-9956-ffa450edef68
* Bring over the display fix from apr-util.dreid2004-06-291-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65238 13f79535-47bb-0310-9956-ffa450edef68
* If a test fails due to be not implemented, then record it as suchdreid2004-06-291-3/+1
| | | | | | | and not a failure. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65237 13f79535-47bb-0310-9956-ffa450edef68
* Continue clearing my TODO list.dreid2004-06-291-7/+21
| | | | | | | | This provides for better "naming" of anon areas, adds a missing function and tidies up some code. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65236 13f79535-47bb-0310-9956-ffa450edef68
* Allow shared memory to work across forks in the way it was intended.dreid2004-06-292-0/+33
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65235 13f79535-47bb-0310-9956-ffa450edef68
* Add support for BS2000 (_OSD_POSIX).jfclere2004-06-291-0/+56
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65234 13f79535-47bb-0310-9956-ffa450edef68