aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* moved elivepatch-client and elivepatch-server to a differentAlice Ferrazzi2017-08-281-134/+0
* fixed the ebuild command orderAlice Ferrazzi2017-08-231-1/+1
* tempdir dosen't work from rootAlice Ferrazzi2017-08-231-3/+10
* added debug option to get_kernel_Sources functionAlice Ferrazzi2017-08-221-4/+9
* Code refactor and commented codeAlice Ferrazzi2017-08-221-11/+12
* Add digest to ebuild commandAlice Ferrazzi2017-08-211-1/+1
* command is just a local function so refactoring the nameAlice Ferrazzi2017-08-141-9/+9
* refactoring command docstringAlice Ferrazzi2017-08-141-1/+2
* Making the subprocess output more readableAlice Ferrazzi2017-08-141-5/+4
* added PORTAGE_CONFIGROOT for set the path from there get the incrementalAlice Ferrazzi2017-08-121-1/+2
* changed patch name for reflect recent changesAlice Ferrazzi2017-08-121-1/+1
* server/livepatch.py: run with dropped privilegesGöktürk Yüksek2017-08-011-13/+27
* catch gentoo-sources not available errorAlice Ferrazzi2017-07-241-0/+3
* adding debug_info to the configuration file if not settedAlice Ferrazzi2017-07-221-0/+12
* in this case uuid_dir is actually just uuid without the full pathAlice Ferrazzi2017-07-211-5/+5
* debug option is also copying the kpatch build.log to the uuid directory,Alice Ferrazzi2017-07-211-2/+4
* module install is not needed for building livepatchAlice Ferrazzi2017-07-211-1/+0
* sudo as now is needed because ebuild is merging kernel sources under rootAlice Ferrazzi2017-07-211-1/+1
* Removed livepatchStatus and lpatch class configurations.Alice Ferrazzi2017-07-201-65/+5
* lpatch added locallyAlice Ferrazzi2017-07-201-1/+2
* check if the ebuild is present in the overlayAlice Ferrazzi2017-07-191-2/+6
* added todoAlice Ferrazzi2017-07-171-0/+1
* removed sudo from kpatch-buildAlice Ferrazzi2017-07-171-5/+4
* Build and get livepatch under the uuid temporary folder [for multi-threading]Alice Ferrazzi2017-07-131-1/+9
* fixed config file directoryAlice Ferrazzi2017-07-111-1/+1
* small directories fixesAlice Ferrazzi2017-07-111-3/+7
* set kernel directory under /tmp/elivepatch- + uuid + /usr/src/linuxAlice Ferrazzi2017-07-111-9/+11
* Git clone is execute only if can be executed without stopping the server.Alice Ferrazzi2017-07-111-9/+12
* added function to the server for downloading the gentoo-sourcesAlice Ferrazzi2017-07-091-9/+17
* added docstringAlice Ferrazzi2017-07-071-4/+12
* made function for subprocess popenAlice Ferrazzi2017-07-061-20/+18
* small changesAlice Ferrazzi2017-07-051-1/+2
* receiving and sending the userid and resending same userid if alreadyAlice Ferrazzi2017-07-031-0/+20
* using list of parameters instead of using split with popenAlice Ferrazzi2017-06-301-9/+9
* renamed file variable as was shadowing built-in keywordAlice Ferrazzi2017-06-301-2/+2
* adding debug option to the serverAlice Ferrazzi2017-06-301-4/+8
* Copyright fix to GPLv2+Alice Ferrazzi2017-06-301-14/+3
* Added working get function for download the live patch generatedAlice Ferrazzi2017-06-281-0/+6
* moved kernel dir variable to livepatch classAlice Ferrazzi2017-06-231-4/+25
* livepatch is now returning information of which patch is working onAlice Ferrazzi2017-06-231-0/+6
* Dividing the set of configuration file path and patch file pathAlice Ferrazzi2017-06-221-3/+15
* added patch to the elivepatch server kpatch-build commandAlice Ferrazzi2017-06-221-1/+2
* Writing command for writing the livepatch after receiving theAlice Ferrazzi2017-06-211-85/+41
* fix pep8 comment should start with '# 'Alice Ferrazzi2017-06-211-2/+2
* fix for getting the correct filenameAlice Ferrazzi2017-06-201-1/+3
* added file post functionAlice Ferrazzi2017-06-191-12/+21
* added Livepatch work apiAlice Ferrazzi2017-06-111-0/+87
* added init of elivepatch RESTful API prototypeAlice Ferrazzi2017-06-101-0/+0