summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-31bump to 0.2.1.5-alphator-0.2.1.5-alphaRoger Dingledine
2008-08-31backport candidate:Roger Dingledine
2008-08-29Double oops: revert accidentally committed local geoipc.c debugging hack.Nick Mathewson
2008-08-29Oops. Make warn_too_many_conns() actually work. Nick Mathewson
2008-08-29remove a code path that should never happen (and if it did, we'd beRoger Dingledine
2008-08-27Oops; set address families on nameservers.Nick Mathewson
2008-08-26and then make the indentation rightRoger Dingledine
2008-08-26fix typos from jake's patch earlier (one pointed out by fabian, thanks!)Roger Dingledine
2008-08-25Fix a memory leak when freeing routerstatuses with exit policy summaries. Pa...Nick Mathewson
2008-08-25and make it compile with warnings onRoger Dingledine
2008-08-25commit jake's patch to include strings with socks5 error numbersRoger Dingledine
2008-08-25get rid of some magic constants i found while walkingRoger Dingledine
2008-08-22Oops. Linux has no sa_len field.Nick Mathewson
2008-08-22 r17848@tombo: nickm | 2008-08-22 12:10:11 -0400Nick Mathewson
2008-08-22 r17847@tombo: nickm | 2008-08-22 12:08:56 -0400Nick Mathewson
2008-08-22 r17846@tombo: nickm | 2008-08-22 11:54:00 -0400Nick Mathewson
2008-08-20Relays now reject risky extend cells: if the extend cell includesRoger Dingledine
2008-08-20make r16598 compile on 64-bit tooRoger Dingledine
2008-08-19Update doxygen documentation.Karsten Loesing
2008-08-19Apply proposal 121 patch 3, with minor tweaks and a few comments.Nick Mathewson
2008-08-19Adjust definition of SMARTLIST_FOREACH_END() to enforce matching variable.Nick Mathewson
2008-08-17All the controller things want their stuff in v2 format. Well then, maybe th...Peter Palfrader
2008-08-17And tell us more in another error casePeter Palfrader
2008-08-17Change a warning/bug messagePeter Palfrader
2008-08-17Two consensus fixes: always reset has_* to 0, and use a buffer of proper len...Peter Palfrader
2008-08-15Make trunk build again under -DEXPORTMALLINFOPeter Palfrader
2008-08-15Switch global_identifier on connections to a 64-bit field and move it to conn...Nick Mathewson
2008-08-14spacemanPeter Palfrader
2008-08-14Add exitpolicy summaries to the consensusPeter Palfrader
2008-08-14Do not split stored exit policy summary into type(accept/reject) and portlist...Peter Palfrader
2008-08-14Rename a field so weasel likes it betterPeter Palfrader
2008-08-14Add bw to consensusPeter Palfrader
2008-08-14Parse policies and weight (bw) into routerstatusesPeter Palfrader
2008-08-14If we are lucky the whitespace nazis will not have noticed these things yetPeter Palfrader
2008-08-14minor comment/doxygen fixPeter Palfrader
2008-08-14Give bw in kb/sec in votes/consensusPeter Palfrader
2008-08-14Having a reject-all policy summarized with a lack of summary is stupid. Expl...Peter Palfrader
2008-08-14testsuite: Now that we add (pretty useless, but still) routerinfos to the rou...Peter Palfrader
2008-08-14Only fetch the routerinfo_t in routerstatus_format_entry() if we are going to...Peter Palfrader
2008-08-14Properly move forward char pointer after appending stuff to the stringPeter Palfrader
2008-08-14Disable test suite for todayPeter Palfrader
2008-08-14asserting(s) is better than segfaulting if it turns out to be NULL laterPeter Palfrader
2008-08-14Do not show policy and bw in v2 statusesPeter Palfrader
2008-08-14Add exit policy and bw to dirvotes - unfortunately also to v2 statusesPeter Palfrader
2008-08-14This bunch of functions really should be staticPeter Palfrader
2008-08-13Fix an overflow when counting rejects for *, truncate exit summaries after 10...Peter Palfrader
2008-08-13Think of the poor children in Antarctica who still have to work on 4" screensPeter Palfrader
2008-08-13A few testcases for policy summariesPeter Palfrader
2008-08-13Also special case "accept 1-65535" case, do not leak in non-exit casePeter Palfrader
2008-08-13Return NULL for policies that do not allow any exitsPeter Palfrader