summaryrefslogtreecommitdiff
path: root/libpurple/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* These things are always NULL, so these if statements are never triggeredMark Doliner2008-03-051-14/+0
* Patch from eperez to plug a leak in the ntlm proxy authentication. Fixes #4702Daniel Atallah2008-02-201-3/+9
* replace most calls to strerror with calls to g_strerror. strerror will returnNathan Walp2007-11-031-21/+21
* Patch from Andrew Gaul to constify a bunch of static variables to reduceKa-Hing Cheung2007-10-261-1/+1
* Prevent a crash when the proxy username isn't specified. Fixes #3583.Daniel Atallah2007-10-161-4/+7
* Fix all our calls to fcntl(listenfd, F_SETFL, O_NONBLOCK);Mark Doliner2007-10-141-5/+18
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
* Apply a similar fix to the proxy prefs loading fix to the status scores.Daniel Atallah2007-09-141-5/+5
* Fix proxy settings to be loaded correctly when libpurple is initialized. Thi...Daniel Atallah2007-09-141-1/+8
* This is parts 1 and 2 of patch #2910 from Vladimir (thecrux) to improve NTLM ...Daniel Atallah2007-09-131-6/+22
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')Sadrul Habib Chowdhury2007-09-051-1/+1
* Eliminate some type punning warnings in proxy.c. This was inspired by aRichard Laager2007-06-021-11/+11
* fix socks5 from over-reading the headers, and throwing away data (fixes jabbe...Nathan Walp2007-05-301-13/+25
* Fix for detecting gnome proxy settings from ticket #935Stu Tomlinson2007-05-121-3/+3
* Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gn...Sean Egan2007-04-251-16/+16
* I commonly see a crash in which socket_ready_cb(), shortly after a laptop wak...Evan Schoenberg2007-04-011-0/+12
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-348/+348
* Added a new GaimEventLoopUiOps item, input_get_error(). This function allows...Evan Schoenberg2007-02-231-20/+17
* clean up some compile warningsNathan Walp2007-02-021-1/+1
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+1968