| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | I noticed that ->locked and ->opened members are always the same | Denys Vlasenko | 2010-09-14 | 1 | -80/+18 | |
| | | | | | | | | | | | | | | (either 0 or 1), and I decided to drop ->opened. And do a few other trivial optimizations/cleanups. While working on it, I noticed that dd_save_binary has "opened" check inverted, and that dd_create and dd_open are leaking dd->dd_dir on error path. So the patch turned from optimization to bugfix. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | move sha1 to lib/utils; remove small bit of related C++isms in CCpp.cpp | Denys Vlasenko | 2010-09-14 | 3 | -0/+254 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | msg_prefix now doesn't need ": " suffix | Denys Vlasenko | 2010-09-14 | 1 | -2/+5 | |
| | | | | | | | Contains some other trivial changes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | dump_dir: dd_close was freeing unallocated pointer! fix that | Denys Vlasenko | 2010-09-13 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | fix sigsegv | Nikola Pajkovsky | 2010-09-10 | 1 | -0/+21 | |
| | | | | | | | | copy struct with char* lead to sigsegv. each char* needs to be duplicate. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | plug a memory leak in trim_debug_dumps() | Denys Vlasenko | 2010-09-10 | 1 | -0/+3 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | SQLite3.cpp: replace std::vector by GList | Nikola Pajkovsky | 2010-09-08 | 2 | -1/+54 | |
| | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> Acked-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | DebugDump.* -> dump_dir.* | Nikola Pajkovsky | 2010-09-07 | 4 | -4/+1 | |
| | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> Acked-off-by: Jiri Moskovcak <jmoskovc@redhat.com> | |||||
| * | DebugDump.cpp: change error_msg to perror_msg | Michal Toman | 2010-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | DebugDump.cpp: lower case variables | Nikola Pajkovsky | 2010-09-02 | 1 | -36/+36 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | DebugDump.cpp: lowercase and rename functions | Nikola Pajkovsky | 2010-09-02 | 1 | -29/+29 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | fix "make test-rpm" build failure | Denys Vlasenko | 2010-08-31 | 1 | -5/+5 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | get rid of CDebugDump class | Nikola Pajkovsky | 2010-08-30 | 1 | -163/+157 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrtlib.h: include <assert.h> and "strbuf.h" | Denys Vlasenko | 2010-08-30 | 6 | -14/+4 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | hooklib.cpp -> hooklib.c conversion | Denys Vlasenko | 2010-08-30 | 2 | -1/+1 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | preparatory change for hooklib.cpp -> hooklib.c conversion | Denys Vlasenko | 2010-08-30 | 3 | -3/+9 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | dirsize.cpp -> dirsize.c conversion | Denys Vlasenko | 2010-08-30 | 2 | -1/+1 | |
| | | | | | | | file is renamed without editing Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | preparatory patch for dirsize.cpp -> dirsize.c conversion | Denys Vlasenko | 2010-08-30 | 2 | -9/+12 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | Use abrtlib.h instead of component header files | Denys Vlasenko | 2010-08-30 | 6 | -22/+6 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | consolidate HAVE_CONFIG_H in abrtlib.h | Denys Vlasenko | 2010-08-30 | 3 | -10/+0 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrt_dbus: C++ -> C conversion | Denys Vlasenko | 2010-08-30 | 2 | -1/+1 | |
| | | | | | | | Pure file rename, no changes in the file Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrt_dbus: preparatory patch for C++ -> c conversion | Denys Vlasenko | 2010-08-30 | 2 | -50/+72 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrt_curl.c: reinstate "update_client" call | Denys Vlasenko | 2010-08-26 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | abrt_curl.cpp -> abrt_curl.c, abrt_rh_support.cpp -> abrt_rh_support.c | Denys Vlasenko | 2010-08-26 | 5 | -14/+22 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | time.cpp -> time.c, xconnect.cpp -> xconnect.c | Denys Vlasenko | 2010-08-26 | 2 | -0/+0 | |
| | | | | | | | These files are unused for now anyway Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | spawn.cpp -> spawn.c | Denys Vlasenko | 2010-08-26 | 2 | -10/+24 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | xatonum.cpp -> xatonum.c | Nikola Pajkovsky | 2010-08-25 | 2 | -1/+1 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | xatonum.cpp: fix indentation | Nikola Pajkovsky | 2010-08-25 | 1 | -28/+28 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | daemon.cpp -> daemon.c | Nikola Pajkovsky | 2010-08-25 | 2 | -1/+1 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | encbase64.cpp -> /encbase64.c | Nikola Pajkovsky | 2010-08-25 | 2 | -1/+1 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | copyfd.cpp -> copyfd.c | Nikola Pajkovsky | 2010-08-25 | 2 | -8/+11 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | skip_whitespace.cpp -> skip_whitespace.c | Nikola Pajkovsky | 2010-08-25 | 2 | -1/+1 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
| * | fix 305 redirect problem | Denys Vlasenko | 2010-08-24 | 2 | -1/+9 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | concat_path_file: make it a C function, not C++ | Denys Vlasenko | 2010-08-24 | 7 | -33/+114 | |
| | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2010-08-24 | 1 | -2/+2 | |
| |\ | ||||||
| | * | make abrtlib.h include'able from .c files, not only .cpp | Denys Vlasenko | 2010-08-24 | 1 | -2/+2 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||||
| * | | removed 'extern' from function declarations and added a documentation | Karel Klic | 2010-08-24 | 1 | -11/+63 | |
| | | | ||||||
| * | | strbuf_free(NULL) should not crash | Karel Klic | 2010-08-24 | 1 | -0/+3 | |
| |/ | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2010-08-19 | 4 | -58/+118 | |
| |\ | ||||||
| | * | abrt_curl: make HTTP uploads emit updates | Denys Vlasenko | 2010-08-18 | 1 | -2/+54 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | get rid of exceptions in CDebugDump class | Michal Toman | 2010-08-18 | 1 | -45/+59 | |
| | | | ||||||
| | * | abrt_curl: better error msg if curl_formadd fails | Denys Vlasenko | 2010-08-17 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | *: move NLS include and #define _ to abrtlib.h | Denys Vlasenko | 2010-08-17 | 2 | -10/+4 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | include headers as needed | Karel Klic | 2010-08-19 | 1 | -13/+19 | |
| | | | | | | | | | synchronize function ordering with the header file | |||||
| * | | logging.c needs read_write.h and xfuncs.h -> including them | Karel Klic | 2010-08-19 | 1 | -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 includes | Karel Klic | 2010-08-19 | 1 | -16/+11 | |
| | | | | | | | | | | | | | moved defines to the top of the file extern variable declarations grouped together removed declarations of nonexistent functions | |||||
| * | | needs logging.h -> include it | Karel Klic | 2010-08-19 | 1 | -70/+78 | |
| | | | | | | | | | | | synchronize the order of functions with the header file fix indentation | |||||
| * | | read_write.h does not need logging.h -> removing the include | Karel Klic | 2010-08-19 | 1 | -2/+0 | |
| | | | ||||||
| * | | abrt_packages.h does not need xfuncs.h -> removing the include | Karel Klic | 2010-08-19 | 2 | -2/+2 | |
| |/ | | | | abrt_packages.c needs xfuncs.h and logging.h -> including them | |||||
| * | get rid of std::string from mailx | Nikola Pajkovsky | 2010-08-17 | 1 | -0/+42 | |
| | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
