bisq/core
jmacxx b8aa79450d
Fix memory leak in PriceRequest thread name.
The thread name is being appended at each price request with the
request URL.  This is a leak because the size of the string forever
increases.

There's actually no benefit to modifying the thread name with
the request URL, as whatever small amount of logging is done in
the price subsystem includes the applicable url in the message
itself.  So applying the KISS rule, we no longer munge the
thread name at all.
2023-09-02 14:29:42 -05:00
..
.tx Update translations for v1.9.0 2022-04-28 13:12:59 +02:00
src Fix memory leak in PriceRequest thread name. 2023-09-02 14:29:42 -05:00
build.gradle core: Switch to 'bisq.javafx' Gradle Plugin 2023-08-04 13:27:55 +02:00
update_translations.sh Add Polish translation 2021-12-01 15:13:57 +01:00