]> arthur.barton.de Git - bup.git/history - cmd/web-cmd.py
web: URL escape link components
[bup.git] / cmd / web-cmd.py
2015-02-16 Rob Browningweb: URL escape link components 0.27-rc1
2014-07-17 Will RouesnelFix HEAD request handling in bup-web
2014-06-06 Rob Browningweb-cmd.py: open browser from ioloop callback
2014-06-06 Holger Dellweb-cmd.py: add --browser option to open the site
2013-08-26 Kumar AppaiahAdd --human-readable option to "bup web".
2013-08-17 Rob Browningweb-cmd.py: accommodate HTTPServer s/_socket/_sockets...
2013-08-17 Robert S. Edmondsweb-cmd.py: add a tornado import guard like the one...
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2010-11-09 David RodaIf not directory root, prepend list with ".."
2010-10-04 Avery PennarunMerge remote branch 'origin/master'
2010-10-04 Avery Pennaruncmd/web: stream large files asynchronously.
2010-09-22 Avery PennarunMerge branch 'dr/web'
2010-09-22 David RodaIf we are showing hidden files, continue to do so.
2010-09-22 David RodaEnable static resources. Move css to external file.
2010-08-22 Gabriel Filionimport cleanup
2010-07-27 Gabriel Filioncmd/web: hide .dotfiles by default
2010-07-26 Avery Pennarunvfs: try_lresolve() was a bad idea. Create try_resolve...
2010-07-23 Avery Pennaruncmd/web: don't die if lresolve() fails.
2010-07-23 Joe BedaConvert 'bup web' directory listing to use tornado...
2010-07-22 Joe BedaDefault 'bup web' to serving on localhost only.
2010-07-21 Gabriel Filionweb: Make output follow html4 standard
2010-07-21 Gabriel Filionweb: Lowercase tags in output
2010-07-17 Peter McCurdyConvert web-cmd to use Tornado.
2010-07-16 Zoran ZaricAdded breadcrumb navigation to bup-web.
2010-07-14 Zoran ZaricAll HTML attribute values should be enclosed by doubleq...
2010-07-14 Zoran ZaricClosing a UL-tag doesn't make sense here, the TABLE...
2010-07-13 Avery Pennaruncmd/web: print a nicer message if we can't bind the...
2010-07-12 Gabriel Filioncmd/web: tiny fix to make redirects work with Firefox. bup-0.15b
2010-07-12 Joe BedaAdd new 'bup web' command.