aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-21ship src/win32/ in the tarballRoger Dingledine
svn:r2576
2004-10-20Check for low _MSC_VER, not high. On windows, always use winsock.Nick Mathewson
svn:r2575
2004-10-20bump version to pre5-cvsRoger Dingledine
svn:r2574
2004-10-20add winsock if you've got it, regardless of whether you're msvRoger Dingledine
svn:r2573
2004-10-20Use bitwise masking to turn off bits, not compare-and-subtractNick Mathewson
svn:r2572
2004-10-20bcc win32 compiler has no timeval tv_secRoger Dingledine
svn:r2571
2004-10-20Update TODONick Mathewson
svn:r2570
2004-10-20point out two parts where the spec is wrongRoger Dingledine
svn:r2569
2004-10-19Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson
maintain it. Have clients default to the nickname "client" in their certificates. Give a less frightening warning on obsolete (pre-0.0.8) routerinfo_t's. svn:r2568
2004-10-19Tolerate NULL nicknames betterNick Mathewson
svn:r2567
2004-10-19Add "pass" target for RedirectExit, to make it easier to break out of a ↵Nick Mathewson
sequence of rules svn:r2566
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
svn:r2565
2004-10-17use connection_edge_is_rendezvous_stream() moreRoger Dingledine
svn:r2564
2004-10-17mark some items done, move some around, add a wishlist itemRoger Dingledine
svn:r2563
2004-10-17whoops, resolve cells were probably brokenRoger Dingledine
svn:r2562
2004-10-17New upstream (pre)release.debian-version-0.0.8+0.0.9pre4-1Peter Palfrader
Apply patch from cvs to fix a segfault in src/or/test (test.c, 1.131). svn:r2560
2004-10-17Fix segfault in unit tests. (Main program is unaffected)Nick Mathewson
svn:r2559
2004-10-17bump version to 0.0.9pre4tor-0.0.9pre4Roger Dingledine
svn:r2557
2004-10-17commit a changelog for pre4Roger Dingledine
svn:r2556
2004-10-17fix a seg fault with exitredirectRoger Dingledine
svn:r2555
2004-10-17..and reflect that in the todoRoger Dingledine
svn:r2554
2004-10-17switch conn->addr and conn->dir_port to reflect the final destination,Roger Dingledine
not the http proxy svn:r2553
2004-10-17Unify windows special-dir handlingNick Mathewson
svn:r2552
2004-10-17Document new optionsNick Mathewson
svn:r2551
2004-10-17Implement RedirectExit.Nick Mathewson
svn:r2550
2004-10-16fix comment that makes no senseRoger Dingledine
svn:r2549
2004-10-16various tweaks and fixesRoger Dingledine
svn:r2548
2004-10-16i take back everything i've said about unit testsRoger Dingledine
svn:r2547
2004-10-16Code to parse (but not yet actually use) RedirectExit linesNick Mathewson
svn:r2546
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
svn:r2545
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
svn:r2544
2004-10-16Fix unit tests, make it compileNick Mathewson
svn:r2543
2004-10-16Change interface of parse_addr_port() to return address in host order, since ↵Nick Mathewson
most users seem to want that. svn:r2542
2004-10-16Make unit tests pass; refactor most of exit policy parfsing out into new ↵Nick Mathewson
function svn:r2541
2004-10-16Refactor parse-addr-mask-and-port-range into a separate functionNick Mathewson
svn:r2540
2004-10-16Note NULL/memset status in TODONick Mathewson
svn:r2539
2004-10-16fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson
svn:r2538
2004-10-16Paranoid bulletproofing for exit codeNick Mathewson
svn:r2537
2004-10-16Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ↵Nick Mathewson
ptr=NULL are equivalent svn:r2536
2004-10-16Fix memory leakNick Mathewson
svn:r2535
2004-10-15Implement user-declared node families.Nick Mathewson
svn:r2534
2004-10-15Remove unused localsNick Mathewson
svn:r2533
2004-10-15Oops; make sure that break; and continue; work within SMARTLIST_FOREACHNick Mathewson
svn:r2532
2004-10-15Use the real default exit policy, not reject *:*Nick Mathewson
svn:r2531
2004-10-15Add a commentNick Mathewson
svn:r2530
2004-10-15Upload to trusted dir servers based on DirServer config options, not on ↵Nick Mathewson
routerinfos. svn:r2529
2004-10-15Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ↵Nick Mathewson
whitespace a little better. svn:r2528
2004-10-15Ignore fascistfirewall when dealing with service descriptors; obey ↵Nick Mathewson
fascistfirewall when posting server descriptors; ignore fascistfirewall on directory connections when httpproxy is set. svn:r2527
2004-10-15Use token-pasting magic to make nested SMARTLIST_FOREACH work.Nick Mathewson
svn:r2526
2004-10-15Fix search-and-replace in comments: Friends->family does not imply ↵Nick Mathewson
friendship->familyhip. svn:r2525