git_http_backend.py icon indicating copy to clipboard operation
git_http_backend.py copied to clipboard

Port of git's "Smart HTTP" (git-http-backend) server component to Python WSGI interface.

Results 9 git_http_backend.py issues
Sort by recently updated
recently updated
newest added

…uiggly red underlines in the comments that appear accidental.

Our RhodeCode instance dies every so often when it runs out of file descriptors. It's leaking the read end of pipes. I found that the issue has been reported and...

Post the documentation to conform to some generally accepted documentation framework - Need to decide which documentation framework it will be. - Need to decide where the docs will be...

FEATURE REQUEST

This project management occurs largely on Pivotal Tracker: http://www.pivotaltracker.com/projects/111135 A lot of tasks are phrased in a way that will be nonsensical to most, as the notes are mostly for...

Since these are "static" attributes of mother-class, these are not directly obvious and not as exposed to users. Need to contemplate an obvious way to inject easily-documentable, finite list of...

The repo path is part of URI and is encoded in various ways. If we are to support white space in repo names (paths) we need to decode the white...

TASK

Right now, the path given is assume to translate to literal path of the repo. Build in hooks for path conversion mechanisms that reroute publicly presentable repo paths for internal,...

FEATURE REQUEST

Consider NOT handling the authentication part. Just assume the server did its part and expect the header proclaiming user to equal authorized user. Need to set up basic call-back hooks...

Missing

Add no-cache to refs and RPC

Missing