summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/http/HTTPServletInvoker.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed getNames signature from set to listStefan Radomski2014-06-061-4/+4
|
* Added license information and bug fixesStefan Radomski2013-10-161-0/+19
|
* New version with XHTML invokerStefan Radomski2013-06-201-1/+1
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-101-1/+1
|
* See detailled logStefan Radomski2013-04-061-1/+1
| | | | | | 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-221-9/+0
|
* Started SyteminvokerStefan Radomski2013-03-201-0/+1
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-171-1/+1
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-251-1/+1
| | | | events
* Beautified source code againStefan Radomski2013-02-201-14/+20
|
* See detailled logStefan Radomski2013-02-201-0/+55
- 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