Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Graph
48029a3a0b854c50ef1b5e0b1cb27ba5f6220d9d
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Mar
5
3
1
28
Feb
25
24
22
21
20
7
6
5
22
Jan
19
16
15
12
11
10
9
8
6
24
Dec
22
19
9
8
7
28
Nov
25
23
Oct
7
6
5
3
29
Sep
28
27
26
22
Aug
21
29
Jul
18
13
11
9
7
2
28
Jun
27
21
18
14
11
6
4
31
May
25
24
23
20
18
17
16
15
14
7
4
3
27
Apr
19
12
11
10
4
29
Mar
20
12
9
7
6
5
1
23
Feb
22
14
11
9
7
5
25
Jan
24
23
21
20
19
18
17
16
14
3
27
Dec
23
20
17
1
30
Nov
16
Oct
15
4
2
14
Sep
7
3
1
30
Aug
17
15
4
31
Jul
29
27
19
16
11
5
2
30
Jun
28
27
26
18
17
15
12
8
7
6
28
May
27
25
22
14
13
8
6
5
28
Apr
20
19
13
12
8
24
Mar
22
15
11
29
Feb
20
4
30
Jan
29
21
19
16
10
9
Dec
27
Nov
11
7
8
Oct
11
Sep
8
29
Aug
18
9
8
6
3
2
1
31
Jul
30
29
28
27
25
11
10
28
Jun
5
May
3
Apr
28
Feb
27
21
20
19
18
17
16
10
9
8
7
30
Dec
25
20
19
15
6
29
Oct
22
31
Aug
27
22
19
28
Jul
13
Jun
3
May
2
30
Apr
25
24
23
4
Mar
19
Feb
18
17
Jan
16
14
21
Dec
14
11
9
8
27
Nov
26
25
23
22
21
20
19
18
15
14
8
25
Oct
19
18
16
15
13
12
11
10
9
8
7
6
5
4
3
2
1
29
Sep
28
27
26
25
24
23
21
20
13
14
Aug
1
x11vnc: gui speedup and fixes. -unixpw and -inetd
x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui tweaks.
x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune SMALL_FOOTPRINT.
Fix blooptest example
do not assume that KEYSYM_H guards X11's keysym.h
do not timeout on idle client input (with pthreads)
if compiling with pthreads, also compile blooptest
rfbCheckFds now returns the number of processed events
add handleEventsEagerly flag (Thanks, Donald)
x11vnc: -unixpw and -stunnel. Add clipboard to input control.
Added method to get extension specific client data
Added method to get extension specific client data
add functions to unregister extensions/security types
IRIX linker is very picky about order of libraries
fix some non-gcc compiler warnings and signals in x11vnc
x11vnc: fix AIX build wrt h_errno.
x11vnc: -8to24 more speedups; tunables for very slow machines.
x11vnc: -8to24 speedups and improvements.
x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crash
x11vnc: -8to24 now works on default depth 8 displays.
x11vnc: more tweaks to -8to24 XGETIMAGE_8TO24
x11vnc: add -8to24 option for some multi-depth displays.
configure.ac: add switches for most X extensions.
logMutex needs to be initialized too; in rfbDefaultLog.
x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix 64bit bug for -solid.
rfbProcessEvents() has to iterate also over clients with sock < 0 to close them
x11vnc: the big split.
fix client non-jpeg/libz builds
rfbRegisterProtocolExtension extMutex was never initialized.
x11vnc: enhance -passwdfile features, filetransfer on by default.
make compile again with pthreads; fix off-by-one error
introduce -deferptrupdate (thanks Dave)
assorted fixes for MinGW32
work around write() returning ENOENT on Solaris 2.7
previous patch turned compile warning in a compile error; fix that ;-)
fix compile warnings
one more memory leak
plug memory leaks
translate keys based on unicode (much more reliable than sym)
x11vnc: add -loop option.