Age | Commit message (Expand) | Author | Files | Lines |
2019-09-03 | Missing initializer for struct field | rbuj | 26 | -28/+53 |
2019-09-03 | remove warnings: cast from function call [-Wbad-function-cast] | rbuj | 3 | -4/+4 |
2019-09-03 | remove build warning: local variable shadows another variable | rbuj | 3 | -10/+8 |
2019-09-02 | java-utils: Remove blank spaces before reading package name | rbuj | 1 | -3/+14 |
2019-09-02 | fr-command-lrzip: Fix empty string check | rbuj | 1 | -1/+1 |
2019-09-01 | Redundant redeclaration of ‘fr_command_is_capable_of’ | rbuj | 1 | -2/+0 |
2019-09-01 | comparison of unsigned expression >= 0 is always true | rbuj | 1 | -3/+4 |
2019-08-30 | gtk-utils: Remove unused wrapper for gtk_builder_new_from_file | rbuj | 3 | -23/+0 |
2019-08-29 | glib-genmarshal warning: BOOL token is deprecated | rbuj | 2 | -2/+2 |
2019-08-28 | comparison of integers of different signs: 'int' and 'guint' | rbuj | 6 | -28/+28 |
2019-08-27 | glib-utils: Remove unused function - g_ptr_array_copy | rbuj | 2 | -17/+0 |
2019-08-26 | return sentence won't be never executed as it's preceded by exit | rbuj | 1 | -2/+1 |
2019-07-30 | Add zcompress support | Sergey Ponomarev | 2 | -0/+25 |
2019-07-23 | fr-window: remove unused struct members | Pablo Barciela | 1 | -2/+0 |
2019-07-17 | fr-command-unarchiver: ask password if required | Pablo Barciela | 1 | -5/+9 |
2019-07-01 | Remove trailing whitespaces | Laurent Napias | 17 | -121/+121 |
2019-06-11 | Update FSF address | Laurent Napias | 94 | -94/+94 |
2019-05-15 | Update ui.h | tamplan | 1 | -1/+1 |
2019-05-06 | Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+4 |
2019-04-02 | file-utils: avoid out of bound memory access | Pablo Barciela | 1 | -1/+1 |
2019-04-02 | actions: avoid use of memory after it is freed | Pablo Barciela | 1 | -3/+3 |
2019-03-31 | fr-process: Fix memory leak: 'g_shell_quote' needs to be freed | Pablo Barciela | 1 | -3/+15 |
2019-03-31 | fr-process: Fix memory leak: 'g_strconcat' needs to be freed | Pablo Barciela | 1 | -12/+23 |
2019-03-21 | [Security] fr-process: avoid 'strcpy' and 'strcat' | Pablo Barciela | 1 | -16/+16 |
2019-03-14 | fr-process: Fix memory leak | rbuj | 1 | -3/+1 |
2019-03-06 | Support .udeb package format | Victor Kareh | 3 | -6/+8 |
2019-03-06 | Clean-up archive list and descriptions | Victor Kareh | 1 | -55/+55 |
2019-03-06 | Show version on command line | Victor Kareh | 1 | -0/+13 |
2019-02-20 | Avoid array index out of bounds parsing dpkg-deb --info | rbuj | 1 | -2/+4 |
2019-02-20 | warning: Use of memory after it is freed | rbuj | 1 | -1/+1 |
2019-02-19 | Read authors (updated) from engrampa.about gresource | rbuj | 7 | -10/+39 |
2019-01-08 | update copyright year to 2019 | Pablo Barciela | 1 | -1/+1 |
2019-01-03 | rar/unrar: Fix: "overwrite existing files" disabled must work | Pablo Barciela | 1 | -1/+1 |
2018-12-28 | #225 fix a typo | Sergey Ponomarev | 1 | -1/+1 |
2018-12-28 | fix fr-command-cfile.c: fr_process_set_working_dir | Sergey Ponomarev | 1 | -1/+1 |
2018-12-28 | fr-command-cfile.c: fix indentation | sponomarev | 1 | -61/+61 |
2018-12-28 | Added test integrity for brotli | sponomarev | 1 | -0/+3 |
2018-12-28 | Added test integrity for the cfile compressors: gzip, bzip2, etc. But since m... | Sergey Ponomarev | 2 | -19/+60 |
2018-12-11 | fr-window: show the pause button only if the dialog is working | Pablo Barciela | 1 | -0/+3 |
2018-12-11 | fr-window: avoid 'gtk_dialog_add_button' with stock ids | Pablo Barciela | 1 | -3/+3 |
2018-12-08 | fr-window: hide the progress bar if the process is paused | Pablo Barciela | 1 | -5/+7 |
2018-12-08 | fr-window: change the info label if process is paused/resumed | Pablo Barciela | 1 | -4/+9 |
2018-12-03 | fr-window: little improvements in the look of pause/resume button | Pablo Barciela | 1 | -6/+34 |
2018-12-02 | Adding pause and start functions | zhuyaliang | 3 | -5/+98 |
2018-11-28 | Fix implementation and use of the alternative package name | Iain Nicol | 1 | -5/+7 |
2018-11-10 | Added support for brotli (*.tar.br) compressed tar archives | Sergey Ponomarev | 2 | -0/+44 |
2018-10-30 | Add brotli support | Sergey Ponomarev | 3 | -0/+25 |
2018-09-05 | fr-window: fix typo | raveit65 | 1 | -1/+1 |
2018-08-22 | Add the ability to support 'unar' over .zip archives | Pablo Barciela | 3 | -5/+28 |
2018-08-01 | Add support for OpenDocument formats | Victor Kareh | 2 | -1/+20 |