summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-162-31/+43
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* DESIGN: small correctionsDenys Vlasenko2009-10-091-5/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-2/+2
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated DESIGN documentJiri Moskovcak2009-09-251-1/+8
|
* added docs/DESIGNDenys Vlasenko2009-09-241-0/+115
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trailing whitespace removal. no code changesDenys Vlasenko2009-08-062-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-13/+13
| | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* documentation after English language review from rlandman@redhat.comDaniel Novotny2009-07-031-32/+30
|
* plugins how-to (dnovotny)Zdenek Prikryl2009-05-131-0/+136
|