summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog for 0.9.10.LibVNCServer-0.9.10Christian Beier2014-10-211-0/+839
* Update NEWS.Christian Beier2014-10-211-0/+1
* Update comments regarding rfbClientConnectionGone().Christian Beier2014-10-211-2/+3
* Fix Use-After-Free vulnerability in LibVNCServer wrt scaling.Christian Beier2014-10-211-2/+0
* Merge pull request #43 from maksqwe/fix_rfbSelectBoxdscho2014-10-141-1/+1
|\
| * Fix selData.buttonWidth calculationMaks Naumov2014-10-141-1/+1
|/
* Fix possible libvncclient ServerInit memory corruption.Christian Beier2014-10-101-1/+2
* Fix potential memory corruption in libvncclient.Christian Beier2014-10-101-0/+7
* Update NEWS for 0.9.10.Christian Beier2014-10-091-0/+23
* Update AUTHORS.Christian Beier2014-10-091-1/+3
* Merge pull request #42 from LibVNC/autotools-fix-revisiteddscho2014-10-074-0/+1114
|\
| * Ship the required macros in the m4/ directory.Christian Beier2014-10-074-0/+1114
* | Add back a working autogen.shJohannes Schindelin2014-10-071-0/+4
* | Fix stack-based buffer overflowNicolas Ruff2014-10-071-1/+2
* | Merge pull request #41 from newsoft/masterdscho2014-10-072-9/+52
|\ \
| * | Fix multiple stack-based buffer overflows in file transfer featurenewsoft2014-10-061-8/+30
| * | Make sure that no integer overflow could occur during scalingnewsoft2014-10-061-1/+22
|/ /
* | Add libvncclient/h264.c to dist tarball.Christian Beier2014-10-061-1/+1
* | Really add empty m4 subdirectory.Christian Beier2014-10-031-0/+1
* | Merge pull request #38 from LibVNC/autotools-fix-revisitedChristian Beier2014-10-0213-14227/+15
|\ \ | |/
| * INSTALL and ltmain.sh need those leading slashes.Christian Beier2014-10-021-2/+2
| * add a few more ignoresBrian Bidulock2014-10-021-0/+3
| * removed autogen.shBrian Bidulock2014-10-021-57/+0
| * Remove autotools-related files that will get installed by autoreconf -i.Christian Beier2014-10-023-14161/+0
| * Use an m4 script subdirectory, fix automake init and two macro names.Brian Bidulock2014-10-022-3/+6
| * Rename obsolete INCLUDES to AM_CPPFLAGSBrian Bidulock2014-10-026-6/+6
* | Update noVNC HTML5 client to latest version from https://github.com/kanaka/no...Christian Beier2014-10-0230-5951/+6797
* | Close unclosed comments ;-)Johannes Schindelin2014-09-301-2/+2
* | Merge pull request #36 from danielgindi/masterdscho2014-09-301-0/+2
|\ \
| * | A forgotten `#ifdef WIN32` broke UNIX build.Daniel Cohen Gindi2014-09-301-0/+2
|/ /
* | Merge pull request #33 from danielgindi/masterdscho2014-09-3014-30/+327
|\ \ | |/ |/|
| * Signal is a fundamental UNIX function, and must be omitted for any windows co...Daniel Cohen Gindi2014-09-201-1/+1
| * These are UNIX headers, and are not available on MSVCDaniel Cohen Gindi2014-09-201-0/+5
| * Those are generally the windows headers, not just MinGWDaniel Cohen Gindi2014-09-201-2/+2
| * On windows, use the Win32 calls for directory enumerations.Daniel Cohen Gindi2014-09-201-3/+78
| * Generally adjusting headers for compiling on windows without the mixing of Wi...Daniel Cohen Gindi2014-09-204-1/+19
| * Just use a macro to bridge to the Win32 version of `mkdir`Daniel Cohen Gindi2014-09-201-5/+6
| * Use correct `winsock2.h` version header instead of winsock.h.Daniel Cohen Gindi2014-09-201-2/+4
| * Fixed a violation of the C89 standard ("declarations must come before instruc...Daniel Cohen Gindi2014-09-203-10/+16
| * A windows version for directory enumerationsDaniel Cohen Gindi2014-09-201-0/+147
| * MSVC also has the __FUNCTION__ predefinedDaniel Cohen Gindi2014-09-201-1/+1
| * `CreateDirectory` might clash with the `CreateDirectoryA`/`CreateDirectoryW` ...Daniel Cohen Gindi2014-09-202-1/+13
| * Fail when NULL is passed to CreateFileListInfo()Daniel Cohen Gindi2014-09-201-2/+6
| * `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-206-2/+29
|/
* The HAVE_X11 define is not there anymore, but we don't need it either.Christian Beier2014-09-091-5/+1
* Move vncterm to https://github.com/LibVNC/vncterm.Christian Beier2014-09-0912-1296/+2
* Move VisualNaCro to https://github.com/LibVNC/VisualNaCro.Christian Beier2014-09-0912-1942/+0
* Move prepare_x11vnc_dist.sh over to x11vnc repo.Christian Beier2014-09-091-140/+0
* Remove x11vnc from autotools build system.factor-out-x11vncChristian Beier2014-09-032-433/+2
* Remove tightvnc-1.3dev5-vncviewer-alpha-cursor.patch.Christian Beier2014-09-031-143/+0
OpenPOWER on IntegriCloud