0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug 608505 - was freeing the wrong address (should have freed 'secondaddress', was freeing 'address') More... about 15 years ago
renamed xxxnode to xxservice More... about 15 years ago
Add (completely untested) code to include an Authorization header for the S3 request to fetch an image. More... about 15 years ago
Check signature for S3 requests. More... about 15 years ago
Fixes problem with describe-addresses returning all public ips instead of the ones for just the user's project More... about 15 years ago
Fix for extra spaces in export statements in scripts relating to x509 certs More... about 15 years ago
Adds a Makefile to fill dependencies for testing. More... about 15 years ago
Fix syslogging of exceptions by stripping newlines from the exception info More... about 15 years ago
Merged fix for bug 608505 so unit tests pass More... about 15 years ago
Check exit codes when spawning processes by default More... about 15 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... about 15 years ago
syslog changes More... about 15 years ago
typo fixes and extra print statements removed More... about 15 years ago
added todo for ABC More... about 15 years ago
Fixed bug 608505 - was freeing the wrong address (should have freed 'secondaddress', was freeing 'address') More... about 15 years ago
Merged trunk, fixed extra references to fake_users More... about 15 years ago
refactoring of imports for fakeldapdriver More... about 15 years ago
make nova-network executable More... about 15 years ago
refactor daemons to use common base class in preparation for network refactor More... about 15 years ago
reorder import statement and remove commented-out test case that is the same as api_unittest in objectstore_unittest More... about 15 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... about 15 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... about 15 years ago
merge with twisted-volume More... about 15 years ago
remove all of the unused saved return values from attach_to_twisted More... about 15 years ago
fix for describe addresses showing everyone's public ips More... about 15 years ago
update the logic for calculating network sizes More... about 15 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. More... about 15 years ago
use a locally administered mac address so it isn't saved by udev More... about 15 years ago
Convert processpool to a singleton, and switch node.py calls to use it. (Replaces passing a processpool object around all the time.) More... about 15 years ago
Fixed the broken reference to More... about 15 years ago