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
...
*
(apr_dso_load) initialize os_handle to NULL to stop apr_dso_load from returni...
fitz
2001-11-20
1
-1
/
+1
*
Update *ressym on success in the Darwin DSO load path.
jerenkrantz
2001-11-20
1
-0
/
+1
*
Removed NetWare from the DSO #ifdef confusion
bnicholes
2001-11-13
1
-21
/
+0
*
NetWare DSO handling routines
bnicholes
2001-11-13
1
-0
/
+166
*
Fix leak of NSObjectFileImage handle.
wsanchez
2001-11-12
1
-0
/
+1
*
OS/2: Return a proper error code from apr_dso_sym() & prevent NULL dereference
bjh
2001-10-21
1
-5
/
+11
*
add apr_os_dso_handle_put for win32
dougm
2001-10-20
1
-0
/
+10
*
AIX emulated dlopen() cleanups...
orlikowski
2001-09-25
1
-4
/
+24
*
As pointed out by Mladen Turk <mturk@mappingsoft.com>, the Win9x case
wrowe
2001-09-19
1
-1
/
+3
*
Some message is better than no message. Modified the lookup to show
wrowe
2001-09-04
1
-13
/
+16
*
Basically added a call to apr_dso_load() to make sure that any module that
bnicholes
2001-08-28
1
-0
/
+21
*
Warning Will Robinson, someone's about to trounce you
wrowe
2001-08-02
1
-1
/
+1
*
include stdlib.h for malloc() and free() prototypes (Darwin)
trawick
2001-07-02
1
-1
/
+4
*
More pools instead of contexts...
dreid
2001-04-29
1
-8
/
+8
*
We have pools not contexts...
dreid
2001-04-29
1
-7
/
+8
*
implement apr_os_dso_handle_get() and apr_os_dso_handle_put() for
trawick
2001-04-27
1
-1
/
+19
*
Fix DSO support on HPUX. We have to use ==, not = and it helps to return
rbb
2001-04-27
1
-2
/
+2
*
Fix the build after Doug M's commit.
dreid
2001-04-25
1
-2
/
+2
*
get apr_os_dso_handle_put working
dougm
2001-04-25
2
-4
/
+4
*
Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying up
dreid
2001-04-22
1
-2
/
+20
*
store the pool handle in apr_os_dso_handle_put()
trawick
2001-04-19
1
-0
/
+1
*
Add OS/2 implementation of apr_os_dso_handle_put/get.
bjh
2001-04-19
1
-0
/
+24
*
implement apr_os_dso_handle_get|put() so that Apache builds again;
trawick
2001-04-19
1
-0
/
+17
*
Clean up conditionals in unix DSO code so that we decide based on the
wsanchez
2001-04-19
1
-15
/
+20
*
Add dyld support
wsanchez
2001-04-18
1
-2
/
+48
*
This patch sets the dso/aix subdirectory to be used for older versions
trawick
2001-04-02
2
-6
/
+21
*
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
[prev]
[next]