|
|
|
@197
|
[197]
|
08/18/08 17:26:05 |
nahi |
* typo fixed. don't know what this change breaks... need to care about … |
|
|
|
@196
|
[196]
|
08/18/08 17:22:39 |
nahi |
* typo fixed. applied a patch from an user at #179. Thanks. closes … |
|
|
|
@195
|
[195]
|
08/18/08 17:21:40 |
nahi |
* default_redirect_uri_callback did not work... ensure given uri is an … |
|
|
|
@194
|
[194]
|
08/18/08 17:12:42 |
nahi |
* reduce memory usage when calling HTTPClient#get with a block. applied a … |
|
|
|
@193
|
[193]
|
08/18/08 17:09:04 |
nahi |
* support SSL connection via HTTP Proxy which requires Proxy … |
|
|
|
@192
|
[192]
|
07/17/08 16:56:11 |
nahi |
* @socket.flush may block when if the socket is already closed by foreign … |
|
|
|
@191
|
[191]
|
02/10/08 23:17:50 |
nahi |
* avoid warnings under 1.9. closes #178. |
|
|
|
@190
|
[190]
|
02/10/08 23:16:29 |
nahi |
* use fileutils.rb instead of ftools.rb (removed from 1.9) |
|
|
|
@189
|
[189]
|
02/10/08 23:16:01 |
nahi |
* no need to reuqire 'parsedate'. closes #176. |
|
|
|
@187
|
[187]
|
09/22/07 23:15:42 |
nahi |
* Version 2.1.2 |
|
|
|
@186
|
[186]
|
09/22/07 22:31:09 |
nahi |
* implemented Negotiate authentication with a support from exterior … |
|
|
|
@185
|
[185]
|
09/22/07 19:29:41 |
nahi |
* updated exptected message for SSL test. follows changes of … |
|
|
|
@184
|
[184]
|
09/15/07 11:36:13 |
nahi |
* RC2 |
|
|
|
@183
|
[183]
|
09/14/07 20:06:15 |
nahi |
* a workaround for Ubuntu + SonicWALL timeout problem. try to send HTTP … |
|
|
|
@182
|
[182]
|
09/11/07 23:20:08 |
nahi |
* create new self-signing dist-cert which has serial number 0x01 and embed … |
|
|
|
@181
|
[181]
|
09/09/07 15:42:57 |
nahi |
* Reason-Phrase of HTTP response status line can be empty according to … |
|
|
|
@180
|
[180]
|
08/31/07 22:03:24 |
nahi |
* SSL + debug_dev didn't work under version 2.1.1. SSLSocket requires an … |
|
|
|
@178
|
[178]
|
08/28/07 22:47:27 |
nahi |
* Version 2.1.1. |
|
|
|
@177
|
[177]
|
08/07/07 22:56:32 |
nahi |
* 2.1.1 RC1 |
|
|
|
@176
|
[176]
|
08/05/07 23:52:15 |
nahi |
* before calling SSLSocket#post_connection_check, check if RUBY_VERSION > … |
|
|
|
@175
|
[175]
|
08/05/07 23:46:24 |
nahi |
* added HTTPClient#test_loopback_http_response which accepts test loopback … |
|
|
|
@174
|
[174]
|
08/05/07 23:44:52 |
nahi |
* domain_match should be case insensitive. thanks to Brian for the patch. … |
|
|
|
@172
|
[172]
|
07/14/07 15:56:59 |
nahi |
* for httpclient/2.1.0 |
|
|
|
@171
|
[171]
|
07/14/07 11:38:05 |
nahi |
* recover http_proxy/HTTP_PROXY environment variable support.
now … |
|
|
|
@170
|
[170]
|
07/14/07 09:21:04 |
nahi |
* http-access2 -> httpclient |
|
|
|
@169
|
[169]
|
07/14/07 09:17:27 |
nahi |
* new files should be copied from http-access2.rb. |
|
|
|
@168
|
[168]
|
07/13/07 12:51:44 |
nahi |
* forgot to add new files in the previous commit. |
|
|
|
@167
|
[167]
|
07/13/07 00:18:44 |
nahi |
* renamed http-access2 -> httpclient (HTTPAccess2::Client -> HTTPClient)
… |
|
|
|
@166
|
[166]
|
07/06/07 00:47:39 |
nahi |
* install.rb did not install cacert.p7s into libdir. Thanks to knu for … |
|
|
|
@162
|
[162]
|
07/04/07 16:28:33 |
nahi |
* Version 2.0.9 |
|
|
|
@161
|
[161]
|
07/04/07 16:18:55 |
nahi |
* fix the BasicAuth? regression problem in 2.0.8. A server may return … |
|
|
|
@160
|
[160]
|
06/30/07 19:23:24 |
nahi |
* for 2.0.8 |
|
|
|
@159
|
[159]
|
06/30/07 18:59:52 |
nahi |
* Version 2.0.8 |
|
|
|
@158
|
[158]
|
06/30/07 18:28:25 |
nahi |
* handle a response which has 2XX status code as a successfull response … |
|
|
|
@157
|
[157]
|
06/30/07 12:37:29 |
nahi |
* let 'set_basic_auth' only set authentication information for basic_auth. … |
|
|
|
@156
|
[156]
|
06/30/07 12:36:34 |
nahi |
* added delete method to header handler. req.header.delete('Cookie') … |
|
|
|
@155
|
[155]
|
06/24/07 00:25:56 |
nahi |
* added samples for async interface. closes #157. |
|
|
|
@154
|
[154]
|
06/24/07 00:16:08 |
nahi |
* rescue EPIPE for keep-alive reconnecting. Thanks to anonymous user who … |
|
|
|
@153
|
[153]
|
06/23/07 09:19:21 |
nahi |
* 2.0.8-SNAPSHOT |
|
|
|
@152
|
[152]
|
06/23/07 09:17:57 |
nahi |
* added NegotiateAuth? support but seems not to work yet… |
|
|
|
@151
|
[151]
|
06/22/07 00:11:30 |
nahi |
* implemented request/response filter interface.
* support DigestAuth? … |
|
|
|
@150
|
[150]
|
06/20/07 12:44:41 |
nahi |
* add empty epilogue chunk explicitly. Thanks to the anonymous user who … |
|
|
|
@149
|
[149]
|
06/20/07 12:32:48 |
nahi |
* show more friendly error message for unconnectable URL. closes #156. |
|
|
|
@148
|
[148]
|
05/13/07 21:56:10 |
nahi |
* ditto |
|
|
|
@147
|
[147]
|
05/13/07 21:54:27 |
nahi |
* version 2.0.7 |
|
|
|
@146
|
[146]
|
05/11/07 13:09:46 |
nahi |
* avoid NPE when unchunked, content-length-less connection. closes #153. |
|
|
|
@145
|
[145]
|
05/01/07 13:15:45 |
nahi |
* allow user to clear cert_store (clears trust anchors and CRL) |
|
|
|
@144
|
[144]
|
04/30/07 23:14:44 |
nahi |
* new gem |
|
|
|
@143
|
[143]
|
04/30/07 22:55:38 |
nahi |
* fixed wrong loop condition that caused empty response. closes #150. |
|
|
|
@142
|
[142]
|
04/30/07 22:54:33 |
nahi |
* found the test failure. it should be allowed: host == rubyforge.org, … |
|
|
|
@141
|
[141]
|
04/30/07 22:39:42 |
nahi |
* remove linebreaks in base64 encoded string. closes #149.
* rescue … |
|
|
|
@140
|
[140]
|
04/29/07 12:35:29 |
nahi |
* added gemspec
* added dist_key (without acturl keypair) |
|
|
|
@139
|
[139]
|
04/29/07 11:11:06 |
nahi |
* inlining of the signer certificate. |
|
|
|
@138
|
[138]
|
04/29/07 10:28:19 |
nahi |
* add HTTP::Message#peer_cert to retrieve peer_cert of a response. closes … |
|
|
|
@137
|
[137]
|
04/29/07 07:39:05 |
nahi |
* updated cookie.rb patch for webagent. |
|
|
|
@136
|
[136]
|
04/29/07 01:36:53 |
nahi |
* CookieUtils#domain_match? did not work completely. no one should have … |
|
|
|
@135
|
[135]
|
04/29/07 00:15:43 |
nahi |
* call self implementation of post_connection_check only when … |
|
|
|
@134
|
[134]
|
04/28/07 23:56:38 |
nahi |
* try to rescue OpenSSL::SSL::SSLError on flush. closes #120. |
|
|
|
@133
|
[133]
|
04/28/07 23:41:01 |
nahi |
* duplicate date header when running under mod_ruby. fixed.
applied … |
|
|
|
@132
|
[132]
|
04/28/07 23:22:22 |
nahi |
* proxy setting did not work. fixed.
* changed behavior of chunked … |
|
|
|
@131
|
[131]
|
11/05/06 08:50:07 |
nahi |
... and must be reset when Client#proxy = nil. |
|
|
|
@130
|
[130]
|
11/05/06 08:42:09 |
nahi |
* user and password in proxy URL may not be set. |
|
|
|
@129
|
[129]
|
11/04/06 17:05:01 |
nahi |
* need to reset proxy_auth when calling 'Client#proxy = nil' |
|
|
|
@128
|
[128]
|
11/04/06 17:02:16 |
nahi |
* merged patch from Pranay about Proxy Authorization |
|
|
|
@127
|
[127]
|
07/17/06 18:33:36 |
nahi |
Version 2.0.7 |
|
|
|
@126
|
[126]
|
07/17/06 14:58:38 |
nahi |
try to avoid unexpected exception. I hope it fixes the problem described … |
|
|
|
@125
|
[125]
|
07/17/06 14:51:34 |
nahi |
Date format in the request header confuses server. use … |
|
|
|
@124
|
[124]
|
07/17/06 14:49:03 |
nahi |
try to handle relative URI in a location header.
CAUTION: changed … |
|
|
|
@123
|
[123]
|
07/17/06 13:46:00 |
nahi |
fixed eof? check for #30. it should be confirmed. |
|
|
|
@122
|
[122]
|
07/17/06 13:43:35 |
nahi |
reason phrase in Message#reason contains \r. fixes #122. |
|
|
|
@121
|
[121]
|
07/17/06 13:42:41 |
nahi |
retry_connect should return a Message not a content. fixes #119. |
|
|
|
@120
|
[120]
|
07/17/06 13:39:20 |
nahi |
cosmetic (triming trailing spaces) |
|
|
|
@119
|
[119]
|
07/17/06 13:28:32 |
nahi |
retab with expandtab. |
|
|
|
@118
|
[118]
|
07/17/06 13:22:49 |
nahi |
use CRLF for multipart form posting (used \n). fixes #29, #116. |
|
|
|
@117
|
[117]
|
07/17/06 13:21:39 |
nahi |
cookies not to be sent on subsequent requests. fixes #24. |
|
|
|
@115
|
[115]
|
09/16/05 18:32:16 |
nahi |
for 2.0.6 |
|
|
|
@114
|
[114]
|
09/13/05 12:20:38 |
nahi |
added socket_sync property to HTTPClient(HTTPAccess2::Client) that … |
|
|
|
@113
|
[113]
|
09/10/05 23:45:25 |
nahi |
VERSION: 2.0 -> 2.0.6. closes #22. |
|
|
|
@112
|
[112]
|
09/03/05 21:25:20 |
nahi |
changed default of 2-dots rule conformance. ignore 2-dots rule by … |
|
|
|
@111
|
[111]
|
09/03/05 21:24:20 |
nahi |
cosmetic. |
|
|
|
@110
|
[110]
|
09/01/05 21:34:13 |
nahi |
updated. |
|
|
|
@109
|
[109]
|
09/01/05 21:17:36 |
nahi |
write upbringing of cookie.rb explicitly in itself and add a patch to the … |
|
|
|
@108
|
[108]
|
09/01/05 19:08:40 |
nahi |
do not set sync property to true for ssl_socket. |
|
|
|
@107
|
[107]
|
09/01/05 15:37:44 |
nahi |
allow to set cookie_manager. raise an error when set_cookie_store called … |
|
|
|
@106
|
[106]
|
09/01/05 15:16:18 |
nahi |
avoid NameError? when no peer_cert and VERIFY_FAIL_IF_NO_PEER_CERT given. … |
|
|
|
@105
|
[105]
|
09/01/05 14:59:19 |
nahi |
added save_all_cookies method to save unused and discarded cookies as … |
|
|
|
@104
|
[104]
|
09/01/05 14:50:49 |
nahi |
refactoring |
|
|
|
@103
|
[103]
|
09/01/05 11:48:58 |
nahi |
added require_three_periods_in_domain property to CookieManager?. You can … |
|
|
|
@102
|
[102]
|
09/01/05 09:13:04 |
nahi |
post_connection_check: support a certificate with a wildcard in the … |
|
|
|
@101
|
[101]
|
09/01/05 00:14:28 |
nahi |
skip post_connection_check when verify_mode == OpenSSL::SSL::VERIFY_NONE. … |
|
|
|
@100
|
[100]
|
08/31/05 23:50:23 |
nahi |
allows SSL connection debugging when debug_dev != nil. closes #14.
set … |
|
|
|
@99
|
[99]
|
08/31/05 23:42:14 |
nahi |
keep_alive_enabled? == true when HTTP version is 0.9. wrong condition. … |
|
|
|
@98
|
[98]
|
08/31/05 23:40:17 |
nahi |
avoid NameError? when a cookie value is nil. closes #10. |
|
|
|
@97
|
[97]
|
07/13/05 22:28:51 |
nahi |
add 'content-type: application/application/x-www-form-urlencoded' when a … |
|
|
|
@96
|
[96]
|
04/16/05 00:18:57 |
nahi |
Allows redirects from inital "POST" requests.
Allows submitting multipart … |
|
|
|
@95
|
[95]
|
01/09/05 13:56:36 |
nahi |
follows soap4r's install.rb. you can run install.rb from another working … |
|
|
|
@94
|
[94]
|
01/09/05 13:54:28 |
nahi |
insert a connecting host and port to an exception message when connecting … |
|
|
|
@92
|
[92]
|
12/16/04 22:40:24 |
nahi |
I heard that the bug was introduced from Mac OS 10.3. comment added. |
|
|
|
@91
|
[91]
|
12/16/04 22:40:24 |
nahi |
I heard that the bug was introduced from Mac OS 10.3. comment added. |
|
|
|
@90
|
[90]
|
12/15/04 23:34:09 |
nahi |
IPSocket#addr seems to raise a SocketError? on ruby 1.8.1 GA + MacOS X.
cf. … |