aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libpsl/build.sh
Commit message (Collapse)AuthorAge
* [libpsl] Fix build: convert PSL to NFC (#1924)Gravatar Tim Rühsen2018-11-04
|
* [libpsl] Fix and optimize libpsl build (#1446)Gravatar Tim Rühsen2018-05-25
| | | | | | | | * [libpsl] Add autoconf-archive to fix libidn2 build * [libpsl] Speed up build by using ./configure caches * [libpsl] Prevent cloning gnulib multiple times
* [libpsl] Remove redundant flags for disabling UBSan's vptr check. (#719)Gravatar Max Moroz2017-07-18
|
* [libpsl] Fix libicu+undefined build (#717)Gravatar Tim Rühsen2017-07-17
|
* [libpsl] Add fuzzers for conditional code paths (#712)Gravatar Tim Rühsen2017-07-12
| | | | | | Libpsl can either be built with libicu, libidn2, libidn or with basic internal code. Each built uses different code paths via conditional compilation. To cover all these paths during fuzzing and regression testing, new fuzzer targets are added by this commit.
* [libpsl] Build and link with latest static dependencies (#706)Gravatar Tim Rühsen2017-07-08
|
* [libpsl] Install libidn2 from git and statically link the fuzz target ↵Gravatar Tim Rühsen2017-06-20
| | | | against it (#680)
* Add libpsl to oss-fuzz (#670)Gravatar Tim Rühsen2017-06-09