Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-31 | clean up confusing instruction | Roger Dingledine | |
svn:r2634 | |||
2004-10-31 | fix 'make dist' so it works again | Roger Dingledine | |
svn:r2633 | |||
2004-10-31 | stop trying to maintain two separate doc sections | Roger Dingledine | |
now README points to tor-doc.html svn:r2632 | |||
2004-10-31 | oh, and add the actual file too | Roger Dingledine | |
svn:r2631 | |||
2004-10-31 | implement first piece of hibernation | Roger Dingledine | |
still need to track bandwidth, and make decisions based on bandwidth svn:r2630 | |||
2004-10-30 | Only tor and test binaries need to link against openssl and zlib; ↵ | Nick Mathewson | |
tor-resolve can be smaller. svn:r2629 | |||
2004-10-30 | Move 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-30 | tor --list-fingerprint to print fingerprint and exit | Nick Mathewson | |
svn:r2627 | |||
2004-10-30 | add a note to the doc telling openbsd folks that their fd limit is | Roger Dingledine | |
too low svn:r2626 | |||
2004-10-30 | Add TODO item: gripe early when fd limits are low, rather than blowing up ↵ | Nick Mathewson | |
when we run out svn:r2625 | |||
2004-10-30 | Fix 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-28 | Link tools directory into rest of build system | Nick Mathewson | |
svn:r2623 | |||
2004-10-28 | Note item completion | Nick Mathewson | |
svn:r2622 | |||
2004-10-28 | Rename Python tor-resolve to tor-resolve.py; stop installing it; move ↵ | Nick Mathewson | |
tor-resolve manpage to doc directory svn:r2621 | |||
2004-10-28 | Add a pure-C tor-resolve implementation | Nick Mathewson | |
svn:r2620 | |||
2004-10-28 | Mark item completed | Nick Mathewson | |
svn:r2619 | |||
2004-10-28 | Tweaks 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-27 | Fix in warning fix | Nick Mathewson | |
svn:r2617 | |||
2004-10-27 | Check return of tor_snprintf | Nick Mathewson | |
svn:r2616 | |||
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson | |
svn:r2615 | |||
2004-10-27 | Pass with -Wstrict-prototypes | Nick Mathewson | |
svn:r2614 | |||
2004-10-27 | Fix windows build | Nick Mathewson | |
svn:r2613 | |||
2004-10-27 | Add 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-27 | stop freeing arbitrary memory | Roger Dingledine | |
fix a couple of memory leaks svn:r2611 | |||
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson | |
svn:r2610 | |||
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson | |
svn:r2609 | |||
2004-10-27 | clean up todo file some more | Roger Dingledine | |
svn:r2608 | |||
2004-10-27 | document dirpolicy config option | Roger Dingledine | |
svn:r2607 | |||
2004-10-27 | snprintf wrapper with consistant (though not C99) overflow behavior | Nick Mathewson | |
svn:r2606 | |||
2004-10-27 | Avoid strcat; use snprintf or strlcat instead | Nick Mathewson | |
svn:r2605 | |||
2004-10-27 | setting up your own tor network is much simpler now | Roger Dingledine | |
svn:r2604 | |||
2004-10-27 | Use strlcpy, not strncpy | Nick Mathewson | |
svn:r2603 | |||
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson | |
svn:r2602 | |||
2004-10-27 | Tenatively break items down for "launch" version | Nick Mathewson | |
svn:r2601 | |||
2004-10-27 | Make it compile on Linux | Nick Mathewson | |
svn:r2600 | |||
2004-10-27 | Add cvsignore in win32 directory | Nick Mathewson | |
svn:r2599 | |||
2004-10-27 | Clean TODO indentation | Nick Mathewson | |
svn:r2598 | |||
2004-10-27 | Mark item completed | Nick Mathewson | |
svn:r2597 | |||
2004-10-27 | Document new config code | Nick Mathewson | |
svn:r2596 | |||
2004-10-27 | document configuration options with InitialCaps | Nick Mathewson | |
svn:r2595 | |||
2004-10-27 | Re-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-27 | Mark some items completed | Nick Mathewson | |
svn:r2593 | |||
2004-10-27 | Add 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-26 | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson | |
svn:r2591 | |||
2004-10-25 | Add a couple of items to TODO | Nick Mathewson | |
svn:r2590 | |||
2004-10-25 | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine | |
nick, could you abstract this sometime so we don't repeat the sockspolicy code twice? svn:r2589 | |||
2004-10-24 | update the rendezvous spec to be less wrong (but still wrong) | Roger Dingledine | |
svn:r2588 | |||
2004-10-24 | fix a memory leak | Roger Dingledine | |
svn:r2587 | |||
2004-10-24 | start generating new version of introduce1 cells | Roger Dingledine | |
svn:r2586 | |||
2004-10-24 | fix wrong comment | Roger Dingledine | |
svn:r2585 |