Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to libtorrent 1.1 #22

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Update to libtorrent 1.1 #22

wants to merge 31 commits into from

Commits on Aug 4, 2015

  1. Update README.md

    solderzzc committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    a22e8e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2016

  1. add_magnet_uri is deprecated

    add_magnet_uri() is deprecated. Using add_torrent().
    
    I also add a listen_on() to set ports and a "info msg" if
    the download is taking to much time.
    
    I tested 10 times with sucess.
    hpfn committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    09611b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Configuration menu
    Copy the full SHA
    c53d079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1098077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e32e1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11d80aa View commit details
    Browse the repository at this point in the history
  5. chg: update readme.

    rachmadaniHaryono committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    839422f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d115ba5 View commit details
    Browse the repository at this point in the history
  7. chg: fix typo.

    rachmadaniHaryono committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    a53f042 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bd2af2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed32ef4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e9f635 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    349e3dd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Configuration menu
    Copy the full SHA
    53df6ee View commit details
    Browse the repository at this point in the history
  2. Some minor tidyups

    LordAro committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    a105a61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f9ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d54e337 View commit details
    Browse the repository at this point in the history
  5. Some tidyups

    LordAro committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    5bc75cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aeb9c6c View commit details
    Browse the repository at this point in the history
  7. Tidy argument parser

    LordAro committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    df15002 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb3fbab View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Configuration menu
    Copy the full SHA
    f6faa49 View commit details
    Browse the repository at this point in the history
  2. Readme pass

    LordAro committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    11bef31 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2016

  1. Fix arg parser

    LordAro committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    8edd5c2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Configuration menu
    Copy the full SHA
    ccb5bfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ff0a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

  1. chg: dev: update with patch from @szero

    - use python3 interpreter
    - use unquote_plus instead of unquote
    rachmadaniHaryono committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    bca1102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35d8b5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27618e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Merge pull request #1 from Szero/master

    unquote filename from magnet on % symbol
    LordAro authored Jun 12, 2017
    Configuration menu
    Copy the full SHA
    f0df30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e8450 View commit details
    Browse the repository at this point in the history