summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-24Deploy 'cargo doc' to Github Pages (#5)Árni Dagur1-0/+26
2020-05-16Add a README and a license to the project (#4)Árni Dagur6-2/+241
2020-05-16Bump version number to 0.2.0Árni Dagur2-2/+2
2020-05-15Turn a few fields from Vec to HashSet, now that we're running PyO3 0.10Árni Dagur1-14/+6
2020-05-14Upgrade PyO3 to 0.10Árni Dagur1-1/+1
2020-05-14Add additional docstringsÁrni Dagur1-11/+54
2020-05-11Upgrade adblock dependency to 0.2.9Árni Dagur1-1/+1
2020-05-09Revert commit 'Gag stderr for add_filter_list'Árni Dagur2-5/+0
2020-05-04Gag stderr for 'add_filter_list'Árni Dagur2-0/+5
2020-04-26Add BlockerResult and HostnameSpecificResources classes to moduleÁrni Dagur1-0/+2
2020-04-26Add text signatures to methodsÁrni Dagur1-0/+16
2020-04-26Do not upload to Test PyPi unconditionallyÁrni Dagur1-5/+0
2020-04-25Bump version to 0.1.4Árni Dagur2-2/+2
2020-04-25Fix PyPi deployment (#2)Árni Dagur1-1/+6
2020-04-25Bump version number to 0.1.3Árni Dagur2-2/+2
2020-04-25Drop failure dependencyÁrni Dagur2-8/+25
2020-04-25Update adblock dependency to 0.2.8Árni Dagur1-1/+1
2020-04-25Merge branch 'master' of github.com:ArniDagur/python-adblockÁrni Dagur1-0/+1
2020-04-25Use same publishing criteria for Github and PyPi in CICDÁrni Dagur1-1/+1
2020-04-25Merge pull request #1 from ArniDagur/update-ciÁrni Dagur1-0/+1
2020-04-25Add the rustfmt and clippy components to CICDÁrni Dagur1-0/+1
2020-04-25Add more documentationÁrni Dagur1-0/+39
2020-04-10Add __repr__ for HostnameSpecificResourcesÁrni Dagur1-0/+13
2020-04-10Add debug symbols to release buildÁrni Dagur1-0/+3
2020-04-10Add hostname specific resource functionÁrni Dagur1-1/+49
2020-04-08Serialize before opening fileÁrni Dagur1-1/+1
2020-04-08Add 'hidden_class_id_selectors' functionÁrni Dagur1-14/+24
2020-04-05Bugfix: Allow overwriting existing file in 'serialize_to_file'Árni Dagur3-3/+4
2020-03-30Yoink Hyperjson's deployment codeÁrni Dagur1-1/+70
2020-03-30Update to 0.1.1Árni Dagur2-2/+2
2020-03-30Add abilility to read filter listsÁrni Dagur1-0/+4
2020-03-30Always create new file in 'serialize_to_file'Árni Dagur1-1/+4
2020-03-29Set cargo.toml name to 'adblock'Árni Dagur1-4/+3
2020-03-29Add serialization and deserialization methodsÁrni Dagur2-3/+78
2020-03-28first commitÁrni Dagur5-0/+529