mirrorbits icon indicating copy to clipboard operation
mirrorbits copied to clipboard

Mirrorbits is a geographical download redirector written in Go for distributing files efficiently across a set of mirrors.

Results 72 mirrorbits issues
Sort by recently updated
recently updated
newest added

The idea is that if a same machine downloads twice ranges of a given file within a very short time span, it's probably 1 download (but done in pieces). For...

It was mentioned in issue #125 that it is confusing if mirrors that are disabled are listed as down. Therefore, `mirrorbits list -down` meets user expectations better if it does...

It was request in issue #115 to support the If-Modified-Since header. This is a first attempt to evaluate the If-Modified-Since header.

I had to double-check the VLC website as I was surprised you'd still use Freenode. It confirmed my suspicion this text is just outdated and that's how I found VLC...

As said in my first patch #128, we now use Mirrorbits for GIMP. Now Mirrorbits has some additional requirements from the simpler (ugly) round-robin we used to have, like it...

RFC

@etix you may want to look at this compatible and open data geoip DB released and maintained by the CIRCL in Luxembourg https://cra.circl.lu/opendata/geo-open/mmdb-country/ by @adulau and team. See also https://github.com/adulau/mmdb-server

enhancement
help wanted

Fix issue reported at https://github.com/etix/mirrorbits/issues/114

This is a feature request, plus a PR that implements it: https://github.com/etix/mirrorbits/pull/156 ## Background With the term *dual HTTP/HTTPS*, I mean: make it possible for a mirror to support both...

enhancement

## Problem The [yaml library](https://github.com/go-yaml/yaml), and more precisely `yaml.Marshal`, wraps long lines after 80 characters by default. It is not configurable. It's an awkward default, and it's been fixed in...