Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Format code correctly | Michael Vetter | 2021-10-05 | 1 | -1/+1 |
* | Fix segfault when aesgcm url isn't the expected size | Michael Vetter | 2021-06-30 | 1 | -0/+1 |
* | http upload: use correct content type | Michael Vetter | 2021-06-02 | 1 | -1/+1 |
* | Get rid of asprintf and _GNU_SOURCE define | Michael Vetter | 2021-03-30 | 5 | -51/+49 |
* | Add config.h in files were it was missing | Michael Vetter | 2021-03-26 | 3 | -0/+6 |
* | autocomplete: remove duplicate code in search functions | Michael Vetter | 2021-03-11 | 1 | -54/+16 |
* | autocomplete: Use asprintf don't calculate length twice | Michael Vetter | 2021-03-11 | 1 | -4/+9 |
* | Remove duplicate code in autocomplete_param* | Michael Vetter | 2021-03-11 | 1 | -29/+22 |
* | Upload: Fix unused return | Thorben Günther | 2021-03-11 | 1 | -4/+9 |
* | Update to the newest version of XEP 0363 (HTTP Upload) | Maximilian Wuttke | 2021-03-11 | 2 | -0/+32 |
* | Update copyright | Michael Vetter | 2021-01-08 | 2 | -2/+2 |
* | Fix deadlock on error before HTTP download has begun | William Wennerström | 2020-12-10 | 1 | -4/+6 |
* | Remove cmd_tiny, empty files and link nonce with IV | William Wennerström | 2020-12-07 | 3 | -2/+2 |
* | Add tests for format_call_external_argv | William Wennerström | 2020-12-07 | 1 | -2/+2 |
* | Fix bad order of parameters for url save | William Wennerström | 2020-12-07 | 1 | -1/+7 |
* | Rework url to filename | William Wennerström | 2020-12-06 | 2 | -8/+6 |
* | Move unique_filename_from_url functions to common | William Wennerström | 2020-12-04 | 2 | -21/+0 |
* | Refactor for threaded external executable for built-in download methods | William Wennerström | 2020-12-03 | 5 | -2/+45 |
* | Fix stubs and move some tests to http_common | William Wennerström | 2020-11-16 | 2 | -18/+12 |
* | Switch to g_strerror | William Wennerström | 2020-11-16 | 2 | -23/+19 |
* | Move common http tool code to http_common | William Wennerström | 2020-11-16 | 6 | -53/+154 |
* | Add I/O error handling and use filenames instead of file descriptors | William Wennerström | 2020-11-16 | 4 | -51/+87 |
* | Refactor OMEMO download into AESGCMDownload tool | William Wennerström | 2020-11-16 | 6 | -2/+221 |
* | Run make format on rebase | William Wennerström | 2020-11-16 | 4 | -57/+64 |
* | Remove unsafe Conent-Disposition inferring | William Wennerström | 2020-11-16 | 2 | -119/+19 |
* | Infer filename from content-disposition or URL | William Wennerström | 2020-11-16 | 2 | -7/+123 |
* | Add http_download tool | William Wennerström | 2020-11-16 | 3 | -1/+287 |
* | Add guards for OMEMO | William Wennerström | 2020-11-16 | 1 | -1/+3 |
* | Move setup for AESGCM to omemo/crypto | William Wennerström | 2020-11-16 | 1 | -0/+2 |
* | Reformat HTTP get URL to AESGCM scheme | William Wennerström | 2020-11-16 | 2 | -30/+69 |
* | Refactor to use file stream | William Wennerström | 2020-11-16 | 2 | -24/+17 |
* | Initial /sendfile OMEMO encryption | William Wennerström | 2020-11-16 | 2 | -15/+15 |
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 2 | -19/+10 |
* | parser.c: Use glib | Michael Vetter | 2020-07-23 | 1 | -4/+4 |
* | Fix /correct quotation marks usage | Michael Vetter | 2020-07-23 | 2 | -0/+28 |
* | parser.c: Use helper function to reduce duplicate code | Michael Vetter | 2020-07-21 | 1 | -143/+50 |
* | parse_args(): Call g_free() once | Michael Vetter | 2020-07-21 | 1 | -3/+2 |
* | Use parse_args_with_freetext() for `/correct` | Michael Vetter | 2020-07-20 | 1 | -2/+2 |
* | bookmark_ignore.c: use gchar instead of char | Michael Vetter | 2020-07-20 | 1 | -7/+7 |
* | Fix typo in comment | Michael Vetter | 2020-07-15 | 1 | -1/+1 |
* | Remove `/tiny` command | Michael Vetter | 2020-07-10 | 2 | -144/+0 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 12 | -225/+227 |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 12 | -240/+238 |
* | Apply coding style | Michael Vetter | 2020-07-07 | 12 | -238/+240 |
* | Remove prefs_free_string() | Michael Vetter | 2020-07-02 | 1 | -1/+1 |
* | Add missed string.h | Dmitry Podgorny | 2020-06-24 | 1 | -0/+1 |
* | Fix memleak in autocomplete_remove_older_than_max* | Michael Vetter | 2020-05-29 | 1 | -0/+1 |
* | urlopen: get last URL first | Michael Vetter | 2020-05-29 | 2 | -8/+24 |
* | Save bookmark ignore list | Michael Vetter | 2020-05-25 | 1 | -0/+18 |
* | Add bookmark ignore add|remove | Michael Vetter | 2020-05-24 | 2 | -0/+14 |