aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Transports/http
Commit message (Collapse)AuthorAgeFilesLines
...
* updated Greek translation (Dimitrios Glentadakis)trialuser022017-10-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7675 90c681e8-e032-0410-971d-27865f9a5e38
* fixed build regressiontrialuser022017-10-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7519 90c681e8-e032-0410-971d-27865f9a5e38
* changed contact informationtrialuser022017-10-0735-63/+63
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7514 90c681e8-e032-0410-971d-27865f9a5e38
* removed CMP0005 policytrialuser022017-09-231-5/+0
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7467 90c681e8-e032-0410-971d-27865f9a5e38
* cmake: removed CMP0003 policytrialuser022017-09-231-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7466 90c681e8-e032-0410-971d-27865f9a5e38
* reformat .pro filestrialuser022017-08-291-11/+13
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7421 90c681e8-e032-0410-971d-27865f9a5e38
* cleaning qmake filestrialuser022017-08-291-11/+4
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7419 90c681e8-e032-0410-971d-27865f9a5e38
* optimized qmake filestrialuser022017-02-111-4/+0
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7030 90c681e8-e032-0410-971d-27865f9a5e38
* http: using "icy-name" as fallback titletrialuser022017-01-101-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6959 90c681e8-e032-0410-971d-27865f9a5e38
* replaced toAscii by toLatin1trialuser022017-01-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6933 90c681e8-e032-0410-971d-27865f9a5e38
* added Indonesian translation (Wantoyo)trialuser022017-01-032-0/+81
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6932 90c681e8-e032-0410-971d-27865f9a5e38
* http: fixed error message charsettrialuser022016-12-251-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6919 90c681e8-e032-0410-971d-27865f9a5e38
* coding style fixestrialuser022016-10-291-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6825 90c681e8-e032-0410-971d-27865f9a5e38
* http: do not send empty metadatatrialuser022016-10-171-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6785 90c681e8-e032-0410-971d-27865f9a5e38
* http: fixed issue with uploaded files (#883)trialuser022016-10-171-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6783 90c681e8-e032-0410-971d-27865f9a5e38
* updated Brazilian Portuguese translation (Vitor Pereira)trialuser022016-08-081-14/+14
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6658 90c681e8-e032-0410-971d-27865f9a5e38
* cmake: cleanuptrialuser022016-06-031-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6427 90c681e8-e032-0410-971d-27865f9a5e38
* http plugin: added https supporttrialuser022016-05-251-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6388 90c681e8-e032-0410-971d-27865f9a5e38
* http plugin: fixed http header encodingtrialuser022016-05-162-11/+23
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6352 90c681e8-e032-0410-971d-27865f9a5e38
* curl: using previous encoding if current encoding is not detectedtrialuser022016-05-162-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6351 90c681e8-e032-0410-971d-27865f9a5e38
* updated translationstrialuser022016-05-135-14/+14
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6345 90c681e8-e032-0410-971d-27865f9a5e38
* building of .app package for MacOS X with CMake (patch by Ivan Ponomarev)trialuser022015-12-041-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5807 90c681e8-e032-0410-971d-27865f9a5e38
* fixed build (patch by RyoTa SimaMoto)trialuser022015-08-241-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5481 90c681e8-e032-0410-971d-27865f9a5e38
* updated French translation (Sébastien Aperghis-Tramoni)trialuser022015-08-191-15/+15
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5436 90c681e8-e032-0410-971d-27865f9a5e38
* updated Polish translation (Daniel Krawczyk)trialuser022015-08-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5434 90c681e8-e032-0410-971d-27865f9a5e38
* updated Greek translation (Dimitrios Glentadakis)trialuser022015-08-111-15/+15
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5358 90c681e8-e032-0410-971d-27865f9a5e38
* updated Japanese translation (RyoTa SimaMoto)trialuser022015-07-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5247 90c681e8-e032-0410-971d-27865f9a5e38
* prepare for Greek translationtrialuser022015-05-232-0/+81
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4994 90c681e8-e032-0410-971d-27865f9a5e38
* updated Ukrainian translationsmotsyo2015-05-091-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4944 90c681e8-e032-0410-971d-27865f9a5e38
* updated German translation (Ettore Atalan)trialuser022015-04-291-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4877 90c681e8-e032-0410-971d-27865f9a5e38
* prepare for Bulgarian translationtrialuser022015-04-032-0/+81
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4815 90c681e8-e032-0410-971d-27865f9a5e38
* updated .ts filestrialuser022015-03-191-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4804 90c681e8-e032-0410-971d-27865f9a5e38
* updated Portuguese translation (Sérgio Marques)trialuser022015-03-151-6/+4
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4800 90c681e8-e032-0410-971d-27865f9a5e38
* updated Russian translationtrialuser022015-03-121-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4798 90c681e8-e032-0410-971d-27865f9a5e38
* updated .ts filestrialuser022015-03-1224-0/+240
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4797 90c681e8-e032-0410-971d-27865f9a5e38
* added feature to change user agent (Closes issue 747)trialuser022015-03-125-38/+78
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4796 90c681e8-e032-0410-971d-27865f9a5e38
* updated Hebrew translation (Genghis Khan)trialuser022015-03-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4786 90c681e8-e032-0410-971d-27865f9a5e38
* renaming experimental branchtrialuser022015-01-092-29/+3
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4675 90c681e8-e032-0410-971d-27865f9a5e38
* updated Portuguese translation (Sérgio Marques)trialuser022014-09-171-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4501 90c681e8-e032-0410-971d-27865f9a5e38
* added Portuguese translation (Sérgio Marques)trialuser022014-09-132-0/+71
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4468 90c681e8-e032-0410-971d-27865f9a5e38
* removed source language from resourcestrialuser022014-09-121-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4464 90c681e8-e032-0410-971d-27865f9a5e38
* added source languagetrialuser022014-08-262-0/+71
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4428 90c681e8-e032-0410-971d-27865f9a5e38
* removed useless translationstrialuser022014-05-051-70/+0
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4276 90c681e8-e032-0410-971d-27865f9a5e38
* updated Hebrew translation (author: Genghis Khan)trialuser022014-04-191-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4262 90c681e8-e032-0410-971d-27865f9a5e38
* enabled enca library support under win32 (Fixes issue 641)trialuser022014-03-171-5/+9
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4176 90c681e8-e032-0410-971d-27865f9a5e38
* added Serbian translations (author: Mladen Pejaković)trialuser022014-01-064-1/+145
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4004 90c681e8-e032-0410-971d-27865f9a5e38
* fixed Galician translation (author: Oscar Pereira)trialuser022013-10-141-12/+12
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3784 90c681e8-e032-0410-971d-27865f9a5e38
* added Galician translation (author: Óscar Pereira)trialuser022013-10-042-0/+71
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3747 90c681e8-e032-0410-971d-27865f9a5e38
* fixed possible freezestrialuser022013-05-281-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3484 90c681e8-e032-0410-971d-27865f9a5e38
* added timeout for transport pluginstrialuser022013-05-195-7/+25
| | | | git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3471 90c681e8-e032-0410-971d-27865f9a5e38