Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

NOTE: this repository is being scanned, some statistics may still be out of date.

Changelog

838 by jhouse on 05 September 2008, 18:07:47 -0500 (2 months 26 days ago) QUARTZ-691: improper calculation of whether newly added trigger is earlier than the currently acquired trigger.

./RAMJobStore.java 838 history download (+6 -0) diffs

… 3 more files in changeset.
824 by jhouse on 19 August 2008, 23:27:54 -0500 (3 months 12 days ago) QUARTZ-668, QUARTZ-669: fixes to threading issues with multicore/multicpu systems.

./SimpleThreadPool.java 824 history download (+23 -12) diffs

… 1 more file in changeset.
813 by jhouse on 01 August 2008, 17:56:18 -0500 (4 months ago) QUARTZ-659: RamJobStore does not remember paused job groups

./RAMJobStore.java 813 history download (+20 -1) diffs

… 1 more file in changeset.
811 by jhouse on 20 June 2008, 08:38:51 -0500 (5 months 12 days ago) QUARTZ-674: Superfluous info logged in SimpleThreadPool shutdown()

./SimpleThreadPool.java 811 history download (+0 -7) diffs

796 by jhouse on 25 April 2008, 21:02:43 -0500 (7 months ago) QUARTZ-577: JobInitializationPlugin can't find quartz-jobs.xml within a JAR file

./CascadingClassLoadHelper.java 796 history download (+14 -2) diffs

./InitThreadContextClassLoadHelper.java 796 history download (+11 -1) diffs

./LoadingLoaderClassLoadHelper.java 796 history download (+8 -2) diffs

./SimpleClassLoadHelper.java 796 history download (+9 -3) diffs

./ThreadContextClassLoadHelper.java 796 history download (+8 -3) diffs

… 4 more files in changeset.
784 by jhouse on 10 April 2008, 12:41:09 -0500 (7 months ago) QUARTZ-657: Deadlock in RAMJobStore - change all synchronization to be upon triggerLock, since we can't rely on order of operations to avoid deadlocks.

./RAMJobStore.java 784 history download (+20 -24) diffs

775 by jhouse on 21 March 2008, 11:46:13 -0500 (8 months ago) QUARTZ-563: RAMJobStore.triggerFired() fails to return null in some cases

./RAMJobStore.java 775 history download (+4 -14) diffs

735 by jhouse on 21 October 2007, 14:05:48 -0500 (13 months ago) QUARTZ-521 : possible infinite loop during deletion of trigger if it was already removed/replaced.

./RAMJobStore.java 735 history download (+2 -0) diffs

725 by bayard on 19 September 2007, 01:20:22 -0500 (14 months ago) Applying the patch from QUARTZ-581 to null protect the tnft variable

./RAMJobStore.java 725 history download (+3 -1) diffs

723 by bayard on 07 September 2007, 09:51:19 -0500 (14 months ago) Applying the patch from QUARTZ-606 based on Marko's suggested change in Quartz.NET

./RAMJobStore.java 723 history download (+15 -9) diffs

… 1 more file in changeset.
709 by bayard on 07 May 2007, 13:07:05 -0500 (18 months ago) Applying patches from QUARTZ-465 so that triggerFinalized is notified in the right places

./RAMJobStore.java 709 history download (+1 -0) diffs

… 4 more files in changeset.
705 by bayard on 03 May 2007, 12:23:00 -0500 (18 months ago) Removing unnecessary package name

./RAMJobStore.java 705 history download (+1 -1) diffs

658 by perfnorm on 10 March 2007, 07:02:55 -0600 (20 months ago) Fixed checkstyle warnings

./SimpleThreadPool.java 658 history download (+11 -9) diffs

… 9 more files in changeset.
612 by jhouse on 27 August 2006, 11:36:42 -0500 (2 years 3 months ago) general overhaul of locking, thread-handoff within SimpleThreadPool

./SimpleThreadPool.java 612 history download (+111 -141) diffs

… 1 more file in changeset.
604 by jrosenberg on 28 July 2006, 07:57:21 -0500 (2 years 4 months ago) Issue number: Checkstyle
Fixed misplaced curly brace

./SimpleThreadPool.java 604 history download (+1 -2) diffs

603 by jhouse on 27 July 2006, 09:01:34 -0500 (2 years 4 months ago) QUARTZ-491 - fix synchronization of availCount

