index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
util.c
Commit message (
Expand
)
Author
Age
*
Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...
Nick Mathewson
2005-10-03
*
even better function start checks; give dmalloc a chance of working.
Nick Mathewson
2005-09-30
*
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-30
*
Add a bunch more warnings to out warning suite; resolve them; pack structs a ...
Nick Mathewson
2005-09-29
*
Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...
Nick Mathewson
2005-09-13
*
Fix segfault in win32 unittests.
Nick Mathewson
2005-09-10
*
Add missing arg to windows tor_listdir()
Nick Mathewson
2005-09-09
*
Implement tor_listdir on windows. Untested.
Nick Mathewson
2005-09-09
*
add strupper function
Nick Mathewson
2005-09-08
*
Add directory listing functions to util.[ch]. Watch the features creep!
Nick Mathewson
2005-09-03
*
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-26
*
Make GCC very happy, even with lots of warnings set. Also, try to fix some re...
Nick Mathewson
2005-08-12
*
parse_addr_port was vague about what to do when port_out was NULL. Make it b...
Nick Mathewson
2005-08-05
*
Fix windows warning
Nick Mathewson
2005-08-04
*
Make clients regenerate their keys when their IP address changes.
Nick Mathewson
2005-08-03
*
Fix an fd leak in start_daemon
Nick Mathewson
2005-06-30
*
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-11
*
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
*
bugfix: chdir to your datadirectory at the *end* of the
Roger Dingledine
2005-04-06
*
update copyright notices.
Nick Mathewson
2005-04-01
*
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
Nick Mathewson
2005-03-17
*
Fix a fun windows bug: apparently windows stat wants paths not to end with sl...
Nick Mathewson
2005-03-16
*
Implement more control spec functionality
Nick Mathewson
2005-02-25
*
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-22
*
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-02-03
*
help avoid overflow from len_in + (len_in/n)*len_ins
Roger Dingledine
2005-01-10
*
move network_init from or/main to common/compat
Roger Dingledine
2004-12-22
*
Solaris CC freaks out if isspace and friends get anything other than an int. ...
Nick Mathewson
2004-12-08
*
Fix parse_iso_time on platforms without strptime.
Nick Mathewson
2004-12-06
*
Be more proactive about noticing underflows: size_t values greater than 0x800...
Nick Mathewson
2004-12-02
*
Spell-check strings and comments
Nick Mathewson
2004-12-01
*
a few minor tweaks
Roger Dingledine
2004-11-30
*
Add casei versions of strcmpstart/strcmpend
Nick Mathewson
2004-11-30
*
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-29
*
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-28
*
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-26
*
Clean up some logging and interfaces
Nick Mathewson
2004-11-23
*
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-22
*
Fix a fun bug in read_all that was corrupting config files on windows, and pr...
Nick Mathewson
2004-11-16
*
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-12
[next]