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