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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
test.c
Age
Commit message (
Expand
)
Author
2005-08-22
Make unit tests run without segfaulting
Nick Mathewson
2005-08-12
Make GCC very happy, even with lots of warnings set. Also, try to fix some re...
Nick Mathewson
2005-08-09
Fix segfault in unit tests
Nick Mathewson
2005-08-08
Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...
Nick Mathewson
2005-07-23
Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...
Nick Mathewson
2005-07-22
Be consistent about preferring foo* to struct foo*
Nick Mathewson
2005-07-18
unit tests to prove i didn't screw up
Roger Dingledine
2005-07-15
Fix several bugs in read_escaped_data; add a unit test and a few docs
Nick Mathewson
2005-06-29
Logic to implement rendezvous/introduction via unknown servers.
Nick Mathewson
2005-06-27
Fix unit tests that used old signature for add_fingerprint_to_dir
Nick Mathewson
2005-06-11
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-07
Fix for 152: reject malformed .onion addresses rather then passing them on
Nick Mathewson
2005-06-04
Add unit test for openpgp s2k
Nick Mathewson
2005-05-14
Append default exit policy before checking for implicit internal addresses: f...
Nick Mathewson
2005-05-02
Remove support for looking at old directory/routerdesc elements; mark non-new...
Nick Mathewson
2005-04-26
Fix unit tests for buffers.
Nick Mathewson
2005-04-26
Clean/renormalize whitespace
Nick Mathewson
2005-04-26
Change the implementation of buf_t a lot: make it a ring buffer to minimize m...
Nick Mathewson
2005-04-07
tie MAX_DIR_SIZE to MAX_BUF_SIZE
Roger Dingledine
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-01
Change version parsing logic: a version is "obsolete" if it is not recommende...
Nick Mathewson
2005-02-22
Change from inet_ntoa to a threadproof tor_inet_ntoa.
Nick Mathewson
2005-02-22
Print uname on start of unittests.
Nick Mathewson
2005-01-22
Fix dumb bug in unittests.
Nick Mathewson
2005-01-20
Have reason string for serverdesc post requests contain actual serverdesc sta...
Nick Mathewson
2005-01-19
Add unittests for compression detection. Make all rendezvous descriptors "pla...
Nick Mathewson
2005-01-07
fix unit tests: address has to be a non-private IP, and socksport
Roger Dingledine
2005-01-06
Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...
Nick Mathewson
2005-01-04
Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...
Nick Mathewson
2004-12-24
Remove length restriction when generating directories.
Nick Mathewson
2004-12-16
Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...
Nick Mathewson
2004-12-07
Renormalize whitespace
Nick Mathewson
2004-12-07
Make unit tests work on win32
Nick Mathewson
2004-12-04
Add function to check that addr_policy_t is okay; change struct addr_policy_t...
Nick Mathewson
2004-11-30
Rename parse_address to parse_extended_hostname (since we have other kinds of...
Nick Mathewson
2004-11-29
Implement new version format for post 0.1.
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-29
put in initial support for ".nickname.exit" addresses, to let alice
Roger Dingledine
2004-11-28
correct multiple internal spaces
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-23
update unit tests to reflect changed interface
Roger Dingledine
2004-11-22
Normalize a few more kinds of whitespace. We now dislike:
Nick Mathewson
2004-11-12
Nobody was using the return values from smartlist_(set|del|del_keeporder), so...
Nick Mathewson
2004-11-12
Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...
Nick Mathewson
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-11-09
Resolve many XXXs and all DOCDOCs
Nick Mathewson
2004-11-07
More tests for split
Nick Mathewson
[next]