summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Stage 3 in cleaning win95 code ... cleanup headersmturk2021-12-023-85/+46
* Stage 2 in cleaning win95 code ... cleanup filesysmturk2021-12-026-538/+213
* Stage 1 in cleaning win95 code ... cleanup utilsmturk2021-12-024-264/+117
* Stage 3 in dismantling _WIN32_WCE ... cleanup codemturk2021-12-0220-270/+6
* Stage 2 in dissmantling _WIN_32_WCE ... cleanup private header filesmturk2021-12-024-18/+2
* Stage 1 in dissmantling _WIN_32_WCE ... cleanup header filesmturk2021-12-023-72/+52
* Add missing config directories returned by findIconv modulemturk2021-12-021-6/+13
* Add support for APU_HAS_ICONV optionmturk2021-12-023-8/+17
* Add missing header for getpid()mturk2021-12-022-1/+7
* Copy missing file so that testfnmatch passmturk2021-12-021-0/+3
* Use global variable instead repeating the same name throgh CMakeLists.txtmturk2021-12-011-27/+30
* Fix find package. Cmake has findEXPAT not findExpatmturk2021-12-011-1/+1
* Print if OpenSSL was found and use the same dll prefix for modules as for apr...mturk2021-12-011-6/+7
* Use the same dll prefix for modules as for apr itselfmturk2021-12-011-7/+7
* Fix remaining change when apr_filetype_e was addedmturk2021-12-011-1/+1
* Fix pointer arithmetic for 'void *'mturk2021-12-011-5/+4
* apr_sleep: use nanosleep() when available.ylavic2021-11-262-0/+9
* Add missing bits from CVE-2021-35940 applied to 1.7.x branchmturk2021-11-211-0/+3
* Use enum instead multiple booleansmturk2021-11-193-17/+20
* Use random bytes like with named pipes as socket pipe identifiermturk2021-11-191-8/+10
* Fix typomturk2021-11-191-1/+1
* Sync WIN32 local function names with 1.7.x branch -- no functional changemturk2021-11-193-12/+14
* Follow up to r1895106: Use less expensive atomics for wakeup.ylavic2021-11-198-81/+119
* Fix compile error for C compilers that do not allow variable declarations aft...mturk2021-11-171-2/+4
* Follow up to r1895106: now we want blocking reads on unix too so revert r1894...ylavic2021-11-171-4/+2
* Fix drain wakeup pipe issue when multiple threads call apr_pollset_wakeup/apr...mturk2021-11-179-23/+35
* Follow up to r1894914: non-blocking wakeup pipe reads on Windows too.ylavic2021-11-101-0/+4
* poll: Fix possible blocking when draining the wakeup pipe.ylavic2021-11-101-2/+3
* Follow up to r1894621: restore apr_atomic_init::apr__atomic_generic64_init().ylavic2021-11-031-1/+1
* apr_atomic: Fix load/store for weak memory ordering architectures.ylavic2021-10-293-16/+73
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-294-21/+120
* Revert r1894618.ylavic2021-10-2910-230/+37
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-2910-37/+230
* Remove begin.minfrin2021-10-251-1/+0
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatminfrin2021-10-256-0/+36
* apr_brigade_split_boundary: Make sure the ignore offset is reset afterminfrin2021-10-211-0/+4
* apr_brigade_split_boundary: Use memmem and memcmp for comparison, allowingminfrin2021-10-211-6/+6
* apr_brigade_split_boundary: Rather than shaving one byte fromminfrin2021-10-201-8/+7
* apr_brigade_split_boundary: Correctly account for the bytes we've written.minfrin2021-10-201-0/+5
* apr_brigades: Add apr_brigade_split_boundary(), allowing us to splitminfrin2021-10-193-0/+357
* Since runtime SCTP detection is dependent on kernel configuration, addjorton2021-10-122-2/+19
* apr_crypto: non-DSO drivers should have global lifetime too.ylavic2021-09-201-3/+5
* Follow up to r1893204: restore apr_file_setaside() semantics, fix file_bucket...ylavic2021-09-194-6/+31
* testcrypto: really change one bit of the seed (only) in test_crypto_prng().ylavic2021-09-121-4/+4
* testcrypto: run non-threaded cprng tests without APR_CRYPTO_PRNG_PER_THREAD.ylavic2021-09-121-24/+10
* apr_crypto_prng: cleanup after ourselves when apr_crypto_prng_init() fails.ylavic2021-09-121-8/+17
* apr_crypto: cprng_stream_ctx_make() to return NULL *ctx on failure.ylavic2021-09-121-2/+5
* apr_file_setaside: don't blindly kill the old cleanup and file descriptor.ylavic2021-09-103-11/+6
* apr_crypto: s/APR_CRYPTO_CIPHER_CHACHA20_CTR/APR_CRYPTO_CIPHER_CHACHA20/gylavic2021-09-103-3/+3
* test: fix memory leaks of the test framework at exit.ylavic2021-09-103-5/+21