| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-29 | Bump elliptic from 3.1.0 to 6.5.3dependabot/npm_and_yarn/elliptic-6.5.3 | dependabot[bot] | |
| Bumps [elliptic](https://github.com/indutny/elliptic) from 3.1.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v3.1.0...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2015-09-25 | Link to the blog post from the github pageHEADmaster | Chris Ball | |
| 2015-08-28 | 0.1.9 | Chris Ball | |
| 2015-08-28 | Avoid breakage due to substack's branch API changing | Chris Ball | |
| 2015-07-27 | Merge pull request #60 from daveloyall/patch-1 | Chris Ball | |
| Deny affiliation with main git project. | |||
| 2015-07-27 | Deny affiliation with main git project. | Dave Loyall | |
| 2015-06-13 | 0.1.8 | Chris Ball | |
| 2015-06-09 | Merge pull request #50 from splinterofchaos/ls | Scott Prager | |
| Use `git-upload-pack` for smaller pack files on branches. | |||
| 2015-06-06 | gittorrentd: Use git-upload-pack for pack files. | Scott Prager | |
| Add `upload_pack` to the git module to (partially) implement the pack protocol, then use this in gittorrentd instead of `git pack-objects`. This lets us generate packs based off HEAD instead of packing the whole tree each time. | |||
| 2015-06-06 | Use `git ls-remote` to get local refs. | Scott Prager | |
| `git ls-remote` gives us the same info as `git-upload-pack`, but in an easier to parse format. We can also share the code for interpreting `git ls-remote` between git-remote-gittorrent and gittorrentd. This also fixes the problem of `publish_mutable_key()` being called too soon. | |||
| 2015-06-05 | Merge pull request #44 from ralphtheninja/master | Chris Ball | |
| update webtorrent version for iojs support | |||
| 2015-06-04 | update webtorrent version for iojs support | Lars-Magnus Skog | |
| 2015-06-03 | Merge pull request #42 from ralphtheninja/master | Chris Ball | |
| use rc to get rid of hardcoded configuration | |||
| 2015-06-03 | use rc to get rid of hardcoded configuration | Lars-Magnus Skog | |
| 2015-06-03 | git-remote-gittorrent: Trivial output cleanups | Chris Ball | |
| 2015-06-03 | Merge pull request #34 from splinterofchaos/branching | Chris Ball | |
| support branches | |||
| 2015-06-03 | Store references being fetched in a dictionary. | Scott Prager | |
| We need to spawn one swarm per sha, but may need to update multiple branches, so this provides a mapping between sha's and the branches that point to it. Storing the information from `got` and `swarms` also seems more orderly. | |||
| 2015-06-03 | git-remote: Don't edit .git/refs manually. | Scott Prager | |
| Use `$ git update-ref {branch} {sha}` instead. | |||
| 2015-06-03 | git: fix communication protocol. | Scott Prager | |
| git-remote-gittorrent: Only fetch a reference when git sends a "fetch" command. It knows when it already has a commit and won't ask for it. If it asks for nothing, quit early. Store references in a dictionary so that when asked for a specific sha, we can find its reference quickly. gittorrentd: Add branches to `userProfile`, even if that sha has already been announced. Fix the parsing of `git-upload-pack`'s output to not skip the line pointing to `HEAD`. | |||
| 2015-06-03 | support branches | Scott Prager | |
| git-remote-gittorrent: Call `git ls-remote` without the 'HEAD' argument to get all references and build a list of them. Use a different swarm for each ref and don't quit until we have them all. gittorrentd: Parse the branch name out of references and store the sha's in userProfile[reponame][branch] instead of userProfile[reponame].master. | |||
| 2015-06-02 | Add sudo too | Chris Ball | |
| 2015-06-02 | Merge pull request #30 from bencevans/patch-1 | Chris Ball | |
| Readme: Install npm package globally | |||
| 2015-06-01 | Merge pull request #29 from anarcat/nofail | Chris Ball | |
| do not fail on unreadable directories | |||
| 2015-06-01 | Readme: Install npm package globally | Ben Evans | |
| 2015-05-31 | remove debugging message | Antoine Beaupré | |
| 2015-05-31 | make debug message more useful | Antoine Beaupré | |
| 2015-05-31 | find bare repos and ignore read errors | Antoine Beaupré | |
| this will still warn us, but at least not completely crash | |||
| 2015-05-31 | Merge pull request #19 from devonharvey/patch-1 | Chris Ball | |
| Fix typo in README.md | |||
| 2015-05-31 | Fix typo in README.md | Devon Harvey | |
| 2015-05-31 | README: Fix missing word | Chris Ball | |
| 2015-05-31 | Merge pull request #16 from mgalgs/patch-1 | Chris Ball | |
| README.md: Add missing word | |||
| 2015-05-30 | README.md: Add missing word | Mitchel Humpherys | |
| The word `sha1s' is MIA. Add it. | |||
| 2015-05-30 | 0.1.7 | Chris Ball | |
| 2015-05-30 | Remove name/email blanks too. | Chris Ball | |
| 2015-05-30 | 0.1.6 | Chris Ball | |
| 2015-05-30 | Disable publishing name/email for now, as requested by #9 | Chris Ball | |
| 2015-05-29 | Merge pull request #7 from danhawkes/fix-readme-list | Chris Ball | |
| Fix numbered list formatting in readme. | |||
| 2015-05-29 | Fix numbered list formatting in readme. | danhawkes | |
| 2015-05-29 | 0.1.5 | Chris Ball | |
| 2015-05-29 | git-remote-gitswram: Ask for a download stream directly | Chris Ball | |
| 2015-05-29 | gittorrentd: Use a random peerId on handshake, else swarm disconnects | Chris Ball | |
| 2015-05-29 | 0.1.4 | Chris Ball | |
| 2015-05-29 | More dep updating | Chris Ball | |
| 2015-05-29 | 0.1.3 | Chris Ball | |
| 2015-05-29 | More dep updating | Chris Ball | |
| 2015-05-29 | 0.1.2 | Chris Ball | |
| 2015-05-29 | Add missing dependencies | Chris Ball | |
| 2015-05-29 | 0.1.1 | Chris Ball | |
| 2015-05-29 | Fix README image | Chris Ball | |
| 2015-05-29 | Remove duplicate dep | Chris Ball | |
