summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/taskmanager/tasks/DownloadText.java
Commit message (Collapse)AuthorAgeFilesLines
* [DownloadText] Simplify conversionSimon Rettberg2019-09-131-1/+1
|
* [DownloadText] Buffer everything before converting to UTF-8Simon Rettberg2019-09-131-3/+4
| | | | | | As we read the incoming data in chunks, if a multi-byte UTF-8 char were at such a chunk boundary, it would break during conversion, so buffer everything first and convert later in one go.
* [DownloadText] Increase max size to 1MSimon Rettberg2019-09-131-1/+1
|
* [ldap/ad] Support home directory remapping optionsSimon Rettberg2016-05-201-2/+2
|
* BumpSimon Rettberg2015-02-241-1/+1
|
* Added class ProxyHandler for for configuring proxy settings system wide once ↵Björn Hagemeister2014-11-121-0/+4
| | | | before starting downloading.
* Initial commitSimon Rettberg2014-06-031-0/+82