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
Commits
3c5d1b0f
Commit
3c5d1b0f
authored
Feb 10, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cvs more flexible now; ZRLE encoding only when HAVE_ZRLE defined
parent
1e4c2e73
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
6 deletions
+12
-6
cvs_update_anonymously
cvs_update_anonymously
+10
-6
rfbproto.h
include/rfbproto.h
+2
-0
No files found.
cvs_update_anonymously
View file @
3c5d1b0f
if [ a"$1" = adiff -o a"$1" = aexport ]; then
cmd="$1"
shift
else
cmd=update
fi
#!/bin/bash
case
"
$1
"
in
#cvs --help-commands 2>&1 | sed "s/[ ][ ]*/ /g" | cut -d " " -f 2
add|admin|annotate|checkout|commit|diff|edit|editors|export|history|import|
\
init|log|login|logout|pserver|rdiff|release|remove|rtag|server|status|
\
tag|unedit|update|watch|watchers
)
cmd
=
"
$1
"
;
shift
;;
*
)
cmd
=
update
;;
esac
cvs
-z3
-d
:pserver:anonymous@cvs.libvncserver.sf.net:/cvsroot/libvncserver
$cmd
"
$@
"
include/rfbproto.h
View file @
3c5d1b0f
...
...
@@ -304,7 +304,9 @@ typedef struct {
#ifdef BACKCHANNEL
#define rfbEncodingBackChannel 15
#endif
#ifdef HAVE_ZRLE
#define rfbEncodingZRLE 16
#endif
/*
* Special encoding numbers:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment