aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Simplify formatting of the manifestroot2012-11-07
|
* Use append_toroot2012-10-27
|
* Group modifiable globals togetherroot2013-01-11
|
* Update license textroot2012-11-16
|
* Use set -u (no unset vars)root2012-12-15
|
* Use return variables for Goodsig and Signersroot2012-12-02
|
* Use setvar for return variablesroot2012-11-22
|
* Update Gref_rbranch when connectingroot2012-12-16
|
* Fix markup of Repository Format sectionroot2013-01-03
|
* Edit READMEroot2013-01-20
|
* Organize the README in a neat way, putting extra info in the Notes chapterroot2013-02-14
|
* Edit the summary of the repository format/processroot2013-02-14
|
* Tone down the development version warningsroot2013-02-14
| | | | | We have now implemented the usability changes (No fragment in repository URL, and default encrypt-to-self), so no big changes planned.
* Use a shorter, simpler repo ID since users will see it (occasionally)root2013-02-14
|
* Automatically forward-port repository configroot2013-02-14
| | | | | | | | Change remote configurations when encountered: * gcrypt::ssh -> gcrypt::rsync * repo/G.XXXX -> #XXX * gitception:// -> ""
* Update README for remote.<name>.gcrypt-participants and default simple moderoot2013-02-14
|
* Encrypt to self by default; basic functionality now needs no configurationroot2013-02-14
| | | | | | | | | Introduces gcrypt.participants "simple" mode which encrypts to self, and accepts any valid signature by default. No configuration needed for private repositories. We also adds remote.<name>.gcrypt-participants to configure this per remote.
* Migrate to SHA-256 and implicit repo ID (PARTIAL REPO FORMAT CHANGE)root2013-02-14
| | | | | | | | | | * local, rsync, ssh, sftp repositories are still compatible * gitception/git backend repositories are not compatible and need to be deleted and recreated * Put manifest in a static location, so we don't need #fragment in the URL * Record repository ID for each remote, and warn if it changes. * Use SHA-256 by default but allow reading SHA-224-identified packfiles * The URL #fragment identifies branch to use when using the git backend
* Do not use grep -F (busybox incompatible)root2013-02-14
|
* Give warning about future format changeroot2013-02-14
|
* Allow user to set $GCRYPT_FULL_REPACK to force repack of remoteroot2013-02-14
|
* Unify all uses of traproot2013-02-14
|
* Factor out common code in do_fetch and repackroot2013-02-14
|
* Use normal "url-safe" variant of base64 for repo url fragmentroot2013-02-14
|
* Use rsync for both rsync and ssh accessroot2013-02-14
|
* Document the keep fieldroot2013-02-14
|
* Repack the encrypted remote regularlyroot2013-02-14
| | | | | | | | | | | Use a simple but slow method of repacking the remote repository. Download (and verify) all packs not marked 'keep', and repack those into a new packfile. The new packfile is marked 'keep' with generation 1. After PUT is called on the manifest, we remove the redundant old packfiles. The generation number will allow further iterations of repacking to be implemented later.
* Simplify informational output to emphasize the new repo URLroot2013-02-14
|
* Add ./install.sh to install git-remote-gcrypt and its man pageroot2013-02-14
|
* Parameterise type of hash usedroot2013-02-14
|
* Fix iseq for null stringsroot2013-02-14
|
* Document manifest fields betterroot2013-02-14
|
* Use config gcrypt.participants for GPG key idsroot2013-02-14
| | | | | | | | Instead of using a separate keyring file (gcrypt.keyring is now deprecated!), use a simple list of key ids. Extract all keyids and use these to match GOODSIG <keyid> manually on the gpg status output. The gcrypt.keyring variable is still used, but it will be removed later.
* Use URL fragment for repository id instead of G.*root2013-02-14
|
* Request signature on manifest before uploading packroot2013-02-14
| | | | | Just to ensure that the user signs the push before we upload any files (pack or manifest) to the remote.
* Support rsync://root2013-02-14
|
* Simply detect if using git repository backend. gitception:// is unneededroot2013-02-14
| | | | | Simply treat absolute paths that do not lead to a HEAD file as local directory backends, and all other as git backends.
* Use grep instead of sort/uniqroot2013-02-14
|
* Update READMEroot2013-02-14
|
* Use batch-check to use only the remote_has commits we also have locallyroot2013-02-14
|
* Allow deleting remote refsroot2013-02-14
|
* Only encrypt to keys with encrypt capabilityroot2013-02-14
|
* Update README so it can generate a man page with rst2manroot2013-02-14
|
* Minor cleanup (make sure used variables are clear at start)root2013-02-14
|
* Add extension namespace in manifest files, 'extn' lines are preservedroot2013-02-14
|
* Use a packfile passphrase of 33 bytes, parity with 256-bit cryptoroot2013-02-14
|
* Obey git config user.signingkeyroot2013-02-14
|
* Use 'initial commit' as message for gitception commitsroot2013-02-14
|
* Use a separate symmetric key per packfile (REPO FORMAT CHANGE)root2013-02-14
| | | | | A separate key per pack is simpler and costs us very little; with repack changes later it will be possible to change keys regularly.
* Update READMEroot2013-02-14
|