summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/http
Commit message (Collapse)AuthorAgeFilesLines
* Changed getNames signature from set to listStefan Radomski2014-06-061-4/+4
|
* Renamed nonsense curlReq to evhttpReqStefan Radomski2013-11-161-2/+2
|
* Added license information and bug fixesStefan Radomski2013-10-162-1/+39
|
* Work on FFMpegInvokerStefan Radomski2013-09-181-6/+6
|
* New version with XHTML invokerStefan Radomski2013-06-202-3/+3
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-102-2/+2
|
* See detailled logStefan Radomski2013-04-062-2/+2
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* Various smaller bug-fixes (see details)Stefan Radomski2013-03-261-1/+3
| | | | | | | - Pass -DPHP_CONFIG=/usr/bin/zts-php-config for custom php-config - More php bug fixes - Fixed nasty "parse from string" bug - Reindented source code
* Removed interpreter global featuresStefan Radomski2013-03-222-33/+2
|
* Started SyteminvokerStefan Radomski2013-03-202-1/+2
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-171-1/+1
|
* Prepared everything for FE-Design demoStefan Radomski2013-02-281-0/+2
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-252-12/+3
| | | | events
* Beautified source code againStefan Radomski2013-02-202-100/+106
|
* See detailled logStefan Radomski2013-02-202-0/+202
- Builds on windows again - All HTTP requests are no passed into interpreter - New response element to reply with data - Moved basichttp URL - New HTTP servlet invoker to register additional URLs - More bugfixes than I care to mention