2003-12-13 |
Roger Dingledine | doc patches submitted by jason holt
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | a few minor updates to hacking
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | clean up some copyrights
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | bughunt: start tracking the bug mutiny found
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | bugfix: a circuit that immediately failed still counts...
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | revamp circuit node selection to use smartlists:
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | minor tweaks to the smartlist operations
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | reasonably permissive exit policy if you don't set one
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | put the default exit policy in place
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | use the smartlist to pick random routers, rather than...
|
commit | commitdiff | tree |
2003-12-13 |
Roger Dingledine | add a 'smartlist' building block that picks random...
|
commit | commitdiff | tree |
2003-12-12 |
Roger Dingledine | if >=2 circs are being built that handle a given stream,
|
commit | commitdiff | tree |
2003-12-09 |
Roger Dingledine | make the license explicit on fakepoll.[ch]
|
commit | commitdiff | tree |
2003-12-09 |
Roger Dingledine | close the circuit when we get a truncated cell
|
commit | commitdiff | tree |
2003-12-09 |
Roger Dingledine | our circuit symmetric key (for aes) is 127 bits, not...
|
commit | commitdiff | tree |
2003-12-09 |
Roger Dingledine | back out the broken change from yesterday
|
commit | commitdiff | tree |
2003-12-07 |
Roger Dingledine | general cleanups
|
commit | commitdiff | tree |
2003-12-06 |
Roger Dingledine | declare the prototypes better
|
commit | commitdiff | tree |
2003-12-06 |
Roger Dingledine | break routers.c into router.c for stuff the router...
|
commit | commitdiff | tree |
2003-12-05 |
Roger Dingledine | terminology shift:
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | prevent assert failure on -HUP when options->PidFile...
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | we are pre15
|
commit | commitdiff | tree |
2003-12-03 |
Roger Dingledine | OnionRouter config option is obsolete
|
commit | commitdiff | tree |
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 |