Commit History

Author SHA1 Message Date
  Gregory Nutt 92554257b9 Squashed commit of the following: 5 years ago
  Gregory Nutt 9546481054 Fix some typographical errors. 6 years ago
  Alan Carvalho de Assis 283b73edc5 Fix lots of typos in C comments and Kconfig help text 6 years ago
  Gregory Nutt 12474d2c38 Eliminate new warnings due to unused local variables noted in build testing. 6 years ago
  Gregory Nutt 30f2927101 binfmt/, drivers/, graphics/: Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23). 6 years ago
  Gregory Nutt 2c2aa94b7d Squashed commit of the following: 7 years ago
  Gregory Nutt 44736b721c net/sockets: psock_send() is an internal OS interface an should not set the errno variable. 7 years ago
  Gregory Nutt 4f97f15b5e graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info() 8 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 3a74a438d9 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 8 years ago
  Gregory Nutt 0d57612d13 VNC: Need to handle connection closed events 8 years ago
  Gregory Nutt 47a33cbb64 VNC: Ignore client framebuffer updates if nothing has changed (we can does this because client requests incremental updates 8 years ago
  Gregory Nutt e723fc7fd4 VNC: Add option to enable VNC server debug without GRAPHICS debug 8 years ago
  Gregory Nutt be1677ba25 VNC: Client may request pixel data in either big- or little- endian order 8 years ago
  Gregory Nutt eb8c7f1641 VNC: Correct pixel width in RRE encoding 8 years ago
  Gregory Nutt 79e577eae1 VNC: Add support for (1) an 8-bit local frame buffer format and (2) a configurable server name 8 years ago
  Gregory Nutt f8604d11a9 VNC: Add some very basic RRE encodings 8 years ago
  Gregory Nutt 7134652fea VNC: Fixes from debug. One issues is that VNC client is changing color formats after starting. That is now handled. 8 years ago
  Gregory Nutt 170f906a8b VNC: Add support for RGB8 conversions. These are what are used by RealVNC. 8 years ago
  Gregory Nutt fc809d5df0 VNC: Fix some big-endian access macros 8 years ago
  Gregory Nutt f3515a242d VNC: Implemented 3.8 protocol. Seems to be required by my RealVNC client 8 years ago
  Gregory Nutt fdc6dd9516 VNC: Enable receive timeouts during negotiation phase 8 years ago
  Gregory Nutt 6cfe56202d Backout 3f731241cb07090ed54b3b3b9e7df1fd20d86506. It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work 8 years ago
  Gregory Nutt 8f26e46c40 VNC: Fix some compile problems when graphics debug is enabled 8 years ago
  Gregory Nutt df297ec8fc VNC: Add some rectangle queuing logic 8 years ago
  Gregory Nutt 3ca5a94515 VNC: Add basic message receipt logic 8 years ago
  Gregory Nutt c767686b3d VNC: Partition/rename some functionality. Add framework to support a reading and writing thread. 8 years ago
  Gregory Nutt 9bdc08e013 VNC: BPP as presented to application must match configuration; we will need to do conversions as necesasry for the BPP of the remote framebuffer 8 years ago