tor/src/or
Roger Dingledine 8f18647a33 create cells are now queued and processed only when idle
we also queue data cells destined for a circuit that is
pending, and process them once the circuit opens

destroys reach into the queue and remove the pending onion,
along with its collected data cells


svn:r142
2002-11-27 04:08:20 +00:00
..
.cvsignore First cut at cleaning out a lot of the extra stuff. 2002-06-29 00:54:00 +00:00
buffers.c more robust http(ish) handling 2002-09-28 05:53:00 +00:00
circuit.c create cells are now queued and processed only when idle 2002-11-27 04:08:20 +00:00
command.c create cells are now queued and processed only when idle 2002-11-27 04:08:20 +00:00
config.c create cells are now queued and processed only when idle 2002-11-27 04:08:20 +00:00
connection.c expire unfinished handshakes too 2002-10-13 13:17:27 +00:00
connection_ap.c expire unfinished handshakes too 2002-10-13 13:17:27 +00:00
connection_exit.c fixed rare race condition 2002-11-24 08:33:15 +00:00
connection_op.c cleanup and a variety of bugfixes 2002-10-02 22:54:20 +00:00
connection_or.c cleanup and a variety of bugfixes 2002-10-02 22:54:20 +00:00
directory.c fix subtle race condition 2002-10-14 06:44:48 +00:00
main.c create cells are now queued and processed only when idle 2002-11-27 04:08:20 +00:00
Makefile.am cell.c is now obsolete 2002-10-03 02:17:41 +00:00
onion.c create cells are now queued and processed only when idle 2002-11-27 04:08:20 +00:00
or.h create cells are now queued and processed only when idle 2002-11-27 04:08:20 +00:00
routers.c cleanup and a variety of bugfixes 2002-10-02 22:54:20 +00:00
test_config.c remove popt dependency, consolidate config stuff 2002-11-23 06:49:01 +00:00
test_onion.c Changed crypto calls to go through common/crypto.[hc] instead of calling OpenSSL directly. 2002-08-22 07:30:03 +00:00