aboutsummaryrefslogtreecommitdiffstats
path: root/lib/url.c
Commit message (Collapse)AuthorAgeLines
* socks4a proxy support (like socks4 with remote DNS)dequis2015-10-21-0/+2
| | | | | | | | | Fixes trac ticket 995 https://bugs.bitlbee.org/bitlbee/ticket/995 This is slightly pointless for the suggested use case (tor), since with socks5 we already send a hostname instead of an IP address. Either way, it was easy to implement, so I hope it helps.
* Reindent everything to K&R style with tabsIndent2015-02-20-52/+42
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
|
* constified.Wilmer van der Gaast2010-04-25-1/+1
|
* Fixed issues with "long" URLs in url.c. Reusing code from 2001 wasn't aWilmer van der Gaast2008-03-15-11/+13
| | | | | good idea...
* Little fix copied from Jelmer's integration branch, want to import the restWilmer van der Gaast2007-02-18-1/+1
| | | | | | after doing this devel release because there are quite a lot of changes in it.
* Moving all generic files to lib/ instead of having some in / and some inWilmer van der Gaast2006-06-25-0/+107
protocols/, and adding RC4 code.