summaryrefslogtreecommitdiffabout
AgeCommit message (Collapse)AuthorFilesLines
2014-03-05don't include ext/algorithm if there's no suchHEADmasterMichael Krelin2-1/+6
2014-03-05remove post-increment implementation as it is awfully invalidMichael Krelin1-5/+0
as per github issue #5
2013-03-22Fix ambiguity with C++11 user-defined literalsAndrew Ayer1-1/+1
By adding whitespace around the macros, we make it clear that we mean to concatenate the string literals, not use a C++11 user-defined literal. See http://gcc.gnu.org/gcc-4.7/porting_to.html, section "User-defined literals and whitespace." This is necessary to compile libopkele with C++11 enabled.
2013-03-06Update libopkele.specDustin Lundquist1-1/+1
2013-03-05Correct license metadata in spec fileDustin Lundquist1-9/+12
2013-03-05Adding expat build depDustin Lundquist1-1/+1
2013-03-04Adding RPM specfileDustin Lundquist1-0/+73
2012-11-02Fix argument-lookup failure on GCC 4.7.1, causing compilation to crash.qdii1-1/+1
Modified-by: Michael Krelin <hacker@klever.net> Signed-off-by: Michael Krelin <hacker@klever.net>
2012-11-02Function _exit was referenced in the code, but <unistd.h> was not included, ↵qdii2-0/+2
causing compilation to fail.
2011-01-12fix uninitialized pointer in discoveryMichael Krelin1-1/+1
it's not the most brilliant idea to pass the uninitialized structure and dereference the pointer member later on. Signed-off-by: Michael Krelin <hacker@klever.net>
2010-07-25actually use bashTim Felgentreff1-1/+1
2009-12-22updated NEWS and bumped version2.0.4Michael Krelin2-1/+7
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-12-22added ax/oauth_ext to MakefilesMichael Krelin2-1/+3
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-12-22added missing AX/OAUTH URI definitionsMichael Krelin1-0/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-12-22minor cleanup of ax/oauth codeMichael Krelin2-12/+3
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-12-22put Joseph's files into repositoryJoseph Smarr4-0/+356
Thanks to Joseph Smarr (now) of Plaxo for contributing these extensions! Signed-off-by: Michael Krelin <hacker@klever.net>
2009-12-21auto(re)gen.(ba)sh: renamed scripts to .bash for this is what they areMichael Krelin3-2/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-12-12fix duplicate header in Makefile.amMichael Krelin1-1/+0
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-09-13made compiler a bit happierpublic/nextMichael Krelin2-2/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-09-13minor url_decode improvementsMichael Krelin1-4/+3
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-09-13removed legacy compatibility code and pcre dependencyMichael Krelin10-933/+5
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-09-01updated news and bumped version to 2.0.32.0.3public/masterMichael Krelin2-1/+6
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-09-01fixed normalization for the single-character trailing componentMichael Krelin1-1/+1
Thanks Hiroyuki ARAKI for spotting the bug and providing the fix Signed-off-by: Michael Krelin <hacker@klever.net>
2009-09-01added a test for the single-character trailing path componentMichael Krelin1-0/+2
due to the bug spotted by Hiroyuki ARAKI Signed-off-by: Michael Krelin <hacker@klever.net>
2009-09-01corrected typoMichael Krelin1-1/+1
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-04-26added libtool to .gitignoreMichael Krelin1-0/+1
I still need it for older libtool versions Signed-off-by: Michael Krelin <hacker@klever.net>
2009-04-26autogen: fix for centosMichael Krelin1-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-26configure: fix htmltidy detectionMichael Krelin1-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-25autogen: mkdir aclocal.d for older libtoolizeMichael Krelin1-1/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-04-25autogen: try to ensure aux.d existenceMichael Krelin1-1/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-04-25Merge commit 'cheetah/master' into nextMichael Krelin1-3/+5
Conflicts: autogen.sh
2009-04-25autogen: try to detect libtoolizeMichael Krelin1-3/+5
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-04-11amended NEWS2.0.2Michael Krelin1-1/+1
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-04-11added AC_CONFIG_AUX_DIRMichael Krelin2-20/+15
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-04-11add libtool macros to distributed tarballMichael Krelin4-2/+5
2009-04-11bumped version and updated NEWSMichael Krelin3-2/+8
2009-04-11make compiler a bit happierMichael Krelin1-2/+2
Signed-off-by: Michael Krelin <hacker@klever.net>
2009-04-11make autoregen script pass extra parametersMichael Krelin1-1/+1
2009-04-11looks like yet another breakage by LJMichael Krelin1-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-11workaround for livejournal.com breaking specsMichael Krelin1-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-12Merge commit 'devel.vz/next' into nextMichael Krelin2-0/+3
2009-03-11missing include for gcc 4.3Michael Krelin1-0/+1
2009-03-11autoregen.sh scriptMichael Krelin1-0/+2
2009-01-28XRD discovery fix.Michael Krelin1-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-21Do not bomb out on unusual xmlMichael Krelin1-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-02added passthrough unknown encoding handler to discovery parserMichael Krelin1-0/+8
2008-12-02support for unknown encoding in expat wrapperMichael Krelin2-0/+12
Signed-off-by: Michael Krelin <hacker@klever.net>
2008-11-22release 2.0.12.0.1Michael Krelin3-2/+10
Signed-off-by: Michael Krelin <hacker@klever.net>
2008-11-12build fix: added missing includeMichael Krelin1-0/+1
Thanks to Jim Downing for spotting it! Signed-off-by: Michael Krelin <hacker@klever.net>
2008-09-22A couple of bugfixesMichael Krelin2-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>