summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-31bump to 0.2.1.5-alphator-0.2.1.5-alphaRoger Dingledine
svn:r16708
2008-08-31further changelog cleanupsRoger Dingledine
svn:r16707
2008-08-31Changelog entry for implementation of proposal 121.Karsten Loesing
svn:r16706
2008-08-31A short changelog entry for the consensus changesPeter Palfrader
svn:r16705
2008-08-31clean up 0.2.1.5-alpha changelogRoger Dingledine
svn:r16704
2008-08-31Convert to ARCH. Add in a compatibility CFLAG for osx 10.5Andrew Lewman
svn:r16703
2008-08-31remove the last vestiges of the OS variable.Andrew Lewman
svn:r16701
2008-08-31backport candidate:Roger Dingledine
If not enough of our entry guards are available so we add a new one, we might use the new one even if it overlapped with the current circuit's exit relay (or its family). Anonymity bugfix pointed out by rovv. svn:r16698
2008-08-31minor grammar fixRoger Dingledine
svn:r16697
2008-08-30we bad grammarRoger Dingledine
svn:r16688
2008-08-29Double oops: revert accidentally committed local geoipc.c debugging hack.Nick Mathewson
svn:r16687
2008-08-29Oops. Make warn_too_many_conns() actually work. Nick Mathewson
svn:r16686
2008-08-29remove a code path that should never happen (and if it did, we'd beRoger Dingledine
complaining about an errno set from some arbitrary previous problem). svn:r16684
2008-08-28missed an OS var.Andrew Lewman
svn:r16681
2008-08-28Remove the OS variable, because we don't need it, just the ARCH.Andrew Lewman
svn:r16678
2008-08-27Oops; set address families on nameservers.Nick Mathewson
svn:r16674
2008-08-27clean up numbering, remove an unneeded step. backport this.Andrew Lewman
svn:r16670
2008-08-27Update the doc to reflect latest xcodeAndrew Lewman
svn:r16668
2008-08-26and then make the indentation rightRoger Dingledine
svn:r16663
2008-08-26fix typos from jake's patch earlier (one pointed out by fabian, thanks!)Roger Dingledine
svn:r16662
2008-08-25Fix a memory leak when freeing routerstatuses with exit policy summaries. ↵Nick Mathewson
Patch from mwenge. svn:r16659
2008-08-25and make it compile with warnings onRoger Dingledine
svn:r16658
2008-08-25commit jake's patch to include strings with socks5 error numbersRoger Dingledine
svn:r16657
2008-08-25get rid of some magic constants i found while walkingRoger Dingledine
jake through socks4 and socks5 failure codes svn:r16651
2008-08-22Oops. Linux has no sa_len field.Nick Mathewson
svn:r16627
2008-08-22 r17853@tombo: nickm | 2008-08-22 12:55:00 -0400Nick Mathewson
Oops. We had been telling people to use --with-ssl-dir, which had not worked since 0.2.0.1-alpha: --with-openssl-dir was the one that worked. Make them both work, document --with-openssl-dir, and mark --with-ssl-dir as obsolete. Found by "Dave". svn:r16625
2008-08-22 r17852@tombo: nickm | 2008-08-22 12:31:03 -0400Nick Mathewson
Fix typo in acinclude.m4 svn:r16624
2008-08-22 r17848@tombo: nickm | 2008-08-22 12:10:11 -0400Nick Mathewson
Make definition of tor_mutex_t go into compat.h, so that it is possible to inline mutexes in critical objects. Add init/uninit functions for mutexes allocated inside other structs. svn:r16623
2008-08-22 r17847@tombo: nickm | 2008-08-22 12:08:56 -0400Nick Mathewson
ipv6: make server-side dns cache remember for each address an ipv6 addr and an ipv4 addr. This fix is just the struct side. svn:r16622
2008-08-22 r17846@tombo: nickm | 2008-08-22 11:54:00 -0400Nick Mathewson
Make dns resolver code more robust: handle nameservers with IPv6 addresses, make sure names in replies match requested names, make sure origin address of reply matches the address we asked. svn:r16621
2008-08-20Relays now reject risky extend cells: if the extend cell includesRoger Dingledine
a digest of all zeroes, or asks to extend back to the relay that sent the extend cell, tear down the circuit. Ideas suggested by rovv. svn:r16605
2008-08-20make r16598 compile on 64-bit tooRoger Dingledine
svn:r16604
2008-08-19Update doxygen documentation.Karsten Loesing
svn:r16599
2008-08-19Apply proposal 121 patch 3, with minor tweaks and a few comments.Nick Mathewson
svn:r16598
2008-08-19Adjust definition of SMARTLIST_FOREACH_END() to enforce matching variable.Nick Mathewson
svn:r16597
2008-08-17minor fixes/additionsRoger Dingledine
svn:r16580
2008-08-17make the description of geoip-client-origins more true to the codeRoger Dingledine
svn:r16579
2008-08-17All the controller things want their stuff in v2 format. Well then, maybe ↵Peter Palfrader
that's already sufficient svn:r16578
2008-08-17And tell us more in another error casePeter Palfrader
svn:r16577
2008-08-17Change a warning/bug messagePeter Palfrader
svn:r16576
2008-08-17Two consensus fixes: always reset has_* to 0, and use a buffer of proper ↵Peter Palfrader
length for exitsummaries. svn:r16575
2008-08-15Make trunk build again under -DEXPORTMALLINFOPeter Palfrader
svn:r16559
2008-08-15Switch global_identifier on connections to a 64-bit field and move it to ↵Nick Mathewson
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? svn:r16558
2008-08-15Update proposal after feedback from Nick.Mike Perry
svn:r16556
2008-08-14spacemanPeter Palfrader
svn:r16555
2008-08-14Add exitpolicy summaries to the consensusPeter Palfrader
svn:r16554
2008-08-14Do not split stored exit policy summary into type(accept/reject) and ↵Peter Palfrader
portlist. At least not just yet svn:r16553
2008-08-14Rename a field so weasel likes it betterPeter Palfrader
svn:r16552
2008-08-14Add bw to consensusPeter Palfrader
svn:r16551
2008-08-14Parse policies and weight (bw) into routerstatusesPeter Palfrader
svn:r16550