Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 1 | -1/+1 |
* | New __status__ magic key | Walter Purcaro | 2015-07-19 | 1 | -0/+1 |
* | Rename self.core to self.pyload (plugins only) | Walter Purcaro | 2015-07-19 | 1 | -3/+3 |
* | Fix addons | Walter Purcaro | 2015-07-19 | 1 | -9/+2 |
* | Code cosmetics (2) | Walter Purcaro | 2015-07-19 | 1 | -2/+2 |
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 1 | -9/+9 |
* | Spare code cosmetics (2) | Walter Purcaro | 2015-06-24 | 1 | -1/+1 |
* | Spare code cosmetics | Walter Purcaro | 2015-06-24 | 1 | -3/+3 |
* | Spare code cosmetics | Walter Purcaro | 2015-06-24 | 1 | -3/+3 |
* | Hook plugin code cosmetics (2) | Walter Purcaro | 2015-06-15 | 1 | -1/+1 |
* | Update everything | Walter Purcaro | 2015-06-08 | 1 | -2/+2 |
* | [ClickAndLoad] Version up | Walter Purcaro | 2015-05-09 | 1 | -1/+1 |
* | Update ClickAndLoad.py | GammaC0de | 2015-05-09 | 1 | -1/+1 |
* | [ClickAndLoad] fix bug when webinterface uses SSL | GammaC0de | 2015-05-09 | 1 | -1/+21 |
* | interval code cosmetics | Walter Purcaro | 2015-03-26 | 1 | -3/+1 |
* | __config__ cosmetics | Walter Purcaro | 2015-03-25 | 1 | -1/+1 |
* | [ClickAndLoad] Fix freeze after a pyLoad restart | Walter Purcaro | 2015-03-18 | 1 | -1/+3 |
* | Spare code cosmetics | Walter Purcaro | 2015-03-18 | 1 | -0/+4 |
* | Spare code cosmetics | Walter Purcaro | 2015-03-10 | 1 | -1/+1 |
* | Whitespace cosmetics | Walter Purcaro | 2015-03-08 | 1 | -1/+1 |
* | [ClickAndLoad] Fixup | Walter Purcaro | 2015-03-05 | 1 | -2/+2 |
* | [ClickAndLoad] Fix https://github.com/pyload/pyload/issues/1220 | Walter Purcaro | 2015-03-04 | 1 | -4/+4 |
* | [ClickAndLoad] Revert and improve | Walter Purcaro | 2015-03-02 | 1 | -26/+24 |
* | Spare code cosmetics | Walter Purcaro | 2015-03-01 | 1 | -1/+1 |
* | [ClickAndLoad] Improve (2) | Walter Purcaro | 2015-02-20 | 1 | -3/+0 |
* | [ClickAndLoad] Improve | Walter Purcaro | 2015-02-20 | 1 | -54/+27 |
* | [ClickAndLoad] Fix https://github.com/pyload/pyload/issues/1186 | Walter Purcaro | 2015-02-18 | 1 | -11/+9 |
* | [ClickAndLoad] Fixup | Walter Purcaro | 2015-02-15 | 1 | -18/+31 |
* | [ClickAndLoad] Small code cosmetics | Walter Purcaro | 2015-02-12 | 1 | -1/+1 |
* | [ClickAndLoad] Fix https://github.com/pyload/pyload/issues/1158 | Walter Purcaro | 2015-02-12 | 1 | -15/+16 |
* | [ClickAndLoad] Fix https://github.com/pyload/pyload/issues/1135 | Walter Purcaro | 2015-02-03 | 1 | -14/+15 |
* | [ClickAndLoad] Improve | Walter Purcaro | 2015-02-01 | 1 | -18/+8 |
* | [ClickAndLoad] Use self.manager instead hookManager | Walter Purcaro | 2015-01-27 | 1 | -4/+4 |
* | [ClickAndLoad] Fix create_connection in python 2.5 | Walter Purcaro | 2015-01-26 | 1 | -5/+6 |
* | [ClickAndLoad] Fix bad except | Walter Purcaro | 2015-01-25 | 1 | -3/+3 |
* | [ClickAndLoad] Improve create_connection | Walter Purcaro | 2015-01-23 | 1 | -32/+46 |
* | socket.create_connection is unavailable in Python25 | Nippey | 2015-01-22 | 1 | -3/+32 |
* | [ClickAndLoad] Fix error "Port already in use" | Walter Purcaro | 2015-01-13 | 1 | -13/+7 |
* | [ClickAndLoad] Updated | Walter Purcaro | 2015-01-04 | 1 | -50/+54 |
* | [ClickAndLoad] Revert initPeriodical | Walter Purcaro | 2014-12-25 | 1 | -6/+1 |
* | Don't start unused periodical in some addons | Walter Purcaro | 2014-12-09 | 1 | -1/+6 |
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -5/+5 |
* | [ClickAndLoad] Code cosmetics | Walter Purcaro | 2014-10-14 | 1 | -28/+28 |
* | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 1 | -0/+1 |
* | New __authors__ key replaces __author_name__ and __author_mail__ + Whitespace... | Walter Purcaro | 2014-10-07 | 1 | -2/+2 |
* | Logging string cosmetics | Walter Purcaro | 2014-09-27 | 1 | -1/+1 |
* | Remove trailing whitespaces + remove license headers + import urllib methods ... | Walter Purcaro | 2014-08-01 | 1 | -16/+1 |
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | Walter Purcaro | 2014-07-15 | 1 | -4/+5 |
* | Remove bad whitespaces | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
* | Fix __config__ | Walter Purcaro | 2014-04-11 | 1 | -2/+2 |
* | Plugins: core.config -> config | Walter Purcaro | 2013-09-03 | 1 | -3/+3 |
* | Fixed PEP 8 violations in Hooks | Stefano | 2013-07-24 | 1 | -0/+1 |
* | fixed log api call for several plugins | Walter Purcaro | 2013-07-17 | 1 | -3/+3 |
* | improved some code style issues | RaNaN | 2011-05-14 | 1 | -12/+14 |
* | little fixes | RaNaN | 2010-09-20 | 1 | -1/+6 |
* | cnl cpu usage fix | RaNaN | 2010-09-14 | 1 | -7/+10 |
* | little fixes | RaNaN | 2010-08-30 | 1 | -1/+1 |
* | new dirs | RaNaN | 2010-08-25 | 1 | -0/+79 |
* | merged gui | mkaay | 2010-08-25 | 1 | -79/+0 |
* | extern cnl | RaNaN | 2010-08-23 | 1 | -4/+10 |
* | hook deactivating | RaNaN | 2010-08-06 | 1 | -0/+1 |
* | more improvements and cleaned some imports | RaNaN | 2010-07-29 | 1 | -1/+0 |
* | refactored plugins, new plugin manager | mkaay | 2010-05-05 | 1 | -9/+5 |
* | version fix, removed debug messages | mkaay | 2010-05-02 | 1 | -3/+3 |
* | fixed cnl | mkaay | 2010-05-02 | 1 | -75/+36 |
* | cnl fix, webif. add dialog - destionation choosable | RaNaN | 2010-02-12 | 1 | -2/+6 |
* | fixed click'n'load, added youtube hd option | mkaay | 2010-02-08 | 1 | -2/+2 |
* | FlashGot + ClickNLoad Support + Webif. improvm.!! pyLoad FTW !! | RaNaN | 2010-02-05 | 1 | -0/+112 |