summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* remove Retrace server codeMichal Toman2011-06-092-800/+0
|
* remove outdated abrt 1.x documentationDenys Vlasenko2011-05-236-405/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace doc: Security section updateKarel Klic2011-05-181-34/+27
|
* retrace docs: updated Task cleanup section, minor wording changes all over ↵Karel Klic2011-05-181-24/+18
| | | | the text
* retrace docs: improved overview, updated Package repository and Task cleanup ↵Karel Klic2011-05-181-57/+66
| | | | sections
* retrace manual: added names of the options; minor wording changesKarel Klic2011-05-181-38/+35
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-05-121-2/+2
|\
| * Do away with reanalyze eventsDenys Vlasenko2011-05-101-2/+2
| | | | | | | | | | | | | | | | Now code determines whether analyze event can be skipped by looking at <creates-elements>backtrace</creates-elements> element in .xml file. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Overhaul of the retrace server manual, work in progressKarel Klic2011-05-121-324/+324
|/
* remove FILENAME_INFORMALL and tighten up some loose endsDenys Vlasenko2011-03-251-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* retrace-server-manual: added some todo itemsKarel Klic2011-03-101-0/+6
|
* mv .gitignore from /doc to /doc/abrt-pluginsNikola Pajkovsky2011-03-101-0/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* retrace-server-manual: remove text and html versionsKarel Klic2011-03-102-1583/+0
|
* retrace-server-manual: improve markupKarel Klic2011-03-091-43/+43
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-091-2/+2
|\
* | retrace-server: ship documentation in retrace-server rpm, use ↵Karel Klic2011-03-092-1/+1
| | | | | | | | abrt-retrace-server.info instead of retrace-server.info
* | retrace server documentation in texinfo formatKarel Klic2011-03-082-0/+801
|/
* merge changes from masterKarel Klic2011-03-014-48/+186
|\
| * update doc/TODO_crash_dump_fieldsDenys Vlasenko2011-02-101-0/+25
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * updated doc/TODO_crash_dump_fieldsDenys Vlasenko2011-02-101-1/+40
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * updated doc/TODO_crash_dump_fieldsDenys Vlasenko2011-02-101-0/+18
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * added doc/TODO_crash_dump_fieldsDenys Vlasenko2011-02-101-0/+49
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * doc/design updateDenys Vlasenko2011-02-071-46/+54
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * small fixes to map_string_t conversion suggested by KarelDenys Vlasenko2010-12-131-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * removal of C++isms from libabrt, part 1Denys Vlasenko2010-12-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch converts libabrt usage of C++ map<string, string> to a glib-based container, GHashTable. It is typedef-ed to map_string_h. We can't typedef it to map_string_t, since other parts of ABRT (daemon, cli) still use that name for C++ container. Also, exceptions are removed everywhere. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Increased archive limit from 30 MB to 50 MBKarel Klic2011-01-242-2/+2
| |
* | Added gdbserver to the todo listKarel Klic2011-01-052-6/+23
| |
* | Added retrace server design documentKarel Klic2010-12-022-0/+1566
|/
* rename abrt-debuginfo-install to abrt-action-install-debuginfoDenys Vlasenko2010-09-231-3/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tutorial how-to build your own reporter pluginNikola Pajkovsky2010-07-297-14/+406
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rename and lower-case doc filesNikola Pajkovsky2010-07-296-0/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Suggest to not to save crashes from interactive shellsKarel Klic2010-07-091-2/+3
|
* Document about interpreted language integrationKarel Klic2010-07-091-0/+112
|
* rename a few remaining /var/cache/abrt -> /var/spool/abrtDenys Vlasenko2010-05-261-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-212-13/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated how_to_testJiri Moskovcak2010-02-091-1/+7
|
* updated HOW_TO_TESTJiri Moskovcak2010-02-081-2/+5
|
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+2
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added how to test guidlinesJiri Moskovcak2010-02-041-0/+32
|
* Merge branch 'master' into rhel6Denys Vlasenko2010-01-261-38/+52
|\
| * SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-38/+52
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | test commit to rhel6Denys Vlasenko2010-01-221-8/+8
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* unify "crash data, "crash info" and "crash report" data types. they are the sameDenys Vlasenko2010-01-192-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* renaming abrt-pyhook-helper -> abrt-hook-python and moving it to /usr/libexecDenys Vlasenko2009-12-111-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated doc/IMPLEMENTATIONJiri Moskovcak2009-12-071-1/+2
|
* added document with more detailed IMPLEMENTATION infoJiri Moskovcak2009-12-041-0/+88
|
* whitespace cleanupDenys Vlasenko2009-12-031-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated DESINGJiri Moskovcak2009-12-031-1/+20
|
* ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003)Denys Vlasenko2009-11-301-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>