summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-05Add an assert to make tools happier.Nick Mathewson
2008-09-05Fix a malloc that should have been a tor_mallocNick Mathewson
2008-09-05Fix numerous memory leaks: some were almost impossible to trigger, and some a...Nick Mathewson
2008-09-05Clean up some redundant stuff in crypto_dh_new().Nick Mathewson
2008-09-05It is probably some kind of misdeed to say for (i=0;i<2;++i) { A=i?x:y; foo(b...Nick Mathewson
2008-09-05Fix a memory leak in tor-gencert.cNick Mathewson
2008-09-05Make severity args to add_*_log() functions be constNick Mathewson
2008-09-04Fix mingw build with --enable-gcc-warnings set.Nick Mathewson
2008-09-04An asterisk makes a difference sometimes. Fixes bug 809.Nick Mathewson
2008-09-04Use warn_too_many_conns() when accept() fails with a resource limit.Nick Mathewson
2008-09-01take out the crazy line from last night that made no sense. apparentlyRoger Dingledine
2008-09-01remove some redundant includes. i expect the first one to be a problemRoger Dingledine
2008-09-01Add a lockfile to the Tor data directory to avoid situations where two Tors s...Nick Mathewson
2008-09-01bump to 0.2.1.5-alpha-devRoger Dingledine
2008-09-01take out a line that i think is extraneous. come on, what couldRoger Dingledine
2008-09-01Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.Roger Dingledine
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