summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Collapse)AuthorAge
* Minor fix for Solaris, pthread_atfork callback must be declared extern "C"Jose2013-08-20
|
* ICE-5399 - WinRT compile failuresMark Spruiell2013-08-16
|
* ICE-5168 - generate helper for optional formatMark Spruiell2013-08-16
|
* Fixed ICE-1638 - add ability to list subscribersJose2013-08-01
|
* Fixed ICE-5359 - Review IceGrid::FileCache::readJose2013-08-01
|
* Fixed (ICE-4665) - node processors returns 0Jose2013-08-01
|
* Fixed ICE-5395 - invalid code generated with ["cpp:virtual"]Jose2013-07-31
|
* ICE-5330 - reset "/dev/urandom" state at fork.Jose2013-07-30
|
* IceGrid registry minor fixJose2013-07-29
|
* Regenerate bison & flex files with rhel6Jose2013-07-29
|
* Fixed ICE-5393 - Java / C# load properties doesn't correctly parse ↵Jose2013-07-29
| | | | Ice.Config with multiple files
* Renamed Ice.MetricsConfigs -> Ice.MetricsConfigJose2013-07-26
|
* ICE-5337 - Added MetricsConfigs, and update MetricsAdmin to sliced format.Jose2013-07-26
|
* Fixed ICE-5392 - icegridadmin describe minor format issueJose2013-07-26
|
* Don't call initgroups when runing as non root user.Jose2013-07-26
|
* Fixed ICE-5390 - moved NetworkF.h to public includesBenoit Foucher2013-07-26
|
* Revert "Fix to allow transceivers to read more data than requested."Benoit Foucher2013-07-26
| | | | This reverts commit 9c4e79ce6760badf047568fd300fcbe3455f31b7.
* ICE-5313 - more fixes for checksumsMark Spruiell2013-07-25
|
* Fixes for optionals and enums with explicit values in checksum calculations.Jose2013-07-25
|
* Ubuntu/Debian distribution supportJose2013-07-22
|
* regenerate Scanner.cppJose2013-07-19
|
* Fixed ICE-5384 - slice2cs crash with /**/ commentJose2013-07-19
|
* Fixed ICE-5313 - slice checksums to pay attention to the class compact IDJose2013-07-19
|
* Added __ICE_VERSION__ macroJose2013-07-17
|
* Simplification for Slice predefined macrosJose2013-07-17
|
* Fixed ICE-5375 - Consider to add ICE_TRANSLATOR preprocessor macroJose2013-07-17
|
* Fixed ICE-5356 - Consider adding man pages for unix executablesJose2013-07-16
|
* ICE-5377 - simplifying fixMark Spruiell2013-07-12
|
* minor fixes for initgroupsJose2013-07-12
|
* Fix to allow transceivers to read more data than requested.Benoit Foucher2013-07-12
|
* ICE-5377 - clang optimized build failureMark Spruiell2013-07-11
|
* ICE-5335 - show stack trace for IceUtil::ExceptionMark Spruiell2013-07-11
|
* Fixed ICE-5304 - IceGrid node doesn't initialize supplementary groupsJose2013-07-11
|
* Update dependenciesJose2013-07-10
|
* ICE-5338 - null reference error in metricsMark Spruiell2013-07-08
|
* Fixed (ICE-5342) - slice2cpp generates invalid code under certain circumstancesJose2013-07-05
|
* Fixed ICE-5346 - return empty map rather than no maps for metrics view if ↵Benoit Foucher2013-07-04
| | | | the map is enabled
* Fixed ICE-5336 - findAllReplicas causing crash if replica group emptyBenoit Foucher2013-07-04
|
* Fixed ICE-5369 - fixed asserting on AMD response if memory limit exception ↵Benoit Foucher2013-07-04
| | | | was raised
* Fixed ICE-5371 - fixed IceGrid registry executable to not require data ↵Benoit Foucher2013-07-03
| | | | property to be set to get help or the version with -h/-v
* Fixed ICE-5368: don't unregister writes from thread pool if connection is ↵Benoit Foucher2013-06-27
| | | | closed already
* Fixed ICE-5367: UDPTransceiver FD leakBenoit Foucher2013-06-27
|
* Fixed ICE-5363: unexpected string::substr exception thrownBenoit Foucher2013-06-27
|
* Added __hash proxy method to get around deprecation messages when using ↵Benoit Foucher2013-06-04
| | | | ice_getHash, fixed identation
* move PropertiesAdmin definition to PropertiesAdmin.iceJose2013-05-15
|
* Fixed (ICE-5327) - Using completed or sent as variable names causes badnessJose2013-04-11
|
* ICE-5324 - invalid C# code for struct with default valuesMark Spruiell2013-04-08
|
* dependency updates & Linux fixesMark Spruiell2013-04-05
|
* fixing Linux compile issues for SOCKS/C++ changesMark Spruiell2013-04-04
|
* * SOCKS support for C++Mark Spruiell2013-04-04
| | | | | * Minor cleanup in C# * Unity fixes