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.c
Age
Commit message (
Expand
)
Author
2006-01-01
Clearner fix for timegm assert problem.
Nick Mathewson
2006-01-01
Fix assertion-trigger bug found by sjmurdoch
Nick Mathewson
2005-12-14
Bite the bullet and limit all our source lines to 80 characters, the way IBM ...
Nick Mathewson
2005-12-09
let is_internal_IP() know whether you're asking about an IP
Roger Dingledine
2005-12-08
Do not free a constant string.
Nick Mathewson
2005-12-05
Remove superfluous strdup
Peter Palfrader
2005-12-05
Also print usernames, not just numeric UIDs when we tell the user that his da...
Peter Palfrader
2005-12-05
give a hint when people are running tor as the wrong user, rather than
Roger Dingledine
2005-11-30
Move code to check for zero digests into util.c
Nick Mathewson
2005-11-15
Loops without an increment step can suck, even on windows.
Nick Mathewson
2005-11-15
Make new logging stuff work on windows; fix a couple of windows typos.
Nick Mathewson
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-24
Check for even more windows version flags, and note any we do not recognize.
Nick Mathewson
2005-10-18
Start dividing log messages into logging domains. No, LD_ is not the best of...
Nick Mathewson
2005-10-18
Remove assert in sort-of c-itical path
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-30
Reformat inconsistent function declarations.
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-10
Fix segfault in win32 unittests.
Nick Mathewson
2005-09-09
Add missing arg to windows tor_listdir()
Nick Mathewson
2005-09-09
Implement tor_listdir on windows. Untested.
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
put quotes around user-supplied strings so they are more likely to
Roger Dingledine
2005-08-26
add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()
Roger Dingledine
2005-08-12
Make GCC very happy, even with lots of warnings set. Also, try to fix some re...
Nick Mathewson
2005-08-05
parse_addr_port was vague about what to do when port_out was NULL. Make it b...
Nick Mathewson
2005-08-04
Fix windows warning
Nick Mathewson
2005-08-03
Make clients regenerate their keys when their IP address changes.
Nick Mathewson
2005-06-30
Fix an fd leak in start_daemon
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-04-06
bugfix: chdir to your datadirectory at the *end* of the
Roger Dingledine
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-17
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
Nick Mathewson
2005-03-16
Fix a fun windows bug: apparently windows stat wants paths not to end with sl...
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-22
Note a non-bug in read_file_to_str as used. If we start to rely on it behavin...
Nick Mathewson
2005-02-22
Patch to localtime/gmtime handling: use the _r variants where available. Use...
Nick Mathewson
2005-02-22
Remove assumptions that maximum path length is anything like 1024. From comm...
Nick Mathewson
2005-02-03
point out a potential thread/process leak problem when we're out of memory
Roger Dingledine
2005-02-03
Add --with-dmalloc configure option
Peter Palfrader
2005-01-10
help avoid overflow from len_in + (len_in/n)*len_ins
Roger Dingledine
2004-12-22
move network_init from or/main to common/compat
Roger Dingledine
2004-12-08
Solaris CC freaks out if isspace and friends get anything other than an int. ...
Nick Mathewson
2004-12-06
Fix parse_iso_time on platforms without strptime.
Nick Mathewson
2004-12-02
Be more proactive about noticing underflows: size_t values greater than 0x800...
Nick Mathewson
[next]