aboutsummaryrefslogtreecommitdiffstats
path: root/webhook-core.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* slightly more informative error messagesRalf Jung2016-02-071-2/+2
* avoid needless format string position identifiersRalf Jung2015-03-061-6/+6
* make sure the post-receive hooks are run when pushes come in from external re...Ralf Jung2015-02-241-1/+2
* verify the HMAC that GitHub sendsRalf Jung2015-02-221-2/+15
* look out for the github event typeRalf Jung2015-02-221-21/+29
* deal with the initial "zen" message from github; fix thingsRalf Jung2015-02-221-0/+6
* add license headers and COPYINGRalf Jung2015-02-221-2/+2
* redesign to use force pushes only if necessary, to avoid race conditions, and...Ralf Jung2015-02-221-0/+66