./SimpleThreadPool.java 603 history download (+17 -19) diffs

597 by jhouse on 24 July 2006, 11:02:15 -0500 (2 years 4 months ago) QUARTZ-491

./SimpleThreadPool.java 597 history download (+9 -0) diffs

595 by jrosenberg on 18 July 2006, 08:40:20 -0500 (2 years 4 months ago) Issue number: QUARTZ-13
Fixed off by one issue with count of available threads

./SimpleThreadPool.java 595 history download (+1 -1) diffs

592 by jrosenberg on 13 July 2006, 05:40:53 -0500 (2 years 4 months ago) Issue number: Checkstyle
Fixed checkstyle warnings

./RAMJobStore.java 592 history download (+15 -3) diffs

… 6 more files in changeset.
583 by jhouse on 11 July 2006, 17:45:48 -0500 (2 years 4 months ago) makes locks final, just because.

./RAMJobStore.java 583 history download (+2 -2) diffs

582 by jhouse on 11 July 2006, 17:42:13 -0500 (2 years 4 months ago) QUARTZ-107 - different operation between RAMJobStore and JobStoreTX

./RAMJobStore.java 582 history download (+78 -88) diffs

579 by jrosenberg on 07 July 2006, 14:18:09 -0500 (2 years 4 months ago) Issue number:  QUARTZ-249, QUARTZ-12
Backed out preliminary work to acquire more than one trigger at a time.
Backed out original priority implementation, and replaced with a simple tie-breaker impleme…

./RAMJobStore.java 579 history download (+32 -183) diffs

… 30 more files in changeset.
574 by jrosenberg on 05 July 2006, 08:51:14 -0500 (2 years 4 months ago) Issue number: QUARTZ-13
Fixed checkstyle issues.

./SimpleThreadPool.java 574 history download (+5 -3) diffs

… 1 more file in changeset.
570 by jhouse on 21 June 2006, 18:16:39 -0500 (2 years 5 months ago) QUARTZ-13 - don't acquire trigger until thread is available.

./SimpleThreadPool.java 570 history download (+49 -26) diffs

… 2 more files in changeset.
549 by jrosenberg on 06 June 2006, 10:12:46 -0500 (2 years 5 months ago) Issue number: QUARTZ-458
Clone a trigger when it is being stored so that user changes after the store call are ignored. (replaced accidental removal of setting trigger in wrapper)

./RAMJobStore.java 549 history download (+1 -0) diffs

548 by jrosenberg on 06 June 2006, 10:10:48 -0500 (2 years 5 months ago) Issue number: QUARTZ-458
Clone a trigger when it is being stored so that user changes after the store call are ignored.

./RAMJobStore.java 548 history download (+2 -5) diffs

545 by jrosenberg on 01 June 2006, 09:29:08 -0500 (2 years 6 months ago) Job: 3475
Always return a clone of a Trigger, including now applyMisfire() where an uncloned was trigger passed to trigger listeners and retrieveTrigger() where an uncloned trigger was returned.

./RAMJobStore.java 545 history download (+5 -2) diffs

528 by jrosenberg on 20 May 2006, 10:27:33 -0500 (2 years 6 months ago) Issue number: QUARTZ-450
If "org.quartz.threadPool.makeThreadsDaemons" is true and "org.quartz.threadPool.threadsInheritGroupOfInitializingThread" is false, then mark the new thread group as daemon.

./SimpleThreadPool.java 528 history download (+3 -0) diffs

… 1 more file in changeset.
436 by jrosenberg on 24 March 2006, 10:24:38 -0600 (2 years 8 months ago) Issue number:  QUARTZ-306
Don't return misfired triggers that we have rescheduled.

./RAMJobStore.java 436 history download (+5 -4) diffs

426 by jrosenberg on 20 March 2006, 15:40:36 -0600 (2 years 8 months ago) Issue number: QUARTZ-374
Fixed main Quartz src to comply with checkstyle

./CascadingClassLoadHelper.java 426 history download (+3 -1) diffs

./HostnameInstanceIdGenerator.java 426 history download (+2 -4) diffs

./PropertySettingJobFactory.java 426 history download (+8 -7) diffs

./RAMJobStore.java 426 history download (+310 -247) diffs

./SimpleInstanceIdGenerator.java 426 history download (+2 -4) diffs

… 92 more files in changeset.
earlier earlier | later later
Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-12-02 09:55 -0600