]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - lib/rbot/core/utils/httputil.rb
remove obsolete require of net/https
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils / httputil.rb
2020-04-14 Matthias Heckerremove obsolete require of net/https
2020-04-03 Matthias Heckerplugin(search): fix wolfram and gdef, removed some
2014-12-02 M. Hecker[url] fixes encoding error in encoding detection code...
2014-03-27 Matthias H[httputil] fix unknown fallback encoding
2014-02-28 Matthias H[httputil] fix to ignore recoding errors
2013-12-06 Matthias Heckerhttputil: fixes encoding issues with 1.9+
2012-03-03 Giuseppe Bilottahttputil: work (sub-par) without iconv
2011-02-02 Giuseppe Bilottahttputil: nicer UI message when lacking ssl
2011-01-12 Giuseppe BilottaRuby 1.9 cleanup: variables warnings
2010-07-03 Giuseppe BilottaHTTP: only set cookies for the correct domain
2010-07-03 Giuseppe BilottaHTTP: support servers that forget to escape the redirec...
2010-03-18 Matthias -apoc-... Small httputil.rb fix. Wrong Argument port instead...
2009-10-21 franzhttputil.rb: fix http.no_expire_cache being IntegerValue
2009-08-30 Giuseppe Bilottahttputil: POST respose '201 Created' is good
2009-08-26 franzruby 1.9: fix *methods.include?
2009-02-19 Raine Virtaremove whitespace
2009-01-27 dmitry kim* (httputils) get_response must refresh the cached...
2008-12-10 dmitry kim* (httputil) provide an informative error message for...
2008-10-13 Giuseppe Bilottahttputil: don't raise on HTTPServer/ClientError
2008-07-07 Giuseppe Bilottahttputil: don't fail when b0rked servers put the charse...
2008-04-22 Giuseppe BilottaLicensing uniformity: dual-license rbot core under...
2008-03-22 dmitry kim* httputil: avoid double read in partial_body
2008-02-14 Giuseppe Bilotta* replace references to old website to references to...
2008-02-12 Giuseppe Bilottahttputil: config values for HTTP read and open timeouts
2007-10-29 Giuseppe Bilottahttputil: inform the servers we also accept deflate
2007-10-29 Giuseppe Bilottahttputil: support Content-Encoding: deflate
2007-10-11 Giuseppe Bilottahttputil: try to guess content-type from extension...
2007-10-11 Giuseppe Bilottahttputil: beware that content-type header may be absent
2007-09-18 Giuseppe Bilottahttputil: promote all Exceptions to RuntimeErrors so...
2007-09-14 Giuseppe Bilottahttputil: document 'headers' option to get_* methods
2007-09-13 Giuseppe Bilottahttputil: primitve cookie support
2007-09-13 Giuseppe BilottaMore rdoc-ification
2007-09-12 Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-08 Giuseppe BilottaHttpUtil: preserve authorization across redirects
2007-08-29 Dmitry Kim* (httputil) increased open_timeout to 20 since resolvi...
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...