aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * Fortran WikiJason Blevins2008-10-28
| | |
| | * Note unimplemented featureshttp://www.cse.unsw.edu.au/~willu/2008-10-27
| | |
| | * Notes about untrusted push in monotonehttp://www.cse.unsw.edu.au/~willu/2008-10-27
| | |
| | * Redirect username (for git commits) to user pageJason Blevins2008-10-27
| | |
| * | updateJoey Hess2008-10-28
| |/
| * Response re sha1_commitJason Blevins2008-10-27
| |
| * Notes and more linkagehttp://www.cse.unsw.edu.au/~willu/2008-10-27
| |
| * Note sourcecode plugin doesn't pollute drop-down menuhttp://www.cse.unsw.edu.au/~willu/2008-10-27
| |
| * Note change in src-highlight pluginhttp://www.cse.unsw.edu.au/~willu/2008-10-27
| |
| * Updated patchhttp://www.cse.unsw.edu.au/~willu/2008-10-27
| |
| * responsesJoey Hess2008-10-27
| |
| * git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.Joey Hess2008-10-27
| |
| * ThoughtsJason Blevins2008-10-27
| |
| * Fix escapingJason Blevins2008-10-27
| |
| * Patch for substitution of sha1 in diffurlJason Blevins2008-10-27
| |
| * (no commit message)bremner2008-10-26
| |
| * another thoughtJoey Hess2008-10-26
| |
| * further thoughtsJoey Hess2008-10-26
| |
| * organizing and pulling together syntax highlighting infoJoey Hess2008-10-26
| |
| * editdiff already existsJoey Hess2008-10-26
| |
| * do no-op post_commit test in wrapperJoey Hess2008-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This speeds up web commits by 1/4th of a second or so, since perl does not have to start up for the post commit hook. perl's locking is completly FuBar, since it's impossible to tell what perl flock() really does, and thus difficult to write code in other languages that interoperates with perl's locking. (Let alone interoperating with existing fcntl locking from perl...) In this particular case, I think I was able to find a way to avoid the insanity, mostly. The C code does a true flock(2), and if perl is using an incompatable lock method that does not use the same locking primative at the kernel level, then the C code's test will fail, and it will go ahead and run the perl code. Then the perl code's test will test the right thing. On Debian, at least lately, perl's flock() does a true flock(2), so the optimisation does work.
| * move untrusted committer test into the wrapperJoey Hess2008-10-26
| | | | | | | | | | This saves around 1/4th second per trusted commit since ikiwiki doesn't need to start up.
| * fix typo.https://brian.may.myopenid.com//2008-10-25
| |
| * add my namehttps://brian.may.myopenid.com//2008-10-25
| |
| * Replace weirdness section with link to Debian bug report.https://brian.may.myopenid.com//2008-10-25
| |
| * minor changehttps://brian.may.myopenid.com//2008-10-25
| |
| * add link to Debian bug report.https://brian.may.myopenid.com//2008-10-25
| |
| * improve formattinghttps://brian.may.myopenid.com//2008-10-25
| |
| * solution?https://brian.may.myopenid.com//2008-10-25
| |
| * attach patch for http/https proxy supporthttps://brian.may.myopenid.com//2008-10-25
| |
| * (no commit message)http://xma.myopenid.com/2008-10-25
| |
| * responseJason Blevins2008-10-24
| |
| * other DVCS may be able to support anon pushJoey Hess2008-10-24
| |
| * mention twitter feedJoey Hess2008-10-24
| |
| * ideaJoey Hess2008-10-24
| |
| * Git wizards required to make new anonymous push feature useful for meintrigeri2008-10-24
| |
| * I was answeredintrigeri2008-10-24
| |
| * Fix typoJason Blevins2008-10-24
| |
| * note about spoofingJoey Hess2008-10-24
| |
| * Test anon Git pushJason Blevins2008-10-24
| |
| * linksJoey Hess2008-10-24
| |
| * wordingJoey Hess2008-10-24
| |
| * announce anonymous git push supportJoey Hess2008-10-24
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-24
| |\
| | * make sure web edits still work :-)http://joey.kitenet.net/2008-10-24
| | |
| | * test 3Joey Hess2008-10-24
| | |
| | * test 2Joey Hess2008-10-24
| | |
| * | remember how to write C codeJoey Hess2008-10-24
| | | | | | | | | | | | been a while!
| * | the pre-receive wrapper needs to be suid after allJoey Hess2008-10-24
| | | | | | | | | | | | It needs to write to the user db.
| * | new tip on setting up anonymous pushJoey Hess2008-10-24
| | |