summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notifications to 2003.thommay2003-01-0189-89/+89
* Use apr_uint32_t rather than apr_size_t for the maximum queue size.jerenkrantz2002-12-302-8/+8
* Fix bug in apr_strmatch when used with case-insensitive patterns.jerenkrantz2002-12-292-1/+4
* Apply a patch to fix make check in test/ from Matt Kraai.thommay2002-12-291-3/+3
* Allow apr_queue to have greater than int number of elements.jerenkrantz2002-12-233-8/+11
* Style police have been recalled from hibernation.jerenkrantz2002-12-231-37/+35
* put the old pool-based brigade allocation back in place for httpd-2.0.44 releasebrianp2002-12-231-12/+7
* Add apr_queue to the Windows build.brane2002-12-224-20/+37
* Clean up apr_queue.hjerenkrantz2002-12-191-1/+21
* Debian provides a db4 with configured with --with-uniquenames so thejerenkrantz2002-12-192-0/+8
* Allocate brigades from a bucket_allocator rather than a pool.brianp2002-12-172-7/+15
* Add $apu_db_xtra_libs state.wsanchez2002-12-152-0/+16
* NetWare has LDAPbnicholes2002-12-121-1/+1
* With luck, this finally closes Blair's build issues.wrowe2002-12-112-0/+7
* If ldap isn't available on a given platform, continue to reap thewrowe2002-12-111-2/+1
* Add win32 ldap to the win32 build.wrowe2002-12-112-4/+16
* Eliminate LDAP_CONST ... needs to be decorated if we plan to deal withwrowe2002-12-113-14/+9
* Since there has been only a single comment and no objections, beginwrowe2002-12-117-24/+995
* In case someone else comes along as asks the same question I did...aaron2002-12-101-0/+1
* Added ltcf-c.sh to .cvsignorethommay2002-12-081-0/+1
* Shrinking the /base allocations for the apr family of modules together.wrowe2002-12-021-4/+4
* Eliminating the per-application global data in the apr_hook source for NetWare.bnicholes2002-12-021-1/+34
* Fix erronious lineendingwrowe2002-12-011-122/+122
* Update to latest APR renamesthommay2002-11-303-2/+3
* If you are going to use $(APRUTIL_LIBS), you have to usewsanchez2002-11-281-1/+1
* Darwin also wants -l flags passed to shared librarieswsanchez2002-11-281-1/+1
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingjwoolley2002-11-231-21/+23
* use syntax for non-system includes when including apr_network_io.htrawick2002-11-221-1/+1
* Use apr_os_default_encoding and apr_os_locale_encoding insteadbrane2002-11-121-67/+6
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-1019-98/+164
* Allow iconv.h to be included. We will turn APU_HAVE_ICONV on later.bnicholes2002-11-071-0/+1
* Clarify that apr_xml_quote_string may not allocate new space for thebrane2002-11-071-0/+2
* * find_apu.m4: backport a change from svn; favor in-tree over installed apusussman2002-11-051-20/+10
* * apu-config.in: add a --version switch, just like apr-config.insussman2002-11-051-0/+5
* Remove the DB_AUTO_COMMIT handling for DB4.1. We're creatingbrane2002-10-241-15/+2
* Avoid declaring exports that exist within only a certain configurationwrowe2002-10-132-4/+4
* Add apr_ldap.hw for Windows buildminfrin2002-10-092-0/+125
* Add IPv6 literal address support to apr_uri_parse(), apr_uri_unparse(),trawick2002-10-073-14/+154
* spelling policegregames2002-10-071-1/+1
* add a URI parser test programtrawick2002-10-073-1/+219
* don't break the build when APR doesn't have thread supporttrawick2002-10-071-0/+11
* clean up some declarationstrawick2002-10-071-2/+2
* axe some broken error checkingtrawick2002-10-041-12/+6
* Add further support for DB_AUTO_COMMIT flag which is required in DB4.1+jerenkrantz2002-10-041-13/+25
* They are still here, they didn't make it into 2.0.43 howeverwrowe2002-10-031-0/+4
* On to the 2.0.43 candidatewrowe2002-10-031-4/+0
* In apr_brigade_writev(), create heap buckets instead ofbrianp2002-09-301-6/+13
* Rewrite of apr_brigade_writev(). It's now more efficient forbrianp2002-09-291-47/+85
* ignore libaprutil-0.laianh2002-09-281-0/+1
* --libs option emits a path to libexpat.la, which forces the client to use GNU...wsanchez2002-09-251-2/+2