aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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 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 sure options.MaxConn can be reachedRoger Dingledine2004-11-01
* change min required number of fd's to 1024Roger Dingledine2004-11-01
* oh, and add the actual file tooRoger Dingledine2004-10-31
* implement first piece of hibernationRoger Dingledine2004-10-31
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson2004-10-30
* Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson2004-10-30
* tor --list-fingerprint to print fingerprint and exitNick Mathewson2004-10-30
* Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()Roger Dingledine2004-10-30
* Link tools directory into rest of build systemNick Mathewson2004-10-28
* Add a pure-C tor-resolve implementationNick Mathewson2004-10-28
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson2004-10-28
* Fix in warning fixNick Mathewson2004-10-27