summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* made the description in RHTSupport translatableJiri Moskovcak2010-08-271-1/+1
|
* include config.h in abrtlib.hJiri Moskovcak2010-08-272-6/+0
| | | | | | - config.h contains #define ENABLE_NLS which is required for localization to work
* CCpp.cpp: add -Wall -Werror, fix two discovered bugsDenys Vlasenko2010-08-272-6/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt_curl.c: reinstate "update_client" callDenys Vlasenko2010-08-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt_curl.cpp -> abrt_curl.c, abrt_rh_support.cpp -> abrt_rh_support.cDenys Vlasenko2010-08-265-14/+22
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* time.cpp -> time.c, xconnect.cpp -> xconnect.cDenys Vlasenko2010-08-262-0/+0
| | | | | | These files are unused for now anyway Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* spawn.cpp -> spawn.cDenys Vlasenko2010-08-262-10/+24
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* xatonum.cpp -> xatonum.cNikola Pajkovsky2010-08-252-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* xatonum.cpp: fix indentationNikola Pajkovsky2010-08-251-28/+28
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* daemon.cpp -> daemon.cNikola Pajkovsky2010-08-252-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* encbase64.cpp -> /encbase64.cNikola Pajkovsky2010-08-252-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* copyfd.cpp -> copyfd.cNikola Pajkovsky2010-08-252-8/+11
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* skip_whitespace.cpp -> skip_whitespace.cNikola Pajkovsky2010-08-252-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fix 305 redirect problemDenys Vlasenko2010-08-242-1/+9
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* concat_path_file: make it a C function, not C++Denys Vlasenko2010-08-2412-74/+179
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-241-2/+2
|\
| * make abrtlib.h include'able from .c files, not only .cppDenys Vlasenko2010-08-241-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | removed 'extern' from function declarations and added a documentationKarel Klic2010-08-241-11/+63
| |
* | strbuf_free(NULL) should not crashKarel Klic2010-08-241-0/+3
|/
* get rid of std::string& as parameterNikola Pajkovsky2010-08-231-48/+79
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Python.cpp: fix indentationNikola Pajkovsky2010-08-191-50/+52
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fix indentation and bracket position inNikola Pajkovsky2010-08-196-501/+538
| | | | | | | | | | | lib/plugins/Kerneloops.cpp lib/plugins/Kerneloops.h lib/plugins/KerneloopsReporter.cpp lib/plugins/KerneloopsReporter.h lib/plugins/KerneloopsScanner.h lib/plugins/KerneloopsSysLog.cpp Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-1912-106/+232
|\
| * abrt_curl: make HTTP uploads emit updatesDenys Vlasenko2010-08-181-2/+54
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtMichal Toman2010-08-182-4/+4
| |\
| | * assignment segfaults if right hand is a NULL pointerNikola Pajkovsky2010-08-182-4/+4
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * | get rid of exceptions in CDebugDump classMichal Toman2010-08-187-83/+160
| |/
| * abrt_curl: better error msg if curl_formadd failsDenys Vlasenko2010-08-171-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * RHTSupport: add a status message to reduce user confusionDenys Vlasenko2010-08-171-0/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * *: move NLS include and #define _ to abrtlib.hDenys Vlasenko2010-08-174-16/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | include headers as neededKarel Klic2010-08-191-13/+19
| | | | | | | | synchronize function ordering with the header file
* | logging.c needs read_write.h and xfuncs.h -> including themKarel Klic2010-08-191-81/+86
| | | | | | | | | | synchronize variable and function ordering with the header file fix indentation
* | logging.h does not need read_write.h and xfuncs.h -> removing the includesKarel Klic2010-08-191-16/+11
| | | | | | | | | | | | moved defines to the top of the file extern variable declarations grouped together removed declarations of nonexistent functions
* | needs logging.h -> include itKarel Klic2010-08-191-70/+78
| | | | | | | | | | synchronize the order of functions with the header file fix indentation
* | read_write.h does not need logging.h -> removing the includeKarel Klic2010-08-191-2/+0
| |
* | abrt_packages.h does not need xfuncs.h -> removing the includeKarel Klic2010-08-192-2/+2
|/ | | | abrt_packages.c needs xfuncs.h and logging.h -> including them
* forgot rename variable in GetSettings()Nikola Pajkovsky2010-08-171-4/+4
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* get rid of std::string from rhtsupportNikola Pajkovsky2010-08-172-35/+52
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* get rid of std::string from loggerNikola Pajkovsky2010-08-172-27/+21
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* get rid of std::string from mailxNikola Pajkovsky2010-08-173-85/+86
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fix double freeNikola Pajkovsky2010-08-171-1/+1
| | | | | | | | when add_comment() fails it's always fail in xmlrpc. So we should use throw_xml_fault() instead of throw_if_xml_fault_occurred() Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* get rid of std::string from bugzillaNikola Pajkovsky2010-08-174-204/+242
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-10106-14/+17
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rename RPM.cpp -> rpm.cNikola Pajkovsky2010-08-104-27/+80
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* pure C for logging, read_wirte and xfuncsNikola Pajkovsky2010-08-106-31/+139
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* updated po files1.1.13Jiri Moskovcak2010-08-091-1/+1
| | | | - s/Ticket Uploader/Report Uploader//
* really remove the libzip dependencyJiri Moskovcak2010-08-061-1/+1
|
* made /etc/abrt/plugins/Bugzilla.conf world-readable againJiri Moskovcak2010-08-061-1/+0
| | | | | | - files in /etc/abrt/plugins are meant for global settings and the daemon sends the content of these files to the client anyway, so there is no point making them not-readable for non-root users
* remove libzip codeNikola Pajkovsky2010-08-051-59/+0
| | | | | | Do we really need zip compression? Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* add libxml-2.0 into configureNikola Pajkovsky2010-08-041-0/+2
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>