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
/
CHANGES
Commit message (
Expand
)
Author
Age
Files
Lines
*
Narrow symbolic link detection on NTFS
wrowe
2019-03-20
1
-0
/
+4
*
User-facing behavior changes
wrowe
2019-03-20
1
-0
/
+5
*
Signals: Allow handling of SIGUSR2 in apr_signal_thread.
ylavic
2019-02-22
1
-0
/
+2
*
Add in Atomics for 64bit ints
jim
2018-09-17
1
-0
/
+2
*
apr_jose: Add support for encoding and decoding of JSON Object
minfrin
2018-09-01
1
-0
/
+4
*
Add apr_errprintf() as a convenience function to create and
minfrin
2018-08-19
1
-0
/
+3
*
apr_crypto: Add support for digest functions, with hashing, signing
minfrin
2018-07-22
1
-0
/
+3
*
apr_json: Add support for encoding and decoding RFC8259 JSON.
minfrin
2018-07-08
1
-0
/
+3
*
Add the apr_encode_* API that implements RFC4648 and RFC7515
minfrin
2018-06-25
1
-0
/
+4
*
apr_reslist: add apr_reslist_acquire_ex().
ylavic
2018-06-21
1
-0
/
+3
*
apr_crypto_prng API backported to 1.7.x.
ylavic
2018-06-21
1
-3
/
+0
*
Cryptographic Pseudo Random Number Generator (CPRNG).
ylavic
2018-06-11
1
-0
/
+3
*
Revert apr_reslist_fifo_set() (r1828289 and follow ups).
ylavic
2018-04-13
1
-3
/
+0
*
Win32: Improve apr_file_read() performance on buffered files by reducing
kotkov
2018-04-06
1
-0
/
+3
*
reslist: Add apr_reslist_fifo_set().
ylavic
2018-04-03
1
-0
/
+3
*
Add apr_pool_get_tag to retrieve the pool tag name.
jorton
2017-12-12
1
-0
/
+2
*
Support IPv6 link-local address scope/zone mapping.
jorton
2017-11-28
1
-0
/
+9
*
Backported.
ylavic
2017-10-08
1
-3
/
+0
*
apr_crypto: Fix compatibility with LibreSSL. PR 61596.
ylavic
2017-10-08
1
-0
/
+3
*
Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.
kotkov
2017-09-15
1
-0
/
+3
*
Follow-up to r1806608: Restore formatting in CHANGES file.
ivan
2017-08-29
1
-0
/
+1
*
Follow-up to r1806308: Add CHANGES entry.
ivan
2017-08-29
1
-0
/
+3
*
Win32: Fix a deadlock when appending to locked files (PR50058).
ivan
2017-08-29
1
-0
/
+3
*
apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.
ivan
2017-08-17
1
-0
/
+3
*
Follow-up to r1785072: Add CHANGES entry.
ivan
2017-03-27
1
-0
/
+3
*
Fix two issues with apr_file_trunc() for buffered files:
ivan
2017-03-27
1
-0
/
+8
*
Backported to 1.6.x.
ylavic
2017-03-24
1
-7
/
+0
*
Follow up to r1788346: we don't really need a separate "order" setting for
ylavic
2017-03-24
1
-5
/
+4
*
apr_allocator, apr_pools: Add apr_allocator_page_size(),
ylavic
2017-03-23
1
-0
/
+6
*
apr_buckets: Add apr_bucket_file_set_buf_size() which allows to configure
ylavic
2017-03-23
1
-0
/
+3
*
apr_allocator: Provide apr_allocator_align() to get the true size that
ylavic
2017-03-23
1
-0
/
+4
*
apr_crypt: avoid excessive iteration in bcrypt hash.
niq
2016-12-05
1
-0
/
+3
*
Provide apr_siphash*() functions family.
ylavic
2016-10-07
1
-0
/
+2
*
Follow up to r1763666: CHANGES entry.
ylavic
2016-10-07
1
-0
/
+4
*
apr_crypto: Add apr_crypto_key() function which supports keys
minfrin
2016-07-09
1
-0
/
+4
*
apr_crypto_nss: Ensure the SECItem returned by PK11_ParamFromIV
minfrin
2016-07-08
1
-0
/
+3
*
apr_crypto: Don't cache the driver if initialisation fails. This
minfrin
2016-07-07
1
-0
/
+4
*
apr_xml_to_text: Add style APR_XML_X2T_PARSED to maintain a consistent namesp...
minfrin
2016-06-12
1
-0
/
+4
*
apr_os_proc_mutex-unix: For consistency with other OS native to APR
ylavic
2016-04-13
1
-0
/
+5
*
apr_os_proc_mutex_put_ex: Allow to specify whether the OS native
ylavic
2016-04-13
1
-0
/
+5
*
Axe some backported entries.
ylavic
2016-04-12
1
-11
/
+0
*
apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of
minfrin
2016-03-13
1
-0
/
+3
*
apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set when
minfrin
2016-03-07
1
-0
/
+3
*
apr_proc/global_mutex: Fix API regarding the native OS mutexes
ylavic
2016-03-06
1
-0
/
+7
*
apr_proc_mutex-pthread: Refcount shared mutexes usage to avoid
ylavic
2016-03-05
1
-0
/
+4
*
apr_filepath_merge: Fix truename length calculation on Windows
brane
2015-06-17
1
-0
/
+5
*
* configure.in: Detect mkostemp, mkostemp64.
jorton
2015-06-04
1
-0
/
+3
*
Fix pool debugging output so that creation events are
brane
2015-04-24
1
-0
/
+5
*
Fix errors when building on Visual Studio 2013 while
gsmith
2015-04-24
1
-0
/
+4
*
build: Correctly use AC_(PATH|CHECK)_TOOL to support cross compilation.
trawick
2015-04-04
1
-0
/
+3
[next]