aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* net/imap: set SO_KEEPALIVE on TCP socketsnormal2018-04-221-1/+3
* Raise ArgumentError if host component is nilnaruse2018-03-081-0/+2
* net/http: fix documentation for HTTP connection reusenormal2018-01-301-5/+4
* net/pop: make modified strings mutablenormal2018-01-301-6/+6
* Fix warningkazu2018-01-191-1/+1
* net/http: use writev for HTTP chunked request bodiesnormal2018-01-142-8/+7
* Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu2018-01-121-0/+1
* net/http: clear compressed chunk after decompressionnormal2018-01-081-0/+1
* net/protocol: read directly into rbuf if it's emptynormal2018-01-081-1/+3
* net/protocol: use binary string buffersnormal2018-01-081-5/+5
* Revert "net/protocol: use binary string buffers"normal2018-01-061-5/+5
* net/ftp: fix FrozenError in BufferedSocketnormal2018-01-061-1/+1
* net/protocol: use binary string buffersnormal2018-01-061-5/+5
* Update Status Codekazu2018-01-061-11/+15
* Add 103 Early Hintskazu2018-01-061-0/+4
* Specify frozen_string_literal: truekazu2018-01-061-1/+1
* net/protocol: optimize large read casenormal2018-01-051-1/+6
* raise error if value contains CR/LF in iniheader of initialize_http_headernaruse2017-12-201-3/+7
* Fix a command injection vulnerability in Net::FTP.nagachika2017-12-141-5/+5
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-126-18/+14
* http.rb: improve docsstomar2017-11-071-5/+5
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-261-5/+4
* net/http: use require_relative to reduce syscallsnormal2017-10-241-10/+10
* Fixed misspelling words.hsbt2017-10-221-2/+2
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+10
* Use caller with length to reduce unused stringskazu2017-10-211-3/+3
* Fix warning: assigned but unused variablekazu2017-10-171-2/+2
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-3/+8
* Fix exception class [ci skip]kazu2017-09-271-1/+2
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-1/+17
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-2/+2
* Prefer adapting specs to complicating library codeeregon2017-09-201-7/+1
* Adapt tools to follow spec/rubyspec => spec/ruby renameeregon2017-09-201-1/+1
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+1
* to_str -> to_sko12017-08-301-1/+1
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-2/+30
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-271-3/+8
* Fix `NameError: uninitialized constant Net`kazu2017-08-041-0/+2
* Fix variable name in example of net/popkazu2017-08-021-1/+1
* Fix net/pop code example syntax errorkazu2017-08-021-4/+4
* lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo2017-07-261-8/+45
* Use `unpack1` instead of `unpack` and `[0]`kazu2017-07-201-2/+2
* lib/net/pop.rb: support timeout for TLS handshakeshugo2017-07-191-1/+1
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-191-0/+4
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-3/+6
* net/imap: separate @continuation_request_exception from @exceptionshugo2017-05-221-9/+16
* lib/net/protocol: clear short-lived read buffernormal2017-05-211-1/+3
* Define classes for r58800naruse2017-05-191-5/+18
* Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse2017-05-191-0/+81
* Add more HTTP status classesnaruse2017-05-191-1/+9