Commit History

Author SHA1 Message Date
  Nick Mathewson c230132562 Fix some bugs in parse_time 22 years ago
  Nick Mathewson 0e5a134709 Fix DOS line endings; autoconfize checks for strptime and inet_aton 22 years ago
  Nick Mathewson 2da54de968 Make tor build on windows again. More work still needed 22 years ago
  Roger Dingledine 30969421d3 stop troubling router operators with unapproved router connect attempts 22 years ago
  Roger Dingledine 0ab367ed91 re-try streams at most 4 times 22 years ago
  Nick Mathewson 1e5b7bc6f1 New, more flexible directory parsing backend. Uses a bit more RAM, but implements the new spec. Uses more RAM, but not so you would notice. 22 years ago
  Roger Dingledine 89d9d80e76 Store options->Address as IP, not hostname 22 years ago
  Roger Dingledine 4716d4d871 bugfix: only warn about an unrouter router after we've fetched a directory 22 years ago
  Roger Dingledine d3e9afda27 When it can't resolve any dirservers, it was useless from then on. 22 years ago
  Roger Dingledine 0b27ae0c2d if the default torrc isn't there, just use some default defaults 22 years ago
  Nick Mathewson 72568d2620 Another case of the same. 22 years ago
  Nick Mathewson bab6c0a332 Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0 22 years ago
  Roger Dingledine 46ffc5984d best_support_idx is obsolete 22 years ago
  Roger Dingledine d081d1d061 make braces cleaner, bug still persists 22 years ago
  Nick Mathewson 61756b5893 Fix router_compare_addr_to_exit_policy, and name its return codes. The bug was: "maybe reject,accept" should be "maybe", not "accept". 22 years ago
  Roger Dingledine 1801bd7592 prevent picking middleman nodes as the last node in the circuit 22 years ago
  Nick Mathewson a81435c64e Another related leak 22 years ago
  Nick Mathewson e4ad1f1629 Freeing twice does *not* make the heap twice as clean. 22 years ago
  Nick Mathewson 88b579dd33 Fix a bug that might have caused the leak, but which might have been hiding other bugs. 22 years ago
  Nick Mathewson 6c3f55526a Fix possible (but unlikely) mem leak. 22 years ago
  Roger Dingledine 7651b09c8a finally locate the memory leak, 22 years ago
  Roger Dingledine b669b1d57c oh, and make it compile 22 years ago
  Roger Dingledine 5086300815 split the token bucket into 'rate' and 'burst' params 22 years ago
  Roger Dingledine a5e6ec244f rename circ_id_t to uint16_t for code clarity 22 years ago
  Roger Dingledine 6a19e64066 remove trailing whitespace 22 years ago
  Nick Mathewson 4885e90490 Make compile warning-free on cygwin 22 years ago
  Nick Mathewson fb95d99f79 Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* . 22 years ago
  Roger Dingledine 03616803e6 bughunt: start tracking the bug mutiny found 22 years ago
  Roger Dingledine 9e6f4a3029 revamp circuit node selection to use smartlists: 22 years ago
  Nick Mathewson f37f7daa2f Add port ranges to exit policies 22 years ago