1. 01 Jul, 2014 2 commits
  2. 30 Jun, 2014 2 commits
    • Round up pool alloc sizes for alignment · 5fa8cda9
      To make sure that items returned from pool allocations are aligned
      on nice boundaries, this rounds up all pool allocation sizes to a
      multiple of 8.  This adds a small amount of overhead to each item.
      
      The rounding up could be made optional with an extra parameter to
      the pool initialization that turned on rounding only for pools
      where item alignment actually matters, but I think for the extra
      code and complexity that would be involved, that it makes sense
      just to burn a little bit of extra memory and enable this all the
      time.
      Russell Belfer committed
    • Merge pull request #2440 from phkelley/transports · dcdb8500
      Improvements to git_transport extensibility
      Vicent Marti committed
  3. 27 Jun, 2014 3 commits
  4. 26 Jun, 2014 4 commits
  5. 25 Jun, 2014 8 commits
  6. 24 Jun, 2014 8 commits
  7. 23 Jun, 2014 4 commits
  8. 20 Jun, 2014 3 commits
  9. 16 Jun, 2014 1 commit
  10. 14 Jun, 2014 1 commit
  11. 13 Jun, 2014 3 commits
  12. 12 Jun, 2014 1 commit