aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-29New upstream release candidate.debian-version-0.0.5+0.0.6rc3-1Peter Palfrader
svn:r1751
2004-04-29update the built-in dirservers defaultRoger Dingledine
svn:r1750
2004-04-29and then bump to rc4-cvsRoger Dingledine
svn:r1749
2004-04-29bump to rc3Roger Dingledine
svn:r1748
2004-04-29some cosmetic fixesRoger Dingledine
svn:r1747
2004-04-28Oops -- the Windows function is closesocket, not socketcloseNick Mathewson
svn:r1746
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
svn:r1745
2004-04-28use tor_lookup_hostname for binding local addresses tooRoger Dingledine
svn:r1744
2004-04-28Regenerate windows orconfig.h to match current autoheader generated orconfig.hNick Mathewson
svn:r1743
2004-04-28Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson
svn:r1742
2004-04-28use nick's _ARRAYSIZE abstractionRoger Dingledine
svn:r1741
2004-04-28nick, is this what you meant?Roger Dingledine
svn:r1740
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
svn:r1739
2004-04-28bug resolved (hopefully), so remove commentRoger Dingledine
svn:r1738
2004-04-28clean dns.c betterRoger Dingledine
svn:r1737
2004-04-28clarify the hybrid encryption in our specRoger Dingledine
svn:r1736
2004-04-28fix a bug in dns.c, note but don't fix another oneRoger Dingledine
svn:r1735
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
svn:r1734
2004-04-28clean some dead code (right?)Roger Dingledine
svn:r1733
2004-04-27some compilers don't like an array of length zeroRoger Dingledine
nick: should we remove support for IVs for now, since we don't use them and don't plan to use them? svn:r1732
2004-04-27set Content-Type on the directory and hidserv descriptorRoger Dingledine
svn:r1731
2004-04-27make my assumption explicitRoger Dingledine
svn:r1730
2004-04-27it was the second bug that was nailing us.Roger Dingledine
periodically we expire some circuits if we already have enough, and we were counting rend circs in that number. (the first one wasn't a bug after all) svn:r1729
2004-04-27don't expire joined-rend circs that have an exit connection attachedRoger Dingledine
and don't expire non-general excess circuits svn:r1728
2004-04-26Some versions of openssl have an SSL_pending function that erroneouslyNick Mathewson
returns bytes when there is a non-application record pending. I have no idea when/why this would even happen, but let's catch it and make sure tor_tls_get_pending_bytes stays correct. svn:r1727
2004-04-26Log number of bytes pending after read.Nick Mathewson
svn:r1726
2004-04-26rendmid says it drops but actually sends nackRoger Dingledine
fix log messages svn:r1725
2004-04-26Remove spurious semiNick Mathewson
svn:r1724
2004-04-26Add a macro to catch unhandled openssl errors.Nick Mathewson
svn:r1723
2004-04-26and other debugsRoger Dingledine
svn:r1722
2004-04-26log debug so nick can see it tooRoger Dingledine
svn:r1721
2004-04-26The dots are there so you see test doing something. Therefore we should ↵Peter Palfrader
flush them after printing svn:r1720
2004-04-26add a debugging entry, to find the wants-to-read-but-can't bugRoger Dingledine
svn:r1719
2004-04-26Include strerror(errno) with tls syscall errorsNick Mathewson
svn:r1718
2004-04-26Refactor crypto error handling to be more like TLS error handling:Nick Mathewson
crypto_perror is a no-no, since an operation can set more than one error. Also, fix a bug in the unix crypto_seed_rng: mixing stdio with /dev/urandom is a bad idea, since fopen can make all kinds of weird extraneous syscalls (mmap, fcntl, stat64, etc.) and since fread tends to buffer data in big chunks, thus depleting the entropy pool. svn:r1717
2004-04-26Log pending TLS errors in a couple more places, in case they are possible.Nick Mathewson
svn:r1716
2004-04-26New upstream release candidate.debian-version-0.0.5+0.0.6rc2-1Peter Palfrader
svn:r1714
2004-04-26bump us to rc2Roger Dingledine
svn:r1713
2004-04-26tell us when we're rotating thingsRoger Dingledine
svn:r1712
2004-04-26since we don't support truncateds much, don't bother sending them;Roger Dingledine
just close the circ. (this wasn't relevant before, because we were mis-handling destroys.) svn:r1711
2004-04-26fix a bug that's been lurking since 27 may 03 (!)Roger Dingledine
when passing back a destroy cell, we would use the wrong circ id. how the heck did this work? svn:r1710
2004-04-26Call tls_log_errors at a more appropriate location; we can remove the other ↵Nick Mathewson
calls in tor_tls_verify once we are sure they never happen. svn:r1709
2004-04-26Better error msg on unknown circuit id.Nick Mathewson
svn:r1708
2004-04-26Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson
svn:r1707
2004-04-26tell us the nickname of the OR that hung up on usRoger Dingledine
svn:r1706
2004-04-25Check for machine/limits.h in addition to sys/limits.hNick Mathewson
svn:r1705
2004-04-25don't crash, if a conn that sent a begin has suddenly lost its circuitRoger Dingledine
svn:r1704
2004-04-25Note another item I changed since the last package release in changelogPeter Palfrader
svn:r1703
2004-04-25resolve a double-mark-for-close when things die inside connection_handle_writeRoger Dingledine
svn:r1702
2004-04-25New upstream release candidate.Peter Palfrader
svn:r1701