summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-21added unsorted LINKSHEADmasterAndreas Baumann
2024-01-14updated docu and todosAndreas Baumann
2023-08-24increased minimal version of cmake to 3.5Andreas Baumann
2021-11-20replaced hard-coded 22 with get_default_ssh_portAndreas Baumann
2021-11-20libssh has an int as port, not a shortAndreas Baumann
2021-11-20fixed some freesAndreas Baumann
2021-11-20some small fixesAndreas Baumann
2021-11-19added option --ignore-authentication-errors to ignore authentication errorsAndreas Baumann
2021-11-18fixed connection shifter (wrong condition)Andreas Baumann
2021-11-18fixed copyright messages and changed to GPLv3Andreas Baumann
2021-11-13GPL instead of LGPLAndreas Baumann
2021-11-13added GPLAndreas Baumann
2021-04-16increased minimal cmake to 2.8.120.0.1Andreas Baumann
2021-03-07increased minimal version of cmakeAndreas Baumann
2021-03-07fixed a missing command line freeAndreas Baumann
2020-10-23replaced some deprecated functions in libsshAndreas Baumann
2019-04-14some debugging and fixing of the SCP modeAndreas Baumann
2018-06-04added BUGS file from issues from github (delete repo there)Andreas Baumann
2017-08-21fixed some missing newlines in error messagesAndreas Baumann
2017-04-27another try to remove gcc/osx buildsAndreas Baumann
2017-04-27removed gcc/osx travis builds, no checked in generated Makefile(linenoise)Andreas Baumann
2017-04-27fixed probing for libssh (especially fixes OSX build issues)Andreas Baumann
2017-04-26simplified C flagsAndreas Baumann
2017-04-26more relaxec compilation flagsAndreas Baumann
2017-04-26some C flags fixes for clangAndreas Baumann
2017-04-25added installation of csshAndreas Baumann
2017-04-25more Travis fixesAndreas Baumann
2017-04-25Travis fixesAndreas Baumann
2017-04-25added CI on TravisAndreas Baumann
2017-03-01fixed wrong check for non-existing ssh_data if a host is unreachableAndreas Baumann
2017-02-02added an installation instruction and fixed for out-of-source-buildsAndreas Baumann
2017-02-02also added my own copyrightAndreas Baumann
2017-02-02added license of lineoise licence in full versionAndreas Baumann
2017-02-02forgot a CMakeLists.txtAndreas Baumann
2017-02-02forgot a CMakeLists.txtAndreas Baumann
2017-02-02implemented interactive shell mode with linenoiseAndreas Baumann
2016-09-29added non-default SSH port to be shown with --taggingAndreas Baumann
2016-09-12fixed a realloc size mismatch (thanks to OpenBSD's implementation of realloc ...Andreas Baumann
2016-02-18fixed compiler warnings around size_t using %d, %u instead of %zuAndreas Baumann
2016-02-12fixed buffer bsize counting and assertion in output_buffer (issue #1)Andreas Baumann
2016-02-11moved BUGS to githubAndreas Baumann
2016-02-11added a bugAndreas Baumann
2015-11-27trying to fixed tagging buffer problemsAndreas Baumann
2015-09-27fixed some output buffer problemsAndreas Baumann
2015-09-26some code cleanup and added tagging of output in SSH mode (not completly corr...Andreas Baumann
2015-09-17wrong location for 'P' option (ggo.in, not ggo)Andreas Baumann
2015-09-12respecting -v now in scp mode, added -P for progressbarsAndreas Baumann
2015-09-12some progress bar fixesAndreas Baumann
2015-09-08some very first (flickering) running progress barsAndreas Baumann
2015-09-08unitestified the progress bar test (well, we cannot see anything though)Andreas Baumann