summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-27Note unimplemented featureshttp://www.cse.unsw.edu.au/~willu/
2008-10-27Notes about untrusted push in monotonehttp://www.cse.unsw.edu.au/~willu/
2008-10-27Redirect username (for git commits) to user pageJason Blevins
2008-10-27Response re sha1_commitJason Blevins
2008-10-27Notes and more linkagehttp://www.cse.unsw.edu.au/~willu/
2008-10-27Note sourcecode plugin doesn't pollute drop-down menuhttp://www.cse.unsw.edu.au/~willu/
2008-10-27Note change in src-highlight pluginhttp://www.cse.unsw.edu.au/~willu/
2008-10-27Updated patchhttp://www.cse.unsw.edu.au/~willu/
2008-10-27responsesJoey Hess
2008-10-27git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit.Joey Hess
2008-10-27ThoughtsJason Blevins
2008-10-27Fix escapingJason Blevins
2008-10-27Patch for substitution of sha1 in diffurlJason Blevins
2008-10-26(no commit message)bremner
2008-10-26another thoughtJoey Hess
2008-10-26further thoughtsJoey Hess
2008-10-26organizing and pulling together syntax highlighting infoJoey Hess
2008-10-26editdiff already existsJoey Hess
2008-10-26do no-op post_commit test in wrapperJoey Hess
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.
2008-10-26move untrusted committer test into the wrapperJoey Hess
This saves around 1/4th second per trusted commit since ikiwiki doesn't need to start up.
2008-10-25fix typo.https://brian.may.myopenid.com//
2008-10-25add my namehttps://brian.may.myopenid.com//
2008-10-25Replace weirdness section with link to Debian bug report.https://brian.may.myopenid.com//
2008-10-25minor changehttps://brian.may.myopenid.com//
2008-10-25add link to Debian bug report.https://brian.may.myopenid.com//
2008-10-25improve formattinghttps://brian.may.myopenid.com//
2008-10-25solution?https://brian.may.myopenid.com//
2008-10-25attach patch for http/https proxy supporthttps://brian.may.myopenid.com//
2008-10-25(no commit message)http://xma.myopenid.com/
2008-10-24responseJason Blevins
2008-10-24other DVCS may be able to support anon pushJoey Hess
2008-10-24mention twitter feedJoey Hess
2008-10-24ideaJoey Hess
2008-10-24Git wizards required to make new anonymous push feature useful for meintrigeri
2008-10-24I was answeredintrigeri
2008-10-24Fix typoJason Blevins
2008-10-24note about spoofingJoey Hess
2008-10-24Test anon Git pushJason Blevins
2008-10-24linksJoey Hess
2008-10-24wordingJoey Hess
2008-10-24announce anonymous git push supportJoey Hess
2008-10-24Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-10-24make sure web edits still work :-)http://joey.kitenet.net/
2008-10-24remember how to write C codeJoey Hess
been a while!
2008-10-24the pre-receive wrapper needs to be suid after allJoey Hess
It needs to write to the user db.
2008-10-24new tip on setting up anonymous pushJoey Hess
2008-10-24export CALLER_UIDJoey Hess
2008-10-24anonymous git pushes are now enabled for this wikiJoey Hess
2008-10-24test 3Joey Hess
2008-10-24test 2Joey Hess