aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* moved elivepatch-client and elivepatch-server to a differentAlice Ferrazzi2017-08-281-130/+0
* added docstringAlice Ferrazzi2017-08-181-1/+16
* build_livepatch as been merged with send_files() so is not needed anymoreAlice Ferrazzi2017-08-181-12/+0
* we are saving livepatch and patch files for incremental patches and history,Alice Ferrazzi2017-08-121-9/+11
* sending incremental patches and main patchesAlice Ferrazzi2017-08-071-8/+12
* renamed functionAlice Ferrazzi2017-08-071-2/+2
* initial work for sending multiple patches on the same postAlice Ferrazzi2017-08-041-8/+14
* cleaned error catchingAlice Ferrazzi2017-07-291-6/+9
* catching client errorsAlice Ferrazzi2017-07-291-17/+34
* catch missing livepatch errors on the clientAlice Ferrazzi2017-07-241-4/+8
* Static patch and config filename on sendAlice Ferrazzi2017-07-201-2/+2
* send_file working with temporary folderAlice Ferrazzi2017-07-191-3/+3
* fixed variable nameAlice Ferrazzi2017-07-181-3/+5
* fixed commentAlice Ferrazzi2017-07-171-1/+1
* setting uuid from the clientAlice Ferrazzi2017-07-151-2/+2
* moving uuid functions to the client as RFC 4122Alice Ferrazzi2017-07-151-3/+5
* refactoredAlice Ferrazzi2017-07-141-8/+5
* Changed UserID with UUID for clarityAlice Ferrazzi2017-07-141-22/+23
* add livepatch in uuid subdirectories for divide builded livepatchAlice Ferrazzi2017-07-111-1/+8
* Unified send file functionAlice Ferrazzi2017-07-061-3/+5
* getting version from config fileAlice Ferrazzi2017-07-051-0/+6
* Getting kernel version from config fileAlice Ferrazzi2017-07-051-1/+1
* small fixAlice Ferrazzi2017-07-051-1/+1
* receiving and sending the userid and resending same userid if alreadyAlice Ferrazzi2017-07-031-11/+14
* Sending UserID and storing it in shelvesAlice Ferrazzi2017-07-021-8/+26
* dynamically passing kernel versionAlice Ferrazzi2017-07-011-3/+4
* Copyright fix to GPLv2+Alice Ferrazzi2017-06-301-1/+5
* Added working get function for download the live patch generatedAlice Ferrazzi2017-06-281-4/+13
* added livepatch downloader in the clientAlice Ferrazzi2017-06-251-1/+10
* added Json information to the build_livepatch RESTful postAlice Ferrazzi2017-06-231-1/+4
* Added build livepatch client callerAlice Ferrazzi2017-06-221-2/+7
* if config file is compressed uncompress itAlice Ferrazzi2017-06-211-5/+3
* made client config post functionAlice Ferrazzi2017-06-201-2/+1
* Send config templateAlice Ferrazzi2017-06-191-2/+2
* removed urllib for requests libraryAlice Ferrazzi2017-06-171-30/+4
* added restful client moduleAlice Ferrazzi2017-06-171-5/+36
* add restful client communication and url option to argparseAlice Ferrazzi2017-06-171-0/+20