about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allocate memory for realpath in both casesMichael Vetter2020-12-091-1/+1
* Simplify notify()Michael Vetter2020-12-091-2/+2
* Expand trackbar to whole lineMichael Vetter2020-12-091-1/+1
* Purge omemo sendfile from configMichael Vetter2020-12-091-0/+5
* Use get_expanded_path() in cmd_senfile()Michael Vetter2020-12-092-8/+3
* Expand ~ in unique_filename_from_url()Michael Vetter2020-12-091-3/+27
* Merge pull request #1375 from wstrm/feature/omemo-sendfileMichael Vetter2020-12-0924-423/+1497
|\
| * Remove scheme and filetype matching for url (save|open)William Wennerström2020-12-085-66/+88
| * Fix segfault for urlopen[1]William Wennerström2020-12-071-1/+1
| * Fix wrong order of arguments for _url_http_methodWilliam Wennerström2020-12-071-2/+2
| * Remove cmd_tiny, empty files and link nonce with IVWilliam Wennerström2020-12-075-4/+3
| * Add tests for format_call_external_argvWilliam Wennerström2020-12-072-17/+30
| * Fix bad order of parameters for url saveWilliam Wennerström2020-12-073-3/+16
| * Rework url to filenameWilliam Wennerström2020-12-064-38/+42
| * Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-046-85/+84
| * Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-0314-231/+201
| * Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-162-18/+12
| * Add stubsWilliam Wennerström2020-11-161-8/+14
| * Switch to g_strerrorWilliam Wennerström2020-11-163-53/+23
| * Move common http tool code to http_commonWilliam Wennerström2020-11-166-53/+154
| * Explicitly clear fragment from HTTP URLWilliam Wennerström2020-11-162-1/+8
| * Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-169-68/+98
| * Refactor OMEMO download into AESGCMDownload toolWilliam Wennerström2020-11-1611-23/+384
| * Use fallback method when /executable urlsave is unsetWilliam Wennerström2020-11-162-8/+24
| * Run make format on rebaseWilliam Wennerström2020-11-1614-674/+680
| * Remove unsafe Conent-Disposition inferringWilliam Wennerström2020-11-163-157/+80
| * Infer filename from content-disposition or URLWilliam Wennerström2020-11-163-119/+254
| * Add http_download toolWilliam Wennerström2020-11-166-6/+293
| * WordingWilliam Wennerström2020-11-161-2/+2
| * Remove temporary ciphertext file when finishedWilliam Wennerström2020-11-161-2/+8
| * Remove /omemo sendfileWilliam Wennerström2020-11-167-603/+566
| * Move file encryption function to public headerWilliam Wennerström2020-11-165-43/+47
| * Add guards for OMEMOWilliam Wennerström2020-11-162-5/+21
| * Remove unused #define's and move URL scheme define to omemo/crypto.hWilliam Wennerström2020-11-162-7/+2
| * Move setup for AESGCM to omemo/cryptoWilliam Wennerström2020-11-164-64/+68
| * Reformat HTTP get URL to AESGCM schemeWilliam Wennerström2020-11-163-31/+100
| * Refactor to use file streamWilliam Wennerström2020-11-164-72/+57
| * Initial /sendfile OMEMO encryptionWilliam Wennerström2020-11-166-54/+230
* | Print man page arguments boldMichael Vetter2020-12-071-1/+1
* | Generate date for manpageMichael Vetter2020-12-071-3/+14
* | Break lines differently in example and synopsis sectionMichael Vetter2020-12-071-2/+2
* | man: formate arguments properlyMichael Vetter2020-12-071-3/+2
* | Create cmd to generate man pages for prof commandsMichael Vetter2020-12-043-3/+76
|/
* Declare counter var inside loopMichael Vetter2020-11-0922-163/+94
* Dont initialize i twice in accounts_get_account()Michael Vetter2020-11-051-5/+5
* Simplify _correction_autocomplete()Michael Vetter2020-11-051-4/+1
* Simplify _executable_autocomplete()Michael Vetter2020-11-051-4/+1
* Simplify _lastactivity_autocomplete()Michael Vetter2020-11-051-9/+4
* Simplify _who_autocomplete()Michael Vetter2020-11-051-3/+0
* Simplify _tray_autocomplete()Michael Vetter2020-11-051-5/+1