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
/
common
/
util.h
Age
Commit message (
Expand
)
Author
2006-03-05
Add some functions to escape values from the network before sending them to t...
Nick Mathewson
2006-03-05
Allow private:* in routerdescs; not generated yet (because older Tors do not ...
Nick Mathewson
2006-02-12
Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...
Nick Mathewson
2006-02-09
Happy new year!
Roger Dingledine
2006-01-10
Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.
Nick Mathewson
2005-12-09
util.c:1308: error: conflicting types for "is_internal_IP"
Nick Mathewson
2005-11-30
Move code to check for zero digests into util.c
Nick Mathewson
2005-11-01
tor_assert had a misleading comment
Roger Dingledine
2005-10-25
Remove last vestiges of old logging interface.
Nick Mathewson
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-18
Start dividing log messages into logging domains. No, LD_ is not the best of...
Nick Mathewson
2005-10-18
Inline key smartlist functions; use fast versions by default.
Nick Mathewson
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-10-03
Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...
Nick Mathewson
2005-09-30
even better function start checks; give dmalloc a chance of working.
Nick Mathewson
2005-09-29
Add a bunch more warnings to out warning suite; resolve them; pack structs a ...
Nick Mathewson
2005-09-13
Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...
Nick Mathewson
2005-09-08
add strupper function
Nick Mathewson
2005-09-03
Add directory listing functions to util.[ch]. Watch the features creep!
Nick Mathewson
2005-08-26
add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()
Roger Dingledine
2005-08-03
Make clients regenerate their keys when their IP address changes.
Nick Mathewson
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-04-26
clean up this TOR_FRAGILE business
Roger Dingledine
2005-04-06
bugfix: chdir to your datadirectory at the *end* of the
Roger Dingledine
2005-04-01
update copyright notices.
Nick Mathewson
2005-02-25
Implement more control spec functionality
Nick Mathewson
2005-02-22
Change from inet_ntoa to a threadproof tor_inet_ntoa.
Nick Mathewson
2005-02-03
Add --with-dmalloc configure option
Peter Palfrader
2004-12-22
move network_init from or/main to common/compat
Roger Dingledine
2004-12-22
Fix a bug in last patch; and keep my name out of the assert() call too.
Nick Mathewson
2004-12-22
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
Nick Mathewson
2004-11-30
Add casei versions of strcmpstart/strcmpend
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-29
Disallow NDEBUG. It is very stupid.
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-22
Add function to format local time in ISO format
Nick Mathewson
2004-11-09
Resolve many XXXs and all DOCDOCs
Nick Mathewson
2004-11-09
Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...
Nick Mathewson
2004-11-06
parse_line_from_file is obsolete.
Roger Dingledine
2004-11-05
Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined
Nick Mathewson
2004-11-04
Add code to read configuration lines from a string as well as a file
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
my assert.h takes extra pains to be certain to _re-include_
Roger Dingledine
2004-11-02
Handle strlcat/strlcpy correctly on platforms that have them.
Nick Mathewson
2004-11-02
canonicalize "src" and "dest" arg order in crypto.c (and others)
Roger Dingledine
2004-11-01
Split util into util (general utilities), container (smartlist and strmap), a...
Nick Mathewson
2004-11-01
make sure options.MaxConn can be reached
Roger Dingledine
2004-10-27
Pass with -Wstrict-prototypes
Nick Mathewson
2004-10-27
snprintf wrapper with consistant (though not C99) overflow behavior
Nick Mathewson
[next]