Re: [cgi-devel] Where is the SVN source? (I have patches I want to contribute)
Status: Beta
Brought to you by:
drrngrvy
From: Leutloff, C. <leu...@xo...> - 2013-04-22 17:57:21
|
Hi Ben, good to hear someone is working again on CGI. I am using it, too. Some of your fixes sounds similar to mine 8-( Development has moved to Github: https://github.com/darrengarvey/cgi. I am interested in your improvements. So please send Darren (and me https://github.com/leutloff/cgi) a pull request, so that we can merge your patches into our repositories. Thanks a lot for your contribution. Bye Christian -- Christian Leutloff xox Industrie IT GmbH WWW: http://www.xoxind.de Von: McCart, Ben Gesendet: Montag, 22. April 2013 17:36 An: cgi...@li... Betreff: [cgi-devel] Where is the SVN source? (I have patches I want to contribute) I couldn't locate matching source for the 0.7.1 release when browsing the svn repository. I have patches for a number of items I would like to contribute, but I can't generate a proper patch file if I can't find svn repository matching the 0.7.1 release. The patches I would like to contribute are summarized as: . Changes needed to compile against boost 1.48 (yes, I know this is now an old release, but it is newer than the original.) . Changes needed to remove all compile warnings (VS2010) . Fixed a binary operator bug in basic_request.hpp (VS2010) . A workaround to allow valid POST content for mime types other than the (very short) hardcoded list. (In my case application/json, which is necessary for certain classes of RESTful services.) If someone can direct me to a svn url with source matching the 0.7.1 release I can contribute unified diff/patch files to the admin if he is at all interested in them. |