3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move code for list of available authentication methods to libssh2 wrapper.
alamaison
as Alexander Lamaison
More... almost 12 years ago
Use libssh2 wrapper for file-based public-key authentication.
alamaison
as Alexander Lamaison
More... about 12 years ago
Converted remaining non-auth network tests to use local test server.
alamaison
as Alexander Lamaison
More... about 12 years ago
Fix deadlock during rename-with-overwrite.
alamaison
as Alexander Lamaison
More... about 12 years ago
Avoid duplicate "Password" message in password prompt.
alamaison
as Alexander Lamaison
More... about 12 years ago
Use libssh2 wrapper for password authentication.
alamaison
as Alexander Lamaison
More... about 12 years ago
Fixed memory leak in authenticated_session_tests.
alamaison
as Alexander Lamaison
More... about 12 years ago
Make session classes movable.
alamaison
as Alexander Lamaison
More... about 12 years ago
Merged session factory code into authenticated_session.
alamaison
as Alexander Lamaison
More... about 12 years ago
Make authenticated sessions distinct from possibly-not-authenticated ones.
alamaison
as Alexander Lamaison
More... about 12 years ago
Use the SSH C++ bindings inside running_session.
alamaison
as Alexander Lamaison
More... about 12 years ago
Removed last_error from non-detail namespace.
alamaison
as Alexander Lamaison
More... about 12 years ago
Moved ssh_error.
alamaison
as Alexander Lamaison
More... about 12 years ago
Disconnect SSH sessions in the C++ wrapper before destroying them.
alamaison
as Alexander Lamaison
More... about 12 years ago
Remove running_session coersion to LIBSSH2_SESSION* etc.
alamaison
as Alexander Lamaison
More... about 12 years ago
Moved running_session class to connection project.
alamaison
as Alexander Lamaison
More... about 12 years ago
Merge branch 'feature/disconnection' into develop
alamaison
as Alexander Lamaison
More... about 12 years ago
Renamed CSession to running_session.
alamaison
as Alexander Lamaison
More... about 12 years ago
Use RAAI in CSession.
alamaison
as Alexander Lamaison
More... about 12 years ago
Updated to latest winapi library revision.
alamaison
as Alexander Lamaison
More... about 12 years ago
Moved host-item-to-connection conversion code to separate unit.
alamaison
as Alexander Lamaison
More... about 12 years ago
Moved HostFolder icon extraction to a separate class.
alamaison
as Alexander Lamaison
More... about 12 years ago
Show icon over connections with a session in the pool.
alamaison
as Alexander Lamaison
More... about 12 years ago
Fix connection_spec to give strictly weak ordering.
alamaison
as Alexander Lamaison
More... about 12 years ago
Added command to close running sessions.
alamaison
as Alexander Lamaison
More... about 12 years ago
Separation code that specifies connections from code that pools the running sessions.
alamaison
as Alexander Lamaison
More... about 12 years ago
Added method to remove sessions from the pool.
alamaison
as Alexander Lamaison
More... about 12 years ago
Removed connection_spec getters which exposed members.
alamaison
as Alexander Lamaison
More... about 12 years ago
Use Boost.Thread instead of Comet threading.
alamaison
as Alexander Lamaison
More... about 12 years ago
Made pool initialisation thread safe.
alamaison
as Alexander Lamaison
More... about 12 years ago