2010-04-05 Ulrik Svensson Added tag 2.0.0 for changeset 479308b270ac default tip
2010-04-04 Ulrik Svensson Preparing for release 2.0.0
2010-03-08 Todd Lipcon Delete EnteredMonitor class, no longer used
2010-03-08 Todd Lipcon Remove ThreadLocalEnteredMonitors class which is no longer used.
2010-03-08 Todd Lipcon Modify output of dot files such that they are in the same directory as the input
2010-03-08 Todd Lipcon Add -include-gated-cycles option that disables the removal of cycles that are gated by higher rank locks.
2010-03-08 Todd Lipcon Fix -d (directory to analyze) option
2010-02-19 Joel Rosdahl Some indention and code style cleanups
2009-12-28 Todd Lipcon Allow jcarder options to be specified as arguments to the java agent
2009-12-28 Todd Lipcon Merge commit 'origin/hg' into cloudera
2009-12-28 Todd Lipcon Fix SynchronizedFromLocalVariable test case - I think this is semantically correct.
2009-11-18 Todd Lipcon Fix unit tests except for one cranky one
2009-11-18 Todd Lipcon Add test target to build.xml
2009-10-07 Todd Lipcon Add gitignore
2009-10-07 Todd Lipcon Fix build.xml for mockito vs easymock
2009-10-07 Todd Lipcon Replace @TIME@ with the epoch timestamp in output dir
2009-10-06 Todd Lipcon Implement cycle removal based on shared gate locks
2009-10-06 Todd Lipcon Change recording to all events
2009-10-06 Todd Lipcon Better hashcode for LockEdge
2009-11-01 Joel Rosdahl Remove trailing whitespace
2009-11-01 Joel Rosdahl Merge
2009-10-25 Ulrik Svensson Adding synchronization for runtime filters
2009-10-22 Henning Moll Runtime filters
2009-10-22 Henning Moll A better hashcode function for LockEdge
2009-02-21 Joel Rosdahl Minor stylistic fix of regexp string
2009-02-21 Joel Rosdahl Use Mockito instead of EasyMock for mocking
2008-08-28 Joel Rosdahl Add missing call to verify in AppendableHandler test case
2008-01-10 Ulrik Svensson Include the file CHANGES.txt in the binary packages
2008-01-10 Ulrik Svensson Added tag 1.0.1 for changeset 9bd534876490
2008-01-10 Joel Rosdahl Merge 1.0.1
2008-01-10 Joel Rosdahl Tiny tweaks
2008-01-10 Ulrik Svensson Update version number to 1.0.1
2008-01-10 Ulrik Svensson Add changelog
2008-01-10 Ulrik Svensson Adapt download-3pps.py to the new remote directory structure
2008-01-10 Ulrik Svensson List copyright owners in the license
2008-01-09 Ulrik Svensson Include licenses for bundled software
2008-01-08 Joel Rosdahl Make an exception to the GPL for linking with JUnit
2008-01-02 Joel Rosdahl Update Eclipse settings (from Eclipse 3.3)
2007-12-19 Joel Rosdahl Added tag 1.0 for changeset 4d4e84e4e1f1
2007-12-18 Joel Rosdahl Remove unnecessary -loglevel option for now 1.0
2007-12-17 Joel Rosdahl Make philosophers eat for 100 ms
2007-12-16 Ulrik Svensson Declare fields as final in the Philosphers example
2007-12-16 Ulrik Svensson Improve the dining philosophers example
2007-12-16 Ulrik Svensson Avoid suspicious data races and reduce lock contention
2007-12-16 Ulrik Svensson Print info about whether the standard library is instrumented or not
2007-12-16 Joel Rosdahl Log JVM info to log file at agent startup
2007-12-16 Joel Rosdahl Rename modelview.DataModel to modelview.Model
2007-12-15 Joel Rosdahl Add space after package declaration in examples
2007-12-15 Joel Rosdahl Remove example files in subdirectories when cleaning
2007-12-15 Joel Rosdahl Moved examples into subpackages
2007-12-15 Joel Rosdahl Build source packages
2007-12-15 Joel Rosdahl Check for missing 3pps before building
2007-12-12 Joel Rosdahl Prepare for version 1.0
2007-12-12 Joel Rosdahl Remove obsolete comment
2007-12-02 Joel Rosdahl Fix bug in HTML escape method
2007-12-02 Joel Rosdahl Reduce font size in generated DOT files
2007-11-30 Joel Rosdahl Write downloaded 3pps in binary mode; needed in Windows
2007-11-20 Joel Rosdahl Instrument AWT and Swing by default
2007-11-20 Joel Rosdahl Document DeadLock example
2007-09-19 Ulrik Svensson Clean ant target removes compiled example files