index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
downloadprovider.py
Age
Commit message (
Expand
)
Author
2026-04-15
[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...
Josh Ferrell
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-11-21
Add get and __contains__ methods to all *MetaClass
Peter LaFosse
2025-08-03
Fix undefined `log_error` in downloadprovider.py
Mason Reed
2025-08-01
Use log_error_for_exception in the Python API to pass tracebacks in the stack...
Rusty Wagner
2025-03-28
missed the older dates!
Jordan Wiens
2024-05-28
Fix Python DownloadProvider. Fix https://github.com/Vector35/binaryninja-api/...
Xusheng
2024-01-08
update copyright year
Jordan Wiens
2023-01-05
Update copyright to 2023
Josh F
2022-05-14
remove more vestigal py2 code
Jordan Wiens
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-09-24
Use more f-strings
Peter LaFosse
2021-09-06
Fix import of log
Peter LaFosse
2021-09-06
Ignore some type check warnings in downloadprovider.py
Peter LaFosse
2021-09-06
Some normalizing code changes
Peter LaFosse
2021-09-05
Refactor RegisterValue class into multiple dataclasses which can be instantia...
Peter LaFosse
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-07-01
Chunked uploads and cancelling uploads
Glenn Smith
2021-05-17
Network Settings
Glenn Smith
2021-03-11
fix namespace issue causing settings to be included in documentation twice
Jordan Wiens
2021-01-18
updating copyright year
Jordan Wiens
2020-09-14
Custom request types and data transfer for DownloadProvider
Glenn Smith
2020-06-15
Default to requests in downloadprovider, fall back to urllib if not available
Rusty Wagner
2020-05-09
Fix DownloadProvider get_response helper.
Brian Potchik
2020-04-23
Send URLError to the ErrorLog in the PythonDownloadProvider.
Brian Potchik
2020-02-16
Add get_response helper to python DownloadInstance.
Brian Potchik
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-10-21
windows: interim workaround for windows segment heap bug
Ryan Snyder
2019-07-08
PluginManager refactor for supporting plugin installation ui
Peter LaFosse
2019-01-17
update company name and copyright date
Jordan Wiens
2018-10-19
Expose DataRender APIs, allow setting const on types, and allow type comparison
Peter LaFosse
2018-10-18
Initial Enhanced Settings System.
Brian Potchik
2018-10-05
Force use of requests on Windows to avoid cert issues on some installs
Rusty Wagner
2018-10-05
python3: ensure callbacks live long enough
Ryan Snyder
2018-10-05
api: remove some lingering xrange uses in python bindings
Ryan Snyder
2018-08-02
Fix DownloadProvider broken in python merge from b460b9495a.
Brian Potchik
2018-07-13
Python2/3 String Compatibility Fix
KyleMiles
2018-07-10
Rebased so commit history is correct now
KyleMiles
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-06
Python: More useful error when loading too-old Python on Windows
Ryan Snyder
2018-07-02
downloadprovider: Fail gracefully on Ubuntu 14.04 installs, add fallback
Ryan Snyder
2018-06-20
Add DownloadProvider Support.
Brian Potchik