summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* split libreport to a separate packageJiri Moskovcak2011-06-0846-7945/+14
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-015-21/+120
* include/report/report.h: change API from having more functions to having more...Denys Vlasenko2011-05-241-77/+26
* abrt-action-bugzilla: fold make_description_comment into its only callsiteDenys Vlasenko2011-05-241-25/+0
* run_event: support VAR~=REGEX matchDenys Vlasenko2011-05-231-2/+37
* run_event: add comment. No code changesDenys Vlasenko2011-05-231-0/+7
* assorted cleanups, memory leak fix (g_list_free in add_basics_to_problem_data)Denys Vlasenko2011-05-222-47/+41
* more fixes to report C API (based on Denys's review)Jiri Moskovcak2011-05-202-72/+94
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-191-7/+23
|\
| * dump_dir: fix loading of Unicode texts. Closes bz#622223Denys Vlasenko2011-05-191-7/+23
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-194-8/+145
|\|
| * move vector of pd's cod to cli, its only userDenys Vlasenko2011-05-191-8/+0
| * reenable kernel taintNikola Pajkovsky2011-05-193-0/+145
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-181-1/+1
|\|
* | report C API improvementsJiri Moskovcak2011-05-182-30/+164
|/
* run_event: explain pop_next_command, move free_rule_list inside it.Denys Vlasenko2011-05-171-4/+13
* bigger WIDTH for usageNikola Pajkovsky2011-05-171-1/+1
* add additional headers into abrt_post()Nikola Pajkovsky2011-05-172-9/+20
* run_event.c: fix "EVENT=post-create component=mypkg doesn't work" bug. Closes...Denys Vlasenko2011-05-171-234/+200
* smart_event.conf: suppress stray output of "which" commandDenys Vlasenko2011-05-172-5/+3
* removed accidentally pushed codeJiri Moskovcak2011-05-161-28/+0
* fixed copyright textJiri Moskovcak2011-05-161-2/+30
* fix the report API according to the reviewJiri Moskovcak2011-05-161-8/+17
* Merge branch 'master' into report_apiJiri Moskovcak2011-05-138-135/+201
|\
| * Merge branch 'bz/xmlrpc-c'Nikola Pajkovsky2011-05-124-126/+154
| |\
| | * xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-124-126/+154
| * | abrt_curl: add curl logging, active on -vv and -vvv levels. Closes bz#695744Denys Vlasenko2011-05-121-5/+43
| |/
| * whitespace fixes. no code changesDenys Vlasenko2011-05-114-4/+4
* | report api proposalJiri Moskovcak2011-05-132-1/+99
|/
* wizard: return control to analyze step if non-executed analyzers existDenys Vlasenko2011-05-101-2/+2
* Add analyzer which collects /var/log/messages. Closes bz#565725Denys Vlasenko2011-05-101-4/+4
* Do away with reanalyze eventsDenys Vlasenko2011-05-102-2/+11
* abrt-cli: incorporate most of abrt-handle-crashdump functionalityDenys Vlasenko2011-05-041-5/+5
* move $ABRT_foo checking and setting into helper routines.Denys Vlasenko2011-05-042-4/+54
* Logger: output "END:" line to delimit appended reports. closes bz#698458Denys Vlasenko2011-04-284-181/+210
* mass replace of crash_data with problem_dataDenys Vlasenko2011-04-236-50/+50
* run_event: prevent infinite recursion in include directives in abrt_event.confDenys Vlasenko2011-04-211-5/+11
* delete ugly parse_conf(), use load_abrt_conf() insteadDenys Vlasenko2011-04-206-78/+225
* daemon: simplify parsing of settings; remove remaining c++isms in daemonDenys Vlasenko2011-04-201-1/+2
* daemon: remove unused dbus calls and their support codeDenys Vlasenko2011-04-192-250/+3
* slightly more clear code for command line and environ escapingDenys Vlasenko2011-04-191-20/+34
* abrt-hook-ccpp: add saving of environ, disable saving of smaps. closes #91Denys Vlasenko2011-04-181-19/+50
* switch python and oops hashing to sha1Denys Vlasenko2011-04-185-607/+128
* make <note-html> translatableJiri Moskovcak2011-04-171-3/+14
* make <name> in event xml description translatableJiri Moskovcak2011-04-171-4/+15
* Implement the possibility to add text labels to even config GUI. Closes #199.Denys Vlasenko2011-04-152-64/+78
* wizard: implement long descriptionsDenys Vlasenko2011-04-142-7/+25
* fixes for i18n in xml parserDenys Vlasenko2011-04-131-42/+55
* send "User-Agent: ABRT/n.n.n" header in RHTS http transactionsDenys Vlasenko2011-04-081-0/+5
* abrt-action-print: add -r option which records reported_toDenys Vlasenko2011-04-081-1/+1