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