aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
...
* doc pedantRoger Dingledine2007-02-24
* r11832@catbus: nickm | 2007-02-16 15:31:59 -0500Nick Mathewson2007-02-16
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* r11774@catbus: nickm | 2007-02-12 16:31:47 -0500Nick Mathewson2007-02-12
* 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
* r11987@Kushana: nickm | 2007-01-19 14:57:28 -0500Nick Mathewson2007-01-19
* r9776@totoro: nickm | 2007-01-18 14:37:01 -0500Nick Mathewson2007-01-18
* r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500Nick Mathewson2007-01-15
* r11749@Kushana: nickm | 2006-12-29 00:51:42 -0500Nick Mathewson2006-12-29
* r11670@Kushana: nickm | 2006-12-21 12:23:55 -0500Nick Mathewson2006-12-21
* r11668@Kushana: nickm | 2006-12-20 22:22:53 -0500Nick Mathewson2006-12-21
* r11597@Kushana: nickm | 2006-12-15 15:49:27 -0500Nick Mathewson2006-12-15
* r11581@Kushana: nickm | 2006-12-15 00:12:24 -0500Nick Mathewson2006-12-15
* r9315@totoro: nickm | 2006-11-13 22:40:59 -0500Nick Mathewson2006-11-14
* r9313@totoro: nickm | 2006-11-13 20:07:41 -0500Nick Mathewson2006-11-14
* r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400Nick Mathewson2006-10-19
* Add missing return so this builds on mingw.Andrew Lewman2006-10-08
* r8923@totoro: nickm | 2006-10-07 11:44:33 -0400Nick Mathewson2006-10-07
* more minor cleanupsRoger Dingledine2006-10-07
* r8851@totoro: nickm | 2006-10-02 18:13:27 -0400Nick Mathewson2006-10-02
* r8846@totoro: nickm | 2006-10-02 16:59:57 -0400Nick Mathewson2006-10-02
* r8845@totoro: nickm | 2006-10-02 16:34:58 -0400Nick Mathewson2006-10-02
* r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson2006-09-29
* r9023@Kushana: nickm | 2006-09-29 17:27:24 -0400Nick Mathewson2006-09-29
* r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400Nick Mathewson2006-09-29
* r8974@Kushana: nickm | 2006-09-28 17:05:59 -0400Nick Mathewson2006-09-28
* r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400Nick Mathewson2006-09-21
* Speed up eat_whitespace by a lot.Nick Mathewson2006-09-19
* NEEDS REVIEW. Act on previous comment, and handle named servers differently: ...Nick Mathewson2006-09-19
* Malloc and friends are critical-path: Thus, add an it-wont-happen branch pred...Nick Mathewson2006-09-19
* Switch routerlist.c to using memcmp on digests rather than crypto_pk_cmp_keys...Nick Mathewson2006-09-19
* Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)Nick Mathewson2006-09-19
* parameterize the loudness of get_interface_address()Roger Dingledine2006-09-09
* fix typo, add log messageRoger Dingledine2006-09-09
* r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400Nick Mathewson2006-08-31
* r6993@Kushana: nickm | 2006-07-31 16:19:21 -0400Nick Mathewson2006-07-31
* r6980@Kushana: nickm | 2006-07-31 13:18:22 -0400Nick Mathewson2006-07-31
* Whitespace fixNick Mathewson2006-07-23
* 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
* remove non-germane commentNick Mathewson2006-06-18
* Add a memdup function to utilNick Mathewson2006-06-18
* Another escape() fix, for picky sprintfs.Nick Mathewson2006-06-09
* Override our notion of printability for esc_for_log. 127 and up are never pr...Nick Mathewson2006-06-09
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* resolve an unused variableRoger Dingledine2006-05-26
* Stop being picky about what the arguments to mapaddress look like.Roger Dingledine2006-05-25
* All these headers we get via torint.hPeter Palfrader2006-05-10