Histórico de commits

Autor SHA1 Mensagem Data
  Roger Dingledine 346ca2d48e forward-port the 0.2.0.31 changelog 18 anos atrás
  Nick Mathewson 67327a863a Fix a variable handling mistake when testing for libevent functions in configure.in. Found by Riastradh. 18 anos atrás
  Nick Mathewson baeb260ad1 Refactor use of connection_new so that we get more verifiable typesafety. 18 anos atrás
  Nick Mathewson cd5d0f3890 Add changelog for scanner-based stuff. 18 anos atrás
  Nick Mathewson fa2f72ded7 An asterisk makes a difference sometimes. Fixes bug 809. 18 anos atrás
  Nick Mathewson f80ac31d74 Add a lockfile to the Tor data directory to avoid situations where two Tors start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. 18 anos atrás
  Roger Dingledine 6942bd66ea Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha. 18 anos atrás
  Roger Dingledine 71968e7af9 further changelog cleanups 18 anos atrás
  Karsten Loesing 4347579085 Changelog entry for implementation of proposal 121. 18 anos atrás
  Peter Palfrader 94c3515092 A short changelog entry for the consensus changes 18 anos atrás
  Roger Dingledine 845a7017bc clean up 0.2.1.5-alpha changelog 18 anos atrás
  Roger Dingledine cfff21e78a backport candidate: 18 anos atrás
  Nick Mathewson 80168d80d4 r17853@tombo: nickm | 2008-08-22 12:55:00 -0400 18 anos atrás
  Nick Mathewson fc52d85b7c r17846@tombo: nickm | 2008-08-22 11:54:00 -0400 18 anos atrás
  Roger Dingledine 8f5642edbc Relays now reject risky extend cells: if the extend cell includes 18 anos atrás
  Nick Mathewson fcf817f897 Switch global_identifier on connections to a 64-bit field and move it to connection_t. When procession onionskins, look up the connection by this field rather than by addr:port. This will keep us from dropping onionskins. How many dropped circuits are dropped because of this bug? 18 anos atrás
  Nick Mathewson 30422b5df1 Rate-limit "too-many-sockets" messages; they can get needlessly verbose. 18 anos atrás
  Nick Mathewson 22259a0877 The first of Karsten's proposal 121 patches: configure and maintain client authorization data. Tweaked a bit: see comments on or-dev. 18 anos atrás
  Nick Mathewson 5ab6fe0051 r17680@tombo: nickm | 2008-08-07 16:06:30 -0400 18 anos atrás
  Nick Mathewson b81d70addb Oops. On recent linux kernels we were not detecting the linux/netfilter_ipv4.h header properly, since we needed to have in_addr and in6_addr and __u32 defined before trying to include it. Fix that. 18 anos atrás
  Nick Mathewson 635f3c8aee r17664@tombo: nickm | 2008-08-06 12:32:09 -0400 18 anos atrás
  Nick Mathewson 2905291af2 r17659@tombo: nickm | 2008-08-06 12:22:11 -0400 18 anos atrás
  Roger Dingledine b79fe6a0db bump to 0.2.1.4-alpha-dev, add a future todo item 18 anos atrás
  Nick Mathewson 960a0f0a99 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 18 anos atrás
  Roger Dingledine d01813a8dd Take out the TestVia config option, since it was a workaround for 18 anos atrás
  Roger Dingledine 18d3153fbb get closer to a release 18 anos atrás
  Roger Dingledine d5bb361977 minor fixes 18 anos atrás
  Karsten Loesing 1fe07f66f4 In some edge cases it occurs that the router descriptor of a previously picked introduction point becomes obsolete. In that case, don't stick to using that introduction point, but simply give up on it. Reverts some part of r15825. 18 anos atrás
  Karsten Loesing f51bf847ab Add changelog entries for r16372 and r16375. 18 anos atrás
  Karsten Loesing 3c9cd463d2 Fix a false assertion when extending a circuit to a relay to which a connection is already established. In that case the circuit should not need to memorize extend info for that relay. circuitbuild.c:389 contains a similar assertion. 18 anos atrás