50
I Use This!
High Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed bug where partition code was sometimes failing due to initial dd not being yielded properly
vish
as Vishvananda Ishaya
More... almost 14 years ago
Fixed bug 608505 - was freeing the wrong address (should have freed 'secondaddress', was freeing 'address') More... almost 14 years ago
renamed xxxnode to xxservice
vish
as Vishvananda Ishaya
More... almost 14 years ago
Add (completely untested) code to include an Authorization header for the S3 request to fetch an image. More... almost 14 years ago
Check signature for S3 requests. More... almost 14 years ago
Fixes problem with describe-addresses returning all public ips instead of the ones for just the user's project
vish
as Vishvananda Ishaya
More... almost 14 years ago
Fix for extra spaces in export statements in scripts relating to x509 certs
vish
as Vishvananda Ishaya
More... almost 14 years ago
Adds a Makefile to fill dependencies for testing.
termie
as Andy Smith
More... almost 14 years ago
Fix syslogging of exceptions by stripping newlines from the exception info
vish
as Vishvananda Ishaya
More... almost 14 years ago
Merged fix for bug 608505 so unit tests pass More... almost 14 years ago
Check exit codes when spawning processes by default More... almost 14 years ago
Nobody wants to take on this twisted cleanup. It works for now, but could be much nicer if twisted has a nice hook-point for exception mapping More... almost 14 years ago
syslog changes
vish
as Vishvananda Ishaya
More... almost 14 years ago
typo fixes and extra print statements removed
vish
as Vishvananda Ishaya
More... almost 14 years ago
added todo for ABC
vish
as Vishvananda Ishaya
More... almost 14 years ago
Fixed bug 608505 - was freeing the wrong address (should have freed 'secondaddress', was freeing 'address') More... almost 14 years ago
Merged trunk, fixed extra references to fake_users
vish
as Vishvananda Ishaya
More... almost 14 years ago
refactoring of imports for fakeldapdriver
vish
as Vishvananda Ishaya
More... almost 14 years ago
make nova-network executable
vish
as Vishvananda Ishaya
More... almost 14 years ago
refactor daemons to use common base class in preparation for network refactor
vish
as Vishvananda Ishaya
More... almost 14 years ago
reorder import statement and remove commented-out test case that is the same as api_unittest in objectstore_unittest More... almost 14 years ago
Fixes up Bucket to throw proper NotFound and NotEmpty exceptions in constructor and delete() method, and fixes up objectstore_unittest to properly use assertRaises() to check for proper exceptions and remove the assert_ calls. More... almost 14 years ago
Fix bug 607501. Raise 403, not exception if Authorization header not passed. Also added missing call to request.finish() & Python exception-handling style tweak More... almost 14 years ago
merge with twisted-volume
vish
as Vishvananda Ishaya
More... almost 14 years ago
remove all of the unused saved return values from attach_to_twisted
vish
as Vishvananda Ishaya
More... almost 14 years ago
fix for describe addresses showing everyone's public ips
vish
as Vishvananda Ishaya
More... almost 14 years ago
update the logic for calculating network sizes More... almost 14 years ago
Locally administered mac addresses have the second least significant bit of the most significant byte set. If this byte is set then udev on ubuntu doesn't set persistent net rules.
vish
as Vishvananda Ishaya
More... almost 14 years ago
use a locally administered mac address so it isn't saved by udev
vish
as Vishvananda Ishaya
More... almost 14 years ago
Convert processpool to a singleton, and switch node.py calls to use it. (Replaces passing a processpool object around all the time.)
vish
as Vishvananda Ishaya
More... almost 14 years ago