Commit Verlauf

Autor SHA1 Nachricht Datum
  Nick Mathewson 49dd5e7439 add another item to TODO vor 20 Jahren
  Nick Mathewson 71a3560c72 expand a couple of items vor 20 Jahren
  Nick Mathewson 2b7907ef42 Increment step of a for loop should only happen once. vor 20 Jahren
  Nick Mathewson 777d3dde0c Get address map resetting implemented. vor 20 Jahren
  Nick Mathewson b17bb918ac Remove unused macro; add a comment on remaining macros. vor 20 Jahren
  Roger Dingledine 5254c4e63a remove duplicate function prototype vor 20 Jahren
  Nick Mathewson ccf318ae59 Clean up privoxy-tor-toggle; untabify; clean up messages; remove fwd-incompatible "print status on unrecognized command" feature vor 20 Jahren
  Roger Dingledine cb35994dec add a contrib script to toggle whether privoxy uses tor. vor 20 Jahren
  Geoff Goodell ecd9cb3738 reflect changes to default exit policy in manual page vor 20 Jahren
  Geoff Goodell af15c711c9 redefining default exit policy as per or-talk discussion vor 20 Jahren
  Nick Mathewson 99cc6bae0d Fix error codes to work on windows vor 20 Jahren
  Nick Mathewson 6394f77edb Initialize msg_len vor 20 Jahren
  Nick Mathewson aaf70df3bd Fix signed/unsigned warning vor 20 Jahren
  Nick Mathewson 37a478bd78 Tell windows how big time_t is. vor 20 Jahren
  Peter Palfrader 5937db52ea Wait for 60 seconds in init stop. 35 is too little. vor 20 Jahren
  Nick Mathewson a308353600 Fix const-ness warning vor 20 Jahren
  Nick Mathewson c185825585 Finish implementing GETINFO; make it easy to query address maps. vor 20 Jahren
  Nick Mathewson f90ccf5648 Implement new controller events for changed descriptors and new (not-yet-attached) streams. vor 20 Jahren
  Nick Mathewson 4b5e213a0b Separate reverse-virtual-address-map entries into ipv4 and hostname slots. Otherwise if you ask me to map "some IPv4 address" to foo.onion, I might tell you that I already mapped "bar.virtual" to foo.onion vor 20 Jahren
  Nick Mathewson 5315b61e13 Fix some log messages to refer to correct control type. vor 20 Jahren
  Nick Mathewson 5f8e2c2bc4 Rename unused-address functions to virtual address; this is more accurate. Also, include almost-right implementation of reusing dont-care mappings. (It is still kind of wrong because it does not take type into account.) vor 20 Jahren
  Nick Mathewson fc0e67bc72 Clarify some confusion about what GETINFO(addr-mappings) should return. vor 20 Jahren
  Nick Mathewson b494c2223d Specify and implement fragmented control messages to allow for (among other things) long GETINFO replies. Otherwise we could hit the 64K barrier on questions like "please dump your client-side DNS cache." vor 20 Jahren
  Nick Mathewson 65230fd39f Implement "Dont-Care" from addresses to MapAddress control message. For safety, refuse to launch connections to unmapped addresses in the dont-care range. vor 20 Jahren
  Nick Mathewson 06a574b0c9 Specify reverse DNS vor 20 Jahren
  Nick Mathewson e14f812a67 Still more code to make sure we send the right number and kind of RELAY END cells vor 20 Jahren
  Nick Mathewson b0b396a7ce Add error reason to spec: TORPROTOCOL reason means "you are not speaking a version of Tor I understand; say bye-bye to your stream." vor 20 Jahren
  Nick Mathewson afe414f070 Revise all calls to connection_edge_end to avoid sending MISC, and to take errno into account where possible. vor 20 Jahren
  Nick Mathewson 4ddf768a4f Forward-port new reasons; clean up code more; add code to convert new reasons to SOCKS5 reply codes; add code to convert errnos to reasons. New code still needs to get invoked. vor 20 Jahren
  Nick Mathewson 59ec8ca3f1 Revise tor-spec to add more/better stream end reasons. vor 20 Jahren