Skip to content

Commit caddfeb

Browse files
committed
Merge branch 'master' into multicastvnc
2 parents b4d4a09 + 4d4c4fe commit caddfeb

20 files changed

Lines changed: 755 additions & 153 deletions

File tree

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dry-run: false
2020
language: c++
2121
- name: Upload Crash
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
if: failure() && steps.build.outcome == 'success'
2424
with:
2525
name: artifacts

.gitignore

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,10 @@
1-
*.swp
21
*~
32
Makefile
43
*.pc
54
LibVNCServer*.tar.gz
6-
rfbconfig.h
7-
*.o
8-
*.a
9-
*.so
10-
*.so.*
11-
client_examples/SDLvncviewer
12-
client_examples/backchannel
13-
client_examples/gtkvncviewer
14-
client_examples/ppmtest
15-
client_examples/vnc2mpg
165
build/
17-
doc/
18-
examples/zippy
19-
examples/backchannel
20-
examples/blooptest
21-
examples/camera
22-
examples/cursors
23-
examples/colourmaptest
24-
examples/example
25-
examples/filetransfer
26-
examples/fontsel
27-
examples/mac
28-
examples/pnmshow
29-
examples/pnmshow24
30-
examples/regiontest
31-
examples/repeater
32-
examples/rotate
33-
examples/simple
34-
examples/simple15
35-
examples/storepasswd
36-
examples/vncev
37-
examples/x11
38-
test/blooptest
39-
test/cargstest
40-
test/copyrecttest
41-
test/encodingstest
42-
test/wstest
43-
/test/tjbench
44-
/test/tjunittest
45-
vncterm/LinuxVNC
46-
vncterm/VNCommand
47-
vncterm/example
48-
/vncterm/linuxvnc
49-
/vncterm/vncommand
50-
CMakeCache.txt
51-
/CMakeFiles
52-
/rfbproto.pdf
53-
/rfbproto.rst
54-
/vencrypt.txt
55-
/INSTALL
6+
doc/html/
567
.ccls-cache
8+
.cachexs
579
.log
5810
compile_commands.json

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "webclients/novnc"]
22
path = webclients/novnc
33
url = https://github.com/novnc/noVNC.git
4+
[submodule "doc/doxygen-awesome-css"]
5+
path = doc/doxygen-awesome-css
6+
url = https://github.com/jothepro/doxygen-awesome-css.git

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Tim Gates, Dinglan Peng, Ryo Ota, Kyle Evans, Kang Lin, Derek Schrock,
5050
Alex Converse, Thorsten Scherer, Marco Fortina, Antenore Gatta, Maxim Devaev
5151
Maksym Sobolyev, Huben Chang, Peter Vicman, Johann Obermayr, Nicolas Morais,
5252
Volodymyr Samokhatko, Mingjie Shen, Joris Hans Meijer, Sérgio Basto,
53-
Jeffrey Knockel and Christian Hitz.
53+
Jeffrey Knockel, Christian Hitz and Chih-Hsuan Yen.
5454

5555
Probably we forgot quite a few people sending a patch here and there, which
5656
really made a difference. Without those, some obscure bugs still would

0 commit comments

Comments
 (0)