Commit Graph

  • 7e9ce73b5d Merge pull request #41 from newsoft/master dscho 2014-10-07 14:06:32 +0200
  • 83bf1f5974 Fix multiple stack-based buffer overflows in file transfer feature newsoft 2014-10-06 20:14:09 +0200
  • 8220f4da4c Make sure that no integer overflow could occur during scaling newsoft 2014-10-06 20:13:00 +0200
  • 9aa9ac59b4 Add libvncclient/h264.c to dist tarball. Christian Beier 2014-10-06 11:12:56 +0200
  • eab5866516 Really add empty m4 subdirectory. Christian Beier 2014-10-03 12:11:12 +0200
  • a1125ad9a6 Merge pull request #38 from LibVNC/autotools-fix-revisited Christian Beier 2014-10-02 18:43:18 +0200
  • 6e39e7c6f8 INSTALL and ltmain.sh need those leading slashes. Christian Beier 2014-10-02 18:40:54 +0200
  • 465a5b0bd5 Update noVNC HTML5 client to latest version from https://github.com/kanaka/noVNC. Christian Beier 2014-10-02 18:06:18 +0200
  • 9994e3aad0 add a few more ignores Brian Bidulock 2014-09-21 21:28:09 -0600
  • 883da427a5 removed autogen.sh Brian Bidulock 2014-09-21 21:19:12 -0600
  • b94838a58a Remove autotools-related files that will get installed by autoreconf -i. Christian Beier 2014-10-02 17:46:48 +0200
  • acf095086d Use an m4 script subdirectory, fix automake init and two macro names. Brian Bidulock 2014-10-02 17:43:03 +0200
  • 57b0e4f4fe Rename obsolete INCLUDES to AM_CPPFLAGS Brian Bidulock 2014-10-02 17:32:21 +0200
  • ad7a054e8c Close unclosed comments ;-) Johannes Schindelin 2014-09-30 13:50:00 +0200
  • 198c855d2a Merge pull request #36 from danielgindi/master dscho 2014-09-30 13:44:24 +0200
  • b288722ea6 A forgotten `#ifdef WIN32` broke UNIX build. Daniel Cohen Gindi 2014-09-30 14:42:23 +0300
  • bf87073f7a Merge pull request #33 from danielgindi/master dscho 2014-09-30 10:03:57 +0200
  • fd075263f9 Signal is a fundamental UNIX function, and must be omitted for any windows compilation Daniel Cohen Gindi 2014-09-20 17:23:36 +0300
  • a7f79b696e These are UNIX headers, and are not available on MSVC Daniel Cohen Gindi 2014-09-20 17:22:45 +0300
  • e69e1efd75 Those are generally the windows headers, not just MinGW Daniel Cohen Gindi 2014-09-20 17:21:13 +0300
  • 1fc2951f22 On windows, use the Win32 calls for directory enumerations. Daniel Cohen Gindi 2014-09-20 17:20:46 +0300
  • 901eba9f46 Generally adjusting headers for compiling on windows without the mixing of Winsock 1 and 2. Daniel Cohen Gindi 2014-09-20 17:16:52 +0300
  • 8c58593649 Just use a macro to bridge to the Win32 version of `mkdir` Daniel Cohen Gindi 2014-09-20 17:12:40 +0300
  • 741a18446c Use correct `winsock2.h` version header instead of winsock.h. Daniel Cohen Gindi 2014-09-20 17:05:48 +0300
  • 026c48e7fc Fixed a violation of the C89 standard ("declarations must come before instructions") Daniel Cohen Gindi 2014-09-20 16:57:22 +0300
  • 7f8520d05c A windows version for directory enumerations Daniel Cohen Gindi 2014-09-20 16:51:01 +0300
  • 42ff7fb85b MSVC also has the __FUNCTION__ predefined Daniel Cohen Gindi 2014-09-20 16:43:53 +0300
  • 51d0db7107 `CreateDirectory` might clash with the `CreateDirectoryA`/`CreateDirectoryW` macros on MSVC Daniel Cohen Gindi 2014-09-20 16:42:38 +0300
  • b2b705aa33 Fail when NULL is passed to CreateFileListInfo() Daniel Cohen Gindi 2014-09-20 16:40:52 +0300
  • fbf48c65f3 `strings.h` and `resolv.h` are not available on MSVC, and some POSIX functions are renamed or deprecated Daniel Cohen Gindi 2014-09-20 16:39:16 +0300
  • fdf5f8876f The HAVE_X11 define is not there anymore, but we don't need it either. Christian Beier 2014-09-09 15:40:04 +0200
  • d999a8eae3 Move vncterm to https://github.com/LibVNC/vncterm. Christian Beier 2014-09-09 11:23:41 +0200
  • 7960c6871d Move VisualNaCro to https://github.com/LibVNC/VisualNaCro. Christian Beier 2014-09-09 11:06:22 +0200
  • 9bf5fe0160 Move prepare_x11vnc_dist.sh over to x11vnc repo. Christian Beier 2014-09-09 10:56:38 +0200
  • 0f25ea7324 Remove x11vnc from autotools build system. Christian Beier 2014-09-03 21:09:53 +0200
  • 7dfd4f3b04 Remove tightvnc-1.3dev5-vncviewer-alpha-cursor.patch. Christian Beier 2014-09-03 21:09:27 +0200
  • 498d222976 Remove x11vnc subdir. Christian Beier 2014-09-03 20:54:39 +0200
  • 8d2db0486d Fix tv_usec calculation Johannes Schindelin 2014-09-02 16:49:04 +0200
  • 70783a4d60 Merge branch 'msvc' Johannes Schindelin 2014-09-02 16:52:09 +0200
  • 54b2400dd7 Use Windows' critical sections to emulate pthread's mutexes Daniel Cohen Gindi 2014-08-29 11:00:26 +0300
  • dfdb11144a Perform pointer arithmetic on char * instead of void * Daniel Cohen Gindi 2014-08-29 11:00:16 +0300
  • e26aeb4062 MSVC: Use the Unix emulation headers Daniel Cohen Gindi 2014-08-29 10:59:56 +0300
  • 366dda9951 Use WIN32 for Windows-specific #ifdef guards Daniel Cohen Gindi 2014-08-29 10:59:56 +0300
  • 4c2cfb17f0 Add MSVC compatible unix headers Daniel Cohen Gindi 2014-08-29 11:00:07 +0300
  • cd578bf529 MSVC: Use _snprintf instead of snprintf Daniel Cohen Gindi 2014-09-01 11:39:56 +0300
  • 8175f428dc Use correct winsock header Daniel Cohen Gindi 2014-09-01 01:28:12 +0300
  • 3059282751 Include Winsock2 header before windows.h include Daniel Cohen Gindi 2014-08-29 10:57:53 +0300
  • 914460cac5 Remove unused variables Daniel Cohen Gindi 2014-09-01 01:26:09 +0300
  • 50dbe1df75 Merge pull request #21 from newsoft/master dscho 2014-08-26 16:43:44 +0200
  • 05a9bd41a8 Do not accept a scaling factor of zero on PalmVNCSetScaleFactor and SetScale client->server messages. This would cause a division by zero and crash the server. Nicolas Ruff 2014-08-18 15:22:48 +0200
  • 6037a9074d Check malloc() return value on client->server ClientCutText message. Client can send up to 2**32-1 bytes of text, and such a large allocation is likely to fail in case of high memory pressure. This would in a server crash (write at address 0). Nicolas Ruff 2014-08-18 15:16:16 +0200
  • 7c9ef6372d Merge pull request #16 from sandsmark/master dscho 2014-08-16 16:20:55 +0200
  • 4276864096 Merge pull request #17 from dktrkranz/master Luca Falavigna 2014-08-16 10:04:31 +0000
  • cdd8675fd9 Fix whitespace Johannes Schindelin 2014-08-16 15:58:08 +0200
  • 0c08b5db65 Enable support for ppc64el architecture Luca Falavigna 2014-08-10 15:07:18 +0200
  • ce8e04a761 Use Libs.private to avoid unnecessary linkage Luca Falavigna 2014-08-10 15:04:55 +0200
  • 27b0c0deb7 Fix indentation Johannes Schindelin 2014-08-16 10:48:03 +0200
  • ba710eb145 Merge pull request #20 from newsoft/master dscho 2014-08-16 10:46:36 +0200
  • 85a778c0e4 Check for MallocFrameBuffer() return value newsoft 2014-08-15 16:41:58 +0200
  • 045a044e8a Fix integer overflow in MallocFrameBuffer() newsoft 2014-08-15 16:31:13 +0200
  • 012594b970 allow rfbInitSockets with non-ready states. Amandeep Singh 2013-09-28 17:58:13 +0530
  • afd1d329ed Fix crash in krfb Amandeep Singh 2013-10-09 04:12:08 +0530
  • dca1048239 x11vnc: fix double X_UNLOCK on xrandr events Will Thompson 2014-07-10 14:34:37 +0100
  • 9453be4201 Merge pull request #13 from wjt/fix-double-X_UNLOCK-on-xrandr-event dscho 2014-07-18 07:57:20 -0500
  • c4dff87c8f x11vnc: fix double X_UNLOCK on xrandr events Will Thompson 2014-07-10 14:34:37 +0100
  • 3238443dc1 Update LZO to version 2.07 Johannes Schindelin 2014-06-27 14:27:34 -0500
  • d1a3eb9db5 Merge pull request #7 from waldheinz/init-sfae-padding dscho 2014-06-23 13:12:59 -0500
  • da7cf4fe2a Merge pull request #6 from waldheinz/cmake-cleanup dscho 2014-06-23 13:11:56 -0500
  • b6b8889306 Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg. Matthias Treydte 2014-06-23 18:35:45 +0200
  • 57fcf68844 Use CMAKE_CURRENT_*_DIR instead of CMAKE_*_DIR. Matthias Treydte 2014-06-23 14:24:46 +0200
  • 8c21b31cef Merge pull request #4 from dextero/master dscho 2014-05-14 12:52:58 -0500
  • f2d516866c x11vnc: adjust blackout region coordinates to the clipping region dextero 2014-05-13 19:09:35 +0200
  • 646f844f69 Merge branch 'repeater' Johannes Schindelin 2014-04-05 18:38:35 -0500
  • a705cd625c libvncclient: If we have TLS support, enable VeNCrypt by default Johannes Schindelin 2014-04-05 16:36:02 -0500
  • 0e19b7c509 Ignore the 'mac' example, too Johannes Schindelin 2014-04-05 16:41:57 -0500
  • 8d558daf05 Ignore the vencrypt document Johannes Schindelin 2014-04-05 16:24:21 -0500
  • 186da4f10e Ignore rfbproto.rst Johannes Schindelin 2014-04-05 09:52:24 -0500
  • 71d0f9b06f Repeater example: show how to shut down cleanly Johannes Schindelin 2014-03-29 15:03:12 -0500
  • c0e012e4d2 Add an example how to connect to an UltraVNC-style repeater Johannes Schindelin 2014-03-29 14:53:24 -0500
  • 817f6e658d Update sourceforge links to point to github. Christian Beier 2014-04-05 08:51:13 +0200
  • 3351ba69a4 Fix tyop Johannes Schindelin 2014-03-31 14:33:41 -0500
  • 79e68d0650 Ignore more generated files Johannes Schindelin 2014-03-30 13:23:56 -0500
  • f2a93afb46 Address #12 ClientData does not get freed Robbert Klarenbeek 2014-03-30 13:14:18 -0500
  • bd811bdee9 After free()ing clientData, set it to NULL Johannes Schindelin 2014-03-30 13:11:18 -0500
  • 7b9fc019de Set opcode correctly for binary frames. Joel Martin 2013-02-27 09:58:39 -0600
  • 0de0fa498d Remove unneeded #ifdefs. Christian Beier 2013-01-25 21:11:21 +0100
  • 38c181a2d5 Fix ABI compatibility issue. Christian Beier 2013-01-25 21:11:01 +0100
  • d891478ec9 LibVNCClient: Add H.264 encoding for framebuffer updates David Verbeiren 2013-01-09 13:04:08 +0100
  • 98d49517ed gtkvncviewer enhancements David Verbeiren 2013-01-08 17:25:31 +0100
  • 55bdab0257 Add Raphael to AUTHORS. Christian Beier 2012-09-14 18:58:18 +0200
  • ec3fff609c Include strings.h for strncasecmp(3) Raphael Kubo da Costa 2012-09-11 22:50:19 +0300
  • 8f544bd276 Work around a gcc bug with anonymous structs and unions. Raphael Kubo da Costa 2012-09-11 22:50:18 +0300
  • a63312c6fb Include stdio.h for snprintf(3) Raphael Kubo da Costa 2012-09-11 22:50:17 +0300
  • 252f5d9c7c Add the required headers for read(2) Raphael Kubo da Costa 2012-09-11 22:50:16 +0300
  • 95dd76327b Use htobeNN(3) to convert numbers in websocket.c. Raphael Kubo da Costa 2012-09-11 22:50:15 +0300
  • 2d18f3cdcf Do not hardcode the need for libresolv. Raphael Kubo da Costa 2012-09-11 22:50:14 +0300
  • 4c148e5f74 Tune the definitions needed when building with -ansi. Raphael Kubo da Costa 2012-09-11 22:50:13 +0300
  • 8f1ef3d66c Add some missing feature macro definitions. Raphael Kubo da Costa 2012-09-11 22:50:12 +0300
  • 3cbef1a976 Use C-style comments in rfbconfig.h.cmake and C source code. Raphael Kubo da Costa 2012-09-11 22:50:11 +0300
  • 88e6043585 Correctly include rfbconfig.h. Raphael Kubo da Costa 2012-09-11 22:50:10 +0300