summaryrefslogtreecommitdiff
path: root/template/known_errors.inc.tmpl
blob: c3aee7747718de29038768960797a48d311188ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** -*-c-*-
 * DO NOT EDIT
 * This file is automatically generated by tool/generic_erb.rb from
 * template/known_errors.inc.tmpl and defs/known_errors.def.
 */

% error_names = ARGF.read.split(/\s+/)
% error_names.each do |name|
#ifdef <%=name%>
        defined_error("<%=name%>", <%=name%>)
#else
        undefined_error("<%=name%>")
#endif
% end
d>[ruby/net-http] Bump up net-http version to 0.2.0Hiroshi SHIBATA 2021-05-06[ruby/net-http] Do not require stringioKazuki Yamaguchi 2021-04-28[ruby/net-http] Initialize OpenSSL early before creating TCPSocketJeremy Evans 2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert 2021-04-28[ruby/net-http] Replace Timeout.timeout in Net:HTTP#connectmohamed 2021-01-23[ruby/net-http] Replace "iff" with "if and only if"Gannon McGibbon 2021-01-07We don't need "require 'uri'" after "require 'net/http'".Igor Zubkov 2020-12-22Update library versions of the default gems.Hiroshi SHIBATA 2020-07-30Extract version number from the sourceNobuyoshi Nakada 2020-06-05Update docs in net/http.rbKir Shatrov 2020-05-12Add missing `,`Kazuhiro NISHIYAMA 2020-05-12Expose SSLContext#extra_chain_cert in Net::HTTPStephen Touset 2020-03-10Fix an example committed to a wrong place [ci skip]Takashi Kokubun 2020-03-10Let Net::HTTP.get take request headers (#2957)Takashi Kokubun 2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA 2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama 2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui 2019-12-10lib/net/http.rb: align the indentationYusuke Endoh 2019-12-09fix typo of 54072e329cab7207fba133caba4fc12b45add8f9NARUSE, Yui 2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui 2019-09-27Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans 2019-01-21* lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_requestglass 2018-12-31Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass 2018-12-31lib/net/http.rb: use connect_timeout instead of Timeoutglass 2018-12-14Move autoload to toplevelnaruse 2018-10-21lib/net/http.rb: [DOC] fix typosstomar 2018-10-20Add negotiated SSL protocol and cipher to Net::HTTP debug outputnaruse 2018-10-20Improve doc of multipart/form-data [Bug #15019]aycabta 2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe