aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
Commit message (Expand)AuthorAge
* r11639@catbus: nickm | 2007-02-05 13:33:38 -0500Nick Mathewson2007-02-05
* r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson2007-02-02
* r11620@catbus: nickm | 2007-02-01 13:06:27 -0500Nick Mathewson2007-02-01
* r11749@Kushana: nickm | 2006-12-29 00:51:42 -0500Nick Mathewson2006-12-29
* r11597@Kushana: nickm | 2006-12-15 15:49:27 -0500Nick Mathewson2006-12-15
* r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400Nick Mathewson2006-10-19
* r8846@totoro: nickm | 2006-10-02 16:59:57 -0400Nick Mathewson2006-10-02
* add missing paren in dmalloc tor_freeNick Mathewson2006-09-25
* NEEDS REVIEW. Act on previous comment, and handle named servers differently: ...Nick Mathewson2006-09-19
* parameterize the loudness of get_interface_address()Roger Dingledine2006-09-09
* r7341@Kushana: nickm | 2006-08-11 00:51:05 -0700Nick Mathewson2006-08-11
* r7337@Kushana: nickm | 2006-08-11 00:42:04 -0700Nick Mathewson2006-08-11
* r7326@Kushana: nickm | 2006-08-10 23:50:49 -0700Nick Mathewson2006-08-11
* r7325@Kushana: nickm | 2006-08-10 23:37:31 -0700Nick Mathewson2006-08-11
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
* r6980@Kushana: nickm | 2006-07-31 13:18:22 -0400Nick Mathewson2006-07-31
* Add a mem_is_zero function (I think we will need this) and a STRUCT_OFFSET ma...Nick Mathewson2006-07-23
* when an exit node gets a malformed begin cell, don't complain toRoger Dingledine2006-07-06
* minor fixesRoger Dingledine2006-07-04
* perhaps the reason I rail against cut-and-paste programming so vehemently is ...Nick Mathewson2006-06-18
* Add a memdup function to utilNick Mathewson2006-06-18
* add tor_strisprint() back in, this time with comments.Roger Dingledine2006-03-15
* and remove now-extraneous functionRoger Dingledine2006-03-15
* Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...Nick Mathewson2006-03-13
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* Allow private:* in routerdescs; not generated yet (because older Tors do not ...Nick Mathewson2006-03-05
* Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson2006-02-12
* Happy new year!Roger Dingledine2006-02-09
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson2006-01-10
* util.c:1308: error: conflicting types for "is_internal_IP"Nick Mathewson2005-12-09
* Move code to check for zero digests into util.cNick Mathewson2005-11-30
* tor_assert had a misleading commentRoger Dingledine2005-11-01
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* Inline key smartlist functions; use fast versions by default.Nick Mathewson2005-10-18
* Make doxygen marginally happierNick Mathewson2005-10-06
* Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson2005-10-03
* even better function start checks; give dmalloc a chance of working.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Two new functions like write_bytes_to_file: one takes a list of byte-and-len ...Nick Mathewson2005-09-13
* add strupper functionNick Mathewson2005-09-08
* Add directory listing functions to util.[ch]. Watch the features creep!Nick Mathewson2005-09-03
* add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa()Roger Dingledine2005-08-26
* Make clients regenerate their keys when their IP address changes.Nick Mathewson2005-08-03
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine2005-04-06
* update copyright notices.Nick Mathewson2005-04-01
* Implement more control spec functionalityNick Mathewson2005-02-25