Commit Graph

1304 Commits (22a4657fa014f7f05c51b4f4f72150d14b81032d)
 

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