aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
Commit message (Expand)AuthorAge
* 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
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* Add --with-dmalloc configure optionPeter Palfrader2005-02-03
* move network_init from or/main to common/compatRoger Dingledine2004-12-22
* Fix a bug in last patch; and keep my name out of the assert() call too.Nick Mathewson2004-12-22
* Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson2004-12-22
* Add casei versions of strcmpstart/strcmpendNick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Disallow NDEBUG. It is very stupid.Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28