Commit Graph

1281 Commits (e69e1efd753eabbffcc0ff6655022fea1f5989fa)
 

Author SHA1 Message Date
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
dscho 50dbe1df75 Merge pull request #21 from newsoft/master
10 years ago
Nicolas Ruff 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.
10 years ago
Nicolas Ruff 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).
10 years ago
dscho 7c9ef6372d Merge pull request #16 from sandsmark/master
10 years ago
Luca Falavigna 4276864096 Merge pull request #17 from dktrkranz/master
10 years ago
Johannes Schindelin cdd8675fd9 Fix whitespace
10 years ago
Luca Falavigna 0c08b5db65 Enable support for ppc64el architecture
10 years ago
Luca Falavigna ce8e04a761 Use Libs.private to avoid unnecessary linkage
10 years ago
Johannes Schindelin 27b0c0deb7 Fix indentation
10 years ago
dscho ba710eb145 Merge pull request #20 from newsoft/master
10 years ago
newsoft 85a778c0e4 Check for MallocFrameBuffer() return value
10 years ago
newsoft 045a044e8a Fix integer overflow in MallocFrameBuffer()
10 years ago
Amandeep Singh 012594b970 allow rfbInitSockets with non-ready states.
10 years ago
Amandeep Singh afd1d329ed Fix crash in krfb
10 years ago
Will Thompson dca1048239 x11vnc: fix double X_UNLOCK on xrandr events
10 years ago
dscho 9453be4201 Merge pull request #13 from wjt/fix-double-X_UNLOCK-on-xrandr-event
10 years ago
Will Thompson c4dff87c8f x11vnc: fix double X_UNLOCK on xrandr events
10 years ago
Johannes Schindelin 3238443dc1 Update LZO to version 2.07
10 years ago
dscho d1a3eb9db5 Merge pull request #7 from waldheinz/init-sfae-padding
10 years ago
dscho da7cf4fe2a Merge pull request #6 from waldheinz/cmake-cleanup
10 years ago
Matthias Treydte b6b8889306 Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg.
10 years ago