Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/ulalaca-xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-26checkpoint: pass 'hint flags' to encoder when xrdp is tumod variantHEADmainGyuhwan Park★
2023-02-10fix: preserve dirty rects when frame has skippedGyuhwan Park★
2023-02-10Merge pull request #5 from team-unstablers/fix/improve-mstsc-compatibilityGyuhwan Park★
2023-02-10fix: pass (0, 0) as x1, y1 to server_paint_rectˆGyuhwan Park★
2023-02-10fix: reimplement createCopyRects() to prevent overlapGyuhwan Park★
2023-02-10Merge pull request #6 from jankais3r/mainGyuhwan Park★
2023-02-10Added missing argument to build libulalaca.dylibJan Kaiser
2023-02-10Fix build instructionsJan Kaiser
2023-02-08checkpoint: reimplement createCopyRects() to prevent overlapGyuhwan Park★
2023-02-08fix: merge overlapped rectsGyuhwan Park★
2023-02-04feature: add isNSCodec()Gyuhwan Park★
2023-02-04fix(IPCConnection): add good bit field, resolves #2Gyuhwan Park★
2023-02-02fix: implement lib_mod_get_wait_objs(), this may resolve #3 partiallyGyuhwan Park★
2023-01-28refactor: move render-related code into thread loopGyuhwan Park★
2023-01-28refactor(ProjectorClient): renamed from ProjectionThreadGyuhwan Park★
2023-01-28refactor: clean-up code, try to fix incomprehensible namingGyuhwan Park★
2023-01-28refactor: move implementations to XrdpˆUlalacaPrivateGyuhwan Park★
2022-10-08fix: improve compatibility with clients which uses rfx codecGyuhwan Park
2022-10-08fix(IPCConnection): fix memory corruption related by race conditionGyuhwan Park
2022-10-07feature: implement PˆROJECTION_SET_VIEWPORT, PROJECTION_START/STOPGyuhwan Park
2022-10-07feature(messages): update message definition from ulalaca#6906011Gyuhwan Park
2022-10-07fix(IPCConnection): flush read tasks and close connection when POLLHUP bit setGyuhwan Park
2022-10-06Merge branch 'main' of github.com:team-unstablers/ulalaca-xrdpGyuhwan Park
2022-10-06hotfix(IPCConnection): fix std::bad_alloc: use memmove() instead of releasing...Gyuhwan Park
2022-06-11xxx: update entire screen when lib_mod_server_monitor_full_invalidate has calledGyuhwan Park
2022-06-11fix: improve compatibility with mstsc.exeGyuhwan Park
2022-06-02xxx(ipc): remove timeout for poll()Gyuhwan Park
2022-06-02fix: remove useless frame drop codeGyuhwan Park
2022-05-28fix(IPCConnection): do not throw exception even write() has failedGyuhwan Park
2022-05-28fix(IPCConnection): do not break io loop even POLLHUP is setGyuhwan Park
2022-05-28fix: call server_reset when session size != actual display sizeGyuhwan Park★
2022-05-28feature(IPCConnection): use non-blocking I/O (+ poll(2))Gyuhwan Park★
2022-05-27docs(README): update screenshotGyuhwan Park★
2022-05-27feature: send mouse wheel eventGyuhwan Park
2022-05-24Merge pull request #1 from unstabler/integrate-brokerGyuhwan Park★
2022-05-24fix(ulalaca): stop thread and release resources when session is closedGyuhwan Park
2022-05-24refactor: cleanup broker related codeGyuhwan Park
2022-05-24refactor(ProjectionThread): split? ipc logic to IPCConnectionGyuhwan Park
2022-05-24checkpoint: update ipc messages definition from ulalacacoreGyuhwan Park
2022-05-23docs: update READMEGyuhwan Park
2022-05-23checkpoint(sessionbroker): add some dumb codeGyuhwan Park
2022-05-23refactor(ipc): use message header from ulalacacore insteadGyuhwan Park
2022-05-23xxx: copy messages header from ulalacacoreGyuhwan Park
2022-05-23Merge remote-tracking branch 'origin/main' into integrate-brokerGyuhwan Park
2022-05-20refactor: remove server functions from constructor initializationGyuhwan Park
2022-05-19refactor: resolve cppcheck warningsGyuhwan Park
2022-05-19feature: add message definitions for sessionbrokerGyuhwan Park
2022-05-19fix: use $HOME/.ulalaca_projector.sock as default pathGyuhwan Park
2022-05-19switch license to apache license 2.0Gyuhwan Park★
2022-05-16add license textGyuhwan Park★