Loading ChangeLog +7 −0 Original line number Diff line number Diff line Changes in version 0.1.2.3-alpha - 2006-10-?? o Minor bugfixes: - Change NT service functions to be loaded on demand. This lets us build with mingw without breaking Tor for Windows 98 users. Changes in version 0.1.2.2-alpha - 2006-10-07 o Major features: - Make our async eventdns library on-by-default for Tor servers, Loading contrib/checkSpace.pl +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ for $fn (@ARGV) { if (/(\w+)\s\(/) { if ($1 ne "if" and $1 ne "while" and $1 ne "for" and $1 ne "switch" and $1 ne "return" and $1 ne "int" and $1 ne "elsif" and $1 ne "elsif" and $1 ne "WINAPI" and $1 ne "void" and $1 ne "__attribute__") { print " fn ():$fn:$.\n"; } Loading src/or/circuitbuild.c +2 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,8 @@ get_unique_circ_id_by_conn(or_connection_t *conn) * the currently built elements of circuit_t. If <b>verbose</b> is true, also * list information about link status in a more verbose format using spaces. * If <b>verbose_names</b> is false, give nicknames for Named routers and hex * digests for others; if <b>verbose_names</b> is true, * digests for others; if <b>verbose_names</b> is true, use $DIGEST=Name style * names. */ static char * circuit_list_path_impl(origin_circuit_t *circ, int verbose, int verbose_names) Loading src/or/connection_or.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
ChangeLog +7 −0 Original line number Diff line number Diff line Changes in version 0.1.2.3-alpha - 2006-10-?? o Minor bugfixes: - Change NT service functions to be loaded on demand. This lets us build with mingw without breaking Tor for Windows 98 users. Changes in version 0.1.2.2-alpha - 2006-10-07 o Major features: - Make our async eventdns library on-by-default for Tor servers, Loading
contrib/checkSpace.pl +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ for $fn (@ARGV) { if (/(\w+)\s\(/) { if ($1 ne "if" and $1 ne "while" and $1 ne "for" and $1 ne "switch" and $1 ne "return" and $1 ne "int" and $1 ne "elsif" and $1 ne "elsif" and $1 ne "WINAPI" and $1 ne "void" and $1 ne "__attribute__") { print " fn ():$fn:$.\n"; } Loading
src/or/circuitbuild.c +2 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,8 @@ get_unique_circ_id_by_conn(or_connection_t *conn) * the currently built elements of circuit_t. If <b>verbose</b> is true, also * list information about link status in a more verbose format using spaces. * If <b>verbose_names</b> is false, give nicknames for Named routers and hex * digests for others; if <b>verbose_names</b> is true, * digests for others; if <b>verbose_names</b> is true, use $DIGEST=Name style * names. */ static char * circuit_list_path_impl(origin_circuit_t *circ, int verbose, int verbose_names) Loading