1. 16 Dec, 2014 6 commits
  2. 15 Dec, 2014 4 commits
  3. 14 Dec, 2014 18 commits
  4. 13 Dec, 2014 10 commits
  5. 12 Dec, 2014 2 commits
    • Steve Holme's avatar
      RELEASE-NOTES: Synced with 6291a16b · 7dfbbae3
      Steve Holme authored
      7dfbbae3
    • Steve Holme's avatar
      smtp.c: Fixed compilation warnings · 6291a16b
      Steve Holme authored
      smtp.c:2357 warning: adding 'size_t' (aka 'unsigned long') to a string
                  does not append to the string
      smtp.c:2375 warning: adding 'size_t' (aka 'unsigned long') to a string
                  does not append to the string
      smtp.c:2386 warning: adding 'size_t' (aka 'unsigned long') to a string
                  does not append to the string
      
      Used array index notation instead.
      6291a16b