aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove the OS variable, because we don't need it, just the ARCH.Andrew Lewman2008-08-28
* Oops; set address families on nameservers.Nick Mathewson2008-08-27
* clean up numbering, remove an unneeded step. backport this.Andrew Lewman2008-08-27
* Update the doc to reflect latest xcodeAndrew Lewman2008-08-27
* and then make the indentation rightRoger Dingledine2008-08-26
* fix typos from jake's patch earlier (one pointed out by fabian, thanks!)Roger Dingledine2008-08-26
* Fix a memory leak when freeing routerstatuses with exit policy summaries. Pa...Nick Mathewson2008-08-25
* and make it compile with warnings onRoger Dingledine2008-08-25
* commit jake's patch to include strings with socks5 error numbersRoger Dingledine2008-08-25
* get rid of some magic constants i found while walkingRoger Dingledine2008-08-25
* Oops. Linux has no sa_len field.Nick Mathewson2008-08-22
* r17853@tombo: nickm | 2008-08-22 12:55:00 -0400Nick Mathewson2008-08-22
* r17852@tombo: nickm | 2008-08-22 12:31:03 -0400Nick Mathewson2008-08-22
* r17848@tombo: nickm | 2008-08-22 12:10:11 -0400Nick Mathewson2008-08-22
* r17847@tombo: nickm | 2008-08-22 12:08:56 -0400Nick Mathewson2008-08-22
* r17846@tombo: nickm | 2008-08-22 11:54:00 -0400Nick Mathewson2008-08-22
* Relays now reject risky extend cells: if the extend cell includesRoger Dingledine2008-08-20
* make r16598 compile on 64-bit tooRoger Dingledine2008-08-20
* Update doxygen documentation.Karsten Loesing2008-08-19
* Apply proposal 121 patch 3, with minor tweaks and a few comments.Nick Mathewson2008-08-19
* Adjust definition of SMARTLIST_FOREACH_END() to enforce matching variable.Nick Mathewson2008-08-19
* minor fixes/additionsRoger Dingledine2008-08-17
* make the description of geoip-client-origins more true to the codeRoger Dingledine2008-08-17
* All the controller things want their stuff in v2 format. Well then, maybe th...Peter Palfrader2008-08-17
* And tell us more in another error casePeter Palfrader2008-08-17
* Change a warning/bug messagePeter Palfrader2008-08-17
* Two consensus fixes: always reset has_* to 0, and use a buffer of proper len...Peter Palfrader2008-08-17
* Make trunk build again under -DEXPORTMALLINFOPeter Palfrader2008-08-15
* Switch global_identifier on connections to a 64-bit field and move it to conn...Nick Mathewson2008-08-15
* Update proposal after feedback from Nick.Mike Perry2008-08-15
* spacemanPeter Palfrader2008-08-14
* Add exitpolicy summaries to the consensusPeter Palfrader2008-08-14
* Do not split stored exit policy summary into type(accept/reject) and portlist...Peter Palfrader2008-08-14
* Rename a field so weasel likes it betterPeter Palfrader2008-08-14
* Add bw to consensusPeter Palfrader2008-08-14
* Parse policies and weight (bw) into routerstatusesPeter Palfrader2008-08-14
* If we are lucky the whitespace nazis will not have noticed these things yetPeter Palfrader2008-08-14
* minor comment/doxygen fixPeter Palfrader2008-08-14
* mark a todo item that has been done a while agoPeter Palfrader2008-08-14
* Give bw in kb/sec in votes/consensusPeter Palfrader2008-08-14
* Having a reject-all policy summarized with a lack of summary is stupid. Expl...Peter Palfrader2008-08-14
* testsuite: Now that we add (pretty useless, but still) routerinfos to the rou...Peter Palfrader2008-08-14
* Only fetch the routerinfo_t in routerstatus_format_entry() if we are going to...Peter Palfrader2008-08-14
* Properly move forward char pointer after appending stuff to the stringPeter Palfrader2008-08-14
* Disable test suite for todayPeter Palfrader2008-08-14
* asserting(s) is better than segfaulting if it turns out to be NULL laterPeter Palfrader2008-08-14
* Do not show policy and bw in v2 statusesPeter Palfrader2008-08-14
* Add exit policy and bw to dirvotes - unfortunately also to v2 statusesPeter Palfrader2008-08-14
* This bunch of functions really should be staticPeter Palfrader2008-08-14
* Fix an overflow when counting rejects for *, truncate exit summaries after 10...Peter Palfrader2008-08-13