Commit Graph

1352 Commits (97f442ef2aa65ade6bea11e90054c57b90abbaca)
 

Author SHA1 Message Date
Johannes Schindelin ea0e98428d Add back a working autogen.sh
10 years ago
Nicolas Ruff c18fa98b1f Fix stack-based buffer overflow
10 years ago
dscho 7e9ce73b5d Merge pull request #41 from newsoft/master
10 years ago
newsoft 83bf1f5974 Fix multiple stack-based buffer overflows in file transfer feature
10 years ago
newsoft 8220f4da4c Make sure that no integer overflow could occur during scaling
10 years ago
Christian Beier 9aa9ac59b4 Add libvncclient/h264.c to dist tarball.
10 years ago
Christian Beier eab5866516 Really add empty m4 subdirectory.
10 years ago
Christian Beier a1125ad9a6 Merge pull request #38 from LibVNC/autotools-fix-revisited
10 years ago
Christian Beier 6e39e7c6f8 INSTALL and ltmain.sh need those leading slashes.
10 years ago
Christian Beier 465a5b0bd5 Update noVNC HTML5 client to latest version from https://github.com/kanaka/noVNC.
10 years ago
Brian Bidulock 9994e3aad0 add a few more ignores
10 years ago
Brian Bidulock 883da427a5 removed autogen.sh
10 years ago
Christian Beier b94838a58a Remove autotools-related files that will get installed by autoreconf -i.
10 years ago
Brian Bidulock acf095086d Use an m4 script subdirectory, fix automake init and two macro names.
10 years ago
Brian Bidulock 57b0e4f4fe Rename obsolete INCLUDES to AM_CPPFLAGS
10 years ago
Johannes Schindelin ad7a054e8c Close unclosed comments ;-)
10 years ago
dscho 198c855d2a Merge pull request #36 from danielgindi/master
10 years ago
Daniel Cohen Gindi b288722ea6 A forgotten `#ifdef WIN32` broke UNIX build.
10 years ago
dscho bf87073f7a Merge pull request #33 from danielgindi/master
10 years ago
Daniel Cohen Gindi fd075263f9 Signal is a fundamental UNIX function, and must be omitted for any windows compilation
10 years ago
Daniel Cohen Gindi a7f79b696e These are UNIX headers, and are not available on MSVC
10 years ago
Daniel Cohen Gindi e69e1efd75 Those are generally the windows headers, not just MinGW
10 years ago
Daniel Cohen Gindi 1fc2951f22 On windows, use the Win32 calls for directory enumerations.
10 years ago
Daniel Cohen Gindi 901eba9f46 Generally adjusting headers for compiling on windows without the mixing of Winsock 1 and 2.
10 years ago
Daniel Cohen Gindi 8c58593649 Just use a macro to bridge to the Win32 version of `mkdir`
10 years ago
Daniel Cohen Gindi 741a18446c Use correct `winsock2.h` version header instead of winsock.h.
10 years ago
Daniel Cohen Gindi 026c48e7fc Fixed a violation of the C89 standard ("declarations must come before instructions")
10 years ago
Daniel Cohen Gindi 7f8520d05c A windows version for directory enumerations
10 years ago
Daniel Cohen Gindi 42ff7fb85b MSVC also has the __FUNCTION__ predefined
10 years ago
Daniel Cohen Gindi 51d0db7107 `CreateDirectory` might clash with the `CreateDirectoryA`/`CreateDirectoryW` macros on MSVC
10 years ago
Daniel Cohen Gindi b2b705aa33 Fail when NULL is passed to CreateFileListInfo()
10 years ago
Daniel Cohen Gindi fbf48c65f3 `strings.h` and `resolv.h` are not available on MSVC, and some POSIX functions are renamed or deprecated
10 years ago
Christian Beier fdf5f8876f The HAVE_X11 define is not there anymore, but we don't need it either.
10 years ago
Christian Beier d999a8eae3 Move vncterm to https://github.com/LibVNC/vncterm.
10 years ago
Christian Beier 7960c6871d Move VisualNaCro to https://github.com/LibVNC/VisualNaCro.
10 years ago
Christian Beier 9bf5fe0160 Move prepare_x11vnc_dist.sh over to x11vnc repo.
10 years ago
Christian Beier 0f25ea7324 Remove x11vnc from autotools build system.
10 years ago
Christian Beier 7dfd4f3b04 Remove tightvnc-1.3dev5-vncviewer-alpha-cursor.patch.
10 years ago
Christian Beier 498d222976 Remove x11vnc subdir.
10 years ago
Johannes Schindelin 8d2db0486d Fix tv_usec calculation
10 years ago
Johannes Schindelin 70783a4d60 Merge branch 'msvc'
10 years ago
Daniel Cohen Gindi 54b2400dd7 Use Windows' critical sections to emulate pthread's mutexes
10 years ago
Daniel Cohen Gindi dfdb11144a Perform pointer arithmetic on char * instead of void *
10 years ago
Daniel Cohen Gindi e26aeb4062 MSVC: Use the Unix emulation headers
10 years ago
Daniel Cohen Gindi 366dda9951 Use WIN32 for Windows-specific #ifdef guards
10 years ago
Daniel Cohen Gindi 4c2cfb17f0 Add MSVC compatible unix headers
10 years ago
Daniel Cohen Gindi cd578bf529 MSVC: Use _snprintf instead of snprintf
10 years ago
Daniel Cohen Gindi 8175f428dc Use correct winsock header
10 years ago
Daniel Cohen Gindi 3059282751 Include Winsock2 header before windows.h include
10 years ago
Daniel Cohen Gindi 914460cac5 Remove unused variables
10 years ago