FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - katzer/mruby-ssh · GitHub
katzer
/
mruby-ssh
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
6
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby-ssh
src
on
master
User selector
Datepicker
Commit history
Commits on Jan 4, 2026
feat: support IPv6 addresses
katzer
committed
f53fcdd
View commit details
Copy full SHA for f53fcdd
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Fix segfault
katzer
committed
0c2ca04
View commit details
Copy full SHA for 0c2ca04
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
Support auth with agent
katzer
committed
04bf755
View commit details
Copy full SHA for 04bf755
View code at this point
Browse repository at this point
Commits on Mar 7, 2021
fix build
katzer
committed
d651efb
View commit details
Copy full SHA for d651efb
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Ensure that arg is given before checking type
katzer
authored
d622dda
View commit details
Copy full SHA for d622dda
View code at this point
Browse repository at this point
Commits on Dec 21, 2019
Rename mrb_ssh_wait_socket to mrb_ssh_wait_sock
katzer
committed
b38a69d
View commit details
Copy full SHA for b38a69d
View code at this point
Browse repository at this point
Commits on Aug 1, 2019
Replace static variables
katzer
committed
3a5d56c
View commit details
Copy full SHA for 3a5d56c
View code at this point
Browse repository at this point
Commits on Jul 26, 2019
Remove empty line [skip-ci]
katzer
committed
efd371a
View commit details
Copy full SHA for efd371a
View code at this point
Browse repository at this point
Commits on Jul 25, 2019
Fix potential segfault in SSH::Channel#gets when compiling with gcc
katzer
committed
ec04aae
View commit details
Copy full SHA for ec04aae
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
Remove LIBSSH2_TRACE_TRANS
katzer
committed
d10a0d9
View commit details
Copy full SHA for d10a0d9
View code at this point
Browse repository at this point
Commits on Jun 4, 2019
Use strcat to silence warning with gcc8
katzer
committed
db6a3f9
View commit details
Copy full SHA for db6a3f9
View code at this point
Browse repository at this point
Commits on May 15, 2019
Define flag to allow debugging
katzer
committed
1f6c418
View commit details
Copy full SHA for 1f6c418
View code at this point
Browse repository at this point
Libssh2_session_set_last_error was not available before libssh2 1.6.1
katzer
committed
d1b9bf8
View commit details
Copy full SHA for d1b9bf8
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Inline some more functions
katzer
committed
1ed2ecc
View commit details
Copy full SHA for 1ed2ecc
View code at this point
Browse repository at this point
Inline some helper functions
katzer
committed
3d02dbf
View commit details
Copy full SHA for 3d02dbf
View code at this point
Browse repository at this point
Commits on Jul 27, 2018
Improve compiling with c++
katzer
committed
d4daea1
View commit details
Copy full SHA for d4daea1
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
Revert back to chomp!
katzer
committed
1a7c03c
View commit details
Copy full SHA for 1a7c03c
View code at this point
Browse repository at this point
Commits on Jul 9, 2018
Use chop! instead of chomp!
katzer
committed
cbaea46
View commit details
Copy full SHA for cbaea46
View code at this point
Browse repository at this point
Use chomp! instead of chomp
katzer
committed
60b94ad
View commit details
Copy full SHA for 60b94ad
View code at this point
Browse repository at this point
Commits on Jul 7, 2018
Fix some compiler warnings
katzer
committed
a0f053f
View commit details
Copy full SHA for a0f053f
View code at this point
Browse repository at this point
Commits on Jul 4, 2018
Fix issue with mruby-thread
katzer
committed
a8a9588
View commit details
Copy full SHA for a8a9588
View code at this point
Browse repository at this point
Commits on Jul 3, 2018
Fix libssh2_channel_wait_closed() invoked when channel is not in EOF state
katzer
committed
7cc415b
View commit details
Copy full SHA for 7cc415b
View code at this point
Browse repository at this point
Commits on Jun 27, 2018
Define MRB_SSH_TINY if you only need basic SSH
Show description for e1973dc
katzer
committed
e1973dc
View commit details
Copy full SHA for e1973dc
View code at this point
Browse repository at this point
Commits on Jun 24, 2018
Add more exception classes
katzer
committed
6cecf37
View commit details
Copy full SHA for 6cecf37
View code at this point
Browse repository at this point
Include ssh errno in SSH::Exception
katzer
committed
076fce8
View commit details
Copy full SHA for 076fce8
View code at this point
Browse repository at this point
Move error defs to errors.rb and raise EOFError instead of RuntimeError
katzer
committed
d165d78
View commit details
Copy full SHA for d165d78
View code at this point
Browse repository at this point
Commits on Jun 23, 2018
Fix windows build
katzer
committed
8fd2162
View commit details
Copy full SHA for 8fd2162
View code at this point
Browse repository at this point
Raise custom ssh expections
katzer
committed
7bc3184
View commit details
Copy full SHA for 7bc3184
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Add SSH::Session#timeout
katzer
committed
4a38f38
View commit details
Copy full SHA for 4a38f38
View code at this point
Browse repository at this point
Cast type
katzer
committed
31a40e2
View commit details
Copy full SHA for 31a40e2
View code at this point
Browse repository at this point
Add missing return statement
katzer
committed
304d4dc
View commit details
Copy full SHA for 304d4dc
View code at this point
Browse repository at this point
Add SSH::Session#timeout=
katzer
committed
7d8e2da
View commit details
Copy full SHA for 7d8e2da
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Fix memory leak
katzer
committed
1bd1fe4
View commit details
Copy full SHA for 1bd1fe4
View code at this point
Browse repository at this point
Commits on Jun 5, 2018
Fix code smell
katzer
committed
33bbb8a
View commit details
Copy full SHA for 33bbb8a
View code at this point
Browse repository at this point
Commits on May 31, 2018
Use mrb_malloc/mrb_free instead of malloc/free
katzer
committed
55acf0c
View commit details
Copy full SHA for 55acf0c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL