aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Experiments
Commit message (Collapse)AuthorAgeFilesLines
* Scripting.Roy Ben Shabat2020-04-202-0/+30
|
* Scripting refactoring.Roy Ben Shabat2020-04-192-2/+22
|
* Improved BitmapCliper.Roy Ben Shabat2020-03-042-10/+8
| | | | | | | Implemented auto throw when max differences reached. Implemented fallback TurboJpeg encoder. Fixed issue with UpdateMachine.xml script removing DISPENSERS before IDS_PACKS. Added GlobalHost.Configuration.MaxIncomingWebSocketMessageSize for WebSockets support for large messages on SignalR.
* Machine Studio v4.1.2Roy Ben-Shabat2020-03-033-16/+77
| | | | | | | | | PPC v1.1.5 Added BYPASS_ROCKERS to SQLExaminer config. Started integrating FSE Remote/Console To PPC. Added support for generic continuous request.
* Improved GifEncoder.Roy Ben Shabat2020-03-038-33/+39
| | | | | | Reactivated Png8BitEncoder. Refactored BitmapComparer to return the number of diffs. TestApp now use the best possible outcome.
* Implemented Tango.RemoteDesktop.Roy Ben Shabat2020-03-0242-99/+6718
| | | | | | Implemented png 8 bit quantization. Implemented RasterFrame bounds clipping. Refactored VectorFrame to use indexed colors.
* Implemented Tango.RemoteDesktop using generic Diff Frame.Roy Ben Shabat2020-03-0286-0/+6708
|
* Implemented Roslyn experiment.Roy Ben Shabat2020-01-298-0/+439
|
* Added DataDog experiment.Roy Ben Shabat2020-01-286-0/+163
|
* Implemented Hangfire experiment.Roy Ben Shabat2020-01-2515-0/+1888
Refactored Transporter to accept a configuration instead of multiple parameters on all request/response methods. Refactored Transporter to automatically log request/response messaged based on configuration. Fixed issue with ContinuousResponseAborted and external bridge.