summaryrefslogtreecommitdiff
path: root/contrib/apr-util/dbd/apr_dbd.c
Commit message (Collapse)AuthorAgeFilesLines
* Update apr-util to 1.6.1. See contrib/apr-util/CHANGES for a summary ofDimitry Andric2020-06-011-3/+0
| | | | | | | | | | changes. MFC after: 2 weeks X-MFC-With: r361677 Notes: svn path=/head/; revision=361692
* Import apr-util-1.5.3 from vendor branch (rr258600)Peter Wemm2013-11-251-4/+6
| | | | | | | This is a minor bug fix release. Notes: svn path=/head/; revision=258602
* Introduce svnlite so that we can check out our source code again.Peter Wemm2013-06-181-0/+574
This is actually a fully functional build except: * All internal shared libraries are static linked to make sure there is no interference with ports (and to reduce build time). * It does not have the python/perl/etc plugin or API support. * By default, it installs as "svnlite" rather than "svn". * If WITH_SVN added in make.conf, you get "svn". * If WITHOUT_SVNLITE is in make.conf, this is completely disabled. To be absolutely clear, this is not intended for any use other than checking out freebsd source and committing, like we once did with cvs. It should be usable for small scale local repositories that don't need the python/perl plugin architecture. Notes: svn path=/head/; revision=251886