summaryrefslogtreecommitdiffabout
path: root/lib/discovery.cc
AgeCommit message (Expand)AuthorFilesLines
2011-01-12fix uninitialized pointer in discoveryMichael Krelin1-1/+1
2009-04-11make compiler a bit happierMichael Krelin1-2/+2
2009-01-28XRD discovery fix.Michael Krelin1-0/+4
2009-01-21Do not bomb out on unusual xmlMichael Krelin1-15/+26
2008-12-02added passthrough unknown encoding handler to discovery parserMichael Krelin1-0/+8
2008-06-29fixed debugging info settings for htmltidyMichael Krelin1-2/+5
2008-06-27made gcc 4.3 a bit happierMichael Krelin1-2/+2
2008-06-25improved detection of htmltidy for debian and co.Michael Krelin1-1/+2
2008-04-06fix for discovery failing on some entities coming before the tag of interestMichael Krelin1-0/+1
2008-02-22fix the discovery for the case when identity URL points to XRDS document.Michael Krelin1-1/+7
2008-02-19added an identifier normalization utility functionMichael Krelin1-9/+8
2008-02-16do not tidy XRD documentsMichael Krelin1-2/+2
2008-02-08minor fixes and making compiler a bit happierMichael Krelin1-1/+1
2008-02-03added provisions for discovery on RPMichael Krelin1-10/+35
2008-01-21Implement URI construction handling append='qxri' xrd:URI attribute.Michael Krelin1-7/+22
2008-01-20the whole library rewrittenMichael Krelin1-35/+126
2008-01-06Revert "discovery: stop parser with XML_StopParser()" for nowMichael Krelin1-6/+5
2008-01-06Fix non-debug tidying.Michael Krelin1-1/+1
2008-01-05made more robust html discovery by using htmltidyMichael Krelin1-11/+64
2008-01-05discovery: stop parser with XML_StopParser()Michael Krelin1-6/+12
2008-01-04parse ProviderID while doing discoveryMichael Krelin1-0/+6
2008-01-04xri discovery fills in canonicalized_id for xri identities nowMichael Krelin1-0/+1
2008-01-04parse xrd:ExpiresMichael Krelin1-3/+7
2008-01-04fix the xrds_location being cleared before it gets used.Michael Krelin1-1/+1
2007-12-15fixed handling of openid:Delegate in discoveryMichael Krelin1-1/+1
2007-12-13keep track of whether the identity being discovered is XRIMichael Krelin1-0/+2
2007-12-09reworked identity resolution and service discoveryMichael Krelin1-0/+375