summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
* Fix updating runtime properties for services using shared communicatorAndreas Sommer2016-11-16
|
* Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵Benoit Foucher2016-11-02
| | | | PropertyNames.xml
* Adding '6' as allowed leading digit in octal escape sequence parsingBernard Normier2016-10-26
|
* Fix timed conditon on FreeBSDgrembo2016-10-12
| | | As part of 8e5becc229ed4da6164977567671791d378d1cbd this condition sneaked into the code. Since the other part of the change in Time.cpp wasn't merged into 3.6.3 (doesn't build), this was probably forgotten, effectively breaking timed conditions on FreeBSD (caught by unit test IceUtil/timer).
* slice2confluence fixesMark Spruiell2016-10-11
|
* Another fix for ICE-7399Joe George2016-10-03
|
* Additional fix for ICE-7399Joe George2016-10-03
|
* Fix ICE-7399 - IcePatch2 progress size calculationJoe George2016-10-03
|
* Fix for 7406 and issue with space in path passed to icehashpassword.pyBenoit Foucher2016-10-03
|
* Fixed (ICE-7405) - Can't run UWP demos with SSLJose2016-10-03
|
* Fixed ICE-7377 - IceStorm shutdown hangBenoit Foucher2016-09-27
|
* Fix for ICE-7167 - fixed some warnings/errors when generating java docsBenoit Foucher2016-09-23
|
* Fixed ICE-7230 - Issue with adpater IDs with spacesBenoit Foucher2016-09-23
|
* Fixed build failure from previous commitBenoit Foucher2016-09-22
|
* Fixed ICE-7032 - support for limiting subscriber queue sizeBenoit Foucher2016-09-22
|
* Build slice2py with Linux buildsJose2016-09-22
|
* No ++11 lib suffix with GCC 6+Bernard Normier2016-09-21
|
* Fixed generated include when source Slice file is in a path with symlinkBernard Normier2016-09-20
|
* Fixed ICE-7289 - forcefully close the connection when the session is goneBenoit Foucher2016-09-20
|
* Fix ICE-7192 - Review deprecatedBy usageJose2016-09-20
|
* Removed sealed from servant classes generated with --implBernard Normier2016-09-19
|
* Fix typoJose2016-09-17
|
* Fix ICE-4787 - slice compilers and unicode pathsJose2016-09-17
|
* Fix ICE-7338Joe George2016-09-16
| | | | C++ IceSSL/configuration failures on macOS Sierra.
* Fix for ICE-7357 - catch exceptions raised by connection getInfoBenoit Foucher2016-09-16
|
* Removed extra whitespace in --validate usageBernard Normier2016-09-12
|
* Fixed ICE-7311 - handling of Java errors with AMDBenoit Foucher2016-09-05
|
* Call init on replicas (observers) in parallel using AMIBernard Normier2016-09-01
|
* ICE-7301 - slice2html generates bogus linksMark Spruiell2016-08-30
|
* ICE-7292 - Fix Ruby build on WindowsJoe George2016-08-29
|
* Fix ICE-7283 - Fix initialization order in LoggerIJoe George2016-08-23
|
* Fix ICE-7247Joe George2016-08-04
| | | | | Disabled the new Visual Studio 2015 Update 3 optimizer for icegrid and the metrics test.
* Fixed (ICE-7216) IceStorm test icedb lock files not being deletedJose2016-08-01
|
* Minor fix for Python string literalsJose2016-07-26
|
* String literal fixes for compativility with Python3Jose2016-07-26
|
* Remove IceSSL.SecurityLevel reintroduced with 3.6-stretch mergeJose2016-07-06
|
* Merge remote-tracking branch 'origin/3.6-stretch' into 3.6Jose2016-07-06
|\ | | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/test/IceSSL/configuration/AllTests.cpp csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js
| * Remove IceSSL.SecurityLevel propertyJose2016-07-06
| | | | | | | | | | The security level can be set without this property by adding @SECLEVEL=n in the cipher string
| * OpenSSL-1.1.0-pre5 supportJose2016-07-01
| |
* | OpenSSL-1.1.0-pre5 supportJose2016-07-01
| | | | | | | | | | | | | | | | | | Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h csharp/src/Ice/PropertyNames.cs java/src/Ice/src/main/java/IceInternal/PropertyNames.java js/src/Ice/PropertyNames.js
* | Fix (ICE-7200) - _tempnam usage in WindowsJose2016-06-24
| |
* | Merge branch '3.6-stretch' into 3.6Jose2016-06-15
|\|
| * Fixed ICE-7134 - PHP Ice/proxy test fails on Ubuntu 16.04Jose2016-06-14
| |
| * Fixed ICE-7185 - Global destructor segfault in powerpcJose2016-06-14
| |
| * Fixed bug where connection to SOCKs/HTTP proxies could hang under certain ↵Benoit Foucher2016-06-10
| | | | | | | | conditions
| * IceGrid PlatformInfo fixes for Debian kFreeBSDJose2016-06-10
| |
| * Debian kFreeBSD fixesJose2016-06-10
| | | | | | | | | | | | | | | | | | - ICE_USE_KQUEUE was not being defined for kFreeBSD - closeSocket needs to deal with ECONNRESET in same way that FreeBSD does - icehashpassword.py was unable to detec kFreeBSD platform
| * Fixes to support kFreeBSDJose2016-06-10
| |
| * Fix typoJose2016-05-27
| |
| * FreeBSD patchesJose2016-05-26
| |