aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
Commit message (Expand)AuthorAge
...
* 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
* mainline branch. Remove some more dead XXXs.Nick Mathewson2006-04-18
* "" is not a plausible address for addressmaps.Roger Dingledine2006-04-03
* add tor_strisprint() back in, this time with comments.Roger Dingledine2006-03-15
* and remove now-extraneous functionRoger Dingledine2006-03-15
* Use escaped() for remaining cases.Nick Mathewson2006-03-11
* fix infinite loopRoger Dingledine2006-03-06
* 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
* Start the process of converting warn to log_warn and so on.Roger Dingledine2006-02-13
* try to fix bug with spurious "everything is broken" warningNick Mathewson2006-02-13
* Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson2006-02-12