summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* skiplist: provide apr_skiplist_element().ylavic2015-03-071-0/+6
* FIX: Skiplists should allow for dups by default. Also, when added, dupsjim2015-03-051-12/+14
* Happy New Year 2015rjung2015-01-011-1/+1
* Provide apr_skiplist_size/height/preheight() to get the corresponding valuesylavic2014-07-171-0/+34
* Fix the documentation for APR_FNM_PERIOD in include/apr_fnmatch.h.brane2014-07-091-2/+2
* missing protojim2014-06-241-0/+9
* correct doc for apr_skiplist_pop -- "leaving the element in the skip list." covener2014-06-221-1/+1
* update doccojim2014-05-271-2/+2
* apr_skiplist_add()... idea from yannjim2014-05-271-1/+12
* fix comment typossf2014-05-141-1/+1
* Add apr_shm_delete()jim2014-04-281-0/+15
* Split the ability to filter LDAP escape sequences into DN escaping or filterminfrin2014-04-211-3/+22
* Add apr_escape_ldap() and apr_pescape_ldap(), escaping charactersminfrin2014-04-211-0/+25
* minor API doc improvementstrawick2014-04-153-9/+13
* Add apr_sockaddr_info_copy(), for making a deep copy of antrawick2014-04-131-0/+9
* A mechanism to avoid strlen reparsing of newly parsed apr_strtok elementswrowe2014-03-071-1/+7
* minor Doxygen and editorial fixestrawick2014-02-261-18/+18
* Revert sys/attr.h test for the time being, reapplying later as a complete patchwrowe2014-02-121-3/+0
* Correct nonsense test for non-exported sys/stat.h autoconf flagwrowe2014-02-121-0/+3
* Using UDS, we sometime try ops not supported on UDS. Make thisjim2014-01-241-1/+15
* Remove more Win9x support (trunk only).trawick2014-01-181-101/+1
* improve formatting of poll options and pollset flags (section headings were m...trawick2014-01-181-2/+8
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-9/+10
* Doxygen formatting fixestrawick2014-01-161-13/+13
* Add signed type apr_intptr_t, because intptr_t is C99, and is not tdonovan2014-01-134-0/+8
* Happy new 2014!rjung2014-01-031-1/+1
* Fix typo noticed by Mike Rumph.rjung2013-12-141-1/+1
* mention non-portability of an odd apr_getnameinfo() usetrawick2013-12-061-0/+2
* add compatibility with C++ applicationstrawick2013-11-171-13/+190
* doxygen fixes for apr_escape APItrawick2013-11-161-13/+13
* add apr_sockaddr_is_wildcard() APItrawick2013-11-121-0/+10
* APR_FOPEN_NONBLOCK is expected to be critical for an apptrawick2013-11-021-0/+4
* trigger the generation of apr_escape_test_char.h duringtrawick2013-10-291-23/+0
* Changes to apr_pollset_method_e enum value of APR_POLLSET_POLL andcovener2013-10-211-2/+2
* Follow-up to r1531768:trawick2013-10-201-1/+63
* fix spelling errortrawick2013-10-121-1/+1
* doc improvements for brigade insertion macrostrawick2013-10-101-8/+8
* Remove reference to the escape character.minfrin2013-10-091-3/+3
* Remove non-portable escaping of the escape character in apr_escape_echo(). En...minfrin2013-10-091-3/+2
* Don't include windows.h when building for Cygwin.trawick2013-10-051-1/+1
* style tweaktrawick2013-10-051-1/+1
* Add in apr_skiplistjim2013-09-301-0/+82
* typo in commenttrawick2013-09-161-1/+1
* Allow control over the setting of _WINNT_WINNTtrawick2013-09-081-1/+1
* Add support for APU_HAVE_CRYPTO+APU_HAVE_OPENSSL.trawick2013-08-271-1/+1
* Support DBD ODBC driver as an optional feature, defaulting to ONtrawick2013-08-231-2/+3
* Add experimental cmake-based build system for Windows.trawick2013-08-221-0/+739
* minor corrections to apr_socket_sendv() documentationtrawick2013-08-041-2/+2
* Fix doc errors in APR header files.trawick2013-06-2514-49/+56
* Fix compilation with FreeBSD on ARM.trawick2013-06-171-1/+1