summaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2007-05-24 r12912@catbus: nickm | 2007-05-24 11:48:49 -0400Nick Mathewson
2007-02-24cosmetic, comment, and todo fixesRoger Dingledine
2007-02-16 r11824@catbus: nickm | 2007-02-16 13:16:47 -0500Nick Mathewson
2007-02-12 r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson
2007-02-12 r11774@catbus: nickm | 2007-02-12 16:31:47 -0500Nick Mathewson
2007-02-05 r11639@catbus: nickm | 2007-02-05 13:33:38 -0500Nick Mathewson
2007-02-02 r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson
2007-02-01 r11620@catbus: nickm | 2007-02-01 13:06:27 -0500Nick Mathewson
2006-12-29 r11749@Kushana: nickm | 2006-12-29 00:51:42 -0500Nick Mathewson
2006-12-15 r11597@Kushana: nickm | 2006-12-15 15:49:27 -0500Nick Mathewson
2006-10-19 r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400Nick Mathewson
2006-10-02 r8846@totoro: nickm | 2006-10-02 16:59:57 -0400Nick Mathewson
2006-09-25add missing paren in dmalloc tor_freeNick Mathewson
2006-09-19NEEDS REVIEW. Act on previous comment, and handle named servers differently: ...Nick Mathewson
2006-09-09parameterize the loudness of get_interface_address()Roger Dingledine
2006-08-11 r7341@Kushana: nickm | 2006-08-11 00:51:05 -0700Nick Mathewson
2006-08-11 r7337@Kushana: nickm | 2006-08-11 00:42:04 -0700Nick Mathewson
2006-08-11 r7326@Kushana: nickm | 2006-08-10 23:50:49 -0700Nick Mathewson
2006-08-11 r7325@Kushana: nickm | 2006-08-10 23:37:31 -0700Nick Mathewson
2006-08-11 r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson
2006-07-31 r6980@Kushana: nickm | 2006-07-31 13:18:22 -0400Nick Mathewson
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