Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-21 | Remove changes files that predate current origin/release-0.2.2 | Nick Mathewson | |
2011-01-07 | Correctly detect and exclude addresses outside of our virtual address range | Nick Mathewson | |
Found by cypherpunks; fixes more of 2328. Bug was introduced in 3623a122; first appeared in 0.2.0.5-alpha. | |||
2011-01-05 | Handle a NULL return from addressmap_get_virtual_address | Nick Mathewson | |
Fix for bug 2328; bugfix on 0.1.2.1-alpha; bug found by doorss. | |||
2011-01-05 | Fix a double-counting bug in addrmap_get_virtual_address | Nick Mathewson | |
We were decrementing "available" twice for each in-use address we ran across. This would make us declare that we ran out of virtual addresses when the address space was only half full. |