Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make platform-specific headers textual | Muxi Yan | 2017-10-06 |
| | |||
* | Fix umbrella header of BoringSSL | Muxi Yan | 2017-07-18 |
| | |||
* | Update BoringSSL version | Muxi Yan | 2017-07-10 |
| | |||
* | Revert umbrella header too | Muxi Yan | 2017-04-18 |
| | |||
* | Revert a change in BoringSSL 8.1 | Muxi Yan | 2017-04-17 |
| | |||
* | Remove arm_arch and hack version number | Muxi Yan | 2017-04-13 |
| | |||
* | Fix modulemap redefinition | Muxi Yan | 2017-04-12 |
| | |||
* | Automatedly advance ObjC version numbers | Muxi Yan | 2017-01-27 |
| | |||
* | Use BoringSSL tag instead of commit# | Muxi Yan | 2016-10-18 |
| | |||
* | Advance version of BoringSSL | Muxi Yan | 2016-10-17 |
| | |||
* | Move Podspecs to v1 | Jorge Canizales | 2016-08-18 |
| | |||
* | BoringSSL 5.0 is now tagged and pushed. | Jorge Canizales | 2016-07-18 |
| | |||
* | Point BoringSSL.podspec to 5.0 commit (pending tag) | Jorge Canizales | 2016-07-18 |
| | |||
* | Update err_data.c to BoringSSL commit 8d343b44bbab | Jorge Canizales | 2016-07-18 |
| | |||
* | Advance versions from 0.14 -> 1.0 | Jorge Canizales | 2016-07-15 |
| | | | | | | | | Pending: - Tag BoringSSL repo. - Tag gRPC repo. - Build the plugin, zip it, and add it to the release. - Push Cocoapods to trunk. | ||
* | Add arm_arch.h back to fix compilation for devices | Jorge Canizales | 2016-07-07 |
| | |||
* | BoringSSL: further documentation nit. | Jorge Canizales | 2016-06-28 |
| | |||
* | BoringSSL fixup: pqueue.h is removed in v4 | Jorge Canizales | 2016-06-28 |
| | |||
* | BoringSSL: move podspec to v4 | Jorge Canizales | 2016-06-28 |
| | |||
* | BoringSSL: Document podspec hacks | Jorge Canizales | 2016-06-28 |
| | |||
* | BoringSSL fixup: remove unneeded empty source file | Jorge Canizales | 2016-06-28 |
| | |||
* | BoringSSL: Intf and Impl subspecs. WIP | Jorge Canizales | 2016-06-28 |
| | |||
* | BoringSSL: Point to v3 tag in the repo | Jorge Canizales | 2016-06-28 |
| | |||
* | BoringSSL: import all in the umbrella header | Jorge Canizales | 2016-06-28 |
| | |||
* | Remove #include <inttypes.h> from BoringSSL | Jorge Canizales | 2016-06-08 |
| | | | | Apple hasn’t created a module map for that system header, which means it can’t be used from frameworks. | ||
* | Make BoringSSL work with frameworks | Jorge Canizales | 2016-06-08 |
| | | | | | | | | | | | Cocoapods 1.0 keeps the directory structure of the public headers when creating a dynamic framework, so if we keep the header_mappings_dir as it was, includes would need to be of the form #include <openssl/openssl/ssl.h> This means our header_mappings_dir has to be ‘include/openssl’ instead of ‘include’. Which in turn means that, for static libraries, we have to tell Cocoapods to prepend an ‘openssl’ directory to the headers. We do that with the ‘header_dir’ attribute of the podspec. | ||
* | Upgrade BoringSSL podspec to v2.0 | Jorge Canizales | 2016-01-25 |
| | |||
* | Move BoringSSL.podspec into src, and point Podfiles to it | Jorge Canizales | 2015-12-01 |