- Jun 24, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
It's now possible to require HTTP authentication for all of the Web interface (not only push/pull). This isn't available from the command line. Note that when both whole-site password protection and Smart HTTP mode is enabled, push is allowed by default. It can be disallowed using the 'disable_push' option.
-
Jonas Haag authored
-
- Apr 28, 2015
-
-
Jonas Haag authored
Fix errant .split() calls that causes a TypeError
-
William Hughes authored
the wsgi_autoreload component Fixed #116
-
- Apr 17, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
The 'diff.py' module used to parse unified diff lines like +++ a/foo/bar /spam/eggs as "/foo/bar" i.e. stripping anything behind whitespace. This is because it tried to recognize the part after whitespace as a commit revision id. As dulwich never uses the latter, I simply removed that feature. Whitespace isn't special-cased anymore now.
-
- Apr 14, 2015
-
-
Jonas Haag authored
-
- Apr 13, 2015
-
- Jan 31, 2015
-
-
Jonas Haag authored
-
- Jan 20, 2015
-
-
Jonas Haag authored
Split browser option into flag and option
-
Rich Wareham authored
As noted in #108, the ``--browser`` option is currently broken if no argument is supplied. Split the argument into two: a flag (``--browser``) indicating if a browser is to be opened and an option (``--with-browser``) which may optionally be used to specify which browser is to be used. Fixes #108.
-
- Jan 19, 2015
-
-
Jonas Haag authored
-
Jonas Haag authored
You may now optionally pass a browser name or executable to the --browser option, which is then preferred over the default browser. See #107.
-
Jonas Haag authored
Add option to auto-launch browser on server
-
Rich Wareham authored
-
Rich Wareham authored
Add command-line argument --browser (shortened to -b) which will auto-launch a web-browser pointing to the Klaus server via the Python webbrowser module. Note that we do things in the wrong order in that we launch the browser and *then* start the server. In the absence of a cleaner way of getting a function to run after server setup this approach actually works in practice. If this doesn't Just Work for someone we can think again about more complex options.
-
- Jul 01, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
The 'git' executable may very well be absent on other platforms as well.
-
Jonas Haag authored
catch WindowsError
-
- Jun 30, 2014
-
-
Mechazawa authored
-
- Jun 22, 2014
-
-
Jonas Haag authored
- Jun 21, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Mechazawa authored
-
- Jun 20, 2014
-
-
Jonas Haag authored
Thanks to @Mechazawa for the report and patch.
-
- May 12, 2014
-
-
Jonas Haag authored
-
- May 03, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
Thanks to @lb1a for the patch. Fixes #87.
-
- May 02, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
Thanks to @lb1a for the initial patch. Fixes #35.
-
- Mar 13, 2014
-
-
Jonas Haag authored
-