summaryrefslogtreecommitdiff
path: root/gio/gsocks5proxy.c
Commit message (Expand)AuthorAgeFilesLines
* gsocks5proxy: Handle EOF when reading from a streamBenjamin Berg2021-04-061-0/+50
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* Merge branch '1986-socks-version' into 'master'Sebastian Dröge2020-03-101-1/+1
|\
| * gsocks5proxy: Fix SOCKS5 username/password authenticationPhilip Withnall2020-02-271-1/+1
* | gsocks5proxy: Return G_IO_ERROR_PROXY_NEED_AUTH if anonymous auth failsPhilip Withnall2020-03-101-1/+15
|/
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-2/+2
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+1
* gsocks5proxy: Fix error reporting in authenticationPhilip Withnall2015-10-031-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GSocks5Proxy: don't crash if parsing negotiation reply failsSimon McVittie2013-05-021-1/+1
* gio: port networking classes from GSimpleAsyncResult to GTaskDan Winship2012-10-101-88/+81
* Miscellaneous string fixesMatthias Clasen2012-08-161-2/+2
* gio/gsocks5proxy: typo fixNguyễn Thái Ngọc Duy2012-01-061-1/+1
* gsocks5proxy, gsocks4aproxy: simplify some error messagesDan Winship2011-09-181-7/+5
* Spelling fixesMatthias Clasen2011-08-291-2/+2
* gio: typo fixNguyễn Thái Ngọc Duy2010-12-211-1/+1
* Fixed typo in public string in gsocks (630559)Matt Rajca2010-11-281-1/+1
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-3/+1
* Fix memory leak in SOCKSv5 implementationNicolas Dufresne2010-09-231-0/+1
* Implemented SOCKSv5 proxy supportNicolas Dufresne2010-08-191-0/+1053