aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Mark items completed; clarify items; remove dupsNick 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
* Note item status from meetingNick 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
* Finish applying jbash patch to Makefile.am; make dist-rpm work againNick Mathewson2004-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
* Adjust GETCONFIG/SETCONFIG specification in control-specNick 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
* Update control-spec.txt; some minor changes; more thoughts on authenticationNick Mathewson2004-11-03
* Implement two flavors of authentication for control connections: one for trus...Nick Mathewson2004-11-03
* Remove extraneous localNick Mathewson2004-11-03
* Add a write_bytes_to_file so we can have files with NULs in them.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
* Add a slightly trickier string-join interface for making NUL-terminated strin...Nick Mathewson2004-11-03
* Add a callback log handler typeNick 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
* my gcc has never heard of -Wendif-labelsRoger Dingledine2004-11-03
* my assert.h takes extra pains to be certain to _re-include_Roger Dingledine2004-11-03
* Start implementing control interface.Nick Mathewson2004-11-03
* Fix another typoNick Mathewson2004-11-03
* The spelling is "d-e-f-i-n-e".Nick Mathewson2004-11-03
* First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson2004-11-02
* Add compatibility macros for printf and scanf-ing 64-bit unsigned intsNick Mathewson2004-11-02
* Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson2004-11-02
* untabify. This should hold it.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
* Fix signed/unsigned comparison warningNick Mathewson2004-11-01
* util.c needs ctype.h for tolower and isspaceRoger Dingledine2004-11-01
* Hidden service operators had a bug in version 1 style INTRODUCE cellsRoger Dingledine2004-11-01