aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2006-09-28 r8974@Kushana: nickm | 2006-09-28 17:05:59 -0400Nick Mathewson
2006-09-28 r8750@totoro: nickm | 2006-09-27 20:52:01 -0400Nick Mathewson
2006-09-25Backport candidate: remove dangerous free(0) on hashtable initNick Mathewson
2006-09-25add missing paren in dmalloc tor_freeNick 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-15 r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400Nick Mathewson
2006-09-14 r9749@danube: weasel | 2006-09-14 06:53:12 +0200Peter Palfrader
2006-09-09parameterize the loudness of get_interface_address()Roger Dingledine
2006-09-09fix typo, add log messageRoger Dingledine
2006-09-06 r8725@Kushana: nickm | 2006-09-06 04:39:29 -0400Nick Mathewson
2006-09-06 r8724@Kushana: nickm | 2006-09-06 04:32:28 -0400Nick Mathewson
2006-09-06- made configure check if we are building for win32Mike Chiussi
2006-08-31 r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400Nick Mathewson
2006-08-31 r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400Nick Mathewson
2006-08-31 r8691@Kushana: nickm | 2006-08-31 13:30:46 -0400Nick Mathewson
2006-08-29 r8682@Kushana: nickm | 2006-08-29 17:58:59 -0400Nick Mathewson
2006-08-28 r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400Nick Mathewson
2006-08-27stop three memory leaks. nick, fix these if i'm wrong.Roger Dingledine
2006-08-16 r7404@Kushana: nickm | 2006-08-16 09:32:19 -0400Nick Mathewson
2006-08-14note a compile warning that we should investigate one day.Roger Dingledine
2006-08-11 r7341@Kushana: nickm | 2006-08-11 00:51:05 -0700Nick Mathewson
2006-08-11 r7337@Kushana: nickm | 2006-08-11 00:42:04 -0700Nick Mathewson
2006-08-11 r7335@Kushana: nickm | 2006-08-11 00:13:03 -0700Nick Mathewson
2006-08-11 r7326@Kushana: nickm | 2006-08-10 23:50:49 -0700Nick Mathewson
2006-08-11 r7325@Kushana: nickm | 2006-08-10 23:37:31 -0700Nick Mathewson
2006-08-11 r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson
2006-08-05 r7030@Kushana: nickm | 2006-08-04 14:46:52 -0700Nick Mathewson
2006-08-05 r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700Nick Mathewson
2006-08-05 r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700Nick Mathewson
2006-08-04 r7025@Kushana: nickm | 2006-08-04 12:03:22 -0700Nick Mathewson
2006-08-04 r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700Nick Mathewson
2006-08-03turn future seg faults into assertsRoger Dingledine
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-31 r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400Nick Mathewson
2006-07-31 r6978@Kushana: nickm | 2006-07-31 13:16:14 -0400Nick Mathewson
2006-07-31 r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400Nick Mathewson
2006-07-27Fix a bug in HT_REMOVE.Nick Mathewson
2006-07-27Get better numbers out of HT_REP_OKNick Mathewson
2006-07-25Remove .cvsignore files from trunkPeter Palfrader
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-21Another MSVC6 fix. Grnk.Nick Mathewson
2006-07-18Hm. We probably should define INT64_MAX if we really want it. (Especially si...Nick Mathewson
2006-07-17MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...Nick Mathewson