Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-10-01 | don't be smart about pkgconfig dir | Michael Krelin | 3 | -50/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-09-30 | fixed missing includes in test makefile | Michael Krelin | 1 | -1/+1 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-09-28 | fix .pc for the wrapperless pcre | Michael Krelin | 1 | -2/+2 |
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 | 5 | -106/+80 |
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 | test: added more test-cases and improved reporting of failures. | Michael Krelin | 5 | -3/+32 |
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 | 3 | -16/+92 |
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-09-11 | a quick set of tests for retrieve_links machinery | Michael Krelin | 11 | -1/+124 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-08-09 | libopkele: prepared 0.3 release0.3 | Michael Krelin | 3 | -2/+9 |
- bumped package version - bumped library version - sumarized news | ||||
2007-08-09 | fix to previous commit | Michael Krelin | 2 | -2/+5 |
2007-08-09 | associations robustness improvements and documentation updates | Michael Krelin | 3 | -1/+24 |
2007-08-09 | updated Doxyfile.in for use with recent Doxygen | Michael Krelin | 1 | -9/+1021 |
2007-08-09 | make canonicalize follow redirects | Michael Krelin | 2 | -3/+34 |
- renamed old consumer_t::canonicalize to consumer_t::normalize - made the real canonicalize virtual to allow caching layer | ||||
2007-06-24 | libopkele: bumped version to 0.2.1 and summarized news.0.2.1 | Michael Krelin | 2 | -1/+4 |
2007-06-24 | yet another signature bugfix | Michael Krelin | 1 | -1/+1 |
2007-06-18 | summarized changes since last version0.2 | Michael Krelin | 1 | -0/+5 |
2007-06-18 | Bumped version to 0.2 | Michael Krelin | 1 | -1/+1 |
2007-06-18 | Give credits to yet another contributor | Michael Krelin | 1 | -3/+7 |
2007-06-18 | reworked zero-padding machinery and added one more instance of zero-padding | Michael Krelin | 3 | -14/+20 |
2007-06-18 | Adhere to Postel's Law. | Michael Krelin | 2 | -0/+23 |
That is, be liberal when parsing key/value parameters from remote. Along with configure switch to disable it. | ||||
2007-06-16 | adjusted LDADD in lib's Makefile.am | Michael Krelin | 1 | -1/+1 |
2007-06-16 | remove catch-all nop handler | Michael Krelin | 1 | -8/+6 |
2007-05-29 | changed 'invalid' --with-pcre++ to --with-pcrepp in configure | Michael Krelin | 1 | -2/+2 |
2007-01-16 | added date0.1.1 | Michael Krelin | 1 | -1/+1 |
2007-01-15 | updated NEWS | Michael Krelin | 1 | -0/+3 |
2007-01-15 | fixed a typo | Michael Krelin | 1 | -1/+1 |
2007-01-15 | --disable-ssl-verify-{host,peer} options added | Michael Krelin | 2 | -0/+20 |
2007-01-12 | version bump | Michael Krelin | 1 | -1/+1 |
2007-01-12 | Summarized accumulated changes and added credits | Michael Krelin | 2 | -0/+10 |
2007-01-12 | fixed curl exception constructor | Michael Krelin | 1 | -1/+1 |
2007-01-12 | actually make konforka optional. | Michael Krelin | 1 | -1/+1 |
2007-01-12 | enforce konforka being optional | Michael Krelin | 1 | -1/+1 |
2007-01-12 | doxygen improvements | Michael Krelin | 13 | -59/+11 |
2007-01-12 | typo fix | Michael Krelin | 1 | -1/+1 |
2007-01-12 | cosmetic fixes for configure output0.1 | Michael Krelin | 1 | -16/+9 |
2007-01-12 | Be a bit more liberal in what we accept as key-value pairs | Michael Krelin | 2 | -1/+3 |
2007-01-12 | added more doxygen comments | Michael Krelin | 1 | -0/+66 |
2007-01-12 | version, date bump, NEWS summary | Michael Krelin | 3 | -2/+7 |
2007-01-12 | eliminated mimetic dependency and made use of openssl base64 encoder instead | Michael Krelin | 9 | -67/+71 |
2007-01-12 | extended server and consumer classes | Michael Krelin | 5 | -8/+88 |
2007-01-11 | extension chain | Michael Krelin | 4 | -2/+70 |
2007-01-11 | Simple Registration extension | Michael Krelin | 4 | -2/+336 |
2007-01-11 | a fix | Michael Krelin | 1 | -1/+1 |
2007-01-11 | doxygen improvements | Michael Krelin | 1 | -2/+9 |
2007-01-11 | a fix for missing class qualifiers | Michael Krelin | 1 | -2/+2 |
2007-01-11 | doxygen writeup fix | Michael Krelin | 1 | -1/+1 |
2007-01-11 | fixed a definition in header | Michael Krelin | 1 | -3/+3 |
2007-01-11 | introduced extension hooks framework | Michael Krelin | 9 | -28/+127 |
2007-01-10 | added source browser to doxygen | Michael Krelin | 1 | -3/+3 |