Last 7 days
-
issue 40
(The generated default constructor in the ProxyFactory.Create...) commented on by dirk.bonne
-
-
-
issue 40
(The generated default constructor in the ProxyFactory.Create...) reported by dirk.bonne
-
Last 30 days
-
r452
(Merged the 2.3.1 changes back into the trunk) committed by Philip.Laureano
- Merged the 2.3.1 changes back into the trunk
Merged the 2.3.1 changes back into the trunk
-
r451
(Added more tests for static method body replacement.) committed by Philip.Laureano
- Added more tests for static method body replacement.
Added more tests for static method body replacement.
-
r450
(Finished adding support for replacing static method bodies a...) committed by Philip.Laureano
- Finished adding support for replacing static method bodies at runtime with LinFu.AOP v2.3
Finished adding support for replacing static method bodies at runtime with LinFu.AOP v2.3
-
r449
(Added support for intercepting static method calls using Lin...) committed by Philip.Laureano
- Added support for intercepting static method calls using LinFu.AOP v2.x
Added support for intercepting static method calls using LinFu.AOP v2.x
-
r448
(Modified LinFu.AOP to call the AroundInvokeRegistry before a...) committed by Philip.Laureano
- Modified LinFu.AOP to call the AroundInvokeRegistry before and after each method call.
Modified LinFu.AOP to call the AroundInvokeRegistry before and after each method call.
-
r447
(Added more tests for method body interception in LinFu.AOP v...) committed by Philip.Laureano
- Added more tests for method body interception in LinFu.AOP v2.x
Added more tests for method body interception in LinFu.AOP v2.x
-
r446
(Added a working implementation for method body interception ...) committed by Philip.Laureano
- Added a working implementation for method body interception in LinFu.AOP v2.0 (NOTE: It's currently
HIGHLY experimental code so I don't recommend using it in production just yet)
Added a working implementation for method body interception in LinFu.AOP v2.0 (NOTE: It's currently
HIGHLY experimental code so I don't recommend using it in production just yet)
-
r445
(Refactored the MethodBodyInterceptionTests test fixture to m...) committed by Philip.Laureano
- Refactored the MethodBodyInterceptionTests test fixture to make the code easier to read
Refactored the MethodBodyInterceptionTests test fixture to make the code easier to read
-
r444
(Finished adding the implementation for method body intercept...) committed by Philip.Laureano
- Finished adding the implementation for method body interception (NOTE: It still needs more tests)
Finished adding the implementation for method body interception (NOTE: It still needs more tests)
-
r443
(Updated the 2.3.1 development branch with the latest changes...) committed by Philip.Laureano
- Updated the 2.3.1 development branch with the latest changes from the trunk (rev: 442)
Updated the 2.3.1 development branch with the latest changes from the trunk (rev: 442)
-
r442
(Fixed a memory leak that was caused by the Initializer class...) committed by Philip.Laureano
- Fixed a memory leak that was caused by the Initializer class failing to release the references to
the list of objects that it has initialized. Special thanks goes to David Musgrove for the patch!
Fixed a memory leak that was caused by the Initializer class failing to release the references to
the list of objects that it has initialized. Special thanks goes to David Musgrove for the patch!
Earlier this year
-
-
issue 39
(Generic Methods with Constraints don't work through proxies....) reported by nigel.thorne
-
-
issue 38
(Methods not intercepted when protected internal) commented on by jancic
-
-
-
issue 38
(Methods not intercepted when protected internal) reported by jancic
-
-
r441
(Added the missing *Filter interfaces to the 1.03 tag) committed by Philip.Laureano
- Added the missing *Filter interfaces to the 1.03 tag
Added the missing *Filter interfaces to the 1.03 tag
-
r440
(Added the missing source files for LinFu.AOP v1.03) committed by Philip.Laureano
- Added the missing source files for LinFu.AOP v1.03
Added the missing source files for LinFu.AOP v1.03
-
r439
(Branched v1.03 for maintenance purposes) committed by Philip.Laureano
- Branched v1.03 for maintenance purposes
Branched v1.03 for maintenance purposes
-
-
r437
(Modified the AspectWeaver in LinFu 1.03 to avoid weaving enu...) committed by Philip.Laureano
- Modified the AspectWeaver in LinFu 1.03 to avoid weaving enums and other value types.
Modified the AspectWeaver in LinFu 1.03 to avoid weaving enums and other value types.
-
r436
(Created the dev-2.3.1 branch from revision 429; There was an...) committed by Philip.Laureano
- Created the dev-2.3.1 branch from revision 429; There was an untraceable bug in LinFu.AOP v2's
method body replacement that could not be fixed so I'm reverting back to the last known working
version (revision 429) and redoing the method body swapper implementation.
Created the dev-2.3.1 branch from revision 429; There was an untraceable bug in LinFu.AOP v2's
method body replacement that could not be fixed so I'm reverting back to the last known working
version (revision 429) and redoing the method body swapper implementation.
-
r435
(Changes:
-Added custom container loader overloads to the co...) committed by Philip.Laureano
- Changes:
-Added custom container loader overloads to the container.LoadFrom extension method
-Added the ShouldLoad method to the Loader class which allows users to filter out plugins before
they are executed.
Changes:
-Added custom container loader overloads to the container.LoadFrom extension method
-Added the ShouldLoad method to the Loader class which allows users to filter out plugins before
they are executed.
-
-
-
-
r432
(Changes (Development-2.3 branch):
Added ref/out parameter s...) committed by Philip.Laureano
- Changes (Development-2.3 branch):
Added ref/out parameter support to LinFu.AOP v2.0
Changes (Development-2.3 branch):
Added ref/out parameter support to LinFu.AOP v2.0
-
issue 36
(DynamicProxy: Problem with generic constraints) commented on by Rauhotz
-
-
-
issue 36
(DynamicProxy: Problem with generic constraints) reported by Rauhotz
-
-
-
-
-
r431
(Changes (dev-2.3):
-Added the missing XML documentation tag...) committed by Philip.Laureano
- Changes (dev-2.3):
-Added the missing XML documentation tags to the following files:
BaseMethodRewriter.cs
InstructionSwapper.cs
InterceptMethodBody.cs
MethodBodyInterceptionExtensions.cs
Changes (dev-2.3):
-Added the missing XML documentation tags to the following files:
BaseMethodRewriter.cs
InstructionSwapper.cs
InterceptMethodBody.cs
MethodBodyInterceptionExtensions.cs
-
r430
(Finished adding method body interception support to LinFu v2...) committed by Philip.Laureano
- Finished adding method body interception support to LinFu v2.3 in the development branch
Finished adding method body interception support to LinFu v2.3 in the development branch
-
-
r428
(Changes (dev-2.3 branch):
Incomplete: Added the epilog/prol...) committed by Philip.Laureano
- Changes (dev-2.3 branch):
Incomplete: Added the epilog/prolog stub code to the InterceptMethodBody class
Changes (dev-2.3 branch):
Incomplete: Added the epilog/prolog stub code to the InterceptMethodBody class
-
-
r426
(Fixed a few build errors in the dev-2.3 branch) committed by Philip.Laureano
- Fixed a few build errors in the dev-2.3 branch
Fixed a few build errors in the dev-2.3 branch
-
r425
(Changes (Dev Branch, v2.3):
Added stubs for method body int...) committed by Philip.Laureano
- Changes (Dev Branch, v2.3):
Added stubs for method body interception
Changes (Dev Branch, v2.3):
Added stubs for method body interception
-
r424
(Changes (Dev-2.3 branch):
-Refactored the AssemblyLoaderWit...) committed by Philip.Laureano
- Changes (Dev-2.3 branch):
-Refactored the AssemblyLoaderWithPdbSupport class out of the JITWeaver class.
-LinFu.AOP now loads PDB files into memory after an assembly has been modified (Note: You still have
to use the AssemblyLoaderWithPdbSupport class with the JITWeaver class to use it)
Changes (Dev-2.3 branch):
-Refactored the AssemblyLoaderWithPdbSupport class out of the JITWeaver class.
-LinFu.AOP now loads PDB files into memory after an assembly has been modified (Note: You still have
to use the AssemblyLoaderWithPdbSupport class with the JITWeaver class to use it)
-
r423
(Changes (dev-2.3 branch)
Added Pdb debugger support to the J...) committed by Philip.Laureano
- Changes (dev-2.3 branch)
Added Pdb debugger support to the JITWeaver class in LinFu.AOP
Changes (dev-2.3 branch)
Added Pdb debugger support to the JITWeaver class in LinFu.AOP
-
r422
(Changes (trunk):
-Separated LinFu.AOP from LinFu.IOC. You c...) committed by Philip.Laureano
- Changes (trunk):
-Separated LinFu.AOP from LinFu.IOC. You can now build LinFu.AOP separately by typing "go aop" from
the command line.
Changes (trunk):
-Separated LinFu.AOP from LinFu.IOC. You can now build LinFu.AOP separately by typing "go aop" from
the command line.
-
-
-
issue 27
(Implement Method Body Replacement in LinFu.AOP) Summary changed by Philip.Laureano
-
Summary:
Implement Method Body Replacement in LinFu.AOP
Summary:
Implement Method Body Replacement in LinFu.AOP
-
issue 29
(Implement LinFu.DesignByContract v3.0) Labels changed by Philip.Laureano
-
Labels:
Milestone-Release2.3
Labels:
Milestone-Release2.3
|