Welcome to the "trac"-ing site of http-access2!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/trunk


Mode:

Legend:

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