Commit Graph

6 Commits

Author SHA1 Message Date
Arvid Norberg dbbcad5818
disable logging support in libtorrent, to avoid clang 10 ICE (#3447)
* disable logging support in libtorrent, to avoid clang 10 ICE

* pull boost from github instead of bintray
2020-03-01 15:37:45 -08:00
Paul Dreik ef2694640e [libtorrent] corpus url changed (#2384)
* reduce verboseness in unpacking boost

* fix changed url

* reduce wget verbosity
2019-05-05 07:19:51 -07:00
Arvid Norberg dde14d4709 update libtorrent build script to only build and expose large fuzz targets (#2376) 2019-05-03 07:09:54 -07:00
Arvid Norberg 50d08b7d7c [libtorrent] update libtorrent project to just pull the main repository and build fuzzers from there (as they recently landed in the release branch) (#2339) 2019-04-22 15:53:44 -07:00
Paul Dreik 676071636c Libtorrent take2 (#2299)
* switch to another fuzzer repo aimed to be merged upstream

* update email addresses

checked with arvid, he approved adding his address

* [libtorrent] improve building

 - use ninja
 - don't build tests
 - respect CXXFLAGS when building boost
 - less verbose output when downloading

* create initial corpus zip files from git

this makes it much easier to add and remove
both fuzzers and corpus upstream and make
sure they work well.
2019-04-09 11:22:07 -07:00
Paul Dreik b858b0036d Libtorrent (#2268)
* [boost] add fuzzers for boost property tree parsers

* [boost] fix missing files in Docker copy command

* add libtorrent

* set email address, clone depth 10

* remove templated text
2019-04-01 11:31:16 -07:00