aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* Fix up error codesNick Mathewson2004-11-07
* More tests for splitNick Mathewson2004-11-07
* add saveconf control command.Roger Dingledine2004-11-07
* Add missing dereference; stop throwing zeroes around.Nick Mathewson2004-11-07
* Document control.cNick Mathewson2004-11-07
* allow unauth control connections for nowRoger Dingledine2004-11-07
* Clean up copyrights.Roger Dingledine2004-11-07
* tor --list-fingerprint as a client shouldn't try to print nullRoger Dingledine2004-11-06
* fix the next subtle memory-crunching bugRoger Dingledine2004-11-06
* fix subtle bug that was causing logs to not show anythingRoger Dingledine2004-11-06
* only play the accounting game if it's possible you'll choose to hibernateRoger Dingledine2004-11-06
* Make options no longer a global variable.Roger Dingledine2004-11-06
* Update log documentationNick Mathewson2004-11-05
* Write hibernation code. Needs docs and tests.Nick Mathewson2004-11-05
* Use new log format; convert old format to new format.Nick Mathewson2004-11-05
* make the default default options.FirewallPorts be the defaultRoger Dingledine2004-11-04
* Move accounting code into hibernate; start adding logic to track bandwidth-pe...Nick Mathewson2004-11-04
* Support code for resettable options, and option sets. Still needs validate-a...Nick Mathewson2004-11-04
* Make sure control command bodies are always followed by a NULNick Mathewson2004-11-04
* Add code to read configuration lines from a string as well as a fileNick Mathewson2004-11-04
* break out validate_optionsRoger Dingledine2004-11-04
* make free_options() and init_options() use the big array.Roger Dingledine2004-11-04
* add a ControlPort and control listener conn.Roger Dingledine2004-11-04
* Fix windows buildNick Mathewson2004-11-04
* clarify the bandwidthburst and bandwidthrate are in bytesRoger Dingledine2004-11-04
* better interface for connection_ap_handshake_socks_reply()Roger Dingledine2004-11-03
* fix windows warningsNick Mathewson2004-11-03
* Implement two flavors of authentication for control connections: one for trus...Nick Mathewson2004-11-03
* - Implement all of control interface except authentication, setconfig,Nick Mathewson2004-11-03
* Add function to generate/copy the config_lines, given the name of an optionNick Mathewson2004-11-03
* Streamline the two redundant "Has the second rolled over?" checks in prepare_...Nick Mathewson2004-11-03
* connection_read_bucket_decrement() has a side-effect thatRoger Dingledine2004-11-03
* lay the groundwork for a default value for each config option.Roger Dingledine2004-11-03
* Start implementing control interface.Nick Mathewson2004-11-03
* Fix another typoNick Mathewson2004-11-03
* First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson2004-11-02
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* Hidden service operators had a bug in version 1 style INTRODUCE cellsRoger Dingledine2004-11-01
* Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson2004-11-01
* make sure options.MaxConn can be reachedRoger Dingledine2004-11-01
* change min required number of fd's to 1024Roger Dingledine2004-11-01
* oh, and add the actual file tooRoger Dingledine2004-10-31
* implement first piece of hibernationRoger Dingledine2004-10-31
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson2004-10-30
* tor --list-fingerprint to print fingerprint and exitNick Mathewson2004-10-30
* Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()Roger Dingledine2004-10-30
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson2004-10-28
* Fix in warning fixNick Mathewson2004-10-27
* Check return of tor_snprintfNick Mathewson2004-10-27