c8307c102e
Detail changes: 1. Add gclient DEPS (depenencies) 2. Update gyp_packager.py 3. Update .gitignore 4. Update third_party/happyhttp patch path 5. Add a new script in happyhttp to reset the patch before re-sync Change-Id: I30f0beb94a56ae8aff3b25bb16fe76a7b07e3d54 |
||
---|---|---|
.. | ||
patches | ||
README.packager | ||
git_reset.py | ||
happyhttp.gyp |
README.packager
Name: happyhttp URL: https://github.com/Zintinio/HappyHTTP Version: 0.1 License: zlib/libpng License File: http://opensource.org/licenses/zlib-license.php Description: HappyHTTP is a simple C++ library for issuing HTTP requests and processing responses. Modifications: - Fix _stricmp undefined problem in linux. Use strcasecmp instead. - "www.scumways.com" should be "scumways.com" in test.cpp.