summaryrefslogtreecommitdiffabout
AgeCommit message (Collapse)AuthorFilesLines
2007-11-20prepared 0.3.1 release0.3.1Michael Krelin1-1/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-11-20version bumpMichael Krelin1-1/+1
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-11-20added more precise source tree version detectionMichael Krelin2-1/+12
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-11-19fix previous commitMichael Krelin1-0/+1
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-11-19pay attention to PCRE_{CFLAGS,LIBS} environment variables.Michael Krelin1-3/+8
pkgconfig macros only check the variables in question if pkgconfig itself isn't available. Since libpcre prior to 5.0 lacks pkgconfig support I want PCRE_{CFLAGS,LIBS} variables to be _really_ influential. Signed-off-by: Michael Krelin <hacker@klever.net>
2007-10-31summarized news in NEWS.xmlMichael Krelin1-0/+5
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-10-31allow whitespace separated list in @rel when doing links discovery.Michael Krelin1-9/+31
Thanks to Joseph Smarr and Chris Messina for bringing it to my attention! Signed-off-by: Michael Krelin <hacker@klever.net>
2007-10-31test case for space-separated rel attributesMichael Krelin2-0/+8
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-10-01don't be smart about pkgconfig dirMichael Krelin3-50/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-09-30fixed missing includes in test makefileMichael Krelin1-1/+1
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-09-28fix .pc for the wrapperless pcreMichael Krelin1-2/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-09-22save a couple of ticksMichael Krelin1-3/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-09-22got rid of all pcre wrappers altogetherMichael Krelin5-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-14test: added more test-cases and improved reporting of failures.Michael Krelin5-3/+32
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-09-14robustness improvements in link descovery mechanismsMichael Krelin1-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-11added support for crappy libpcre c++ bindingsMichael Krelin3-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-11a quick set of tests for retrieve_links machineryMichael Krelin11-1/+124
Signed-off-by: Michael Krelin <hacker@klever.net>
2007-08-09libopkele: prepared 0.3 release0.3Michael Krelin3-2/+9
- bumped package version - bumped library version - sumarized news
2007-08-09fix to previous commitMichael Krelin2-2/+5
2007-08-09associations robustness improvements and documentation updatesMichael Krelin3-1/+24
2007-08-09updated Doxyfile.in for use with recent DoxygenMichael Krelin1-9/+1021
2007-08-09make canonicalize follow redirectsMichael Krelin2-3/+34
- renamed old consumer_t::canonicalize to consumer_t::normalize - made the real canonicalize virtual to allow caching layer
2007-06-24libopkele: bumped version to 0.2.1 and summarized news.0.2.1Michael Krelin2-1/+4
2007-06-24yet another signature bugfixMichael Krelin1-1/+1
2007-06-18summarized changes since last version0.2Michael Krelin1-0/+5
2007-06-18Bumped version to 0.2Michael Krelin1-1/+1
2007-06-18Give credits to yet another contributorMichael Krelin1-3/+7
2007-06-18reworked zero-padding machinery and added one more instance of zero-paddingMichael Krelin3-14/+20
2007-06-18Adhere to Postel's Law.Michael Krelin2-0/+23
That is, be liberal when parsing key/value parameters from remote. Along with configure switch to disable it.
2007-06-16adjusted LDADD in lib's Makefile.amMichael Krelin1-1/+1
2007-06-16remove catch-all nop handlerMichael Krelin1-8/+6
2007-05-29changed 'invalid' --with-pcre++ to --with-pcrepp in configureMichael Krelin1-2/+2
2007-01-16added date0.1.1Michael Krelin1-1/+1
2007-01-15updated NEWSMichael Krelin1-0/+3
2007-01-15fixed a typoMichael Krelin1-1/+1
2007-01-15--disable-ssl-verify-{host,peer} options addedMichael Krelin2-0/+20
2007-01-12version bumpMichael Krelin1-1/+1
2007-01-12Summarized accumulated changes and added creditsMichael Krelin2-0/+10
2007-01-12fixed curl exception constructorMichael Krelin1-1/+1
2007-01-12actually make konforka optional.Michael Krelin1-1/+1
2007-01-12enforce konforka being optionalMichael Krelin1-1/+1
2007-01-12doxygen improvementsMichael Krelin13-59/+11
2007-01-12typo fixMichael Krelin1-1/+1
2007-01-12cosmetic fixes for configure output0.1Michael Krelin1-16/+9
2007-01-12Be a bit more liberal in what we accept as key-value pairsMichael Krelin2-1/+3
2007-01-12added more doxygen commentsMichael Krelin1-0/+66
2007-01-12version, date bump, NEWS summaryMichael Krelin3-2/+7
2007-01-12eliminated mimetic dependency and made use of openssl base64 encoder insteadMichael Krelin9-67/+71
2007-01-12extended server and consumer classesMichael Krelin5-8/+88
2007-01-11extension chainMichael Krelin4-2/+70