]> arthur.barton.de Git - bup.git/history - cmd/web-cmd.py
Use absolute_import from the __future__ everywhere
[bup.git] / cmd / web-cmd.py
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2017-12-27 Rob BrowningRemove vfs (replaced by vfs2)
2017-12-24 Rob BrowningPort web to vfs2
2016-03-12 Rob Browningweb: retrieve paths exactly as presented
2016-03-12 Rob BrowningMerge web GET fix and SIGTERM and unix:// support
2016-03-12 Rob Browningweb: fix broken GETs and test
2016-03-12 Rob Browningweb: add missing chunkyreader import
2016-03-12 Rob Browningweb: for unix://path, listen on filesystem socket
2016-03-12 Rob Browningweb: attempt orderly shut down on SIGTERM
2016-03-05 Rob Browningweb: remove unneeded __name__ == '__main__' guard
2016-01-17 Rob BrowningDon't import * from helpers
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2015-12-12 Rob BrowningConfigure python, use it, and embed during install
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
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.