summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-25added installation of csshAndreas 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-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
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-07..Andreas Baumann
2015-09-07a first playing around with ANSI on bashAndreas Baumann
2015-09-06some empty libary for multi-line progress bar, hooked up to SCP download codeAndreas Baumann
2015-09-06started to play with progress barsAndreas Baumann
2015-09-06made writing fair to all session (splitting downloads in pieces)Andreas Baumann
2015-09-06code cleanup, introduced a scp_data_t structureAndreas Baumann
2015-09-06do not call ssh_scp_pull_request after EOF on a SCP session againAndreas Baumann
2015-09-06single host copies should not create a host directory structureAndreas Baumann
2015-09-05parsing some scp arguments, working downloadAndreas Baumann
2015-09-04better way to determine default port for SSHAndreas Baumann
2015-09-04some rearangements of code flowAndreas Baumann
2015-09-04some more error handlingAndreas Baumann
2015-09-03some thinking on naming and scp argument parsingAndreas Baumann
2015-09-03initializing scp dir stacksAndreas Baumann
2015-08-30creating a basedir per host in recursive scpAndreas Baumann
2015-08-30fixed some memory problemsAndreas Baumann
2015-08-30indroduced dirstack, first recursive copy successfulAndreas Baumann
2015-08-30some error handling fixing and introducing a scp read stateAndreas Baumann
2015-08-29handling receiving of files in SCP modeAndreas Baumann
2015-08-28some playing with receiving filesAndreas Baumann
2015-08-28made -l <login> option workAndreas Baumann
2015-08-27started to handle the receiving part of a SCP downloadAndreas Baumann
2015-08-27preparations for scp modeAndreas Baumann
2015-08-27do not set pthread callbacks, we use async I/O and not threadsAndreas Baumann
2015-08-27parsing ports in the hosts file now tooAndreas Baumann
2015-08-27made version of gengetopt file and version.h depend on CSSH_VERSION in CMakeL...Andreas Baumann
2015-08-27prepared a switch for SSH/SCP modesAndreas Baumann
2015-08-27added -r for copy modeAndreas Baumann
2015-08-24fixed a channel error messageAndreas Baumann
2015-08-16avoid double non-blocking connectsAndreas Baumann
2015-08-16tried to make connect and authentication non-blockingAndreas Baumann
2015-08-16added some micro sleeping to avoid high CPU consumptionAndreas Baumann
2015-08-16first reliable version, ssh_channel_select is not reliable it seemsAndreas Baumann