summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
...
* Updates for windows mkdir usageJose2015-05-15
| | | | This avoid problems with git/cygwin mkdir being in PATH
* Fixed ICE-6498: replaced protocol error with encoding error un ↵Benoit Foucher2015-05-13
| | | | UnsupportedEncodingException message
* Fixed ICE-6505 Allow to Sign C++ .exe/.dlls after buildJose2015-05-12
|
* ICE-6491 duplicate error for invalid class/interface namesDwayne Boone2015-05-12
|
* Better fix for VS2008 / Python buildBenoit Foucher2015-05-11
|
* Fixed ICE-6497: broken Windows RT buildBenoit Foucher2015-05-11
|
* changing checkPath in IceSSL/C++Mark Spruiell2015-05-08
|
* Fixed IceSSL SChannel implementation to allow VS2008 buildBenoit Foucher2015-05-07
|
* Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where ↵Benoit Foucher2015-05-07
| | | | the reply for servant locator finished user exception was always encoded with 1.0
* Fixed generated code to not instantiate templates if ICE_STATIC_LIBS is ↵Benoit Foucher2015-05-06
| | | | defined, minor WinRT test fixes
* Fixed ICE-6482: Cleanup WinRT makefiles, other WinRT minor fixesBenoit Foucher2015-05-06
|
* ICE-6481 pragma comment when building static librariesBernard Normier2015-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.
* minor fixes for purifyMark Spruiell2015-05-05
|
* Add support for VS 2015 RC (VC140)Bernard Normier2015-05-02
|
* Fix to prevent build leaving ".cpp" file in IceDiscovery directory.Dwayne Boone2015-05-01
|
* Fix typo from previous commitJoe George2015-04-29
|
* Improve usage message for slice compilersJoe George2015-04-29
| | | | | * --ice Allow reserved Ice prefix in Slice identifiers. * --underscore Allow underscores in Slice identifiers.
* Fixed ICE-6464 and deprecated various IceSSL propertiesBenoit Foucher2015-04-28
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* Added depend options to slice2freezeBernard Normier2015-04-24
| | | | Fixed slice2freezej to make its depend options more usable
* Fixed ICE-6465: Windows IceGrid node support for more 64 processesBenoit Foucher2015-04-24
|
* ICE-6466 - Replace --icejs metadata js:ice-buildJoe George2015-04-23
|
* Various Ice for JavaScript changesJoe George2015-04-23
| | | | | | | * Rename zeroc-ice to ice * Fix slice2js to generate code with requrie('ice') * Update tests * Slim bower.json
* Fixed ICE-6438, ICE-6439 and various inconsistencies between IceSSL ↵Benoit Foucher2015-04-23
| | | | implementations
* ICE-6455 - remove slice2py and slice2rb C++ exenewhook2015-04-22
| | | | | Fix slice2rb.rb and slice2py.py scripts for Windows. Fix build issue with IceSSL and MinGW.
* ICE-6457Matthew Newhook2015-04-22
| | | | Windows python dev tree build is broken
* ICE-6455 - remove slice2py and slice2rb C++ exeMatthew Newhook2015-04-20
|
* Fixed IceSSL OpenSSL implementation to provide and use the verified ↵Benoit Foucher2015-04-17
| | | | certificate chain
* Fixed SChannel issue where intermediate certificates were not being sentBenoit Foucher2015-04-17
|
* Various SSL fixes, tests for intermedate CAsBenoit Foucher2015-04-16
|
* New set of certificates for IceSSL/configuration test and variousBenoit Foucher2015-04-16
| | | | | | | IceSSL fixes. - Windows C++ and C# implementation of IceSSL is now a bit less picky for SUBJECTDN and ISSUERDN - Windows SChannel implementation now accept PKCS#1 certificates
* Fixed Makefile indentation to use tab witdh=8 and indent width = 4Benoit Foucher2015-04-13
|
* Missing char* conversionJose2015-04-13
|
* Remove FileUtil dependency for --depend-fileJose2015-04-13
|
* Missing depend-file option in slice2freezejJose2015-04-13
|
* Add --depend-file/--depend-xml optinos to all Slice compilersJose2015-04-13
|
* IceSSL fixesBenoit Foucher2015-04-13
| | | | | | - ICE-6423: cleaned up certificate loading on OS X - Fixed bug with FindCert to correctly throw if no field is specified - Fixed C# test to only skip few tests if not running as administrator
* Bogus output in slice2java --depend-xmlJose2015-04-09
|
* Glacier2CryptPermissionsVerifier fixes for Windows x64 buildsJose2015-04-08
|
* ICE-6402 - IceSSL.DefaultDir fixesMark Spruiell2015-04-07
|
* Remove some unused scripts.Matthew Newhook2015-04-07
| | | | Fixed some copyright headers.
* ICE-6382: removed iceca and fixed makecerts.py to depend on IceCertUtils ↵Benoit Foucher2015-04-07
| | | | PyPI package
* Fixed IceSSL OpenSSL bug which could cause a crash when loading a ↵Benoit Foucher2015-04-07
| | | | certificate chain from a PKCS12 file
* Build fix previous commitJose2015-04-01
|
* ICE-6383 - Keep Linux support to read DES passwordsJose2015-04-01
|
* ICE-6383 - remove DES crypt support and related fixesJose2015-04-01
| | | | | - rename cryptpasswd.py to hashpassword.py - make install installs the script to main bin directory
* ICE-6383 - Support DES with crypt linux implementationJose2015-04-01
|
* ICE-6383 - Update crypt password usageJose2015-04-01
| | | | | | | | | | | | Added new script to create crypt passwords using passlib scripts/cryptpasswd.py Remove tests passwords files they are now generated using cryptpasswd script Update CryptPermissionsVerifierI to support PBKDF2 password schemes in Windows and OS X, and MD5/SHA256/SHA512 crypt in Linux, on other systems fallback to DES_crypt from openssl
* SSL fixes (bis)Benoit Foucher2015-04-01
| | | | | | - Fixed SChannel to correctly handles certificate chains from PKCS12 files - Fixed Java IceSSL to require password for PKCS12 - Fixed Windows test build issue
* Added iOS support for IceTouchBenoit Foucher2015-03-20
|