1. 25 Nov, 2012 1 commit
  2. 24 Nov, 2012 1 commit
  3. 23 Nov, 2012 4 commits
  4. 22 Nov, 2012 8 commits
  5. 21 Nov, 2012 3 commits
  6. 20 Nov, 2012 1 commit
  7. 19 Nov, 2012 1 commit
  8. 18 Nov, 2012 10 commits
  9. 14 Nov, 2012 3 commits
  10. 28 Oct, 2012 1 commit
  11. 27 Oct, 2012 1 commit
    • Raul Gutierrez Segales's avatar
      fedora: add spec file · 45f302f3
      Raul Gutierrez Segales authored
      We should probably make this spec file a template and integrate
      it with our build process (make package?). Will follow-up with
      that eventually.
      45f302f3
  12. 16 Oct, 2012 1 commit
  13. 14 Oct, 2012 1 commit
  14. 05 Oct, 2012 3 commits
  15. 04 Oct, 2012 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Iterative treap implementation · 24e932df
      Tatsuhiro Tsujikawa authored
      This change implements spdylay_map functions in iterative approach
      instead of original recursive approach. The iterative version is
      overall faster than recursive one. The traversal function
      (spdylay_map_each) is slightly slower but it is not noticeable.
      24e932df