summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make test work with thread support disabled.brane2020-05-062-0/+14
* apr_crypto_prng: delacre cprng_stream_ctx_free() static.ylavic2020-04-303-3/+3
* apr_jose: Fix a the case where existing memory buffers were used, but theyminfrin2020-03-161-40/+20
* Add APU_CRYPTO_PRNG_RECOMMENDED_DRIVER to make it easier to choose theminfrin2020-03-141-1/+12
* Support both NID_chacha20 and NID_aes_256_ctr, not one or the other.minfrin2020-03-141-10/+20
* * buckets/apr_brigade.c (apr_brigade_cleanup): Non-debug builds shouldjorton2020-03-111-3/+11
* * include/apr_buckets.h: Ensure macro argument is only expandedjorton2020-03-111-4/+6
* APR's configure script uses AC_TRY_RUN to detect whether the return typeminfrin2020-03-102-7/+11
* Add a cache check with which users who cross-compile APRminfrin2020-03-102-7/+9
* Don't try to use PROC_PTHREAD by default when cross compiling.minfrin2020-02-051-2/+8
* Be more forceful in identifying EBADPATHwrowe2020-01-161-2/+4
* * Add to correct include variablerpluem2020-01-101-1/+1
* Update config.guess and config.sub fromrjung2020-01-012-10/+15
* Happy New Year 2020rjung2020-01-012-2/+2
* Fix the name of libtool when cross compiling.minfrin2020-01-011-1/+1
* Add the ability to cross compile APR.minfrin2019-12-311-0/+22
* Teach configure how to find and build against MariaDB 10.2. PR 61517minfrin2019-12-282-23/+35
* Avoid an overflow on 32 bit platforms.minfrin2019-12-271-1/+1
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>minfrin2019-12-265-8/+138
* Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053.minfrin2019-12-262-44/+7
* Follow-up to r1871082: Actually use api-ms-win-downlevel-shell32-l1-1-0.dllivan2019-12-231-4/+4
* Follow-up to r1871447.ivan2019-12-231-3/+4
* win32: Rewrite late linking code (again) without using INIT_ONCE as groundworkivan2019-12-142-48/+50
* win32: Try to avoid loading shell32.dll whenever possible:ivan2019-12-093-10/+29
* apr_crypto_commoncrypto: Remove stray reference to -lcrypto thatminfrin2019-11-062-2/+5
* ucs2 is a legacy name, the correct encoding nameswrowe2019-10-2910-104/+103
* * threadproc/win32/thread.civan2019-10-221-10/+1
* * atomic/win32/apr_atomic64.civan2019-10-161-0/+7
* CHANGES: Link to APR 1.7.x and APR-util 1.7.x changelog.ivan2019-10-151-0/+5
* apr_proc_create(): Properly escape arguments containing whitespace charactersivan2019-10-155-6/+203
* Refactoring. No functional changes intended.ivan2019-10-151-15/+35
* apr_atomic_read64(): Fix non-atomic read on 32-bit Windows.ivan2019-10-083-1/+43
* Add APR_DECLARE() to apr_json_*() and apr_jose_*() functions declaration toivan2019-10-085-36/+49
* Remove the APR_SENDFILE_DISCONNECT_SOCKET flag.ivan2019-09-203-40/+16
* win32: Use TF_USE_KERNEL_APC for TransmitFile(). According to theivan2019-09-141-0/+22
* win32: Do not use TransmitFile directly. According to documentationivan2019-09-142-8/+25
* * network_io/win32/sendrecv.civan2019-09-141-4/+0
* * threadproc/win32/proc.civan2019-09-091-7/+5
* * threadproc/win32/proc.civan2019-09-091-35/+18
* Follow-up to r1866300: Add missing return value in test function.ivan2019-09-091-0/+2
* Follow-up to r1860075: Remove unused local variable.ivan2019-09-081-1/+0
* win32: Remove unused code.ivan2019-09-071-27/+0
* win32: Fix very unlikely race condition in late linking code.ivan2019-09-071-6/+11
* Refactor win32 thread_mutex code. No functional changes intended.ivan2019-09-031-12/+29
* Add test for WAIT_ABANDONED handling for win32 mutexes. Code works asivan2019-09-031-0/+42
* * buckets/apr_buckets_refcount.c (apr_bucket_shared_copy):jorton2019-08-291-2/+1
* Revert r1862435, r1862071 per veto from ivanjorton2019-08-286-127/+11
* Add --tag=CC to libtool invocations. PR 62640.minfrin2019-08-174-8/+10
* Add empty stubs for APR pool functions, that arerjung2019-07-172-29/+38
* Update config.guess and config.sub fromrjung2019-07-172-62/+233