Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Adding doc comments to C++ | Mark Spruiell | 2018-01-17 |
| | |||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Rename getEngineVersion -> getOpenSSLVersion, remove getEngineName | Jose | 2017-04-11 |
| | |||
* | Replaced tabs with spaces | Bernard Normier | 2017-03-22 |
| | |||
* | Update IceSSL::ConnectionInfo to use native certs and remove ↵ | Jose | 2017-03-20 |
| | | | | NativeConnectionInfo | ||
* | Fixed (ICE-7621) - Refactor IceSSL API to support multiple implementations | Jose | 2017-03-16 |
| | |||
* | Replaced ICE_SSL_ by ICESSL_ for consistency | Bernard Normier | 2017-03-02 |
| | |||
* | C++11 build failure | Jose | 2017-02-24 |
| | |||
* | Fixed (ICE-7105) - Allow to retrieve X509v3 extensions from the certificate | Jose | 2017-02-24 |
| | |||
* | Fix (ICE-6831) - Improve IceSSL::Certificate API | Jose | 2017-02-17 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed (ICE-7480) - Use UniqueRef to manage CoreFoundation types. | Jose | 2017-01-13 |
| | | |||
* | | Add getEngineName & getEngineVersion methods to IceSSL C++ Plugin | Jose | 2016-12-20 |
| | | | | | | | | | | | | The methods can be use to retrieve the engine name and versions used at runtime, getEngineVersion will return 0 if the engine does not provide a relevant version number. | ||
* | | WinRT -> UWP renames | Jose | 2016-12-14 |
| | | |||
* | | More consistent names for _API macros | Bernard Normier | 2016-11-01 |
| | | |||
* | | Updated IceSSL::Certificate to use chrono::system_clock::time_point with C++11 | Bernard Normier | 2016-08-19 |
| | | |||
* | | Improved DistinguishedName ctors and comparison operators | Bernard Normier | 2016-08-05 |
| | | |||
* | | Refactored shared_from_this/enable_shared_from_this | Bernard Normier | 2016-08-04 |
| | | |||
* | | C++11 CertificateVerifier and PasswordPrompt | Bernard Normier | 2016-07-27 |
| | | |||
* | | Added ICE_BUILDING_SRC to make builds | Bernard Normier | 2016-07-22 |
| | | | | | | | | | | | | Ice::Dispatcher and Ice::LocalObject are now hidden with C++11 Reworked C++11 exception ice_clone, added ExceptionHelper + other C++ cleanups | ||
* | | Exported classes no longer have weak vtables with clang | Bernard Normier | 2016-06-27 |
| | | |||
* | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 |
| | | | | | | | | of TCP/iAP/Bluetooth. | ||
* | | ICE-7176 - Cleanup exception dtor noexcept | Joe George | 2016-06-10 |
| | | |||
* | | Another fix for ICE-7132 | Benoit Foucher | 2016-05-09 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Refactored invocation code to better suite new C++11 mapping | Benoit Foucher | 2016-02-03 |
| | | |||
* | | ice_name/ice_id fixes & simplifications. | Jose | 2016-01-20 |
| | | |||
* | | Fixes related to EnableSharedFromThis | Jose | 2015-12-23 |
| | | |||
* | | C++11 mapping initial commit | Jose | 2015-12-01 |
|/ | |||
* | (ICE-6506) PHP Windows build broken | Jose | 2015-05-12 |
| | |||
* | ICE-6481 pragma comment when building static libraries | Bernard Normier | 2015-05-05 |
| | | | | | | | | | | | | | | On windows with VS, pragma comment is now defined when building only when ICE_BUILDING_<component-name> is not defined. ICE_BUILDING_<component-name> is defined automatically when <component-name>_API_EXPORTS is defined. When building static Ice libraries on Windows, please define ICE_BUILDING_<component-name-being-built>. ICE_DECLSPEC_EXPORT and ICE_DECLSPEC_IMPORT are now defined all the time on Windows, and we define the various _API macros to /**/ when ICE_STATIC_LIBS is defined. Replaced various direct use of ICE_DECLSPEC_EXPORT/ICE_DECLSPEC_IMPORT by the correct _API macro. | ||
* | Fixed previous commit which was incomplete | Benoit Foucher | 2015-04-28 |
| | |||
* | Changes for brew, python PyPI packaging and ruby gem packaging. | Matthew Newhook | 2015-02-18 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Several Windows build fixes: | Jose | 2014-10-08 |
| | | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds | ||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | Fix for ICE-5542: add message to ICE_DEPRECATED_API in C++ | Bernard Normier | 2014-06-12 |
| | |||
* | CR-20 - SecureTransport review fixes | Jose | 2014-06-11 |
| | |||
* | Fixed (ICE-4894) - Native SSL implementation for OS X | Jose | 2014-06-06 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Undo pragma-once-in-header enhancement | Bernard Normier | 2012-09-05 |
| | |||
* | Fixed bug #ICE-4845 (ice_clone for IceUtil::Exception is now covariant) | Bernard Normier | 2012-08-11 |
| | | | | | Small build fixes (VS warning, Python 3.x run.py) slice2cpp no longer generates ice_clone for interfaces |