Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed build_livepatch from client as already doing automatically when | Alice Ferrazzi | 2017-08-12 | 1 | -1/+0 |
| | | | | it get the configurations files | ||||
* | refactor variable name | Alice Ferrazzi | 2017-08-10 | 1 | -2/+2 |
| | |||||
* | fix pep-8 comment must start with '# ' | Alice Ferrazzi | 2017-08-10 | 1 | -1/+1 |
| | |||||
* | sending incremental patches and main patches | Alice Ferrazzi | 2017-08-07 | 3 | -14/+17 |
| | |||||
* | renamed command function as internal function | Alice Ferrazzi | 2017-08-07 | 1 | -3/+2 |
| | |||||
* | improved function for get patches list from eapply_user patches and temporary | Alice Ferrazzi | 2017-08-07 | 4 | -8/+26 |
| | | | | folder. | ||||
* | renamed function | Alice Ferrazzi | 2017-08-07 | 1 | -2/+2 |
| | |||||
* | renamed function | Alice Ferrazzi | 2017-08-07 | 1 | -2/+2 |
| | |||||
* | changed function and variable name to main_patch | Alice Ferrazzi | 2017-08-06 | 2 | -6/+7 |
| | | | | | | because we are implementing incremental patches, we need to distinguish incremental, already applied patches to the main patch that will be applied over. | ||||
* | added live patch loader | Alice Ferrazzi | 2017-08-04 | 1 | -8/+50 |
| | | | | | | we need to know if a live patch as really been applied for doing that the client can apply the patch and report back TODO: probably would nice to make it optional in the elivepatch arguments | ||||
* | initial work for sending multiple patches on the same post | Alice Ferrazzi | 2017-08-04 | 2 | -9/+15 |
| | |||||
* | SafeConfigParser is deprecated change with ConfigParser | Alice Ferrazzi | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | cleaned error catching | Alice Ferrazzi | 2017-07-29 | 1 | -6/+9 |
| | | | | | | | Because we are going to implement new feature (incremental patch and cve) to elivepatch, we need to catch errors for giving a clean output interface. Useful for example when we need to give some more informative output toward the user | ||||
* | catching client errors | Alice Ferrazzi | 2017-07-29 | 1 | -17/+34 |
| | |||||
* | removed constants file as dead code | Alice Ferrazzi | 2017-07-28 | 1 | -36/+0 |
| | |||||
* | adding incremental patches feature in progress | Alice Ferrazzi | 2017-07-28 | 2 | -2/+30 |
| | | | | - made function for list and save patches | ||||
* | fix message for cve option | Alice Ferrazzi | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Added different configuration example | Alice Ferrazzi | 2017-07-24 | 2 | -1/+6116 |
| | |||||
* | catch missing livepatch errors on the client | Alice Ferrazzi | 2017-07-24 | 1 | -4/+8 |
| | |||||
* | Static patch and config filename on send | Alice Ferrazzi | 2017-07-20 | 1 | -2/+2 |
| | | | | | This is useful for encapsulating the api call using only the uuid as session identifier | ||||
* | send_file working with temporary folder | Alice Ferrazzi | 2017-07-19 | 2 | -25/+27 |
| | |||||
* | fixed variable name | Alice Ferrazzi | 2017-07-18 | 2 | -17/+17 |
| | | | | getting as argument fullpath instead of splitting it each time | ||||
* | added docstrings | Alice Ferrazzi | 2017-07-18 | 1 | -4/+16 |
| | |||||
* | refactored ungz and send_files function | Alice Ferrazzi | 2017-07-18 | 1 | -7/+13 |
| | |||||
* | used os.path.join | Alice Ferrazzi | 2017-07-17 | 1 | -3/+3 |
| | |||||
* | fixed comment | Alice Ferrazzi | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | api link added to variable | Alice Ferrazzi | 2017-07-17 | 1 | -1/+2 |
| | |||||
* | function for checking uuid validity | Alice Ferrazzi | 2017-07-16 | 1 | -14/+17 |
| | | | | and fixed some variable name | ||||
* | setting uuid from the client | Alice Ferrazzi | 2017-07-15 | 2 | -34/+6 |
| | |||||
* | moving uuid functions to the client as RFC 4122 | Alice Ferrazzi | 2017-07-15 | 2 | -4/+15 |
| | | | | A UUID is 128 bits long, and requires no central registration process. | ||||
* | refactored | Alice Ferrazzi | 2017-07-14 | 1 | -8/+5 |
| | |||||
* | Changed UserID with UUID for clarity | Alice Ferrazzi | 2017-07-14 | 2 | -40/+44 |
| | | | | | | The previous UserID variable was actually used as universally unique identifier for dividing tasks with multi-threading. Fixed for better understability. | ||||
* | Removed client check for system kernel version. | Alice Ferrazzi | 2017-07-12 | 2 | -16/+5 |
| | | | | | | Removed some debug print message. We are getting the kernel version from the configuration file header. | ||||
* | add livepatch in uuid subdirectories for divide builded livepatch | Alice Ferrazzi | 2017-07-11 | 1 | -1/+8 |
| | |||||
* | Unified send file function | Alice Ferrazzi | 2017-07-06 | 3 | -44/+10 |
| | |||||
* | getting version from config file | Alice Ferrazzi | 2017-07-05 | 2 | -2/+11 |
| | |||||
* | Getting kernel version from config file | Alice Ferrazzi | 2017-07-05 | 2 | -1/+16 |
| | | | | add kernel version in send_file function | ||||
* | small fix | Alice Ferrazzi | 2017-07-05 | 2 | -3/+3 |
| | |||||
* | receiving and sending the userid and resending same userid if already | Alice Ferrazzi | 2017-07-03 | 3 | -33/+84 |
| | | | | | present in shelves import optimized | ||||
* | Sending UserID and storing it in shelves | Alice Ferrazzi | 2017-07-02 | 2 | -10/+44 |
| | |||||
* | dynamically passing kernel version | Alice Ferrazzi | 2017-07-01 | 3 | -33/+26 |
| | |||||
* | checking file extension using regular expression | Alice Ferrazzi | 2017-07-01 | 1 | -2/+2 |
| | |||||
* | fix shadowing reserved keyword | Alice Ferrazzi | 2017-07-01 | 1 | -2/+2 |
| | |||||
* | using os.path.join instead of sticking variable together | Alice Ferrazzi | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | updated version help text | Alice Ferrazzi | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | updated copyright | Alice Ferrazzi | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | Copyright fix to GPLv2+ | Alice Ferrazzi | 2017-06-30 | 9 | -45/+38 |
| | |||||
* | removed not used import | Alice Ferrazzi | 2017-06-28 | 1 | -1/+0 |
| | |||||
* | Added working get function for download the live patch generated | Alice Ferrazzi | 2017-06-28 | 2 | -4/+14 |
| | |||||
* | updated requirements | Alice Ferrazzi | 2017-06-27 | 1 | -1/+2 |
| |