summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* remove abrt-cliDenys Vlasenko2011-06-151-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move events and events config to libreport/events{.d} and libreport/pluginsJiri Moskovcak2011-06-151-2/+4
| | | | - requires libreport commit: 219c304236910086fae00e3a65fef626b46f1f1e
* [abrt] rename abrt-install-ccpp-hook to abrt-install-ccpp-hook.inNikola Pajkovsky2011-06-151-0/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* configure.ac required file from btparser which was deletedNikola Pajkovsky2011-06-141-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Embedded btparser removedKarel Klic2011-06-091-2/+1
|
* remove Retrace server codeMichal Toman2011-06-091-3/+0
|
* split libreport to a separate packageJiri Moskovcak2011-06-081-3/+2
|
* remove c++ism from configureNikola Pajkovsky2011-05-121-4/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* propagate git version into rpm packageNikola Pajkovsky2011-05-101-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Asciidoc manpage support; abrt-action-mailx manpageKarel Klic2011-05-021-0/+18
|
* generate abrt version from gitNikola Pajkovsky2011-04-271-1/+4
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* increase version to 2.0.2Jiri Moskovcak2011-04-261-1/+1
|
* increase version to 2.0.1Jiri Moskovcak2011-04-171-1/+1
|
* -devel package contains btparser headers; -devel package does not include ↵Karel Klic2011-03-311-0/+1
| | | | libreportgtk.so versioned libraries
* make abrt-retrace-server RPM work properlyMichal Toman2011-03-281-0/+1
|
* increase version to 2.0.0Jiri Moskovcak2011-03-161-1/+1
|
* Remove deprecated ENABLE_SOCKET_OR_DBUS configuration optionKarel Klic2011-03-161-12/+0
|
* reanalyze configuration symlinksKarel Klic2011-03-161-0/+1
|
* put code shared among gui and wizard into libreportgtkJiri Moskovcak2011-03-141-0/+2
|
* build: fix ./configure --enable-debugNikola Pajkovsky2011-03-141-5/+5
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* override old gui by new oneNikola Pajkovsky2011-03-111-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-091-0/+2
|\
| * add Bugzilla.xml event descriptionJiri Moskovcak2011-03-081-0/+2
| |
* | retrace server documentation in texinfo formatKarel Klic2011-03-081-0/+1
|/
* merge changes from masterKarel Klic2011-03-011-4/+11
|\
| * move ccpp related events to events.d/Jiri Moskovcak2011-02-221-0/+2
| | | | | | | | | | - so now when the abrt-addon-ccpp is removed it's config will be removed with it, so the rest of abrt and libreport won't be confused
| * rename gtk-wizard to gui-wizard-gtkJiri Moskovcak2011-02-151-1/+1
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-141-3/+0
| |\
| | * remove bzlib.h checkingNikola Pajkovsky2011-02-141-3/+0
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * | gtk wizardJiri Moskovcak2011-02-131-0/+1
| |/
| * abrt-gtk: beginning of C rewrite of GUIJiri Moskovcak2011-02-091-0/+1
| |
| * remove old plugin machinery. -10k and -1 library dependence in abrtdDenys Vlasenko2011-01-191-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * jury-rig compile for python2.6; small style fixesDenys Vlasenko2010-12-141-1/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * a stub for report-pythonJiri Moskovcak2010-12-141-0/+2
| |
* | moved retrace server code to src/retraceKarel Klic2011-03-011-6/+1
| |
* | Retrace client more work in progressKarel Klic2011-01-191-1/+1
| |
* | Revert parts of accidental retrace client commitKarel Klic2011-01-121-2/+2
| |
* | retrace client work-in-progressKarel Klic2011-01-111-2/+2
| |
* | Add retrace server to automake and autoconf configuration filesKarel Klic2010-12-021-0/+6
|/
* remove sqlite DBDenys Vlasenko2010-11-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | This change removes sqlite database. Database was used to find dump dirs by [UID:]UUID. This patch uses more natural way: dump dirs are addressed by their directory names. DB was also used to produce a list of dump dirs. Now it is done by iterating over the /var/spool/abrt directory. And finally, DB was also used to find duplicate UUIDs. Now it is done by iterating over the /var/spool/abrt directory. Crash count, "inform all" and reporting result message are moved from DB field to a file in dump dir. "Reported" DB field is deleted - if message != "", then this dump was reported. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove polkitNikola Pajkovsky2010-11-191-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* increased version to 1.2.0Jiri Moskovcak2010-11-181-1/+1
| | | | - we have a different branch for 1.1.x
* silent rulesNikola Pajkovsky2010-11-161-1/+2
| | | | | | | disabled by default, to enabled by default use m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-151-3/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move files from lib/plugins to src/pluginsJiri Moskovcak2010-11-101-1/+3
|
* btparser integration: fix testsKarel Klic2010-10-141-0/+1
|
* btparser integration: merge it into ABRT's directory hierarchyKarel Klic2010-10-141-1/+8
|
* btparser initial integrationKarel Klic2010-10-141-11/+2
|
* SQLite3.cpp: replace std::vector by GListNikola Pajkovsky2010-09-081-1/+1
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> Acked-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Fix an ugly misaligmnent of dirent struct between C and C++ code,Karel Klic2010-08-191-0/+2
| | | | caused by LARGEFILE_SOURCE defined in C++, but not in C.