Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2009-12-22 | added ax/oauth_ext to Makefiles | Michael Krelin | 2 | -1/+3 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-12-22 | added missing AX/OAUTH URI definitions | Michael Krelin | 1 | -0/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-12-22 | minor cleanup of ax/oauth code | Michael Krelin | 2 | -12/+3 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-12-22 | put Joseph's files into repository | Joseph Smarr | 4 | -0/+356 |
Thanks to Joseph Smarr (now) of Plaxo for contributing these extensions! Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-12-21 | auto(re)gen.(ba)sh: renamed scripts to .bash for this is what they are | Michael Krelin | 3 | -2/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-12-12 | fix duplicate header in Makefile.am | Michael Krelin | 1 | -1/+0 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-09-13 | made compiler a bit happierpublic/next | Michael Krelin | 2 | -2/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-09-13 | minor url_decode improvements | Michael Krelin | 1 | -4/+3 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-09-13 | removed legacy compatibility code and pcre dependency | Michael Krelin | 10 | -933/+5 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-09-01 | updated news and bumped version to 2.0.32.0.3public/master | Michael Krelin | 2 | -1/+6 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-09-01 | fixed normalization for the single-character trailing component | Michael Krelin | 1 | -1/+1 |
Thanks Hiroyuki ARAKI for spotting the bug and providing the fix Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-09-01 | added a test for the single-character trailing path component | Michael Krelin | 1 | -0/+2 |
due to the bug spotted by Hiroyuki ARAKI Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-09-01 | corrected typo | Michael Krelin | 1 | -1/+1 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-26 | added libtool to .gitignore | Michael Krelin | 1 | -0/+1 |
I still need it for older libtool versions Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-26 | autogen: fix for centos | Michael Krelin | 1 | -1/+1 |
I just can't figure out why doesn't autoconf work for the first time, but having run it twice seems to do the trick. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-26 | configure: fix htmltidy detection | Michael Krelin | 1 | -2/+2 |
when making it detect tidy/tidy.h I seem to have broken non-subdired detection. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-25 | autogen: mkdir aclocal.d for older libtoolize | Michael Krelin | 1 | -1/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-25 | autogen: try to ensure aux.d existence | Michael Krelin | 1 | -1/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-25 | Merge commit 'cheetah/master' into next | Michael Krelin | 1 | -3/+5 |
Conflicts: autogen.sh | ||||
2009-04-25 | autogen: try to detect libtoolize | Michael Krelin | 1 | -3/+5 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-11 | amended NEWS2.0.2 | Michael Krelin | 1 | -1/+1 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-11 | added AC_CONFIG_AUX_DIR | Michael Krelin | 2 | -20/+15 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-11 | add libtool macros to distributed tarball | Michael Krelin | 4 | -2/+5 |
2009-04-11 | bumped version and updated NEWS | Michael Krelin | 3 | -2/+8 |
2009-04-11 | make compiler a bit happier | Michael Krelin | 1 | -2/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-11 | make autoregen script pass extra parameters | Michael Krelin | 1 | -1/+1 |
2009-04-11 | looks like yet another breakage by LJ | Michael Krelin | 1 | -1/+2 |
IIRC, previously, livejournal.com supplied empty op_endpoint URL. Now it doesn't supply it at all. Dunno which breakage is better. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-04-11 | workaround for livejournal.com breaking specs | Michael Krelin | 1 | -1/+1 |
just don't treat those who supply empty op_endpoint as OpenID 2.0 providers Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-03-12 | Merge commit 'devel.vz/next' into next | Michael Krelin | 2 | -0/+3 |
2009-03-11 | missing include for gcc 4.3 | Michael Krelin | 1 | -0/+1 |
2009-03-11 | autoregen.sh script | Michael Krelin | 1 | -0/+2 |
2009-01-28 | XRD discovery fix. | Michael Krelin | 1 | -0/+4 |
Added omitted popping of the XRD element out of stack when it ends. Thanks to our usual suspect - Joseph for spotting it ;-) Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2009-01-21 | Do not bomb out on unusual xml | Michael Krelin | 1 | -15/+26 |
In particular, properly handle directy Type child of XRD element. As usually, thanks to Joseph Smarr of Plaxo for spotting it ;-) Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-12-02 | added passthrough unknown encoding handler to discovery parser | Michael Krelin | 1 | -0/+8 |
2008-12-02 | support for unknown encoding in expat wrapper | Michael Krelin | 2 | -0/+12 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-11-22 | release 2.0.12.0.1 | Michael Krelin | 3 | -2/+10 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-11-12 | build fix: added missing include | Michael Krelin | 1 | -0/+1 |
Thanks to Jim Downing for spotting it! Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-09-22 | A couple of bugfixes | Michael Krelin | 2 | -2/+2 |
- added missing 'return' statement to the forward_iterator_proxy operator=() - made temporary non-static for thread safety in url_decode() Thanks to Masato Kataoka of orenosv project Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-29 | added half-a-test for w3c time conversion | Michael Krelin | 1 | -3/+17 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-29 | fixed debugging info settings for htmltidy | Michael Krelin | 1 | -2/+5 |
Thanks to Brian Muller for spotting it! Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-29 | Fixed w3c to unix timestamp conversion for FreeBSD | Michael Krelin | 2 | -3/+19 |
Thanks to Göran Löwkrantz for pointing both to the problem and possible solution. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-27 | made gcc 4.3 a bit happier | Michael Krelin | 6 | -11/+11 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-27 | Fix for gcc 4.3 | Michael Krelin | 2 | -0/+4 |
Thanks to Oden Eriksson of Mandriva for report and patch Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-26 | 2.0 release2.0 | Michael Krelin | 1 | -2/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-26 | bumped version in the NEWS file | Michael Krelin | 1 | -1/+1 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-26 | bumped version to 2.0 in preparation for release | Michael Krelin | 2 | -2/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-25 | gave up the most stupid bug contest award | Michael Krelin | 1 | -2/+2 |
Thanks to compiler for spotting it. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-25 | make compiler a bit happier | Michael Krelin | 1 | -2/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-25 | improved detection of htmltidy for debian and co. | Michael Krelin | 3 | -5/+14 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2008-06-25 | update libcurl.m4 to fix breakage with -Wl,--as-needed ld flags | Michael Krelin | 1 | -24/+55 |
Thanks to Samuli Suominen of Gentoo project for spotting it Signed-off-by: Michael Krelin <hacker@klever.net> |