index
:
delta/libapr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Since r1901037 Posix shared mem is prefered over SysV shared mem.
rpluem
2023-02-10
1
-0
/
+7
*
apr_atomic: Generic apr_atomic_read64() needs a mutex on 32bit systems (teari...
ylavic
2023-02-09
1
-0
/
+19
*
CHANGES: Fix typo.
ivan
2023-02-06
1
-1
/
+1
*
Call apr__atomic_generic64_init() if needed
sf
2023-02-05
1
-0
/
+4
*
Try to use 64 bit __atomic builtins only when they are available.
sf
2023-02-05
1
-8
/
+8
*
Disable Travis since ASF support/sponsorship is ending. [skip ci]
jorton
2023-02-03
1
-87
/
+0
*
* memcache/apr_memcache.c (conn_connect): Allow use of IPv6
jorton
2023-02-03
1
-4
/
+4
*
* shmem/unix/shm.c (apr_shm_open):
jorton
2023-01-23
1
-14
/
+11
*
* configure.in: Fix variable-length-array detection for recent gcc
jorton
2023-01-23
1
-1
/
+2
*
Improve comment.
ivan
2023-01-23
1
-2
/
+2
*
Merge thread-name branch (PR 60587) [1]:
ivan
2023-01-21
10
-0
/
+256
*
Follow-up to r1906885.
ivan
2023-01-21
1
-12
/
+14
*
Simplify code.
ivan
2023-01-21
1
-3
/
+3
*
Use sizeof(apr_wchar_t) instead of magic 2.
ivan
2023-01-21
1
-1
/
+1
*
Fix potential handle leak when apr_proc_create() is used from from multiple
ivan
2023-01-21
2
-9
/
+18
*
.github/workflows: Enable CI builds for tags.
ivan
2023-01-21
3
-0
/
+3
*
apr_proc_create(): Fix incorrect error handling when pipes are redirected
ivan
2023-01-21
2
-6
/
+22
*
force USE_SHMEM_SHMGET on AIX
covener
2023-01-19
1
-0
/
+4
*
bump copyright for 2023
covener
2023-01-19
2
-2
/
+2
*
Further strict C99 configure fix:
jorton
2023-01-17
1
-1
/
+1
*
testdbd is failing on MacOS, don't fail the job for this.
jorton
2023-01-11
1
-1
/
+1
*
Fix further strict C99 compliance issue. (fixes #37)
jorton
2023-01-11
4
-5
/
+28
*
Fix configure for compilers which don't accept implicit
jorton
2023-01-03
3
-4
/
+4
*
By default use XmlLite on Windows.
ivan
2022-11-24
1
-13
/
+3
*
* CMakeLists.txt: Make CMAKE_MINIMUM_REQUIRED the first directive as
ivan
2022-11-23
1
-2
/
+4
*
CMakeLists.txt: Enable support for MSVC runtime library selection by
ivan
2022-11-20
1
-0
/
+6
*
.editorconfig: Configure C codestyle.
ivan
2022-11-20
1
-0
/
+7
*
Remove trailing whitespaces in *.c.
ivan
2022-11-20
235
-2111
/
+2111
*
* .editorconfig: Configure trim_trailing_whitespace = true for all files.
ivan
2022-11-19
1
-0
/
+1
*
Remove trailing whitespaces in all *.h.
ivan
2022-11-19
80
-816
/
+816
*
* .editorconfig: Configure insert_final_newline = true for all files.
ivan
2022-11-19
1
-0
/
+1
*
* poll/unix/wakeup.c: Add final newline.
ivan
2022-11-19
1
-1
/
+1
*
Remove a useless variable that is shadowing another already existing one.
jailletc36
2022-11-18
1
-1
/
+0
*
Revert r1904726: EXTRA_LIBS takes care of -lcrypt already in trunk.
ylavic
2022-10-20
1
-2
/
+1
*
Following up on r1904715, rework the check to properly handle an
kotkov
2022-10-20
1
-7
/
+2
*
configure: Link to libcrypt (when available) for apr_password_validate.
ylavic
2022-10-20
1
-1
/
+2
*
Win32: Stop apr_socket_sendv() from splitting iovecs into multiple possible
kotkov
2022-10-20
1
-31
/
+21
*
Revert r1902312, r1904699 in preparation for a slightly different change.
kotkov
2022-10-20
2
-68
/
+26
*
apr_socket_sendv: WIN32: Follow up to r1902312: Avoid short writes.
ylavic
2022-10-19
2
-30
/
+63
*
apr_base64: Follow up to r1902206: Cap to APR_BASE64_ENCODE_MAX in apr_pbase6...
ylavic
2022-10-17
1
-2
/
+2
*
* CMakeLists.txt: Add APR_BUILD_SHARED and APR_BUILD_STATIC options to control
ivan
2022-09-07
1
-19
/
+39
*
apr_thread: Provide apr_threadattr_max_free_set().
ylavic
2022-07-14
11
-50
/
+74
*
* CMakeLists.txt: Define _CRT_NONSTDC_NO_WARNINGS instead of ignoring
ivan
2022-07-10
1
-2
/
+1
*
win32: Move warning settings to CMakeLists.txt compile options instead of
ivan
2022-07-10
2
-13
/
+7
*
Remove declaration on removed function (status_from_res_error).
ivan
2022-07-09
1
-2
/
+0
*
.editorconfig: Use ident_size = 2 for *.json.
ivan
2022-07-09
1
-0
/
+3
*
* file_io/win32/pipe.c: Use unsigned char instead of char for random buffer.
ivan
2022-07-09
1
-1
/
+1
*
* xml/apr_xml_xmllite.c: Use proper type for local variables.
ivan
2022-07-09
1
-2
/
+2
*
Add CMakePresets.json with preconfigured build configurations for Visual
ivan
2022-07-09
1
-0
/
+66
*
Replace tabs to spaces.
ivan
2022-07-08
15
-322
/
+322
[next]