Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make BZ insert small text attachments inline; move text file detection code | Denys Vlasenko | 2009-11-19 | 1 | -83/+7 |
| | | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add experimental saving of /var/log/Xorg*.log for X crashes | Denys Vlasenko | 2009-11-16 | 1 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make IsTextFile more clever | Denys Vlasenko | 2009-11-09 | 1 | -7/+21 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | continuing s/string&/char*/ bit-by-bit | Denys Vlasenko | 2009-11-09 | 1 | -8/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 1 | -109/+44 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | const string& -> const char* conversion | Denys Vlasenko | 2009-11-05 | 1 | -14/+11 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | uint64_t changed to int64_t | Nikola Pajkovsky | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 1 | -2/+2 |
| | |||||
* | lib/Plugins/CCpp: respect DebugInfoCacheMB setting | Denys Vlasenko | 2009-11-02 | 1 | -11/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/Logger: much more sane dump format; fix misdetection of text files | Denys Vlasenko | 2009-10-30 | 1 | -3/+23 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data files | Denys Vlasenko | 2009-10-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | DebugDump: change directory locking code to use symlinks. | Denys Vlasenko | 2009-10-29 | 1 | -12/+52 |
| | | | | | | | closes race window, see https://bugzilla.redhat.com/show_bug.cgi?id=531347 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix all instances of dent->d_type == DT_REG checks | Denys Vlasenko | 2009-09-30 | 1 | -10/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | reduce verbosity a bit | Denys Vlasenko | 2009-09-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove a few C++-isms where they did not buy any convenience anyway | Denys Vlasenko | 2009-09-18 | 1 | -6/+1 |
| | | | | | | | | | | | | text data bss dec hex filename 182372 2624 2320 187316 2dbb4 abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd 180635 2584 1968 185187 2d363 abrt.t3/abrt-0.0.8.5/src/Daemon/.libs/abrtd 34110 1340 768 36218 8d7a abrt.t2/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 30202 1292 224 31718 7be6 abrt.t3/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 22116 1688 376 24180 5e74 abrt.t2/abrt-0.0.8.5/src/Applet/.libs/abrt-applet 21254 1648 88 22990 59ce abrt.t3/abrt-0.0.8.5/src/Applet/.libs/abrt-applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix the bug where lock file was not removed | Denys Vlasenko | 2009-09-09 | 1 | -0/+9 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GetAndSetLock: simplify. old code was racy | Denys Vlasenko | 2009-09-09 | 1 | -29/+39 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove unnecessary variable from last commit | Denys Vlasenko | 2009-09-09 | 1 | -2/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used instead | Denys Vlasenko | 2009-09-09 | 1 | -38/+35 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make GetNextFile close directory fd when the search is over | Denys Vlasenko | 2009-09-09 | 1 | -20/+21 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | four more more string& -> char* conversions. -2k | Denys Vlasenko | 2009-09-09 | 1 | -5/+5 |
| | | | | | | | | text data bss dec hex filename 188660 2776 2320 193756 2f4dc abrt.t5/abrt-0.0.8.5/src/Daemon/.libs/abrtd 186751 2776 2320 191847 2ed67 abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | replace one const string& parameter with const char*. almost -1k of code (!) | Denys Vlasenko | 2009-09-09 | 1 | -1/+1 |
| | | | | | | | | text data bss dec hex filename 189533 2776 2320 194629 2f845 abrt.t4/abrt-0.0.8.5/src/Daemon/.libs/abrtd 188660 2776 2320 193756 2f4dc abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | replace comm_layer_inner_debug() with log() everywhere | Denys Vlasenko | 2009-08-26 | 1 | -18/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not string | Denys Vlasenko | 2009-08-05 | 1 | -3/+2 |
| | |||||
* | do not abort if chown fails, just warn | Denys Vlasenko | 2009-08-05 | 1 | -16/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | made some functions static | Denys Vlasenko | 2009-08-04 | 1 | -47/+53 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | add error checks on lstat calls; add handling of DT_UNKNOWN | Denys Vlasenko | 2009-08-04 | 1 | -11/+15 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-07-24 | 1 | -21/+3 |
|\ | |||||
| * | remove GetGIDFromUID (two copies): getpwuid does the same | Denys Vlasenko | 2009-07-24 | 1 | -21/+3 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | proper deinit of libmagic | Zdenek Prikryl | 2009-07-24 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-07-22 | 1 | -15/+19 |
|\ | |||||
| * | fix several resource leaks on error paths | Denys Vlasenko | 2009-07-22 | 1 | -15/+19 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | Utils: small fix | Jiri Moskovcak | 2009-07-22 | 1 | -1/+1 |
|/ | |||||
* | fixed security issue | Zdenek Prikryl | 2009-06-30 | 1 | -4/+39 |
| | | | | User can read only his debugdump directories | ||||
* | addded removing useless back slashed from debug dump dir name | Zdenek Prikryl | 2009-05-28 | 1 | -9/+19 |
| | |||||
* | added checks for debugdump status | Zdenek Prikryl | 2009-05-13 | 1 | -0/+20 |
| | |||||
* | weak reference to commlayerinner | Zdenek Prikryl | 2009-04-29 | 1 | -1/+14 |
| | |||||
* | rework commlayerinner usage | Zdenek Prikryl | 2009-04-29 | 1 | -33/+50 |
| | | | | new lock method in debugdump | ||||
* | new commlayerinner interface | Zdenek Prikryl | 2009-04-28 | 1 | -5/+11 |
| | |||||
* | added new abrt exceptions | Zdenek Prikryl | 2009-04-23 | 1 | -19/+20 |
| | |||||
* | rewritten CDebugDump and CrashTypes | Zdenek Prikryl | 2009-04-01 | 1 | -37/+93 |
| | |||||
* | Rename to abrt | Jiri Moskovcak | 2009-03-03 | 1 | -0/+1 |
| | |||||
* | throw std::string instead of char * (zprikryl) | Jiri Moskovcak | 2009-03-03 | 1 | -2/+2 |
| | |||||
* | avoid deadlocks (zprikryl) | Jiri Moskovcak | 2009-03-02 | 1 | -0/+8 |
| | |||||
* | Rewritten CCpp hook and removed dealock in DebugDumps lib (zprikryl) | Jiri Moskovcak | 2009-02-28 | 1 | -2/+4 |
| | |||||
* | added new reporting items | Zdenek Prikryl | 2009-02-25 | 1 | -0/+8 |
| | |||||
* | rewrote locking stuff | Zdenek Prikryl | 2009-02-19 | 1 | -34/+41 |
| | |||||
* | new delete function | Zdenek Prikryl | 2009-02-19 | 1 | -7/+14 |
| | |||||
* | new logic of getting package name | Zdenek Prikryl | 2009-02-18 | 1 | -18/+7 |
| |