[libfurl-perl] annotated tag 0.01 created (now ca89eff)

Jonas Smedegaard dr at jones.dk
Fri May 30 22:08:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag 0.01
in repository libfurl-perl.

        at  ca89eff   (tag)
   tagging  3534c7b341136a18bd52449af6e28570ca87a36f (commit)
 tagged by  tokuhirom
        on  Sun Oct 24 17:02:56 2010 +0900

- Log -----------------------------------------------------------------
Tagging version '0.01' using shipit.

Fuji, Goro (127):
      Cleanup
      Remove a temp file
      No WWW::Curl
      Cleanup
      Add leaktrace.t
      Update podspell.t
      Fix a memory leak
      Clean up
      No POSIX.pm, which consumes a lot of memory
      s/die/Carp::croak/g
      Suppress warnings for Starman
      Update MANIFEST stuff
      Tests
      Merge remote branch 'origin/response-parser' into response-parser
      Add tests
      Clean up Makefile.PL
      Fix errror responses and test them
      Clean up error routines
      Clean up
      Implement timeout (kazuho++)
      Resolve TODO
      Add user-agent to the request header
      Ad an example script: get.pl
      Don't use goto LABEL, which is slow in Perl
      Merge branch 'response-parser' of github.com:tokuhirom/p5-Furl into response-parser
      Simplify
      Print versions
      Update Makefile.PL
      More strict URL parsing
      Merge branch 'response-parser' of github.com:tokuhirom/p5-Furl into response-parser
      Tweaks
      Tweaks
      Fill NAME section
      Tidy
      Merge branch 'win32' into response-parser
      No URL.pm
      Merge branch 'response-parser'
      Tidy
      Docs
      Merge remote branch 'origin/master'
      Docs
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Use remove_conn_cache() in _r500()
      Lazy loading for IO::Socket::SSL
      Fix path_query checks
      Clean up
      More info in compile.t
      $DEFLATOR must have something
      Tidy
      Fix partial gunzip uncompressing
      Tidy: 'readed' looks strange
      Update Makefile.PL and TODO
      Resolve various problems using I::U::G with sockets
      No IO::Uncompress::Gunzip, use Compress::Raw::Zlib instead.
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Make Slowloris::Server resuleful
      Use Slowloris::Server for deflate.t
      Support partial uncompressing
      Make get()/post()/head()/delete() simpliy aliased to request()
      Clean up tests
      Tidy
      Unite duplicated code for creating socket connections
      Make proxy.t debuggable
      Add tests for large body
      Make an error if $content is a filehandle and Content-Length is not specified.
      No URI::Escape
      m//i costs too much for utf8-flagged strings
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      requires Compress::Raw::Zlib instead of IO::Uncompress::Gunzip
      Remove useless 'requires'
      Make Compress::Raw::Zlib optional
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Cleanup
      Tweaks
      Resolve a TODO in ssl.t
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Update docs
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Add put() method
      Fix a typo
      Guess the size of filehandles using tell() and seek()
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Rename encode_content() to make_x_www_form_urlencoded()
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Remove garbage
      Tweaks
      Move IDN resolution to connect() method
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Cleanup
      Docs
      Docs
      Fix a typo
      Update SYNOPSIS
      Revert "Move IDN resolution to connect() method"
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Make ->new(headers => [...]) legal
      Update SYNOPSIS
      More info in compile.t
      Docs
      Docs
      Add links for HTTP/1.0 and 1.1
      Regen README.mkdn
      Update podspell.t
      Fix info in compile.t
      Clean up
      Remove a duplicated code
      errno is $!, not $?
      Cleanup
      Remove duplicated error check for read_timeout/write_timeout
      Avoid warnings
      Remove useless code
      Cleanup error messages
      Cache whether it is online to '.online'
      Update medadata
      s/200_misc/200_online/
      s/xs-src/xs/
      Update MANIFEST*
      Update MANIFEST*
      Make _parse_url() more strict
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Regen MANIFEST
      request() should not die while reading responses
      Cleanup
      Tiny tweaks for Content-Encoding, and cite a note from RFC 2616
      Fix typo orz
      I'm sorry. I have a cold orz
      Merge branch 'master' of github.com:tokuhirom/p5-Furl

