1. 23 Mar, 2016 1 commit
  2. 19 Mar, 2016 2 commits
  3. 17 Mar, 2016 1 commit
  4. 16 Mar, 2016 2 commits
  5. 15 Mar, 2016 1 commit
  6. 14 Mar, 2016 1 commit
    • neil's avatar
      minor · bac3b6b0
      neil authored
      bac3b6b0
  7. 13 Mar, 2016 8 commits
  8. 12 Mar, 2016 1 commit
  9. 11 Mar, 2016 4 commits
  10. 10 Mar, 2016 2 commits
  11. 09 Mar, 2016 5 commits
  12. 08 Mar, 2016 6 commits
  13. 07 Mar, 2016 2 commits
  14. 06 Mar, 2016 1 commit
  15. 04 Mar, 2016 1 commit
  16. 02 Mar, 2016 2 commits
    • BlueAnanas's avatar
      Replaced $@ by quoted "$@" · 0f36bb11
      BlueAnanas authored
      An $a without quotes is not putting quotes around expanded characters. The quotes around the server reload command get lost in the process.
      0f36bb11
    • J Phani Mahesh's avatar
      simplify call by using $@ · 60a94dae
      J Phani Mahesh authored
      $@ refers to all arguments, which is a nice way of saying $1 $2 ..., plus it doesn't need updating if we need more arguments.
      60a94dae