Directory test/net/http/

Directory Created:
2004-01-07 12:52
Total Files:
3
Deleted Files:
0
Lines of Code:
729

Browse with ViewVC

[root]/test/net/http

Lines of Code

test/net/http/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 753 (100.0%) 41.8
aamine 8 (44.4%) 712 (94.6%) 89.0
akr 6 (33.3%) 38 (5.0%) 6.3
nobu 1 (5.6%) 3 (0.4%) 3.0
shyouhei 3 (16.7%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

aamine 2006-07-26 14:23

merge test cases with Ruby 1.8

74 lines of code changed in:

aamine 2006-07-26 14:00

* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content-Type: x-www-form-urlencoded by default.

* lib/net/http.rb (Net::HTTPHeader#content_type): should return nil when there's no Content-Type.

* lib/net/http.rb (Net::HTTPHeader#sub_type): should return nil when there's no sub Content-Type (e.g. "Content-Type: text").

* lib/net/http.rb (Net::HTTPHeader#type_params): wrongly failed when there's no Content-Type.

12 lines of code changed in:

nobu 2005-10-08 11:45

* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched

substring directly.



* ext/nkf/lib/kconv.rb (Kconv.conv): get rid of nil.to_a.



* test/ruby/test_assignment.rb, test/ruby/test_iterator.rb: followed

change of sample/test.rb.



* test/net/http/test_http.rb: removed superfluous splatting stars.

3 lines of code changed in:

aamine 2005-09-24 12:25

* test/net/http/test_http.rb (teardown): ensure that Net::HTTP is version 1.2. [ruby-dev:27312]

5 lines of code changed in:

aamine 2005-09-24 03:45

* test/net/http/test_http.rb: new file.

377 lines of code changed in:

akr 2005-06-07 03:49

skip test if openssl is not available.

5 lines of code changed in:

akr 2005-06-03 21:40

fix another IPv6 issue.

1 lines of code changed in:

akr 2005-06-03 19:03

avoid IPv6 issue.

3 lines of code changed in:

akr 2005-06-03 18:14

add ML number.

2 lines of code changed in:

akr 2005-06-03 17:49

set verify_mode to avoid a warning.

1 lines of code changed in:

akr 2005-06-03 17:11

add a test.

26 lines of code changed in:

aamine 2005-04-20 14:55

* lib/net/http.rb: new method Net::HTTP.post_form.

* lib/net/http.rb: new method Net::HTTPHeader#set_form_data and its alias #form_data=.

* lib/net/http.rb: Net::HTTPHeader#add_header -> add_field (adjustted to Ruby 1.8).

22 lines of code changed in:

aamine 2005-01-01 09:45

* lib/net/http.rb (each_capitalized): should join header field value. This patch is contributed sheepman [ruby-list:40478]

* test/net/http/test_httpheader.rb: test it.

8 lines of code changed in:

aamine 2004-03-06 21:35

* lib/net/http.rb: HTTPHeader keeps its header fields as an array.

* lib/net/http.rb: new method HTTPHeader#add_header, get_fields.

* lib/net/http.rb: new method HTTPHeader#content_length=.

* lib/net/http.rb: new method HTTPHeader#content_type, main_type, sub_type, type_params, content_type=, set_content_type.

* lib/net/http.rb (HTTPHeader#basic_encode): result of pack(m) may contain multiple LFs.

77 lines of code changed in:

aamine 2004-01-07 12:52

* test/net/test_httpheader.rb: new file.

* MANIFEST: add test/net/test_httpheader.rb.

137 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT