summaryrefslogtreecommitdiffstats
path: root/lib/Utils
Commit message (Expand)AuthorAgeFilesLines
* Move hooklib from src/Hooks to lib/UtilsKarel Klic2010-05-123-1/+145
* fix bug 588945 - sparse core files performance hitDenys Vlasenko2010-05-121-9/+32
* commentsKarel Klic2010-05-051-2/+2
* fork_execv_on_steroids: close other end of the pipe in the childDenys Vlasenko2010-05-041-0/+2
* Added code comments.Karel Klic2010-05-041-4/+7
* get_home_dir returns const char* instead of std::stringKarel Klic2010-04-292-3/+7
* Marked most functions as extern C; added extern keyword to function declarationsKarel Klic2010-04-291-52/+40
* Source code formatting only.Karel Klic2010-04-291-161/+164
* Crash function is now detected even for threads without an abort frame.Karel Klic2010-04-151-1/+1
* Emacs project-wide code-style settingsKarel Klic2010-04-092-2/+2
* whitespace cleanup, no code changesDenys Vlasenko2010-04-011-1/+1
* fixed some compilation problems on F13Jiri Moskovcak2010-03-311-3/+4
* 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-314-227/+227
* | 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-254-3/+302
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-255-11/+239
* remove socket code, it is deadDenys Vlasenko2010-03-232-184/+0
* 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
* use FILENAME_BACKTRACE for oops text tooDenys Vlasenko2010-03-051-1/+0
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-052-19/+17
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-046-19/+18
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-021-0/+4
* fix format security errorFrederic Crozat2010-03-021-2/+2
* cli: add support for "--report @N" and "--report PARTIAL_UUID"Denys Vlasenko2010-02-231-0/+3
* 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
* license fixNikola Pajkovsky2010-02-163-3/+60
* Merge branch 'master' into bugzillaNikola Pajkovsky2010-02-154-3/+87
|\
| * Better comment for LoadPluginSettingsKarel Klic2010-02-121-1/+3
| * Move LoadPluginSettings to the shared utils library. Add parameter skipKeysWi...Karel Klic2010-02-122-1/+84
| * get_home_dir uses uid_t for the uidKarel Klic2010-02-121-1/+1
| * remove FILENAME_UUIDDenys Vlasenko2010-02-081-1/+0
* | remove debug messageNikola Pajkovsky2010-02-091-1/+0
* | new bugzilla insides, add comment and reproduce when it's filled and not CLOS...Nikola Pajkovsky2010-02-083-1/+35
|/
* stupid whitespace fixDenys Vlasenko2010-02-072-2/+0
* forgot to add lib/Utils/numtoa.cppDenys Vlasenko2010-02-071-0/+34
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-0724-32/+214
* cli: fix the problem of not showing oops text in editorDenys Vlasenko2010-02-031-0/+1
* Bugzilla,Catcut: fix or remove incomprehensible comments; fix error msgDenys Vlasenko2010-01-282-8/+2
* abrtd: proper fix to autostart problemDenys Vlasenko2010-01-271-5/+3
* SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-1/+1
* remove unused getuidbynameDenys Vlasenko2010-01-221-9/+0
* fix bz description text disrupted by recent dbus security fixDenys Vlasenko2010-01-211-30/+65
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-1/+1
* restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-211-12/+35
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-213-14/+62