summaryrefslogtreecommitdiff
path: root/project2/url
Commit message (Collapse)AuthorAge
* Improvements to popenrw and add popenrwe for the stderr pipe toorandomdan2014-01-10
| | | | | Improve exception when loading a library fails Fix a handful of ingeniously located memory leaks
* Fix a few more includesrandomdan2013-11-25
|
* Massive refactor to remove the appEngine and environment complication and ↵randomdan2013-07-05
| | | | instead have an execution context that's passed around from the original call site
* Move non p2 specific components into a supporting library, build libmisc ↵randomdan2013-04-04
| | | | into this too
* Switch to the new stream style of thingsrandomdan2012-03-20
|
* A stream interface, an RDBMS bulk load interface, a decompression layer, an ↵randomdan2012-03-20
| | | | implementation of CURL streams and a sqlbulkload task.
* Add a task to download a URL to a filerandomdan2012-03-19
|
* Remove straggling references to XML and configuration from recent changesrandomdan2011-12-15
|
* Pluggable script enginesrandomdan2011-12-14
| | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
| | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent
* More flexible Curl helpers with boost::bindrandomdan2011-09-06
| | | | | | Remove lots of duplicate code with safeMapFind Rework the session code into something slightly more sensible Add a doobry for forcing a CGI error
* Minor shufflerandomdan2011-09-02
| | | | | Add referer support in cURL things Add support for redirects in cgi views
* The big reshufflerandomdan2011-08-31