Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | If we are lucky the whitespace nazis will not have noticed these things yet | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16549 | ||
* | minor comment/doxygen fix | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16548 | ||
* | Give bw in kb/sec in votes/consensus | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16544 | ||
* | Having a reject-all policy summarized with a lack of summary is stupid. ↵ | Peter Palfrader | 2008-08-14 |
| | | | | | | Explicitly mention them as reject 1-65535. svn:r16543 | ||
* | testsuite: Now that we add (pretty useless, but still) routerinfos to the ↵ | Peter Palfrader | 2008-08-14 |
| | | | | | | routerlist for every one of our routerstatuses in the votes we pass again. yay svn:r16542 | ||
* | Only fetch the routerinfo_t in routerstatus_format_entry() if we are going ↵ | Peter Palfrader | 2008-08-14 |
| | | | | | | to need it svn:r16541 | ||
* | Properly move forward char pointer after appending stuff to the string | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16540 | ||
* | Disable test suite for today | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16539 | ||
* | asserting(s) is better than segfaulting if it turns out to be NULL later | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16538 | ||
* | Do not show policy and bw in v2 statuses | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16537 | ||
* | Add exit policy and bw to dirvotes - unfortunately also to v2 statuses | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16536 | ||
* | This bunch of functions really should be static | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16535 | ||
* | Fix an overflow when counting rejects for *, truncate exit summaries after ↵ | Peter Palfrader | 2008-08-13 |
| | | | | | | 1000 chars svn:r16530 | ||
* | Think of the poor children in Antarctica who still have to work on 4" screens | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16528 | ||
* | A few testcases for policy summaries | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16527 | ||
* | Also special case "accept 1-65535" case, do not leak in non-exit case | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16526 | ||
* | Return NULL for policies that do not allow any exits | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16525 | ||
* | Fix condition statement for accept items, fix two asserts | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16524 | ||
* | Make sure we don't run off the end of the list | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16523 | ||
* | Move policy_summarize() prototype to or.h | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16522 | ||
* | Create string representation of exit summaries | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16521 | ||
* | Nickm says I'm going to hell, but if I write that in a comment he might just ↵ | Peter Palfrader | 2008-08-13 |
| | | | | | | save my soul svn:r16520 | ||
* | implement policy_summary_accept and policy_summary_reject together with a ↵ | Peter Palfrader | 2008-08-13 |
| | | | | | | set of helpers svn:r16519 | ||
* | Start with exit policy summaries | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16518 | ||
* | Next patch from Karsten: client-side configuration stuff for proposal 121. | Nick Mathewson | 2008-08-12 |
| | | | | svn:r16510 | ||
* | Rate-limit "too-many-sockets" messages; they can get needlessly verbose. | Nick Mathewson | 2008-08-09 |
| | | | | svn:r16480 | ||
* | Patch cleanups from karsten | Nick Mathewson | 2008-08-09 |
| | | | | svn:r16479 | ||
* | Fix bug in my changes to karsten's patch | Nick Mathewson | 2008-08-08 |
| | | | | svn:r16477 | ||
* | handle ipv6 in socks5 requests. | Nick Mathewson | 2008-08-08 |
| | | | | svn:r16476 | ||
* | The first of Karsten's proposal 121 patches: configure and maintain client ↵ | Nick Mathewson | 2008-08-08 |
| | | | | | | authorization data. Tweaked a bit: see comments on or-dev. svn:r16475 | ||
* | Try once again to make BSD compilation happy. | Nick Mathewson | 2008-08-08 |
| | | | | svn:r16474 | ||
* | r17692@tombo: nickm | 2008-08-07 22:41:26 -0400 | Nick Mathewson | 2008-08-08 |
| | | | | | | | Fix more compile errors on BSD pf stuff. How about now? svn:r16472 | ||
* | r17680@tombo: nickm | 2008-08-07 16:06:30 -0400 | Nick Mathewson | 2008-08-07 |
| | | | | | | | Add a missing safe_str for a debug_log_message. Fix the bad part of bug 674. svn:r16462 | ||
* | Oops. On recent linux kernels we were not detecting the ↵ | Nick Mathewson | 2008-08-07 |
| | | | | | | linux/netfilter_ipv4.h header properly, since we needed to have in_addr and in6_addr and __u32 defined before trying to include it. Fix that. svn:r16460 | ||
* | r17667@tombo: nickm | 2008-08-07 15:13:30 -0400 | Nick Mathewson | 2008-08-07 |
| | | | | | | | Make the TransPort input code handle IPv6 addresses, I hope. This code may not compile. Possibly fix bug 796. svn:r16459 | ||
* | r17666@tombo: nickm | 2008-08-07 15:12:30 -0400 | Nick Mathewson | 2008-08-07 |
| | | | | | | | Make tor_addr_from_sockaddr also give away the port in a useful format svn:r16458 | ||
* | r17664@tombo: nickm | 2008-08-06 12:32:09 -0400 | Nick Mathewson | 2008-08-06 |
| | | | | | | | Patch from Christopher Davis: open /dev/pf before dropping privileges. Fixes bug 782. Backport candidate. svn:r16450 | ||
* | r17659@tombo: nickm | 2008-08-06 12:22:11 -0400 | Nick Mathewson | 2008-08-06 |
| | | | | | | | Fix bug 794: recover 3 bytes wasted per memory chunk. Fix from rovv. svn:r16447 | ||
* | bump to 0.2.1.4-alpha-dev, add a future todo item | Roger Dingledine | 2008-08-05 |
| | | | | svn:r16440 | ||
* | r17645@31-33-44: nickm | 2008-08-05 16:28:01 -0400 | Nick Mathewson | 2008-08-05 |
| | | | | | | | Make unspecified addresses also cause connection_is_rate_limited to say 0. svn:r16437 | ||
* | r17643@31-33-44: nickm | 2008-08-05 16:18:25 -0400 | Nick Mathewson | 2008-08-05 |
| | | | | | | | Oops. Remove code to set (nonportable) sin_len fields. Added it to try to fix a bug that turned out to be something else. svn:r16436 | ||
* | r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 | Nick Mathewson | 2008-08-05 |
| | | | | | | | Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435 | ||
* | Document that we break ties in favor of smaller SD digest if there are still ↵ | Peter Palfrader | 2008-08-05 |
| | | | | | | ties after comparing the published timestamp svn:r16432 | ||
* | Take out the TestVia config option, since it was a workaround for | Roger Dingledine | 2008-08-05 |
| | | | | | | | a bug that was fixed in Tor 0.1.1.21. svn:r16409 | ||
* | get closer to a release | Roger Dingledine | 2008-08-05 |
| | | | | svn:r16408 | ||
* | minor fixes | Roger Dingledine | 2008-08-04 |
| | | | | svn:r16407 | ||
* | Make check-spaces happy. | Karsten Loesing | 2008-08-04 |
| | | | | svn:r16406 | ||
* | don't log-warn on a bootstrapping status event if the recommendation | Roger Dingledine | 2008-08-04 |
| | | | | | | | is to ignore. svn:r16405 | ||
* | In some edge cases it occurs that the router descriptor of a previously ↵ | Karsten Loesing | 2008-08-04 |
| | | | | | | picked introduction point becomes obsolete. In that case, don't stick to using that introduction point, but simply give up on it. Reverts some part of r15825. svn:r16404 | ||
* | Remove dead code that was left from marking HiddenService(Exclude)Nodes ↵ | Karsten Loesing | 2008-08-04 |
| | | | | | | obsolete in task 754. svn:r16401 |