Commit History

Author SHA1 Message Date
  Nick Mathewson d9bf9e48c0 Add documentation to a few functions in container.c; reformat function definitions 20 years ago
  Nick Mathewson 29c57b54d4 Add functions to extend and compress new router store logic. (Basic idea: use a journal of newly received router descriptors, and periodically replace the old file. This avoids the "too many files" problem and the "too many rewrites" problem.) 20 years ago
  Nick Mathewson d4fb1fcd6c Two new functions like write_bytes_to_file: one takes a list of byte-and-len structs; one appends. 20 years ago
  Roger Dingledine 82b3b6249c fix a seg fault if we ask an authdirserver for a descriptor by 20 years ago
  Roger Dingledine 8b0d37096b when the user asked for a rendezvous port that the hidden service 20 years ago
  Roger Dingledine 569efe61c0 make the patch less likely to bite us later 20 years ago
  Nick Mathewson 93c1d37d5f Resolve stack corruption identified by edmanw in connection_edge_end(). Thanks! 20 years ago
  Roger Dingledine 2939b18935 put the last nail in tor-doc.html 20 years ago
  Nick Mathewson 39e29738b1 Maybe I should pay more attention to return values and less to clever comments. Fortunately, the aforementioned comments came out against smacking upside the head. 20 years ago
  Nick Mathewson a6271650d5 Versions should be sorted by version. Lexical sorting should be used only as a last resort. 20 years ago
  Roger Dingledine 689cb28098 when writing the recommended*versions lines, sort them first. 20 years ago
  Nick Mathewson c1a6940e73 make compile slightly happier on const-zealous compilers 20 years ago
  Nick Mathewson 2689cb081b We have so many special cases for smartlists of strings, why not add a sort function? 20 years ago
  Roger Dingledine 63bb27f19d be more thorough about noticing when a directory request has failed: 20 years ago
  Nick Mathewson 3dc5e77b58 Numerous changes to move towards client-side v2 directories. 20 years ago
  Nick Mathewson e4272f1978 answer question 20 years ago
  Roger Dingledine a63e17bdd5 fix some grammar and ask a question 20 years ago
  Roger Dingledine 5cebd8df70 remove temporary network-status keyword 20 years ago
  Roger Dingledine 89d516f95c clean up the log entry for when a server posts a server descriptor that 20 years ago
  Nick Mathewson 695da58d7f Dir spec change: Clarify rules on how to treat servers based on networkstatus values. Is this sane? 20 years ago
  Nick Mathewson 8d70ae01b8 Fix a memory leak in smartlist_string_remove. 20 years ago
  Nick Mathewson 63dfe2447e Fix bug found by "ca": looking up a non-existent stream for a v1 control connection would cause a segfault. (No backport needed since 0.1.0 had only v0 connections.) 20 years ago
  Nick Mathewson 24bfac635d Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx variable. 20 years ago
  Roger Dingledine 70958407f7 it's a new month 20 years ago
  Roger Dingledine d7d4d4cbbf fix comment and return value for check_software_version_against_directory() 20 years ago
  Roger Dingledine 43df34a4b8 reference exit policy faq entry, and add an item about rate limiting. 20 years ago
  Roger Dingledine aa8321331f add weasel's check-tor script to tor/contrib/ 20 years ago
  Roger Dingledine 6e6f1d07da two more bugs we should fix 20 years ago
  Peter Palfrader 0ceab199b0 Do not use unaligned access on some more archs 20 years ago
  Roger Dingledine b0a5ba4248 downgrade the dirserver log messages when whining about unreachability 20 years ago