summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/Timer.java
Commit message (Collapse)AuthorAge
* ICE-4234 - Update Ice to use current Java threading constructsMatthew Newhook2014-07-23
| | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb.
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-3318 Java finalizers are problematicJose2012-01-03
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* IOCP changes, bug 3501, 4200, 4156, 3101Benoit Foucher2009-08-21
|
* Fixed a few more issues reported by FindBugs, mostly about inconsistencies ↵Michi Henning2009-05-14
| | | | with equals/hash.
* bug 3531 - fixing Eclipse warnings in Java codeMark Spruiell2009-02-13
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Revert "Remove Java finalizers code"Jose2008-12-18
| | | | This reverts commit 94e1da6dc82a8ed38ee7a5691d691d375aaa28cb.
* Remove Java finalizers codeJose2008-12-17
|
* bug 3223 - TimerTask should be in its own fileMark Spruiell2008-06-06
|
* Added comments to Java & C# timer classBenoit Foucher2008-04-22
|
* Fixed bug 2972 & 3013Benoit Foucher2008-04-21
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* Moved various classes from IceUtil to IceUtilInternalBernard Normier2008-01-09
|
* - Added support for non-blocking AMI/batch requests, connectionBenoit Foucher2007-11-27
| | | | | | creation. - Added support for AMI oneway requests. - Changed collocation optimization to not perform any DNS lookups.
* Added support for Java monotonic clockBenoit Foucher2007-09-04
|
* Squashed commit of the following:Benoit Foucher2007-08-31
commit 1d43f88b9f7f1651ac367b217b10da3c9c5e7400 Author: Benoit Foucher <benoit@zeroc.com> Date: Fri Aug 31 16:55:20 2007 +0200 Added C# Timer implementation commit 52c3f88a429f62ed3564ab65c1af1736c2c1d2ee Author: Benoit Foucher <benoit@zeroc.com> Date: Fri Aug 31 14:49:18 2007 +0200 Added Java Timer impl.