Giter VIP home page Giter VIP logo

xmlrpcpp's People

Contributors

nega0 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

xmlrpcpp's Issues

SSL/Multithreading patches not complete in repository

I am currently looking into getting xmlrpcpp to support HTTPS/SSL connections. Thus, I stumbled over your interesting xmlrpcpp patchset. However, looking at the 09_xmlrpc++_xxxx patch file (https://github.com/nega0/xmlrpcpp/blob/master/patches/09_xmlrpc%2B%2B_Support%20for%20SSL%2C%20Multithreading%2C%20and%20building%20as%20RPM.diff.nega) reveals that this patch seems to be incomplete.

E.g., in there a file named XmlRpcConnectionSsl.cpp is referenced, but is not part of the patch itself (see https://github.com/nega0/xmlrpcpp/blob/master/patches/09_xmlrpc%2B%2B_Support%20for%20SSL%2C%20Multithreading%2C%20and%20building%20as%20RPM.diff.nega#L646-L647). It actually seems you have executed the diff without the "-N" option.

Do you still have after all these years your xmlrpcpp patches around and could update the patch files in your repository with the missing pieces. Or can you simply send me your whole xmlrpcpp repository folder including XmlRpcConnectionSsl.cpp and friends so that I can generate a fork of your repository and continue the work you probably haven't touched for many years?!? Thanks.

apple clang failed tautological-compare

This is fixed on trunk.

// Predicate for tm equality
static bool tmEq(struct tm const& t1, struct tm const& t2) {
return t1.tm_sec == t2.tm_sec && t1.tm_min == t2.tm_min &&
t1.tm_hour == t2.tm_hour && t1.tm_mday == t1.tm_mday &&
t1.tm_mon == t2.tm_mon && t1.tm_year == t2.tm_year;
}

Apple clang missed the self-compare of t1.tm_mday, here. Need to do one or more of:

  • confirm llvm/clang catches it
  • reformat so apple/clang and/or llvm/clang catches it
  • make a local test case (really?)
  • make a test case to send upstream

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.