TODO.012 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. (Remember to include both the revision number _AND_ an abbreviated
  2. description of the patch.)
  3. Backport items for 0.1.2:
  4. o r11166: Don't believe future dates from the state file.
  5. o r11828+: Detect bad sa_family from accept().
  6. o r11882: Avoid crash-bug 451.
  7. o r11886: Consider family as well as identity when cannibalizing circuits.
  8. - backport the osx privoxy.config changes
  9. X no need to backport the windows privoxy.config changes because they're
  10. not in SVN??
  11. o r12339: rlim_t may be wider than unsigned long.
  12. o r12341: Work if the real open-file limit is OPEN_FILES.
  13. o r12459: Exit policies reject public IP address too
  14. X r13532: Drop tor_strpartition().
  15. Backport for 0.1.2.x once better tested:
  16. D r11287: Reject address mappings to internal addresses. (??)
  17. (this will break some existing test-network configurations, yes?)
  18. o r11499, r11500, r11501: hidserv hexdigests rather than nicknames
  19. o r11829: Don't warn when cancel_pending_resolve() finds a cached failure.
  20. o r11915: just because you hup, don't publish a near-duplicate descriptor
  21. d r11994: Call routerlist_remove_old_routers() less. This will be a
  22. tricky backport.
  23. X r12153 and r12154: Give better warnings when we fail to mmap a descriptor
  24. store that we just wrote.
  25. X r12945: better cross-compilation support in configure.in
  26. X r12946: iPhone support; requires r12945.
  27. X r13647: Make "trackhostexits ." work
  28. - Document that trackhostexits . doesn't work in 0.1.2.x
  29. - r13406: fix bandwidth bucket calculations
  30. - r13372: Don't use ourselves as intro point, rend point, or final hop
  31. for internal circuits.
  32. - r13643: reset timeout when flushing final bytes from a connection.
  33. - r13655: avoid flush on connection closed because of bug.