提交历史

作者 SHA1 备注 提交日期
  Nathan Hartman 366053e464 Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 5 年之前
  Gregory Nutt 03f345b38c configs/same70-xplained/twm4nx/defconfig: Increase packet MTU to 1500. 5 年之前
  Gregory Nutt 92554257b9 Squashed commit of the following: 5 年之前
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 年之前
  Gregory Nutt 12474d2c38 Eliminate new warnings due to unused local variables noted in build testing. 6 年之前
  Gregory Nutt 770a83bc7d graphics/vnc: Correct a typo introduced in last large set of changes 6 年之前
  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 年之前
  Gregory Nutt d5207efb5a Be consistent... Use Name: consistent in function headers vs Function: 7 年之前
  Gregory Nutt 4f97f15b5e graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info() 8 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt 3a74a438d9 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 8 年之前
  Gregory Nutt 0d57612d13 VNC: Need to handle connection closed events 8 年之前
  Gregory Nutt 47a33cbb64 VNC: Ignore client framebuffer updates if nothing has changed (we can does this because client requests incremental updates 8 年之前
  Gregory Nutt e723fc7fd4 VNC: Add option to enable VNC server debug without GRAPHICS debug 8 年之前
  Gregory Nutt 47c2b3d4a7 VNC: Add default mouse/keyboard input handlers 8 年之前
  Gregory Nutt 1e7b8b80ac Add a mechanism to get remote keyboard and mouse inputs 8 年之前
  Gregory Nutt f8604d11a9 VNC: Add some very basic RRE encodings 8 年之前
  Gregory Nutt 7134652fea VNC: Fixes from debug. One issues is that VNC client is changing color formats after starting. That is now handled. 8 年之前
  Gregory Nutt c4263e4bfe VNC: various fixes and clean-up during testing. Still not completely functional. 8 年之前
  Gregory Nutt fdc6dd9516 VNC: Enable receive timeouts during negotiation phase 8 年之前
  Gregory Nutt 1ae24ddf77 VNC: Add more debug output; fix a bad assertion 8 年之前
  Gregory Nutt 6cfe56202d Backout 3f731241cb07090ed54b3b3b9e7df1fd20d86506. It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work 8 年之前
  Gregory Nutt 0a6a4ac9bc Add handshake to coordintate with connection of VNC client. fb_initialize() will not return until the connection is established 8 年之前
  Gregory Nutt 8272f4bde0 VNC: Basic Client-to-Server message parsing 8 年之前
  Gregory Nutt 3ca5a94515 VNC: Add basic message receipt logic 8 年之前
  Gregory Nutt c767686b3d VNC: Partition/rename some functionality. Add framework to support a reading and writing thread. 8 年之前