summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-312-2/+15
|\
| * trivial: better HTTP/curl error reportingDenys Vlasenko2010-03-302-2/+15
* | Removed trailing whitespaces.Karel Klic2010-03-315-235/+235
* | Use backtrace parser from abrtutils, new backtrace rating algorithm, store cr...Karel Klic2010-03-261-286/+151
* | Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-268-6/+1975
|/
* add one-liner which somehow fell off last commitDenys Vlasenko2010-03-251-0/+1
* rhfastcheck: a new reporter plugin based on Gavin's workDenys Vlasenko2010-03-258-4/+485
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-2510-150/+254
* 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
* remove socket code, it is deadDenys Vlasenko2010-03-232-184/+0
* rhticket: new reporter pluginDenys Vlasenko2010-03-193-0/+321
* Move dbus code to libABRTUtils. It makes libABRTUtils depend on four more libs,Denys Vlasenko2010-03-191-4/+7
* remove unnecessary DL_LIBSDenys Vlasenko2010-03-191-8/+4
* 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-054-4/+3
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-054-23/+24
* add forgotten iterator++ in code which deletes records in REPRESULT tableDenys Vlasenko2010-03-051-0/+1
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-0411-163/+191
* fixed window icons for plugin config windowsJiri Moskovcak2010-03-036-6/+6
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-023-5/+44
* fix format security errorFrederic Crozat2010-03-021-2/+2
* 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
* cli: add support for "--report @N" and "--report PARTIAL_UUID"Denys Vlasenko2010-02-231-0/+3
* 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
* fix my goof in cmdline escapingDenys Vlasenko2010-02-171-1/+1
* lib/Utils/abrt_dbus: utf8-sanitize all strings in dbus messages (fixes #565876)Denys Vlasenko2010-02-171-1/+97
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-02-171-0/+1
|\
| * added enabled=yes to ticketuploader.confJiri Moskovcak2010-02-171-0/+1