3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make all uses of a session reserve a ticket first.
alamaison
as Alexander Lamaison
More... over 11 years ago
Remove unused include.
alamaison
as Alexander Lamaison
More... over 11 years ago
Updated to latest version of winapi library.
alamaison
as Alexander Lamaison
More... over 11 years ago
Update to official version of Boost.Locale.
alamaison
as Alexander Lamaison
More... over 11 years ago
Pass provider to non-owning code as a reference.
alamaison
as Alexander Lamaison
More... over 11 years ago
Give `session_pool` complete control over the session lifetimes.
alamaison
as Alexander Lamaison
More... over 11 years ago
Reduced some of the unnecessary passing around of consumers.
alamaison
as Alexander Lamaison
More... over 11 years ago
Removed responsibility for connecting from CProvider.
alamaison
as Alexander Lamaison
More... over 11 years ago
Simplify ProviderFixture.
alamaison
as Alexander Lamaison
More... over 11 years ago
Revive dead sessions properly.
alamaison
as Alexander Lamaison
More... over 11 years ago
Stop lazy session creation inside consumer.
alamaison
as Alexander Lamaison
More... over 11 years ago
Removed unused `session_from_pidl` function.
alamaison
as Alexander Lamaison
More... over 11 years ago
Decoupled session pooling from CProvider.
alamaison
as Alexander Lamaison
More... over 11 years ago
Testing swapping sessions after connecting filesystem.
alamaison
as Alexander Lamaison
More... over 11 years ago
Remove unused (and unwanted) `raw_attributes` method.
alamaison
as Alexander Lamaison
More... over 11 years ago
Make internal state classes non-movable to enforce public class references remaining valid across moves.
alamaison
as Alexander Lamaison
More... over 11 years ago
Make SSH classes non-copyable to better reflect their underlying concepts.
alamaison
as Alexander Lamaison
More... over 11 years ago
Ensure SSH library classes move correctly.
alamaison
as Alexander Lamaison
More... over 11 years ago
Make non-owning functions take state by reference.
alamaison
as Alexander Lamaison
More... over 11 years ago
Prevent `host_key` depending on `session` lifetime.
alamaison
as Alexander Lamaison
More... over 11 years ago
Encapsulate agent state in RAII class.
alamaison
as Alexander Lamaison
More... over 11 years ago
Make sessions create the `sftp_filesystem` instances to better reflect their relationship.
alamaison
as Alexander Lamaison
More... over 11 years ago
Remove redundant external session locking.
alamaison
as Alexander Lamaison
More... over 11 years ago
Reducing large test data size to speed up unit tests.
alamaison
as Alexander Lamaison
More... over 11 years ago
Fix non-thread-safe SFTP object destruction.
alamaison
as Alexander Lamaison
More... over 11 years ago
Make use of same session from multiple threads safe.
alamaison
as Alexander Lamaison
More... over 11 years ago
Manage internal session lifetime with custom RAII class.
alamaison
as Alexander Lamaison
More... over 11 years ago
Removed `ssh::agent`, `ssh::host_key` and `ssh::knownhost` namespaces.
alamaison
as Alexander Lamaison
More... over 11 years ago
Fix keyboard-interactive authentication error reporting.
alamaison
as Alexander Lamaison
More... over 11 years ago
Renamed `ssh::sftp` namespace to `ssh::filesystem` to reflect its mirroring of Boost.Filesystem.
alamaison
as Alexander Lamaison
More... over 11 years ago