summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Disable clang specific warningssandbox/nmerinov/llvmNikolai Merinov1-1/+1
2019-01-17Release 5.5.6submit/tizen/20190122.114956submit/tizen/20190117.152408accepted/tizen/unified/20190128.061511Karol Lewandowski2-2/+2
2019-01-17Merge "svace: fix closing potentially negative fd" into tizenKarol Lewandowski1-2/+3
2019-01-17Add support for tpk packagesMateusz Moscicki1-0/+121
2019-01-17svace: fix closing potentially negative fdKarol Lewandowski1-2/+3
2018-12-18Release 5.5.5submit/tizen/20181218.160613accepted/tizen/unified/20181219.063407Karol Lewandowski2-2/+2
2018-12-18Fix DLog format specifier for 64-bit architecuresKarol Lewandowski2-3/+5
2018-12-14Release 5.5.4submit/tizen/20181214.153700accepted/tizen/unified/20181217.142314Karol Lewandowski2-2/+2
2018-12-11crash-stack: Fix format specifierKarol Lewandowski1-2/+2
2018-12-11Make disk-usage functions use off_tKarol Lewandowski3-7/+7
2018-12-04crash-manager: Do not force system to wait for crash-popup to completeKarol Lewandowski1-3/+17
2018-11-23Release 5.5.3submit/tizen/20181123.160941Karol Lewandowski2-2/+2
2018-11-23Merge "Add system tests" into tizenKarol Lewandowski22-0/+1108
2018-11-23Drop unused service filesKarol Lewandowski6-52/+1
2018-11-23sysctl: Set fs.suid_dumpable=2 for release buildsKarol Lewandowski1-0/+2
2018-11-23Add system testsMateusz Moscicki22-0/+1108
2018-11-16Release 5.5.2submit/tizen/20181116.154004accepted/tizen/unified/20181119.153038Karol Lewandowski1-1/+1
2018-11-16dump_systemstate: Replace extremely inefficient vconftool with buxton2ctlKarol Lewandowski2-7/+4
2018-11-16util: Add fsync_path to selectively flush file buffer to diskKarol Lewandowski2-0/+18
2018-11-07util: Fix and replace nullvec2str utility function with concatenate()Karol Lewandowski2-8/+25
2018-11-07Define _GNU_SOURCE once for whole codebaseKarol Lewandowski11-14/+6
2018-11-07packaging: Drop unused variables from cmake invocationKarol Lewandowski1-2/+0
2018-11-07util: Unify function calling convention to specify destination firstKarol Lewandowski4-9/+9
2018-11-07util: copy_bytes: Multiple changesKarol Lewandowski3-13/+59
2018-11-05Release 5.5.1Karol Lewandowski1-1/+1
2018-11-05crash-stack: Fix a /proc/<pid>/maps file parsingMateusz Moscicki1-1/+1
2018-10-31Release 5.0.8submit/tizen/20181031.134751Mateusz Moscicki1-1/+1
2018-10-24dump_systemstate: Continue dumping after failure of a subcommandMateusz Moscicki1-30/+23
2018-10-24Handle spaces in the crashed app pathname and in the maps fileMateusz Moscicki3-3/+14
2018-10-19Merge "crash-manager: Do not make temporary copy of crashed process maps" int...Mateusz Mo?cicki1-29/+6
2018-10-16Merge "Do not copy source files, it breaks SCQV process" into tizenŁukasz Stelmach1-6/+4
2018-10-03crash-manager: Do not make temporary copy of crashed process mapsKarol Lewandowski1-29/+6
2018-10-03Release 5.0.7submit/tmp003/20181003.140912submit/tizen_5.0/20181101.000004submit/tizen/20181003.140929accepted/tizen/unified/20181005.012519accepted/tizen/5.0/unified/20181102.021639Karol Lewandowski1-1/+1
2018-10-03Fix: Another instance of indexing array with negative indexKarol Lewandowski1-1/+1
2018-10-03Release 5.0.6submit/tizen/20181003.104223Karol Lewandowski1-1/+1
2018-10-03Fix: Do not index buffer[] with negative index in case of read failureKarol Lewandowski1-2/+1
2018-10-03util: Remove unused file_exist()Karol Lewandowski1-11/+0
2018-10-03util: Allow functions to be called from c++Karol Lewandowski1-2/+11
2018-10-03util: Add nullvec2strKarol Lewandowski2-0/+14
2018-10-03util: Remove unused cat_file()Karol Lewandowski2-31/+0
2018-09-27Do not copy source files, it breaks SCQV processŁukasz Stelmach1-6/+4
2018-09-20util: Dead code removalKarol Lewandowski2-47/+0
2018-09-17crash-manager: Use same constant for minicoredumper, crash-stack and zip comm...Karol Lewandowski1-3/+4
2018-09-14Release 5.0.5submit/tizen/20180914.151908accepted/tizen/unified/20180917.041311Mateusz Moscicki1-1/+1
2018-09-13Fix Coverity warnings: #1020601 #1020599 #1020595 #1020587Mateusz Moscicki2-7/+10
2018-09-13Fix after security reviewMateusz Moscicki6-64/+40
2018-09-05Use dynamic allocated memory instead of fixed-size arraysMateusz Moscicki4-72/+105
2018-09-05Add timeout to the zip commandMateusz Moscicki1-6/+25
2018-09-05Add timeout to run the crash-stackMateusz Moscicki1-18/+44
2018-09-05Merge move_dump_dir() and move_info_file()Mateusz Moscicki1-25/+7