aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03Update control-spec.txt; some minor changes; more thoughts on authenticationNick 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
2004-11-03lay the groundwork for a default value for each config option.Roger Dingledine
2004-11-03my gcc has never heard of -Wendif-labelsRoger Dingledine
2004-11-03my assert.h takes extra pains to be certain to _re-include_Roger Dingledine
2004-11-03Start implementing control interface.Nick Mathewson
2004-11-03Fix another typoNick Mathewson
2004-11-03The spelling is "d-e-f-i-n-e".Nick Mathewson
2004-11-02First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson
2004-11-02Add compatibility macros for printf and scanf-ing 64-bit unsigned intsNick Mathewson
2004-11-02Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson
2004-11-02untabify. This should hold it.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-01Fix signed/unsigned comparison warningNick Mathewson
2004-11-01util.c needs ctype.h for tolower and isspaceRoger 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 the tarball buildRoger Dingledine
2004-11-01make sure options.MaxConn can be reachedRoger Dingledine
2004-11-01hunt for getrlimit setrlimit sys/time.h sys/resource.hRoger Dingledine
2004-11-01change min required number of fd's to 1024Roger Dingledine
2004-11-01make our autogen.sh work on ksh as well as bashRoger Dingledine
2004-10-31clean up confusing instructionRoger Dingledine
2004-10-31fix 'make dist' so it works againRoger Dingledine
2004-10-31stop trying to maintain two separate doc sectionsRoger 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-30Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson
2004-10-30tor --list-fingerprint to print fingerprint and exitNick Mathewson
2004-10-30add a note to the doc telling openbsd folks that their fd limit isRoger Dingledine
2004-10-30Add TODO item: gripe early when fd limits are low, rather than blowing up whe...Nick Mathewson