Commit message (Expand) | Author | Age | |
---|---|---|---|
* | change when circuits are built and expired•••not quite happy with it yet svn:r817 | Roger Dingledine | 2003-11-16 |
* | bugfix: if you recognize a relay cell, don't also pass it on.•••svn:r816 | Roger Dingledine | 2003-11-16 |
* | dump exit policies correctly to descriptor•••svn:r815 | Roger Dingledine | 2003-11-16 |
* | initial patches on patches•••svn:r814 | Roger Dingledine | 2003-11-16 |
* | Finish implementing the rest of the exitpolicy stuff, except for automaticall...•••svn:r813 | Nick Mathewson | 2003-11-16 |
* | Improved exit policy syntax; basic client-side DNS caching.•••- Exit policies now support bitmasks (18.0.0.0/255.0.0.0) and bitcounts 18.0.0.0/8. Policies are parsed on startup, not when comparing to them. - desired_path_len is now part of an opaque cpath_build_state_t structure. - END_REASON_EXITPOLICY cells no longer include a port. - RELAY_COMMAND_CONNECTED cells now include the IP address we've connected to. - connection_edge now has a client_dns cache to remember resolved addresses. It gets populated by RELAY_COMMAND_CONNECTED cells and END_REASON_EXITPOLICY cells. It gets used by connection_ap_handshake_send_begin. We don't compare it to exit policies yet. svn:r812 | Nick Mathewson | 2003-11-14 |
* | commencing the bughunt•••svn:r811 | Roger Dingledine | 2003-11-14 |
* | bump default pathlen to 3; clean up surrounding code•••svn:r810 | Roger Dingledine | 2003-11-13 |
* | let getconfig survive repeated calls. now we call it again when we hup.•••change RecommendedVersions into a config option, so dirservers can hup for a new one svn:r809 | Roger Dingledine | 2003-11-13 |
* | fix trivial typo•••svn:r808 | Roger Dingledine | 2003-11-13 |
* | warn on startup that we don't provide anonymity•••make exit dns cache entries last 15 minutes svn:r807 | Roger Dingledine | 2003-11-13 |
* | Add my 0.0.2pre14 tasks to top of TODO.•••svn:r806 | Nick Mathewson | 2003-11-13 |
* | lay groundwork for EntryNodes and ExitNodes•••svn:r805 | Roger Dingledine | 2003-11-12 |
* | break out the string manipulation routines•••svn:r804 | Roger Dingledine | 2003-11-12 |
* | give us a plan for pre14•••svn:r803 | Roger Dingledine | 2003-11-12 |
* | update the FAQ so it's just useless, not wrong•••svn:r802 | Roger Dingledine | 2003-11-12 |
* | Update and uncomment the Acks section. Also uncomment the authors.•••A spacing tweak. svn:r801 | Paul Syverson | 2003-11-12 |
* | make dir parsing robust to invalid but well-formed descriptors•••svn:r800 | Roger Dingledine | 2003-11-12 |
* | Remove minor biasing problem from crypto_pseudo_rand_int•••svn:r799 | Nick Mathewson | 2003-11-12 |
* | connection_ap_handshake_send_begin always succeeds•••svn:r798 | Roger Dingledine | 2003-11-12 |
* | Make crypto_pseudo_rand* never fail.•••svn:r797 | Nick Mathewson | 2003-11-12 |
* | Restore erroneously removed assert•••svn:r796 | Nick Mathewson | 2003-11-12 |
* | Fix thinko: Failure and success are different things.•••svn:r795 | Nick Mathewson | 2003-11-12 |
* | Remove dead code•••svn:r794 | Nick Mathewson | 2003-11-12 |
* | Compute paths as we build them.•••svn:r793 | Nick Mathewson | 2003-11-12 |
* | Refactor onion_generate_cpath to build cpaths one hop at a time. This•••is a the first step in computing hops one step at a time. Next, we move the responsibility for calling onion_extend_cpath into circuit.c (Later, we may want to special-case onion_extend_cpath to treat entry and exit routers differently.) svn:r792 | Nick Mathewson | 2003-11-12 |
* | point out bug•••svn:r791 | Roger Dingledine | 2003-11-11 |
* | more cleanups and bugfix•••svn:r790 | Roger Dingledine | 2003-11-11 |
* | prioritize and rearrange the TODO•••svn:r789 | Roger Dingledine | 2003-11-11 |
* | leave conn->socks_request around after the begin•••that way we can reuse it if we need to try another begin later svn:r788 | Roger Dingledine | 2003-11-11 |
* | conn->socks_version is obsolete•••svn:r787 | Roger Dingledine | 2003-11-11 |
* | respond to nick's questions•••svn:r786 | Roger Dingledine | 2003-11-11 |
* | fix a bug in handling clock skew•••svn:r785 | Roger Dingledine | 2003-11-11 |
* | Rename aci to circ_id throughout.•••svn:r784 | Nick Mathewson | 2003-11-11 |
* | Make AP connections wait for a circuit if none exists.•••Also: - Refactor socks request into a separate struct - Add a separate 'waiting for circuit' state to AP connections between 'waiting for socks' and 'open'. Arma: can you check out the XXX's I've added to connection_edge? I may be mishandling some async and close logic. svn:r783 | Nick Mathewson | 2003-11-11 |
* | clean up some TODO items; rename ACI to circID•••svn:r782 | Nick Mathewson | 2003-11-11 |
* | add a paragraph that should have been there•••svn:r781 | Roger Dingledine | 2003-11-10 |
* | client now survives going offline better•••fix badness in usage() if neither socksport nor orrport is defined, quit obsolete connection_flush_buf() svn:r780 | Roger Dingledine | 2003-11-10 |
* | Check in a working cross-platform timegm•••svn:r779 | Nick Mathewson | 2003-11-10 |
* | Add lots of logging to dns.c; change behavior of often-failing assertion•••svn:r778 | Nick Mathewson | 2003-11-08 |
* | final commit. it is submitted.•••svn:r777 | Roger Dingledine | 2003-11-05 |
* | Edit to last checkin: add hyphen to phrasal adjective.•••svn:r776 | Nick Mathewson | 2003-11-05 |
* | finish edits on sec7•••svn:r775 | Roger Dingledine | 2003-11-05 |
* | The government is not the judiciary•••svn:r774 | Nick Mathewson | 2003-11-05 |
* | edits on active attacks•••svn:r773 | Roger Dingledine | 2003-11-05 |
* | s/web server/webserver/•••svn:r772 | Nick Mathewson | 2003-11-05 |
* | if latex8.sty is there, the bst should be too•••svn:r771 | Roger Dingledine | 2003-11-05 |
* | edits on passive attacks (sec7)•••svn:r770 | Roger Dingledine | 2003-11-05 |
* | Reinstate sentence at start of 7; add page numbers•••svn:r769 | Nick Mathewson | 2003-11-05 |
* | Spell P5 right.•••svn:r768 | Nick Mathewson | 2003-11-05 |