- Oct 14, 2004
-
-
Peter Palfrader authored
svn:r2516
-
Roger Dingledine authored
svn:r2515
-
Roger Dingledine authored
svn:r2513
-
Roger Dingledine authored
svn:r2512
-
Roger Dingledine authored
svn:r2511
-
Roger Dingledine authored
svn:r2510
-
Roger Dingledine authored
if read() fails on a stream, send back an end cell before you close it down. svn:r2509
-
Roger Dingledine authored
svn:r2508
-
Roger Dingledine authored
svn:r2507
-
Roger Dingledine authored
svn:r2506
-
Roger Dingledine authored
svn:r2505
-
Roger Dingledine authored
svn:r2501
-
Peter Palfrader authored
svn:r2498
-
Roger Dingledine authored
svn:r2497
-
Roger Dingledine authored
svn:r2496
-
Roger Dingledine authored
svn:r2495
-
Nick Mathewson authored
svn:r2494
-
Nick Mathewson authored
svn:r2493
-
Nick Mathewson authored
svn:r2492
-
Nick Mathewson authored
svn:r2491
-
Nick Mathewson authored
svn:r2489
-
Roger Dingledine authored
svn:r2488
-
Nick Mathewson authored
svn:r2487
-
Roger Dingledine authored
svn:r2486
-
Roger Dingledine authored
svn:r2485
-
Roger Dingledine authored
svn:r2484
-
Roger Dingledine authored
svn:r2483
-
Roger Dingledine authored
plus a whitespace patch on config.c from vicman svn:r2482
-
Nick Mathewson authored
svn:r2481
-
Nick Mathewson authored
SHGetSpecialFolderPath in order to find application data folder. Apparently, until IE 4 (!?) came out, nobody realized that programmers might like to get paths as strings. Clearly, a fancy pseudo-OO list of "identifiers" is a far more convenient way to deal with these things. And while we're being OO, why return object that you can free with free()? Instead, let's make the user get a handle to an abstract allocation object, and ask it to free the fancy list, and then ask it to release itself. Won't that be fun and convenient? Navigating ancient Win32 APIs is like bikini-waxing creatures from HP Lovecraft: to do a good job you must understand what's going on... but the understanding itself can blast your sanity. svn:r2480
-
Nick Mathewson authored
Remove need for dirservers file: now, we note trusted dirservers in configuration options, and only need to remember addr:port and key digest for each one. svn:r2479
-
- Oct 13, 2004
-
-
Nick Mathewson authored
svn:r2470
-
Roger Dingledine authored
plus make router_nickname_is_approved() more obviously unused svn:r2469
-
Nick Mathewson authored
svn:r2468
-
Nick Mathewson authored
svn:r2467
-
Nick Mathewson authored
svn:r2466
-
Nick Mathewson authored
svn:r2465
-
Nick Mathewson authored
svn:r2464
-
Nick Mathewson authored
svn:r2463
-
Nick Mathewson authored
Make directories get generated properly again; debug key lookup. Also, it is hard to find entries in a table when you never put them there. svn:r2462
-