adding some buildrequires for Centos-{6,7}
Tru Huynh
2018-02-23 20:37:00 +0100
4571f4cc6eremove annoying LOG statement; add a small bit of debugging info
walker0643
2018-02-23 14:02:38 -0500
2cb41e3c90Change 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
07dad10251moved 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
src: IPv6 support for Windows and Linux
William L. Thomson Jr
2017-10-20 18:04:52 -0400
f5b5258f4arevert 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
a8d0dfdaccrecursive re-referencing of binaries, and add cocoa qt platform plugin
walker0643
2018-02-14 14:41:59 -0500
71a20eedecautomate building mac installer
walker0643
2018-02-13 22:11:56 -0500
8073db2247silence a couple more compiler warnings on osx
walker0643
2018-02-13 17:43:39 -0500
6cf4f14decfix some compiler warnings
walker0643
2018-02-13 15:14:26 -0500
Update README.md
Nick Bolton
2018-02-07 15:53:00 +0000
d5544dc6d1fix 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
541fb2afc5fix quotations in for platform build
walker0643
2018-02-06 17:26:23 -0500
e93b203b87rmdir 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
df129f139badd ImmuneKeysReader.h/cpp to windows builds
walker0643
2018-02-03 16:47:36 -0500
faec8a2f84implement "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
eb025871c4add CLOG_DEBUG for opening/closing TCPSocket objects and fix assert() crash
walker0643
2018-02-01 11:18:13 -0500
830f6acbeffix windows build and refactor last addition to EventQueue
walker0643
2018-02-01 10:10:46 -0500
d9530bf7aause 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
d8237238b4rearrange CMakeLists.txt in gui
walker0643
2018-01-31 10:04:07 -0500
b77eec1f17fix some compiler warnings
walker0643
2018-01-31 10:03:34 -0500
9240cc12dfimplemented minize to tray
walker0643
2018-01-30 17:32:00 -0500
ccb02372bffix autohide on windows and correct a typo in settings ui
walker0643
2018-01-30 16:55:34 -0500
cda6933f10changed 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
c68d355ce5when 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
8bdd530d7dfix running daemon in foreground for debugging
walker0643
2018-01-30 14:18:14 -0500
5af4b13611double-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
0f2063b67ffix organization fields in QCoreApplication
walker0643
2018-01-29 22:52:15 -0500
ecf4ebf50edisable 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
31a64731c1mute the IPC debug messages on stdout
walker0643
2018-01-29 18:53:46 -0500
dbfb04a6ecpass 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
ce8c65f8f9move 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
8fb904285bforgot to clear savedir
walker0643
2018-01-29 12:49:10 -0500
33b81742b5fix execute bit on a lot of files
walker0643
2018-01-28 17:34:15 -0500
da37ccdf87add clean_build_windows.bat to help with win64 builds
walker0643
2018-01-28 17:32:11 -0500
5a0465eb36change openssl path relative to binary
walker0643
2018-01-28 16:56:16 -0500
0bb94da72dreplace unknown type to fix windows build
walker0643
2018-01-28 16:19:27 -0500
0929086428fix SSL fingerprint text and about box copyright text
walker0643
2018-01-27 20:50:30 -0500
99b16334b5remove activation, serial, trial garbage. shame on you all!
walker0643
2018-01-27 20:21:44 -0500