• Raphael Kubo da Costa's avatar
    Use htobeNN(3) to convert numbers in websocket.c. · 95dd7632
    Raphael Kubo da Costa authored
    byteswap.h exists only on glibc, so building libvncserver with websockets
    support was not possible in other systems.
    
    Replace the inclusion of byteswap.h and the WS_* definitions with calls to
    htobeNN, which should perform the same conversions, be more portable and
    avoid the need to check for the platform's endianness.
    95dd7632
Name
Last commit
Last update
VisualNaCro Loading commit data...
client_examples Loading commit data...
common Loading commit data...
examples Loading commit data...
libvncclient Loading commit data...
libvncserver Loading commit data...
rfb Loading commit data...
test Loading commit data...
utils Loading commit data...
vncterm Loading commit data...
webclients Loading commit data...
x11vnc Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CMakeLists.txt Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LibVNCServer.spec.in Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
acinclude.m4 Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
libvncclient.pc.in Loading commit data...
libvncserver-config.in Loading commit data...
libvncserver.pc.in Loading commit data...
ltmain.sh Loading commit data...
prepare_x11vnc_dist.sh Loading commit data...
tightvnc-1.3dev5-vncviewer-alpha-cursor.patch Loading commit data...