summaryrefslogtreecommitdiffabout
AgeCommit message (Expand)AuthorFilesLines
2008-01-13Merge branch 'next' into devel/openid20Michael Krelin1-1/+1
2008-01-13add libcurl includes to test MakefileMichael Krelin1-1/+1
2008-01-12fixed priority_map comparison functionMichael Krelin1-1/+1
2008-01-06Revert "discovery: stop parser with XML_StopParser()" for nowMichael Krelin2-10/+7
2008-01-06Fix non-debug tidying.Michael Krelin1-1/+1
2008-01-06configure: fixed typo in tidy lib detection error messageMichael Krelin1-2/+2
2008-01-05made more robust html discovery by using htmltidyMichael Krelin2-13/+66
2008-01-05added htmltidy dependencyMichael Krelin6-3/+106
2008-01-05discovery: stop parser with XML_StopParser()Michael Krelin2-8/+16
2008-01-04exception specializationsMichael Krelin1-1/+29
2008-01-04id_res_cancel and id_res_bad_nonce exceptionsMichael Krelin1-0/+18
2008-01-04output thrown exceptions to clog streamMichael Krelin4-6/+37
2008-01-04configurable -DNDEBUGMichael Krelin3-0/+14
2008-01-04exception fixes and enhancementsMichael Krelin1-1/+9
2008-01-04idiscover: dump ProviderIDMichael Krelin1-1/+3
2008-01-04parse ProviderID while doing discoveryMichael Krelin2-0/+10
2008-01-04fix to rfc normalizationMichael Krelin1-1/+2
2008-01-04xri discovery fills in canonicalized_id for xri identities nowMichael Krelin1-0/+1
2008-01-04make ./test/idiscover show expiration dataMichael Krelin1-2/+4
2008-01-04parse xrd:ExpiresMichael Krelin1-3/+7
2008-01-04adjust w3c_to_time output by timezone, so that it returns local timeMichael Krelin1-5/+15
2008-01-04gitignored tr1-mem.hMichael Krelin1-0/+1
2008-01-04corrected typoMichael Krelin1-1/+1
2008-01-04fixed sreg namespace setting ('sreg.ns' to 'ns.sreg')Michael Krelin1-1/+1
2008-01-04added openid.sreg.ns parameter to sreg extensionMichael Krelin2-0/+3
2008-01-04trying to make it report tr1/memory found nicelyMichael Krelin1-1/+5
2008-01-04added missing fileMichael Krelin1-0/+10
2008-01-04changed auto_ptr to shared_ptrMichael Krelin6-10/+59
2008-01-04fix the xrds_location being cleared before it gets used.Michael Krelin1-1/+1
2008-01-04idiscovery_t() default constructor and a couple of helpersMichael Krelin1-0/+6
2007-12-17made secret_t non-constant size and added params_t::query_string functionMichael Krelin3-13/+30
2007-12-17added openid.ns uri to uris.hMichael Krelin1-0/+2
2007-12-17moved curl_fetch_string_t/curl_pick_t classes into curl.hMichael Krelin2-19/+25
2007-12-15fixed handling of openid:Delegate in discoveryMichael Krelin1-1/+1
2007-12-13keep track of whether the identity being discovered is XRIMichael Krelin3-0/+4
2007-12-09don't install internal-use headersMichael Krelin1-1/+1
2007-12-09Merge branch 'next' into devel/xriMichael Krelin4-6/+21
2007-12-09reworked identity resolution and service discoveryMichael Krelin15-472/+575
2007-12-04Minor improvementsMichael Krelin3-3/+18
2007-12-04save a couple of ticks and make a bit more senseMichael Krelin1-3/+3
2007-12-02more robust discoveryMichael Krelin1-7/+11
2007-12-02first cut on XRI resolverMichael Krelin9-9/+482
2007-11-28added a trivial expat wrapperMichael Krelin6-6/+207
2007-11-28keep keeping compilers happyMichael Krelin2-4/+4
2007-11-28fixed commit b71de8d6a2b2d8b57e229ac7887c5b74590f58b8Michael Krelin1-1/+1
2007-11-28added header and progress callbacks to curl wrapperMichael Krelin2-0/+31
2007-11-28removed meaningless conditionMichael Krelin1-1/+0
2007-11-26add missing test case to EXTRA_DISTMichael Krelin1-1/+2
2007-11-26encapsulated write functionality into curl_tMichael Krelin3-22/+43
2007-11-24more curl wrapper cosmeticsMichael Krelin4-64/+101