aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getting version from config fileAlice Ferrazzi2017-07-052-2/+11
* Getting kernel version from config fileAlice Ferrazzi2017-07-052-1/+16
* small fixAlice Ferrazzi2017-07-052-3/+3
* receiving and sending the userid and resending same userid if alreadyAlice Ferrazzi2017-07-033-33/+84
* Sending UserID and storing it in shelvesAlice Ferrazzi2017-07-022-10/+44
* dynamically passing kernel versionAlice Ferrazzi2017-07-013-33/+26
* checking file extension using regular expressionAlice Ferrazzi2017-07-011-2/+2
* fix shadowing reserved keywordAlice Ferrazzi2017-07-011-2/+2
* using os.path.join instead of sticking variable togetherAlice Ferrazzi2017-07-011-1/+1
* updated version help textAlice Ferrazzi2017-06-301-1/+1
* updated copyrightAlice Ferrazzi2017-06-301-1/+1
* Copyright fix to GPLv2+Alice Ferrazzi2017-06-309-45/+38
* removed not used importAlice Ferrazzi2017-06-281-1/+0
* Added working get function for download the live patch generatedAlice Ferrazzi2017-06-282-4/+14
* updated requirementsAlice Ferrazzi2017-06-271-1/+2
* Updated requirements and python pathAlice Ferrazzi2017-06-271-2/+1
* Updated requirementsAlice Ferrazzi2017-06-271-0/+1
* Adding travis check and example filesAlice Ferrazzi2017-06-272-0/+6101
* added livepatch downloader in the clientAlice Ferrazzi2017-06-252-1/+14
* added Json information to the build_livepatch RESTful postAlice Ferrazzi2017-06-231-1/+4
* Added two newline before class as pep8Alice Ferrazzi2017-06-231-0/+1
* fix api for different actionAlice Ferrazzi2017-06-221-3/+8
* Added build livepatch client callerAlice Ferrazzi2017-06-221-2/+7
* added build livepatch option after sending config file and patch fileAlice Ferrazzi2017-06-221-0/+1
* Added send patch function for sending the patch to made in livepatchAlice Ferrazzi2017-06-212-5/+13
* fix pep8 two blank line before classAlice Ferrazzi2017-06-211-0/+2
* Fix pep8 space around operatorAlice Ferrazzi2017-06-211-1/+1
* if config file is compressed uncompress itAlice Ferrazzi2017-06-212-7/+40
* patch for sending the correct filenameAlice Ferrazzi2017-06-201-1/+1
* made client config post functionAlice Ferrazzi2017-06-203-9/+3
* Send config templateAlice Ferrazzi2017-06-192-4/+4
* moving kernel config path to checkers for sending it using RESTfulAlice Ferrazzi2017-06-202-4/+20
* added kernel get version and elivepatch versionAlice Ferrazzi2017-06-201-0/+4
* Refactored dispatcherAlice Ferrazzi2017-06-191-11/+7
* reformatted dispatcher and commented out not needed functionAlice Ferrazzi2017-06-201-9/+9
* added argument dispatcherAlice Ferrazzi2017-06-201-0/+19
* removed urllib for requests libraryAlice Ferrazzi2017-06-171-30/+4
* added restful client moduleAlice Ferrazzi2017-06-172-8/+38
* add restful client communication and url option to argparseAlice Ferrazzi2017-06-172-2/+29
* added elivepatch server url option to argparseAlice Ferrazzi2017-06-171-0/+1
* return kernel versionAlice Ferrazzi2017-06-162-3/+3
* small fixesAlice Ferrazzi2017-06-163-9/+7
* cve as boolAlice Ferrazzi2017-06-161-1/+1
* fixed configparser for python3Alice Ferrazzi2017-06-161-3/+4
* fixed the default option to /proc/config.gzAlice Ferrazzi2017-06-162-3/+4
* moved back to argparse and configparseAlice Ferrazzi2017-06-163-17/+37
* click latestAlice Ferrazzi2017-06-162-8/+7
* passed arguments to cli functionAlice Ferrazzi2017-06-162-20/+14
* getting the argument result and trying to return backAlice Ferrazzi2017-06-162-8/+9
* defined command line argumentsAlice Ferrazzi2017-06-161-8/+17