summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add auth.luaRichard Ipsum2014-02-182-0/+142
| * | Fix some indentation in usercommandRichard Ipsum2014-02-151-22/+27
| * | Add htpasswd utilRichard Ipsum2014-02-151-0/+151
| * | Add passwd commandRichard Ipsum2014-02-151-3/+111
| * | Make whoami exit with err if user is anonymousRichard Ipsum2014-02-121-0/+5
| * | Add hash_password and check_password to utilRichard Ipsum2014-02-121-0/+14
| * | Fix some indentation in configRichard Ipsum2014-01-231-69/+70
| * | Don't use luxio.LOG_EMERG in syslogbaserock/richardipsum/log_emergRichard Ipsum2014-01-231-1/+1
| * | Add buffering capability to gitano.logRichard Ipsum2014-01-171-3/+50
| |/
| * Cope with nil back from sio:readDaniel Silverstone2013-11-171-1/+1
| * Merge branch 'master' of git://git.gitano.org.uk/gitanoDaniel Silverstone2013-11-151-0/+1
| |\
| | * Pass in pathsDaniel Silverstone2013-11-151-0/+1
| * | Expose project clod in the lace contextDaniel Silverstone2013-11-152-1/+31
| * | Fix up tabular matches to be less insaneDaniel Silverstone2013-11-151-12/+7
| |/
* | Merge branch 'master' into baserock/morphRichard Ipsum2013-10-0431-11/+811
|\ \ | |/
| * Also log the username and keytag in the syslog during gitano-authDaniel Silverstone2013-10-031-2/+4
| * Merge remote-tracking branch 'baserock/baserock/richardipsum/syslog'Daniel Silverstone2013-10-038-13/+132
| |\
| | * Add syslogging to gitano-post-receive-hookbaserock/richardipsum/syslogRichard Ipsum2013-10-021-8/+29
| | * Add syslogging to gitano-update-sshRichard Ipsum2013-10-021-0/+3
| | * Add syslogging to gitano-update-hookRichard Ipsum2013-10-021-1/+10
| | * Add syslogging to gitano-pre-receive-hookRichard Ipsum2013-10-021-2/+10
| | * Add syslogging to gitano-authRichard Ipsum2013-10-021-0/+12
| | * Add syslog support to gitano.logRichard Ipsum2013-10-021-0/+62
| |/
| * Add another ls scenarioDaniel Silverstone2013-08-251-0/+17
| * Merge branch 'dsilvers/testing'Daniel Silverstone2013-08-2525-0/+662
| |\
| | * Support the new yarn --env argumentdsilvers/testingDaniel Silverstone2013-08-251-2/+2
| | * Initial scenario for lsDaniel Silverstone2013-07-191-0/+20
| | * Clean up test target now that yarn reports empty inputsDaniel Silverstone2013-07-191-9/+0
| | * Add 'fsck' test yarnDaniel Silverstone2013-06-231-0/+64
| | * Report number of empty yarns to encourage more test writingDaniel Silverstone2013-06-231-0/+9
| | * Add checks for 'gc'Daniel Silverstone2013-06-231-0/+68
| | * Additional scenario for the 'as' commandDaniel Silverstone2013-06-221-0/+34
| | * Support testing of 'as'Daniel Silverstone2013-06-223-11/+54
| | * Add empty command yarnsDaniel Silverstone2013-06-2221-1/+28
| | * Add a repo creation scenarioDaniel Silverstone2013-06-221-0/+25
| | * Some more basic testing scenarios.Daniel Silverstone2013-06-222-0/+49
| | * Initial testing tool, library and basic testDaniel Silverstone2013-06-225-0/+332
* | | Merge branch 'master' of git://git.gitano.org.uk/gitano into baserock/morphDaniel Silverstone2013-06-242-2/+3
|\ \ \ | |/ /
| * | 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 'upstream/master' into baserock/morphDaniel Silverstone (br7vm)2013-06-0419-327/+1141
|\ \ | |/
| * MAKEFILE: Also install gitano.copycommandDaniel Silverstone2013-06-041-1/+1
| * 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