Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: fix simple typo, certian -> certain | Tim Gates | 2020-12-10 | 1 | -1/+1 |
* | Allocate memory for realpath in both cases | Michael Vetter | 2020-12-09 | 1 | -1/+1 |
* | Simplify notify() | Michael Vetter | 2020-12-09 | 1 | -2/+2 |
* | Expand trackbar to whole line | Michael Vetter | 2020-12-09 | 1 | -1/+1 |
* | Merge pull request #1447 from profanity-im/omemomediasharing-impr | Michael Vetter | 2020-12-09 | 4 | -11/+35 |
|\ | |||||
| * | Purge omemo sendfile from config | Michael Vetter | 2020-12-09 | 1 | -0/+5 |
| * | Use get_expanded_path() in cmd_senfile() | Michael Vetter | 2020-12-09 | 2 | -8/+3 |
| * | Expand ~ in unique_filename_from_url() | Michael Vetter | 2020-12-09 | 1 | -3/+27 |
|/ | |||||
* | Merge pull request #1375 from wstrm/feature/omemo-sendfile | Michael Vetter | 2020-12-09 | 34 | -426/+1759 |
|\ | |||||
| * | Remove scheme and filetype matching for url (save|open) | William Wennerström | 2020-12-08 | 5 | -66/+88 |
| * | Fix segfault for urlopen[1] | William Wennerström | 2020-12-07 | 1 | -1/+1 |
| * | Fix wrong order of arguments for _url_http_method | William Wennerström | 2020-12-07 | 1 | -2/+2 |
| * | Remove cmd_tiny, empty files and link nonce with IV | William Wennerström | 2020-12-07 | 5 | -4/+3 |
| * | Add tests for format_call_external_argv | William Wennerström | 2020-12-07 | 5 | -19/+91 |
| * | Fix bad order of parameters for url save | William Wennerström | 2020-12-07 | 3 | -3/+16 |
| * | Rework url to filename | William Wennerström | 2020-12-06 | 5 | -55/+105 |
| * | Move unique_filename_from_url functions to common | William Wennerström | 2020-12-04 | 13 | -167/+172 |
| * | Refactor for threaded external executable for built-in download methods | William Wennerström | 2020-12-03 | 15 | -234/+203 |
| * | Fix stubs and move some tests to http_common | William Wennerström | 2020-11-16 | 10 | -48/+23 |
| * | Add stubs | William Wennerström | 2020-11-16 | 5 | -10/+55 |
| * | Switch to g_strerror | William Wennerström | 2020-11-16 | 3 | -53/+23 |
| * | Move common http tool code to http_common | William Wennerström | 2020-11-16 | 7 | -53/+156 |
| * | Explicitly clear fragment from HTTP URL | William Wennerström | 2020-11-16 | 2 | -1/+8 |
| * | Add I/O error handling and use filenames instead of file descriptors | William Wennerström | 2020-11-16 | 10 | -68/+99 |
| * | Refactor OMEMO download into AESGCMDownload tool | William Wennerström | 2020-11-16 | 12 | -23/+386 |
| * | Use fallback method when /executable urlsave is unset | William Wennerström | 2020-11-16 | 2 | -8/+24 |
| * | Run make format on rebase | William Wennerström | 2020-11-16 | 19 | -836/+791 |
| * | Remove unsafe Conent-Disposition inferring | William Wennerström | 2020-11-16 | 6 | -241/+115 |
| * | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 9 | -129/+504 |
| * | Add http_download tool | William Wennerström | 2020-11-16 | 6 | -6/+293 |
| * | Wording | William Wennerström | 2020-11-16 | 1 | -2/+2 |
| * | Remove temporary ciphertext file when finished | William Wennerström | 2020-11-16 | 1 | -2/+8 |
| * | Remove /omemo sendfile | William Wennerström | 2020-11-16 | 7 | -603/+566 |
| * | Move file encryption function to public header | William Wennerström | 2020-11-16 | 8 | -83/+59 |
| * | Add guards for OMEMO | William Wennerström | 2020-11-16 | 2 | -5/+21 |
| * | Remove unused #define's and move URL scheme define to omemo/crypto.h | William Wennerström | 2020-11-16 | 2 | -7/+2 |
| * | Move setup for AESGCM to omemo/crypto | William Wennerström | 2020-11-16 | 4 | -64/+68 |
| * | Reformat HTTP get URL to AESGCM scheme | William Wennerström | 2020-11-16 | 3 | -31/+100 |
| * | Refactor to use file stream | William Wennerström | 2020-11-16 | 4 | -72/+57 |
| * | Initial /sendfile OMEMO encryption | William Wennerström | 2020-11-16 | 8 | -54/+242 |
* | | Merge pull request #1445 from profanity-im/feature/moremans | Michael Vetter | 2020-12-07 | 6 | -4/+92 |
|\ \ | |||||
| * | | Print man page arguments bold | Michael Vetter | 2020-12-07 | 1 | -1/+1 |
| * | | Generate date for manpage | Michael Vetter | 2020-12-07 | 1 | -3/+14 |
| * | | Break lines differently in example and synopsis section | Michael Vetter | 2020-12-07 | 1 | -2/+2 |
| * | | man: formate arguments properly | Michael Vetter | 2020-12-07 | 1 | -3/+2 |
| * | | Mention new manpages in main manpage | Michael Vetter | 2020-12-04 | 1 | -0/+1 |
| * | | Install all profanity manpages | Michael Vetter | 2020-12-04 | 1 | -1/+1 |
| * | | Create cmd to generate man pages for prof commands | Michael Vetter | 2020-12-04 | 4 | -3/+80 |
| |/ | |||||
* | | Merge pull request #1440 from wstrm/upgrade-openbsd-6.8 | Michael Vetter | 2020-11-19 | 1 | -8/+15 |
|\ \ | |/ |/| | |||||
| * | Upgrade OpenBSD to 6.8 | William Wennerström | 2020-11-19 | 1 | -8/+15 |
|/ |