summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: remove autotools and x11vnc leftoversChristian Beier2018-12-281-31/+0
|
* .gitignore: fix for in-tree builds, add 'build' dirChristian Beier2018-12-281-2/+6
| | | | re #248
* Revert "Remove .gitignore obsoleted by CMake"Christian Beier2018-12-281-0/+87
| | | | This reverts commit d6c907ffbc36f4ad7663a44538b15e650a6ddf40.
* Remove .gitignore obsoleted by CMakeChristian Beier2018-09-261-87/+0
| | | | re #248
* add generation wstest to cmakeAndreas Weigel2017-05-141-2/+0
| | | | | | | | | add wstestdata.c, because the python data generation script has too many dependencies remove some redundance from jpeg test creation add support for decoding close messages
* add ws_decode testsAndreas Weigel2017-05-141-0/+3
| | | | | | | | | modify automake to include ws_decode test add python frame generator for decode tests modify configure to only include ws_decode test if preconditions are fulfilled
* Do away with rfbint.h generation and use stdint.h directly instead.Christian Beier2015-05-281-1/+0
|
* INSTALL and ltmain.sh need those leading slashes.Christian Beier2014-10-021-2/+2
| | | | .dirstamp, OTOH, is to be expected in several subdirectories.
* add a few more ignoresBrian Bidulock2014-10-021-0/+3
|
* Merge branch 'repeater'Johannes Schindelin2014-04-051-0/+4
|\ | | | | | | | | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Conflicts: .gitignore
| * Ignore the 'mac' example, tooJohannes Schindelin2014-04-051-0/+1
| | | | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
| * Ignore the vencrypt documentJohannes Schindelin2014-04-051-0/+1
| | | | | | | | | | | | https://www.berrange.com/~dan/vencrypt.txt Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
| * Ignore rfbproto.rstJohannes Schindelin2014-04-051-0/+1
| | | | | | | | | | | | | | | | A more up-to-date version of the RFB protocol is maintained by TigerVNC: http://sourceforge.net/p/tigervnc/code/HEAD/tree/rfbproto/rfbproto.rst Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
| * Add an example how to connect to an UltraVNC-style repeaterJohannes Schindelin2014-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | UltraVNC offers an add-on to connect clients and servers via IDs with a so-called repeater (e.g. to bridge firewalled clients and servers): http://www.uvnc.com/products/uvnc-repeater.html This example demonstrates how to use that feature with a LibVNCServer-based server. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* | Ignore more generated filesJohannes Schindelin2014-03-301-0/+5
|/ | | | | | | | | While at it, also ignore the documentation of the RFB protocol best downloaded manually from http://www.realvnc.com/docs/rfbproto.pdf Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* gitignore the compiled gtkvncclientJohannes Schindelin2012-03-291-0/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* .gitignore: zippy has movedJohannes Schindelin2011-08-171-1/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add libvncserver.pc and libvncclient.pc files.Vic Lee2011-03-281-0/+1
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* .gitignore: ignore also temporary editor filesdscho2008-05-311-0/+2
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add a .gitignore filedscho2008-01-291-0/+71
At least one developer (me) uses git to work on local branches, and this file does not hurt. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>