about summary refs log tree commit diff stats
path: root/src/common.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-211-24/+13
* fix #1761 by changing the implementation from recursiveSteffen Jaeckel2023-03-111-23/+22
* introduce `auto_gcharv`Steffen Jaeckel2023-01-191-0/+8
* fix memory leaks in OMEMOSteffen Jaeckel2023-01-181-0/+7
* add `/strophe` command to modify libstrophe-specific settingsSteffen Jaeckel2023-01-181-10/+32
* Update copyright yearMichael Vetter2023-01-101-1/+1
* Spawn external programs asynchronouslyMarouane L2022-10-121-30/+11
* support for formatting in avatar executablenandesu-utils2022-09-061-12/+12
* refactored call_external codenandesu-utils2022-08-271-17/+22
* common: dont use GError twiceMichael Vetter2022-08-021-7/+15
* Check for error before trying to append itMichael Vetter2022-08-021-1/+1
* Update copyright yearMichael Vetter2022-05-091-1/+1
* use `g_mkdir_with_parents()` instead of home-baked solutionSteffen Jaeckel2022-03-141-32/+4
* Fix random string generationMichael Vetter2021-04-171-1/+2
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-4/+3
* Remove "file://" from file namesMaximilian Wuttke2021-03-091-0/+3
* Update copyrightMichael Vetter2021-01-081-1/+1
* Do not inherit stdin of main processWilliam Wennerström2020-12-151-1/+1
* Refactor call_externalWilliam Wennerström2020-12-111-78/+21
* Remove stray +2 for path string in get_expanded_pathWilliam Wennerström2020-12-091-6/+6
* Allocate memory for realpath in both casesMichael Vetter2020-12-091-1/+1
* Expand ~ in unique_filename_from_url()Michael Vetter2020-12-091-3/+27
* Rework url to filenameWilliam Wennerström2020-12-061-29/+36
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-041-0/+80
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-031-0/+20
* Declare counter var inside loopMichael Vetter2020-11-091-4/+2
* Get rid of str_contains()Michael Vetter2020-11-021-12/+0
* Basic support for building on NetBSD.nia2020-09-041-0/+2
* Apply coding styleMichael Vetter2020-07-071-91/+86
* Revert "Apply coding style"Michael Vetter2020-07-071-92/+98
* Apply coding styleMichael Vetter2020-07-071-98/+92
* get_mentions() Use gchar instead of charMichael Vetter2020-07-021-2/+2
* Fix reading/writing linked filesMichael Vetter2020-06-131-0/+1
* Get output and error streams from the command spawned by external_call()Pierre Mazière2020-06-031-8/+83
* Create call_external() helper functionMichael Vetter2020-05-201-0/+13
* Remove unneeded file_getline()Michael Vetter2020-04-201-44/+0
* Free GError objectsDmitry Podgorny2020-04-141-0/+2
* Put getting mentions in own functionMichael Vetter2020-02-201-0/+15
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Move code from jid_random_resource() into own functionMichael Vetter2019-10-161-0/+20
* Check errors in is_dir() is_regular_file()Michael Vetter2019-10-041-2/+10
* Add myself to copyrightMichael Vetter2019-06-171-0/+1
* Don't call mblen() to not depend on localeFrank Zschockelt2019-05-221-5/+2
* Check for new profanity version using new URLMichael Vetter2019-05-031-1/+1
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Merge pull request #1011 from jubalh/sha1Michael Vetter2018-09-191-17/+0
|\
| * Move p_sha1_hash() to stanza.cMichael Vetter2018-09-061-16/+0
| * Use libstrophe sha1 functionsMichael Vetter2018-09-051-10/+9
* | Fix extended plugin handling PRPhilip Flohr2018-09-061-10/+4
pre>
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150