Sign in
apache
/
apr
Mirror of Apache Portable Runtime
Mirrored from
https://github.com/apache/apr.git
Clone this repo:
Branches
trunk
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.x
More...
Tags
1.7.0
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
More...
5812655
* test/testthread.c: Use a user-range apr_status_t value for the
by Joe Orton
· 2 months ago
trunk
34402c7
apr_thread_pool: don't detach worker threads (and always join them).
by Yann Ylavic
· 3 months ago
f543ad1
apr_thread: use unmanaged pools for detached threads.
by Yann Ylavic
· 3 months ago
ee6a4a8
apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.
by Yann Ylavic
· 3 months ago
150cc61
apr_errno: add APR_EALREADY, eventually mapped from system's [WSA]EALREADY.
by Yann Ylavic
· 3 months ago
e70d77e
apr_decode_base{64,32,16}: stop reading before (not including) NUL byte.
by Yann Ylavic
· 3 months ago
2b0eb50
apr_encode_base32: fix advertised output *len when called with dst == NULL.
by Yann Ylavic
· 3 months ago
1622024
apr_base64: avoid double NUL termination in apr_pbase64_{encode,decode}()
by Yann Ylavic
· 3 months ago
68d31b9
apr_pools: add and use pool_[un]lock() and parent_[un]lock() helpers.
by Yann Ylavic
· 3 months ago
6d005d7
apr_pools: two more uses of allocator_[un]lock() helpers to simplify the code.
by Yann Ylavic
· 3 months ago
3d2004b
Revert incorrect r1883803 (unmatched lock/unlock), will recommit.
by Yann Ylavic
· 3 months ago
69e15d5
apr_pools: two more uses of allocator_[un]lock() helpers to simplify the code.
by Yann Ylavic
· 3 months ago
3a81308
apr_pools: follow up to r1883750.
by Yann Ylavic
· 3 months ago
6eccd03
apr_pools: follow up to r1883750 and r1883800.
by Yann Ylavic
· 3 months ago
6c62ba9
apr_pools: follow up to r1883750.
by Yann Ylavic
· 3 months ago
94d2e04
apr_pools: lock parent pool in pool_destroy_debug().
by Yann Ylavic
· 3 months ago
37e773f
apr_pools: fix __attribute__((nonnull)) warning in [pre_]cleanup_register.
by Yann Ylavic
· 3 months ago
b38864b
Follow up to r1883728: uncomment the change, and fix apr_cpystrn() args orrder.
by Yann Ylavic
· 3 months ago
477b3c2
apr_sockaddr_ip_get[buf]: handle APR_UNIX family.
by Yann Ylavic
· 3 months ago
31e3149
fdatasync() might return EINVAL for special files (i.e. terminal).
by Yann Ylavic
· 3 months ago
More »