summaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2006-01-01Clearner fix for timegm assert problem.Nick Mathewson
2006-01-01Fix assertion-trigger bug found by sjmurdochNick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-09let is_internal_IP() know whether you're asking about an IPRoger Dingledine
2005-12-08Do not free a constant string.Nick Mathewson
2005-12-05Remove superfluous strdupPeter Palfrader
2005-12-05Also print usernames, not just numeric UIDs when we tell the user that his da...Peter Palfrader
2005-12-05give a hint when people are running tor as the wrong user, rather thanRoger Dingledine
2005-11-30Move code to check for zero digests into util.cNick Mathewson
2005-11-15Loops without an increment step can suck, even on windows.Nick Mathewson
2005-11-15Make new logging stuff work on windows; fix a couple of windows typos.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-24Check for even more windows version flags, and note any we do not recognize.Nick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-10-18Remove assert in sort-of c-itical pathNick Mathewson
2005-10-03Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson
2005-09-30even better function start checks; give dmalloc a chance of working.Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-09-13Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...Nick Mathewson
2005-09-10Fix segfault in win32 unittests.Nick Mathewson
2005-09-09Add missing arg to windows tor_listdir()Nick Mathewson
2005-09-09Implement tor_listdir on windows. Untested.Nick Mathewson
2005-09-08add strupper functionNick Mathewson
2005-09-03Add directory listing functions to util.[ch]. Watch the features creep!Nick Mathewson
2005-08-26put quotes around user-supplied strings so they are more likely toRoger Dingledine
2005-08-26add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-05parse_addr_port was vague about what to do when port_out was NULL. Make it b...Nick Mathewson
2005-08-04Fix windows warningNick Mathewson
2005-08-03Make clients regenerate their keys when their IP address changes.Nick Mathewson
2005-06-30Fix an fd leak in start_daemonNick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-04-06bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-16Fix a fun windows bug: apparently windows stat wants paths not to end with sl...Nick Mathewson
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-22Note a non-bug in read_file_to_str as used. If we start to rely on it behavin...Nick Mathewson
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson
2005-02-22Remove assumptions that maximum path length is anything like 1024. From comm...Nick Mathewson
2005-02-03point out a potential thread/process leak problem when we're out of memoryRoger Dingledine
2005-02-03Add --with-dmalloc configure optionPeter Palfrader
2005-01-10help avoid overflow from len_in + (len_in/n)*len_insRoger Dingledine
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-06Fix parse_iso_time on platforms without strptime.Nick Mathewson
2004-12-02Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson