aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/http/HttpConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* check for links in pgp encrypted messages as welliNPUTmice2014-10-271-0/+2
* set divider for image meta information to '|' to not conflict with URL. break...iNPUTmice2014-10-261-2/+2
* notify only after image has been received over http. introduced mini grace fo...iNPUTmice2014-10-241-0/+9
* ability to download pgp encrypted files over http as welliNPUTmice2014-10-221-2/+6
* made httpconnection accept aes encrypted filesiNPUTmice2014-10-221-0/+9
* added hostname verifier to httpconnectioniNPUTmice2014-10-221-10/+30
* refactored avatar generation. first stepiNPUTmice2014-10-201-6/+10
* mtm support for image downloaderiNPUTmice2014-10-191-13/+49
* do not attempt to download images when not connectediNPUTmice2014-10-171-3/+10
* make image download message to type=image only after completioniNPUTmice2014-10-161-3/+2
* detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice2014-10-151-14/+9
* refactored file download status. make image http download available for carbo...iNPUTmice2014-10-151-32/+52
* recreate http connection after restart. fixes stale download button. better f...iNPUTmice2014-10-141-16/+35
* read image bounds on downloaded imageiNPUTmice2014-10-141-4/+21
* renamingiNPUTmice2014-10-141-1/+1
* basic image over http downloadingiNPUTmice2014-10-141-0/+129