|
|
|
@1936
|
[1936]
|
09/06/07 11:59:34 |
nahi |
* renamed SOAP::SOAPGenerator of SOAP::Generator to follow Ruby's naming … |
|
|
|
@1824
|
[1824]
|
06/02/07 00:44:41 |
nahi |
* Copyright notice updated. add '2000-2007' uniformly. |
|
|
|
@1520
|
[1520]
|
04/27/05 23:56:40 |
nahi |
removed svn:executable |
|
|
|
@1126
|
[1126]
|
12/22/03 22:18:45 |
nahi |
* … |
|
|
|
@1121
|
[1121]
|
12/22/03 12:59:01 |
nahi |
* … |
|
|
|
@1058
|
[1058]
|
11/25/03 15:07:45 |
nahi |
* changed license; GPL2 -> Ruby's.
* lib/soap/rpc/driver.rb, … |
|
|
|
@960
|
[960]
|
09/23/03 01:08:29 |
nahi |
Follow directory hierarchy change of encodingstyle handlers. |
|
|
|
@924
|
[924]
|
09/13/03 01:35:21 |
nahi |
parse result might be nil. |
|
|
|
@858
|
[858]
|
08/23/03 23:08:16 |
nahi |
Refactoring: XML parser wrapper libs to xsd/xmlparser/* |
|
|
|
@844
|
[844]
|
08/22/03 00:13:47 |
nahi |
Move compatibility modules to soap/comapt.rb |
|
|
|
@842
|
[842]
|
08/13/03 21:54:13 |
nahi |
copyright comment. |
|
|
|
@832
|
[832]
|
08/03/03 19:11:47 |
nahi |
* *.rb: change coding convention.
- camelCase -> non_camel_case
- foo( … |
|
|
|
@768
|
[768]
|
01/28/03 01:09:03 |
nahi |
Marshal accepts IO as an output device like Marshal#dump. |
|
|
|
@694
|
[694]
|
01/12/03 12:12:37 |
nahi |
Remove xmlDecl definition part. It moved to generator.rb |
|
|
|
@653
|
[653]
|
10/07/02 23:31:07 |
nahi |
Changed XML processor detection order;
xmlscan, XMLParser, REXML, NQXML |
|
|
|
@600
|
[600]
|
09/23/02 02:09:24 |
nahi |
Changed Literal definitions.
Added type collection interface; … |
|
|
|
@588
|
[588]
|
09/21/02 20:19:16 |
nahi |
Changed XML processor detection code. Step by step -> loop. |
|
|
|
@586
|
[586]
|
09/21/02 02:13:03 |
nahi |
Added XMLScan support. |
|
|
|
@478
|
[478]
|
05/06/02 15:33:40 |
nahi |
Refactoring createParser. |
|
|
|
@477
|
[477]
|
05/06/02 02:53:24 |
nahi |
Modified parserFactory interface.
Simplified parserFactory loader. |
|
|
|
@474
|
[474]
|
05/06/02 00:05:07 |
nahi |
SOAP parser + XML processor was MT-unsafe. Fixed. |
|
|
|
@436
|
[436]
|
03/21/02 02:40:01 |
nahi |
Added REXML parser. |
|
|
|
@426
|
[426]
|
02/17/02 16:18:34 |
nahi |
Check SOAPNQXMLParser is loaded or not. |
|
|
|
@420
|
[420]
|
02/15/02 01:20:55 |
nahi |
From Ruby/1.7, ruby eventually cannot find this constant in above style.
… |
|
|
|
@413
|
[413]
|
01/25/02 23:52:46 |
nakahiro |
Application => Devel::Logger |
|
|
|
@357
|
[357]
|
11/30/01 20:39:29 |
nakahiro |
Added encodingStyleHandlerASPDotNet. |
|
|
|
@341
|
[341]
|
11/26/01 13:08:04 |
nakahiro |
Changed Processor.(un|)marshal interface. An instance of NS for
… |
|
|
|
@331
|
[331]
|
11/07/01 13:33:22 |
nakahiro |
Add EncodingStyleHandlerLiteral? and set it to default. |
|
|
|
@257
|
[257]
|
07/14/01 19:34:33 |
nakahiro |
loadParser -> module_function. |
|
|
|
@250
|
[250]
|
07/12/01 19:11:44 |
nakahiro |
Added $KCODE conversion function for NQXMLParser. |
|
|
|
@246
|
[246]
|
07/12/01 15:51:52 |
nakahiro |
Added UTF-8 support. |
|
|
|
@198
|
[198]
|
07/07/01 20:52:57 |
nakahiro |
Added automatic CES conversion: UTF-8 <-> EUC, SJIS.
Requires Uconv … |
|
|
|
@194
|
[194]
|
07/07/01 17:37:21 |
nakahiro |
Added SOAPXMLParser and SOAPSAXDriver. |
|
|
|
@90
|
[90]
|
05/20/01 15:23:41 |
nakahiro |
Changed module namespace. SOAPFoo -> SOAP::Foo |
|
|
|
@70
|
[70]
|
04/20/01 21:36:37 |
nakahiro |
Modified SOAPEnvelope.decode interface. |
|
|
|
@53
|
[53]
|
03/30/01 19:26:28 |
nakahiro |
Added an option to allow unqualified SOAP element. |
|
|
|
@31
|
[31]
|
03/20/01 23:30:04 |
nakahiro |
Divided RPC support libraries.
Added RPC server support. |