summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CHANGES: Fix typo.Ivan Zhakov2023-02-061-1/+1
* Call apr__atomic_generic64_init() if neededStefan Fritsch2023-02-051-0/+4
* Try to use 64 bit __atomic builtins only when they are available.Stefan Fritsch2023-02-051-8/+8
* Disable Travis since ASF support/sponsorship is ending. [skip ci]Joe Orton2023-02-031-87/+0
* * memcache/apr_memcache.c (conn_connect): Allow use of IPv6Joe Orton2023-02-031-4/+4
* * shmem/unix/shm.c (apr_shm_open):Joe Orton2023-01-231-14/+11
* * configure.in: Fix variable-length-array detection for recent gccJoe Orton2023-01-231-1/+2
* Improve comment.Ivan Zhakov2023-01-231-2/+2
* Merge thread-name branch (PR 60587) [1]:Ivan Zhakov2023-01-2110-0/+256
|\
| * On 'thread-name' branch: Merge changes from trunk.thread-nameIvan Zhakov2022-06-298-111/+134
| |\
| * | On 'thread-name' branch: Check pthread_setname_np()/pthread_getname_np()Ivan Zhakov2022-06-291-0/+8
| * | crude check for pthread_setname_npEric Covener2022-06-282-0/+25
| * | On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()Ivan Zhakov2022-06-278-0/+223
| * | Branch to added API to get/set thread name. See issue PR 60587.Ivan Zhakov2022-06-270-0/+0
* | | Follow-up to r1906885.Ivan Zhakov2023-01-211-12/+14
* | | Simplify code.Ivan Zhakov2023-01-211-3/+3
* | | Use sizeof(apr_wchar_t) instead of magic 2.Ivan Zhakov2023-01-211-1/+1
* | | Fix potential handle leak when apr_proc_create() is used from from multipleIvan Zhakov2023-01-212-9/+18
* | | .github/workflows: Enable CI builds for tags.Ivan Zhakov2023-01-213-0/+3
* | | apr_proc_create(): Fix incorrect error handling when pipes are redirectedIvan Zhakov2023-01-212-6/+22
* | | force USE_SHMEM_SHMGET on AIXEric Covener2023-01-191-0/+4
* | | bump copyright for 2023Eric Covener2023-01-192-2/+2
* | | Further strict C99 configure fix:Joe Orton2023-01-171-1/+1
* | | testdbd is failing on MacOS, don't fail the job for this.Joe Orton2023-01-111-1/+1
* | | Fix further strict C99 compliance issue. (fixes #37)Joe Orton2023-01-114-5/+28
* | | Fix configure for compilers which don't accept implicitJoe Orton2023-01-033-4/+4
* | | By default use XmlLite on Windows.Ivan Zhakov2022-11-241-13/+3
* | | * CMakeLists.txt: Make CMAKE_MINIMUM_REQUIRED the first directive asIvan Zhakov2022-11-231-2/+4
* | | CMakeLists.txt: Enable support for MSVC runtime library selection byIvan Zhakov2022-11-201-0/+6
* | | .editorconfig: Configure C codestyle.Ivan Zhakov2022-11-201-0/+7
* | | Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-20235-2111/+2111
* | | * .editorconfig: Configure trim_trailing_whitespace = true for all files.Ivan Zhakov2022-11-191-0/+1
* | | Remove trailing whitespaces.Ivan Zhakov2022-11-1980-816/+816
* | | * .editorconfig: Configure insert_final_newline = true for all files.Ivan Zhakov2022-11-191-0/+1
* | | * poll/unix/wakeup.c: Add final newline.Ivan Zhakov2022-11-191-1/+1
* | | Remove a useless variable that is shadowing another already existing one.Christophe Jaillet2022-11-181-1/+0
* | | Revert r1904726: EXTRA_LIBS takes care of -lcrypt already in trunk.Yann Ylavic2022-10-201-2/+1
* | | Following up on r1904715, rework the check to properly handle anEvgeny Kotkov2022-10-201-7/+2
* | | configure: Link to libcrypt (when available) for apr_password_validate.Yann Ylavic2022-10-201-1/+2
* | | Win32: Stop apr_socket_sendv() from splitting iovecs into multiple possibleEvgeny Kotkov2022-10-201-31/+21
* | | Revert r1902312, r1904699 in preparation for a slightly different change.Evgeny Kotkov2022-10-202-68/+26
* | | apr_socket_sendv: WIN32: Follow up to r1902312: Avoid short writes.Yann Ylavic2022-10-192-30/+63
* | | apr_base64: Follow up to r1902206: Cap to APR_BASE64_ENCODE_MAX in apr_pbase6...Yann Ylavic2022-10-171-2/+2
* | | * CMakeLists.txt: Add APR_BUILD_SHARED and APR_BUILD_STATIC options to controlIvan Zhakov2022-09-071-19/+39
* | | apr_thread: Provide apr_threadattr_max_free_set().Yann Ylavic2022-07-1411-50/+74
* | | * CMakeLists.txt: Define _CRT_NONSTDC_NO_WARNINGS instead of ignoringIvan Zhakov2022-07-101-2/+1
* | | win32: Move warning settings to CMakeLists.txt compile options instead ofIvan Zhakov2022-07-102-13/+7
* | | Remove declaration on removed function (status_from_res_error).Ivan Zhakov2022-07-091-2/+0
* | | .editorconfig: Use ident_size = 2 for *.json.Ivan Zhakov2022-07-091-0/+3
* | | * file_io/win32/pipe.c: Use unsigned char instead of char for random buffer.Ivan Zhakov2022-07-091-1/+1