summaryrefslogtreecommitdiffabout
path: root/lib/util.cc
AgeCommit message (Expand)AuthorFilesLines
2009-09-13minor url_decode improvementsMichael Krelin1-4/+3
2009-09-01fixed normalization for the single-character trailing componentMichael Krelin1-1/+1
2008-09-22A couple of bugfixesMichael Krelin1-1/+1
2008-06-29Fixed w3c to unix timestamp conversion for FreeBSDMichael Krelin1-3/+18
2008-06-27made gcc 4.3 a bit happierMichael Krelin1-3/+3
2008-06-25gave up the most stupid bug contest awardMichael Krelin1-2/+2
2008-03-02aded util::url_decode()Michael Krelin1-0/+28
2008-03-02made util::url_encode refrain from encoding unreserved charsMichael Krelin1-6/+33
2008-02-19added an identifier normalization utility functionMichael Krelin1-3/+38
2008-02-19use local array for hmac when calculating signatureMichael Krelin1-4/+7
2008-02-02moved uri matching into separate procedureMichael Krelin1-0/+30
2008-02-02added util::attr_escapeMichael Krelin1-0/+19
2008-01-20the whole library rewrittenMichael Krelin1-2/+69
2008-01-04fix to rfc normalizationMichael Krelin1-1/+2
2008-01-04adjust w3c_to_time output by timezone, so that it returns local timeMichael Krelin1-5/+15
2008-01-04corrected typoMichael Krelin1-1/+1
2007-12-09Merge branch 'next' into devel/xriMichael Krelin1-3/+3
2007-12-09reworked identity resolution and service discoveryMichael Krelin1-10/+12
2007-12-04save a couple of ticks and make a bit more senseMichael Krelin1-3/+3
2007-12-02first cut on XRI resolverMichael Krelin1-4/+12
2007-11-28keep keeping compilers happyMichael Krelin1-1/+1
2007-11-24added URI normalization procedure to opkele::utilMichael Krelin1-0/+131
2007-11-21added some missing includes for gcc 4.3Michael Krelin1-0/+1
2007-11-21keep compiler happy and check more error conditionsMichael Krelin1-3/+4
2007-06-18reworked zero-padding machinery and added one more instance of zero-paddingMichael Krelin1-3/+7
2007-01-12eliminated mimetic dependency and made use of openssl base64 encoder insteadMichael Krelin1-11/+56
2005-07-20moved util::canonicalize_url to consumer classMichael Krelin1-25/+0
2005-07-19initial commit of libopkele - OpenID support libraryMichael Krelin1-0/+138