summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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-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-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-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-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-03Implement 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-03Add function to generate/copy the config_lines, given the name of an optionNick 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
2004-11-03lay the groundwork for a default value for each config option.Roger Dingledine
2004-11-03Start implementing control interface.Nick Mathewson
2004-11-03Fix another typoNick Mathewson
2004-11-02First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-11-01Hidden service operators had a bug in version 1 style INTRODUCE cellsRoger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-11-01make sure options.MaxConn can be reachedRoger Dingledine
2004-11-01change min required number of fd's to 1024Roger Dingledine
2004-10-31oh, and add the actual file tooRoger Dingledine
2004-10-31implement first piece of hibernationRoger Dingledine
2004-10-30Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson
2004-10-30tor --list-fingerprint to print fingerprint and exitNick Mathewson
2004-10-30Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()Roger Dingledine
2004-10-28Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson
2004-10-27Fix in warning fixNick Mathewson
2004-10-27Check return of tor_snprintfNick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Pass with -Wstrict-prototypesNick Mathewson
2004-10-27Fix windows buildNick Mathewson
2004-10-27Add ability for some-but-not-all abbrevs to work in config file. Add a bunch...Nick Mathewson
2004-10-27stop freeing arbitrary memoryRoger Dingledine
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson