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