1. 04 Feb, 2011 1 commit
  2. 30 Jan, 2011 1 commit
  3. 29 Jan, 2011 1 commit
    • Rusty Russell's avatar
      net: fix latent bug in _info example. · 72744050
      Rusty Russell authored
      Ben Hutchings points out that struct sockaddr isn't large enough to hold
      a struct sockaddr_in6.  Our example works because we only access the family
      field, but anyone extending it might be surprised; use a union instead.
      72744050
  4. 28 Jan, 2011 2 commits
  5. 22 Jan, 2011 2 commits
  6. 20 Jan, 2011 1 commit
  7. 18 Jan, 2011 4 commits
  8. 09 Jan, 2011 2 commits
    • Rusty Russell's avatar
      ccanlint: -k all · 8ffd9b98
      Rusty Russell authored
      Use this to preserve the entire working directory.
      8ffd9b98
    • Rusty Russell's avatar
      ccanlint: -k should not pollute module directory. · 1f45ec04
      Rusty Russell authored
      It leads to numerous problems, such as the next ccanlint getting confused
      trying to compile examples, and "-k examples_compile -k examples_exist"
      giving bogus errors.
      
      So instead we leave the temporary dir lying around and delete
      individual files which aren't marked "keep".
      1f45ec04
  9. 18 Jan, 2011 2 commits
  10. 17 Jan, 2011 24 commits