summaryrefslogtreecommitdiff
path: root/libpurple/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* merge of '5f2dbdd67523095d02ddde939fe625cf6d12ce49'Daniel Atallah2011-05-031-0/+1
|\
| * purple: Fix some compiler warnings related to new API and missing prototypes.Paul Aurich2011-05-031-0/+1
* | proxy: Use account proxy when making standalone SOCKS5 connections.Daniel Atallah2011-05-031-10/+53
|/
* Add new DNS-related API to perform lookups in the context of an account.Daniel Atallah2011-04-191-4/+23
* Add a new proxy type of "Tor". This is really just a SOCKS5 proxy, but can beDaniel Atallah2011-04-191-0/+5
* Fix some "Dead nested assignment"s and then kill off some uselessElliott Sales de Andrade2010-08-141-1/+1
* Fix an invalid memory deref with Windows proxy settings when there's no ":port"Marten Klencke2010-04-221-4/+9
* proxy: Fix printing IPv6 addressesPaul Aurich2010-02-141-2/+6
* merge of 'ce87999db7c525a912065d98b4e52f1db8d8b233'Mark Doliner2009-12-031-0/+30
|\
| * merge of 'a4105927631316ffdb067afdc949f143c2c42e83'Paul Aurich2009-12-031-1/+0
| |\
| * | disapproval of revision '91b156de0ca0323eacfa2f7ff90987613f034372'Paul Aurich2009-12-031-0/+30
* | | disapproval of revision '03dfea50314e7fb72bea23f343e6525941b33d55'Mark Doliner2009-12-031-0/+1
| |/ |/|
* | Remove unused variableMark Doliner2009-12-021-1/+0
|/
* Don't send Proxy-Authorization headers until we've received aVladimir Lettiev2009-11-291-30/+0
* Fix GNOME proxy settings. Fixes #10051.Paul Aurich2009-08-241-1/+1
* Clean up various file-scoped globals at uninit.Paul Aurich2009-08-131-0/+5
* Add an explicit "Connected" message right before passing control from proxy s...Paul Aurich2009-07-231-0/+3
* More uniformity among disconnect error messagesMark Doliner2009-07-061-1/+1
* Remove periods and newlines from many error messages that end up being usedMark Doliner2009-07-061-23/+23
* Increase the logging level of some debugging messages that seemed to be aMauro Brasil2009-07-021-3/+3
* Add purple_proxy_connect_udp. Closes #6589.Hu Yong2009-06-051-0/+136
* propagate from branch 'im.pidgin.pidgin.next.minor' (head d24c4a9d28f21eaa47b...Elliott Sales de Andrade2009-03-021-41/+100
|\
| * Implement support for resolving DNS via the SOCKS4 proxy in use.Daniel Atallah2009-02-171-14/+43
| * A few type fixes.Daniel Atallah2009-02-171-7/+7
| * Use asynchronous DNS lookups for SOCKS4.Daniel Atallah2009-02-171-31/+61
* | Remove trailing whitespaceMark Doliner2009-01-261-1/+1
* | merge of 'ec60fbe5a4abaf446e595d18e1d2d62da53f6cd6'Kevin Stange2009-01-061-13/+13
|\ \
| * | Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-13/+13
| |/
* | Patch from fqueze to add API for setting the global proxy settings. Fixes #7610.Daniel Atallah2009-01-061-0/+10
|/
* merge of 'fdf9068e449239b8d229c319dcc4d36a060539e4'Kevin Stange2008-12-031-5/+11
|\
| * Prevent a NULL printf crash.Daniel Atallah2008-11-241-4/+7
| * Backport the 'purple_debug_*(msg)' -> 'purple_debug_*("%s", msg);' fixes.Richard Laager2008-11-161-1/+1
| * Add debug output when proxy configuration issues are seen. This will help toDaniel Atallah2008-10-211-0/+3
* | This string appears before the connection attempt, so it shouldn't beKevin Stange2008-10-041-1/+1
|/
* Some minor cleanup; removal of unnecessary frees and setting stuff to NULLDaniel Atallah2008-09-161-7/+11
* Fix a double free. Fixes #7047Stu Tomlinson2008-09-161-5/+9
* Add support for printing out the TEXT-MESSAGE in SOCKS5 CHAP auth.Daniel Atallah2008-09-111-0/+5
* Fix the SOCKS5 CHAP authentication to parse several messages if they are read atDaniel Atallah2008-09-111-49/+96
* Add support for sending authorization for Basic proxy authentication when theDaniel Atallah2008-08-271-109/+85
* Add support for reading SOCKS proxy information from the Windows proxy settings.Daniel Atallah2008-08-261-3/+142
* Use SOCKS proxy if specified when running in GNOMEStu Tomlinson2008-08-241-45/+87
* Prevent double freeing when we don't get the proxy data we're expecting fromDaniel Atallah2008-06-031-0/+7
* A patch from Peter O'Gorman at The Written Word, Inc. to fix variousPeter O'Gorman2008-05-271-1/+9
* Rearrange some of the HTTP proxy handling to make sure that we're actuallyDaniel Atallah2008-05-201-55/+46
* Fix SOCK5 error handling to abort when we get a bogus ATYP response. Make theDaniel Atallah2008-05-201-1/+6
* Fix SOCKS5 CHAP authentication to be more robust; the current stuff depends o...Daniel Atallah2008-03-211-8/+39
* Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()Mark Doliner2008-03-161-1/+2
* Bring back the lines that free info.whatever on subsequent calls toMark Doliner2008-03-051-0/+14
* Improve our error handling of Gnome proxy settings.Mark Doliner2008-03-051-13/+38
* Short circuit and return out of the function early if gconftool-2Mark Doliner2008-03-051-42/+42