1. 30 Jan, 2011 1 commit
  2. 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
  3. 28 Jan, 2011 2 commits
  4. 22 Jan, 2011 2 commits
  5. 20 Jan, 2011 1 commit
  6. 18 Jan, 2011 4 commits
  7. 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
  8. 18 Jan, 2011 2 commits
  9. 17 Jan, 2011 25 commits