[libhttp-headers-fast-perl] branch master updated (7e6c24a -> 529c3e8)
gregor herrmann
gregoa at debian.org
Sat Jun 27 11:59:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libhttp-headers-fast-perl.
from 7e6c24a releasing package libhttp-headers-fast-perl version 0.17-1
adds b6d8d2e initial import
adds bffdf93 refactor the benchmark script
adds cfe216c refactoring
adds 20295b2 refactoring
adds 154fc6f start refactoring _header()
adds 8df7a71 added more benchmark cases
adds c40861a rewrite clone class
adds 8a930ba use header_get
adds 0b9d117 header_set
adds a36b512 header_push, and change header() to use new methods
adds a61145f don't use coderef
adds 39041ad added push_header_many
adds b0de7e2 - ここで delete しちゃ基の挙動とちがくなる - _header_push を2個以上の場合でもつかうようにした
adds 1d0b0bf don't use Readonly
adds 40c074e added more benchmarking case
adds eaded4e use _header_set
adds 9f0f8a3 more fine tuning
adds 2dbfe63 increment the count =) lestrrat++
adds 151f45e no magic number
adds 210cce2 oops
adds 77d1b47 fix
adds d265836 no return
adds 7f751b1 added compatiblity checker
adds 793f78f $OP_PUSH_H is no longer needed
adds 1f7aec5 OP_PUSH までいきおいあまってけしてた
adds 979a436 no return expressly
adds 22d0459 oops
adds ae69381 add cache, further inline
adds 4dde532 - _header_get のいらない @old を除去 - メソッド直接よんだほうがはやい - 正規化しないオプションを追加
adds fbd7397 局所的なチューニングをかましたる
adds 41dac66 数値などをちょっと調整
adds 21ebdb6 パフォーマンスチューニング。
adds 7af481f tuning
adds 6c41d57 silence warnings (and make it a test)
adds 02dda0e unwind push_headers for @_ == 2
adds 163c2dc faster header()
adds 538f223 make date a bit faster
adds 43760cf faster date by no standardization
adds b86db2d substr is bit faster
adds 7740fee - documented. - i will release 0.01
adds 6500a48 Checking in changes prior to tagging of version 0.01. Changelog diff is:
adds e727091 docs
adds f9ea722 Checking in changes prior to tagging of version 0.02. Changelog diff is:
adds e95baba load Storable lazily. Storable doesn't needed in a lot of case.
adds a8691f4 updated manifest
adds 4590840 Checking in changes prior to tagging of version 0.03. Changelog diff is:
adds 9838a76 as_string_without_sort というメソッドを追加した
adds 34708ee Checking in changes prior to tagging of version 0.04. Changelog diff is:
adds 85f94dd Checking in changes prior to tagging of version 0.05. Changelog diff is:
adds fd1f513 checking the HTTP::Headers' version
adds 522ff44 Checking in changes prior to tagging of version 0.06. Changelog diff is:
adds e2258f8 Tagging version '0.06' using shipit.
adds a79bb73 hmm.... what is this test means? I don't need this test(maybe)
adds b05c193 added .gitignore file for me
adds e1e4664 use git
adds 4477462 setup the manifest file and .gitignore
adds 9861cc7 Checking in changes prior to tagging of version 0.07. Changelog diff is:
adds 66c6328 Checking in changes prior to tagging of version 0.08. Changelog diff is:
adds 051e173 Checking in changes prior to tagging of version 0.09. Changelog diff is:
adds fb60a59 oops
adds 10ac713 Checking in changes prior to tagging of version 0.10. Changelog diff is:
adds 8899c7c added isa method for anti-ducktyper
adds cc3ab87 Checking in changes prior to tagging of version 0.11. Changelog diff is:
adds 624b9c2 Strip out empty lines separated by CRLF. Before the patch, an embedded CRLF would be allowed through with a space added after it. This is spec-compliant but appears not to be the intent, based on the regex to remove empty lines in headers. If a client accepted "CRLF\sCRLF\s" as a valid header end, then a CRLF injection attack would have been possible. (This patch was ported from the HTTP::Headers git repo. )
adds 3a0f184 Merge branch 'master' of git://github.com/markstos/p5-http-headers-fast
adds fa50a46 Checking in changes prior to tagging of version 0.12. Changelog diff is:
adds e0a1908 Eliminate _header_push_no_return... it doesn't appear to be used anywhere.
adds 8c4b990 as_string() is now 5% faster. Before the change, it benchmarked to be 48% faster than HTTP::Headers After the change, it benchmarks to be 53% faster.
adds ac842fb Merge branch 'master' of git://github.com/markstos/p5-http-headers-fast
adds 4f2e968 added whitelist for spelling test
adds fbed649 fixed dependency issue
adds d299303 Checking in changes prior to tagging of version 0.13.
adds f8e0a46 Checking in changes prior to tagging of version 0.13.
adds be8f3e1 modernized package
adds 50955cc Checking in changes prior to tagging of version 0.14.
adds 20d1fe8 fixed deps
adds fb70dc9 Checking in changes prior to tagging of version 0.15.
adds 3308778 Checking in changes prior to tagging of version 0.16.
adds 5075485 credits.
adds 68fcfe1 minil migrate
adds dc008ed Checking in changes prior to tagging of version 0.17.
adds 60cc755 Added missing dates, made formatting consistent
adds 86fa5d4 Merge pull request #2 from neilbowers/master
adds bd48c88 import content_type_charset from HTTP::Headers. #5
adds 95e121e Merge pull request #6 from miyagawa/content-type-charset
adds a90c112 Added .travis.yml
adds 22d2770 minil migrate
adds 0ee1773 Checking in changes prior to tagging of version 0.18.
adds 6c14e6d Imported Upstream version 0.18
new d1252ad Merge tag 'upstream/0.18'
new 13d9082 Update debian/changelog
new d4c4d35 Drop build dependency on CPAN::Meta*.
new 529c3e8 releasing package libhttp-headers-fast-perl version 0.18-1
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Build.PL | 33 ++++++++-----------
Changes | 86 ++++++++++++++++++++++++++----------------------
MANIFEST | 1 +
META.json | 15 +++++----
META.yml | 22 ++++++-------
README.md | 2 +-
debian/changelog | 7 ++++
debian/control | 1 -
lib/HTTP/Headers/Fast.pm | 75 ++++++++++++++++++++++++++++++++++++++++-
t/charset.t | 12 +++++++
10 files changed, 173 insertions(+), 81 deletions(-)
create mode 100644 t/charset.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-headers-fast-perl.git
More information about the Pkg-perl-cvs-commits
mailing list