Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-19 | Apply proposal 121 patch 3, with minor tweaks and a few comments. | Nick Mathewson | |
svn:r16598 | |||
2008-08-19 | Adjust definition of SMARTLIST_FOREACH_END() to enforce matching variable. | Nick Mathewson | |
svn:r16597 | |||
2008-08-17 | All the controller things want their stuff in v2 format. Well then, maybe ↵ | Peter Palfrader | |
that's already sufficient svn:r16578 | |||
2008-08-17 | And tell us more in another error case | Peter Palfrader | |
svn:r16577 | |||
2008-08-17 | Change a warning/bug message | Peter Palfrader | |
svn:r16576 | |||
2008-08-17 | Two consensus fixes: always reset has_* to 0, and use a buffer of proper ↵ | Peter Palfrader | |
length for exitsummaries. svn:r16575 | |||
2008-08-15 | Make trunk build again under -DEXPORTMALLINFO | Peter Palfrader | |
svn:r16559 | |||
2008-08-15 | Switch global_identifier on connections to a 64-bit field and move it to ↵ | Nick Mathewson | |
connection_t. When procession onionskins, look up the connection by this field rather than by addr:port. This will keep us from dropping onionskins. How many dropped circuits are dropped because of this bug? svn:r16558 | |||
2008-08-14 | spaceman | Peter Palfrader | |
svn:r16555 | |||
2008-08-14 | Add exitpolicy summaries to the consensus | Peter Palfrader | |
svn:r16554 | |||
2008-08-14 | Do not split stored exit policy summary into type(accept/reject) and ↵ | Peter Palfrader | |
portlist. At least not just yet svn:r16553 | |||
2008-08-14 | Rename a field so weasel likes it better | Peter Palfrader | |
svn:r16552 | |||
2008-08-14 | Add bw to consensus | Peter Palfrader | |
svn:r16551 | |||
2008-08-14 | Parse policies and weight (bw) into routerstatuses | Peter Palfrader | |
svn:r16550 | |||
2008-08-14 | If we are lucky the whitespace nazis will not have noticed these things yet | Peter Palfrader | |
svn:r16549 | |||
2008-08-14 | minor comment/doxygen fix | Peter Palfrader | |
svn:r16548 | |||
2008-08-14 | Give bw in kb/sec in votes/consensus | Peter Palfrader | |
svn:r16544 | |||
2008-08-14 | Having a reject-all policy summarized with a lack of summary is stupid. ↵ | Peter Palfrader | |
Explicitly mention them as reject 1-65535. svn:r16543 | |||
2008-08-14 | testsuite: Now that we add (pretty useless, but still) routerinfos to the ↵ | Peter Palfrader | |
routerlist for every one of our routerstatuses in the votes we pass again. yay svn:r16542 | |||
2008-08-14 | Only fetch the routerinfo_t in routerstatus_format_entry() if we are going ↵ | Peter Palfrader | |
to need it svn:r16541 | |||
2008-08-14 | Properly move forward char pointer after appending stuff to the string | Peter Palfrader | |
svn:r16540 | |||
2008-08-14 | Disable test suite for today | Peter Palfrader | |
svn:r16539 | |||
2008-08-14 | asserting(s) is better than segfaulting if it turns out to be NULL later | Peter Palfrader | |
svn:r16538 | |||
2008-08-14 | Do not show policy and bw in v2 statuses | Peter Palfrader | |
svn:r16537 | |||
2008-08-14 | Add exit policy and bw to dirvotes - unfortunately also to v2 statuses | Peter Palfrader | |
svn:r16536 | |||
2008-08-14 | This bunch of functions really should be static | Peter Palfrader | |
svn:r16535 | |||
2008-08-13 | Fix an overflow when counting rejects for *, truncate exit summaries after ↵ | Peter Palfrader | |
1000 chars svn:r16530 | |||
2008-08-13 | Think of the poor children in Antarctica who still have to work on 4" screens | Peter Palfrader | |
svn:r16528 | |||
2008-08-13 | A few testcases for policy summaries | Peter Palfrader | |
svn:r16527 | |||
2008-08-13 | Also special case "accept 1-65535" case, do not leak in non-exit case | Peter Palfrader | |
svn:r16526 | |||
2008-08-13 | Return NULL for policies that do not allow any exits | Peter Palfrader | |
svn:r16525 | |||
2008-08-13 | Fix condition statement for accept items, fix two asserts | Peter Palfrader | |
svn:r16524 | |||
2008-08-13 | Make sure we don't run off the end of the list | Peter Palfrader | |
svn:r16523 | |||
2008-08-13 | Move policy_summarize() prototype to or.h | Peter Palfrader | |
svn:r16522 | |||
2008-08-13 | Create string representation of exit summaries | Peter Palfrader | |
svn:r16521 | |||
2008-08-13 | Nickm says I'm going to hell, but if I write that in a comment he might just ↵ | Peter Palfrader | |
save my soul svn:r16520 | |||
2008-08-13 | implement policy_summary_accept and policy_summary_reject together with a ↵ | Peter Palfrader | |
set of helpers svn:r16519 | |||
2008-08-13 | Start with exit policy summaries | Peter Palfrader | |
svn:r16518 | |||
2008-08-12 | Next patch from Karsten: client-side configuration stuff for proposal 121. | Nick Mathewson | |
svn:r16510 | |||
2008-08-09 | Rate-limit "too-many-sockets" messages; they can get needlessly verbose. | Nick Mathewson | |
svn:r16480 | |||
2008-08-09 | Patch cleanups from karsten | Nick Mathewson | |
svn:r16479 | |||
2008-08-08 | Fix bug in my changes to karsten's patch | Nick Mathewson | |
svn:r16477 | |||
2008-08-08 | handle ipv6 in socks5 requests. | Nick Mathewson | |
svn:r16476 | |||
2008-08-08 | The first of Karsten's proposal 121 patches: configure and maintain client ↵ | Nick Mathewson | |
authorization data. Tweaked a bit: see comments on or-dev. svn:r16475 | |||
2008-08-08 | Try once again to make BSD compilation happy. | Nick Mathewson | |
svn:r16474 | |||
2008-08-08 | r17692@tombo: nickm | 2008-08-07 22:41:26 -0400 | Nick Mathewson | |
Fix more compile errors on BSD pf stuff. How about now? svn:r16472 | |||
2008-08-07 | r17680@tombo: nickm | 2008-08-07 16:06:30 -0400 | Nick Mathewson | |
Add a missing safe_str for a debug_log_message. Fix the bad part of bug 674. svn:r16462 | |||
2008-08-07 | Oops. On recent linux kernels we were not detecting the ↵ | Nick Mathewson | |
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 | |||
2008-08-07 | r17667@tombo: nickm | 2008-08-07 15:13:30 -0400 | Nick Mathewson | |
Make the TransPort input code handle IPv6 addresses, I hope. This code may not compile. Possibly fix bug 796. svn:r16459 | |||
2008-08-07 | r17666@tombo: nickm | 2008-08-07 15:12:30 -0400 | Nick Mathewson | |
Make tor_addr_from_sockaddr also give away the port in a useful format svn:r16458 |