Timeframe: 30 days, Total Commits: 8 Total Number of Files Changed: 17
Date | Author | File/Message |
---|---|---|
2008-07-16 14:34:56 | tucu |
src/java/com/sun/syndication/io/impl/Atom03Generator.java v 1.14 src/java/com/sun/syndication/io/impl/Atom10Generator.java v 1.17 src/java/com/sun/syndication/io/impl/BaseWireFeedGenerator.java v 1.6 src/java/com/sun/syndication/io/impl/RSS090Generator.java v 1.11 New. Removal of all unused namespaces from generated feeds. The generators now remove all unused namespaces from the XML document before generating it. |
2008-07-02 23:40:33 | nicklothian |
subprojects/fetcher/src/java/com/sun/syndication/fetcher/impl/HttpClientFeedFetcher.java v 1.11 Changes to support setting of timeouts |
2008-07-02 23:32:55 | nicklothian |
subprojects/fetcher/src/java/com/sun/syndication/fetcher/impl/HttpClientFeedFetcher.java v 1.10 Add method recycling functionality |
2008-07-02 23:29:54 | nicklothian |
subprojects/fetcher/src/java/com/sun/syndication/fetcher/impl/HttpClientFeedFetcher.java v 1.9 Fix NullPointerException problem. doh! |
2008-06-30 04:34:06 | nicklothian |
subprojects/fetcher/src/java/com/sun/syndication/fetcher/impl/HttpClientFeedFetcher.java v 1.8 add a HttpClientMethodCallbackIntf to allow the calling code to modify the HttpClient HttpMethod used to make the request (eg, add additinal headers, etc.) Also fixes a reported bug where the user agent wasn't being set properly |
2008-06-29 23:53:08 | nicklothian |
subprojects/fetcher/src/java/com/sun/syndication/fetcher/impl/AbstractFeedFetcherBeanInfo.java v 1.1 A BeanInfo class to allow introspection |
2008-06-22 00:31:06 | tucu |
src/java/com/sun/syndication/feed/synd/impl/ConverterForRSS090.java v 1.13 src/java/com/sun/syndication/io/impl/RSS090Parser.java v 1.13 src/test/com/sun/syndication/unittest/TestSyndFeedRSS090.java v 1.4 src/test/com/sun/syndication/unittest/TestSyndFeedRSS091N.java v 1.5 src/test/com/sun/syndication/unittest/TestSyndFeedRSS094.java v 1.4 src/test/com/sun/syndication/unittest/TestSyndFeedRSS10.java v 1.6 Issue #88 Fix. RSS090Parser does not set the URI property. The fix honors the documentation "For RSS 0.91, RSS 0.92, RSS 0.93 & RSS 1.0 ... the SyndEntry uri property will be set with the value of the link element..." |
2008-06-17 13:32:45 | tucu |
src/java/com/sun/syndication/io/impl/XmlFixerReader.java v 1.4 src/test/com/sun/syndication/unittest/TestXmlFixerReader.java v 1.3 New. XmlFixerReader converts '&' into '&' when there is no matching entity. Feeds commonly use '&' instead '&' in their content, this change converts those orphant '&'s into '&'s. Modified testcase to cover this change |