Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2014-03-05 | don't include ext/algorithm if there's no suchHEADmaster | Michael Krelin | 2 | -1/+6 |
2014-03-05 | remove post-increment implementation as it is awfully invalid | Michael Krelin | 1 | -5/+0 |
as per github issue #5 | ||||
2013-03-22 | Fix ambiguity with C++11 user-defined literals | Andrew Ayer | 1 | -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-06 | Update libopkele.spec | Dustin Lundquist | 1 | -1/+1 |
2013-03-05 | Correct license metadata in spec file | Dustin Lundquist | 1 | -9/+12 |
2013-03-05 | Adding expat build dep | Dustin Lundquist | 1 | -1/+1 |
2013-03-04 | Adding RPM specfile | Dustin Lundquist | 1 | -0/+73 |
2012-11-02 | Fix argument-lookup failure on GCC 4.7.1, causing compilation to crash. | qdii | 1 | -1/+1 |
Modified-by: Michael Krelin <hacker@klever.net> Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2012-11-02 | Function _exit was referenced in the code, but <unistd.h> was not included, ↵ | qdii | 2 | -0/+2 |
causing compilation to fail. | ||||
2011-01-12 | fix uninitialized pointer in discovery | Michael Krelin | 1 | -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-25 | actually use bash | Tim Felgentreff | 1 | -1/+1 |
2009-12-22 | updated NEWS and bumped version2.0.4 | Michael Krelin | 2 | -1/+7 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
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> |