summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server/HTTPServer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* respond element and proper http ioprocStefan Radomski2017-06-121-14/+14
|
* EVLOOP_NO_EXIT_ON_EMPTY workaroundStefan Radomski2017-06-091-2/+21
|
* Reverted libevent API usageStefan Radomski2017-06-081-2/+2
|
* Performance improvementsStefan Radomski2017-06-081-1/+3
|
* Added UTF8 testsStefan Radomski2017-06-021-2/+2
|
* SSL support on Win32Stefan Radomski2017-06-011-10/+10
|
* Updated libevent version for SSL supportStefan Radomski2017-05-301-6/+6
|
* Reintroduced HTTPS supportStefan Radomski2017-05-301-94/+66
|
* Fixed issue113 for realStefan Radomski2017-04-271-2/+2
|
* Added explicit newline to most logsStefan Radomski2017-04-271-10/+10
|
* Unified DOM traversal and removed iostreamsStefan Radomski2017-01-301-1/+0
|
* Custom logging for interpretersStefan Radomski2016-12-121-8/+8
|
* Oh how I despise MSVCStefan Radomski2016-12-091-13/+13
|
* Removed easylogging due to JNI segfaultsStefan Radomski2016-12-091-2/+2
|
* Worked on PROMELA transformationStefan Radomski2016-10-251-11/+11
|
* Reactivated REST bridge for debuggerStefan Radomski2016-07-111-3/+14
|
* Fixed dozens of memory leaksStefan Radomski2016-06-131-6/+0
|
* Major Refactoring v2.0Stefan Radomski2016-05-121-37/+30
|
* Some refactoring for improved compile timesStefan Radomski2016-02-231-1/+2
|
* Builds with MSVC againStefan Radomski2016-01-101-0/+1
|
* done.event bug and prolog testsStefan Radomski2015-07-081-1/+1
| | | | Fixed the done.event bug and added first prolog transformed IRP tests
* Various extensions and bug-fixesStefan Radomski2015-07-051-2/+2
|
* Major work on PROMELA datamodelStefan Radomski2014-10-121-1/+1
|
* Find JavaScriptCoreGTK3 as wellStefan Radomski2014-08-191-1/+0
|
* Polished xhtml invokerStefan Radomski2014-08-151-1/+4
|
* JavaScriptCore in CMake moduleStefan Radomski2014-08-141-0/+2
|
* Started renewed VoiceXMLInvokerStefan Radomski2014-08-131-1/+3
|
* - Prolog DM compiles with recent SWI release againStefan Radomski2014-06-241-14/+28
| | | | | - Bugfixes for stress test - Beautified code
* Updated tests for IRP and work on bindingsStefan Radomski2014-06-231-1/+0
|
* Changed getNames signature from set to listStefan Radomski2014-06-061-1/+2
|
* Major refactoringStefan Radomski2014-04-221-5/+5
| | | | | | - Moved tests - Changes to promela datamodel - Implemented Trie
* Integrated debugger into browser (use -d command line parameter)Stefan Radomski2014-03-111-1/+1
|
* Started uscxml debuggerStefan Radomski2014-02-161-1/+3
|
* Build prolog datamodel on travisStefan Radomski2014-01-311-1/+1
|
* Bug fixes and thread safety for web socketsStefan Radomski2014-01-271-1/+28
|
* Ported IM Invoker for pre 3.0 and beautified codeStefan Radomski2014-01-221-3/+3
|
* Fixed 0 != NULL warningStefan Radomski2014-01-141-1/+0
|
* Expect Invoker and Fedora build fixesStefan Radomski2014-01-141-0/+14
|
* Started http to instant-messaging bridgeStefan Radomski2014-01-081-2/+1
|
* Performance and bugfix for WebSocketsStefan Radomski2013-12-201-10/+21
|
* Only start HTTP server if there is something to serveStefan Radomski2013-11-201-1/+8
|
* Builds on windows againStefan Radomski2013-11-161-124/+128
|
* WebSockets!Stefan Radomski2013-11-161-102/+251
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-1/+1
|
* Process application/xml in http requests and try to fix layout of README.mdStefan Radomski2013-10-301-1/+9
|
* Content-type header with firefox and case-typo with reflectorip in milesStefan Radomski2013-10-301-2/+2
|
* Bug fixes (see details)Stefan Radomski2013-10-281-1/+1
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-261-5/+5
|
* Fixed missing eliptic curves on some redhat based distrosStefan Radomski2013-10-251-3/+3
|
* Minor header file reorganizationStefan Radomski2013-10-241-5/+9
|