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 лет назад
..
.cvsignore a970cd7cfa update the cvsignore 22 лет назад
Makefile.am 347d3f9d62 Start implementing control interface. 21 лет назад
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 лет назад
circuitbuild.c 509405a5f7 clean up this TOR_FRAGILE business 21 лет назад
circuitlist.c c6769a80fb Fixs a signed/unsigned comparison 21 лет назад
circuituse.c 509405a5f7 clean up this TOR_FRAGILE business 21 лет назад
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 лет назад
config.c 5e86e87124 Add basic HttpsProxyAuthenticator support, based on patch 21 лет назад
connection.c 509405a5f7 clean up this TOR_FRAGILE business 21 лет назад
connection_edge.c 509405a5f7 clean up this TOR_FRAGILE business 21 лет назад
connection_or.c 509405a5f7 clean up this TOR_FRAGILE business 21 лет назад
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 лет назад
cpuworker.c 92b970d2a6 only complain about wedged cpuworkers after an hour, not 100 secs 21 лет назад
directory.c 509405a5f7 clean up this TOR_FRAGILE business 21 лет назад
dirserv.c bf79b5266f those should be notices, not warns 21 лет назад
dns.c 4eb3cf9330 a bit more debug info 21 лет назад
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 лет назад
main.c 509405a5f7 clean up this TOR_FRAGILE business 21 лет назад
onion.c 0e81265359 update copyright notices. 21 лет назад
or.h 509405a5f7 clean up this TOR_FRAGILE business 21 лет назад
relay.c dd98412ce1 allow servers to publish descriptors from 12 hours in the future. 21 лет назад
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 лет назад
rendcommon.c 11d20d78a0 Adjust maximum skew and age for rendezvous descriptors: adjust code to make skew add to age. 21 лет назад
rendmid.c 0e81265359 update copyright notices. 21 лет назад
rendservice.c 8cc3307e0d Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor messages better. 21 лет назад
rephist.c 0e81265359 update copyright notices. 21 лет назад
router.c ad4eca60ec add geoff's NoPublish patch 21 лет назад
routerlist.c 769541ff7e be willing to load balance over up to 2mB, not 1mB, of advertised capacity 21 лет назад
routerparse.c 8dbdbfb831 improved log error message 21 лет назад
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 лет назад
tor_main.c 0e81265359 update copyright notices. 21 лет назад
tree.h 3d60cd1d61 Delete trailing whitespace and expand tabs; remove unused aes decrypt code 22 лет назад