aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-29Bump elliptic from 3.1.0 to 6.5.3dependabot/npm_and_yarn/elliptic-6.5.3dependabot[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-25Link to the blog post from the github pageHEADmasterChris Ball
2015-08-280.1.9Chris Ball
2015-08-28Avoid breakage due to substack's branch API changingChris Ball
2015-07-27Merge pull request #60 from daveloyall/patch-1Chris Ball
Deny affiliation with main git project.
2015-07-27Deny affiliation with main git project.Dave Loyall
2015-06-130.1.8Chris Ball
2015-06-09Merge pull request #50 from splinterofchaos/lsScott Prager
Use `git-upload-pack` for smaller pack files on branches.
2015-06-06gittorrentd: 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-06Use `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-05Merge pull request #44 from ralphtheninja/masterChris Ball
update webtorrent version for iojs support
2015-06-04update webtorrent version for iojs supportLars-Magnus Skog
2015-06-03Merge pull request #42 from ralphtheninja/masterChris Ball
use rc to get rid of hardcoded configuration
2015-06-03use rc to get rid of hardcoded configurationLars-Magnus Skog
2015-06-03git-remote-gittorrent: Trivial output cleanupsChris Ball
2015-06-03Merge pull request #34 from splinterofchaos/branchingChris Ball
support branches
2015-06-03Store 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-03git-remote: Don't edit .git/refs manually.Scott Prager
Use `$ git update-ref {branch} {sha}` instead.
2015-06-03git: 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-03support branchesScott 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-02Add sudo tooChris Ball
2015-06-02Merge pull request #30 from bencevans/patch-1Chris Ball
Readme: Install npm package globally
2015-06-01Merge pull request #29 from anarcat/nofailChris Ball
do not fail on unreadable directories
2015-06-01Readme: Install npm package globallyBen Evans
2015-05-31remove debugging messageAntoine Beaupré
2015-05-31make debug message more usefulAntoine Beaupré
2015-05-31find bare repos and ignore read errorsAntoine Beaupré
this will still warn us, but at least not completely crash
2015-05-31Merge pull request #19 from devonharvey/patch-1Chris Ball
Fix typo in README.md
2015-05-31Fix typo in README.mdDevon Harvey
2015-05-31README: Fix missing wordChris Ball
2015-05-31Merge pull request #16 from mgalgs/patch-1Chris Ball
README.md: Add missing word
2015-05-30README.md: Add missing wordMitchel Humpherys
The word `sha1s' is MIA. Add it.
2015-05-300.1.7Chris Ball
2015-05-30Remove name/email blanks too.Chris Ball
2015-05-300.1.6Chris Ball
2015-05-30Disable publishing name/email for now, as requested by #9Chris Ball
2015-05-29Merge pull request #7 from danhawkes/fix-readme-listChris Ball
Fix numbered list formatting in readme.
2015-05-29Fix numbered list formatting in readme.danhawkes
2015-05-290.1.5Chris Ball
2015-05-29git-remote-gitswram: Ask for a download stream directlyChris Ball
2015-05-29gittorrentd: Use a random peerId on handshake, else swarm disconnectsChris Ball
2015-05-290.1.4Chris Ball
2015-05-29More dep updatingChris Ball
2015-05-290.1.3Chris Ball
2015-05-29More dep updatingChris Ball
2015-05-290.1.2Chris Ball
2015-05-29Add missing dependenciesChris Ball
2015-05-290.1.1Chris Ball
2015-05-29Fix README imageChris Ball
2015-05-29Remove duplicate depChris Ball