| Commit message (Expand) | Author | Age |
... | |
* | r14111@tombo: nickm | 2008-02-10 20:52:19 -0500••• "0 bytes in 1 empty chunks" is hardly likely.
svn:r13463
| Nick Mathewson | 2008-02-11 |
* | tweak•••svn:r13443
| Roger Dingledine | 2008-02-09 |
* | doxygen and other cleanups•••svn:r13440
| Roger Dingledine | 2008-02-09 |
* | r17987@catbus: nickm | 2008-02-08 17:01:56 -0500••• Remove spurious log stmt
svn:r13432
| Nick Mathewson | 2008-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 Mathewson | 2008-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 Mathewson | 2008-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 Mathewson | 2008-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 Mathewson | 2008-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 Mathewson | 2008-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 Mathewson | 2008-02-07 |
* | Update some copyright notices: it is now 2008.•••svn:r13412
| Nick Mathewson | 2008-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 Mathewson | 2008-02-06 |
* | r17953@catbus: nickm | 2008-02-06 15:00:44 -0500••• Implement a better means for testing for renegotiation.
svn:r13408
| Nick Mathewson | 2008-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 Mathewson | 2008-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 Mathewson | 2008-02-06 |
* | misc small fixes•••svn:r13403
| Roger Dingledine | 2008-02-06 |
* | r17935@catbus: nickm | 2008-02-05 20:54:54 -0500••• Add typechecking cast functions for typed digestmap variants.
svn:r13396
| Nick Mathewson | 2008-02-06 |
* | r17918@catbus: nickm | 2008-02-05 16:39:17 -0500••• Remove a few #if-0d items.
svn:r13392
| Nick Mathewson | 2008-02-05 |
* | r17903@catbus: nickm | 2008-02-05 14:40:03 -0500••• Remove some dead code; fix some XXX020s; turn some XXX020s into XXXX_IP6s (i.e., "needs to be fixed when we add ipv6 support").
svn:r13382
| Nick Mathewson | 2008-02-05 |
* | r17899@catbus: nickm | 2008-02-05 14:14:06 -0500••• Fix a couple of XXX020 items. Also, disable all "condition" sychronization code, since Tor does not use it yet
svn:r13380
| Nick Mathewson | 2008-02-05 |
* | r17898@catbus: nickm | 2008-02-05 14:01:35 -0500••• Add (and use) a MAP_DEL_CURRENT macro to augment a non-const variant of MAP_FOREACH.
svn:r13379
| Nick Mathewson | 2008-02-05 |
* | Apparently, our windows code for detecting ipv6 structures has worked for a w...•••svn:r13377
| Nick Mathewson | 2008-02-05 |
* | r13971@tombo: nickm | 2008-01-30 14:25:25 -0500••• Write a new autoconf macro to test whether a function is declared. It is suboptimal and possibly buggy in some way, but it seems to work for me. use it to test for a declaration of malloc_good_size, so we can workaround operating systems (like older OSX) that have the function in their libc but do not deign to declare it in their headers. Should resolve bug 587.
svn:r13339
| Nick Mathewson | 2008-01-30 |
* | New macros to simplify writing loops over map key-value pairs.•••svn:r13302
| Nick Mathewson | 2008-01-26 |
* | We accidentally enabled the under-development v2 TLS handshake•••code, which is causing log entries like "TLS error while
renegotiating handshake". Disable it again. Resolves bug 590.
svn:r13219
| Roger Dingledine | 2008-01-21 |
* | r17717@catbus: nickm | 2008-01-21 17:09:23 -0500••• Fix certificate leak.
svn:r13218
| Nick Mathewson | 2008-01-21 |
* | r17639@catbus: nickm | 2008-01-15 19:09:21 -0500••• Fix some hard to trigger but nonetheless real memory leaks spotted by an anonymous contributor. Needs review. Partial backport candidate.
svn:r13147
| Nick Mathewson | 2008-01-16 |
* | r17624@catbus: nickm | 2008-01-15 00:42:01 -0500••• Fixes to more anonymously-reported typos and logic errors.
svn:r13136
| Nick Mathewson | 2008-01-15 |
* | r17613@catbus: nickm | 2008-01-14 13:52:44 -0500••• Do not segfault if symetric key generation somehow fails in crypto_hybrid_encrypt.
svn:r13132
| Nick Mathewson | 2008-01-14 |
* | minor cleanups•••svn:r13095
| Roger Dingledine | 2008-01-10 |
* | <tup> tor segfaults when reading a config value that contains a malformed•••escape sequence; this patch fixes it
svn:r13086
| Roger Dingledine | 2008-01-09 |
* | r17491@catbus: nickm | 2008-01-07 11:50:24 -0500••• Remove some dead code.
svn:r13053
| Nick Mathewson | 2008-01-07 |
* | r17490@catbus: nickm | 2008-01-07 11:48:02 -0500••• Fix bug 582: decref the idcert when we add it to the store.
svn:r13052
| Nick Mathewson | 2008-01-07 |
* | r17473@catbus: nickm | 2008-01-05 22:15:05 -0500••• Add a reverse mapping from SSL to tor_tls_t*: we need this in order to do a couple of things the sensible way from inside callbacks. Also, add a couple of missing cases in connection_or.c
svn:r13040
| Nick Mathewson | 2008-01-06 |
* | r17472@catbus: nickm | 2008-01-05 22:10:19 -0500••• Another test for the increasingly bad check-spaces style checker to check: #else\n#if is almost a sure sign of a failure to use #elif. Fortunately, we only did that 3 times.
svn:r13039
| Nick Mathewson | 2008-01-06 |
* | r17471@catbus: nickm | 2008-01-05 21:47:08 -0500••• Missing documentation in container.h
svn:r13038
| Nick Mathewson | 2008-01-06 |
* | r17467@catbus: nickm | 2008-01-05 19:54:20 -0500••• fix whitespace
svn:r13035
| Nick Mathewson | 2008-01-06 |
* | r15787@tombo: nickm | 2008-01-02 01:59:07 -0500••• Allow config values in quotes to contain special characters, with full C escape syntax. With tests. Addresses bug 557.
svn:r13021
| Nick Mathewson | 2008-01-02 |
* | r15786@tombo: nickm | 2008-01-02 01:11:51 -0500••• Push the strdups used for parsing configuration lines into parse_line_from_string(). This will make it easier to parse more complex value formats, which in turn will help fix bug 557
svn:r13020
| Nick Mathewson | 2008-01-02 |
* | r15784@tombo: nickm | 2008-01-02 00:38:06 -0500••• Fix bug 575: protect the list of logs with a mutex. I couldn't find any appreciable change in logging performance on osx, but ymmv. You can undef USE_LOG_MUTEX to see if stuff gets faster for you.
svn:r13019
| Nick Mathewson | 2008-01-02 |
* | r15779@tombo: nickm | 2008-01-01 23:43:24 -0500••• Use reference-counting to avoid allocating a zillion little addr_policy_t objects. (This is an old patch that had been sitting on my hard drive for a while.)
svn:r13017
| Nick Mathewson | 2008-01-02 |
* | r15767@tombo: nickm | 2007-12-31 16:06:27 -0500••• Note an unfreed cert
svn:r13008
| Nick Mathewson | 2007-12-31 |
* | r17423@catbus: nickm | 2007-12-28 01:54:42 -0500••• Fix compilation with dmalloc
svn:r12998
| Nick Mathewson | 2007-12-28 |
* | r15691@tombo: nickm | 2007-12-25 18:13:54 -0500••• New, slightly esoteric function, tor_malloc_roundup(). While tor_malloc(x) allocates x bytes, tor_malloc_roundup(&x) allocates the same size of chunk it would use to store x bytes, and sets x to the usable size of that chunk.
svn:r12981
| Nick Mathewson | 2007-12-26 |
* | clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc•••svn:r12786
| Roger Dingledine | 2007-12-12 |
* | r17091@catbus: nickm | 2007-12-11 18:05:55 -0500••• Fix compilation when --disable-threads is passed in.
svn:r12768
| Nick Mathewson | 2007-12-11 |
* | r15223@tombo: nickm | 2007-12-07 23:41:21 -0500••• Aaand, do the code to enable the client side of the new TLS handshake. There are some loose ends that need tying up in connection_or, and a lot of half-baked code to remove, and some special cases to test for, and lots and lots of testing to do, but that is what weekends are for.
svn:r12721
| Nick Mathewson | 2007-12-08 |
* | r15161@tombo: nickm | 2007-12-05 11:30:37 -0500••• Fix bug reported by Steve Murphy on or-talk: detect the s6_addr32 and s6_addr16 fields via autoconf.
svn:r12679
| Nick Mathewson | 2007-12-05 |
* | r15106@tombo: nickm | 2007-12-04 00:08:35 -0500••• Change tor_addr_t to be a tagged union of in_addr and in6_addr, not of sockaddr_in and sockaddr_in6. It's hardly used in the main code as it is, but let's get it right before it gets popular.
svn:r12660
| Nick Mathewson | 2007-12-04 |
* | r16919@catbus: nickm | 2007-12-03 12:59:02 -0500••• Add DHE-RSA-AES256-SHA to the list of ciphers encountered from v1 connections.
svn:r12652
| Nick Mathewson | 2007-12-03 |