summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Clarify under what circumstances memory is allocated in apr_os_sock_put().Graham Leggett2015-09-181-1/+4
* Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().Yann Ylavic2015-04-071-0/+34
* Fix doxygen errorChristophe Jaillet2015-03-251-2/+2
* Fix doxygen error + be consistent in parameter namingChristophe Jaillet2015-03-251-3/+3
* Fix doxygen errorChristophe Jaillet2015-03-251-1/+1
* Fix doxygen errorChristophe Jaillet2015-03-251-1/+0
* Follow up to r1667900: fix comments.Yann Ylavic2015-03-193-6/+6
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-197-2/+51
* skiplist: follow up to r1667420: fix bad copy/paste in description.Yann Ylavic2015-03-171-2/+2
* skiplist: Introduce apr_skiplist_replace[_compare]().Yann Ylavic2015-03-171-1/+27
* apr_queue: Add apr_queue_timedpush() and apr_queue_timedpop() toYann Ylavic2015-03-161-1/+34
* skiplist: restore back add-if-not-exist semantic to apr_skiplist_insert(),Yann Ylavic2015-03-131-14/+14
* apr_hash: introduce apr_hash_get_or_set().Yann Ylavic2015-03-111-0/+14
* skiplist: provide apr_skiplist_element().Yann Ylavic2015-03-071-0/+6
* FIX: Skiplists should allow for dups by default. Also, when added, dupsJim Jagielski2015-03-051-12/+14
* Happy New Year 2015Rainer Jung2015-01-011-1/+1
* Provide apr_skiplist_size/height/preheight() to get the corresponding valuesYann Ylavic2014-07-171-0/+34
* Fix the documentation for APR_FNM_PERIOD in include/apr_fnmatch.h.Branko Čibej2014-07-091-2/+2
* missing protoJim Jagielski2014-06-241-0/+9
* correct doc for apr_skiplist_pop -- "leaving the element in the skip list." Eric Covener2014-06-221-1/+1
* update doccoJim Jagielski2014-05-271-2/+2
* apr_skiplist_add()... idea from yannJim Jagielski2014-05-271-1/+12
* fix comment typosStefan Fritsch2014-05-141-1/+1
* Add apr_shm_delete()Jim Jagielski2014-04-281-0/+15
* Split the ability to filter LDAP escape sequences into DN escaping or filterGraham Leggett2014-04-211-3/+22
* Add apr_escape_ldap() and apr_pescape_ldap(), escaping charactersGraham Leggett2014-04-211-0/+25
* minor API doc improvementsJeff Trawick2014-04-153-9/+13
* Add apr_sockaddr_info_copy(), for making a deep copy of anJeff Trawick2014-04-131-0/+9
* A mechanism to avoid strlen reparsing of newly parsed apr_strtok elementsWilliam A. Rowe Jr2014-03-071-1/+7
* minor Doxygen and editorial fixesJeff Trawick2014-02-261-18/+18
* Revert sys/attr.h test for the time being, reapplying later as a complete patchWilliam A. Rowe Jr2014-02-121-3/+0
* Correct nonsense test for non-exported sys/stat.h autoconf flagWilliam A. Rowe Jr2014-02-121-0/+3
* Using UDS, we sometime try ops not supported on UDS. Make thisJim Jagielski2014-01-241-1/+15
* Remove more Win9x support (trunk only).Jeff Trawick2014-01-181-101/+1
* improve formatting of poll options and pollset flags (section headings were m...Jeff Trawick2014-01-181-2/+8
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-9/+10
* Doxygen formatting fixesJeff Trawick2014-01-161-13/+13
* Add signed type apr_intptr_t, because intptr_t is C99, and is not Thomas J. Donovan2014-01-134-0/+8
* Happy new 2014!Rainer Jung2014-01-031-1/+1
* Fix typo noticed by Mike Rumph and Christophe Jaillet.Rainer Jung2013-12-141-1/+1
* mention non-portability of an odd apr_getnameinfo() useJeff Trawick2013-12-061-0/+2
* add compatibility with C++ applicationsJeff Trawick2013-11-171-13/+190
* doxygen fixes for apr_escape APIJeff Trawick2013-11-161-13/+13
* add apr_sockaddr_is_wildcard() APIJeff Trawick2013-11-121-0/+10
* APR_FOPEN_NONBLOCK is expected to be critical for an appJeff Trawick2013-11-021-0/+4
* trigger the generation of apr_escape_test_char.h duringJeff Trawick2013-10-291-23/+0
* Changes to apr_pollset_method_e enum value of APR_POLLSET_POLL andEric Covener2013-10-211-2/+2
* Follow-up to r1531768:Jeff Trawick2013-10-201-1/+63
* fix spelling errorJeff Trawick2013-10-121-1/+1
* doc improvements for brigade insertion macrosJeff Trawick2013-10-101-8/+8