Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
unix
/
x0vncserver
/
x0vncserver.cxx
ab22bc0
Add x0vncserver option to only allow localhost connections
by Pierre Ossman
· 7 years ago
946a5e9
Allow -AcceptSetDesktopSize in x0vncserver
by Pierre Ossman
· 7 years ago
b85febc
Merge branch 'exittimer' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 7 years ago
a4308c9
Get rid of SocketServer::checkTimeouts()
by Pierre Ossman
· 7 years ago
f9de176
Merge branch 'vncserver' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 7 years ago
454d444
Run listener destructors before terminating
by Peter Åstrand (astrand)
· 7 years ago
eef6c9a
Remove QueryConnectionHandler
by Pierre Ossman
· 7 years ago
e6aab24
Force common flow of connection queries
by Pierre Ossman
· 7 years ago
39594b8
Unix socket support in x0vncserver
by Pierre Ossman
· 7 years ago
e3a2be6
Use abstract SocketListener class
by Pierre Ossman
· 7 years ago
ce4722f
Move XDesktop specific parameters in to same file
by Pierre Ossman
· 8 years ago
0a0e582
x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSize
by Peter Åstrand (astrand)
· 8 years ago
dcd0b13
Removed IRIX/Solaris overlay support
by Peter Åstrand (astrand)
· 8 years ago
453da22
Remove support for Lynx/OS
by Peter Åstrand (astrand)
· 8 years ago
3112f50
Move XDesktop to separate file
by Peter Åstrand (astrand)
· 8 years ago
b000ff1
Get rid of getFbSize()/getDesktopSize() in common
by Pierre Ossman
· 8 years ago
2956bb3
Handle unknown keysyms properly in x0vncserver
by Pierre Ossman
· 8 years ago
2df2a07
Handle XKB groups properly in x0vncserver
by Pierre Ossman
· 8 years ago
00dec78
Update mouse cursor position in x0vncserver
by Pierre Ossman
· 8 years ago
61a75ef
Only select XFixes event once
by Pierre Ossman
· 8 years ago
d092f05
Merge branch 'cursor' of https://github.com/alanc/tigervnc
by Pierre Ossman
· 8 years ago
63cc07e
Merge branch 'x0vncshift' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 8 years ago
8fe5090
x0vncserver: keyEvent(): use scancodes if available
by Peter Korsgaard
· 8 years ago
5ae2821
Basic support for QEMU Extended Key Events
by Pierre Ossman
· 8 years ago
5b7ff37
x0vncserver: add support for led state notifications
by Peter Korsgaard
· 8 years ago
ac73038
Respect modifiers in x0vncserver
by Pierre Ossman
· 8 years ago
9a739d4
x0vncserver: Use Xfixes to display cursors if available
by Alan Coopersmith
· 8 years ago
16419cc
Use non-blocking sockets in x0vnserver
by Pierre Ossman
· 9 years ago
278e420
Fix timeout handling in x0vncserver
by Pierre Ossman
· 9 years ago
d408ca5
Move socket write event handling in to the RFB core
by Pierre Ossman
· 9 years ago
f7aa3f9
Return TcpListener pointers rather than objects
by Pierre Ossman
· 10 years ago
892d10a
Fixed IPv6 support.
by Tim Waugh
· 10 years ago
25ae7e3
Handler still needs to return something even with XDamage
by Pierre Ossman
· 11 years ago
b6b4dc6
Remove full support for colour maps
by Pierre Ossman
· 12 years ago
2054767
Accidentally removed some code in the previous commit.
by Pierre Ossman
· 11 years ago
a7b728a
Add XDAMAGE support to x0vncserver. Makes it more efficient
by Pierre Ossman
· 11 years ago
ad8609a
Fix unsafe usage of the logging functions.
by Pierre Ossman
· 13 years ago
a6578bf
[Development] Replace SSecurityFactoryStandard class by simplier Security class.
by Adam Tkac
· 15 years ago
c58b3d1
[Development] Add possibility to define viewer/server specific parameters via
by Adam Tkac
· 15 years ago
93ff5db
[Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able
by Adam Tkac
· 16 years ago
d36b626
Revert previous commit (r3889). Windows code has to be cleaned before this
by Adam Tkac
· 16 years ago
97abe8a
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
by Adam Tkac
· 16 years ago
02e43d7
Remove the "video" feature and its associated custom JPEG handling.
by Pierre Ossman
· 17 years ago
4eacc02
Rebrand the source as TigerVNC. It is my hope that this patch is
by Peter Åstrand
· 17 years ago
ea7b650
Merged changes from branches/1.5-xserver (revision range 2432:2631) back to trunk.
by Constantin Kaplinsky
· 17 years ago
0c4306c
[Bugfix] When terminating x0vncserver by pressing Ctrl+C in a remote viewer, x0vncserver used to leave the Ctrl modifier "pressed". Now it should be "released" properly.
by Constantin Kaplinsky
· 17 years ago
3ce6a72
[Enhancements, refactoring] Rationalized functions to control video
by Constantin Kaplinsky
· 17 years ago
c341ac6
Passing VideoArea parameter to VNCServerST object. VNCServerST saves the
by Constantin Kaplinsky
· 17 years ago
7bdccd7
Fixed a few more memory leaks.
by Constantin Kaplinsky
· 17 years ago
2039d7b
Implemented support for command-line options that print version information
by Constantin Kaplinsky
· 17 years ago
dc873dc
Minor cleanup, no code changes: updated a comment and moved XDesktop::poll()
by Constantin Kaplinsky
· 17 years ago
303433a
Refactoring: now PollingManager is owned by XPixelBuffer. No other classes
by Constantin Kaplinsky
· 17 years ago
8a85c49
Code refactoring: PollingManager should not know anything about
by Constantin Kaplinsky
· 17 years ago
f773a8e
Code refactoring: passing geometry to XPixelBuffer as a Rect instead of four
by Constantin Kaplinsky
· 17 years ago
23c6022
Code improvements and better error checking in the Geometry class:
by Constantin Kaplinsky
· 17 years ago
e0c80c5
Code refactoring: maintaining the Image object representing the framebuffer
by Constantin Kaplinsky
· 17 years ago
1d2967f
Code refactoring: setting pixel format in XPixelBuffer instead of XDesktop.
by Constantin Kaplinsky
· 17 years ago
54cfef3
Code refactoring: passing VNCServer pointer to PollingManager methods
by Constantin Kaplinsky
· 17 years ago
2c01983
Code refactoring - PollingManager's constructor is given an XPixelBuffer*
by Constantin Kaplinsky
· 17 years ago
8232831
Support for VideoRectangleSelection client message in the server code. The message is read but ignored (only a message will be written to stderr).
by Constantin Kaplinsky
· 17 years ago
932e09b
- use PACKAGE_NAME/PACKAGE_VERSION macros instead PACKAGE/VERSION (AC_INIT() compatibility)
by Adam Tkac
· 17 years ago
fded078
After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438
by Adam Tkac
· 17 years ago
ae2c645
- use Makefile.am and configure.ac
by Adam Tkac
· 17 years ago
936c369
Prepared the XPixelBuffer class for grabbing the screen in its grabRegion() method.
by Constantin Kaplinsky
· 18 years ago
614c7b5
Moved XPixelBuffer class into a separate file.
by Constantin Kaplinsky
· 18 years ago
813dbb4
Fixed unreasonably high CPU utilization in cases when new connection has
by Constantin Kaplinsky
· 19 years ago
b963270
Reporting build time in x0vncserver usage.
by Constantin Kaplinsky
· 19 years ago
f4986f4
Changes in reporting version numbers and copyrights.
by Constantin Kaplinsky
· 19 years ago
a3b60c4
Updated build scripts in unix/ for new directory layout.
by Constantin Kaplinsky
· 19 years ago
b30ae7f
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.
by Constantin Kaplinsky
· 19 years ago