aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Update log documentation•••svn:r2691 Nick Mathewson2004-11-05
* Write hibernation code. Needs docs and tests.•••svn:r2689 Nick Mathewson2004-11-05
* Use new log format; convert old format to new format.•••svn:r2684 Nick Mathewson2004-11-05
* make the default default options.FirewallPorts be the default•••svn:r2683 Roger Dingledine2004-11-04
* Move accounting code into hibernate; start adding logic to track bandwidth-pe...•••svn:r2680 Nick Mathewson2004-11-04
* Support code for resettable options, and option sets. Still needs validate-a...•••svn:r2679 Nick Mathewson2004-11-04
* Make sure control command bodies are always followed by a NUL•••svn:r2678 Nick Mathewson2004-11-04
* Add code to read configuration lines from a string as well as a file•••svn:r2676 Nick Mathewson2004-11-04
* break out validate_options•••leave options.FirewallPorts NULL if it's NULL svn:r2673 Roger Dingledine2004-11-04
* make free_options() and init_options() use the big array.•••also remove obsolete config_assign_defaults(). svn:r2672 Roger Dingledine2004-11-04
* add a ControlPort and control listener conn.•••note that print_usage is obsolete. svn:r2671 Roger Dingledine2004-11-04
* Fix windows build•••svn:r2670 Nick Mathewson2004-11-04
* clarify the bandwidthburst and bandwidthrate are in bytes•••(niels had thought they were in bits, or kb, or something) svn:r2669 Roger Dingledine2004-11-04
* better interface for connection_ap_handshake_socks_reply()•••make --list-fingerprint print the fingerprint again svn:r2668 Roger Dingledine2004-11-03
* fix windows warnings•••svn:r2667 Nick Mathewson2004-11-03
* Implement two flavors of authentication for control connections: one for trus...•••svn:r2664 Nick Mathewson2004-11-03
* - Implement all of control interface except authentication, setconfig,••• and actually making the sockets. - Make sure that identity-based nicknames start with $. - Use new string_join interface. svn:r2661 Nick Mathewson2004-11-03
* Add function to generate/copy the config_lines, given the name of an option•••svn:r2660 Nick Mathewson2004-11-03
* Streamline the two redundant "Has the second rolled over?" checks in prepare_...•••svn:r2657 Nick Mathewson2004-11-03
* connection_read_bucket_decrement() has a side-effect that•••we need to get even if we just read 0 bytes svn:r2656 Roger Dingledine2004-11-03
* lay the groundwork for a default value for each config option.•••tolerate null exitnodes, entrynodes, etc config options. svn:r2655 Roger Dingledine2004-11-03
* Start implementing control interface.•••svn:r2652 Nick Mathewson2004-11-03
* Fix another typo•••svn:r2651 Nick Mathewson2004-11-03
* First attempt at hibernation code. It needs more work around the XXXXs, but ...•••svn:r2649 Nick Mathewson2004-11-02
* Use a stricter set of warnings; make them all pass.•••svn:r2645 Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)•••svn:r2644 Roger Dingledine2004-11-02
* Hidden service operators had a bug in version 1 style INTRODUCE cells•••that made them fail. Fix the bug, and revert clients to use version 0 until 0.0.9pre4 is obsolete. svn:r2641 Roger Dingledine2004-11-01
* Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640 Nick Mathewson2004-11-01
* make sure options.MaxConn can be reached•••svn:r2638 Roger Dingledine2004-11-01
* change min required number of fd's to 1024•••svn:r2636 Roger Dingledine2004-11-01
* oh, and add the actual file too•••svn:r2631 Roger Dingledine2004-10-31
* implement first piece of hibernation•••still need to track bandwidth, and make decisions based on bandwidth svn:r2630 Roger Dingledine2004-10-31
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...•••svn:r2629 Nick Mathewson2004-10-30
* tor --list-fingerprint to print fingerprint and exit•••svn:r2627 Nick Mathewson2004-10-30
* Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()•••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 Roger Dingledine2004-10-30
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...•••svn:r2618 Nick Mathewson2004-10-28
* Fix in warning fix•••svn:r2617 Nick Mathewson2004-10-27
* Check return of tor_snprintf•••svn:r2616 Nick Mathewson2004-10-27
* Tricksy compiler warnings! We hates them, hates them forever, my precious!•••svn:r2615 Nick Mathewson2004-10-27
* Pass with -Wstrict-prototypes•••svn:r2614 Nick Mathewson2004-10-27
* Fix windows build•••svn:r2613 Nick Mathewson2004-10-27
* Add ability for some-but-not-all abbrevs to work in config file. Add a bunch...•••svn:r2612 Nick Mathewson2004-10-27
* stop freeing arbitrary memory•••fix a couple of memory leaks svn:r2611 Roger Dingledine2004-10-27
* Use strlcpy, not strcpy.•••svn:r2610 Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintf•••svn:r2609 Nick Mathewson2004-10-27
* Avoid strcat; use snprintf or strlcat instead•••svn:r2605 Nick Mathewson2004-10-27
* Use strlcpy, not strncpy•••svn:r2603 Nick Mathewson2004-10-27
* Replace sprintf with snprintf•••svn:r2602 Nick Mathewson2004-10-27
* Make it compile on Linux•••svn:r2600 Nick Mathewson2004-10-27
* Document new config code•••svn:r2596 Nick Mathewson2004-10-27