summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Process application/xml in http requests and try to fix layout of README.mdStefan Radomski2013-10-302-2/+10
|
* Content-type header with firefox and case-typo with reflectorip in milesStefan Radomski2013-10-302-9/+12
|
* Bug fixes (see details)Stefan Radomski2013-10-289-20/+48
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Reverted preparation for current v8 trunkStefan Radomski2013-10-271-5/+5
|
* Added XML node to DataModel::evalAsBool signature to enable script cachingStefan Radomski2013-10-2716-12/+53
|
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-2622-172/+173
|
* Nested XML Node with eventStefan Radomski2013-10-267-3/+32
|
* Fixed missing eliptic curves on some redhat based distrosStefan Radomski2013-10-252-4/+4
|
* Fixed header refactoringStefan Radomski2013-10-2517-0/+31
|
* Proper usage information for cli clientsStefan Radomski2013-10-241-5/+21
|
* Disabled unused label warningStefan Radomski2013-10-242-6/+8
|
* Minor header file reorganizationStefan Radomski2013-10-243-13/+19
|
* Improved mimetype handlingStefan Radomski2013-10-2413-17/+76
|
* application/octet-stream as default mimetypeStefan Radomski2013-10-241-1/+1
|
* Fixed an embarrassing bug in uscxml-browserStefan Radomski2013-10-211-3/+1
|
* Reminder to export PATH and small bug-fixStefan Radomski2013-10-181-0/+1
|
* Upped version to 0.1.1Stefan Radomski2013-10-171-5/+4
|
* Added license information and bug fixesStefan Radomski2013-10-16279-2134/+5996
|
* Reactivated cotire and some bug-fixesStefan Radomski2013-10-112-4/+8
|
* Reactivated plugin systemStefan Radomski2013-10-1112-110/+470
|
* Get miles invoker operational againStefan Radomski2013-10-102-0/+5
|
* Base64 and MD5 for BlobsStefan Radomski2013-10-109-12/+726
|
* Fixed x-www-form-urlencoded post parsingStefan Radomski2013-10-082-5/+10
|
* Pass more ECMAScript W3C testsStefan Radomski2013-10-085-78/+26
|
* More fixes for MSVCStefan Radomski2013-10-082-2/+3
|
* Got rid of some warnings with gccStefan Radomski2013-10-074-4/+59
|
* Reduced compile timesStefan Radomski2013-10-0713-250/+813
| | | | | - new commandline argument handling - compiles on windows again
* More work on IMInvoker, renamed Blob attributes and some XPath datamodel fixesStefan Radomski2013-09-2513-192/+914
|
* Added instant messaging invokerStefan Radomski2013-09-2319-52/+667
|
* Work on FFMpegInvokerStefan Radomski2013-09-1834-639/+788
|
* New file element for executable contentStefan Radomski2013-09-0212-66/+405
|
* Optional 2nd argument for TypedArray.subarray and more testsStefan Radomski2013-09-0220-36/+358
|
* Support for endianness in DataViewStefan Radomski2013-09-029-138/+545
|
* Added Data::BINARY and compile fixes for non MacOSX platformsStefan Radomski2013-09-017-15/+63
|
* More work on TypedArraysStefan Radomski2013-09-0189-3252/+7303
|
* Started work on ECMAScript TypedArraysStefan Radomski2013-08-3054-9/+5177
|
* Some bug-fixes and enhancements to build-processStefan Radomski2013-08-2912-41/+105
|
* Compile with older versions of icalStefan Radomski2013-08-252-2/+4
|
* Fixed a typoStefan Radomski2013-08-251-1/+1
|
* Some Windows specific bug-fixesStefan Radomski2013-08-251-1/+2
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-2533-200/+323
|
* Added WebStorage object to documentStefan Radomski2013-08-2179-738/+1303
| | | | Some refinements to DotWriter
* Reenable all optioanl invokers and ioprocessors - doh!Stefan Radomski2013-08-131-1/+1
|
* More work on java datamodel interfaceStefan Radomski2013-08-133-3/+176
|
* Polished java datamodel exampleStefan Radomski2013-08-133-33/+7
|
* Renamed event.type to eventType to avoid clash with send.type and invoker.typeStefan Radomski2013-08-1320-101/+108
|
* Started Java datamodel and fixed memory leaksStefan Radomski2013-08-1355-351/+932
|
* Extended Java bindings and OpenAL invokerStefan Radomski2013-08-0926-11/+1698
|
* Removed debugging from calendar invokerStefan Radomski2013-08-011-1/+1
|
* Bug fixes and version bumpStefan Radomski2013-08-0143-434/+1160
| | | | | | | - New calendar invoker - Fixed memory leaks with JavaScriptCore - Compiles on windows again - Beautified source code indentation