summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* btparser: Remove top frame withKarel Klic2011-05-021-0/+20
| | | | address 0x0000 (jump to NULL) during normalization to avoid incorrect backtrace ratings (rhbz#639049)
* Asciidoc manpage support; abrt-action-mailx manpageKarel Klic2011-05-023-1/+108
|
* list-dsos: don't list the same library multiple timesJiri Moskovcak2011-05-021-2/+3
| | | | - + minor fix of my last commit
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-023-49/+122
|\
| * call abrt-action-trim-files from abrt-action-install-debuginfoDenys Vlasenko2011-05-023-49/+122
| | | | | | | | | | | | This allows us to not setuid abrt-action-trim-files Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-021-38/+29
|\|
| * retrace client: handle messages in HTTP bodyMichal Toman2011-05-021-38/+29
| |
* | list-dsos: added package install time trac#123Jiri Moskovcak2011-05-021-14/+12
|/ | | | | - also clened-up the python code a bit - removed support for gettext
* gui: items in gui are sorted by time by default (descending) trac#116Jiri Moskovcak2011-05-021-0/+5
|
* retrace server: remove chroot on failureMichal Toman2011-05-022-8/+10
|
* Typo fix in commentDenys Vlasenko2011-04-291-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Logger: output "END:" line to delimit appended reports. closes bz#698458Denys Vlasenko2011-04-2810-245/+256
| | | | | | Also changes Bugzilla and abrt-cli output format. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo: handle exception in result = ↵Denys Vlasenko2011-04-273-3/+11
| | | | | | downloader.download(missing). Closes bz#695452 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* install-debuginfo: minor fix to help textJiri Moskovcak2011-04-261-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-04-262-1/+13
|\
| * abrt-action-trim-files: use correct PROGNAMEDenys Vlasenko2011-04-261-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-install-debuginfo: set real uid/gid to euid/gidDenys Vlasenko2011-04-261-0/+12
| | | | | | | | | | | | | | Fixes EPERM when abrt-action-install-debuginfo runs under root. Tested to work both under root and non-root Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | fixed trac#223: regression: abrt-action-install-debuginfo.py --help display ↵Jiri Moskovcak2011-04-262-13/+13
|/ | | | is wrong
* gui: suppress printing dumpdir access errors (bz#698418)Miroslav Lichvar2011-04-261-1/+1
|
* Do not leave dump dir locked by abrt-action-generate-backtrace.Karel Klic2011-04-251-0/+2
|
* wizard: expand explanatory text on 1st screen. Closes 201Denys Vlasenko2011-04-241-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: make all suitably set up labels autowrappableDenys Vlasenko2011-04-234-5/+39
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* mass replace of crash_data with problem_dataDenys Vlasenko2011-04-2349-331/+324
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* list-dsos: fixed C-ism in python codeJiri Moskovcak2011-04-221-1/+1
|
* applet: fixed segfault when abrtd is restarted rhbz#698934Jiri Moskovcak2011-04-221-1/+1
|
* gui: fixed the OK and CANCEL buttons order in event config dialogJiri Moskovcak2011-04-221-2/+2
|
* Make abrt-action-list-dsos.py take -m maps -o dsos params; and ↵Denys Vlasenko2011-04-224-85/+158
| | | | | | abrt-action-analyze-core.py to take -o build_ids param Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* renamed abrt-action-analyzecore.py -> analyze-core; made .conf file more ↵Denys Vlasenko2011-04-223-52/+47
| | | | | | readable Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo.py: don't die on some Yum exceptions. closes ↵Denys Vlasenko2011-04-211-7/+30
| | | | | | bz#681281 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* event_config_dialog: move [cancel] to the left. closes bz#692713Denys Vlasenko2011-04-211-1/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: prevent infinite recursion in include directives in abrt_event.confDenys Vlasenko2011-04-211-5/+11
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt_event.conf: fix AUTHORSDenys Vlasenko2011-04-211-3/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt_event.conf.5: new manpage. closes #132Denys Vlasenko2011-04-214-32/+82
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Do not allow to submit backtraces with rating 0 (or some other unexpected ↵Karel Klic2011-04-211-2/+1
| | | | rating).
* abrt-hook-ccpp: catch SIGTRAP too. closes #125Denys Vlasenko2011-04-201-3/+5
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* delete ugly parse_conf(), use load_abrt_conf() insteadDenys Vlasenko2011-04-2018-141/+72
| | | | | | Therefore moved abrt_conf.* to libreport Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* daemon: reload abrt.conf after each poll. Closes 189Denys Vlasenko2011-04-204-18/+28
| | | | | | | | | | | | | | | | | | | | | Can be optimized a bit by checking stat.st_mtime. Currently, every reload looks like this: 14:37:49.551073 open("/etc/abrt/abrt.conf", O_RDONLY) = 13 14:37:49.551229 fstat(13, {st_mode=S_IFREG|0644, st_size=869, ...}) = 0 14:37:49.551393 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f541037f000 14:37:49.551505 read(13, "# With this option set to \"yes\",\n# only crashes in signed packages will be analyzed.\n# the list of "..., 4096) = 869 14:37:49.551709 read(13, "", 4096) = 0 14:37:49.551812 close(13) = 0 14:37:49.552051 open("/etc/abrt/gpg_keys", O_RDONLY) = 13 14:37:49.552183 fstat(13, {st_mode=S_IFREG|0644, st_size=36, ...}) = 0 14:37:49.552338 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f541037f000 14:37:49.552448 read(13, "/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora\n", 4096) = 36 14:37:49.552591 read(13, "", 4096) = 0 14:37:49.552692 close(13) = 0 14:37:49.552792 munmap(0x7f541037f000, 4096) = 0 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename Daemon.cpp to abrtd.cDenys Vlasenko2011-04-207-217/+7
| | | | | | This loses libstdc++, libm and libgcc_s libraries from abrtd Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename Settings.{cpp,h} to abrt_conf.{c,h}Denys Vlasenko2011-04-202-0/+210
| | | | | This makes abrt-action-save-package-data twice as small, amd loses libstdc++.so.6 dependency
* daemon: simplify parsing of settings; remove remaining c++isms in daemonDenys Vlasenko2011-04-207-349/+131
| | | | | | | | This change will not compile, because in C++, void* cannot be automatically cast to char*. Next change renames Settings.cpp to *.c and fixes this. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run abrt oops log scanner as a separate serviceDenys Vlasenko2011-04-201-4/+4
| | | | | | | | | | | | | | | | In preparation for https://fedorahosted.org/abrt/ticket/189 "abrtd should reload configuration when some of it's config files changes" I would like to stop running abrt-dump-oops as a child of abrtd. We experimented with it: we made abrt-ccpp hook (de)installation a separate service, and in my opinion it ended up a better solution than making it a part of daemon. Among other things, it made abrt and abrt-addon-ccpp packages independent. This change does the same for abrt-dump-oops. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace server: add messages into HTTP responseMichal Toman2011-04-204-37/+75
|
* retrace client: handle status messagesMichal Toman2011-04-191-5/+37
|
* remaned some .cpp files to .c in src/daemon/Denys Vlasenko2011-04-197-19/+19
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* daemon: remove unused dbus calls and their support codeDenys Vlasenko2011-04-1912-1047/+10
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* slightly more clear code for command line and environ escapingDenys Vlasenko2011-04-191-20/+34
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Fix rpm signature check (trac#198)Miroslav Lichvar2011-04-192-3/+3
|
* dsos-list: catch exception rhbz#697596Jiri Moskovcak2011-04-191-2/+5
|
* retrace client: check server settings before uploadingMichal Toman2011-04-191-9/+169
|
* retrace server: move retrace library to %{python_site}Michal Toman2011-04-1910-20/+9
|