mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
a822a46e47
* refactor: add fetch options object to tr_webRun() Fold `tr_webRun()`, `tr_webRunWithCookies()`, and `tr_webRunWebseed()` into a single API that takes an options argument that callers can customize to their needs. Also does a surface cleanup pass to the tr_webseed and tr_web internal structures, e.g. making fields const where possible, not using raw pointers, and making some fields private. This revision is still full of code smells. Refactoring the entire system is overwhelming, so instead I'm doing it in incremental steps. |
||
---|---|---|
.. | ||
cli.cc | ||
CMakeLists.txt | ||
transmission-cli.1 |