Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gluegen: loop over entries in HashMap directly rather than looping over keys | Harvey Harrison | 2013-09-04 | 1 | -8/+8 |
| | | | | | | | | | This saves repeated lookups of the value mapped to each key by just looping over the entries directly. Also remove the URIException clause as this method never can throw that exception. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> | ||||
* | gluegen: remove trailing whitespace from URIQueryProps | Harvey Harrison | 2013-09-04 | 1 | -13/+13 |
| | | | | Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> | ||||
* | URIQueryProps: Custumize query separator, allowing user to favor ';' over '&' | Sven Gothel | 2013-08-30 | 1 | -6/+21 |
| | |||||
* | Add URIQueryProps: Simple tool to process URI queries as properties | Sven Gothel | 2013-08-28 | 1 | -0/+122 |