Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Nick Mathewson 55348884b5 Fix all of the doxygen warnings not pertaining to missing documentation. 15 gadi atpakaļ
  Roger Dingledine df89748388 fix typo noticed by wood 15 gadi atpakaļ
  Roger Dingledine 0f6514e041 some windows users are outraged that tor refuses to work even 15 gadi atpakaļ
  Roger Dingledine 0c6ff7d990 the default should not be the notify the poster, unless something 15 gadi atpakaļ
  Roger Dingledine 7262bf5eab fix a fun bug on r17656 that was making us send HTTP/1.0 404 as 15 gadi atpakaļ
  Nick Mathewson e36c7a74bd Yet still more propagating of things that need to be was_router_added_t now. 15 gadi atpakaļ
  Nick Mathewson 98a376fab1 More propagating of things that need to be was_router_added_t now. 15 gadi atpakaļ
  Nick Mathewson df22dcb602 WRA_MORE_SEVERE is not WRA_GET_MORE_SEVERE. 15 gadi atpakaļ
  Karsten Loesing 61055ae719 gabelmoo has a new IP address (once more). 15 gadi atpakaļ
  Roger Dingledine ad79530cb0 mark done an item that sebastian did 15 gadi atpakaļ
  Martin Peck 44fdb496d4 Modify msi package for local user installation with configurable desktop shortcuts. 15 gadi atpakaļ
  Steven Murdoch bdb9ecdff3 Discussion on performance impact of removing empty TLS application records 15 gadi atpakaļ
  Nick Mathewson 029be5ad02 Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses. 15 gadi atpakaļ
  Nick Mathewson efb863189c Expose hex_decode_digit from util.c 15 gadi atpakaļ
  Nick Mathewson a259af179b When we need to open a new origin circuit, log why. 15 gadi atpakaļ
  Nick Mathewson 16f1d4cb72 Doc RRS_DONT_REMOVE_OLD; improve router_rebuild_store documentation. 15 gadi atpakaļ
  Nick Mathewson ee706649f6 Say more about comment conventions in doc/HACKING 15 gadi atpakaļ
  Nick Mathewson 8c90a4b7ee More approx_time() calls. Noted by forest. 15 gadi atpakaļ
  Roger Dingledine 60d6175906 finally commit the three-year roadmap i've been working on. yay! 15 gadi atpakaļ
  Roger Dingledine e5384f932b make a new doc/roadmaps directory, and move our current roadmap 15 gadi atpakaļ
  Nick Mathewson c67bd80487 Make cell pools always-on. 15 gadi atpakaļ
  Nick Mathewson c3e4b12e7f Why were we using gettimeofday() in second_elapsed_callback? We were only ever looking at the tv_sec field. 15 gadi atpakaļ
  Nick Mathewson bf80e2df3f Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. 15 gadi atpakaļ
  Nick Mathewson b91335117f Document the purpose argument of circuit_find_to_cannibalize 15 gadi atpakaļ
  Nick Mathewson b6f89a647a One log.c XXX021 was a misunderstanding. Also, clip log messages passed to syslog to their maximum length when there is a maximum. 15 gadi atpakaļ
  Nick Mathewson 122170c1d3 Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. 15 gadi atpakaļ
  Nick Mathewson 6c6b0283cb Ben confirms that the MUST in rfc2631 is only for compatibility with X9.42, and isn't actually a security thing. 15 gadi atpakaļ
  Nick Mathewson 8d5a9d762c Log an error on win32 if directory listing fails. 15 gadi atpakaļ
  Nick Mathewson c449e6e5be whitespace fixes. 15 gadi atpakaļ
  Nick Mathewson ecaee1d927 Remove fixed xxx020s; downgrade unfixed ones. 15 gadi atpakaļ