Stefan Weil

Results 1117 comments of Stefan Weil

@mykola-mokhnach, would it be acceptable to use the default cursor on the viewer side (until someone finds working code to get the cursor image)?

Thank you for your report. I'll have a look as soon as time permits. If you have a code fix, your pull request is welcome.

Can someone confirm this issue and help to find a solution?

Maybe using a different screen capture like the one which is proposed in issue #25 would help then.

I have no idea, but it would be great if someone finds a solution and sends a pull request.

Thank you for this hint. Do you know whether libvncserver is faster, too (maybe by using avfoundation)? I consider using that library, see issue #5. Send me a pull request...

Pull requests are welcome, but I prefer to get small commit sets which are much easier to review for me. You would also have to fix the header comments in...

> It is not helpful that VineServer.log is overwritten instead of appended upon every start of the server. At least that part should be easy to fix. Thank you for...

Removing the line numbers [860 ... 864 in VNCController.m](https://github.com/stweil/OSXvnc/blob/master/VNCController.m#L861) should avoid deleting of old log messages. But how can we avoid that VineServer.log grows uncontrolled?

Both crashes are related to dynamic memory allocation (heap). Using heap checkers like Valgrind or linking against a heap checking library like gperftools must be done to narrow down the...