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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces in all *.h.
ivan
2022-11-19
77
-810
/
+810
*
Revert r1902312, r1904699 in preparation for a slightly different change.
kotkov
2022-10-20
1
-6
/
+0
*
apr_socket_sendv: WIN32: Follow up to r1902312: Avoid short writes.
ylavic
2022-10-19
1
-0
/
+6
*
apr_thread: Provide apr_threadattr_max_free_set().
ylavic
2022-07-14
6
-0
/
+14
*
win32: Move warning settings to CMakeLists.txt compile options instead of
ivan
2022-07-10
1
-13
/
+0
*
Remove declaration on removed function (status_from_res_error).
ivan
2022-07-09
1
-2
/
+0
*
Replace tabs to spaces.
ivan
2022-07-08
7
-150
/
+150
*
win32: Fix build with IPv6 disabled.
ivan
2022-07-08
1
-0
/
+4
*
apr_strings: Provide apr_memzero_explicit() in APR.
ylavic
2022-06-28
1
-0
/
+10
*
encoding: Better check inputs of apr_{encode,decode}_* functions.
ylavic
2022-06-27
2
-171
/
+257
*
atomic: Detect 32bit and 64bit atomic builtins separately.
ylavic
2022-06-26
1
-1
/
+8
*
win32: Remove unused ANSI compatibility code.
ivan
2022-06-17
1
-1
/
+0
*
Bump (C)
wrowe
2022-03-09
1
-1
/
+1
*
* Improve detection of _Thread_local
rpluem
2022-03-09
1
-1
/
+3
*
Merge 'win32-pollset-wakeup-no-file-socket-emulation' branch to trunk.
ivan
2022-02-09
3
-11
/
+31
*
poll: Follow up to r1897521: Clarify what APR_POLLEXCL means.
ylavic
2022-01-27
1
-1
/
+1
*
poll: Provide APR_POLLEXCL for exclusive wake up on systems that support it.
ylavic
2022-01-26
1
-0
/
+1
*
apr_thread: Follow up to r1897207: Provide apr_thread_current_after_fork().
ylavic
2022-01-25
1
-1
/
+7
*
apr_thread: Follow up to r1897207: Make APR_HAS_THREAD_LOCAL a boolean..
ylavic
2022-01-25
1
-3
/
+7
*
apr_thread: Use compiler's TLS to track the current apr_thread_t's pointer.
ylavic
2022-01-19
1
-0
/
+37
*
apr_ring: Follow up to r1896535: Use APR_RING_{FIRST,LAST} macros.
ylavic
2022-01-06
1
-6
/
+6
*
apr_ring: Don't break strict-aliasing rules in APR_RING_SPLICE_{HEAD,TAIL}().
ylavic
2021-12-30
1
-12
/
+16
*
Get rid of useless APU_DSO_MODULE_BUILD for CMake
mturk
2021-12-03
1
-3
/
+0
*
Add support for building sqlite3 dbd module ... It compiles and pass tests
mturk
2021-12-03
1
-1
/
+1
*
Use standard configure options for dbd ODBC
mturk
2021-12-03
1
-7
/
+3
*
Stage 3 in cleaning win95 code ... cleanup headers
mturk
2021-12-02
1
-24
/
+0
*
Stage 2 in dissmantling _WIN_32_WCE ... cleanup private header files
mturk
2021-12-02
4
-18
/
+2
*
Stage 1 in dissmantling _WIN_32_WCE ... cleanup header files
mturk
2021-12-02
3
-72
/
+52
*
Add support for APU_HAS_ICONV option
mturk
2021-12-02
2
-2
/
+2
*
Use enum instead multiple booleans
mturk
2021-11-19
1
-1
/
+7
*
Sync WIN32 local function names with 1.7.x branch -- no functional change
mturk
2021-11-19
1
-4
/
+6
*
Follow up to r1895106: Use less expensive atomics for wakeup.
ylavic
2021-11-19
1
-1
/
+1
*
Fix drain wakeup pipe issue when multiple threads call apr_pollset_wakeup/apr...
mturk
2021-11-17
1
-1
/
+3
*
Revert r1894618.
ylavic
2021-10-29
5
-63
/
+0
*
apr_atomic: Use __atomic builtins when available.
ylavic
2021-10-29
5
-0
/
+63
*
apr_brigade_split_boundary: Provide a memmem implementation on platforms that
minfrin
2021-10-25
4
-0
/
+4
*
apr_brigades: Add apr_brigade_split_boundary(), allowing us to split
minfrin
2021-10-19
1
-0
/
+37
*
apr_crypto: s/APR_CRYPTO_CIPHER_CHACHA20_CTR/APR_CRYPTO_CIPHER_CHACHA20/g
ylavic
2021-09-10
1
-1
/
+1
*
poll: don't #include sys/poll.h if poll.h is available.
ylavic
2021-09-09
1
-3
/
+1
*
* locks/unix/thread_mutex.c,
jorton
2021-07-02
1
-0
/
+2
*
apr_dbm: Add dedicated apr_dbm_get_driver() function that returns
minfrin
2021-06-21
2
-8
/
+54
*
Remove Windows apr_mmap_t members pstart, psize and poffset.
ylavic
2021-03-02
1
-4
/
+0
*
Align apr_mmap()ing offset to a page boundary. PR 65158.
ylavic
2021-03-02
1
-3
/
+4
*
apr_thread: destroy the thread's pool at _join() time, unless _detach()ed.
ylavic
2020-12-03
4
-0
/
+4
*
apr_errno: add APR_EALREADY, eventually mapped from system's [WSA]EALREADY.
ylavic
2020-11-27
1
-1
/
+16
*
Fix some doxygen syntax.
jailletc36
2020-11-08
1
-1
/
+1
*
Fix a doxygen syntax.
jailletc36
2020-11-08
1
-2
/
+2
*
Fix some doxygen syntax.
jailletc36
2020-11-08
1
-5
/
+5
*
Restore deprecated function names for httpd and tcnative
wrowe
2020-09-05
1
-0
/
+10
*
Clean up _WIN32_WINNT
wrowe
2020-09-03
3
-52
/
+40
[next]