descriptionGitTorrent Git SOC project
homepage URLhttp://git.or.cz/gitwiki/SoC2008Projects
repository URLgit://utsl.gen.nz/VCS-Git-Torrent
ownerpasky@ucw.cz
last changeTue, 6 Jan 2009 01:19:56 +0000 (5 20:19 -0500)
last refreshSat, 31 Oct 2009 21:22:39 +0000 (31 22:22 +0100)
content tags
add:
README
README for VCS::Git::Torrent 0.01
---------------------------------
This module is intended to be a reference implementation of the
GitTorrent Protocol version 0.1 (GTP/0.1).  It is still however
incomplete.

INSTALLATION
------------
To install this module, run the usual:

  perl Makefile.PL
  make
  make test
  sudo make install

UNIX systems without 'sudo' typically respond to:

  su root -c "make install"

You can install most CPAN modules to your home directory, without sudo
access, with:

  make install PREFIX=~/perl

Windows users can probably just run 'make install'

LICENSE
-------
This module is released under the GPLv3 only, not the regular Perl/GPL
disjuction.
shortlog
2009-01-06 Joshua RoysAdd Digest::SHA1 to module dependenciesmaster
2008-10-16 Joshua RoysReplace use of git-init with git init
2008-08-19 Joshua RoysAdd some status debug messages to 'Play'
2008-08-19 Joshua RoysTest script to transfer data over GTP without a tracker
2008-08-19 Joshua RoysFix 'Play' to correctly pass data to unpack-objects
2008-08-19 Joshua RoysMake outgoing messages auto-load required PWP classes
2008-08-19 Joshua RoysFix generation of thin packs that have no parents
2008-08-19 Joshua RoysMake sure 'Reels' messages are only sent if we have...
2008-08-18 Joshua RoysThe 'Blocks' message now saves the commit bits, does...
2008-08-18 Joshua RoysSave and read packs based on offset in the commit reel
2008-08-18 Joshua RoysAdd packfile caching
2008-08-18 Joshua RoysPeers can now bind to a port number chosen by the OS
2008-08-18 Joshua RoysFix automatic repo_hash construction
2008-08-18 Joshua RoysFix which commits are specified as parents to pack...
2008-08-18 Joshua RoysAdd 'Peers' message support
2008-08-12 Joshua RoysInitial implementation of the 'Play' messagestrict-test-passing
...
heads
15 years ago master
15 years ago reference-proxy
15 years ago make-blocks
15 years ago strict-test-passing
15 years ago thp
16 years ago pwp