Next | Query returned 24 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2015-09-04 15:16:15 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add following line for make test
  BUILD_DEPENDS+=        p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
(But still fails at signal handling at pbulk)
   2015-08-06 11:12:20 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.24.

0.24: # 2015-07-05T13:40:00+0200

- Minor copyediting and formatting changes to the documentation. No
  code changes at all.

0.23: # 2015-07-03T17:00:00+0200

- The "Host" header can now be overriden by supplying a new
  `no_default_host_header` option along with a `Host` header in `head
  => []` to request().

  Before this we'd always send "Host: $host" over, where $host was the
  host we were connecting to, now you can customize this.

- Fixed a bug where if passed passed `head => []` to request() we'd
  emit a ":" header, i.e. just an empty header name with an empty
  value.

  You could have just not passed the `head => ` value if the array was
  empty, but no we won't screw up and emit a single line consisting of
  ":" if given an empty array.

0.22: # 2015-05-27T07:54:17+0200

- No feature change. Re-package due to a missing file in the tarball:
  https://rt.cpan.org/Ticket/Display.html?id=104624

0.21: # 2015-05-22T15:26:23+0200

- Fix "Too many CRLF" issue. Hijk has been always generating HTTP
  request with an extra CRLF at the end. While many HTTP servers are
  ignoring those, some treat it as errors. We now eliminate the extra
  CRLF at the end of every request.
  See also http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html

- Handle better when select() is interrupted by signals.
   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2015-04-30 05:10:32 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Import p5-Hijk-0.20 as www/p5-Hijk.

Hijk is a fast & minimal low-level HTTP client intended to be used
where you control both the client and the server, e.g. for talking to
some internal service from a frontend user-facing web application.

It is NOT a general HTTP user agent, it doesn't support redirects,
proxies, SSL and any number of other advanced HTTP features like (in
roughly descending order of feature completeness) LWP::UserAgent,
WWW::Curl, HTTP::Tiny, HTTP::Lite or Furl. This library is basically
one step above manually talking HTTP over sockets.

Having said that it's lightning fast and extensively used in
production at Booking.com where it's used as the go-to transport layer
for talking to internal services. It uses non-blocking sockets and
correctly handles all combinations of connect/read timeouts and other
issues you might encounter from various combinations of parts of your
system going down or becoming otherwise unavailable.

Next | Query returned 24 messages, browsing 21 to 30 | previous