summaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2007-09-24 r15320@catbus: nickm | 2007-09-24 11:49:09 -0400Nick Mathewson
2007-05-24 r12912@catbus: nickm | 2007-05-24 11:48:49 -0400Nick Mathewson
2007-02-28 r12001@catbus: nickm | 2007-02-28 15:24:12 -0500Nick Mathewson
2007-02-28 r11992@catbus: nickm | 2007-02-28 12:46:32 -0500Nick Mathewson
2007-02-24doc pedantRoger Dingledine
2007-02-16 r11832@catbus: nickm | 2007-02-16 15:31:59 -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
2007-01-19 r11987@Kushana: nickm | 2007-01-19 14:57:28 -0500Nick Mathewson
2007-01-18 r9776@totoro: nickm | 2007-01-18 14:37:01 -0500Nick Mathewson
2007-01-15 r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500Nick Mathewson
2006-12-29 r11749@Kushana: nickm | 2006-12-29 00:51:42 -0500Nick Mathewson
2006-12-21 r11670@Kushana: nickm | 2006-12-21 12:23:55 -0500Nick Mathewson
2006-12-21 r11668@Kushana: nickm | 2006-12-20 22:22:53 -0500Nick Mathewson
2006-12-15 r11597@Kushana: nickm | 2006-12-15 15:49:27 -0500Nick Mathewson
2006-12-15 r11581@Kushana: nickm | 2006-12-15 00:12:24 -0500Nick Mathewson
2006-11-14 r9315@totoro: nickm | 2006-11-13 22:40:59 -0500Nick Mathewson
2006-11-14 r9313@totoro: nickm | 2006-11-13 20:07:41 -0500Nick Mathewson
2006-10-19 r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400Nick Mathewson
2006-10-08Add missing return so this builds on mingw.Andrew Lewman
2006-10-07 r8923@totoro: nickm | 2006-10-07 11:44:33 -0400tor-0.1.2.2-alphaNick Mathewson
2006-10-07more minor cleanupsRoger Dingledine
2006-10-02 r8851@totoro: nickm | 2006-10-02 18:13:27 -0400Nick Mathewson
2006-10-02 r8846@totoro: nickm | 2006-10-02 16:59:57 -0400Nick Mathewson
2006-10-02 r8845@totoro: nickm | 2006-10-02 16:34:58 -0400Nick Mathewson
2006-09-29 r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson
2006-09-29 r9023@Kushana: nickm | 2006-09-29 17:27:24 -0400Nick Mathewson
2006-09-29 r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400Nick Mathewson
2006-09-28 r8974@Kushana: nickm | 2006-09-28 17:05:59 -0400Nick Mathewson
2006-09-21 r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400Nick Mathewson
2006-09-19Speed up eat_whitespace by a lot.Nick Mathewson
2006-09-19NEEDS REVIEW. Act on previous comment, and handle named servers differently: ...Nick Mathewson
2006-09-19Malloc and friends are critical-path: Thus, add an it-wont-happen branch pred...Nick Mathewson
2006-09-19Switch routerlist.c to using memcmp on digests rather than crypto_pk_cmp_keys...Nick Mathewson
2006-09-19Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)Nick Mathewson
2006-09-09parameterize the loudness of get_interface_address()Roger Dingledine
2006-09-09fix typo, add log messageRoger Dingledine
2006-08-31 r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400Nick Mathewson
2006-07-31 r6993@Kushana: nickm | 2006-07-31 16:19:21 -0400Nick Mathewson
2006-07-31 r6980@Kushana: nickm | 2006-07-31 13:18:22 -0400Nick Mathewson
2006-07-23Whitespace fixNick 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-06-18remove non-germane commentNick Mathewson
2006-06-18Add a memdup function to utilNick Mathewson
2006-06-09Another escape() fix, for picky sprintfs.Nick Mathewson
2006-06-09Override our notion of printability for esc_for_log. 127 and up are never pr...Nick Mathewson