summaryrefslogtreecommitdiff
path: root/sys/lib/python/hgext
AgeCommit message (Collapse)Author
2018-12-01hgwebfs: write headers individually, so they are not limited by webfs iounit ↵cinap_lenrek
(thanks mischief)
2018-11-28hgwebfs: read to eof by default to match urllib2 behaviormischief
2017-10-04hgwebfs: simplify retry loop constructioncinap_lenrek
2017-02-26hgwebfs: keep trying as long as we get needkey responseaiju
2017-02-25hgwebfs: rewind data before pushingaiju
2016-08-08hgwebfs: make hgwebfs prompt for passwordcinap_lenrek
2016-04-10hg: set mercurial.url.has_https when hgwebfs extension is in usecinap_lenrek
this allows the use of SSL/HTTPS even when python is not build with openssl support.
2014-12-09hgwebfs: add fake add_handler method for HTTPRangeHandler()cinap_lenrek
provide a add_handler() so code trying to add byterange.HTTPRangeHandler will succeed. webfs does handle "206 Partial Content" already.
2012-09-10hgwebfs: remove prefixing // from file pathcinap_lenrek
2012-09-08support file:// urls in hgwebfs extension as apparently hg uses them. m(cinap_lenrek
2012-03-16hgwebfs: make push workcinap_lenrek
2012-03-16hgfs: fix mistakecinap_lenrek
2012-03-16hg: hgwebfs extension, ignore /net.altcinap_lenrek
2011-05-11added 403 handling to hgfactotumaiju
2011-05-09fixed HTTP Basic authaiju
2011-05-09added HTTP Basic to hgfactotumaiju
2011-05-09added factotum support for python and hgaiju
2011-05-03getpasscinap_lenrek
2011-05-03add hg and pythoncinap_lenrek