summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* poll: don't #include sys/poll.h if poll.h is available.Yann Ylavic2021-09-091-3/+1
* * locks/unix/thread_mutex.c,Joe Orton2021-07-021-0/+2
* apr_dbm: Add dedicated apr_dbm_get_driver() function that returnsGraham Leggett2021-06-212-8/+54
* Remove Windows apr_mmap_t members pstart, psize and poffset.Yann Ylavic2021-03-021-4/+0
* Align apr_mmap()ing offset to a page boundary. PR 65158.Yann Ylavic2021-03-021-3/+4
* apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.Yann Ylavic2020-12-034-0/+4
* apr_errno: add APR_EALREADY, eventually mapped from system's [WSA]EALREADY.Yann Ylavic2020-11-271-1/+16
* Fix some doxygen syntax.Christophe Jaillet2020-11-081-1/+1
* Fix a doxygen syntax.Christophe Jaillet2020-11-081-2/+2
* Fix some doxygen syntax.Christophe Jaillet2020-11-081-5/+5
* Restore deprecated function names for httpd and tcnativeWilliam A. Rowe Jr2020-09-051-0/+10
* Clean up _WIN32_WINNTWilliam A. Rowe Jr2020-09-033-52/+40
* * include/apr_buckets.h: Ensure macro argument is only expandedJoe Orton2020-03-111-4/+6
* Happy New Year 2020Rainer Jung2020-01-011-1/+1
* Follow-up to r1871082: Actually use api-ms-win-downlevel-shell32-l1-1-0.dllIvan Zhakov2019-12-231-4/+4
* Follow-up to r1871447.Ivan Zhakov2019-12-231-3/+4
* win32: Rewrite late linking code (again) without using INIT_ONCE as groundworkIvan Zhakov2019-12-141-14/+9
* win32: Try to avoid loading shell32.dll whenever possible:Ivan Zhakov2019-12-091-1/+9
* ucs2 is a legacy name, the correct encoding namesWilliam A. Rowe Jr2019-10-291-15/+17
* Remove the APR_SENDFILE_DISCONNECT_SOCKET flag.Ivan Zhakov2019-09-201-6/+1
* win32: Remove unused code.Ivan Zhakov2019-09-071-27/+0
* win32: Fix very unlikely race condition in late linking code.Ivan Zhakov2019-09-071-6/+11
* Revert r1862435, r1862071 per veto from ivanJoe Orton2019-08-281-28/+0
* Add empty stubs for APR pool functions, that areRainer Jung2019-07-171-28/+10
* API/ABI change, drop return value of apr_thread_exit() which hasJoe Orton2019-07-031-3/+3
* * include/apr_file_info.h: Clarify pool handling for apr_dir_read andJoe Orton2019-07-021-3/+9
* Add apr_dir_pread(), a variant of apr_dir_read() which allows callersJoe Orton2019-06-251-0/+22
* Revert r1833421 et al:Graham Leggett2019-06-231-26/+0
* Revert r1833421 et al:Graham Leggett2019-06-221-8/+0
* Revert r1833421 et al:Graham Leggett2019-06-221-24/+0
* * include/arch/win32/apr_arch_misc.hIvan Zhakov2019-06-111-0/+1
* Fix problem that apr_get_oslevel() was returning APR_WIN_XP on Windows 10.Ivan Zhakov2019-06-111-1/+2
* * include/arch/win32/apr_arch_misc.hIvan Zhakov2019-06-111-1/+2
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.Graham Leggett2019-06-102-8/+60
* Make apr_*_inherit_set() actually work on Windows.Ivan Zhakov2019-06-071-9/+9
* Remove legacy and dead code from include/arch/win32/apr_arch_inherit.h.Ivan Zhakov2019-06-071-79/+0
* * include/arch/win32/apr_arch_file_io.hIvan Zhakov2019-06-071-12/+1
* Windows platform: Use semaphore object instead of manual reset event toIvan Zhakov2019-06-071-2/+2
* Windows platform: Use NtWaitForSingleObject() [1] directly to wait for kernelIvan Zhakov2019-05-281-0/+9
* Windows platform: Use XmlLite by default in legacy build.Ivan Zhakov2019-05-271-1/+2
* Windows platform: Use WSAPoll directly.Ivan Zhakov2019-05-271-32/+0
* On 'xmllite' branch: Merge changes from trunk.xmlliteIvan Zhakov2019-05-271-0/+5
|\
| * win32: Factor out common code to private function apr_wait_for_single_object().Ivan Zhakov2019-05-261-0/+5
* | On 'xmllite' branch: Merge changes from trunk.Ivan Zhakov2019-05-261-3/+2
|\ \ | |/
| * Use native Slim Reader/Writer (SRW) locks on Windows for apr_rwlock_t.Ivan Zhakov2019-05-201-3/+2
* | On 'xmllite' branch: Merge changes from trunk.Ivan Zhakov2019-05-203-31/+2
|\ \ | |/
| * Use native one-time initialization [1] to implement apr_thread_once_t onIvan Zhakov2019-05-191-1/+1
| * * include/apr.hw: Define _WIN32_WINNT to 0x0601 by default, since Windows 7Ivan Zhakov2019-05-191-1/+1
| * win32: Do not use delay load for GetCompressedFileSize() and SetDllDirectoryW()Ivan Zhakov2019-05-181-29/+0
* | On 'xmllite' branch: Add placeholder for XmlLite support.Ivan Zhakov2019-05-111-0/+1
|/