chiark / gitweb /
Merge branch 'tidy' into 'main'
[jarrg-ian.git] / src / net / chiark / yarrg / MarketUploader.java
2023-04-09 Ian JacksonMerge branch 'pctb' into 'main' jarrg-1.1.0
2023-04-09 Ian JacksonAdd "PCTB:" to the error that PCTB gives nowadays
2023-04-09 Ian JacksonTurn off PCTB upload by default
2023-04-08 Ian JacksonMerge branch 'island' into 'main'
2023-04-08 Ian JacksonFix island name finding (fixes bug mentioned in wiki)
2011-04-02 Ian Jacksonuse "/who" rather than "/w" to find our island unstable 1.0.5
2011-04-02 Ian Jacksonstyle: add a comment about main() not being called
2011-04-02 Ian Jacksonstyle: change visibility of some members of MarketUploader
2011-04-02 Ian Jacksonformatting: move code about to make more sense, and...
2011-04-02 Ian Jacksonthread fixes: set latch = null if we don't need it
2011-04-02 Ian Jacksonthread fixes: add some commentary to explain the mess
2011-04-02 Ian Jacksonthread fixes: set cancellation message when cancelled
2011-04-02 Ian Jacksonthread fixes: names for threads, etc.
2011-04-02 Ian Jacksonthread fixes: debugging from UIX
2011-04-02 Ian Jacksondebug logging: replace logprogress and if(dtxt!=null...
2011-04-02 Ian Jacksonthread fixes: coroutine-style explicit multithread...
2011-04-02 Ian Jacksonthread fixes: wip coroutine-style explicit multithread...
2011-04-02 Ian Jacksonformatting: reindent to 2 spaces, wrap lots of long...
2011-04-02 Ian Jacksonthreading fixes: be properly idempotent etc. about...
2011-04-02 Ian Jacksonthreading fixes: be properly idempotent etc. about...
2011-04-02 Ian Jacksonthreading fixes: use invokeLater to always run the...
2011-01-03 Ian Jacksonwhen looking for the league tracker, cope if it isn... 1.0.4
2011-01-03 Ian Jacksondescend() prints information about the classes it walks...
2011-01-03 Ian Jacksonfix "uses test servers on windows" bug
2010-09-12 Ian Jacksonallow uploading other than from markets (don't mind... 1.0.0
2010-09-05 Ian Jacksonrename com.tedpearson.ypp.market.* to net.chiark.yarrg.*