]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core/utils/httputil.rb
HttpUtil: match /gzip/ regexp instead of exact (x-)gzip to survive nonconformat headers.
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils / httputil.rb
2007-08-29 Giuseppe BilottaHttpUtil: match /gzip/ regexp instead of exact (x-...
2007-08-27 Giuseppe BilottaCall 'super' from the correct place in httputil
2007-08-26 Giuseppe BilottaCall 'super' method from #cleanup() in core modules too
2007-08-11 Dmitry Kim* (httputils) docs spelling
2007-08-11 Dmitry Kim* (httputils) avoid "method replaced" warning
2007-08-10 Dmitry Kim* (httputils) moved encoding/charsets magic into httpre...
2007-04-26 Dmitry Kim+ (httputil) bruteforce truncated chars when guessing...
2007-04-15 Giuseppe BilottaHttpUtil: fix gunzipping with partial content; and...
2007-04-11 Giuseppe BilottaHttpUtil: decompress gzipped body in partial_body too...
2007-04-11 Giuseppe Bilottause pretty printing with Logger (debug, info, warning...
2007-04-08 Giuseppe BilottaHttpUtil: require 'cgi' as it is now used in most query...
2007-04-08 Giuseppe BilottaHttpUtil: inform servers that we accept gzipped data
2007-04-08 Giuseppe BilottaHttpUtil: decode gzipped content
2007-04-05 Dmitry Kim+ (httputil) 'x-rbot-location' header in response objec...
2007-04-05 Giuseppe BilottaHttpUtil: try all detected charsets when converting...
2007-04-02 Dmitry Kim* (httputil) transparent charset support in HTTP::Response
2007-04-01 Giuseppe BilottaStringlib/rbot/core/utils/extends.rbutfy_xml() method...
2007-04-01 Giuseppe Bilottahttputil: reinstate partial_body
2007-03-30 Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-25 Giuseppe BilottaHttpUtil: fix partial_body when no body was given,...
2007-03-25 Giuseppe Bilottaurl plugin: customizable max amount of data to retrieve...
2007-03-24 Giuseppe Bilottahttputil and url plugin improvements, see ChangeLog
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-14 Giuseppe BilottaTry to fail more graciously when net/https is not loada...
2007-02-06 Giuseppe BilottaCreate an utils subdir in core, which will store all...