Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-09-22 | save a couple of ticks | Michael Krelin | 1 | -3/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-09-22 | got rid of all pcre wrappers altogether | Michael Krelin | 1 | -59/+65 |
although all claims against pcre++ make absolutely no sense. But for now I'll live with no wrappers at all. I may reconsider it when implementing more sophisticated discovery mechanisms for upcoming extensions. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-09-14 | robustness improvements in link descovery mechanisms | Michael Krelin | 1 | -4/+4 |
accept stray spaces in link tags and inside relevant attribute values. Thanks, Gen, for pointing it out. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-09-11 | added support for crappy libpcre c++ bindings | Michael Krelin | 1 | -6/+47 |
Added optional support for crappy google's c++ bindings. The bindings are ridiculously googley, so I think, taking into account the amount of pcre involved, I'll soon drop requirement for any bindings and will use libpcre directly. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-08-09 | fix to previous commit | Michael Krelin | 1 | -2/+0 |
2007-08-09 | associations robustness improvements and documentation updates | Michael Krelin | 1 | -0/+4 |
2007-08-09 | make canonicalize follow redirects | Michael Krelin | 1 | -1/+25 |
- renamed old consumer_t::canonicalize to consumer_t::normalize - made the real canonicalize virtual to allow caching layer | ||||
2007-06-18 | reworked zero-padding machinery and added one more instance of zero-padding | Michael Krelin | 1 | -6/+7 |
2007-06-16 | remove catch-all nop handler | Michael Krelin | 1 | -8/+6 |
2007-01-15 | fixed a typo | Michael Krelin | 1 | -1/+1 |
2007-01-15 | --disable-ssl-verify-{host,peer} options added | Michael Krelin | 1 | -0/+6 |
2007-01-12 | eliminated mimetic dependency and made use of openssl base64 encoder instead | Michael Krelin | 1 | -14/+2 |
2007-01-11 | a fix | Michael Krelin | 1 | -1/+1 |
2007-01-11 | introduced extension hooks framework | Michael Krelin | 1 | -6/+10 |
2007-01-09 | canonicalization bug - do not add '/' after '?', add it right after hostname ↵ | Michael Krelin | 1 | -2/+9 |
if needed. | ||||
2005-07-20 | moved util::canonicalize_url to consumer class | Michael Krelin | 1 | -2/+27 |
2005-07-19 | initial commit of libopkele - OpenID support library | Michael Krelin | 1 | -0/+316 |