summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add install scriptMichal Toman2011-01-192-0/+245
| |
* | Add repo config filesMichal Toman2011-01-193-1/+346
| |
* | Access local repos directly without HTTPMichal Toman2011-01-192-7/+7
| |
* | deny non-HTTPS requests and limit max parallel tasksMichal Toman2011-01-141-1/+7
| |
* | read config on importMichal Toman2011-01-142-3/+4
| |
* | Revert parts of accidental retrace client commitKarel Klic2011-01-122-23/+23
| |
* | coredump2packages: added --log; handle multiple debuginfo packages ↵Karel Klic2011-01-121-6/+138
| | | | | | | | containing single build id
* | major updateMichal Toman2011-01-1212-421/+401
| |
* | retrace client work-in-progressKarel Klic2011-01-113-5/+267
| |
* | Added gdbserver to the todo listKarel Klic2011-01-052-6/+23
| |
* | Merge branch 'retrace' of ssh://git.fedorahosted.org/git/abrt into retraceKarel Klic2010-12-020-0/+0
|\ \
| * | Add simple installerMichal Toman2010-11-221-0/+121
| | |
| * | Add simple reposync scriptMichal Toman2010-11-221-0/+39
| | |
| * | Worker updateMichal Toman2010-11-223-57/+91
| | |
| * | Added retrace server design documentKarel Klic2010-11-162-0/+1566
| | |
| * | test uploader updateMichal Toman2010-11-081-2/+2
| | |
| * | update interfaceMichal Toman2010-11-082-4/+4
| | |
| * | update workerMichal Toman2010-11-083-25/+43
| | |
| * | update interfaceMichal Toman2010-11-084-18/+81
| | |
| * | rewrite test uploader in pythonMichal Toman2010-11-082-106/+178
| | |
| * | worker updateMichal Toman2010-11-063-100/+112
| | |
| * | add workerMichal Toman2010-11-052-0/+347
| | |
| * | add workerMichal Toman2010-11-052-194/+0
| | |
| * | add architecture and release to required filesMichal Toman2010-10-272-4/+8
| | |
| * | =Add test crash uploader.Michal Toman2010-10-273-6/+187
| | |
| * | config files and simple test installerMichal Toman2010-10-193-0/+104
| | |
| * | add status request, log request, backtrace requestMichal Toman2010-10-193-0/+89
| | |
| * | Generate task id as long random stringMichal Toman2010-10-192-20/+40
| | |
* | | Add retrace server to automake and autoconf configuration filesKarel Klic2010-12-029-2/+49
| | |
* | | Add simple installerMichal Toman2010-12-021-0/+121
| | |
* | | Add simple reposync scriptMichal Toman2010-12-021-0/+39
| | |
* | | Worker updateMichal Toman2010-12-023-57/+91
| | |
* | | Added retrace server design documentKarel Klic2010-12-022-0/+1566
| | |
* | | test uploader updateMichal Toman2010-12-021-2/+2
| | |
* | | update interfaceMichal Toman2010-12-022-4/+4
| | |
* | | update workerMichal Toman2010-12-023-25/+43
| | |
* | | update interfaceMichal Toman2010-12-024-18/+81
| | |
* | | rewrite test uploader in pythonMichal Toman2010-12-022-106/+178
| | |
* | | worker updateMichal Toman2010-12-023-100/+112
| | |
* | | add workerMichal Toman2010-12-022-0/+347
| | |
* | | add workerMichal Toman2010-12-022-194/+0
| | |
* | | add architecture and release to required filesMichal Toman2010-12-022-4/+8
| | |
* | | =Add test crash uploader.Michal Toman2010-12-023-6/+187
| | |
* | | config files and simple test installerMichal Toman2010-12-023-0/+104
| | |
* | | add status request, log request, backtrace requestMichal Toman2010-12-023-0/+89
| | |
* | | Generate task id as long random stringMichal Toman2010-12-022-20/+40
| |/ |/|
* | l10n: Updates to Polish (pl) translationraven2010-11-301-28/+26
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-11-301-31/+26
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | updated po filesJiri Moskovcak2010-11-2942-6783/+11396
| |
* | new debuginfo install script rewritten in pythonJiri Moskovcak2010-11-296-426/+480
| | | | | | | | | | | | | | | | - using python alows us to use the yum API, so we can read the progress, file sizes, requires disk space, etc.. and seems to be faster the using yum --whatprovides + yumdownloader - it's easier to translate - we can drop dependency on yum-utils