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 |
| | |||
* | Use ifndef around OS specific headers | Jose | 2018-06-11 |
| | | | | Fixes #52 | ||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Whitespace cleanup | Joe George | 2018-01-22 |
| | |||
* | 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 |
| | |||
* | Fix (ICE-7846) - Add Ice::registerIceSSLOpenSSL to IceSSL/OpenSSL.h | Jose | 2017-04-28 |
| | |||
* | 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 |
| | | |||
* | | Port IceSSL/configuration test to UWP and fixes to UWP IceSSL implementation | Jose | 2016-11-24 |
| | | |||
* | | 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 |
| | | |||
* | | Replaced IceUtil/Config.h by Ice/Config.h | Bernard Normier | 2016-08-02 |
| | | |||
* | | 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 |
| | | |||
* | | Re-factored gmake build system | Benoit Foucher | 2016-05-03 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-17 |
|\| | |||
| * | .gitignore updates | Jose | 2016-03-11 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Windows msbuild build updates | Jose | 2016-02-26 |
| | | |||
* | | 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 |
|/ | |||
* | Fix for WinRT headers install | Jose | 2015-07-31 |
| | |||
* | Updates for windows mkdir usage | Jose | 2015-05-15 |
| | | | | This avoid problems with git/cygwin mkdir being in PATH | ||
* | (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 |
| |