summaryrefslogtreecommitdiff
path: root/portato/helper.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+0
* Moved get_dependencies to top package classRené 'Necoro' Neumann2008-03-121-0/+45
* Small changesRené 'Necoro' Neumann2008-03-091-0/+1
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-271-0/+1
* added listener/notifynecoro2007-08-121-16/+1
* new threading model in gui_helpernecoro2007-08-071-2/+2
* i18n support and german translationsnecoro2007-08-051-0/+3
* fixesnecoro2007-07-131-2/+7
* new fancier log outputnecoro2007-07-131-65/+4
* added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro2007-07-111-0/+16
* Some documentation worknecoro2007-07-071-8/+13
* nomsgnecoro2007-06-031-3/+9
* added noroot-optionnecoro2007-04-251-4/+11
* Made qt plugin-ready; lots of documentationnecoro2007-04-201-2/+7
* Some small changes for etcproposals 1.1necoro2007-03-311-1/+1
* Allowed Plugins to have a menunecoro2007-03-311-0/+12
* First plugin supportnecoro2007-03-101-4/+14
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-191-1/+36
* Added file support for debug (merged from curses-branch)necoro2007-02-041-2/+10
* Renamed to portatonecoro2006-11-241-0/+60
<hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2-1/+6 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli2-0/+7 This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com>