aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson2004-11-01
* make the tarball buildRoger Dingledine2004-11-01
* make sure options.MaxConn can be reachedRoger Dingledine2004-11-01
* hunt for getrlimit setrlimit sys/time.h sys/resource.hRoger Dingledine2004-11-01
* change min required number of fd's to 1024Roger Dingledine2004-11-01
* make our autogen.sh work on ksh as well as bashRoger Dingledine2004-11-01
* clean up confusing instructionRoger Dingledine2004-10-31
* fix 'make dist' so it works againRoger Dingledine2004-10-31
* stop trying to maintain two separate doc sectionsRoger Dingledine2004-10-31
* oh, and add the actual file tooRoger Dingledine2004-10-31
* implement first piece of hibernationRoger Dingledine2004-10-31