summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server/HTTPServer.h
Commit message (Collapse)AuthorAgeFilesLines
* respond element and proper http ioprocStefan Radomski2017-06-121-1/+1
|
* EVLOOP_NO_EXIT_ON_EMPTY workaroundStefan Radomski2017-06-091-0/+1
|
* Updated libevent version for SSL supportStefan Radomski2017-05-301-1/+1
|
* Reintroduced HTTPS supportStefan Radomski2017-05-301-2/+1
|
* Major Refactoring v2.0Stefan Radomski2016-05-121-17/+18
|
* Major work on PROMELA datamodelStefan Radomski2014-10-121-1/+1
|
* Polished xhtml invokerStefan Radomski2014-08-151-0/+7
|
* More fixes for language bindingsStefan Radomski2014-07-151-1/+3
|
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-241-3/+3
| | | | | - Bugfixes for stress test - Beautified code
* Major refactoringStefan Radomski2014-04-221-2/+2
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* Bug fixes and thread safety for web socketsStefan Radomski2014-01-271-4/+22
|
* Builds on windows againStefan Radomski2013-11-161-8/+8
|
* WebSockets!Stefan Radomski2013-11-161-13/+58
|
* Bug fixes (see details)Stefan Radomski2013-10-281-2/+2
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Fixed missing eliptic curves on some redhat based distrosStefan Radomski2013-10-251-1/+1
|
* Minor header file reorganizationStefan Radomski2013-10-241-6/+9
|
* Added license information and bug fixesStefan Radomski2013-10-161-5/+28
|
* Reduced compile timesStefan Radomski2013-10-071-2/+19
| | | | | - new commandline argument handling - compiles on windows again
* Added instant messaging invokerStefan Radomski2013-09-231-1/+0
|
* New version with XHTML invokerStefan Radomski2013-06-201-3/+12
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-101-0/+4
|
* 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
* Started SyteminvokerStefan Radomski2013-03-201-0/+1
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-171-0/+1
|
* Changed directory monitor to polling behaviour :(Stefan Radomski2013-03-061-2/+2
|
* Prepared everything for FE-Design demoStefan Radomski2013-02-281-2/+2
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-251-9/+7
| | | | events
* Beautified source code againStefan Radomski2013-02-201-34/+34
|
* See detailled logStefan Radomski2013-02-201-0/+92
- 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