Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-27 | Note sourcecode plugin doesn't pollute drop-down menu | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Note change in src-highlight plugin | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | Updated patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-10-27 | responses | Joey Hess | |
2008-10-27 | git: Allow [[sha1_commit]] to be used in the diffurl, to support cgit. | Joey Hess | |
2008-10-27 | Thoughts | Jason Blevins | |
2008-10-27 | Fix escaping | Jason Blevins | |
2008-10-27 | Patch for substitution of sha1 in diffurl | Jason Blevins | |
2008-10-26 | (no commit message) | bremner | |
2008-10-26 | another thought | Joey Hess | |
2008-10-26 | further thoughts | Joey Hess | |
2008-10-26 | organizing and pulling together syntax highlighting info | Joey Hess | |
2008-10-26 | editdiff already exists | Joey Hess | |
2008-10-26 | do no-op post_commit test in wrapper | Joey 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-26 | move untrusted committer test into the wrapper | Joey Hess | |
This saves around 1/4th second per trusted commit since ikiwiki doesn't need to start up. | |||
2008-10-25 | fix typo. | https://brian.may.myopenid.com// | |
2008-10-25 | add my name | https://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 change | https://brian.may.myopenid.com// | |
2008-10-25 | add link to Debian bug report. | https://brian.may.myopenid.com// | |
2008-10-25 | improve formatting | https://brian.may.myopenid.com// | |
2008-10-25 | solution? | https://brian.may.myopenid.com// | |
2008-10-25 | attach patch for http/https proxy support | https://brian.may.myopenid.com// | |
2008-10-25 | (no commit message) | http://xma.myopenid.com/ | |
2008-10-24 | response | Jason Blevins | |
2008-10-24 | other DVCS may be able to support anon push | Joey Hess | |
2008-10-24 | mention twitter feed | Joey Hess | |
2008-10-24 | idea | Joey Hess | |
2008-10-24 | Git wizards required to make new anonymous push feature useful for me | intrigeri | |
2008-10-24 | I was answered | intrigeri | |
2008-10-24 | Fix typo | Jason Blevins | |
2008-10-24 | note about spoofing | Joey Hess | |
2008-10-24 | Test anon Git push | Jason Blevins | |
2008-10-24 | links | Joey Hess | |
2008-10-24 | wording | Joey Hess | |
2008-10-24 | announce anonymous git push support | Joey Hess | |
2008-10-24 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-24 | make sure web edits still work :-) | http://joey.kitenet.net/ | |
2008-10-24 | remember how to write C code | Joey Hess | |
been a while! | |||
2008-10-24 | the pre-receive wrapper needs to be suid after all | Joey Hess | |
It needs to write to the user db. | |||
2008-10-24 | new tip on setting up anonymous push | Joey Hess | |
2008-10-24 | export CALLER_UID | Joey Hess | |
2008-10-24 | anonymous git pushes are now enabled for this wiki | Joey Hess | |
2008-10-24 | test 3 | Joey Hess | |
2008-10-24 | test 2 | Joey Hess | |
2008-10-24 | remove, fixed the problem | Joey Hess | |
2008-10-24 | can't lock wiki due to permissions (probably) | Joey Hess | |
luckily, don't really need to here | |||
2008-10-24 | test adding a file | Joey Hess | |
I hope this commit is not accepted. If it is, I have a bug. :-) | |||
2008-10-24 | test | Joey Hess | |
2008-10-24 | include temp file for attachment change too | Joey Hess | |