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
2007-05-24
r12912@catbus: nickm | 2007-05-24 11:48:49 -0400
Nick Mathewson
2007-02-24
cosmetic, comment, and todo fixes
Roger Dingledine
2007-02-16
r11824@catbus: nickm | 2007-02-16 13:16:47 -0500
Nick Mathewson
2007-02-12
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
Nick Mathewson
2007-02-12
r11774@catbus: nickm | 2007-02-12 16:31:47 -0500
Nick Mathewson
2007-02-05
r11639@catbus: nickm | 2007-02-05 13:33:38 -0500
Nick Mathewson
2007-02-02
r11629@catbus: nickm | 2007-02-02 15:06:17 -0500
Nick Mathewson
2007-02-01
r11620@catbus: nickm | 2007-02-01 13:06:27 -0500
Nick Mathewson
2006-12-29
r11749@Kushana: nickm | 2006-12-29 00:51:42 -0500
Nick Mathewson
2006-12-15
r11597@Kushana: nickm | 2006-12-15 15:49:27 -0500
Nick Mathewson
2006-10-19
r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400
Nick Mathewson
2006-10-02
r8846@totoro: nickm | 2006-10-02 16:59:57 -0400
Nick Mathewson
2006-09-25
add missing paren in dmalloc tor_free
Nick Mathewson
2006-09-19
NEEDS REVIEW. Act on previous comment, and handle named servers differently: ...
Nick Mathewson
2006-09-09
parameterize the loudness of get_interface_address()
Roger Dingledine
2006-08-11
r7341@Kushana: nickm | 2006-08-11 00:51:05 -0700
Nick Mathewson
2006-08-11
r7337@Kushana: nickm | 2006-08-11 00:42:04 -0700
Nick Mathewson
2006-08-11
r7326@Kushana: nickm | 2006-08-10 23:50:49 -0700
Nick Mathewson
2006-08-11
r7325@Kushana: nickm | 2006-08-10 23:37:31 -0700
Nick Mathewson
2006-08-11
r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700
Nick Mathewson
2006-07-31
r6980@Kushana: nickm | 2006-07-31 13:18:22 -0400
Nick Mathewson
2006-07-23
Add a mem_is_zero function (I think we will need this) and a STRUCT_OFFSET ma...
Nick Mathewson
2006-07-06
when an exit node gets a malformed begin cell, don't complain to
Roger Dingledine
2006-07-04
minor fixes
Roger Dingledine
2006-06-18
perhaps the reason I rail against cut-and-paste programming so vehemently is ...
Nick Mathewson
2006-06-18
Add a memdup function to util
Nick Mathewson
2006-03-15
add tor_strisprint() back in, this time with comments.
Roger Dingledine
2006-03-15
and remove now-extraneous function
Roger Dingledine
2006-03-13
Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...
Nick Mathewson
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
[next]