summaryrefslogtreecommitdiff
path: root/update-dbus-docs.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-08-172007-08-17 William Jon McCann <mccann@jhu.edu>Havoc Pennington1-0/+2
* update-dbus-docs.sh: upload DTD to server
2007-05-21* update-dbus-docs.sh: Assorted improvements:Simon McVittie1-11/+10
- Default user if $FDUSER is not set is the ssh default (set in ~/.ssh/config or based on the local username), not a hard-coded "johnp" - Temporary checkout directory is created securely (preventing symlink attacks), if mktemp(1) is available - Use make -C rather than cd && make && cd ..
2007-03-12add COPYING to docs copied to web siteHavoc Pennington1-2/+2
2006-11-182006-11-17 Havoc Pennington <hp@redhat.com>Havoc Pennington1-4/+12
* update-dbus-docs.sh: allow setting fd.org username via env variable. Make it run autogen with --enable-xml-docs=yes --enable-doxygen-docs=yes so configure will fail if the required tools are missing.
2006-11-03* bump releaseJohn (J5) Palmieri1-3/+3
2005-12-01fix file list in update-dbus-docs.shHavoc Pennington1-1/+1
2005-01-212005-01-21 Havoc Pennington <hp@redhat.com>Havoc Pennington1-3/+3
* dbus/dbus-bus.c: add more return_if_fail checks * dbus/dbus-message.c (load_message): have the "no validation" mode (have to edit the code to toggle the mode for now though) * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that skips all validation; I want to use this at least for benchmark baseline, I'm not sure if it should be a publicly-available switch.
2005-01-212005-01-20 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+47
* update-dbus-docs.sh: script to update docs on the web site, only works for me though. neener.