Age | Commit message (Expand) | Author |
2004-11-06 | tor --list-fingerprint as a client shouldn't try to print null | Roger Dingledine |
2004-11-06 | fix the next subtle memory-crunching bug | Roger Dingledine |
2004-11-06 | fix subtle bug that was causing logs to not show anything | Roger Dingledine |
2004-11-06 | only play the accounting game if it's possible you'll choose to hibernate | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-05 | Update log documentation | Nick Mathewson |
2004-11-05 | Write hibernation code. Needs docs and tests. | Nick Mathewson |
2004-11-05 | Use new log format; convert old format to new format. | Nick Mathewson |
2004-11-04 | make the default default options.FirewallPorts be the default | Roger Dingledine |
2004-11-04 | Move accounting code into hibernate; start adding logic to track bandwidth-pe... | Nick Mathewson |
2004-11-04 | Support code for resettable options, and option sets. Still needs validate-a... | Nick Mathewson |
2004-11-04 | Make sure control command bodies are always followed by a NUL | Nick Mathewson |
2004-11-04 | Add code to read configuration lines from a string as well as a file | Nick Mathewson |
2004-11-04 | break out validate_options | Roger Dingledine |
2004-11-04 | make free_options() and init_options() use the big array. | Roger Dingledine |
2004-11-04 | add a ControlPort and control listener conn. | Roger Dingledine |
2004-11-04 | Fix windows build | Nick Mathewson |
2004-11-04 | clarify the bandwidthburst and bandwidthrate are in bytes | Roger Dingledine |
2004-11-03 | better interface for connection_ap_handshake_socks_reply() | Roger Dingledine |
2004-11-03 | fix windows warnings | Nick Mathewson |
2004-11-03 | Implement two flavors of authentication for control connections: one for trus... | Nick Mathewson |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-11-03 | Add function to generate/copy the config_lines, given the name of an option | Nick Mathewson |
2004-11-03 | Streamline the two redundant "Has the second rolled over?" checks in prepare_... | Nick Mathewson |
2004-11-03 | connection_read_bucket_decrement() has a side-effect that | Roger Dingledine |
2004-11-03 | lay the groundwork for a default value for each config option. | Roger Dingledine |
2004-11-03 | Start implementing control interface. | Nick Mathewson |
2004-11-03 | Fix another typo | Nick Mathewson |
2004-11-02 | First attempt at hibernation code. It needs more work around the XXXXs, but ... | Nick Mathewson |
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-11-01 | Hidden service operators had a bug in version 1 style INTRODUCE cells | Roger Dingledine |
2004-11-01 | Split util into util (general utilities), container (smartlist and strmap), a... | Nick Mathewson |
2004-11-01 | make sure options.MaxConn can be reached | Roger Dingledine |
2004-11-01 | change min required number of fd's to 1024 | Roger Dingledine |
2004-10-31 | oh, and add the actual file too | Roger Dingledine |
2004-10-31 | implement first piece of hibernation | Roger Dingledine |
2004-10-30 | Only tor and test binaries need to link against openssl and zlib; tor-resolve... | Nick Mathewson |
2004-10-30 | tor --list-fingerprint to print fingerprint and exit | Nick Mathewson |
2004-10-30 | Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname() | Roger Dingledine |
2004-10-28 | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson |
2004-10-27 | Fix in warning fix | Nick Mathewson |
2004-10-27 | Check return of tor_snprintf | Nick Mathewson |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Pass with -Wstrict-prototypes | Nick Mathewson |
2004-10-27 | Fix windows build | Nick Mathewson |
2004-10-27 | Add ability for some-but-not-all abbrevs to work in config file. Add a bunch... | Nick Mathewson |
2004-10-27 | stop freeing arbitrary memory | Roger Dingledine |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |