1. 20 Feb, 2013 2 commits
  2. 17 Feb, 2013 1 commit
  3. 16 Feb, 2013 2 commits
    • Clear up warnings from cppcheck · 56543a60
      The cppcheck static analyzer generates warnings for a bunch of
      places in the libgit2 code base.  All the ones fixed in this
      commit are actually false positives, but I've reorganized the
      code to hopefully make it easier for static analysis tools to
      correctly understand the structure.  I wouldn't do this if I
      felt like it was making the code harder to read or worse for
      humans, but in this case, these fixes don't seem too bad and will
      hopefully make it easier for better analysis tools to get at any
      real issues.
      Russell Belfer committed
    • Fix memory leak in p_getaddrinfo on Amiga · 71d62d39
      If gethostbyname() fails on platforms with NO_ADDRINFO, the code
      leaks the struct addrinfo that was allocated.  This fixes that
      (and a number of code formatting issues in that area of code in
      src/posix.c).
      Russell Belfer committed
  4. 15 Feb, 2013 3 commits
  5. 14 Feb, 2013 6 commits
  6. 13 Feb, 2013 2 commits
  7. 12 Feb, 2013 3 commits
  8. 11 Feb, 2013 13 commits
  9. 10 Feb, 2013 2 commits
  10. 09 Feb, 2013 2 commits
  11. 08 Feb, 2013 4 commits