DRSS

git clone git://xatko.vsos.ethz.ch/DRSS.git
Log | Files | Refs | Submodules

DateCommit messageAuthorFiles+-
2020-09-13 09:48Add a spaceDominik Schmidt1+1-1
2020-09-13 09:47Import std.conv staticallyDominik Schmidt1+1-0
2018-12-12 14:42Return to the non-forked kxmlDominik Schmidt1+1-1
2018-12-12 14:42Add the proper d-style array notationDominik Schmidt2+4-4
2016-02-28 16:34Merge ../Fb2RSS/DRSSDominik Schmidt1+1-1
2016-02-28 16:31Bump the kxml-repository to a new fork of mine.Dominik Schmidt1+1-1
2015-09-09 22:31Add the length-checks to unittest.Dominik Schmidt1+2-1
2015-09-09 22:30removeOldEntries: do some contract programming.Dominik Schmidt1+7-1
2015-09-09 22:30removeOldEntries: Reset the entryCount.Dominik Schmidt1+1-0
2015-09-09 22:23Add an unittest to the class.Dominik Schmidt1+30-0
2015-09-09 21:44Don't enlargen max_entries when it is too small.Dominik Schmidt1+0-3
2015-09-09 20:43Remove some doubletabs (\t\t->\t)Dominik Schmidt1+4-4
2015-09-09 20:42Make some internal variables protected.Dominik Schmidt1+4-3
2015-09-09 17:18Differentiate HTTP-status 200, 304 and others.Dominik Schmidt1+7-2
2015-09-09 17:14Documentation!Dominik Schmidt2+134-1
2015-09-09 17:05Primitive makefile added.Dominik Schmidt1+17-0
2015-09-09 11:09Merge branch 'master' of github.com:Doeme/DRSSDominik Schmidt1+1-0
2015-08-05 11:41Add forgotten break;Dominik Schmidt1+1-0
2015-08-04 20:28Add a constructor with HTTP as argument.Dominik Schmidt1+29-18
2015-08-04 20:24Render: Change associative Array to Tuple!(string,string)Dominik Schmidt1+7-5
2015-08-04 11:30Make opCmp const.Dominik Schmidt1+2-2
2015-08-03 19:02Advanced DateReliable feature implemented.Dominik Schmidt1+29-5
2015-08-02 09:06abstract static members are useless.Dominik Schmidt1+2-2
2015-08-01 10:33Add disard news function.Dominik Schmidt1+3-0
2015-08-01 10:33Add news function, which returns a range with all the new entries.Dominik Schmidt1+5-0
2015-08-01 10:31Check max_entries when update()ingDominik Schmidt1+22-2
2015-08-01 10:32Count entries.Dominik Schmidt1+6-0
2015-07-31 20:31Alter addEntry.Dominik Schmidt1+5-8
2015-07-31 20:07Move to a more sensible directoryDominik Schmidt2+0-0
2015-07-31 20:00Initial commitDominik Schmidt4+120-0