chiark / gitweb /
Switch all headers to python3
[fdroidserver.git] / fdroid
2016-03-10 Daniel MartíSwitch all headers to python3
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-01-14 Daniel MartíApparently Python cannot handle Unicode
2016-01-09 Daniel Martífdroid: python2 doesn't like print()
2015-12-29 NeroBurnerexcept named exception handling
2015-12-29 NeroBurnerChange print-function to have brackets
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-10-05 Daniel MartíAlways use the same logging format
2015-09-26 Daniel Martífdroid: don't treat MetaDataException as unknown
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-01 Daniel MartíMerge branch 'fdroid-version' into 'master'
2015-09-01 Hans-Christoph Steiner`fdroid --version` for installed releases and running...
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-01-11 Ciaran GultnieksAdd fdroid signindex to sign previously unsigned indexes
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
2014-08-25 Ciaran GultnieksDon't print tracebacks for option errors
2014-07-05 Daniel MartíUse logging with proper format when warning about impro...
2014-07-05 Daniel MartíUsing $(levelname) in --quiet makes no sense
2014-07-03 Daniel MartíNo need to print a trace when the user did a ^C
2014-07-03 Daniel MartíMake use of FDroidException in the main fdroid script
2014-05-20 Ciaran GultnieksRestore friendly error messages
2014-05-12 Ciaran GultnieksAdd 'fdroid gpgsign' command
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E226 missing whitespace around arithmetic...
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E231 missing whitespace after ','"
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-19 Daniel MartíDon't use logging before it's set up
2014-02-18 Daniel MartíImplement proper fdroid --help
2014-02-09 Daniel MartíDon't show INFO: when not doing verbose runs
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-02-02 Daniel MartíNew command: readmeta, like lint but without warnings
2014-01-31 Daniel MartíMerge branch 'master' into logging
2014-01-30 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíUpdate my own copyright notices
2014-01-27 Daniel MartíStart doing logging properly
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-09 Daniel MartíNew 'lint' subcommand in testing phase
2014-01-09 Daniel MartíAdd copyright notices to bash scripts
2014-01-02 Daniel MartíNew 'lint' subcommand in testing phase
2013-12-30 Daniel MartíAdd copyright notices to bash scripts
2013-12-19 Daniel MartíAdd 'fdroid install', more rewriting
2013-11-07 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-11-05 Daniel MartíMerge commit 'refs/merge-requests/129' of gitorious...
2013-11-05 Daniel Martíos imported but not used in fdroid
2013-11-04 Daniel MartíDon't check for dirs and files in the main script
2013-11-04 Hans-Christoph Steinerimplement 'fdroid init' to set up a barebones repo...
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-01 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-01 Daniel MartíStart rewriting options and config as common.py globals
2013-10-31 Daniel MartíStart using config and options as common.py globals
2013-10-31 Daniel MartíSwitch all shebangs to 'env python2'
2013-10-30 Daniel MartíIf config.py is not in the CWD, error before doing...
2013-08-29 Ciaran GultnieksAdd verifier to available commands
2013-07-06 Daniel MartíCheck that metadata and tmp exist (fixes #266)
2013-06-06 Daniel Martí-h and --help are not invalid commands
2013-05-31 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-30 Daniel MartíDon't import fdroid twice, allow -h without config
2012-03-12 Ciaran Gultnieks--help is canonical
2012-03-12 Ciaran GultnieksMerge commit 'refs/merge-requests/86' of git://gitoriou...
2012-03-11 Tias Gunsfdroid.py: a pointer to the -h option of commands
2012-03-11 Tias Gunsfdroid.py: list commands when not giving a right comman...
2012-03-11 Ciaran GultnieksMoved the upload scripts to a proper command
2012-03-11 Ciaran GultnieksMake the server tools an installable package (with...
2012-02-26 Ciaran GultnieksCommand dispatcher