Age | Commit message (Expand) | Author |
2004-06-05 | Make tor build on win32 again; handle locking for server | Nick Mathewson |
2004-06-02 | Check directory signatures based on name of signer, not on whom we got the di... | Nick Mathewson |
2004-06-02 | crank up some of our constants, for better scalability | Roger Dingledine |
2004-06-01 | Add more asserts to dns-pending connections; fix a couple seeming bugs. | Nick Mathewson |
2004-06-01 | Check recommended-software string *early*, before actually parsing the direct... | Nick Mathewson |
2004-06-01 | use sys/param.h if it's there | Roger Dingledine |
2004-05-26 | rik's patch to not complain about freebsd's bug | Roger Dingledine |
2004-05-22 | commit two fixes from Thomas Themel | Roger Dingledine |
2004-05-20 | Tinker with log behavior: never send error messages about logs into the bitbu... | Nick Mathewson |
2004-05-20 | router_choose_random_node() was ignoring its routerlist argument. | Roger Dingledine |
2004-05-20 | non-dirservers expire routerinfo's that are more than a day old | Roger Dingledine |
2004-05-20 | enable checking the socks policy | Roger Dingledine |
2004-05-20 | Allow multiple exit policy lines; mostly add support for AP policies | Nick Mathewson |
2004-05-19 | Allow multiple logfiles at different severity ranges | Nick Mathewson |
2004-05-18 | remove upper limit on number of descriptors/directories in dirserver; use sma... | Nick Mathewson |
2004-05-17 | Make directory functions update routerlist, not replace it. Add notion of OR... | Nick Mathewson |
2004-05-15 | bugfix: if a circuit if borderline too old, then count it as too old. | Roger Dingledine |
2004-05-13 | Break files apart into more modules | Roger Dingledine |
2004-05-12 | clean up directory.c API | Roger Dingledine |
2004-05-12 | break connection_edge_end out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | Make some functions static | Nick Mathewson |
2004-05-12 | break rend_client_desc_fetched out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | break part of circuit.c into relay.c | Roger Dingledine |
2004-05-12 | Make "connected" a different case from "finished_flushing"; always close_imme... | Nick Mathewson |
2004-05-10 | Split directory/router parsing functionality into separate file from routerli... | Nick Mathewson |
2004-05-10 | always a bit more | Roger Dingledine |
2004-05-10 | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine |
2004-05-10 | a few more pieces of markup | Roger Dingledine |
2004-05-10 | more cleanup, including fleshing out or.h more | Roger Dingledine |
2004-05-10 | Doxygen most of or.h | Nick Mathewson |
2004-05-10 | remove an orphan function declaration | Roger Dingledine |
2004-05-09 | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine |
2004-05-06 | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine |
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson |
2004-05-05 | Only connection_add connections once they have conn->s sett; refactor code ar... | Nick Mathewson |
2004-05-02 | patches on patches | Roger Dingledine |
2004-05-01 | Documenmt buffers.c; remove function that nobody ever calls. | Nick Mathewson |
2004-04-28 | Make Tor build on win32 with VC6 without warnings. | Nick Mathewson |
2004-04-25 | Check for machine/limits.h in addition to sys/limits.h | Nick Mathewson |
2004-04-25 | now assume all routers support rendezvous cells | Roger Dingledine |
2004-04-25 | Remove onion_pkey from connection, since onion keys can change more often tha... | Nick Mathewson |
2004-04-24 | Merge flagday into main branch. | Nick Mathewson |
2004-04-18 | when you get an intro ack, don't also count it as an intro nack | Roger Dingledine |
2004-04-18 | if an intro circ waiting for an ack dies before getting one, then | Roger Dingledine |
2004-04-17 | include sys/limits.h if it's found | Roger Dingledine |
2004-04-14 | Retry non-final-hop rendezvous failures | Nick Mathewson |
2004-04-13 | let introcircs receive acks. rend streams now deal correctly again. | Roger Dingledine |
2004-04-13 | Separate "start-establishing-introduction" from "upload descriptors"; only up... | Nick Mathewson |
2004-04-13 | clean up circuit rebuilding some; fix some bugs we hadn't hit yet | Roger Dingledine |
2004-04-13 | Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n... | Nick Mathewson |