summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* * Add CHANGES entry for r1909474, r1909585, r1909586, r1909590Ruediger Pluem2023-05-081-0/+3
* CHANGES: Drop my email from the changelog entries, for consistency.Evgeny Kotkov2023-04-121-3/+3
* CHANGES: Remove entries that were released in APR 1.7.3.Evgeny Kotkov2023-04-121-13/+0
* Revert r1808456 (Win32: Don't seek to the end when opening files withEvgeny Kotkov2023-04-121-3/+0
* Follow up to r1897207: CHANGES entry.Yann Ylavic2023-03-201-0/+2
* Follow to r1908433: CHANGES entry.Yann Ylavic2023-03-201-0/+1
* * Add CHANGES entry for r1908248 [skip ci]Ruediger Pluem2023-03-131-0/+4
* * Add changes entry for r1907566 [skip ci]Ruediger Pluem2023-03-071-0/+3
* CHANGES: Fix typo.Ivan Zhakov2023-02-061-1/+1
* Fix potential handle leak when apr_proc_create() is used from from multipleIvan Zhakov2023-01-211-0/+3
* apr_proc_create(): Fix incorrect error handling when pipes are redirectedIvan Zhakov2023-01-211-0/+3
* * CHANGES: Fix typo.Ivan Zhakov2022-06-301-1/+1
* win32: Fix potential race condition in apr_thread_create.Ivan Zhakov2022-06-271-0/+2
* win32: Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov]Ivan Zhakov2022-06-191-0/+2
* win32: Fix attempt to free invalid memory on exit when apr_app is used.Ivan Zhakov2022-06-191-0/+3
* CHANGES: Remove change backported to 1.8.x branch in r1902044.Ivan Zhakov2022-06-181-2/+0
* CHANGES: Remove change backported to 1.8.x branch in r1902043.Ivan Zhakov2022-06-181-2/+0
* Follow-up to r1896717: Add CHANGES entry.Ivan Zhakov2022-06-161-0/+2
* Prefer posix shared mem over SysV in all cases:Jim Jagielski2022-05-181-4/+7
* Optimize apr_file_mtime_set() on Windows.Ivan Zhakov2022-01-021-0/+2
* Since runtime SCTP detection is dependent on kernel configuration, addJoe Orton2021-10-121-0/+4
* apr_dbm: Add dedicated apr_dbm_get_driver() function that returnsGraham Leggett2021-06-211-0/+4
* Remove Windows apr_mmap_t members pstart, psize and poffset.Yann Ylavic2021-03-021-0/+3
* Align apr_mmap()ing offset to a page boundary. PR 65158.Yann Ylavic2021-03-021-0/+2
* APR's configure script uses AC_TRY_RUN to detect whether the return typeGraham Leggett2020-03-101-0/+7
* Add a cache check with which users who cross-compile APRGraham Leggett2020-03-101-0/+4
* apr_crypto_commoncrypto: Remove stray reference to -lcrypto thatGraham Leggett2019-11-061-0/+3
* CHANGES: Link to APR 1.7.x and APR-util 1.7.x changelog.Ivan Zhakov2019-10-151-0/+5
* apr_proc_create(): Properly escape arguments containing whitespace charactersIvan Zhakov2019-10-151-0/+3
* apr_atomic_read64(): Fix non-atomic read on 32-bit Windows.Ivan Zhakov2019-10-081-0/+2
* Remove the APR_SENDFILE_DISCONNECT_SOCKET flag.Ivan Zhakov2019-09-201-0/+2
* Revert r1862435, r1862071 per veto from ivanJoe Orton2019-08-281-7/+0
* Add --tag=CC to libtool invocations. PR 62640.Graham Leggett2019-08-171-0/+2
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-031-0/+2
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andJoe Orton2019-07-021-0/+3
* Note apr_dir_pread.Joe Orton2019-06-251-0/+4
* apr_crypto_openssl: Remove unused link to the ssl library.Graham Leggett2019-06-231-0/+3
* apu_dso_init: Fix pool lifetime and introduce a reference count. Graham Leggett2019-06-231-0/+5
* apr_crypto_openssl: use OPENSSL_init_crypto() to initialise OpenSSL Graham Leggett2019-06-231-0/+3
* Fix problem that apr_get_oslevel() was returning APR_WIN_XP on Windows 10.Ivan Zhakov2019-06-111-0/+2
* On 'xmllite' branch: Merge changes from trunk.xmlliteIvan Zhakov2019-05-271-0/+3
|\
| * Fix handle leak in the Win32 apr_uid_current implementation.Ivan Zhakov2019-05-261-0/+3
* | On 'xmllite' branch: Update CHANGES file.Ivan Zhakov2019-05-271-0/+3
|/
* Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t.Ivan Zhakov2019-05-201-0/+6
* Use native one-time initialization [1] to implement apr_thread_once_t onIvan Zhakov2019-05-191-0/+3
* The minimum supported Windows OS versions are now Windows 7 / Windows ServerIvan Zhakov2019-05-181-0/+3
* Narrow symbolic link detection on NTFSWilliam A. Rowe Jr2019-03-201-0/+4
* User-facing behavior changesWilliam A. Rowe Jr2019-03-201-0/+5
* Signals: Allow handling of SIGUSR2 in apr_signal_thread.Yann Ylavic2019-02-221-0/+2
* Add in Atomics for 64bit intsJim Jagielski2018-09-171-0/+2