2003-12-03 |
Roger Dingledine | update the TODO to reflect recent commits
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | choose randomly from running dirservers, not always...
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | pick nodes for a circuit only from those the directory...
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | stop segfault when choose_good_exit_server returns...
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken...
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | don't --enable-debug by default on ./configure
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | fix vicious bug in connection_ap_attach_pending that...
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | assert that nobody asks for a random number between...
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | bugfix in exit node choice: we used to find the perfect...
|
commit | commitdiff | tree |
2003-12-02 |
Roger Dingledine | stop expecting sample-server-torrc to be there
|
commit | commitdiff | tree |
2003-12-02 |
Roger Dingledine | update TODO with remaining pre15 tasks
|
commit | commitdiff | tree |
2003-11-30 |
Roger Dingledine | start tracking a rare bug: package_raw_inbuf gets called...
|
commit | commitdiff | tree |
2003-11-30 |
Roger Dingledine | stop complaining as loudly when a dns resolve fails
|
commit | commitdiff | tree |
2003-11-30 |
Roger Dingledine | bugfix: we were writing to stderr even when it's closed
|
commit | commitdiff | tree |
2003-11-30 |
Roger Dingledine | bump up header length when the dirserv reads http commands
|
commit | commitdiff | tree |
2003-11-30 |
Roger Dingledine | remove a conn_close_if_marked warning
|
commit | commitdiff | tree |
2003-11-29 |
Roger Dingledine | bugfix: an offline OP would leak all its sockets and...
|
commit | commitdiff | tree |
2003-11-21 |
Roger Dingledine | stop building sample-server-torrc, start building tor.1
|
commit | commitdiff | tree |
2003-11-20 |
Roger Dingledine | we have a man page.
|
commit | commitdiff | tree |
2003-11-20 |
Roger Dingledine | change 'so you want to run your own server' directions
|
commit | commitdiff | tree |
2003-11-20 |
Roger Dingledine | merge torrc.in and sample-server-torrc.in
|
commit | commitdiff | tree |
2003-11-20 |
Roger Dingledine | simplify: options.OnionRouter==1 iff options.ORPort>0
|
commit | commitdiff | tree |
2003-11-19 |
Roger Dingledine | install now recognizes that -l warn is default
|
commit | commitdiff | tree |
2003-11-19 |
Roger Dingledine | default log level is now warn
|
commit | commitdiff | tree |
2003-11-19 |
Roger Dingledine | define the pidfile on the commandline, if you want it
|
commit | commitdiff | tree |
2003-11-19 |
Roger Dingledine | make pidfile default to null rather than writing to...
|
commit | commitdiff | tree |
2003-11-19 |
Roger Dingledine | if you tell people that IgnoreVersion exists,
|
commit | commitdiff | tree |
2003-11-19 |
Roger Dingledine | we are pre14.
|
commit | commitdiff | tree |
2003-11-19 |
Roger Dingledine | updated todo
|
commit | commitdiff | tree |
2003-11-19 |
Roger Dingledine | bugfix and cleanups
|
commit | commitdiff | tree |
2003-11-18 |
Roger Dingledine | bugfix: sometimes we closed a circ while cpuworker...
|
commit | commitdiff | tree |
2003-11-18 |
Roger Dingledine | revert part of that last change
|
commit | commitdiff | tree |
2003-11-18 |
Roger Dingledine | make more sure we can't end up with two connections...
|
commit | commitdiff | tree |
2003-11-18 |
Roger Dingledine | bugfix: don't ask for ->next of an expired circuit
|
commit | commitdiff | tree |
2003-11-18 |
Roger Dingledine | use the tor_malloc_zero wrapper
|
commit | commitdiff | tree |
2003-11-18 |
Roger Dingledine | add a tor_malloc_zero wrapper: tor_malloc and memset 0
|
commit | commitdiff | tree |
2003-11-18 |
Roger Dingledine | don't build too many circs at once
|
commit | commitdiff | tree |
2003-11-18 |
Roger Dingledine | stop client_dns_clean from calling malloc(0)
|
commit | commitdiff | tree |
2003-11-17 |
Roger Dingledine | more verbose info for circuits when kill -USR1
|
commit | commitdiff | tree |
2003-11-17 |
Roger Dingledine | finally find and possibly fix the circuit_deliver_relay_cell...
|
commit | commitdiff | tree |
2003-11-17 |
Roger Dingledine | catch the last missing log line i hope
|
commit | commitdiff | tree |
2003-11-17 |
Roger Dingledine | continue the circuit_deliver_relay_cell forward-failure...
|
commit | commitdiff | tree |
2003-11-17 |
Roger Dingledine | trivial bugfixes
|
commit | commitdiff | tree |
2003-11-17 |
Roger Dingledine | recognize in-progress circs and don't start redundant...
|
commit | commitdiff | tree |
2003-11-16 |
Roger Dingledine | bugfixes
|
commit | commitdiff | tree |
2003-11-16 |
Roger Dingledine | change when circuits are built and expired
|
commit | commitdiff | tree |
2003-11-16 |
Roger Dingledine | bugfix: if you recognize a relay cell, don't also pass...
|
commit | commitdiff | tree |
2003-11-16 |
Roger Dingledine | dump exit policies correctly to descriptor
|
commit | commitdiff | tree |
2003-11-16 |
Roger Dingledine | initial patches on patches
|
commit | commitdiff | tree |
2003-11-14 |
Roger Dingledine | commencing the bughunt
|
commit | commitdiff | tree |
2003-11-13 |
Roger Dingledine | bump default pathlen to 3; clean up surrounding code
|
commit | commitdiff | tree |
2003-11-13 |
Roger Dingledine | let getconfig survive repeated calls. now we call it...
|
commit | commitdiff | tree |
2003-11-13 |
Roger Dingledine | fix trivial typo
|
commit | commitdiff | tree |
2003-11-13 |
Roger Dingledine | warn on startup that we don't provide anonymity
|
commit | commitdiff | tree |
2003-11-12 |
Roger Dingledine | lay groundwork for EntryNodes and ExitNodes
|
commit | commitdiff | tree |
2003-11-12 |
Roger Dingledine | break out the string manipulation routines
|
commit | commitdiff | tree |
2003-11-12 |
Roger Dingledine | give us a plan for pre14
|
commit | commitdiff | tree |
2003-11-12 |
Roger Dingledine | update the FAQ so it's just useless, not wrong
|
commit | commitdiff | tree |
2003-11-12 |
Roger Dingledine | make dir parsing robust to invalid but well-formed...
|
commit | commitdiff | tree |
2003-11-12 |
Roger Dingledine | connection_ap_handshake_send_begin always succeeds
|
commit | commitdiff | tree |
2003-11-11 |
Roger Dingledine | point out bug
|
commit | commitdiff | tree |
2003-11-11 |
Roger Dingledine | more cleanups and bugfix
|
commit | commitdiff | tree |
2003-11-11 |
Roger Dingledine | prioritize and rearrange the TODO
|
commit | commitdiff | tree |
2003-11-11 |
Roger Dingledine | leave conn->socks_request around after the begin
|
commit | commitdiff | tree |
2003-11-11 |
Roger Dingledine | conn->socks_version is obsolete
|
commit | commitdiff | tree |
2003-11-11 |
Roger Dingledine | respond to nick's questions
|
commit | commitdiff | tree |
2003-11-11 |
Roger Dingledine | fix a bug in handling clock skew
|
commit | commitdiff | tree |
2003-11-10 |
Roger Dingledine | add a paragraph that should have been there
|
commit | commitdiff | tree |
2003-11-10 |
Roger Dingledine | client now survives going offline better
|
commit | commitdiff | tree |
2003-11-05 |
Roger Dingledine | final commit. it is submitted.
|
commit | commitdiff | tree |
2003-11-05 |
Roger Dingledine | finish edits on sec7
|
commit | commitdiff | tree |
2003-11-05 |
Roger Dingledine | edits on active attacks
|
commit | commitdiff | tree |
2003-11-05 |
Roger Dingledine | if latex8.sty is there, the bst should be too
|
commit | commitdiff | tree |
2003-11-05 |
Roger Dingledine | edits on passive attacks (sec7)
|
commit | commitdiff | tree |
2003-11-05 |
Roger Dingledine | resolve some XXX's
|
commit | commitdiff | tree |
2003-11-05 |
Roger Dingledine | compress sec1-3, we're at 15pg with standard latex8...
|
commit | commitdiff | tree |
2003-11-05 |
Roger Dingledine | more edits and compression
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | revamp secs 8 and 9
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | address andrei's issues
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | commit for nick
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | you guessed it, more edits
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | compress 'compromise keys'
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | rerepatches on sec1-3
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | patches, mainly on sec4
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | formatting changes, no edits
|
commit | commitdiff | tree |
2003-11-04 |
Roger Dingledine | minor edits on edits on edits
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | a first go at section 7
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | remove sec7.1. you're right, it's redundant now
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | patches on nick's sec4 patches
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | rearrange and clean up sec1
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | rewrite and tighten section 6
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | give us a real abstract
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | more minor commits
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | clean up dirserver section
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | add puzzles-tls cite
|
commit | commitdiff | tree |
2003-11-03 |
Roger Dingledine | rewrite exit abuse section
|
commit | commitdiff | tree |
2003-11-02 |
Roger Dingledine | minor fixes throughout
|
commit | commitdiff | tree |
2003-11-02 |
Roger Dingledine | make it clearer that streams on a circuit can exit...
|
commit | commitdiff | tree |
2003-11-02 |
Roger Dingledine | some minor tweaks, for the first draft.
|
commit | commitdiff | tree |
2003-11-02 |
Roger Dingledine | many small changes throughout
|
commit | commitdiff | tree |