summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-11-09various fixesRoger Dingledine
2004-11-08Separate validate from activate. Document undocumented stuff in config.c.Nick Mathewson
2004-11-07while we hibernate, our declared bandwidth capacity is 0Roger Dingledine
2004-11-07Document hibernate.c. Also fix handling of corner case where we hit the end o...Nick Mathewson
2004-11-07Fix compile errorsNick Mathewson
2004-11-07Make set-option functions distinguish between bad keys and bad values, in cas...Nick Mathewson
2004-11-07Fix up error codesNick Mathewson
2004-11-07More tests for splitNick Mathewson
2004-11-07add saveconf control command.Roger Dingledine
2004-11-07Add missing dereference; stop throwing zeroes around.Nick Mathewson
2004-11-07Document control.cNick Mathewson
2004-11-07allow unauth control connections for nowRoger Dingledine
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06tor --list-fingerprint as a client shouldn't try to print nullRoger Dingledine
2004-11-06fix the next subtle memory-crunching bugRoger Dingledine
2004-11-06fix subtle bug that was causing logs to not show anythingRoger Dingledine
2004-11-06only play the accounting game if it's possible you'll choose to hibernateRoger Dingledine
2004-11-06parse_line_from_file is obsolete.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-05Update log documentationNick Mathewson
2004-11-05Write hibernation code. Needs docs and tests.Nick Mathewson
2004-11-05Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson
2004-11-05clarify it even betterRoger Dingledine
2004-11-05resolve misleading torrc commentsRoger Dingledine
2004-11-05Use new log format; convert old format to new format.Nick Mathewson
2004-11-04make the default default options.FirewallPorts be the defaultRoger Dingledine
2004-11-04Twiddle header order to compile on OS X againNick Mathewson
2004-11-04Move accounting code into hibernate; start adding logic to track bandwidth-pe...Nick Mathewson
2004-11-04Support code for resettable options, and option sets. Still needs validate-a...Nick Mathewson
2004-11-04Make sure control command bodies are always followed by a NULNick Mathewson
2004-11-04Add code to read configuration lines from a string as well as a fileNick Mathewson
2004-11-04fix problems introduced by rpm spec patch.Nick Mathewson
2004-11-04Merge RPM spec patch from jbashNick Mathewson
2004-11-04break out validate_optionsRoger Dingledine
2004-11-04make free_options() and init_options() use the big array.Roger Dingledine
2004-11-04add a ControlPort and control listener conn.Roger Dingledine
2004-11-04Fix windows buildNick Mathewson
2004-11-04clarify the bandwidthburst and bandwidthrate are in bytesRoger Dingledine
2004-11-03better interface for connection_ap_handshake_socks_reply()Roger Dingledine
2004-11-03fix windows warningsNick Mathewson
2004-11-03fix typosNick Mathewson
2004-11-03Implement two flavors of authentication for control connections: one for trus...Nick Mathewson
2004-11-03Remove extraneous localNick Mathewson
2004-11-03Add a write_bytes_to_file so we can have files with NULs in them.Nick Mathewson
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-11-03Add function to generate/copy the config_lines, given the name of an optionNick Mathewson
2004-11-03Add a slightly trickier string-join interface for making NUL-terminated strin...Nick Mathewson
2004-11-03Add a callback log handler typeNick Mathewson
2004-11-03Streamline the two redundant "Has the second rolled over?" checks in prepare_...Nick Mathewson
2004-11-03connection_read_bucket_decrement() has a side-effect thatRoger Dingledine