1. 04 Apr, 2011 1 commit
  2. 31 Mar, 2011 7 commits
  3. 30 Mar, 2011 7 commits
  4. 29 Mar, 2011 22 commits
  5. 28 Mar, 2011 3 commits
    • libgit2 version 0.11.0, "McSwifty" · 6dcb09b5
      Apologies for the massive changes in the external API (that's my fault),
      and for the terrible codename for this release (that's @tclem's fault).
      
      The detailed overview for the major API changes can be found in the
      commit at 72a3fe42.
      
      Major new features in this release:
      
      	- Real caching and refcounting on parsed objects
      	- Real caching and refcounting on objects read from the ODB
      	- Streaming writes & reads from the ODB
      	- Single-method writes for all object types
      	- The external API is now partially thread-safe
      	- Improved reference handling
      	- New method to list references
      	- ZLib is now built-in
      	- Improvements to the Revision Walker
      	- Tons of bug fixes
      
      Thanks to all the contributors who make this possible.
      
      Signed-off-by: Vicent Marti <tanoku@gmail.com>
      Vicent Marti committed
    • Update the SQLite backend · 483526eb
      Vicent Marti committed
    • Correctly parse the section header · 3b4835c2
      If cfg_readline consumes the line, then parse_section_header will read
      past it and if we read a character, parse_variable won't have the full
      name.
      
      This solution is a bit hackish, but it's the simplest way to get the
      code to parse correctly.
      
      Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
      Carlos Martín Nieto committed