index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2004-11-04
Merge RPM spec patch from jbash
Nick Mathewson
2004-11-04
break out validate_options
Roger Dingledine
2004-11-04
make free_options() and init_options() use the big array.
Roger Dingledine
2004-11-04
add a ControlPort and control listener conn.
Roger Dingledine
2004-11-04
Fix windows build
Nick Mathewson
2004-11-04
clarify the bandwidthburst and bandwidthrate are in bytes
Roger Dingledine
2004-11-03
better interface for connection_ap_handshake_socks_reply()
Roger Dingledine
2004-11-03
fix windows warnings
Nick Mathewson
2004-11-03
fix typos
Nick Mathewson
2004-11-03
Update control-spec.txt; some minor changes; more thoughts on authentication
Nick Mathewson
2004-11-03
Implement two flavors of authentication for control connections: one for trus...
Nick Mathewson
2004-11-03
Remove extraneous local
Nick Mathewson
2004-11-03
Add 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-03
Add function to generate/copy the config_lines, given the name of an option
Nick Mathewson
2004-11-03
Add a slightly trickier string-join interface for making NUL-terminated strin...
Nick Mathewson
2004-11-03
Add a callback log handler type
Nick Mathewson
2004-11-03
Streamline the two redundant "Has the second rolled over?" checks in prepare_...
Nick Mathewson
2004-11-03
connection_read_bucket_decrement() has a side-effect that
Roger Dingledine
2004-11-03
lay the groundwork for a default value for each config option.
Roger Dingledine
2004-11-03
my gcc has never heard of -Wendif-labels
Roger Dingledine
2004-11-03
my assert.h takes extra pains to be certain to _re-include_
Roger Dingledine
2004-11-03
Start implementing control interface.
Nick Mathewson
2004-11-03
Fix another typo
Nick Mathewson
2004-11-03
The spelling is "d-e-f-i-n-e".
Nick Mathewson
2004-11-02
First attempt at hibernation code. It needs more work around the XXXXs, but ...
Nick Mathewson
2004-11-02
Add compatibility macros for printf and scanf-ing 64-bit unsigned ints
Nick Mathewson
2004-11-02
Handle strlcat/strlcpy correctly on platforms that have them.
Nick Mathewson
2004-11-02
untabify. This should hold it.
Nick Mathewson
2004-11-02
Use a stricter set of warnings; make them all pass.
Nick Mathewson
2004-11-02
canonicalize "src" and "dest" arg order in crypto.c (and others)
Roger Dingledine
2004-11-01
Fix signed/unsigned comparison warning
Nick Mathewson
2004-11-01
util.c needs ctype.h for tolower and isspace
Roger Dingledine
2004-11-01
Hidden service operators had a bug in version 1 style INTRODUCE cells
Roger Dingledine
2004-11-01
Split util into util (general utilities), container (smartlist and strmap), a...
Nick Mathewson
2004-11-01
make the tarball build
Roger Dingledine
2004-11-01
make sure options.MaxConn can be reached
Roger Dingledine
2004-11-01
hunt for getrlimit setrlimit sys/time.h sys/resource.h
Roger Dingledine
2004-11-01
change min required number of fd's to 1024
Roger Dingledine
2004-11-01
make our autogen.sh work on ksh as well as bash
Roger Dingledine
2004-10-31
clean up confusing instruction
Roger Dingledine
2004-10-31
fix 'make dist' so it works again
Roger Dingledine
2004-10-31
stop trying to maintain two separate doc sections
Roger Dingledine
2004-10-31
oh, and add the actual file too
Roger Dingledine
2004-10-31
implement first piece of hibernation
Roger Dingledine
2004-10-30
Only tor and test binaries need to link against openssl and zlib; tor-resolve...
Nick Mathewson
2004-10-30
Move all util functions that need openssl into crypto.c; make non-openssl fun...
Nick Mathewson
2004-10-30
tor --list-fingerprint to print fingerprint and exit
Nick Mathewson
2004-10-30
add a note to the doc telling openbsd folks that their fd limit is
Roger Dingledine
2004-10-30
Add TODO item: gripe early when fd limits are low, rather than blowing up whe...
Nick Mathewson
[next]