summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-retrace-client.c
Commit message (Collapse)AuthorAgeFilesLines
* retrace client: make strings translatable, send locale headers in HTTP requestsMichal Toman2011-05-201-104/+212
|
* retrace client: add --status-delay option (and be more verbose - trac #269)Michal Toman2011-05-201-7/+69
|
* whitespace fixes. no code changesDenys Vlasenko2011-05-111-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace client: default URL retrace01.fpo.org -> retrace.fpo.orgMichal Toman2011-05-061-1/+1
|
* retrace client: flush stdout after each status message in batch modeMichal Toman2011-05-061-0/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-05-051-3/+2
|\
| * move $ABRT_foo checking and setting into helper routines.Denys Vlasenko2011-05-041-3/+2
| | | | | | | | | | | | | | I'm sick of fixing incorrect PROGNAME defines. Now g_progname is a variable and it is set from argv[0]. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | retrace-client: Load system-wide certificates. Move NSS init/shutdown to ↵Karel Klic2011-05-051-18/+62
|/ | | | main, as it shouldn't be run multiple times.
* retrace client: handle messages in HTTP bodyMichal Toman2011-05-021-38/+29
|
* retrace client: handle status messagesMichal Toman2011-04-191-5/+37
|
* retrace client: check server settings before uploadingMichal Toman2011-04-191-9/+169
|
* all: don't declare variables inside for loopsCosimo Cecchi2011-03-291-3/+6
|
* retrace-client: batch operation exits with 1 when retracing failsKarel Klic2011-03-161-1/+4
|
* abrt-retrace-client: show url in an error message; read envvar ↵Karel Klic2011-03-101-2/+6
| | | | RETRACE_SERVER_URL
* retrace-client: do not include unneeded files in the uploaded archiveKarel Klic2011-03-071-2/+0
|
* retrace-client: wait 10 seconds between status requests.Karel Klic2011-03-071-0/+1
|
* retrace-client: store backtrace to dump_dir in batch operation; various ↵Karel Klic2011-03-031-85/+76
| | | | cleanups and fixes
* finished merge with master branchKarel Klic2011-03-011-49/+45
|
* retrace client: implemented batch operation, improved the restKarel Klic2011-02-171-129/+210
|
* retrace-client: code formatting onlyKarel Klic2011-02-171-13/+32
|
* retrace-client: do not crash on missing headerKarel Klic2011-02-071-1/+1
|
* retrace client: create prints only task id and password; some code cleanupKarel Klic2011-01-241-66/+101
|
* Retrace client work in progressKarel Klic2011-01-211-18/+108
|
* Retrace client work in progress.Karel Klic2011-01-201-52/+292
|
* Retrace client more work in progressKarel Klic2011-01-191-117/+205
|
* retrace client work-in-progressKarel Klic2011-01-111-0/+243