summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* FIx some formatting oddness introduced by the indent tool.minfrin2018-06-251-57/+57
* Add the apr_encode_* API that implements RFC4648 and RFC7515minfrin2018-06-253-0/+666
* Fix some doxygen commentsjailletc362018-06-243-4/+4
* apr_reslist: add apr_reslist_acquire_ex().ylavic2018-06-211-1/+19
* apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.ylavic2018-06-211-1/+1
* apr_crypto: follow up to r1833359: helper to get crypto lib version.ylavic2018-06-132-20/+17
* apr_crypto: follow up to r1833359: crypto libs initialization scope.ylavic2018-06-131-1/+1
* apr_crypto: follow up to r1833359.ylavic2018-06-122-0/+44
* Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.ylavic2018-06-121-1/+3
* Follow up to r1833359: apr_crypto_prng API depends on APU_HAVE_CRYPTO_PRNG.ylavic2018-06-111-5/+6
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-112-0/+142
* Revert apr_reslist_fifo_set() (r1828289 and follow ups).ylavic2018-04-131-14/+0
* reslist: follow up to r1828289: fix typo and wording.ylavic2018-04-061-3/+3
* reslist: follow up to r1828289: enfore empty list requirement when setting fifo.ylavic2018-04-061-7/+8
* reslist: follow up to r1828289: adjust maintenance top too.ylavic2018-04-041-0/+6
* reslist: follow up to r1828289: name fifo arg according to doxygen.ylavic2018-04-041-1/+1
* reslist: Add apr_reslist_fifo_set().ylavic2018-04-031-0/+7
* Happy New Year 2018rjung2018-01-041-1/+1
* Add apr_pool_get_tag to retrieve the pool tag name.jorton2017-12-121-0/+7
* * network_io/unix/sockaddr.c (apr_sockaddr_zone_set): Failjorton2017-11-291-0/+2
* Support IPv6 link-local address scope/zone mapping.jorton2017-11-282-0/+25
* * include/arch/unix/apr_arch_poll_private.h,jorton2017-08-181-2/+2
* apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.ivan2017-08-171-1/+2
* apr_{thread,proc,global}_timedlock() with negative timeout is now equivalentylavic2017-04-073-3/+9
* locks: follow up to r1790488 and r1790521: likewise for theylavic2017-04-071-1/+1
* locks: follow up to r1790488.ylavic2017-04-073-3/+3
* locks: follow up to r1667900.ylavic2017-04-074-13/+7
* Follow up to r1788334: apr_allocator_align() should take an allocator asylavic2017-04-032-2/+7
* Note initial/current behavior apr_file_copy APIwrowe2017-03-301-0/+4
* apr_socket_sendfile:ylavic2017-03-281-0/+1
* Follow up to r1788346: we don't really need a separate "order" setting forylavic2017-03-241-9/+0
* apr_allocator, apr_pools: Add apr_allocator_page_size(),ylavic2017-03-232-0/+23
* Follow up to r1788334: better apr_allocator_align() description.ylavic2017-03-231-2/+2
* apr_buckets: Add apr_bucket_file_set_buf_size() which allows to configureylavic2017-03-231-0/+24
* apr_allocator: Provide apr_allocator_align() to get the true size thatylavic2017-03-231-0/+8
* Happy New Year 2017rjung2017-01-021-1/+1
* Nobody should be running pre-IPV6 flavors of Windows OS abandonware anymorewrowe2016-12-141-1/+1
* Fix a second doxygen syntax errorwrowe2016-12-121-1/+1
* Rather convoluted, fix doxygen and @see references for the table_do logicwrowe2016-12-121-4/+5
* Force commitjim2016-11-061-2/+4
* Redis in APR_2.0 toojim2016-11-051-0/+457
* Follow-up to r1726928: Add APR_DECLARE() to apr_cstr_*() functionsivan2016-10-281-29/+36
* Provide apr_siphash*() functions family.ylavic2016-10-071-0/+147
* crypto: provide apr_crypto_equals(), a timing attacks safe buffers comparisonylavic2016-10-061-0/+12
* atomic: fix API of atomic_{cas,xchg}ptr() for APR-2.ylavic2016-10-061-2/+2
* crypto: provide apr_crypto_memzero, garanteed to not be optimized out byylavic2016-10-061-2/+10
* apr_crypto: Add apr_crypto_key() function which supports keysminfrin2016-07-092-4/+87
* apr_xml_to_text: Add style APR_XML_X2T_PARSED to maintain a consistent namesp...minfrin2016-06-121-0/+2
* apr_os_proc_mutex_put_ex: Allow to specify whether the OS nativeylavic2016-04-131-0/+3
* Clarify the behaviour of apr_hash_set().minfrin2016-03-251-1/+2