Commits on Source
38348
8d86f8ab
reverse the logic, captain
Apr 18, 2004
3fa2925a
if an intro circ waiting for an ack dies before getting one, then
Apr 18, 2004
bce1fc43
when you get an intro ack, don't also count it as an intro nack
Apr 18, 2004
e9ebefc8
bugfix: you mean we're supposed to reuse fresh descriptors and
Apr 18, 2004
c4b72a25
tmp patch to also expire old clean rend_ready circs for now
Apr 18, 2004
f1e44399
Add and tenatively assign some items in flag-day todo
Apr 18, 2004
d40e9f45
give wedged dir conns a last chance to flush
Apr 19, 2004
2398eacf
bump cvs version to 0.0.6pre6-cvs
Apr 19, 2004
5cfec379
expire wedged dir conns after 5min without write, not simply after 5min
Apr 19, 2004
a3200f79
the socketpair bug is no longer a bug
Apr 19, 2004
06a60c4f
use the real socketpair if we've got it
Apr 19, 2004
3c250a2f
only expire wedged dir conns that haven't already been expired
Apr 20, 2004
c3f58e09
Update flag-day status
Apr 21, 2004
4c4adf99
another maybe-todo item
Apr 21, 2004
b4b9b27a
rewrite the todo list
Apr 22, 2004
83081f5a
Mention tor web site and mailinglists in description.
Apr 24, 2004
c44016e8
Merge flagday into main branch.
Apr 24, 2004
2e47a0f0
Compare nicknames casei.
Apr 24, 2004
220e8599
Note router addr:port in log messages
Apr 24, 2004
3ace033c
Spurious link-key should not be an error
Apr 24, 2004
0b31d0d4
more touch-ups
Apr 24, 2004
7e2a2a7f
bugfix: when rotating onion key, do it (more) correctly
Apr 25, 2004
6a45028c
don't warn when private_decrypt_hybrid fails
Apr 25, 2004
e355ed0e
log correctly if decoding onion failed
Apr 25, 2004
7fbc35c1
don't build and upload a new desc twice in a row
Apr 25, 2004
cb3897e5
remove spurious router_rebuild_descriptor
Apr 25, 2004
0fca143e
Remove onion_pkey from connection, since onion keys can change more often than...
Apr 25, 2004
70bbd0ca
Add assert on crypto_pk_write_private_key,and macros to make sure we have real keys
Apr 25, 2004
e062ca04
Add a tor_assert macro that logs failed assertions.
Apr 25, 2004
37192bd2
use tor_assert and PUBLIC_KEY_OK
Apr 25, 2004
25d54257
use tor_assert
Apr 25, 2004
db814b12
bump version to 0.0.6rc1
Apr 25, 2004
28f034e1
now assume all routers support rendezvous cells
Apr 25, 2004
dccbbaa8
give us a new dirservers file
Apr 25, 2004
01dea610
New upstream release candidate.
Apr 25, 2004
482d7e7c
resolve a double-mark-for-close when things die inside connection_handle_write
Apr 25, 2004
f9418c05
Note another item I changed since the last package release in changelog
Apr 25, 2004
9e5d2ad9
don't crash, if a conn that sent a begin has suddenly lost its circuit
Apr 25, 2004
568a4d18
Check for machine/limits.h in addition to sys/limits.h
Apr 25, 2004
10f3b74c
tell us the nickname of the OR that hung up on us
Apr 26, 2004
cb465160
Very blunt debugging code: log pending errors at start and end of tor_tls_verify
Apr 26, 2004
75dc76eb
Better error msg on unknown circuit id.
Apr 26, 2004
0355d29e
Call tls_log_errors at a more appropriate location; we can remove the other...
Apr 26, 2004
bd38df84
fix a bug that's been lurking since 27 may 03 (!)
Apr 26, 2004
fb2279b9
since we don't support truncateds much, don't bother sending them;
Apr 26, 2004
fff89216
tell us when we're rotating things
Apr 26, 2004
1b4dd10c
bump us to rc2
Apr 26, 2004
2b1441e4
New upstream release candidate.
Apr 26, 2004
b410dff6
Log pending TLS errors in a couple more places, in case they are possible.
Apr 26, 2004
f6dbe5a0
Refactor crypto error handling to be more like TLS error handling:
Apr 26, 2004
337f7a98
Include strerror(errno) with tls syscall errors
Apr 26, 2004
80d0b634
add a debugging entry, to find the wants-to-read-but-can't bug
Apr 26, 2004
75021125
The dots are there so you see test doing something. Therefore we should flush them after printing
Apr 26, 2004
719bb5c0
log debug so nick can see it too
Apr 26, 2004
e34c201b
and other debugs
Apr 26, 2004
ad07c629
Add a macro to catch unhandled openssl errors.
Apr 26, 2004
d6d4b938
Remove spurious semi
Apr 26, 2004
d7f4b823
rendmid says it drops but actually sends nack
Apr 26, 2004
06624df6
Log number of bytes pending after read.
Apr 26, 2004
873564ea
Some versions of openssl have an SSL_pending function that erroneously
Apr 26, 2004
8e8af6aa
don't expire joined-rend circs that have an exit connection attached
Apr 27, 2004
505bb2f4
it was the second bug that was nailing us.
Apr 27, 2004
9965bd83
make my assumption explicit
Apr 27, 2004
158e2cf5
set Content-Type on the directory and hidserv descriptor
Apr 27, 2004
4e0dd5bd
some compilers don't like an array of length zero
Apr 27, 2004
8cc90013
clean some dead code (right?)
Apr 28, 2004
ac622d94
Workarounds for a couple of pieces of windows strangeness.
Apr 28, 2004
25d5425f
fix a bug in dns.c, note but don't fix another one
Apr 28, 2004
fd0d48e4
clarify the hybrid encryption in our spec
Apr 28, 2004
22c0cd8a
clean dns.c better
Apr 28, 2004
ca8d50ab
bug resolved (hopefully), so remove comment
Apr 28, 2004
7055f837
Make Tor build on win32 with VC6 without warnings.
Apr 28, 2004
47dc5cd1
nick, is this what you meant?
Apr 28, 2004
5d151088
use nick's _ARRAYSIZE abstraction
Apr 28, 2004
ddb15b8f
Remove IVs from cipher code, since AES-ctr has none.
Apr 28, 2004
3a66f523
Regenerate windows orconfig.h to match current autoheader generated orconfig.h
Apr 28, 2004
dd335d9b
use tor_lookup_hostname for binding local addresses too
Apr 28, 2004
93226417
Use socketclose on windows as appropriate; end pid files with newline
Apr 28, 2004
5a9b1440
Oops -- the Windows function is closesocket, not socketclose
Apr 28, 2004
4b316b4a
some cosmetic fixes
Apr 29, 2004
ebfe2b39
bump to rc3
Apr 29, 2004
27baaf1c
and then bump to rc4-cvs
Apr 29, 2004
18f250c3
update the built-in dirservers default
Apr 29, 2004
3c2659e7
New upstream release candidate.
Apr 29, 2004
79e5c1bf
tell people the default location of torrc
Apr 30, 2004
2b5e6aef
note another bug to be fixed sometime
Apr 30, 2004
ac4cb9bd
fix a seg fault (whoops)
Apr 30, 2004
908ccb9d
Handle windows socket errors correctly; comment most of common.
May 01, 2004
6fa2ded7
Fix windows compile
May 01, 2004
9a041591
Finish documenting the functions in common
May 01, 2004
4dc30ea3
Remove bogus */ so util.c compiles
May 01, 2004
f6fe336a
Documenmt buffers.c; remove function that nobody ever calls.
May 01, 2004
1558fb76
some patches on the patches
May 01, 2004
138d7442
some more todo items
May 02, 2004
25909c2c
patches on patches
May 02, 2004
bdbe0eb7
another todo we should do
May 02, 2004
bbbc063e
stop the circuit_receive_relay_cell warning
May 02, 2004
b349a5de
another bug that's been bugging me
May 02, 2004
d055ac47
Bump windows version to 0.0.6rc4
May 02, 2004
371d5070
bump main version to 0.0.6rc4
May 02, 2004
38,248 additional commits have been omitted to prevent performance issues.
Loading
Loading