index
:
delta/libapr.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
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dso
Commit message (
Expand
)
Author
Age
Files
Lines
*
Not quite sure how this went unnoticed for so long...
dreid
2001-03-05
1
-1
/
+1
*
include <string.h> for the strerror() prototype on HP-UX 11
trawick
2001-02-16
1
-0
/
+3
*
Update copyright to 2001
fielding
2001-02-16
6
-6
/
+6
*
standardize the include path in the OS/390 dso directory to get rid of an
trawick
2001-02-12
2
-2
/
+4
*
renaming various functions for consistency sake
dougm
2001-02-08
6
-12
/
+12
*
OS2 was chasing os2errno.h which we hid in a private platform directory,
wrowe
2001-01-28
1
-2
/
+0
*
And why these values, anyways... abstract them out
wrowe
2001-01-27
1
-3
/
+3
*
The platform changes in apr to support the APR_FINFO_wanted declaration
wrowe
2001-01-20
1
-4
/
+6
*
watch out for a double-unload. one manually from apr_dso_unload(), followed
gstein
2001-01-19
6
-51
/
+62
*
All platforms now register a cleanup when a DSO is loaded. This just
rbb
2001-01-19
4
-0
/
+36
*
Add linkage declarations to the DSO functions.
rbb
2001-01-12
6
-35
/
+35
*
Libtool-ize APR.
gstein
2001-01-09
10
-153
/
+39
*
OS/2: Allocate the right amount of space for an apr_dso_handle_t and provide
bjh
2000-12-23
1
-2
/
+2
*
Fix VPATH support. APR builds now cleanly in a separate build directory.
sascha
2000-12-15
2
-2
/
+4
*
Change the includes in the "correct" way to allow building on
dreid
2000-12-10
1
-1
/
+2
*
Get apr_dso_error working properly on Unix.
rbb
2000-12-03
1
-1
/
+4
*
Get NULL defined on some systems (e.g., FreeBSD 3.4).
trawick
2000-11-27
1
-0
/
+4
*
OS/2: fix return type of apr_dso_error() & squash warnings about string
bjh
2000-11-22
1
-1
/
+2
*
AIX changes to the way dependencies are built in APR makefiles
trawick
2000-11-15
1
-27
/
+2
*
OS/2 changes to the way dependencies are built in APR makefiles
trawick
2000-11-15
1
-24
/
+2
*
BeOS changes to the way dependencies are built in APR makefiles
trawick
2000-11-15
1
-27
/
+2
*
This patch removes the dependencies from Makefile.in. Dependencies
trawick
2000-11-15
2
-53
/
+7
*
Fix OS/2 build after the move of private APR headers to the include/arch/
bjh
2000-11-14
2
-8
/
+11
*
More files affected by APR_HAS_UNICODE_FS on Win32.
wrowe
2000-11-11
1
-16
/
+37
*
Move all of the dso private header files to an arch directory under
rbb
2000-11-09
16
-489
/
+11
*
Movin on over from 1.3.13-dev : this patch fixes the problem of nasty
wrowe
2000-10-08
1
-4
/
+9
*
Knock off some XXX's prior to a7.
wrowe
2000-10-06
1
-2
/
+15
*
Here it is, the Win32 part of the big canonical errors patch.
wrowe
2000-10-06
1
-5
/
+7
*
Multiple build and configuration fixes
rbb
2000-10-05
1
-0
/
+1
*
Add some .cvsignore goodness...
dreid
2000-09-16
1
-0
/
+2
*
Switch the order of the dllqueryxxx calls. dllqueryvar is the only one
gregames
2000-08-31
1
-4
/
+4
*
Add support to APR for dsos on OS/390.
trawick
2000-08-17
4
-0
/
+266
*
prefix libapr functions and types with apr_
dougm
2000-08-02
10
-52
/
+52
*
ap_dso_sym:
trawick
2000-07-30
1
-4
/
+8
*
ap_dso_init() isn't needed. if/when a platform needs it, then
gstein
2000-07-15
5
-22
/
+0
*
Remove unnecessary INCDIR1
rbb
2000-07-13
1
-1
/
+1
*
Update dependancies in APR
rbb
2000-07-07
1
-3
/
+2
*
allocate *res_handle before setting (*res_handle)->errormsg
dougm
2000-06-25
1
-1
/
+2
*
Continuing the cleanup of beos code.
dreid
2000-06-17
1
-0
/
+1
*
Update ap_dso_error so it builds.
dreid
2000-06-13
1
-1
/
+1
*
Correct the return type for a recent commit to the dso header declaration.
wrowe
2000-06-12
1
-1
/
+1
*
constification.
ben
2000-06-11
2
-2
/
+2
*
Update dependencies.
ben
2000-06-11
1
-3
/
+3
*
Fix bad call to ap_pcalloc() in ap_dso_load(); the bug led to a storage
trawick
2000-06-06
1
-1
/
+1
*
Fix the ap_dso_error function. Not sure if this is what was intended
dreid
2000-06-03
1
-2
/
+3
*
Add an ap_dso_error function.
dreid
2000-06-01
1
-0
/
+5
*
Fix building with DSO support. If any module is configured to be
rbb
2000-06-01
10
-0
/
+44
*
Rework DSO error reporting to be more flexible & informative.
bjh
2000-05-31
6
-19
/
+32
*
Update the ap_dso_error API to work with other platforms.
rbb
2000-05-29
3
-3
/
+3
*
Ignore a generated Makefile.
bjh
2000-05-28
1
-0
/
+1
[next]