Commit Graph

54 Commits (7e8efc570ed23a054ae471ec910709617cb7d016)

Author SHA1 Message Date
inpos 7e8efc570e Тест убран 2016-03-06 16:28:15 +03:00
inpos f2788dc63c Исправления 2016-03-06 13:19:14 +03:00
inpos 610983e345 Кодировка mbcs в нерусской Windows 2016-03-06 02:23:42 +03:00
inpos fe32c5c6f0 Маленькие доработки 2016-03-05 18:33:39 +03:00
inpos 142a9cf4a9 Автоматическое определение кодировки файлов 2016-03-05 18:09:26 +03:00
inpos 25319c55ac Добавил chardet 2016-03-05 17:55:44 +03:00
inpos b48f281c14 Настроил буфер кусков 2016-03-05 02:44:38 +03:00
inpos edd034bdbb Ошибка в очереди кусков 2016-03-05 01:43:47 +03:00
inpos 565fab4a83 win 2016-03-05 00:57:33 +03:00
inpos 48d77de875 Виндовые пути 2016-03-05 00:05:38 +03:00
inpos 62592e685f путь к локальному файлу .torrent url-quoted 2016-03-04 23:53:23 +03:00
inpos a691af60e8 Косячки 2016-03-04 22:40:18 +03:00
inpos 9f2bbc2fd6 filesToRemove 2016-03-04 22:18:52 +03:00
inpos a17e9da7c4 . 2016-03-04 22:00:13 +03:00
inpos 430c467172 . 2016-03-04 19:33:49 +03:00
inpos 2c7952ff01 Исправил logging 2016-03-04 19:27:34 +03:00
inpos e852a9ad58 Вроде, можно тестировать 2016-03-04 18:52:14 +03:00
inpos 06a36f066f Переделал получение пиров 2016-03-04 18:13:38 +03:00
inpos 7473d69488 Переделал получение списка файлов 2016-03-04 18:02:14 +03:00
inpos 312fcf05e0 Изменил получение статуса 2016-03-04 17:52:41 +03:00
inpos 65380ffca4 Теперь можно импортировать и работать как с модулем 2016-03-04 17:41:28 +03:00
inpos 21d03ca1eb Merge branch 'master' of https://github.com/inpos/script.module.pyrrent2http.git 2016-03-04 16:33:17 +03:00
inpos 8d201f6a81 Мы не используем внешний бинарник 2016-03-04 16:32:53 +03:00
inpos a18b31edf4 Мы не используем внешний бинарник 2016-03-04 16:30:29 +03:00
inpos 46ad0359f2 Я использую PyDev 2016-03-04 16:17:55 +03:00
inpos cb3ee8a8e3 Я не использую IDEA 2016-03-04 16:16:13 +03:00
inpos 91c0a67480 Добавли движок 2016-03-04 16:15:00 +03:00
inpos 6ac4d7ace8 Удалил ненужную папку bin 2016-03-04 16:12:39 +03:00
inpos 67a697ceeb Изменена информация 2016-03-04 16:10:04 +03:00
inpos 46ed76b04e Первый комит 2016-03-04 15:48:36 +03:00
DiMartinoXBMC c79c33cb44 Merge pull request #1 from Palatosino/patch-1
Fix process leak
2016-01-29 13:17:11 +03:00
Palatosino 35f474b43e Fix process leak
You are killing a subprocess without check never the result status, so you are leaking zombie processes:

```
osmc@osmc:~$ ps aux | grep http
osmc     19187  0.0  0.0      0     0 ?        ZN   22:35   0:00 [torrent2http] <defunct>
osmc     19205  0.0  0.0      0     0 ?        ZN   22:35   0:01 [torrent2http] <defunct>
osmc     19258  0.0  0.0      0     0 ?        ZN   22:37   0:00 [torrent2http] <defunct>
osmc     19274  1.1  0.0      0     0 ?        ZN   22:37   0:19 [torrent2http] <defunct>
osmc     19347  0.1  0.0      0     0 ?        ZN   22:39   0:01 [torrent2http] <defunct>
osmc     19363  0.0  0.0      0     0 ?        ZN   22:40   0:00 [torrent2http] <defunct>
osmc     19463  0.0  0.0      0     0 ?        ZN   22:43   0:00 [torrent2http] <defunct>
osmc     19482  0.0  0.0      0     0 ?        ZN   22:44   0:00 [torrent2http] <defunct>
osmc     19498  2.1  0.0      0     0 ?        ZN   22:44   0:26 [torrent2http] <defunct>
osmc     19543  0.0  0.0      0     0 ?        ZN   22:45   0:00 [torrent2http] <defunct>
osmc     19559  0.0  0.0      0     0 ?        ZN   22:45   0:00 [torrent2http] <defunct>
osmc     19576  0.0  0.0      0     0 ?        ZN   22:45   0:00 [torrent2http] <defunct>
osmc     19591  2.3  0.0      0     0 ?        ZN   22:45   0:28 [torrent2http] <defunct>
osmc     19642  0.0  0.0      0     0 ?        ZN   22:47   0:00 [torrent2http] <defunct>
osmc     19658  2.1  0.0      0     0 ?        ZN   22:47   0:22 [torrent2http] <defunct>
osmc     19705  2.1  0.0      0     0 ?        ZN   22:49   0:19 [torrent2http] <defunct>

```

With wait() Python reads the termination status and the SO removes the zombie process.
2016-01-29 00:33:26 +01:00
DiMartinoXBMC 91b10341c5 meme fix 2016-01-16 19:29:37 +03:00
DiMartinoXBMC 4f1c8ee7bb android exec fix 2015-12-21 16:33:06 +03:00
DiMartinoXBMC 3495306859 android exec fix 2015-12-21 16:31:27 +03:00
DiMartinoXBMC 7985cab656 rpi (armv6) bin add info 2015-12-20 02:13:27 +03:00
DiMartinoXBMC d39d77ab3a rpi (armv6) bin add 2015-12-20 02:10:57 +03:00
DiMartinoXBMC bf5de38e66 beta fix 2015-12-18 20:41:13 +03:00
DiMartinoXBMC 68409a438e beta 2015-12-18 20:26:14 +03:00
DiMartinoXBMC 90e5948487 beta 2015-12-18 20:25:02 +03:00
DiMartinoXBMC b403371342 test update #3 2015-12-18 20:18:16 +03:00
DiMartinoXBMC 942a55ac13 test update #2 2015-12-18 20:11:31 +03:00
DiMartinoXBMC ffad6b76e4 test update 2015-12-18 19:40:31 +03:00
Anton Argirov 652c756201 Bump version to 0.1.0 2015-10-28 01:06:25 +06:00
Anton Argirov 9f531d1a2c Bump to 0.0.9 2015-08-28 17:07:40 +06:00
Anton Argirov 383649bfb2 Torrent2http binaries updated to 1.0.3 2015-08-25 17:24:49 +06:00
Anton Argirov 550ff5b7b7 Torrent2http binaries updated to 1.0.2 2015-05-08 18:57:31 +06:00
Anton Argirov 56e97e1f46 Updated README.md 2015-02-06 12:59:04 +06:00
Anton Argirov 8c8944b822 Updated README.md 2015-02-02 16:10:01 +06:00
Anton Argirov 7fcf3e20ab Added code comments, better support of unicode path names 2015-01-29 16:34:13 +06:00