Commit Graph

  • 649b43c3cc fix names in readme walker0643andGitHub 2018-02-07 13:20:08 -05:00
  • 426e81fa71 Update README.md Nick BoltonandGitHub 2018-02-07 15:53:00 +00:00
  • d5544dc6d1 fix installer build. at this point the process is not at all robust..it mainly just works for me. walker0643andwalker0643 2018-02-06 20:08:37 -05:00
  • 541fb2afc5 fix quotations in for platform build walker0643andwalker0643 2018-02-06 17:26:23 -05:00
  • e93b203b87 rmdir doesn't set errorlevel but mkdir does and can be used to check for errors up to that point...to a point walker0643andwalker0643 2018-02-06 17:13:35 -05:00
  • 6cb65ebf05 fix PNG warning walker0643andwalker0643 2018-02-03 17:01:30 -05:00
  • df129f139b add ImmuneKeysReader.h/cpp to windows builds walker0643andwalker0643 2018-02-03 16:47:36 -05:00
  • 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. walker0643andwalker0643 2018-02-03 16:32:41 -05:00
  • b64512d65f update artwork walker0643andwalker0643 2018-02-02 19:12:14 -05:00
  • 1effd7bc0b Merge branch 'master' of github.com:debauchee/barrier walker0643andwalker0643 2018-02-01 18:42:41 -05:00
  • 531ced363c clean_build: try cmake3 before cmake walker0643andwalker0643 2018-02-01 18:42:21 -05:00
  • edfc7e9bbc add description to XWindows error handler message walker0643andwalker0643 2018-02-01 18:21:47 -05:00
  • dea4359cce Merge branch 'master' of github.com:debauchee/barrier walker0643andwalker0643 2018-02-01 17:13:57 -05:00
  • b3298ad799 fix race condition walker0643andwalker0643 2018-02-01 16:37:25 -05:00
  • eb025871c4 add CLOG_DEBUG for opening/closing TCPSocket objects and fix assert() crash walker0643andwalker0643 2018-02-01 11:18:13 -05:00
  • 830f6acbef fix windows build and refactor last addition to EventQueue walker0643andwalker0643 2018-02-01 10:10:46 -05:00
  • 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 walker0643andwalker0643 2018-01-31 20:20:06 -05:00
  • d8237238b4 rearrange CMakeLists.txt in gui walker0643andwalker0643 2018-01-31 10:04:07 -05:00
  • b77eec1f17 fix some compiler warnings walker0643andwalker0643 2018-01-31 10:03:34 -05:00
  • 9240cc12df implemented minize to tray walker0643andwalker0643 2018-01-30 17:32:00 -05:00
  • ccb02372bf fix autohide on windows and correct a typo in settings ui walker0643andwalker0643 2018-01-30 16:55:34 -05:00
  • cda6933f10 changed SettingsDialog layout to group options more reasonably added checkbox for minimizing to tray don't hide "hide on startup" on windows walker0643andwalker0643 2018-01-30 16:41:16 -05:00
  • c68d355ce5 when running barriers/barrierc inside a windows debugger, add a pause before exiting so the output in the terminal window can be read walker0643andwalker0643 2018-01-30 14:23:11 -05:00
  • 8bdd530d7d fix running daemon in foreground for debugging walker0643andwalker0643 2018-01-30 14:18:14 -05:00
  • 5af4b13611 double-clicking tray icon should work on windows as well. also labeled the tray icon with a tooltip. walker0643andwalker0643 2018-01-30 11:54:49 -05:00
  • 0f2063b67f fix organization fields in QCoreApplication walker0643andwalker0643 2018-01-29 22:52:15 -05:00
  • 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. walker0643andwalker0643 2018-01-29 22:49:50 -05:00
  • 31a64731c1 mute the IPC debug messages on stdout walker0643andwalker0643 2018-01-29 18:53:46 -05:00
  • 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. walker0643andwalker0643 2018-01-29 18:12:50 -05:00
  • 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. walker0643andwalker0643 2018-01-29 12:57:17 -05:00
  • 8fb904285b forgot to clear savedir walker0643andwalker0643 2018-01-29 12:49:10 -05:00
  • 33b81742b5 fix execute bit on a lot of files walker0643andwalker0643 2018-01-28 17:34:15 -05:00
  • da37ccdf87 add clean_build_windows.bat to help with win64 builds walker0643andwalker0643 2018-01-28 17:32:11 -05:00
  • 5a0465eb36 change openssl path relative to binary walker0643andwalker0643 2018-01-28 16:56:16 -05:00
  • 0bb94da72d replace unknown type to fix windows build walker0643andwalker0643 2018-01-28 16:19:27 -05:00
  • 0929086428 fix SSL fingerprint text and about box copyright text walker0643andwalker0643 2018-01-27 20:50:30 -05:00
  • 99b16334b5 remove activation, serial, trial garbage. shame on you all! walker0643andwalker0643 2018-01-27 20:21:44 -05:00
  • 2169eb679b fix CosmoSynergy walker0643andwalker0643 2018-01-27 19:15:03 -05:00
  • f12bfdfedc rebranding symless/synergy to debauchee/barrier walker0643andwalker0643 2018-01-27 16:48:17 -05:00
  • 5a1c217b54 Update ISSUE_TEMPLATE.md walker0643andGitHub 2018-01-25 18:43:52 -05:00
  • 49b607a729 Update ISSUE_TEMPLATE.md walker0643andGitHub 2018-01-25 18:43:30 -05:00
  • ff0525254d Update ISSUE_TEMPLATE.md walker0643andGitHub 2018-01-25 18:42:32 -05:00
  • 3b19884fd4 Update README.md walker0643andGitHub 2018-01-25 18:30:26 -05:00
  • bbfcc5cbb3 Update README.md walker0643andGitHub 2018-01-25 18:18:44 -05:00
  • 3d245c7255 Create README.md walker0643andGitHub 2018-01-25 17:05:55 -05:00
  • 3d440547ee synergy.conf.example: clarify comments Waldir PimentaandGitHub 2018-01-23 14:26:30 +00:00
  • 35602ed6bf #6234 Change protocol error message v2.0.4-beta Andrew NellessandAndrew Nelless 2017-12-20 13:15:38 +00:00
  • 703097c19b Remove synwinhk DLL Andrew Nelless 2017-12-13 18:28:36 +00:00
  • a48ff8bcb5 Merge branch 'mac-input-detection' Xinyu Hou 2017-12-13 12:26:11 -05:00
  • 6368207dec Release quartz event tap in screen Dtor Xinyu Hou 2017-12-13 11:47:26 -05:00
  • 0e11b8777f Remove scary memcpy hack Andrew Nelless 2017-12-13 16:18:22 +00:00
  • 1fb01f6833 Remove Windows 2000 only mouse wheel support Andrew Nelless 2017-12-13 15:37:04 +00:00
  • d770160e00 Add log for releasing quartz event tap Xinyu Hou 2017-12-13 10:59:41 -05:00
  • 2d56cc1c92 Remove NT 3.51 and Win9x mouse wheel support... Andrew Nelless 2017-12-13 15:27:48 +00:00
  • db1770df39 Remove support for "high-level" mouse and keyboard hooks Andrew Nelless 2017-12-13 15:03:47 +00:00
  • adcb1b9b1f Log for creating quartz event tap Xinyu Hou 2017-12-13 10:13:39 -05:00
  • 4dc9f893c3 Quit when failed to create quartz event tap Xinyu Hou 2017-12-13 09:42:41 -05:00
  • d5872caa7e Merge branch 'mac-bundle' Xinyu Hou 2017-12-12 11:42:48 -05:00
  • 5ff0637a82 Remove IPC Andrew Nelless 2017-12-11 19:18:15 +00:00
  • 9da6974ada Install synergy core into resource folder on Mac Xinyu Hou 2017-12-11 10:28:54 -05:00
  • 607201d586 #6211 Abort if the carbon loop doesn't become ready within timeout v2.0.3-beta Andrew NellessandGitHub 2017-12-05 15:44:10 +00:00
  • eb8416b27f Fix Mac debug build Xinyu Hou 2017-12-04 10:48:34 -05:00
  • 3e7d9fca40 Fix unused variables Jerry (Xinyu Hou) 2017-11-27 14:20:31 +00:00
  • af5c3c2917 #define build number as string Andrew Nelless 2017-11-27 01:18:42 +00:00
  • 4fc45c2e56 Attempt to fix Windows KeyState test build Andrew NellessandGitHub 2017-11-26 22:40:47 +00:00
  • 71ed35681e Fix log outputter build on Windows Andrew NellessandGitHub 2017-11-26 22:11:41 +00:00
  • e21c41ba99 Remove last remnants of TLS Andrew Nelless 2017-11-26 21:44:26 +00:00
  • f51ec97b3b Update Qt version Andrew NellessandGitHub 2017-11-26 20:09:57 +00:00
  • 75b2cd0b41 Apply clang-tidy fixes Andrew Nelless 2017-11-26 16:42:00 +00:00
  • 5fbada9424 Add support for clang-tidy checks Andrew Nelless 2017-11-26 16:36:47 +00:00
  • 4b3adfce94 Remove legacy TLS support and fix tests Andrew Nelless 2017-11-26 14:58:00 +00:00
  • 764a6d3803 Create README.md Andrew NellessandGitHub 2017-11-26 14:15:32 +00:00
  • 2600cb303d Bump Qt 5 version Andrew NellessandGitHub 2017-11-16 00:27:35 +00:00
  • 0bd448d5ca Reduce clipboard chunk size to 32KiB v2.0.0-stable Andrew Nelless 2017-10-31 13:27:14 +00:00
  • 8d440e68ec Update send log link Jerry (Xinyu Hou)andGitHub 2017-10-11 12:29:54 +01:00
  • 36f4003688 Merge branch 'master' of github.com:symless/synergy-core Nick Bolton 2017-10-04 10:33:27 +01:00
  • 39fe216b8c #6151 Remove synergy2 Linux shortcut Nick Bolton 2017-10-04 10:33:05 +01:00
  • ad8a911590 #6162 Make --run-as-uid Linux specific Nick Bolton 2017-10-02 22:42:56 +01:00
  • b028e88fed #6162 Add UID arg so service can change process user Nick Bolton 2017-10-02 18:13:45 +01:00
  • 23464a38a7 #6161 Install hook before connection established Xinyu Hou 2017-09-29 12:14:09 -04:00
  • 0625daacde #6161 Detect local input before connected on Mac Xinyu Hou 2017-09-28 14:04:48 -04:00
  • 856e93df0c Update Readme.txt Nick BoltonandGitHub 2017-09-18 12:05:03 +01:00
  • d75e7aa638 #6151 Add optional cmake install Nick Bolton 2017-09-18 09:48:46 +01:00
  • e674c0e63b Revert "Revert "#6151 Install synergy core to dictory for packaging"" Nick Bolton 2017-09-18 09:41:13 +01:00
  • 77d82b4f4b Revert "#6151 Install synergy core to dictory for packaging" Nick Bolton 2017-09-15 13:17:22 +01:00
  • 841bd079c9 #6151 Install synergy core to dictory for packaging Jerry (Xinyu Hou) 2017-09-14 18:04:11 +01:00
  • d2f5ba6599 #6151 Improve --server and --client arg suppress comment Nick Bolton 2017-09-14 14:57:44 +01:00
  • c47b4bd492 #6151 Remove redundant --no-tray arg Nick Bolton 2017-09-14 14:40:49 +01:00
  • 7e0cdf6c7f #6151 Update copyright and simplify cmake Nick Bolton 2017-09-14 13:38:51 +01:00
  • 4fe38023aa #6151 Rename synergy lib to core lib Nick Bolton 2017-09-14 13:28:16 +01:00
  • ce02171eab #6151 Remove tray from core, add core deprecated warning Nick Bolton 2017-09-14 13:28:01 +01:00
  • c66729e187 #6151 Introduce synergy-core Nick Bolton 2017-09-14 13:27:02 +01:00
  • 4d13e57ef1 #6151 Correct cmake project name Nick Bolton 2017-09-14 12:36:08 +01:00
  • 9e58f6834e #6151 Ignore cmake user file Nick Bolton 2017-09-14 12:35:51 +01:00
  • 92c344a67c Version to v2.0.0 Nick Bolton 2017-09-14 12:29:39 +01:00
  • 6a1767efc3 #6151 Remove synergyd and syntool Nick Bolton 2017-09-14 12:09:47 +01:00
  • a5b9905c96 Merge branch 'master' of https://github.com/symless/synergy-core Nick Bolton 2017-09-14 12:09:01 +01:00
  • 6617e1b84e #6151 Remove cmake install calls Nick Bolton 2017-09-14 12:08:56 +01:00
  • f7f55d33f1 #6151 Ignore cmake cache file Nick Bolton 2017-09-14 12:08:15 +01:00
  • 6b7db76b88 #6151 Replace legacy Linux desktop file Nick Bolton 2017-09-14 11:58:02 +01:00