aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* make datadirectory work againRoger Dingledine2004-11-09
* fix mistake in commentsRoger Dingledine2004-11-09
* Normalize DataDirectory in options_validate, making SIGHUP survivable.Nick Mathewson2004-11-09
* Document accountingNick Mathewson2004-11-09
* Stop DataDirectory from changing; also stop using new as an identifier?Nick Mathewson2004-11-09
* Make an options_act() where we do all the things a new options setRoger Dingledine2004-11-09
* stop breaking the get_options() abstraction in config.cRoger Dingledine2004-11-09
* fix comments in hibernate.cRoger Dingledine2004-11-09
* various fixesRoger Dingledine2004-11-09
* Separate validate from activate. Document undocumented stuff in config.c.Nick Mathewson2004-11-08
* while we hibernate, our declared bandwidth capacity is 0Roger Dingledine2004-11-07
* Document hibernate.c. Also fix handling of corner case where we hit the end o...Nick Mathewson2004-11-07
* Fix compile errorsNick Mathewson2004-11-07
* Make set-option functions distinguish between bad keys and bad values, in cas...Nick Mathewson2004-11-07
* 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
* parse_line_from_file is obsolete.Roger 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
* Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson2004-11-05
* clarify it even betterRoger Dingledine2004-11-05
* resolve misleading torrc commentsRoger Dingledine2004-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
* Twiddle header order to compile on OS X againNick Mathewson2004-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
* fix problems introduced by rpm spec patch.Nick Mathewson2004-11-04
* Merge RPM spec patch from jbashNick 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
* fix typosNick Mathewson2004-11-03
* Implement two flavors of authentication for control connections: one for trus...Nick Mathewson2004-11-03