| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notifications to 2003. | thommay | 2003-01-01 | 89 | -89/+89 |
* | Use apr_uint32_t rather than apr_size_t for the maximum queue size. | jerenkrantz | 2002-12-30 | 2 | -8/+8 |
* | Fix bug in apr_strmatch when used with case-insensitive patterns. | jerenkrantz | 2002-12-29 | 2 | -1/+4 |
* | Apply a patch to fix make check in test/ from Matt Kraai. | thommay | 2002-12-29 | 1 | -3/+3 |
* | Allow apr_queue to have greater than int number of elements. | jerenkrantz | 2002-12-23 | 3 | -8/+11 |
* | Style police have been recalled from hibernation. | jerenkrantz | 2002-12-23 | 1 | -37/+35 |
* | put the old pool-based brigade allocation back in place for httpd-2.0.44 release | brianp | 2002-12-23 | 1 | -12/+7 |
* | Add apr_queue to the Windows build. | brane | 2002-12-22 | 4 | -20/+37 |
* | Clean up apr_queue.h | jerenkrantz | 2002-12-19 | 1 | -1/+21 |
* | Debian provides a db4 with configured with --with-uniquenames so the | jerenkrantz | 2002-12-19 | 2 | -0/+8 |
* | Allocate brigades from a bucket_allocator rather than a pool. | brianp | 2002-12-17 | 2 | -7/+15 |
* | Add $apu_db_xtra_libs state. | wsanchez | 2002-12-15 | 2 | -0/+16 |
* | NetWare has LDAP | bnicholes | 2002-12-12 | 1 | -1/+1 |
* | With luck, this finally closes Blair's build issues. | wrowe | 2002-12-11 | 2 | -0/+7 |
* | If ldap isn't available on a given platform, continue to reap the | wrowe | 2002-12-11 | 1 | -2/+1 |
* | Add win32 ldap to the win32 build. | wrowe | 2002-12-11 | 2 | -4/+16 |
* | Eliminate LDAP_CONST ... needs to be decorated if we plan to deal with | wrowe | 2002-12-11 | 3 | -14/+9 |
* | Since there has been only a single comment and no objections, begin | wrowe | 2002-12-11 | 7 | -24/+995 |
* | In case someone else comes along as asks the same question I did... | aaron | 2002-12-10 | 1 | -0/+1 |
* | Added ltcf-c.sh to .cvsignore | thommay | 2002-12-08 | 1 | -0/+1 |
* | Shrinking the /base allocations for the apr family of modules together. | wrowe | 2002-12-02 | 1 | -4/+4 |
* | Eliminating the per-application global data in the apr_hook source for NetWare. | bnicholes | 2002-12-02 | 1 | -1/+34 |
* | Fix erronious lineending | wrowe | 2002-12-01 | 1 | -122/+122 |
* | Update to latest APR renames | thommay | 2002-11-30 | 3 | -2/+3 |
* | If you are going to use $(APRUTIL_LIBS), you have to use | wsanchez | 2002-11-28 | 1 | -1/+1 |
* | Darwin also wants -l flags passed to shared libraries | wsanchez | 2002-11-28 | 1 | -1/+1 |
* | Fixed the apr_mmap_dup ownership problem for disjoint pools by getting | jwoolley | 2002-11-23 | 1 | -21/+23 |
* | use syntax for non-system includes when including apr_network_io.h | trawick | 2002-11-22 | 1 | -1/+1 |
* | Use apr_os_default_encoding and apr_os_locale_encoding instead | brane | 2002-11-12 | 1 | -67/+6 |
* | Go through doxygen output and remove as many errors and warnings as I could. | jerenkrantz | 2002-11-10 | 19 | -98/+164 |
* | Allow iconv.h to be included. We will turn APU_HAVE_ICONV on later. | bnicholes | 2002-11-07 | 1 | -0/+1 |
* | Clarify that apr_xml_quote_string may not allocate new space for the | brane | 2002-11-07 | 1 | -0/+2 |
* | * find_apu.m4: backport a change from svn; favor in-tree over installed apu | sussman | 2002-11-05 | 1 | -20/+10 |
* | * apu-config.in: add a --version switch, just like apr-config.in | sussman | 2002-11-05 | 1 | -0/+5 |
* | Remove the DB_AUTO_COMMIT handling for DB4.1. We're creating | brane | 2002-10-24 | 1 | -15/+2 |
* | Avoid declaring exports that exist within only a certain configuration | wrowe | 2002-10-13 | 2 | -4/+4 |
* | Add apr_ldap.hw for Windows build | minfrin | 2002-10-09 | 2 | -0/+125 |
* | Add IPv6 literal address support to apr_uri_parse(), apr_uri_unparse(), | trawick | 2002-10-07 | 3 | -14/+154 |
* | spelling police | gregames | 2002-10-07 | 1 | -1/+1 |
* | add a URI parser test program | trawick | 2002-10-07 | 3 | -1/+219 |
* | don't break the build when APR doesn't have thread support | trawick | 2002-10-07 | 1 | -0/+11 |
* | clean up some declarations | trawick | 2002-10-07 | 1 | -2/+2 |
* | axe some broken error checking | trawick | 2002-10-04 | 1 | -12/+6 |
* | Add further support for DB_AUTO_COMMIT flag which is required in DB4.1+ | jerenkrantz | 2002-10-04 | 1 | -13/+25 |
* | 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 |
* | In apr_brigade_writev(), create heap buckets instead of | brianp | 2002-09-30 | 1 | -6/+13 |
* | Rewrite of apr_brigade_writev(). It's now more efficient for | brianp | 2002-09-29 | 1 | -47/+85 |
* | ignore libaprutil-0.la | ianh | 2002-09-28 | 1 | -0/+1 |
* | --libs option emits a path to libexpat.la, which forces the client to use GNU... | wsanchez | 2002-09-25 | 1 | -2/+2 |