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
/
dso
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Some message is better than no message. Modified the lookup to show
William A. Rowe Jr
2001-09-04
1
-13
/
+16
*
Basically added a call to apr_dso_load() to make sure that any module that
Bradley Nicholes
2001-08-28
1
-0
/
+21
*
Warning Will Robinson, someone's about to trounce you
William A. Rowe Jr
2001-08-02
1
-1
/
+1
*
include stdlib.h for malloc() and free() prototypes (Darwin)
Jeff Trawick
2001-07-02
1
-1
/
+4
*
More pools instead of contexts...
David Reid
2001-04-29
1
-8
/
+8
*
We have pools not contexts...
David Reid
2001-04-29
1
-7
/
+8
*
implement apr_os_dso_handle_get() and apr_os_dso_handle_put() for
Jeff Trawick
2001-04-27
1
-1
/
+19
*
Fix DSO support on HPUX. We have to use ==, not = and it helps to return
Ryan Bloom
2001-04-27
1
-2
/
+2
*
Fix the build after Doug M's commit.
David Reid
2001-04-25
1
-2
/
+2
*
get apr_os_dso_handle_put working
Doug MacEachern
2001-04-25
2
-4
/
+4
*
Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying up
David Reid
2001-04-22
1
-2
/
+20
*
store the pool handle in apr_os_dso_handle_put()
Jeff Trawick
2001-04-19
1
-0
/
+1
*
Add OS/2 implementation of apr_os_dso_handle_put/get.
Brian Havard
2001-04-19
1
-0
/
+24
*
implement apr_os_dso_handle_get|put() so that Apache builds again;
Jeff Trawick
2001-04-19
1
-0
/
+17
*
Clean up conditionals in unix DSO code so that we decide based on the
Wilfredo Sanchez
2001-04-19
1
-15
/
+20
*
Add dyld support
Wilfredo Sanchez
2001-04-18
1
-2
/
+48
*
This patch sets the dso/aix subdirectory to be used for older versions
Jeff Trawick
2001-04-02
2
-6
/
+21
*
Not quite sure how this went unnoticed for so long...
David Reid
2001-03-05
1
-1
/
+1
*
include <string.h> for the strerror() prototype on HP-UX 11
Jeff Trawick
2001-02-16
1
-0
/
+3
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
6
-6
/
+6
*
standardize the include path in the OS/390 dso directory to get rid of an
Jeff Trawick
2001-02-12
2
-2
/
+4
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
6
-12
/
+12
*
OS2 was chasing os2errno.h which we hid in a private platform directory,
William A. Rowe Jr
2001-01-28
1
-2
/
+0
*
And why these values, anyways... abstract them out
William A. Rowe Jr
2001-01-27
1
-3
/
+3
*
The platform changes in apr to support the APR_FINFO_wanted declaration
William A. Rowe Jr
2001-01-20
1
-4
/
+6
*
watch out for a double-unload. one manually from apr_dso_unload(), followed
Greg Stein
2001-01-19
6
-51
/
+62
*
All platforms now register a cleanup when a DSO is loaded. This just
Ryan Bloom
2001-01-19
4
-0
/
+36
*
Add linkage declarations to the DSO functions.
Ryan Bloom
2001-01-12
6
-35
/
+35
*
Libtool-ize APR.
Greg Stein
2001-01-09
10
-153
/
+39
*
OS/2: Allocate the right amount of space for an apr_dso_handle_t and provide
Brian Havard
2000-12-23
1
-2
/
+2
*
Fix VPATH support. APR builds now cleanly in a separate build directory.
Sascha Schumann
2000-12-15
2
-2
/
+4
*
Change the includes in the "correct" way to allow building on
David Reid
2000-12-10
1
-1
/
+2
*
Get apr_dso_error working properly on Unix.
Ryan Bloom
2000-12-03
1
-1
/
+4
*
Get NULL defined on some systems (e.g., FreeBSD 3.4).
Jeff Trawick
2000-11-27
1
-0
/
+4
*
OS/2: fix return type of apr_dso_error() & squash warnings about string
Brian Havard
2000-11-22
1
-1
/
+2
*
AIX changes to the way dependencies are built in APR makefiles
Jeff Trawick
2000-11-15
1
-27
/
+2
*
OS/2 changes to the way dependencies are built in APR makefiles
Jeff Trawick
2000-11-15
1
-24
/
+2
*
BeOS changes to the way dependencies are built in APR makefiles
Jeff Trawick
2000-11-15
1
-27
/
+2
*
This patch removes the dependencies from Makefile.in. Dependencies
Jeff Trawick
2000-11-15
2
-53
/
+7
*
Fix OS/2 build after the move of private APR headers to the include/arch/
Brian Havard
2000-11-14
2
-8
/
+11
*
More files affected by APR_HAS_UNICODE_FS on Win32.
William A. Rowe Jr
2000-11-11
1
-16
/
+37
*
Move all of the dso private header files to an arch directory under
Ryan Bloom
2000-11-09
16
-489
/
+11
*
Movin on over from 1.3.13-dev : this patch fixes the problem of nasty
William A. Rowe Jr
2000-10-08
1
-4
/
+9
*
Knock off some XXX's prior to a7.
William A. Rowe Jr
2000-10-06
1
-2
/
+15
*
Here it is, the Win32 part of the big canonical errors patch.
William A. Rowe Jr
2000-10-06
1
-5
/
+7
*
Multiple build and configuration fixes
Ryan Bloom
2000-10-05
1
-0
/
+1
*
Add some .cvsignore goodness...
David Reid
2000-09-16
1
-0
/
+2
*
Switch the order of the dllqueryxxx calls. dllqueryvar is the only one
Greg Ames
2000-08-31
1
-4
/
+4
*
Add support to APR for dsos on OS/390.
Jeff Trawick
2000-08-17
4
-0
/
+266
*
prefix libapr functions and types with apr_
Doug MacEachern
2000-08-02
10
-52
/
+52
[prev]
[next]