summaryrefslogtreecommitdiff
path: root/src/input/http_helper.c
AgeCommit message (Expand)Author
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2006-11-19Don't escape %, hopefully the client sending the data is already escaping som...Diego 'Flameeyes' Pettenò
2006-11-10When parsing the URL, escape characters like spaces and similar in the URI st...Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-03-18CID: 241Thibaut Mattern
2004-12-24Fix crash related to relative HTTP redirect URLs.Darren Salt
2004-12-01- handle "uvox://" URLsThibaut Mattern
2004-09-20Build system improvements:František Dvořák
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2003-11-26http_helper:Thibaut Mattern