Nick Mathewson ef2409e4ed Change the implementation of buf_t a lot: make it a ring buffer to minimize memmove on flush. This may break the universe, but it is probably Necessary For Perfomance. 21 lat temu
..
.cvsignore a970cd7cfa update the cvsignore 22 lat temu
Makefile.am 347d3f9d62 Start implementing control interface. 21 lat temu
buffers.c ef2409e4ed Change the implementation of buf_t a lot: make it a ring buffer to minimize memmove on flush. This may break the universe, but it is probably Necessary For Perfomance. 21 lat temu
circuitbuild.c 509405a5f7 clean up this TOR_FRAGILE business 21 lat temu
circuitlist.c c6769a80fb Fixs a signed/unsigned comparison 21 lat temu
circuituse.c 509405a5f7 clean up this TOR_FRAGILE business 21 lat temu
command.c b7cdcf3462 Hopefully, this will make ORs much faster, and not break them: keep a big splay tree of (circid,orconn)->circuit mappings to make circuit_get_by_circid_conn much faster. 21 lat temu
config.c 5e86e87124 Add basic HttpsProxyAuthenticator support, based on patch 21 lat temu
connection.c 509405a5f7 clean up this TOR_FRAGILE business 21 lat temu
connection_edge.c 509405a5f7 clean up this TOR_FRAGILE business 21 lat temu
connection_or.c 509405a5f7 clean up this TOR_FRAGILE business 21 lat temu
control.c ce9995a579 Replace an infinite-stack-recursion bug with a generate-infinite-debug-messages bug. Maybe it isnt such a good idea to send LOG_DEBUG messages to the controller after all? 21 lat temu
cpuworker.c 92b970d2a6 only complain about wedged cpuworkers after an hour, not 100 secs 21 lat temu
directory.c 509405a5f7 clean up this TOR_FRAGILE business 21 lat temu
dirserv.c bf79b5266f those should be notices, not warns 21 lat temu
dns.c 4eb3cf9330 a bit more debug info 21 lat temu
hibernate.c 055ee7c323 Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap. 21 lat temu
main.c 509405a5f7 clean up this TOR_FRAGILE business 21 lat temu
onion.c 0e81265359 update copyright notices. 21 lat temu
or.h 509405a5f7 clean up this TOR_FRAGILE business 21 lat temu
relay.c dd98412ce1 allow servers to publish descriptors from 12 hours in the future. 21 lat temu
rendclient.c 055ee7c323 Give better warnings if connection_close_unattached_ap gets called twice or called on a marked connection; rename it to connection_mark_unattached_ap. 21 lat temu
rendcommon.c 11d20d78a0 Adjust maximum skew and age for rendezvous descriptors: adjust code to make skew add to age. 21 lat temu
rendmid.c 0e81265359 update copyright notices. 21 lat temu
rendservice.c 8cc3307e0d Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better. 21 lat temu
rephist.c 0e81265359 update copyright notices. 21 lat temu
router.c ad4eca60ec add geoff's NoPublish patch 21 lat temu
routerlist.c 769541ff7e be willing to load balance over up to 2mB, not 1mB, of advertised capacity 21 lat temu
routerparse.c 8dbdbfb831 improved log error message 21 lat temu
test.c ef2409e4ed Change the implementation of buf_t a lot: make it a ring buffer to minimize memmove on flush. This may break the universe, but it is probably Necessary For Perfomance. 21 lat temu
tor_main.c 0e81265359 update copyright notices. 21 lat temu
tree.h 3d60cd1d61 Delete trailing whitespace and expand tabs; remove unused aes decrypt code 22 lat temu