Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2008-02-16 | moved some stuff out of the now installed util.h header | Michael Krelin | 1 | -0/+1 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-01-20 | the whole library rewritten | Michael Krelin | 1 | -2/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-12-17 | moved curl_fetch_string_t/curl_pick_t classes into curl.h | Michael Krelin | 1 | -19/+1 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-12-04 | Minor improvements | Michael Krelin | 1 | -3/+3 |
- almost irrelevant documentation updates - introduced id_res_expired_on_delivery exception to be thrown if the association has expired right before it could've been used for signature verification. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-28 | removed meaningless condition | Michael Krelin | 1 | -1/+0 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-26 | encapsulated write functionality into curl_t | Michael Krelin | 1 | -22/+28 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-24 | more curl wrapper cosmetics | Michael Krelin | 1 | -61/+44 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-24 | moved curl_t wrapper to util namespace | Michael Krelin | 1 | -20/+5 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-21 | further calming compiler down | Michael Krelin | 1 | -1/+1 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-21 | added some missing includes for gcc 4.3 | Michael Krelin | 1 | -0/+1 |
According to Marcus Rueckert gcc 4.3 wants these. Thanks, Marcus! Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-21 | Keep compiler happy | Michael Krelin | 1 | -2/+2 |
Thanks Marcus Rueckert for pointing this out. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-20 | added more precise source tree version detection | Michael Krelin | 1 | -1/+1 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-10-31 | allow whitespace separated list in @rel when doing links discovery. | Michael Krelin | 1 | -9/+31 |
Thanks to Joseph Smarr and Chris Messina for bringing it to my attention! Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
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 |