index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly quote case pattern.
Davi Arnaut
2007-06-30
1
-1
/
+1
*
Define SEM_FAILED if it isn't already defined, as the proc mutex
Davi Arnaut
2007-06-29
1
-0
/
+9
*
Some rare autoconf/m4 environments translitate differently and are dropping
William A. Rowe Jr
2006-09-08
1
-1
/
+1
*
Make apr compile on FreeBSD-4.x
Martin Kraemer
2006-07-18
1
-1
/
+2
*
Provide suitable hints to autoconf that mingw (Win32)'s process locks and
Justin Erenkrantz
2006-07-14
1
-0
/
+1
*
Link to librpcrt4.a.
Justin Erenkrantz
2006-07-14
1
-0
/
+1
*
Allow APR_HAS_PROC_INVOKED to be overriden for mingw by autoconf.
Justin Erenkrantz
2006-07-13
1
-0
/
+6
*
Move some of the mingw-specific checks into the hints m4 file instead.
Justin Erenkrantz
2006-07-13
1
-11
/
+3
*
Allow mingw to have access to the Win32 'unicode' FS system.
Justin Erenkrantz
2006-07-12
1
-0
/
+11
*
Define struct iovec for mingw.
Justin Erenkrantz
2006-07-12
1
-0
/
+8
*
Move the autoconf check for type 'in_addr' into a macro, and improve it to work
Justin Erenkrantz
2006-07-12
1
-11
/
+6
*
Set up apr.h and apr_private.h so that mingw can compile.
Justin Erenkrantz
2006-07-12
1
-0
/
+14
*
Allow configure to complete successfully on mingw.
Justin Erenkrantz
2006-07-11
1
-9
/
+51
*
Implement apr_thread_yield on Unix in terms of pthread_yield or sched_yield.
Garrett Rooney
2006-06-30
1
-1
/
+7
*
Submitted by: breser
Wilfredo Sanchez
2006-05-31
1
-1
/
+9
*
One more evolution of the uuid header detection code.
William A. Rowe Jr
2006-03-10
1
-15
/
+15
*
* configure.in: Set LT_NO_INSTALL to -no-install on all platforms but
Joe Orton
2006-03-10
1
-0
/
+10
*
Address bug 37999 and other exceptions to the existing uuid detection code;
William A. Rowe Jr
2006-03-02
1
-4
/
+50
*
Usse a future-proof configure check for the robust mutex support:
Joe Orton
2006-03-01
1
-1
/
+1
*
* configure.in: Remove bogus check to test whether defining
Joe Orton
2006-02-23
1
-17
/
+0
*
Nix os_version def for darwin; it's unused and breaks if minor version is >= 10
Wilfredo Sanchez
2005-12-01
1
-3
/
+0
*
Add some workarounds for cases where readdir_r fails due to large
Joe Orton
2005-08-31
1
-1
/
+1
*
Allow setting both the TCP_NODELAY and TCP_CORK socket options for
Joe Orton
2005-08-25
1
-0
/
+1
*
* configure.in: Fix checks for alloca().
Joe Orton
2005-08-24
1
-2
/
+4
*
* configure.in: Check for libefence after threads in case libefence
Joe Orton
2005-08-24
1
-17
/
+19
*
* configure.in: Fix the test for ancient FreeBSD that fails on a 6.0-CURRENT ...
Paul Querna
2005-06-17
1
-3
/
+7
*
Fix code which handles FreeBSD release numbers
Martin Kraemer
2005-06-10
1
-3
/
+3
*
* configure.in: Simplify uuid checks.
Joe Orton
2005-05-05
1
-8
/
+3
*
Use AC_CHECK_HEADERS to find the uuid header files.
Paul Querna
2005-05-05
1
-5
/
+4
*
- Add support for uuid_generate on OS X 10.4. This required some extra foot
Paul Querna
2005-05-03
1
-2
/
+10
*
Fix HP-UX 11.00 build, where the IP multicast interfaces are not
Joe Orton
2005-02-15
1
-0
/
+1
*
Fix posix rwlock detection (on Darwin).
Aaron Bannert
2005-02-05
1
-1
/
+1
*
* configure.in: For Linux/s390, print size_t as unsigned long int and
Joe Orton
2005-02-04
1
-1
/
+4
*
* configure.in: Use autoconf 2.5x AC_CONFIG_*; allow config.status to
Joe Orton
2005-02-04
1
-20
/
+24
*
* configure.in: Disable sendfile support for S/390 only in kernel
Joe Orton
2005-02-04
1
-1
/
+4
*
* configure.in: Really don't define apr_sigwait in apr_private.h any
Joe Orton
2005-01-13
1
-6
/
+0
*
* acconfig.h: Remove file.
Joe Orton
2005-01-13
1
-0
/
+21
*
* configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to check
Joe Orton
2005-01-13
1
-7
/
+5
*
* configure.in: Aggregate some AC_CHECK_FUNCS usage.
Joe Orton
2005-01-10
1
-7
/
+3
*
Adding an initial Multicast API.
Paul Querna
2005-01-02
1
-0
/
+3
*
Add a build script to create Solaris packages from APR
Graham Leggett
2004-12-14
1
-0
/
+1
*
Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interface
Paul Querna
2004-11-22
1
-0
/
+13
*
Added support for Solaris 10 Event Completion Framework as
Paul Querna
2004-11-22
1
-1
/
+1
*
* configure.in: Fix the documentation string for '--enable-experimental-libtool'
Paul Querna
2004-11-19
1
-1
/
+1
*
Add --config to jlibtool to fill shlibpath_var in configure.
Jean-Frederic Clere
2004-09-30
1
-0
/
+4
*
Only install apr-$MAJOR-config and add appropriate detection code to
Justin Erenkrantz
2004-08-01
1
-2
/
+4
*
Re-instate jlibtool from deleted revision 1.5. Paperwork filed. All is well.
Justin Erenkrantz
2004-07-08
1
-4
/
+1
*
* poll/unix/poll.c (backend_cleanup): Only define if using epoll/kqueue.
Joe Orton
2004-07-07
1
-6
/
+3
*
Add support for KQueue and sys_epoll to apr_pollset.
Justin Erenkrantz
2004-07-06
1
-0
/
+19
*
* configure.in, config.layout: Add -version suffix to default
Joe Orton
2004-06-30
1
-1
/
+1
[next]