Sébastien Wilmet
3bf4a720c3
gio/: LGPLv2+ -> LGPLv2.1+
...
Sub-directories inside gio/ already processed in a previous commit:
- fam/
- gdbus-2.0/ (which contains only codegen/)
- gvdb/
- inotify/
- tests/
- win32/
- xdgmime/
Other sub-directories inside gio/:
- completion/: no license headers
- kqueue/: not LGPL, BSD-style license
https://bugzilla.gnome.org/show_bug.cgi?id=776504
2017-05-29 19:53:34 +02:00
Piotr Drąg
10c490cdfe
Use Unicode in translatable strings
...
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=772221
2016-10-12 21:30:42 +02:00
Philip Withnall
3613b7a366
gio: Add source tags to various GTasks constructed in GLib
...
This makes them easier to identify when debugging and profiling.
This patch was somewhat less than interesting to write.
https://bugzilla.gnome.org/show_bug.cgi?id=767765
2016-06-29 15:16:52 +01:00
Philip Withnall
0f98b2f4ec
gsocks5proxy: Fix error reporting in authentication
...
set_auth_msg() was returning FALSE to indicate error, but all its
callers were expecting a negative return value to indicate error. This
was causing memory leaks for the GError, and errors to not be reported.
Coverity CID: 1325357
2015-10-03 11:46:18 +01:00
Daniel Mustieles
078dbda148
Updated FSF's address
2014-01-31 14:31:55 +01:00
Simon McVittie
769e3edbe0
GSocks5Proxy: don't crash if parsing negotiation reply fails
...
The GError should be initialized to NULL, otherwise we'll
"pile up" errors, then try to free an uninitialized pointer.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=699493
2013-05-02 18:37:25 +01:00
Dan Winship
d21309464c
gio: port networking classes from GSimpleAsyncResult to GTask
...
https://bugzilla.gnome.org/show_bug.cgi?id=661767
2012-10-10 10:29:37 -04:00
Matthias Clasen
6bee6dbce5
Miscellaneous string fixes
...
Typo and punctuation fixes, and some rewording, based
on a patch by Philip Withnall, bug
https://bugzilla.gnome.org/review?bug=628193
2012-08-16 23:02:41 -04:00
Nguyễn Thái Ngọc Duy
b87f6f9f8c
gio/gsocks5proxy: typo fix
2012-01-06 16:58:57 +07:00
Dan Winship
eb45a590fa
gsocks5proxy, gsocks4aproxy: simplify some error messages
...
There's no need to include the exact max length in the error messages,
and it makes it look like the strings need to use ngettext() if you do.
https://bugzilla.gnome.org/show_bug.cgi?id=658206
2011-09-18 10:49:58 -04:00
Matthias Clasen
1b28408b8b
Spelling fixes
...
Spelling fixes in comments and docs, provided by
Kjartan Maraas in bug 657336.
2011-08-29 14:49:32 -04:00
Nguyễn Thái Ngọc Duy
12cf4af5bb
gio: typo fix
2010-12-21 19:53:00 +07:00
Matt Rajca
577ddbf30b
Fixed typo in public string in gsocks (630559)
2010-11-28 18:29:50 -05:00
Christian Persch
9e0c07870a
Use g_simple_async_result_{new_,}take_error
...
Bug #633685 .
2010-11-03 14:25:35 +01:00
Nicolas Dufresne
e7df1a4157
Fix memory leak in SOCKSv5 implementation
2010-09-23 12:02:51 -04:00
Nicolas Dufresne
6fa1136600
Implemented SOCKSv5 proxy support
2010-08-19 16:32:37 -04:00