| Commit message (Expand) | Author | Age |
... | |
* | name the HELLO version the "link version"•••svn:r6719
| Roger Dingledine | 2006-07-04 |
* | fix a misleading function comment•••svn:r6717
| Roger Dingledine | 2006-07-04 |
* | if we're the server-side of the tls and there are problems,•••don't yell as loudly.
svn:r6716
| Roger Dingledine | 2006-07-04 |
* | a first attempt at specifying HELLO cells. plus general cleanup on tor-spec.•••svn:r6715
| Roger Dingledine | 2006-07-04 |
* | mention in the tor dmg instructions that you may need to remove your•••old shared library libevent, lest your linker get confused.
svn:r6714
| Roger Dingledine | 2006-07-04 |
* | touch up the TODO and HACKING files•••svn:r6713
| Roger Dingledine | 2006-07-04 |
* | Get rid of the router_retry_connections notion. Now routers no longer•••try to rebuild long-term connections to directory authorities, and
directory authorities no longer try to rebuild long-term connections to
all servers.
We still don't hang up connections in these two cases though -- we need
to look at it more carefully to avoid flapping, and we likely need to
wait til 0.1.1.x is obsolete.
svn:r6712
| Roger Dingledine | 2006-07-04 |
* | No longer permit create cells to have the wrong circ_id_type. No•••running Tors should still have this bug.
svn:r6711
| Roger Dingledine | 2006-07-04 |
* | minor fixes•••svn:r6710
| Roger Dingledine | 2006-07-04 |
* | minor fixes•••svn:r6709
| Roger Dingledine | 2006-07-04 |
* | Oops. Headers work better when named right.•••svn:r6707
| Nick Mathewson | 2006-07-01 |
* | Add a .cvsignore file for contrib/suse/•••svn:r6706
| Nick Mathewson | 2006-06-30 |
* | Unify HTTP response code into one place so it is easier to add headers. Add ...•••svn:r6705
| Nick Mathewson | 2006-06-30 |
* | also remove word 'middleman' from a log notice•••svn:r6704
| Roger Dingledine | 2006-06-29 |
* | remove the word 'middleman' from the sample torrc•••svn:r6703
| Roger Dingledine | 2006-06-29 |
* | Apparent 311 fix: apparently passing Z_FINISH an empty string is problematic.•••svn:r6702
| Nick Mathewson | 2006-06-29 |
* | Harmless: Z_OK is not an acceptable answer to Z_FINISH.•••svn:r6701
| Nick Mathewson | 2006-06-29 |
* | complete_only == !allow_partial. This enables useful use of partial desc down...•••svn:r6700
| Nick Mathewson | 2006-06-29 |
* | tab-man strikes again•••svn:r6699
| Roger Dingledine | 2006-06-28 |
* | Fix another idiot bug causing symptom 309. Why cant I program?•••svn:r6698
| Nick Mathewson | 2006-06-28 |
* | Add a check to try to make cache rebuild fail fast if it is going to fail•••svn:r6697
| Nick Mathewson | 2006-06-28 |
* | Aaand re-disable the bogus test in get_body()•••svn:r6696
| Nick Mathewson | 2006-06-28 |
* | Make sure that our calculated offsets for routers is correct; again. This tim...•••svn:r6695
| Nick Mathewson | 2006-06-28 |
* | Actually enable mmap. That should improve matters.•••svn:r6694
| Nick Mathewson | 2006-06-28 |
* | Likely fix for bug 309: when we calculate offsets after rebuilding the descri...•••svn:r6693
| Nick Mathewson | 2006-06-27 |
* | specify the dir spec better (suggested by lexi)•••svn:r6692
| Roger Dingledine | 2006-06-27 |
* | And, commit it correctly.•••svn:r6689
| Andrew Lewman | 2006-06-25 |
* | Fix the messed up commit.•••svn:r6688
| Andrew Lewman | 2006-06-25 |
* | Create binary osx un-installer, update perms on install so anyone can run the•••uninstaller.
svn:r6685
| Andrew Lewman | 2006-06-25 |
* | refuse to write an iso_time which we can't parse, when dumping•••bandwidth state. this fixes the particular incident in bug 308,
but the general issue remains.
svn:r6684
| Roger Dingledine | 2006-06-24 |
* | Turn a while into a do/while; save a redundant test•••svn:r6683
| Nick Mathewson | 2006-06-24 |
* | Apparently, zlib sometimes reports Z_BUF_ERROR on input exhaustion as well as...•••svn:r6682
| Nick Mathewson | 2006-06-24 |
* | Mark some more TODO items done.•••svn:r6681
| Nick Mathewson | 2006-06-22 |
* | Make some more verbose gcc warnings go away.•••svn:r6680
| Nick Mathewson | 2006-06-22 |
* | Ooh, that could have been bad. Sort digests as digests, not strings.•••svn:r6679
| Nick Mathewson | 2006-06-22 |
* | Fix a bunch of spaces.•••svn:r6678
| Nick Mathewson | 2006-06-22 |
* | Set offset properly when parsing cache.•••svn:r6677
| Nick Mathewson | 2006-06-22 |
* | #if out test that was failing because of an extra newline.•••svn:r6676
| Nick Mathewson | 2006-06-22 |
* | Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...•••svn:r6675
| Nick Mathewson | 2006-06-22 |
* | Fix 07_log_to_file_by_default in debian head•••svn:r6674
| Peter Palfrader | 2006-06-21 |
* | When requesting or serving resources via fingerprint/digest, request and resp...•••svn:r6673
| Nick Mathewson | 2006-06-21 |
* | Remove the osx version requirements on install due to a messy Installer•••situation between pre-panther, tiger and beyond, and metapackages.
svn:r6672
| Andrew Lewman | 2006-06-21 |
* | <nickm> ooh, that log shouldn't be there. can you take it out?•••svn:r6671
| Peter Palfrader | 2006-06-20 |
* | Fix bug in networkstatus spooling: spool more than the first networkstatus.•••svn:r6670
| Nick Mathewson | 2006-06-20 |
* | Fishy, but harmless.•••svn:r6669
| Nick Mathewson | 2006-06-20 |
* | add a note for nick to fix•••svn:r6668
| Roger Dingledine | 2006-06-20 |
* | Ah. We need a new zlib_state for each networkstatus we spool out.•••svn:r6667
| Nick Mathewson | 2006-06-20 |
* | Minor fix to pre-instllation version check for OSX•••svn:r6666
| Andrew Lewman | 2006-06-20 |
* | First crack at version checking for OSX installer.•••svn:r6665
| Andrew Lewman | 2006-06-20 |
* | Start spooling v2 networkstatus docs as well.•••svn:r6664
| Nick Mathewson | 2006-06-20 |