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
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
2004-12-01
Spell-check strings and comments
Nick Mathewson
2004-11-30
a few minor tweaks
Roger Dingledine
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-28
wrong is ok, and right is fine, but in between is apparently
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
Clean up some logging and interfaces
Nick Mathewson
2004-11-22
Normalize a few more kinds of whitespace. We now dislike:
Nick Mathewson
2004-11-22
Add function to format local time in ISO format
Nick Mathewson
2004-11-16
Fix a fun bug in read_all that was corrupting config files on windows, and pr...
Nick Mathewson
2004-11-12
Fix argument to strncpy.
Nick Mathewson
2004-11-12
Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...
Nick Mathewson
2004-11-12
Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...
Nick Mathewson
2004-11-10
Resolve FIXME items: make expand_filename handle ~ and ~username
Nick Mathewson
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-11-09
Clean windows a little
Nick Mathewson
2004-11-09
Fix windows build for VC6; centralize newline-fiasco-damage-control logic
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-09
various fixes
Roger Dingledine
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-04
Fix windows build
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-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
util.c needs ctype.h for tolower and isspace
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
[next]