nuttx/graphics/vnc/server
Gregory Nutt 2c2aa94b7d Squashed commit of the following:
net/: psock_recvfrom() is an internal interface and should not set the errno nor should it be a cancellation point.

    net/: psock_accept() is not a cancellation point.

    net/: psock_getsockopt() and psock_socket*9 are an internal interfaces and should not set the errno.

    net/: psock_getsockopt() is an internal interface and should not set the errno.

    net/: psock_listen() is an internal interface and should not set the errno.

    net/: psock_connect(( is an internal interface and should not set the errno nor should it be a cancellation point.

    net/: psock_bind() is an internal interface and should not set the errno.

    net/: psock_accept() is an internal interface and should not set the errno.
2017-09-30 08:18:08 -06:00
..
Kconfig Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
Make.defs VNC: Add some very basic RRE encodings 2016-04-20 17:01:48 -06:00
vnc_color.c VNC: Verify RGB8 operation; samv71-xult: VNC configuration now uses RGB8 by defualt 2016-04-22 08:57:42 -06:00
vnc_fbdev.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
vnc_keymap.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
vnc_negotiate.c Squashed commit of the following: 2017-09-30 08:18:08 -06:00
vnc_raw.c net/sockets: psock_send() is an internal OS interface an should not set the errno variable. 2017-09-29 17:48:15 -06:00
vnc_receiver.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
vnc_rre.c net/sockets: psock_send() is an internal OS interface an should not set the errno variable. 2017-09-29 17:48:15 -06:00
vnc_server.c Squashed commit of the following: 2017-09-30 08:18:08 -06:00
vnc_server.h Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
vnc_updater.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00