summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2020-04-22WebSockets: fix guard header in json.hLuciano Iam
2020-04-22WebSockets: also json-escape strings in state messagesLuciano Iam
2020-04-22WebSockets: also json-escape paths in manifestsLuciano Iam
2020-04-22WebSockets: add some TO DO commentsLuciano Iam
2020-04-22WebSockets: disable http caching if NDEBUG is setLuciano Iam
2020-04-22WebSockets: fix a comment in server.ccLuciano Iam
2020-04-21WebSockets: let clients know if a strip is a VCALuciano Iam
2020-04-21WebSockets: add checks for VCA stripablesLuciano Iam
2020-04-21WebSockets: compatibility fixes for WindowsLuciano Iam
2020-04-20WebSockets: NOOP fix comment in manifest.ccLuciano Iam
2020-04-20WebSockets: json-escape user strings loaded from manifest.xmlLuciano Iam
2020-04-20WebSockets: send caching headers for static resourcesLuciano Iam
2020-04-20WebSockets: transport surface implementationLuciano Iam
2020-04-20WebSockets: output position time in secondsLuciano Iam
2020-04-20WebSockets: add record state support to surfaceLuciano Iam
2020-04-20WebSockets: rename *_desc nodes to *_descriptionLuciano Iam
2020-04-20WebSockets: add transport roll support to surfaceLuciano Iam
2020-04-19WebSockets: hotfix crash when a session has VCAsRobin Gareus
2020-04-17WebSockets: rename _lws_mnt_index to _lws_mnt_rootLuciano Iam
2020-04-17WebSockets: prevent crashes by validating inbound message addr and val sizesLuciano Iam
2020-04-17WebSockets: improve JS client and demoLuciano Iam
2020-04-17WebSockets: allow serving SVG files using libwebsockets < 3Luciano Iam
2020-04-13WebSockets: rename send_index_* to send_availsurf_* to avoid confusion with a...Luciano Iam
2020-04-13WebSockets: rename resource index.json to more meaningful surfaces.jsonLuciano Iam
2020-04-13WebSockets: rename all occurrences of 'disk path' to 'filesystem path'Luciano Iam
2020-04-13WebSockets: use canonical paths in index.jsonLuciano Iam
2020-04-13WebSockets: reject an empty ARDOUR_WEBSURFACES_PATHLuciano Iam
2020-04-13WebSockets: add version field in manifests and update loaderLuciano Iam
2020-04-11WebSockets: move diskPath property to surfaces group objectLuciano Iam
2020-04-11WebSockets: fix path field in index.jsonLuciano Iam
2020-04-11WebSockets: improve surface manifest format and loaderLuciano Iam
2020-04-11WebSockets: always return -1 from send_index_body() unless there is a write e...Luciano Iam
2020-04-11WebSockets: add useful comment on lws_write()Luciano Iam
2020-04-11WebSockets: use lws_strncpy() when availableLuciano Iam
2020-04-11WebSockets: fix timeout when sending HTTP bodyLuciano Iam
2020-04-09websockets: shutdown UI event loop is server cannot startPaul Davis
2020-04-09change default port for websockets surfacePaul Davis
2020-04-09C++98 compatibilityRobin Gareus
2020-04-09Tweak websocket surface for use src-tree shared dirRobin Gareus
2020-04-09Fix some Wunused-resultRobin Gareus
2020-04-09Update waf scriptsLuciano Iam
2020-04-09Add classes for serving content over HTTPLuciano Iam
2020-04-09Clean up and prepare for HTTPLuciano Iam
2020-04-09NO-OP update comments for header guard #endifsLuciano Iam
2020-04-08Add/remove source(s) in our MSVC project (ardour_mackie)John Emmas
2020-04-07yet another attempted fix for older gcc/mingwPaul Davis
2020-04-07another attempted fix for older gcc/mingwPaul Davis
2020-04-07do not initialize shared_ptr<Subview> with 0Paul Davis
2020-04-07more code rearrangement ... old gcc/mingw does not allow Enum::ValuePaul Davis
2020-04-07try some rearrangement to fix old mingw buildsPaul Davis