aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-31clean up confusing instructionRoger Dingledine
svn:r2634
2004-10-31fix 'make dist' so it works againRoger Dingledine
svn:r2633
2004-10-31stop trying to maintain two separate doc sectionsRoger Dingledine
now README points to tor-doc.html svn:r2632
2004-10-31oh, and add the actual file tooRoger Dingledine
svn:r2631
2004-10-31implement first piece of hibernationRoger Dingledine
still need to track bandwidth, and make decisions based on bandwidth svn:r2630
2004-10-30Only tor and test binaries need to link against openssl and zlib; ↵Nick Mathewson
tor-resolve can be smaller. svn:r2629
2004-10-30Move all util functions that need openssl into crypto.c; make non-openssl ↵Nick Mathewson
functions that util needs into util. Now openssl can be separated. svn:r2628
2004-10-30tor --list-fingerprint to print fingerprint and exitNick Mathewson
svn:r2627
2004-10-30add a note to the doc telling openbsd folks that their fd limit isRoger Dingledine
too low svn:r2626
2004-10-30Add TODO item: gripe early when fd limits are low, rather than blowing up ↵Nick Mathewson
when we run out svn:r2625
2004-10-30Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()Roger Dingledine
failed at the first hop, it would try to relaunch another circ right then, even though the first circuit hadn't been populated yet with its pending_final_cpath. svn:r2624
2004-10-28Link tools directory into rest of build systemNick Mathewson
svn:r2623
2004-10-28Note item completionNick Mathewson
svn:r2622
2004-10-28Rename Python tor-resolve to tor-resolve.py; stop installing it; move ↵Nick Mathewson
tor-resolve manpage to doc directory svn:r2621
2004-10-28Add a pure-C tor-resolve implementationNick Mathewson
svn:r2620
2004-10-28Mark item completedNick Mathewson
svn:r2619
2004-10-28Tweaks to prevent obsolete restarting tors from hammering the dirservers. ↵Nick Mathewson
(1) Cache a received directory as soon as the signature checks out. (2) Treat a cached directory as "recent" based on its mtime. (3) If we have a recent directory, we dont need to fetch a newer one for DirFetchPostPeriod. This needs review! svn:r2618
2004-10-27Fix in warning fixNick Mathewson
svn:r2617
2004-10-27Check return of tor_snprintfNick Mathewson
svn:r2616
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
svn:r2615
2004-10-27Pass with -Wstrict-prototypesNick Mathewson
svn:r2614
2004-10-27Fix windows buildNick Mathewson
svn:r2613
2004-10-27Add ability for some-but-not-all abbrevs to work in config file. Add a ↵Nick Mathewson
bunch of singular/plural abbrevs suggested by arma svn:r2612
2004-10-27stop freeing arbitrary memoryRoger Dingledine
fix a couple of memory leaks svn:r2611
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
svn:r2610
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
svn:r2609
2004-10-27clean up todo file some moreRoger Dingledine
svn:r2608
2004-10-27document dirpolicy config optionRoger Dingledine
svn:r2607
2004-10-27snprintf wrapper with consistant (though not C99) overflow behaviorNick Mathewson
svn:r2606
2004-10-27Avoid strcat; use snprintf or strlcat insteadNick Mathewson
svn:r2605
2004-10-27setting up your own tor network is much simpler nowRoger Dingledine
svn:r2604
2004-10-27Use strlcpy, not strncpyNick Mathewson
svn:r2603
2004-10-27Replace sprintf with snprintfNick Mathewson
svn:r2602
2004-10-27Tenatively break items down for "launch" versionNick Mathewson
svn:r2601
2004-10-27Make it compile on LinuxNick Mathewson
svn:r2600
2004-10-27Add cvsignore in win32 directoryNick Mathewson
svn:r2599
2004-10-27Clean TODO indentationNick Mathewson
svn:r2598
2004-10-27Mark item completedNick Mathewson
svn:r2597
2004-10-27Document new config codeNick Mathewson
svn:r2596
2004-10-27document configuration options with InitialCapsNick Mathewson
svn:r2595
2004-10-27Re-write configuration option lookup code: use a table, not a big if( || || ↵Nick Mathewson
|| ||). Deprecate unoffical abbrevs and abbrevs not on the command line. svn:r2594
2004-10-27Mark some items completedNick Mathewson
svn:r2593
2004-10-27Add and document router-status line using new unified liveness/verifiedness ↵Nick Mathewson
format; continue to generate running-routers; continue to parse running-routers when no router-status line is found svn:r2592
2004-10-26Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson
svn:r2591
2004-10-25Add a couple of items to TODONick Mathewson
svn:r2590
2004-10-25quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine
nick, could you abstract this sometime so we don't repeat the sockspolicy code twice? svn:r2589
2004-10-24update the rendezvous spec to be less wrong (but still wrong)Roger Dingledine
svn:r2588
2004-10-24fix a memory leakRoger Dingledine
svn:r2587
2004-10-24start generating new version of introduce1 cellsRoger Dingledine
svn:r2586
2004-10-24fix wrong commentRoger Dingledine
svn:r2585