aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* we should consider dumping the v1 directory stuff from 0.2.1.x.Roger Dingledine2008-03-01
| | | | | | | | perhaps we would even replace the v1 directory with a static page saying 'this is a tor server, let me tell you what that is'. svn:r13797
* r18535@catbus: nickm | 2008-03-01 09:58:33 -0500Nick Mathewson2008-03-01
| | | | | | | Whoo. People diagnosed and fixed bug 616. See changelog for details. Bugfix on 0.2.0.20-rc. svn:r13793
* forward-port r13777Roger Dingledine2008-02-29
| | | | svn:r13778
* be a little bit more helpful than "Error reading directory."Roger Dingledine2008-02-28
| | | | | | | make a note to try to be more helpful still. svn:r13776
* r18462@catbus: nickm | 2008-02-27 14:15:57 -0500Nick Mathewson2008-02-27
| | | | | | | Add better warnings for the error that produced bug 614, and downgrade from a tor_assert() to a tor_fragile_assert(). svn:r13752
* r14516@tombo: nickm | 2008-02-27 03:10:26 -0500Nick Mathewson2008-02-27
| | | | | | | Write some unit tests for a few functions and cases that needed them. svn:r13751
* r14481@tombo: nickm | 2008-02-26 14:49:04 -0500Nick Mathewson2008-02-26
| | | | | | | Bump trunk version to 0.2.1.0-alpha-dev svn:r13745
* bump to 0.2.0.20-rc-devRoger Dingledine2008-02-25
| | | | svn:r13725
* bump to 0.2.0.20-rcRoger Dingledine2008-02-25
| | | | svn:r13715
* fix most of pnx's warnings on irix64Roger Dingledine2008-02-24
| | | | svn:r13706
* r14422@tombo: nickm | 2008-02-24 17:09:56 -0500Nick Mathewson2008-02-24
| | | | | | | Whitespace fixes svn:r13700
* r14421@tombo: nickm | 2008-02-24 17:05:18 -0500Nick Mathewson2008-02-24
| | | | | | | Patch from mwenge: always willingly serve our own extrainfo from the controlport svn:r13699
* r14419@tombo: nickm | 2008-02-24 16:55:11 -0500Nick Mathewson2008-02-24
| | | | | | | Patch from tup: use sizeof sockaddr_un as the size of a unix sockaddr. Fixes unix controlsocket binding on openbsd. svn:r13697
* r14410@tombo: nickm | 2008-02-23 16:51:46 -0500Nick Mathewson2008-02-24
| | | | | | | Fix the last of the -Wshorten-64-to-32 warnings. svn:r13696
* <weasel> tortls.c: In function `tor_tls_client_is_using_v2_ciphers':Roger Dingledine2008-02-24
| | | | | | | | | | <weasel> tortls.c:634: warning: passing arg 1 of `SSL_get_session' discards qualifiers from pointer target type Nick, see if you like this patch. svn:r13690
* Servers that don't know their own IP address should go to theRoger Dingledine2008-02-23
| | | | | | | | | authorities for their first directory fetch, even if their DirPort is off or if they don't know they're reachable yet. This will help them bootstrap better. Bugfix on 0.2.0.18-alpha; fixes bug 609. svn:r13688
* Make "HashedControlPassword" an alias for "__HashedControlSessionPassword"Roger Dingledine2008-02-22
| | | | | | | if it appears on the commandline. should help with bug 586. svn:r13683
* r14401@tombo: nickm | 2008-02-22 15:33:42 -0500Nick Mathewson2008-02-22
| | | | | | | Fix a really stupid parthensis error noticed by mwenge. svn:r13681
* r14399@tombo: nickm | 2008-02-22 14:09:38 -0500Nick Mathewson2008-02-22
| | | | | | | More 64-to-32 fixes. Partial backport candidate. still not done. svn:r13680
* r14396@tombo: nickm | 2008-02-22 14:07:37 -0500Nick Mathewson2008-02-22
| | | | | | | Add --passphrase-fd to tor-gencert. svn:r13679
* Quiet the "Exitrouter '%s' seems to be more restrictive than its exitRoger Dingledine2008-02-22
| | | | | | | | policy. Not using this router as exit for now." message, since it legitimately appears every so often and there's no need to alarm users. svn:r13677
* r14388@tombo: nickm | 2008-02-21 22:44:28 -0500Nick Mathewson2008-02-22
| | | | | | | More 64-to-32 fixes. svn:r13672
* r18360@catbus: nickm | 2008-02-21 22:26:32 -0500Nick Mathewson2008-02-22
| | | | | | | Make torint.h define ssize_t more robustly; add spaces to last patch svn:r13670
* r18358@catbus: nickm | 2008-02-21 22:21:57 -0500Nick Mathewson2008-02-22
| | | | | | | Remove extraneous commas in compat.c svn:r13669
* r18356@catbus: nickm | 2008-02-21 21:54:55 -0500Nick Mathewson2008-02-22
| | | | | | | Remove redundant check from container.c that gcc 4.2 didnt like svn:r13668
* r14379@tombo: nickm | 2008-02-21 17:14:24 -0500Nick Mathewson2008-02-21
| | | | | | | Enable v2 handshakes. svn:r13666
* r14374@tombo: nickm | 2008-02-21 16:57:39 -0500Nick Mathewson2008-02-21
| | | | | | | Fix all remaining shorten-64-to-32 errors in src/common. Some were genuine problems. Many were compatibility errors with libraries (openssl, zlib) that like predate size_t. Partial backport candidate. svn:r13665
* r14373@tombo: nickm | 2008-02-21 16:29:18 -0500Nick Mathewson2008-02-21
| | | | | | | Apply warnings about implicit 64-to-32 conversions; some from Sebastian Hahn; some not. svn:r13664
* maybe appease the overflow detectors moreRoger Dingledine2008-02-21
| | | | svn:r13663
* r14371@tombo: nickm | 2008-02-21 16:13:18 -0500Nick Mathewson2008-02-21
| | | | | | | Fix all -Wshorten-64-to-32 warnings that appear on my macbook. svn:r13662
* r18345@catbus: nickm | 2008-02-21 13:45:04 -0500Nick Mathewson2008-02-21
| | | | | | | Do the last part of arma's fix for bug 437: Track the origin of every addrmap, and use this info so we can remove all the trackhostexits-originated mappings for a given exit. svn:r13660
* r14363@31-33-219: nickm | 2008-02-21 11:11:33 -0500Nick Mathewson2008-02-21
| | | | | | | Answer the next-to-last XXX020rc item. svn:r13658
* r14362@31-33-219: nickm | 2008-02-21 11:01:10 -0500Nick Mathewson2008-02-21
| | | | | | | Change some of our log messages related to closed TLS connections in order to better reflect reality. svn:r13657
* r14357@31-33-219: nickm | 2008-02-21 10:39:11 -0500Nick Mathewson2008-02-21
| | | | | | | Fix bug-handling code for unhandled write errors, so that it does not try to flush any data on the failed connection. Bugfix on 0.1.2.x. svn:r13655
* r14356@31-33-219: nickm | 2008-02-21 10:38:26 -0500Nick Mathewson2008-02-21
| | | | | | | Defer a couple of XXX020rc items, based on recommendation from arma. svn:r13654
* r18336@catbus: nickm | 2008-02-21 09:33:15 -0500Nick Mathewson2008-02-21
| | | | | | | Patch from Sebastian Hahn: remove obsolete timeval manipulation functions. svn:r13653
* other cleanups that have been sitting in my sandboxRoger Dingledine2008-02-21
| | | | svn:r13649
* start allowing clients to give up on trackhostexits targets ifRoger Dingledine2008-02-21
| | | | | | | | five circuit attempts fail for a given stream. part of the fix for bug 437. still an XXX020rc remaining. svn:r13648
* Even though the man page said that "TrackHostExits ." shouldRoger Dingledine2008-02-21
| | | | | | | work, nobody had ever implemented it. Bugfix on 0.1.0.x. svn:r13647
* Change the behavior of "getinfo status/good-server-descriptor"Roger Dingledine2008-02-21
| | | | | | | so it doesn't return failure when any authority disappears. svn:r13645
* resolve one more, and leave two for nick.Roger Dingledine2008-02-21
| | | | svn:r13644
* If we're trying to flush the last bytes on a connection (forRoger Dingledine2008-02-21
| | | | | | | | | example, when answering a directory request), reset the time-to-give-up timeout every time we manage to write something on the socket. Bugfix on 0.1.2.x. svn:r13643
* and another useful answerRoger Dingledine2008-02-21
| | | | svn:r13642
* answer one of nick's XXX020rc's usefullyRoger Dingledine2008-02-21
| | | | svn:r13641
* r18296@catbus: nickm | 2008-02-20 23:30:11 -0500Nick Mathewson2008-02-21
| | | | | | | Answer one xxx020 item; move 7 other ones to a new "XXX020rc" category: they should get fixed before we cut a release candidate. arma: please review these to see whether you have fixes/answers for any. Please check out the other 14 XXX020s to see if any look critical for the release candidate. svn:r13640
* r18294@catbus: nickm | 2008-02-20 22:42:44 -0500Nick Mathewson2008-02-21
| | | | | | | Fix a spelling error and clean up a recent veracode-induced integer overflow check. Both spotted by Chris Palmer. svn:r13639
* r18291@catbus: nickm | 2008-02-20 22:35:32 -0500Nick Mathewson2008-02-21
| | | | | | | Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry. svn:r13638
* r18290@catbus: nickm | 2008-02-20 22:34:59 -0500Nick Mathewson2008-02-21
| | | | | | | Correct handling of nested MAP_FOREACH loops. There are none of those ATM, but isn't it nice that now they'll be correct? svn:r13637
* r18288@catbus: nickm | 2008-02-20 21:18:38 -0500Nick Mathewson2008-02-21
| | | | | | | Recover from bad tracked-since value in mtbf history file. This may finally close bug 537. svn:r13636
* r18286@catbus: nickm | 2008-02-20 21:10:33 -0500Nick Mathewson2008-02-21
| | | | | | | Fix a bug that kept buf_find_string_offset from finding a string at the very end of the buffer. Add a unit test for this. Also, do not save a pointer to a chunk that might get reallocated by buf_pullup(). svn:r13635