summaryrefslogtreecommitdiffabout
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-24moved curl_t wrapper to util namespaceMichael Krelin3-21/+35
2007-11-24added 'configure.ac' to the list of "issue-enabled" filesMichael Krelin1-1/+2
2007-11-24added "issue tracker" target to toplevel Makefile.amMichael Krelin1-0/+7
2007-11-24added URI normalization procedure to opkele::utilMichael Krelin3-0/+208
2007-11-22added virtual destructors to base classesMichael Krelin5-1/+9
2007-11-22prepared 0.3.2 release0.3.2Michael Krelin1-1/+1
2007-11-21nitpicking tweaksMichael Krelin1-2/+2
2007-11-21keep compiler happy about shadowed variableMichael Krelin1-1/+1
2007-11-21add a configure option for agressive error detectionMichael Krelin1-0/+18
2007-11-21further calming compiler downMichael Krelin4-10/+10
2007-11-21bumped version and summarized changes in NEWSMichael Krelin2-1/+4
2007-11-21added some missing includes for gcc 4.3Michael Krelin3-0/+3
2007-11-21Fix exception constructionMichael Krelin1-9/+6
2007-11-21keep compiler happy and check more error conditionsMichael Krelin1-3/+4
2007-11-21Keep compiler happyMichael Krelin1-2/+2
2007-11-21Fix for -pedantic buildMichael Krelin1-1/+1
2007-11-20simplify source tree version even moreMichael Krelin1-1/+2
2007-11-20sanitized source tree version string a bitMichael Krelin1-1/+2
2007-11-20prepared 0.3.1 release0.3.1Michael Krelin1-1/+2
2007-11-20version bumpMichael Krelin1-1/+1
2007-11-20added more precise source tree version detectionMichael Krelin2-1/+12
2007-11-19fix previous commitMichael Krelin1-0/+1
2007-11-19pay attention to PCRE_{CFLAGS,LIBS} environment variables.Michael Krelin1-3/+8
2007-10-31summarized news in NEWS.xmlMichael Krelin1-0/+5
2007-10-31allow whitespace separated list in @rel when doing links discovery.Michael Krelin1-9/+31
2007-10-31test case for space-separated rel attributesMichael Krelin2-0/+8
2007-10-01don't be smart about pkgconfig dirMichael Krelin3-50/+2