summaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2006-07-23Add a mem_is_zero function (I think we will need this) and a STRUCT_OFFSET ma...Nick Mathewson
2006-07-06when an exit node gets a malformed begin cell, don't complain toRoger Dingledine
2006-07-04minor fixesRoger Dingledine
2006-06-18perhaps the reason I rail against cut-and-paste programming so vehemently is ...Nick Mathewson
2006-06-18Add a memdup function to utilNick Mathewson
2006-03-15add tor_strisprint() back in, this time with comments.Roger Dingledine
2006-03-15and remove now-extraneous functionRoger Dingledine
2006-03-13Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...Nick Mathewson
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-03-05Allow private:* in routerdescs; not generated yet (because older Tors do not ...Nick Mathewson
2006-02-12Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson
2006-02-09Happy new year!Roger Dingledine
2006-01-10Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson
2005-12-09util.c:1308: error: conflicting types for "is_internal_IP"Nick Mathewson
2005-11-30Move code to check for zero digests into util.cNick Mathewson
2005-11-01tor_assert had a misleading commentRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-10-18Inline key smartlist functions; use fast versions by default.Nick Mathewson
2005-10-06Make doxygen marginally happierNick 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-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-08add strupper functionNick Mathewson
2005-09-03Add directory listing functions to util.[ch]. Watch the features creep!Nick Mathewson
2005-08-26add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine
2005-08-03Make clients regenerate their keys when their IP address changes.Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-06bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine
2005-04-01update copyright notices.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-03Add --with-dmalloc configure optionPeter Palfrader
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-22Fix a bug in last patch; and keep my name out of the assert() call too.Nick Mathewson
2004-12-22Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson
2004-11-30Add casei versions of strcmpstart/strcmpendNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29Disallow NDEBUG. It is very stupid.Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-22Add function to format local time in ISO formatNick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson
2004-11-06parse_line_from_file is obsolete.Roger Dingledine
2004-11-05Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson
2004-11-04Add code to read configuration lines from a string as well as a fileNick Mathewson