| .. |
|
addr
|
CLOUDSTACK-652: meging 'portable public ip' feature
|
2013-05-20 20:05:47 +05:30 |
|
as
|
UserContext switched to CallContext. Added generic storage mechanism for other code to carry information throughout a call. Made the calling User and Account a must have. Added an interface to carry entities in error. Fixed up the code. Part of the vmsync branch
|
2013-07-16 11:24:21 -07:00 |
|
element
|
Changed VirtualMachineProfile to be non-generic. From here on VirtualMachineManager will only manage vm instance. It doesn't understand the difference between different types of VMs. This makes the vmsync code to be generic across all vms.
|
2013-07-22 11:48:11 -07:00 |
|
firewall
|
UserContext switched to CallContext. Added generic storage mechanism for other code to carry information throughout a call. Made the calling User and Account a must have. Added an interface to carry entities in error. Fixed up the code. Part of the vmsync branch
|
2013-07-16 11:24:21 -07:00 |
|
guru
|
Fix build break due to commit 2e0847bfe0.
|
2013-07-25 18:04:12 -07:00 |
|
lb
|
UserContext switched to CallContext. Added generic storage mechanism for other code to carry information throughout a call. Made the calling User and Account a must have. Added an interface to carry entities in error. Fixed up the code. Part of the vmsync branch
|
2013-07-16 11:24:21 -07:00 |
|
router
|
Cloudstack-3694 Dnsmasq rewrite in bash
|
2013-07-24 14:00:31 -07:00 |
|
rules
|
UserContext switched to CallContext. Added generic storage mechanism for other code to carry information throughout a call. Made the calling User and Account a must have. Added an interface to carry entities in error. Fixed up the code. Part of the vmsync branch
|
2013-07-16 11:24:21 -07:00 |
|
security
|
Bring over from vmsync changes in utils package. Simple changes. New files are not being used yet in master
|
2013-07-17 18:29:42 -07:00 |
|
vpc
|
UserContext switched to CallContext. Added generic storage mechanism for other code to carry information throughout a call. Made the calling User and Account a must have. Added an interface to carry entities in error. Fixed up the code. Part of the vmsync branch
|
2013-07-16 11:24:21 -07:00 |
|
vpn
|
CLOUDSTACK-494: Loose the limition of same ip used by site-to-site vpn
|
2013-07-16 17:26:51 -07:00 |
|
ExternalDeviceUsageManager.java
|
CLOUDSTACK-650: Rename ExternalLBUsageMgr to more generic ExternalDeviceUsageManager since it contains firewall usage also. Most of the functionality is already fixed in CLOUDSTACK-1289
|
2013-06-28 12:08:33 +05:30 |
|
ExternalDeviceUsageManagerImpl.java
|
CLOUDSTACK-650: Rename ExternalLBUsageMgr to more generic ExternalDeviceUsageManager since it contains firewall usage also. Most of the functionality is already fixed in CLOUDSTACK-1289
|
2013-06-28 12:08:33 +05:30 |
|
ExternalFirewallDeviceManager.java
|
add unit test back, primary storage life cycle is tested
|
2013-01-21 17:01:00 -08:00 |
|
ExternalFirewallDeviceManagerImpl.java
|
CLOUDSTACK-1578 SRX: Egress default policy configurable using network offering on SRX firewall
|
2013-06-24 13:37:01 +05:30 |
|
ExternalIpAddressAllocator.java
|
Fixed typos
|
2013-04-13 13:28:32 +00:00 |
|
ExternalLoadBalancerDeviceManager.java
|
merge master
|
2013-05-11 15:28:43 +05:30 |
|
ExternalLoadBalancerDeviceManagerImpl.java
|
CLOUDSTACK-1771: Fix ipv6 address for router
|
2013-06-06 18:04:35 -07:00 |
|
ExternalNetworkDeviceManagerImpl.java
|
CloudStack CLOUDSTACK-774
|
2013-02-21 15:48:08 -08:00 |
|
IpAddrAllocator.java
|
Fixed typos
|
2013-04-13 13:28:32 +00:00 |
|
Ipv6AddressManager.java
|
IPv6: Rename public_ipv6_address to user_ipv6_address
|
2013-01-30 17:05:47 -08:00 |
|
Ipv6AddressManagerImpl.java
|
CLOUDSTACK-1219, CLOUDSTACK-1220: Fix IPv6 error messages
|
2013-02-14 16:28:29 -08:00 |
|
NetworkManager.java
|
Changed VirtualMachineProfile to be non-generic. From here on VirtualMachineManager will only manage vm instance. It doesn't understand the difference between different types of VMs. This makes the vmsync code to be generic across all vms.
|
2013-07-22 11:48:11 -07:00 |
|
NetworkManagerImpl.java
|
CLOUDSTACK-3735. Domain deletion fails even when the networks within the domain have been destroyed.
|
2013-07-24 20:03:51 +05:30 |
|
NetworkModelImpl.java
|
CLOUDSTACK-234: create/delete firewa/lb/pf rule: send ip assoc command
|
2013-07-08 14:52:12 +05:30 |
|
NetworkRuleApplier.java
|
Move applyRules to the rightful place(s). Not sure why applyIps is required during applyRules, so we still have a reference back into a (simplified) applyRules in NetworkManager
|
2013-01-04 19:22:53 -08:00 |
|
NetworkServiceImpl.java
|
in one zone, Admin should not be allowed to add a Shared Network with a subnet that is already associated with another Vlan.
|
2013-07-22 14:29:38 -07:00 |
|
NetworkStateListener.java
|
CLOUDSTACK-1391: EventBus is not getting injected after javelin merge
|
2013-02-27 18:55:22 +05:30 |
|
NetworkUsageManager.java
|
CLOUDSTACK-786, CLOUDSTACK-1014: Moved usage APIs to cloud-api. Removed ManagementServerExt. Usage API related implementation is added to UsageServiceImpl
|
2013-02-05 16:49:34 +05:30 |
|
NetworkUsageManagerImpl.java
|
UserContext switched to CallContext. Added generic storage mechanism for other code to carry information throughout a call. Made the calling User and Account a must have. Added an interface to carry entities in error. Fixed up the code. Part of the vmsync branch
|
2013-07-16 11:24:21 -07:00 |
|
PortProfileManagerImpl.java
|
add unit test back, primary storage life cycle is tested
|
2013-01-21 17:01:00 -08:00 |
|
SshKeysDistriMonitor.java
|
refactor downloadlistener, sync system vm templates when adding a new image store
|
2013-04-21 22:46:02 -07:00 |
|
StorageNetworkManager.java
|
Patch from Chip Childers
|
2012-07-02 09:51:21 -04:00 |
|
StorageNetworkManagerImpl.java
|
fix null pointer dereference in cloud-server
|
2013-05-17 09:44:01 +08:00 |