Logan Collins

Results 5 issues of Logan Collins

The built-in SSH transport currently only supports socket connections directly to a remote host. I'm attempting to write support for Krypton (https://krypt.co) to work with libgit2, but the lack of...

has-pr

On some devices (but not all), attempting to open a large archive (> 500 MB) results in NSData falling to initialize using NSDataReadingMappedAlways with a "Cannot allocate memory" generic Cocoa...

Attempting to allocate an instance of NSLocale causes a segmentation fault, with a recursive loop in -alloc(). It appears that after -alloc() is evaluated, we attempt to retain the result,...

bug

This pull request adds links to the `docs/index.md` file for two additional parsers (XML and Objective-C++), which are now available via @panicinc. Additionally, it adds `.DS_Store` to the `.gitignore` file...

We're seeing an issue with the `git_status_should_ignore()` function that I _think_ I can trace to a potential issue in its implementation. Consider a repository with the following layout: ``` repo/...