aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bump to 0.2.0.19-alpha-dev•••svn:r13467 Roger Dingledine2008-02-11
* note a simplification for the future•••svn:r13466 Roger Dingledine2008-02-11
* Directory mirrors no longer include a guess at the client's IP•••address if the connection appears to be coming from the same /24 network; it was producing too many wrong guesses. svn:r13464 Roger Dingledine2008-02-11
* r14111@tombo: nickm | 2008-02-10 20:52:19 -0500••• "0 bytes in 1 empty chunks" is hardly likely. svn:r13463 Nick Mathewson2008-02-11
* r14108@tombo: nickm | 2008-02-10 20:09:10 -0500••• add some documentation svn:r13462 Nick Mathewson2008-02-11
* r14103@tombo: nickm | 2008-02-10 13:40:09 -0500••• Fix some XXX020s in command.c, and make it not-allowed to negotiate v1 using the v2 connection protocol: it is too hard to test, and pointless to support. svn:r13460 Nick Mathewson2008-02-10
* r14102@tombo: nickm | 2008-02-10 13:30:04 -0500••• Remove some deadcode. svn:r13459 Nick Mathewson2008-02-10
* r14101@tombo: nickm | 2008-02-10 13:24:27 -0500••• Merge connection_or_act_on_netinfo into command.c; remove some fields from or_handshake_state(). svn:r13458 Nick Mathewson2008-02-10
* New upstream version•••svn:r13455 Peter Palfrader2008-02-10
* Forward port patches/03_tor_manpage_in_section_8.dpatch•••svn:r13454 Peter Palfrader2008-02-10
* patch from tup to fix bug 605•••svn:r13453 Roger Dingledine2008-02-09
* "fix" the unit tests on openbsd/netbsd•••svn:r13450 Roger Dingledine2008-02-09
* bump to 0.2.0.19-alpha•••svn:r13449 Roger Dingledine2008-02-09
* other cleanups•••svn:r13448 Roger Dingledine2008-02-09
* defer two things from the 0.2.0 timeframe•••svn:r13447 Roger Dingledine2008-02-09
* rearrange the changelog•••svn:r13446 Roger Dingledine2008-02-09
* cleanups on r13442.•••oh, and this should be backported too. svn:r13444 Roger Dingledine2008-02-09
* tweak•••svn:r13443 Roger Dingledine2008-02-09
* Patch from "Andrew S. Lists" to catch when we contact a directory mirror•••at IP address X and he says we look like we're coming from IP address X. svn:r13442 Roger Dingledine2008-02-09
* doxygen and other cleanups•••svn:r13440 Roger Dingledine2008-02-09
* Re-fetch v2 rendezvous descriptor only when first try failed. Patch from kar...•••svn:r13439 Nick Mathewson2008-02-09
* note a question for nick•••svn:r13437 Roger Dingledine2008-02-09
* svn:r13436Nick Mathewson2008-02-08
* r17993@catbus: nickm | 2008-02-08 18:41:50 -0500••• note progress on tls work svn:r13435 Nick Mathewson2008-02-08
* r17991@catbus: nickm | 2008-02-08 18:41:26 -0500••• More protocol negotiation work. Make the negotiation actually complete and set the state to open. Fix a crash bug that occured when we forcibly stopped the connection from writing. svn:r13434 Nick Mathewson2008-02-08
* r17989@catbus: nickm | 2008-02-08 18:09:23 -0500••• Fix a new segfault when poisoning a non-present socks request. svn:r13433 Nick Mathewson2008-02-08
* r17987@catbus: nickm | 2008-02-08 17:01:56 -0500••• Remove spurious log stmt svn:r13432 Nick Mathewson2008-02-08
* r17985@catbus: nickm | 2008-02-08 16:30:02 -0500••• Bugfix from Karsten Loesing: Retry v2 rend descriptors on intro point failure. svn:r13431 Nick Mathewson2008-02-08
* r14063@tombo: nickm | 2008-02-08 15:48:32 -0500••• Add a bunch more code documentation; change the interface of fetch_var_cell_from_buf() so it takes the current link protocol into account and can't get confused by weird command bytes on v1 connections. svn:r13430 Nick Mathewson2008-02-08
* r14062@tombo: nickm | 2008-02-08 15:17:07 -0500••• Change DNs in x509 certificates to be harder to fingerprint. Raise common code. Refactor random hostname generation into crypto.c svn:r13429 Nick Mathewson2008-02-08
* r14061@tombo: nickm | 2008-02-08 14:30:42 -0500••• Add a couple of (currently disabled) strategies for trying to avoid using too much ram in memory pools: prefer putting new cells in almost-full chunks, and be willing to free the last empty chunk if we have not needed it for a while. Also add better output to mp_pool_log_status to track how many mallocs a given memory pool strategy is saving us, so we can tune the mempool parameters. svn:r13428 Nick Mathewson2008-02-08
* r14060@tombo: nickm | 2008-02-08 13:36:52 -0500••• Fix warning in onion.c svn:r13427 Nick Mathewson2008-02-08
* r14059@tombo: nickm | 2008-02-08 13:36:34 -0500••• downgrade xxxs in test.c svn:r13426 Nick Mathewson2008-02-08
* r17968@catbus: nickm | 2008-02-07 14:11:02 -0500••• Clean up IPv6-testing code in test.c; resolve a bunch of XXX020s. svn:r13425 Nick Mathewson2008-02-08
* r17967@catbus: nickm | 2008-02-07 11:44:51 -0500••• Fix some warnings identified by building with -D_FORTIFY_SOURCE=2. Remove a redundant (and nuts) definition of _FORTIFY_SOURCE from eventdns.c. svn:r13424 Nick Mathewson2008-02-08
* r17964@catbus: nickm | 2008-02-07 10:45:02 -0500••• Fix bug in last patch that made secret_to_key crash. svn:r13415 Nick Mathewson2008-02-07
* r17963@catbus: nickm | 2008-02-07 10:14:25 -0500••• Be more thorough about memory poisoning and clearing. Add an in-place version of aes_crypt in order to remove a memcpy from relay_crypt_one_payload. svn:r13414 Nick Mathewson2008-02-07
* Update some copyright notices: it is now 2008.•••svn:r13412 Nick Mathewson2008-02-07
* Update polipo nsi and makefile for win32. •••svn:r13411 Andrew Lewman2008-02-07
* r17957@catbus: nickm | 2008-02-06 20:08:29 -0500••• Oops; left a dquote out of acinclude.m4 svn:r13410 Nick Mathewson2008-02-07
* r17955@catbus: nickm | 2008-02-06 16:53:07 -0500••• The SSL portion of the revised handshake now seems to work: I just finally got a client and a server to negotiate versions. Now to make sure certificate verification is really happening, connections are getting opened, etc. svn:r13409 Nick Mathewson2008-02-06
* r17953@catbus: nickm | 2008-02-06 15:00:44 -0500••• Implement a better means for testing for renegotiation. svn:r13408 Nick Mathewson2008-02-06
* r17951@catbus: nickm | 2008-02-06 14:34:13 -0500••• Add more documentation; change the behavior of read_to_buf_tls to be more consistent. Note a longstanding problem with current read/write interfaces. svn:r13407 Nick Mathewson2008-02-06
* r17949@catbus: nickm | 2008-02-06 13:21:12 -0500••• Fix bandwidth bucked calculations again, I think. Bugfix on 0.1.2.x. Backport candidate. svn:r13406 Nick Mathewson2008-02-06
* r17947@catbus: nickm | 2008-02-06 11:57:53 -0500••• Fix a bunch of DOCDOC items; document the --quiet flag; refactor a couple of XXXX020 items. svn:r13405 Nick Mathewson2008-02-06
* misc small fixes•••svn:r13403 Roger Dingledine2008-02-06
* New config option ServerDNSAllowBrokenResolvConf to start a relay•••even when the local resolv.conf file is missing, broken, or contains only unusable nameservers. Now I can run a local network on my laptop when I'm on an airplane. svn:r13402 Roger Dingledine2008-02-06
* If the networkstatus consensus lists no recommended versions, don't•••complain to the user and demand that they upgrade to one of "". svn:r13401 Roger Dingledine2008-02-06
* if i'm a v3 authority, tell myself about my cert when i startup.•••otherwise i'll keep asking other authorities for it, which probably isn't the best way to get it. this made bootstrapping a new network very hard. svn:r13400 Roger Dingledine2008-02-06
* if we have a networkstatus concensus but only 0 or 1 descriptors,•••don't declare that we're ready to build circuits yet. we're not. svn:r13399 Roger Dingledine2008-02-06