Kazuho Oku (1):
      update design note

Tokuhiro Matsuno (8):
      initial import with LWP prototype
      added
      use curl
      added xs
      rewrite with xs
      better test case
      updated benchmark script
      Merge branch 'master' of github.com:tokuhirom/p5-Furl

mattn (6):
      Win32 support and proxy support
      add env_proxy
      Merge branch 'response-parser'
      set TEST_ENV_PROXY to enable tests using proxy.
      SSL tunneling over proxy.
      I don't have Net::IDN::Encode.

tokuhirom (117):
      win32 support by @mattn_jp
      keep alive class is not needed
      HTTP/1.0 version
      PP version
      use plain socket instead of IO::Scoket::INET
      updated todo list
      make headers as object
      better header handling
      handle connection header
      optimize buffer size
      Revert "handle connection header"
      Revert "better header handling"
      Revert "make headers as object"
      ignore core file
      better url parser
      oops
      avoid warnings
      example code for integrate with HTTP::Response
      added docs about integrating with HTTP::Response
      parse location header while parsing headers.
      pass headers as arrayref.
      follow redirect support
      added transfer-encoding support to support chunked encoding
      ready to write test.
      added chunked encoding support
      updated test
      return http message
      cleanup chunked parser
      added dependencies
      Merge branch 'response-parser' of github.com:tokuhirom/p5-Furl into response-parser
      use TCP_NODELAY
      use nonblocking I/O for timeout
      Merge branch 'response-parser' of github.com:tokuhirom/p5-Furl into response-parser
      inlining Furl->do_io for readable profiling result.
      updated todo list
      updated docs.
      updated README.mkdn
      added failing test case for yahoo.com
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      remove trash
      added more design note.
      make conn_cache strategy override-able.
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      added note for operating systems
      added ssl support
      YTS/1.18.5 adds spaces after HEX in chunked.
      fixed skip_if_offline() function
      refactor
      added stopwords for spelling test
      added idn support
      added test case for proxy
      updated docs
      remove URI.pm support in parsing url
      updated todo list
      updated todo lsit
      allow content body as $fh
      Revert "Clean up"
      oops. '.' is not multibyte.
      request with http-request
      fixed docs
      cleanup for support :content_file
      updated picohttpparser
      added write_file and write_code.
      updated design note
      updated docs
      added stopwords
      use 'GET' method when 302, 303.
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      updated todo list
      re-render README.mkdn
      fetch content-encoding.
      remove trash
      remove trash
      content-encoding: gzip support.
      micro optimization.
      updated todo
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      added utility methods
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      oops
      pp version
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      depended on URI::Escape
      use Furl::Util::header_get in test cases
      updated docs about utility methods
      remove trash
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      modified todo plan
      updated docs
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      updated docs
      updated todo list
      added deflate support
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      sendfile support is not needed, maybe.
      added comment
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      more readable code.
      updated todo list
      add content-type automatically only when use make_x_www_form_urlencoded.
      handle heder value contains CR or LF.
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      better error handling while reading content body
      This path should be die.
      updated docs
      allow x-gzip.
      added valgrind test
      remove trash
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      doc fixed
      note for 'headers' argument for ->new
      Merge branch 'master' of github.com:tokuhirom/p5-Furl
      added docs for cookie_jar
      typo
      updated docs
      Checking in changes prior to tagging of version 0.01.

松野 徳大 (2):
      updated .gitignore
      oops. fixed segv in 64bit env.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfurl-perl.git



More information about the Pkg-perl-cvs-commits mailing list