summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add syslog support to gitano.logRichard Ipsum2013-10-021-0/+62
* ACTION: Correct mistake regarding HTTP clientDaniel Silverstone2013-06-241-1/+1
* Fix hiccough in error pathDaniel Silverstone2013-06-041-1/+2
* Merge remote-tracking branch 'richardmaw/add-copy-command-rebase3'Daniel Silverstone2013-05-274-5/+319
|\
| * commands: add copy <source> <target>Richard Maw2013-05-272-0/+110
| * repository: don't break a copy in progressRichard Maw2013-05-271-0/+10
| * repository: add a copy_to methodRichard Maw2013-05-271-0/+51
| * util: add recursive directory copy functionsRichard Maw2013-05-271-0/+70
| * util: add hardlink_file and copy_symlink functionsRichard Maw2013-05-271-0/+24
| * util: add copy_fileRichard Maw2013-05-271-0/+44
| * repository: use path_join in some placesRichard Maw2013-05-231-4/+4
| * util: add path_join functionRichard Maw2013-05-231-0/+5
| * command: fix a typo in rename's error handlerRichard Maw2013-05-231-1/+1
* | COMMAND: Add readme set subcommandDaniel Silverstone2013-05-271-14/+41
* | REPOSITORY: Add set_readme method.Daniel Silverstone2013-05-271-0/+20
* | COMMANDS: Add reasons to generate_confirmation callsDaniel Silverstone2013-05-272-4/+5
* | ADMINCOMMAND: Fix group del to remove subgroup membershipDaniel Silverstone2013-05-271-0/+8
* | ADMINCOMMAND: Add group renameDaniel Silverstone2013-05-271-5/+42
* | ADMINCOMMAND: Fix user delete for group membershipDaniel Silverstone2013-05-271-0/+1
* | ADMINCOMMAND: Add user rename commandDaniel Silverstone2013-05-271-7/+50
* | REPOSITORY: Allow tokens to be customised with notesDaniel Silverstone2013-05-271-2/+2
* | REPOCOMMAND: Add fsck commandDaniel Silverstone2013-05-271-1/+20
* | REPOCOMMAND: Shunt gc and count-objects to gitano.repocommandDaniel Silverstone2013-05-272-52/+72
* | LACE: Add PCRE support to simple matcherdsilvers/revamp-patternsDaniel Silverstone2013-05-231-1/+6
* | LACE: Add prefix and suffix simple matchesDaniel Silverstone2013-05-231-0/+6
* | LACE: Update simple match with generic matchersDaniel Silverstone2013-05-231-22/+27
* | LACE: Alter simple match compiler ready for moreDaniel Silverstone2013-05-231-11/+27
|/
* REPOSITORY: Cope better with various cases of branch deletionDaniel Silverstone2013-05-011-8/+13
* ADMINCOMMAND: Fix 'as' to check if users existDaniel Silverstone2013-04-301-1/+8
* REPO: Add a mechanism to update the info/web/last-modified fileDaniel Silverstone2013-04-241-0/+49
* USERCOMMAND: In sshkey, ensure we refuse to continue if tag format is badDaniel Silverstone2013-04-241-0/+1
* USERCOMMAND: Fix up whoami output a littleDaniel Silverstone2013-04-241-6/+6
* COMMAND: Rearrange destroy success message to prevent tl;dr situationsDaniel Silverstone2013-04-241-2/+2
* AS: Fix up some logging so as foouser cmd <repo> doesn't crashDaniel Silverstone2013-04-241-4/+4
* ACTIONS: Ensure that if we fail to read cleanly we don't assert, in HTTP clientDaniel Silverstone2012-11-101-1/+6
* ACTIONS: Remove assert()s from the HTTP client to increase resilienceDaniel Silverstone2012-11-101-3/+11
* ADMINCOMMAND: Lowercase user and group namesDaniel Silverstone2012-11-101-1/+10
* Upgrade purge message from info to stateDaniel Silverstone2012-11-101-1/+1
* ADMINCOMMAND: Add a graveyard commandDaniel Silverstone2012-11-101-0/+165
* UTIL: Add rm_rf function to gitano.utilDaniel Silverstone2012-11-101-0/+32
* Remove dead codeDaniel Silverstone2012-11-101-173/+0
* Add --verbose support to the ls commandDaniel Silverstone2012-10-091-4/+16
* Ensure spaces and nulls cannot form part of a repository nameDaniel Silverstone2012-10-091-0/+2
* USERCOMMAND: Ensure sshkey is validating tag namesDaniel Silverstone2012-09-221-0/+6
* COMMANDS: nascent repositories should not be pushed or pulledDaniel Silverstone2012-09-221-0/+6
* GITANO: Move the force_empty_tree() call from always, to update-hook and only...Daniel Silverstone2012-09-101-4/+0
* UTIL: Fix up deep_copy for memoisationDaniel Silverstone2012-09-091-2/+2
* GITANO: Migrate from gitano.git to gallDaniel Silverstone2012-09-0812-979/+23
* SUPPLE: Quick fix for global hook supportDaniel Silverstone2012-09-061-2/+3
* ACTIONS: Transform connect errors into '500' errors insteadDaniel Silverstone2012-09-061-1/+4