Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ricardocabral/iskdaemon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.4
Choose a base ref
...
head repository: ricardocabral/iskdaemon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 31, 2014

  1. not necessary

    ricardocabral committed Mar 31, 2014
    Copy the full SHA
    24e18a4 View commit details
  2. bumping versin

    ricardocabral committed Mar 31, 2014
    Copy the full SHA
    2c6a4d7 View commit details

Commits on Feb 17, 2015

  1. Added timeout setting for urldownloader

    There was problem with urldownloader to freeze when it took too much time to download image. If RPC client used timed out connection at the same time, all isk-daemon instance stops responding.
    
    So, there is new setting urlDownloaderTimeout in [daemon] section. Default value is 10 seconds. It should be kept lower than RCP connection timeout in client scripts.
    
    Also formatted files in commit to be more PEP-8 compliant.
    anti1869 committed Feb 17, 2015
    Copy the full SHA
    5283a26 View commit details
  2. Added Exception logging for urldownloader

    urldownloader errorhandler was not so friendly about what cause an exception. So I thought it's a good idea to add logging here and I did. At least, it's clearly seen when 404 errors are actually happening with 'theurls'.
    anti1869 committed Feb 17, 2015
    Copy the full SHA
    a28c9cf View commit details
  3. Fixed build errors on MacOS

    setup.py now detects proper include dir for ImageMagick.
    Using subprocess instead of deprecated os.popen.
    Fixed c++ build errors according to this issue
    #66
    
    Tested on 10.9.5 with Homebrew ImageMagick, swig and pkg-config.
    anti1869 committed Feb 17, 2015
    Copy the full SHA
    090b1fc View commit details
  4. Copy the full SHA
    c2d3d80 View commit details
  5. Copy the full SHA
    cfa22c4 View commit details

Commits on Feb 18, 2015

  1. Merge pull request #71 from anti1869/urldownloader

    Timeout setting for urldownloader
    ricardocabral committed Feb 18, 2015
    Copy the full SHA
    2914892 View commit details
  2. Merge pull request #72 from anti1869/osxbuild

    Build on OSX
    ricardocabral committed Feb 18, 2015
    Copy the full SHA
    fc88433 View commit details
  3. Copy the full SHA
    5d6b843 View commit details
  4. Copy the full SHA
    4f5c5e6 View commit details
Loading