1. 15 Dec, 2016 2 commits
  2. 14 Dec, 2016 15 commits
  3. 13 Dec, 2016 18 commits
  4. 12 Dec, 2016 3 commits
  5. 11 Dec, 2016 1 commit
  6. 10 Dec, 2016 1 commit
    • bas-vk's avatar
      build: safe update of PATH on Windows (#3419) · 4f9ccdd7
      bas-vk authored
      NSIS has a default MAX_STR_LEN of 1024. If $ENV{PATH} is longer
      the returned string is truncated to an empty string. Its then not
      possible to distinguis between the variable not set or too long.
      As a result the variable is set with the location where geth and/or
      dev tools are installed. This may override any previous set values.
      4f9ccdd7