• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tokuhirom / HTTP-Session2
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: 1.10
DEFAULT BRANCH: master
Repo Added 27 Oct 2013 09:51AM UTC
Files 7
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 1.00
branch: 1.00
CHANGE BRANCH
x
Reset
  • 1.00
  • 0.01
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 1.01
  • 1.02
  • 1.03
  • 1.04
  • 1.05
  • 1.06
  • 1.07
  • 1.08
  • 1.09
  • 1.10
  • clientstore2
  • master
  • urandom

pending completion
31

push

travis-ci

Tokuhiro Matsuno
Checking in changes prior to tagging of version 1.00.

Changelog diff is:

diff --git Changes Changes
index 548783b..e4f103f 100644
--- Changes
+++ Changes
@@ -2,6 +2,22 @@ Revision history for Perl extension HTTP-Session2

 {{$NEXT}}

+1.00 2014-07-28T04:09:47Z
+
+    [INCOMPATIBLE CHANGE]
+    - I changed HMAC strategy on ServerSide mode.
+      Previous version uses
+
+        hmac_hex(data: $session_id, key: $secret)
+
+      New version is:
+
+        hmac_hex(data: $secret, key: $session)
+
+      This version is even secure. But, it's not a critical issue.
+
+      I think this change won't break your code.
+
 0.05 2014-03-18T18:52:37Z

     - use Cookie::Baker for generating cookie string for Plack response object.

187 of 187 relevant lines covered (100.0%)

60.21 hits per line

Relevant lines Covered
Build:
Build:
187 RELEVANT LINES 187 COVERED LINES
60.21 HITS PER LINE
Source Files on 1.00
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31 1.00 Checking in changes prior to tagging of version 1.00. Changelog diff is: diff --git Changes Changes index 548783b..e4f103f 100644 --- Changes +++ Changes @@ -2,6 +2,22 @@ Revision history for Perl extension HTTP-Session2 {{$NEXT}} +1.00 2014-... push 28 Jul 2014 04:12AM UTC Tokuhiro Matsuno travis-ci pending completion  
See All Builds (67)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc