index
:
delta/libapr-util.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.x
APU_0_9_BRANCH
baserock/morph
master
mc-binary-protocol-dev
ssl-evp
svn.apache.org: repos/asf/apr/apr-util
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGES
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow querying of the version of the DB libraries APU linked against.
thommay
2003-07-08
1
-0
/
+3
*
Fix an oops in that apr-util would copy APR's apr_rules.mk into the source
jerenkrantz
2003-06-12
1
-0
/
+3
*
SECURITY [httpd incident CAN-2003-0189] Address a thread safety issue with
jerenkrantz
2003-05-28
1
-0
/
+4
*
Fix a problem with LDAP configuration which caused subsequent
trawick
2003-05-09
1
-0
/
+5
*
Fix a problem preventing the use of the bundled Expat when APR-util
trawick
2003-05-09
1
-0
/
+3
*
Use the same compiler and preprocessor for the APR-util config tests
trawick
2003-04-28
1
-0
/
+5
*
Fix apr_uuid_parse() on EBCDIC machines by providing a
trawick
2003-04-22
1
-0
/
+2
*
Replace the 'grain' with a more generic APR_ALIGN_DEFAULT. (Use of grain was
madhum
2003-04-21
1
-1
/
+3
*
On to 0.9.4-dev
wrowe
2003-03-31
1
-0
/
+4
*
Allow apr_date_parse_rfc to parse 'Sun, 06-Nov-1994 08:49:37 GMT' as a valid
jerenkrantz
2003-03-28
1
-0
/
+3
*
Fix error in apu-config when symlinks are involved.
jerenkrantz
2003-03-23
1
-1
/
+2
*
After the tag... we are at 0.9.3-dev
wrowe
2003-03-22
1
-0
/
+4
*
Fix the APR_BUCKET_IS_foo() macros so they parenthesize their parameter.
trawick
2003-03-13
1
-0
/
+4
*
API Change:
ianh
2003-02-22
1
-0
/
+3
*
Remove include/apr_ldap.h on distclean.
jerenkrantz
2003-02-17
1
-2
/
+4
*
Fix race condition in apr_queue.
ianh
2003-02-14
1
-0
/
+3
*
Make rules.mk be copied at configure time rather than buildconf time
thommay
2003-02-04
1
-0
/
+3
*
Make buildconf copy rules.mk as well.
thommay
2003-02-04
1
-0
/
+3
*
Add --includedir flag to apu-config.
jerenkrantz
2003-01-30
1
-0
/
+2
*
Fix brokenness in sdbm when sizeof(int) != sizeof(size_t)
trawick
2003-01-23
1
-0
/
+3
*
Have buildconf copy required files from apr so that apr-util can build
jerenkrantz
2003-01-22
1
-0
/
+3
*
Detect OpenLDAP when used with Solaris 9.
minfrin
2003-01-21
1
-0
/
+3
*
BDB 4.1 uses 4001 rather than 4000 when compiled with --with-uniquenames
thommay
2003-01-20
1
-0
/
+3
*
Allow apu-config to work in symlinked install directories when 'realpath' is
jerenkrantz
2003-01-08
1
-0
/
+3
*
Fix bug in apr_strmatch when used with case-insensitive patterns.
jerenkrantz
2002-12-29
1
-0
/
+3
*
Allow apr_queue to have greater than int number of elements.
jerenkrantz
2002-12-23
1
-0
/
+3
*
Debian provides a db4 with configured with --with-uniquenames so the
jerenkrantz
2002-12-19
1
-0
/
+3
*
Allocate brigades from a bucket_allocator rather than a pool.
brianp
2002-12-17
1
-0
/
+3
*
Update to latest APR renames
thommay
2002-11-30
1
-0
/
+1
*
Go through doxygen output and remove as many errors and warnings as I could.
jerenkrantz
2002-11-10
1
-0
/
+2
*
Add apr_ldap.hw for Windows build
minfrin
2002-10-09
1
-0
/
+3
*
Add IPv6 literal address support to apr_uri_parse(), apr_uri_unparse(),
trawick
2002-10-07
1
-0
/
+3
*
They are still here, they didn't make it into 2.0.43 however
wrowe
2002-10-03
1
-0
/
+4
*
On to the 2.0.43 candidate
wrowe
2002-10-03
1
-4
/
+0
*
Added apr_brigade_writev() function
brianp
2002-09-21
1
-0
/
+2
*
Fix so that we can use compile against db-4.1.24 which altered the open
jerenkrantz
2002-09-19
1
-0
/
+2
*
Add --bindir option to apu-config so that users of APR-util have an idea
jerenkrantz
2002-09-19
1
-0
/
+2
*
Move to 0.9.2-dev
jerenkrantz
2002-09-12
1
-0
/
+2
*
- Add all of the standard versioning infrastructure bits derived from APR.
jerenkrantz
2002-09-10
1
-1
/
+4
*
Running "make check" in the toplevel directory or the test/ directory
aaron
2002-09-05
1
-0
/
+3
*
Bug #9789 NDBM support for apr_dbm.
ianh
2002-08-21
1
-0
/
+3
*
add a thread safe FIFO bounded buffer queue.
ianh
2002-08-18
1
-0
/
+2
*
Changed file_bucket_setaside() to use apr_file_setaside() instead
brianp
2002-08-16
1
-0
/
+3
*
Install libaprutil support libraries before installing libaprutil
trawick
2002-08-12
1
-0
/
+5
*
The one-sentence description is way to vague, but worth mentioning anyway.
aaron
2002-08-05
1
-0
/
+3
*
Stop and breathe.
wrowe
2002-07-17
1
-0
/
+5
*
Find installed expat on 64-bit platforms.
jerenkrantz
2002-07-16
1
-0
/
+2
*
Optimized apr_brigade_puts() because it was showing up as
brianp
2002-06-29
1
-0
/
+2
*
Fixed a segfault in apr_date_parse_rfc() for some date formats
jwoolley
2002-05-23
1
-0
/
+5
*
It's Midnight Cinderella. (Actually, it's 1:40, but hey...)
jerenkrantz
2002-05-14
1
-0
/
+3
[next]