chiark / gitweb /
style: add a comment about main() not being called
[jarrg-ian.git] / src / net / chiark / yarrg / MarketUploader.java
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.*