summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
Commit message (Expand)AuthorAgeFilesLines
...
* remove std::string from parse_release()Nikola Pajkovsky2010-05-172-12/+19
* improve kerneloops hashDenys Vlasenko2010-05-141-2/+20
* bugzilla: better summary and decription messagesNikola Pajkovsky2010-05-121-2/+2
* fork_execv_on_steroids: close other end of the pipe in the childDenys Vlasenko2010-05-041-1/+1
* Code formatting changes only - no change in functionalityKarel Klic2010-04-212-140/+144
* Bugzilla login/password emptiness check uses 'or' instead of 'and'Karel Klic2010-04-211-2/+2
* Crash function is now detected even for threads without an abort frame.Karel Klic2010-04-151-5/+4
* comment can be privateNikola Pajkovsky2010-04-141-7/+12
* Emacs project-wide code-style settingsKarel Klic2010-04-121-1/+1
* kerneloop is more informative when failedNikola Pajkovsky2010-04-121-6/+9
* add function name into summary(if it's found)Nikola Pajkovsky2010-04-071-0/+7
* Change kerneloops message when it failedNikola Pajkovsky2010-04-071-1/+1
* whitespace cleanup, no code changesDenys Vlasenko2010-04-012-3/+3
* Do not use now-removed concat_str_vectorKarel Klic2010-03-311-1/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-313-16/+5
|\
| * minor fix to sosreport to make it work with latest sos rhbz#576861Jiri Moskovcak2010-03-311-1/+1
| * minor gui fixesJiri Moskovcak2010-03-311-3/+4
| * remove unused static functionDenys Vlasenko2010-03-311-12/+0
* | GetGlobalUUID compatibility with crashes created by older ABRT versionsKarel Klic2010-03-311-3/+115
|/
* Removed trailing whitespaces.Karel Klic2010-03-311-8/+8
* Use backtrace parser from abrtutils, new backtrace rating algorithm, store cr...Karel Klic2010-03-261-286/+151
* rhfastcheck: a new reporter plugin based on Gavin's workDenys Vlasenko2010-03-254-1/+183
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-255-139/+15
* rhticket: xml-escape stringsDenys Vlasenko2010-03-231-178/+240
* remove Firefox plugin, it had no development and was disabled for some timeDenys Vlasenko2010-03-233-1076/+0
* rhticket: new reporter pluginDenys Vlasenko2010-03-193-0/+321
* bz reporter: s/uuid/duphash; more understandable message; simplify result str...Denys Vlasenko2010-03-183-102/+94
* Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196.Denys Vlasenko2010-03-171-0/+3
* Kerneloops: fix a case when we file an oops w/o backtraceDenys Vlasenko2010-03-171-1/+1
* don't read syslog if it didn't changeJiri Moskovcak2010-03-152-3/+14
* Define PLUGINS_CONF_DIR in Bugzilla pluginKarel Klic2010-03-151-1/+3
* added full path to Bugzilla.conf in error messageJiri Moskovcak2010-03-131-1/+1
* improve syslog file detection. closes bz#565983Denys Vlasenko2010-03-051-22/+17
* add arch, package and release in commentNikola Pajkovsky2010-03-051-1/+10
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-053-3/+3
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-052-4/+7
* add forgotten iterator++ in code which deletes records in REPRESULT tableDenys Vlasenko2010-03-051-0/+1
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-045-144/+173
* fixed window icons for plugin config windowsJiri Moskovcak2010-03-036-6/+6
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-022-5/+40
* bump SQL table version to 3; add abrt_v3_reportresult tableDenys Vlasenko2010-03-011-83/+121
* ccpp analyser: add registers and disasm to gdb commands (bz#568686)Denys Vlasenko2010-02-261-3/+7
* bad logic in call functionNikola Pajkovsky2010-02-251-9/+7
* Bugzilla: fix a few memory leaksDenys Vlasenko2010-02-241-97/+87
* partial fix for bz#565983Denys Vlasenko2010-02-231-2/+5
* simplify kerneloops/dumpoops a bitDenys Vlasenko2010-02-232-122/+101
* Kerneloops: be more specific looking for "WARNING:" stringDenys Vlasenko2010-02-221-2/+2
* Kerneloops: make hashing more likely to produce same hash on different oopsesDenys Vlasenko2010-02-221-10/+73
* remove unused variableDenys Vlasenko2010-02-221-2/+0
* make abrt work with the latest kernels (>= 2.6.33)Jiri Moskovcak2010-02-182-0/+44