Commit Graph

  • f3cc7481a5
    initial commit Tru Huynh 2018-02-23 22:14:31 +0100
  • b20f53f52f
    initial commit Tru Huynh 2018-02-23 22:12:59 +0100
  • 30304255ea remove *very* old support code for mouse wheels walker0643 2018-02-23 15:42:09 -0500
  • a71779647d remove high-level k/m hooks and temporarily remove immune keys implementation in synwinhk walker0643 2018-02-23 15:06:27 -0500
  • 0db8386614
    Merge 49d2835f89 into 4571f4cc6e Tru Huynh 2018-02-23 19:37:43 +0000
  • 49d2835f89
    adding some buildrequires for Centos-{6,7} Tru Huynh 2018-02-23 20:37:00 +0100
  • 4571f4cc6e remove annoying LOG statement; add a small bit of debugging info walker0643 2018-02-23 14:02:38 -0500
  • 2cb41e3c90 Change version to use default short git rev length, defined by core.abbrev in git-config, which is 7. Cpuroast 2018-02-16 15:59:55 -0500
  • 07dad10251 moved SSL configuration on OSX from Library/Barrier to Library/Application Support/Barrier as per the App Programming Guide. fixes #5 walker0643 2018-02-16 12:29:47 -0500
  • 28cb82bcb0 normalize osx script names walker0643 2018-02-16 12:12:21 -0500
  • cebe7873a4 Merge branch 'master' of github.com:debauchee/barrier walker0643 2018-02-16 11:55:41 -0500
  • 3b20310deb update macos bundle icon walker0643 2018-02-16 11:55:16 -0500
  • a93338e90f
    src: IPv6 support for Windows and Linux William L. Thomson Jr 2017-10-20 18:04:52 -0400
  • f5b5258f4a revert some of the "deprecated" fixes so that older OSX versions are still supported. my thanks to Cpuroast for additional macos testing. walker0643 2018-02-15 01:17:18 -0500
  • a8d0dfdacc recursive re-referencing of binaries, and add cocoa qt platform plugin walker0643 2018-02-14 14:41:59 -0500
  • 71a20eedec automate building mac installer walker0643 2018-02-13 22:11:56 -0500
  • 8073db2247 silence a couple more compiler warnings on osx walker0643 2018-02-13 17:43:39 -0500
  • 6cf4f14dec fix some compiler warnings walker0643 2018-02-13 15:14:26 -0500
  • f07070f7f9 fix OSX build walker0643 2018-02-13 14:49:39 -0500
  • 5bd7e6bfe8 add inno installer scripts walker0643 2018-02-10 16:46:50 -0500
  • f30fe8775c configure qt version automatically in installer script walker0643 2018-02-10 13:44:33 -0500
  • 3023f9b469 remove redistributable magic (that doesn't work) from installer and re-add qwindows.dll walker0643 2018-02-09 20:51:57 -0500
  • 2ffd92accc rename scripts walker0643 2018-02-07 16:33:48 -0500
  • 649b43c3cc
    fix names in readme walker0643 2018-02-07 13:20:08 -0500
  • 426e81fa71
    Update README.md Nick Bolton 2018-02-07 15:53:00 +0000
  • d5544dc6d1 fix installer build. at this point the process is not at all robust..it mainly just works for me. walker0643 2018-02-06 20:08:37 -0500
  • 541fb2afc5 fix quotations in for platform build walker0643 2018-02-06 17:26:23 -0500
  • e93b203b87 rmdir doesn't set errorlevel but mkdir does and can be used to check for errors up to that point...to a point walker0643 2018-02-06 17:13:35 -0500
  • 6cb65ebf05 fix PNG warning walker0643 2018-02-03 17:01:30 -0500
  • df129f139b add ImmuneKeysReader.h/cpp to windows builds walker0643 2018-02-03 16:47:36 -0500
  • faec8a2f84 implement "Immune Keys" which are keys that are ignored by server-to-client key-forwarding. this feature is only implemented for servers running on windows machines. walker0643 2018-02-03 16:32:41 -0500
  • b64512d65f update artwork walker0643 2018-02-02 19:12:14 -0500
  • 1effd7bc0b Merge branch 'master' of github.com:debauchee/barrier walker0643 2018-02-01 18:42:41 -0500
  • 531ced363c clean_build: try cmake3 before cmake walker0643 2018-02-01 18:42:21 -0500
  • edfc7e9bbc add description to XWindows error handler message walker0643 2018-02-01 18:21:47 -0500
  • dea4359cce Merge branch 'master' of github.com:debauchee/barrier walker0643 2018-02-01 17:13:57 -0500
  • b3298ad799 fix race condition walker0643 2018-02-01 16:37:25 -0500
  • eb025871c4 add CLOG_DEBUG for opening/closing TCPSocket objects and fix assert() crash walker0643 2018-02-01 11:18:13 -0500
  • 830f6acbef fix windows build and refactor last addition to EventQueue walker0643 2018-02-01 10:10:46 -0500
  • d9530bf7aa use a relatively small hack to keep barriers/barrierc from crashing on unixes when they are killed from the GUI with QProcess's close(). the stdin stream is going completely unused (though the stdout stream is not) so use stdin to send a shutdown command. this solution avoids all the nastiness and overhead of using shared memory, mutexes, condvars, etc. just to communicate "stop" from one process to another walker0643 2018-01-31 20:20:06 -0500
  • d8237238b4 rearrange CMakeLists.txt in gui walker0643 2018-01-31 10:04:07 -0500
  • b77eec1f17 fix some compiler warnings walker0643 2018-01-31 10:03:34 -0500
  • 9240cc12df implemented minize to tray walker0643 2018-01-30 17:32:00 -0500
  • ccb02372bf fix autohide on windows and correct a typo in settings ui walker0643 2018-01-30 16:55:34 -0500
  • cda6933f10 changed SettingsDialog layout to group options more reasonably added checkbox for minimizing to tray don't hide "hide on startup" on windows walker0643 2018-01-30 16:41:16 -0500
  • c68d355ce5 when running barriers/barrierc inside a windows debugger, add a pause before exiting so the output in the terminal window can be read walker0643 2018-01-30 14:23:11 -0500
  • 8bdd530d7d fix running daemon in foreground for debugging walker0643 2018-01-30 14:18:14 -0500
  • 5af4b13611 double-clicking tray icon should work on windows as well. also labeled the tray icon with a tooltip. walker0643 2018-01-30 11:54:49 -0500
  • 0f2063b67f fix organization fields in QCoreApplication walker0643 2018-01-29 22:52:15 -0500
  • ecf4ebf50e disable check for updated version since it was causing an access violation on close and since there is nothing to check it against anyway. will reimplement check for updated version in the future. walker0643 2018-01-29 22:49:50 -0500
  • 31a64731c1 mute the IPC debug messages on stdout walker0643 2018-01-29 18:53:46 -0500
  • dbfb04a6ec pass QS_POSTMESSAGE to GetQueueStatus() instead of QS_ALLINPUT. QS_ALLINPUT is a meta-flag that includes QS_POINTER and QS_TOUCH, both of which can cause GetQueueStatus() to return 0 even when there are pending messages. walker0643 2018-01-29 18:12:50 -0500
  • ce8c65f8f9 move deletion of accepted client socket pointers to ClientListener where it belongs. previously SecureListenSocket would delete the client socket but TCPListenSocket would not. PacketStreamFilter would then attempt to delete the socket regardless of what type it was. this would cause an access violation when SecureListenSocket attempted to delete the socket again. walker0643 2018-01-29 12:57:17 -0500
  • 8fb904285b forgot to clear savedir walker0643 2018-01-29 12:49:10 -0500
  • 33b81742b5 fix execute bit on a lot of files walker0643 2018-01-28 17:34:15 -0500
  • da37ccdf87 add clean_build_windows.bat to help with win64 builds walker0643 2018-01-28 17:32:11 -0500
  • 5a0465eb36 change openssl path relative to binary walker0643 2018-01-28 16:56:16 -0500
  • 0bb94da72d replace unknown type to fix windows build walker0643 2018-01-28 16:19:27 -0500
  • 0929086428 fix SSL fingerprint text and about box copyright text walker0643 2018-01-27 20:50:30 -0500
  • 99b16334b5 remove activation, serial, trial garbage. shame on you all! walker0643 2018-01-27 20:21:44 -0500
  • 2169eb679b fix CosmoSynergy walker0643 2018-01-27 19:15:03 -0500
  • f12bfdfedc rebranding symless/synergy to debauchee/barrier walker0643 2018-01-27 16:48:17 -0500
  • 5a1c217b54
    Update ISSUE_TEMPLATE.md walker0643 2018-01-25 18:43:52 -0500
  • 49b607a729
    Update ISSUE_TEMPLATE.md walker0643 2018-01-25 18:43:30 -0500
  • ff0525254d
    Update ISSUE_TEMPLATE.md walker0643 2018-01-25 18:42:32 -0500
  • 3b19884fd4
    Update README.md walker0643 2018-01-25 18:30:26 -0500
  • bbfcc5cbb3
    Update README.md walker0643 2018-01-25 18:18:44 -0500
  • 3d245c7255
    Create README.md walker0643 2018-01-25 17:05:55 -0500
  • 3d440547ee
    synergy.conf.example: clarify comments Waldir Pimenta 2018-01-23 14:26:30 +0000
  • 35602ed6bf #6234 Change protocol error message v2.0.4-beta Andrew Nelless 2017-12-20 13:15:38 +0000
  • 703097c19b Remove synwinhk DLL Andrew Nelless 2017-12-13 18:28:36 +0000
  • a48ff8bcb5 Merge branch 'mac-input-detection' Xinyu Hou 2017-12-13 12:26:11 -0500
  • 6368207dec Release quartz event tap in screen Dtor Xinyu Hou 2017-12-13 11:47:26 -0500
  • 0e11b8777f Remove scary memcpy hack Andrew Nelless 2017-12-13 16:18:22 +0000
  • 1fb01f6833 Remove Windows 2000 only mouse wheel support Andrew Nelless 2017-12-13 15:37:04 +0000
  • d770160e00 Add log for releasing quartz event tap Xinyu Hou 2017-12-13 10:59:41 -0500
  • 2d56cc1c92 Remove NT 3.51 and Win9x mouse wheel support... Andrew Nelless 2017-12-13 15:27:48 +0000
  • db1770df39 Remove support for "high-level" mouse and keyboard hooks Andrew Nelless 2017-12-13 15:03:47 +0000
  • adcb1b9b1f Log for creating quartz event tap Xinyu Hou 2017-12-13 10:13:39 -0500
  • 4dc9f893c3 Quit when failed to create quartz event tap Xinyu Hou 2017-12-13 09:42:41 -0500
  • d5872caa7e Merge branch 'mac-bundle' Xinyu Hou 2017-12-12 11:42:48 -0500
  • 5ff0637a82 Remove IPC Andrew Nelless 2017-12-11 19:18:15 +0000
  • 9da6974ada Install synergy core into resource folder on Mac Xinyu Hou 2017-12-11 10:28:54 -0500
  • 607201d586
    #6211 Abort if the carbon loop doesn't become ready within timeout v2.0.3-beta Andrew Nelless 2017-12-05 15:44:10 +0000
  • eb8416b27f Fix Mac debug build Xinyu Hou 2017-12-04 10:48:34 -0500
  • 3e7d9fca40 Fix unused variables Jerry (Xinyu Hou) 2017-11-27 14:20:31 +0000
  • af5c3c2917 #define build number as string Andrew Nelless 2017-11-27 01:18:42 +0000
  • 4fc45c2e56
    Attempt to fix Windows KeyState test build Andrew Nelless 2017-11-26 22:40:47 +0000
  • 71ed35681e
    Fix log outputter build on Windows Andrew Nelless 2017-11-26 22:11:41 +0000
  • e21c41ba99 Remove last remnants of TLS Andrew Nelless 2017-11-26 21:44:26 +0000
  • f51ec97b3b
    Update Qt version Andrew Nelless 2017-11-26 20:09:57 +0000
  • 75b2cd0b41 Apply clang-tidy fixes Andrew Nelless 2017-11-26 16:42:00 +0000
  • 5fbada9424 Add support for clang-tidy checks Andrew Nelless 2017-11-26 16:36:47 +0000
  • 4b3adfce94 Remove legacy TLS support and fix tests Andrew Nelless 2017-11-26 14:58:00 +0000
  • 764a6d3803
    Create README.md Andrew Nelless 2017-11-26 14:15:32 +0000
  • 2600cb303d
    Bump Qt 5 version Andrew Nelless 2017-11-16 00:27:35 +0000
  • 0bd448d5ca Reduce clipboard chunk size to 32KiB v2.0.0-stable Andrew Nelless 2017-10-31 13:27:14 +0000
  • 8d440e68ec Update send log link Jerry (Xinyu Hou) 2017-10-11 12:29:54 +0100
  • 36f4003688 Merge branch 'master' of github.com:symless/synergy-core Nick Bolton 2017-10-04 10:33:27 +0100
  • 39fe216b8c #6151 Remove synergy2 Linux shortcut Nick Bolton 2017-10-04 10:33:05 +0100