Commit Graph

579 Commits

Author SHA1 Message Date
Roger Dingledine aa28fbf8d2 fix segfault (connecting to dirserver when network is down)
svn:r580
2003-10-13 19:58:21 +00:00
Roger Dingledine 02d5deed03 put out 0.0.2pre12
(mainly doc and log changes)


svn:r579
2003-10-12 07:19:10 +00:00
Roger Dingledine a475c280ec don't forget the dot in privoxy config line.
svn:r578
2003-10-11 23:57:33 +00:00
Roger Dingledine f32593af86 remove more confusing parts of the README
svn:r577
2003-10-11 23:44:51 +00:00
Roger Dingledine a90a6ad0dd clarify the warning for unrecognized socks version
(generally happens when people use tor as an httpd proxy)


svn:r576
2003-10-11 23:38:20 +00:00
Roger Dingledine 4153db3aa2 clarifications from weasel
svn:r575
2003-10-11 22:38:44 +00:00
Paul Syverson f7d2d194e2 A few rewordings in abstract and first paragraph
svn:r574
2003-10-10 19:57:27 +00:00
Roger Dingledine 5ae18d652a flesh out more of the entries in the intro
svn:r573
2003-10-10 04:35:25 +00:00
Roger Dingledine 6b0c5faa9a oops, bugfix
svn:r572
2003-10-10 01:50:20 +00:00
Roger Dingledine bd532a6465 change WARNING to WARN
and fix a few typos


svn:r571
2003-10-10 01:48:32 +00:00
Roger Dingledine 99c4a7f1fe change WARNING to WARN
svn:r570
2003-10-10 01:48:03 +00:00
Nick Mathewson acfdcae014 Refactor, rename, and clarify
svn:r569
2003-10-09 18:45:14 +00:00
Roger Dingledine 299e9322d4 first pass over HACKING doc
svn:r568
2003-10-09 08:33:54 +00:00
Nick Mathewson 08f82ab7ab First cut at HACKING document
svn:r567
2003-10-09 02:05:13 +00:00
Nick Mathewson d692064292 s/TOR/Tor/
svn:r566
2003-10-09 02:04:51 +00:00
Roger Dingledine bb36992a7b add in basic support for pidfiles
(patch courtesy aaron turner)


svn:r565
2003-10-08 08:54:52 +00:00
Roger Dingledine de246070d4 0.0.2pre11, new license
svn:r564
2003-10-08 04:10:59 +00:00
Roger Dingledine 92f5e72832 and give it some content
svn:r563
2003-10-08 02:42:03 +00:00
Roger Dingledine be2af62437 give automake its security blanket back.
svn:r562
2003-10-08 02:41:43 +00:00
Roger Dingledine 31a20ac1fb fill in some blanks
svn:r561
2003-10-08 02:28:00 +00:00
Nick Mathewson f7d154cda9 Update LICENSE and copyright dates.
svn:r560
2003-10-08 02:04:08 +00:00
Roger Dingledine 4c7a537f87 more details to track a warning in tls handshakes
plus make exit policy comparisons not always reject


svn:r559
2003-10-07 23:54:02 +00:00
Roger Dingledine 72613dbcea successfully parse exit policies on future attempts too
svn:r558
2003-10-07 23:25:10 +00:00
Roger Dingledine b998161b2e pull exit policies from config into desc_routerinfo
svn:r557
2003-10-07 23:04:31 +00:00
Nick Mathewson 1fcd9cfefd lowercase exit policies.
svn:r556
2003-10-07 23:02:37 +00:00
Roger Dingledine d2a2a5123c obey exit policies for addresses too
svn:r555
2003-10-07 22:18:14 +00:00
Nick Mathewson e0cc921104 Stop requiring newline at end of exit policy.
svn:r554
2003-10-07 22:15:47 +00:00
Nick Mathewson 3524cee4de Add a "router_add_exit_policy_from_string" function.
svn:r553
2003-10-07 22:09:09 +00:00
Roger Dingledine 12dca607b5 add ExitPolicy line to config file
svn:r552
2003-10-07 22:04:17 +00:00
Roger Dingledine 29292ed5bf minor fixes; bump to 0.0.2pre10
svn:r551
2003-10-07 21:27:33 +00:00
Nick Mathewson 6182356376 Clear revents even when no events are received. Also, since everyone gets in exceptions, everyone gets to increment maxfd.
svn:r550
2003-10-07 21:16:04 +00:00
Nick Mathewson 8972b59b17 Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.
svn:r549
2003-10-07 20:45:16 +00:00
Roger Dingledine 52eefe557e do not ask for whom there's an error, it polls for thee
svn:r548
2003-10-07 20:02:45 +00:00
Roger Dingledine a40fe63258 break the quickstart into INSTALL
remove the old useless generic INSTALL


svn:r547
2003-10-07 16:57:18 +00:00
Roger Dingledine 849ab5dcff give correct warning message when you're running an old version
svn:r546
2003-10-07 16:56:27 +00:00
Roger Dingledine 5b71747c1c and a Makefile.am for src/config/
svn:r545
2003-10-07 16:30:38 +00:00
Roger Dingledine d6a35a228a some early bugfixes
our log() conflicts with log(3)
distribute only the correct files from doc/ and src/config/
sometimes laptops go back in time. i guess that's ok for now.
and bump the version number because we're live.


svn:r544
2003-10-07 16:30:05 +00:00
Roger Dingledine c9773c6eb0 another todo item, a half-written tor-design intro
svn:r543
2003-10-07 15:59:30 +00:00
Roger Dingledine f75ae4c2cd no need to trigger an assert if socks handshake is malformed
svn:r542
2003-10-06 21:22:12 +00:00
Roger Dingledine ce3771ed16 update the README somewhat
svn:r541
2003-10-05 05:54:12 +00:00
Roger Dingledine 23eac9453d describe what's _actually_ in the payload of a relay begin cell
svn:r540
2003-10-04 08:20:07 +00:00
Roger Dingledine 5645a806b9 refactor around connection_edge_send_command()
svn:r539
2003-10-04 08:19:23 +00:00
Roger Dingledine cca7daecb2 wrap strdup; prefer time() to gettimeofday()
svn:r538
2003-10-04 03:29:09 +00:00
Roger Dingledine 78ffb745b6 refactor so connection_write_to_buf() never fails
svn:r537
2003-10-04 02:38:18 +00:00
Roger Dingledine 4f764d059c socks5 now works
(or at least, we can talk to mozilla.)


svn:r536
2003-10-04 01:37:01 +00:00
Roger Dingledine 786543921c clean some includes
svn:r535
2003-10-04 01:36:11 +00:00
Roger Dingledine adbd72cf9c add log convention to hacking file
this thing needs to get revamped into a 'guide to tor' document


svn:r534
2003-10-03 19:37:38 +00:00
Nick Mathewson 9ec7e7d7b1 Add new cell fullness and bandwidth stats.
svn:r533
2003-10-02 20:00:38 +00:00
Nick Mathewson 7268532304 Make testcases run again; more sanity checking to descriptor generation.
svn:r532
2003-10-01 22:31:13 +00:00
Roger Dingledine a5ccb1227c affected functions in the migration from addr:port to nickname for ORs
svn:r531
2003-10-01 03:35:31 +00:00