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
...
*
testencode: Follow up to r1902281: Inline, no calling convention assumptions.
ylavic
2022-06-27
1
-54
/
+64
*
testencode: Follow up to r1902281: Correct call convention for encdec_fn (try...
ylavic
2022-06-27
1
-1
/
+5
*
testencode: Follow up to r1902281: Correct call convention for encdec_fn.
ylavic
2022-06-27
1
-1
/
+1
*
tests: Configure VC runtime to write errors to stderr instead of displaying
ivan
2022-06-27
1
-0
/
+17
*
testencode: Follow up to r1902281: error tests for apr_decode_base16_binary.
ylavic
2022-06-27
1
-2
/
+28
*
encoding: Better check inputs of apr_{encode,decode}_* functions.
ylavic
2022-06-27
5
-806
/
+1184
*
win32: Fix potential race condition in apr_thread_create.
ivan
2022-06-27
2
-1
/
+5
*
test/testshm: Fix synchronization of msgput/msgwait IPC functions.
ylavic
2022-06-26
4
-62
/
+65
*
atomic: Detect 32bit and 64bit atomic builtins separately.
ylavic
2022-06-26
3
-9
/
+105
*
time: Don't apr_sleep() less than the requested time on OS2/Netware.
ylavic
2022-06-26
1
-2
/
+2
*
atomic: Follow up r1902257: No cast for InterlockedCompareExchangePointer().
ylavic
2022-06-26
1
-9
/
+5
*
poll: Follow up to r1902236: Fix poll() sleeps cases.
ylavic
2022-06-26
3
-10
/
+18
*
atomic: Avoid casts and/or use correct ones.
ylavic
2022-06-26
3
-12
/
+12
*
poll: Round up milliseconds timeouts.
ylavic
2022-06-24
6
-19
/
+19
*
atomic: Fix -Wincompatible-pointer-types-discards-qualifiers
ylavic
2022-06-24
1
-1
/
+1
*
ci: Set native eol-style on github yamls.
ylavic
2022-06-24
2
-101
/
+101
*
apr_json_decode: Return APR_ENOSPC if a decoded array is above INT_MAX.
ylavic
2022-06-23
1
-1
/
+4
*
apr_base64: Make sure encoding/decoding lengths fit in an int >= 0.
ylavic
2022-06-23
1
-18
/
+28
*
tests: Fix numeric types warnings.
ylavic
2022-06-23
5
-9
/
+12
*
testatomic: Follow up to r1902199: More numeric types assertions.
ylavic
2022-06-23
1
-2
/
+2
*
testatomic: Use new numeric types assertions from r1902191 to avoid warnings.
ylavic
2022-06-23
1
-46
/
+46
*
apr_thread: Fix pointer to int conversion warning.
ylavic
2022-06-23
1
-1
/
+1
*
proc: Fix different 'const' qualifiers warning.
ylavic
2022-06-23
1
-3
/
+3
*
apr_json_decode: apr_array_header_t uses ints.
ylavic
2022-06-23
1
-2
/
+2
*
crypto/blowfish: Fix wrnings for ints used as size_t.
ylavic
2022-06-23
2
-13
/
+15
*
apr_brigade: Fix conversion from 'apr_off_t' to 'size_t', possible loss of data.
ylavic
2022-06-23
1
-2
/
+2
*
apr_pools: Fix signed/unsigned mismatch waning.
ylavic
2022-06-23
1
-2
/
+2
*
test/abts: Follow up to r1902191: Fix IMPL_abts_T_nequal.
ylavic
2022-06-23
1
-1
/
+1
*
test/abts: More numeric types to compare/assert.
ylavic
2022-06-23
2
-45
/
+78
*
debug for CI
covener
2022-06-23
1
-4
/
+4
*
test/testmutexscope: Fix -Wvoid-pointer-to-enum-cast
ylavic
2022-06-23
1
-2
/
+2
*
test/testlock: Fix -Werror=return-type
ylavic
2022-06-23
1
-0
/
+2
*
test/testfile.c: apr_file_datasync() fails with ENOTSUP for streams on macos.
ylavic
2022-06-23
1
-0
/
+4
*
poll: kqueue: Fix -Wincompatible-pointer-types-discards-qualifiers
ylavic
2022-06-22
1
-2
/
+2
*
set -lxml2 in non xml2-config case
covener
2022-06-22
1
-0
/
+2
*
testfile: try to determine how apr_file_datasync() fails for streams on macos.
ylavic
2022-06-22
1
-1
/
+3
*
Trigger ci.
ylavic
2022-06-22
1
-1
/
+1
*
time: Don't apr_sleep() less than the requested time on WIN32.
ylavic
2022-06-22
1
-1
/
+1
*
* .github/workflows/linux.yml: Do not run Linux workflow for pull requests
ivan
2022-06-22
1
-1
/
+1
*
Configure GitHub Actions macOS CI.
ivan
2022-06-22
1
-0
/
+32
*
Fix compiler warning.
ivan
2022-06-21
1
-2
/
+2
*
Fix compiler warning.
ivan
2022-06-21
1
-1
/
+1
*
* test/testskiplist.c: Use ABTS_SIZE_EQUAL() where it makes sense.
ivan
2022-06-21
1
-24
/
+24
*
Fix compiler warning.
ivan
2022-06-21
1
-1
/
+1
*
* .github/workflows/linux.yml: Disable fail-fast.
ivan
2022-06-21
1
-0
/
+1
*
* .github/workflows/linux.yml: Enable Linux CI workflow for 1.8.x branch.
ivan
2022-06-21
1
-2
/
+2
*
* .github/workflows/linux.yml: Add Address Sanitizer tests.
ivan
2022-06-21
1
-0
/
+8
*
Configure GitHub Actions Linux CI. Based on Travis configuration.
ivan
2022-06-21
1
-0
/
+50
*
Rename .github/workflows/cmake.yml to .github/workflows/windows.yml.
ivan
2022-06-21
1
-1
/
+1
*
win32: Fix spurious apr_thread_once() failures.
ivan
2022-06-21
1
-3
/
+1
[prev]
[next]