Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop calling functions deprecated in OpenSSL 1.1.0 #9

Open
wants to merge 7,761 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
7761 commits
Select commit Hold shift + click to select a range
eeb735f
Fix doxygen error
Mar 25, 2015
c3a063e
Fix doxygen error
Mar 25, 2015
0f22b40
Fix doxygen error + be consistent in parameter naming
Mar 25, 2015
5b8da7c
Fix doxygen error
Mar 25, 2015
378caa3
locks: follow up to r1667900.
ylavic Mar 25, 2015
79ba66b
Remove entries for features/fixes already merged back to apr 1.5.x or…
trawick Apr 4, 2015
a3ef0fc
PR 57230 fix now in 1.6.x and 1.5.x branches
trawick Apr 4, 2015
5d9522c
make internal function static to avoid a warning
trawick Apr 4, 2015
a775ad7
build: Correctly use AC_(PATH|CHECK)_TOOL to support cross compilation.
trawick Apr 4, 2015
8652cc9
Stop using -no-cpp-precomp on Darwin or OS X. The Apple-modified gcc…
trawick Apr 4, 2015
1bad2f9
Don't use mkstemp() on HP-UX. It is limited to creation
trawick Apr 4, 2015
e282819
Fix the statement about OpenSSL and cmake 3.1.3. (Thanks, Bert)
trawick Apr 5, 2015
e53b7b3
Fix build on non-Unix.
trawick Apr 5, 2015
1bd210e
poll() implementation of apr_pollset_poll(): Return APR_EINTR as appr…
trawick Apr 5, 2015
aea6f61
Revert r1671389; apr_pollset_poll() should return APR_SUCCESS
trawick Apr 6, 2015
35bf784
Test the scenario where apr_pollset_poll() is called after a
trawick Apr 6, 2015
b295a7a
Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().
ylavic Apr 7, 2015
bb83726
skiplist: follow up to r1664769.
ylavic Apr 9, 2015
f0f6e32
skiplist: fix the minimum height (to one).
ylavic Apr 9, 2015
cb5555b
testskiplist: axe buggy compare function acomp() and associated test.
ylavic Apr 9, 2015
2f24e81
skiplist: avoid (undefined) unsigned to signed conversion and save cy…
ylavic Apr 10, 2015
63c50c3
Expand apr pools debug output with parent information.
sstriker Apr 18, 2015
975e610
fix whitespace regression compared with 1.6.x
trawick Apr 23, 2015
e1da721
testskiplist: silence Sun compiler warning.
ylavic Apr 23, 2015
ef63066
testatomic: silence Sun compiler warning.
ylavic Apr 23, 2015
6167481
Switch to generic atomics for (unpatched) Solaris 10 not exporting so…
ylavic Apr 23, 2015
88c13ce
Fix errors when building on Visual Studio 2013 while
Apr 24, 2015
74b21df
Fix pool debugging output so that creation events are
brainy Apr 24, 2015
9322533
Follow up to r1675967: When pool debugging is enabled, make sure we
brainy Apr 24, 2015
337e8ca
Register the pool debug log cleanup handler after emitting the
brainy Apr 24, 2015
61dde58
SECURITY: CVE-2015-1829 (cve.mitre.org)
trawick Apr 25, 2015
2088b6d
Fix indent
Jun 3, 2015
a365410
* configure.in: Detect mkostemp, mkostemp64.
notroj Jun 4, 2015
96ed28e
* network_io/unix/sockaddr.c (apr_parse_addr_port): Simplify to use
notroj Jun 4, 2015
738e0f1
apr_filepath_merge: Fix truename length calculation on Windows
brainy Jun 17, 2015
084408c
Delete stale 9x custom action
wrowe Jun 25, 2015
3237bfa
Reflect -2 suffixes
wrowe Jun 25, 2015
edb4172
Add include and lib paths for dependecies in some of the
Jun 25, 2015
89cc934
fix comparison of sin6_addr
Aug 16, 2015
b5aeddc
Fix comments for fcntl lock
Aug 20, 2015
3c87ddd
Unusual case I tripped over in re-buildconf'ing a tree and preparing …
wrowe Sep 9, 2015
b797e46
For buildbot's sake, keep these non-fatal when scriped, for the time …
wrowe Sep 9, 2015
1cf5916
Clarify under what circumstances memory is allocated in apr_os_sock_p…
minfrin Sep 18, 2015
05136e4
RPM spec: Add libuuid-devel to the build requirements to avoid autoconf
minfrin Oct 1, 2015
754fa5b
Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in ord…
Oct 24, 2015
2166cc3
apr_memcache: Better validate the values' length provided by the memc…
ylavic Oct 31, 2015
9a4d54e
Happy New Year 2016
Jan 1, 2016
34e234e
Update config.guess and config.sub from
Jan 1, 2016
c990a31
Introduce the subset of svn_cstring_ functions into APR as the apr_cstr_
wrowe Jan 27, 2016
6e6d835
not perfect, but at least makes it more clear that
jimjag Jan 27, 2016
a0db2db
Revert testcstr.c for the time being while tests are structured
wrowe Jan 27, 2016
2cb7abd
Agree with jim, that "case-equivalent unaccented Latin (C/POSIX ASCII…
wrowe Jan 27, 2016
dafb2bf
Add ivan's r1612823 test cases for apr_cstr_skip_prefix
wrowe Jan 27, 2016
995ddca
Fix spelling,w noted by mrumph
wrowe Jan 27, 2016
f61182d
Add header file include needed for using
Feb 7, 2016
214d195
Switch configure test for OpenSSL libcrypto
Feb 7, 2016
2ad4de1
Add support for OpenSSL 1.1.0:
Feb 7, 2016
3a18bf0
r1728963 introduced the use of
Feb 14, 2016
5ab0a29
Seems we forgot to merge apr-util/LICENSE while folding apr-util into…
wrowe Feb 25, 2016
259cf1d
Avoid a circular reference (PR 59068).
ylavic Feb 26, 2016
814d275
* include/apr_network_io.h (APR_SO_FREEBIND): Add option.
notroj Mar 3, 2016
b9c1b53
Committed to 1.6.x branch first in error in r1733456:
notroj Mar 3, 2016
dd6ba9b
* network_io/unix/sockopt.c (apr_socket_opt_set): Return APR_ENOTIMPL
notroj Mar 4, 2016
ebde1a6
apr_proc_mutex-pthread: Refcount shared mutexes usage to avoid
ylavic Mar 5, 2016
a9d6d77
apr_proc_mutex-pthread: follow up to r1733694.
ylavic Mar 5, 2016
e56f136
apr_proc_mutex-pthread: follow up to r1733694.
ylavic Mar 5, 2016
48f1465
Windows' proc_mutex doesn't require require an additional thread_mute…
ylavic Mar 5, 2016
7951861
apr_proc/global_mutex: Fix API regarding the native OS mutexes
ylavic Mar 6, 2016
8fa7d19
proc_mutex-netware: follow up to r1733775.
ylavic Mar 6, 2016
f7ac9c1
proc_mutex-unixes: the apr_os_proc_mutex_t member intraproc is not used
ylavic Mar 6, 2016
294e69d
Axe addressed showstopper (r1733775 and follow ups).
ylavic Mar 6, 2016
9c5684c
apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set when
minfrin Mar 7, 2016
72d7d09
apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of
minfrin Mar 13, 2016
5de426d
Clarify the behaviour of apr_hash_set().
minfrin Mar 25, 2016
82e2cc3
proc_mutex-unix: follow up to r1733775.
ylavic Apr 12, 2016
9af8fde
Axe some backported entries.
ylavic Apr 12, 2016
ab94915
apr_os_proc_mutex_put_ex: Allow to specify whether the OS native
ylavic Apr 13, 2016
4aa03c5
apr_os_proc_mutex-unix: For consistency with other OS native to APR
ylavic Apr 13, 2016
ace114c
OS/2: Fix compile breakage in apr_thread_mutex_timedlock() due to inc…
May 4, 2016
f8f9ec1
poll/unix/z_asio.c:271]: (style) Suspicious condition (assignment +
covener May 19, 2016
6ade071
17% speedup by eliminating redundant eos test
wrowe Jun 8, 2016
4d7b7ec
Additional 17% speedup by deferring unused pointer increments
wrowe Jun 8, 2016
b65726d
Third optimization, use short type, which is the smallest
wrowe Jun 8, 2016
f4d474d
Upon closer scrutiny, the optimization of using short variables
wrowe Jun 8, 2016
0cb6581
apr_xml_to_text: Add style APR_XML_X2T_PARSED to maintain a consisten…
minfrin Jun 12, 2016
0077a7f
Fix a case where the cleanup for a pollset w/o the thread-safe flag
covener Jun 27, 2016
fd30688
Remove unnecessary duplication of autoconf tests for openssl and comm…
minfrin Jul 5, 2016
be19b08
testcrypto: Don't silently swallow errors when the driver loads but the
minfrin Jul 7, 2016
42fa31d
apr_crypto: Don't cache the driver if initialisation fails. This
minfrin Jul 7, 2016
ccd7dfd
apr_crypto_nss: Ensure the SECItem returned by PK11_ParamFromIV
minfrin Jul 8, 2016
1ecace3
apr_crypto: Add apr_crypto_key() function which supports keys
minfrin Jul 9, 2016
7ca939f
Reduce code drift between trunk and 1.6.x.
Aug 10, 2016
4032241
apr_pollset_poll(): OS/2: follow up to r923311.
ylavic Aug 10, 2016
d119f90
apr_pollset_poll(): OS/2: follow up to r1755740.
ylavic Aug 10, 2016
0c4bc1c
apr_pollset_poll(): don't return a positive (nay negative in case of …
ylavic Aug 10, 2016
efbb036
apr_os_proc_mutex_get_ex: win32: fix typo (s/mutex/pmutex/) leading to:
ylavic Aug 11, 2016
c72aba5
clear the aiocb structure used for asyncio cancel
covener Sep 2, 2016
72e5b95
locks/netware: follow up to r1667962 and r1667900: fix typos (compile…
ylavic Sep 17, 2016
9982e3e
apr_crypto_commoncrypto: set native eol.
ylavic Sep 26, 2016
952115b
Native eol.
ylavic Sep 26, 2016
a1ee495
crypto: provide apr_crypto_memzero, garanteed to not be optimized out by
ylavic Oct 6, 2016
e79a421
atomic: fix API of atomic_{cas,xchg}ptr() for APR-2.
ylavic Oct 6, 2016
254f0cf
Follow up to r1763665: use correct array initializer.
ylavic Oct 6, 2016
94ee5de
crypto: provide apr_crypto_equals(), a timing attacks safe buffers co…
ylavic Oct 6, 2016
9aae1eb
Follow up to r1763666: adapt unit test.
ylavic Oct 7, 2016
7640989
Follow up to r1763666: CHANGES entry.
ylavic Oct 7, 2016
51a844b
Provide apr_siphash*() functions family.
ylavic Oct 7, 2016
c860023
Follow up to r1763672: remove debug triks :p
ylavic Oct 7, 2016
63e74e4
crypto: follow up to r1763669.
ylavic Oct 7, 2016
f22e9ad
siphash: follow up to r1763672.
ylavic Oct 7, 2016
748f354
Follow up to r1763672: missing nw_export.h update.
ylavic Oct 17, 2016
93c5b6c
Follow-up to r1726928: Add APR_DECLARE() to apr_cstr_*() functions
Oct 28, 2016
b35dbf1
Follow-up to r1604596: Fix Windows build.
Oct 28, 2016
0428a67
Redis in APR_2.0 too
jimjag Nov 5, 2016
714383b
Force commit
jimjag Nov 6, 2016
7d925b0
Add test for apr_file_open(APR_FOPEN_APPEND).
Nov 19, 2016
0980775
Follow-up to r1770471: resolve two compiler warnings in testfile.c.
Nov 19, 2016
3025330
NetWare issue
jimjag Nov 22, 2016
61719db
apr_crypto: axe the un(thread)safe key cache, creating each key on th…
ylavic Dec 2, 2016
02ef469
apr_crypt: avoid excessive iteration in bcrypt hash.
Dec 5, 2016
7bbacde
Rather convoluted, fix doxygen and @see references for the table_do l…
wrowe Dec 12, 2016
fcf6fac
Fix a second doxygen syntax error
wrowe Dec 12, 2016
09a659a
apr_crypto: blowfish: follow up to r1772803: also cap hash verificati…
ylavic Dec 13, 2016
d0b0d71
Nobody should be running pre-IPV6 flavors of Windows OS abandonware a…
wrowe Dec 14, 2016
d0c516b
Optimize apr_file_info_get(APR_FINFO_SIZE) on Windows.
Dec 17, 2016
c418d3e
Add tsvn:logminsize, tsvn:logwidthmarker, tsvn:projectlanguage and
Dec 17, 2016
4badf43
Add svn:auto-props to automatically add svn:eol-style=native for most
Dec 17, 2016
c6b2278
Add svn:eol-style=native for apr_redis.h, apr_redis.c and testredis.c.
Dec 17, 2016
a641e91
Use CreateFileMappingW on Unicode capable Windows.
Dec 18, 2016
1b19c5d
locks: follow up to r1667900.
ylavic Dec 19, 2016
7d8af8c
apr_crypto: blowfish: revert r1773929.
ylavic Dec 19, 2016
3fcdd5d
proc_mutex_pthread: simplify (shorten) methods' names by removing
ylavic Dec 19, 2016
68af0b5
Happy New Year 2017
Jan 2, 2017
afe3d34
Update config.guess and config.sub from
Jan 2, 2017
8c60e26
race condition
jimjag Jan 10, 2017
82d06e5
Register testsiphash for cmake.
ylavic Jan 10, 2017
dbc4527
Add a few error code strings that got lost/awal in the apr-util migra…
dirkx Jan 19, 2017
bb65527
apr_base64_encode_len() already inclues the \0.
dirkx Jan 24, 2017
79193c3
apr_crypto: follow up to r1772803.
ylavic Feb 2, 2017
16131f2
apr_redis: reserve buffer space for trailing \0.
ylavic Feb 7, 2017
cab696c
apr_memcache: reserve buffer space for trailing \0.
ylavic Feb 7, 2017
b6cf854
Win32: Improve apr_file_gets() performance on buffered files by not c…
Mar 2, 2017
240bee2
apr_allocator: Provide apr_allocator_align() to get the true size that
ylavic Mar 23, 2017
fdbe682
apr_buckets: Add apr_bucket_file_set_buf_size() which allows to confi…
ylavic Mar 23, 2017
c0b5b63
Follow up to r1788334: better apr_allocator_align() description.
ylavic Mar 23, 2017
dc97065
apr_allocator, apr_pools: Add apr_allocator_page_size(),
ylavic Mar 23, 2017
57765c4
Follow up to r1788346: we don't really need a separate "order" settin…
ylavic Mar 24, 2017
81aa418
Backported to 1.6.x.
ylavic Mar 24, 2017
ffe7090
Fix two issues with apr_file_trunc() for buffered files:
Mar 27, 2017
1e229b4
Follow-up to r1785072: Add CHANGES entry.
Mar 27, 2017
1bec3f7
apr_socket_sendfile: don't reset APR_TCP_NOPUSH if we didn't set it.
ylavic Mar 28, 2017
1a358b3
apr_socket_sendfile:
ylavic Mar 28, 2017
ec446f9
apr_dir_read: Since readdir() is now thread safe on most (if not all)…
ylavic Mar 29, 2017
5733863
Note initial/current behavior apr_file_copy API
wrowe Mar 30, 2017
5bfce36
Remove my experimental vpath dox regen logic, at least till I validat…
wrowe Mar 30, 2017
c655f73
PR#59927: build apu with modern MySQL.
Apr 2, 2017
d6f9c3d
Follow up to r1788334: apr_allocator_align() should take an allocator as
ylavic Apr 3, 2017
21a19db
Follow up to r1733694: proc-pthreads have their own child_init() now.
ylavic Apr 3, 2017
303eef0
Follow up to r1667900: don't fail test{proc,global}mutex if
ylavic Apr 3, 2017
1465146
Add in our own pthread_mutex_timedlock impl for those OSs, like
jimjag Apr 4, 2017
5c423cd
Be safe... if we had a super small timeout then by the time we
jimjag Apr 4, 2017
6c887f6
There are 10 lights! I mean files
jimjag Apr 4, 2017
b9395d5
make this more obvious
jimjag Apr 4, 2017
5d65702
the rest
jimjag Apr 4, 2017
62afce7
Do not try to use fdatasync() on macOS.
brainy Apr 5, 2017
115ab98
Follow up to r1667900: semtimedop() should be passed a relative timeo…
ylavic Apr 5, 2017
3fd19cf
semtimedop() takes a delta time, so accept what is given as the "time…
jimjag Apr 5, 2017
15170d5
Use our "portable" versions
jimjag Apr 5, 2017
c0e25b7
Make clear this is a delta timeout
jimjag Apr 5, 2017
cb5a29b
locks: when pthread_mutex_timedlock() isn't available, fall back to an
ylavic Apr 5, 2017
682015d
Avoid a compiler warning by using system's errno.
ylavic Apr 5, 2017
333496b
locks: follow up to r1790330.
ylavic Apr 6, 2017
a40fd85
locks: follow up to r1790330 and r1790436.
ylavic Apr 6, 2017
f513c25
locks: follow up to r1790330.
ylavic Apr 6, 2017
7562594
locks: follow up to r1790330.
ylavic Apr 6, 2017
e7459ef
locks: follow up to r1667900.
ylavic Apr 7, 2017
a701bf8
locks: follow up to r1790488.
ylavic Apr 7, 2017
83b2c59
locks: follow up to r1790488 and r1790521: likewise for the
ylavic Apr 7, 2017
623b93e
No longer return NOTIMPL for macOS
jimjag Apr 7, 2017
4862276
locks: follow up to r1790488, r1790521 and r1790523: likewise for the…
ylavic Apr 7, 2017
9bb2475
apr_{thread,proc,global}_timedlock() with negative timeout is now equ…
ylavic Apr 7, 2017
d63e0fa
Set perms correctly on file copy where destination exists
Apr 11, 2017
a468734
Update config.guess and config.sub from
Apr 16, 2017
6856a65
locks: follow up to r1790446.
ylavic Apr 17, 2017
ea1881b
locks: follow up to r1790436.
ylavic Apr 17, 2017
e4aba1f
locks: Windows: work around 64bit usecs to native 32bit msecs timeout…
ylavic Apr 25, 2017
c336a0c
locks: unix: provide a macro helper for a pattern used several times.
ylavic Apr 25, 2017
0c6fd0a
locks: unix: timedlock: better handling of spurious wakeups that may be
ylavic Apr 25, 2017
56e4475
locks: unix: follow up to r1792622.
ylavic Apr 25, 2017
3c3ebef
pthread_mutex_timedlock is broken on Solaris 10.
Apr 27, 2017
63c80e8
Remove unintended change from r1792961.
Apr 27, 2017
10e4e46
locks: thread: timedlock: better handling of spurious wakeups that ma…
ylavic May 7, 2017
f3e077c
On Windows, OS2 and BEOS, the singluar lock mechanisms were already c…
wrowe Jun 2, 2017
ce544b0
Save some cycles by not copying the pollfds.
Jun 2, 2017
1116d61
Rather than fetch-me-a-rock, report all tool check results for
wrowe Jun 8, 2017
9c527d6
apr_socket_listen(): Allow larger backlog queue lengths on Windows 8+.
Aug 17, 2017
bbb6f29
* include/arch/unix/apr_arch_poll_private.h,
notroj Aug 18, 2017
9cdc87d
Factor out common code in apr_pools.c. No function changes intended.
Aug 26, 2017
f6dacb9
Factor out a helper function that adapts WriteFile() to apr_size_t
Aug 26, 2017
8e2b0b4
Factor out a helper function that contains the implementation of writing
Aug 26, 2017
a4a0fee
Win32: Improve apr_file_write() performance on buffered files by redu…
Aug 26, 2017
6425b86
Minor refactoring of the Win32 file write code.
Aug 29, 2017
535c285
Minor refactoring of the Win32 file write code.
Aug 29, 2017
b385b9a
Minor refactoring of the Win32 file write code.
Aug 29, 2017
ebf178a
Win32: Fix a deadlock when appending to locked files (PR50058).
Aug 29, 2017
af4e679
Follow-up to r1806308: Add CHANGES entry.
Aug 29, 2017
82b13d2
Follow-up to r1806608: Restore formatting in CHANGES file.
Aug 29, 2017
55e518c
Revert r1806592 and r1806603 that were meant to be a refactoring of the
Aug 30, 2017
ad95838
Bounds-check human-readable date fields (credit: Stefan Sperling)
Sep 10, 2017
16033d5
* network_io/unix/sockaddr.c (looks_like_ip): Fail for the empty
notroj Sep 11, 2017
f1437f1
Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.
evgenykotkov Sep 15, 2017
691f0b2
Win32: Create and use file mutex only for files opened with APR_FOPEN…
evgenykotkov Sep 15, 2017
7e7ed6c
* test/testipsub.c (test_bad_input): Fix test in r1808832 to match
notroj Sep 19, 2017
d6d48dd
* test/testlock.c (test_timeoutcond): Increase fudge factor in
notroj Sep 19, 2017
f672b56
sdbm: better database/page validation to fail cleanly when corrupted.
ylavic Sep 23, 2017
c8cb475
Update config.guess and config.sub from
Sep 25, 2017
35f9b09
pipe: fix apr_file_pipe_create_ex()'s blocking parameter forwarding.
ylavic Sep 26, 2017
8b129a4
pipe: factorize apr_file_pipe_create*() in terms of static helper
ylavic Sep 26, 2017
2c1a373
Added little but causes silly deltas
wrowe Sep 27, 2017
a14a302
Fix regex syntax
wrowe Sep 27, 2017
3ca6f0c
Ensure /machine is also corrected
wrowe Sep 27, 2017
f682533
Get maint mode working again w/ macOS Xcode 9 (clang-900)
jimjag Oct 2, 2017
3aa62f5
Macro doesn't exit here
jimjag Oct 2, 2017
062cf33
Also affects clang 5 (and maybe older versions too)
jimjag Oct 3, 2017
c0a1340
apr_crypto: Fix compatibility with LibreSSL. PR 61596.
ylavic Oct 8, 2017
fec7059
Backported.
ylavic Oct 8, 2017
79c7acc
Update STATUSes
wrowe Oct 23, 2017
cbfbc02
* network_io/unix/sockaddr.c (apr_parse_addr_port): Fix regression in
notroj Oct 25, 2017
6d85691
* test/testipsub.c (test_parse_addr_port): More tests.
notroj Oct 25, 2017
c560d9a
rand: add support for the arc4random API as an entropy source.
ylavic Nov 3, 2017
5afa6b0
rand: add support for getrandom() on Linux as an entropy source.
ylavic Nov 4, 2017
ff9bff7
rand: follow up to r1814240.
ylavic Nov 4, 2017
3d651da
rand: follow up to r1814240 and r1814326.
ylavic Nov 4, 2017
008ce98
rand: follow up to r1814239, r1814240 and r1814326.
ylavic Nov 5, 2017
30cab59
Support IPv6 link-local address scope/zone mapping.
notroj Nov 28, 2017
624111a
* network_io/unix/sockaddr.c (apr_sockaddr_zone_set): Fail
notroj Nov 29, 2017
5b2dc61
* test/testsock.c (test_zone): Remove duplicate test,
notroj Dec 8, 2017
ab38ff8
Add apr_pool_get_tag to retrieve the pool tag name.
notroj Dec 12, 2017
0689ec2
testpoll: check that the wakeup pipe is still in the pollset after re…
ylavic Jan 2, 2018
698cc66
poll, port: re-add the wakeup pipe to the pollset after it triggered.
ylavic Jan 2, 2018
e894641
poll, port: no need to release and re-acquire the lock in between wal…
ylavic Jan 2, 2018
00de4e1
poll, port: follow up to r1819860.
ylavic Jan 2, 2018
17b13ce
poll, kqueue: save a pollfd (mem)copy per returned event.
ylavic Jan 3, 2018
86ba7fd
poll, epoll: pollset's pfd is not modified on poll(), mark it const.
ylavic Jan 3, 2018
fc76900
Happy New Year 2018
Jan 4, 2018
1a32a2a
Update config.guess and config.sub from
Jan 4, 2018
8d78010
fix ifdef for arc4random
covener Jan 10, 2018
8c3e7fa
* We cannot access list any longer after we called apr_allocator_free…
rpluem Jan 26, 2018
3d61931
apr_pools: make index(es) an apr_size_t everywhere.
ylavic Jan 26, 2018
4b9c0e3
Stop calling functions deprecated in OpenSSL 1.1.0
laomaiweng Feb 18, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
340 changes: 0 additions & 340 deletions APRDesign

This file was deleted.

Loading