1. 04 Jan, 2015 6 commits
  2. 03 Jan, 2015 4 commits
  3. 02 Jan, 2015 5 commits
  4. 01 Jan, 2015 6 commits
  5. 31 Dec, 2014 11 commits
  6. 30 Dec, 2014 5 commits
  7. 29 Dec, 2014 1 commit
  8. 28 Dec, 2014 2 commits
    • Steve Holme's avatar
      darwinssl: Fixed compilation warning · cfc86386
      Steve Holme authored
      vtls.c:683:43: warning: unused parameter 'data'
      cfc86386
    • Steve Holme's avatar
      sockfilt.c: Fixed compilation warnings · 40887217
      Steve Holme authored
      sockfilt.c:288: warning: conversion to 'DWORD' from 'size_t' may alter
                      its value
      sockfilt.c:291: warning: conversion to 'DWORD' from 'size_t' may alter
                      its value
      sockfilt.c:323: warning: conversion to 'DWORD' from 'size_t' may alter
                      its value
      sockfilt.c:326: warning: conversion to 'DWORD' from 'size_t' may alter
                      its value
      40887217