media/mtransport/third_party/nICEr/IMPORT_FILES

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1                 # Crypto
     2                 ./src/crypto/nr_crypto.c
     3                 ./src/crypto/nr_crypto.h
     4                 #./src/crypto/nr_crypto_openssl.c
     5                 #./src/crypto/nr_crypto_openssl.h
     7                 # ICE
     8                 ./src/ice/ice_candidate.c
     9                 ./src/ice/ice_candidate.h
    10                 ./src/ice/ice_candidate_pair.c
    11                 ./src/ice/ice_candidate_pair.h
    12                 ./src/ice/ice_codeword.h
    13                 ./src/ice/ice_component.c
    14                 ./src/ice/ice_component.h
    15                 ./src/ice/ice_ctx.c
    16                 ./src/ice/ice_ctx.h
    17                 ./src/ice/ice_handler.h
    18                 ./src/ice/ice_media_stream.c
    19                 ./src/ice/ice_media_stream.h
    20                 ./src/ice/ice_parser.c
    21                 ./src/ice/ice_peer_ctx.c
    22                 ./src/ice/ice_peer_ctx.h
    23                 ./src/ice/ice_reg.h
    24                 ./src/ice/ice_socket.c
    25                 ./src/ice/ice_socket.h
    27                 # Net
    28                 ./src/net/nr_socket.c
    29                 ./src/net/nr_socket.h
    30                 #./src/net/nr_socket_local.c
    31                 ./src/net/nr_socket_local.h
    32                 ./src/net/transport_addr.c
    33                 ./src/net/transport_addr.h
    34                 ./src/net/transport_addr_reg.c
    35                 ./src/net/transport_addr_reg.h
    37                 # STUN
    38                 ./src/stun/addrs.c
    39                 ./src/stun/addrs.h
    40                 ./src/stun/nr_socket_turn.c
    41                 ./src/stun/nr_socket_turn.h
    42                 ./src/stun/stun.h
    43                 ./src/stun/stun_build.c
    44                 ./src/stun/stun_build.h
    45                 ./src/stun/stun_client_ctx.c
    46                 ./src/stun/stun_client_ctx.h
    47                 ./src/stun/stun_codec.c
    48                 ./src/stun/stun_codec.h
    49                 ./src/stun/stun_hint.c
    50                 ./src/stun/stun_hint.h
    51                 ./src/stun/stun_msg.c
    52                 ./src/stun/stun_msg.h
    53                 ./src/stun/stun_proc.c
    54                 ./src/stun/stun_proc.h
    55                 ./src/stun/stun_reg.h
    56                 ./src/stun/stun_server_ctx.c
    57                 ./src/stun/stun_server_ctx.h
    58                 ./src/stun/stun_util.c
    59                 ./src/stun/stun_util.h
    60                 ./src/stun/turn_client_ctx.c
    61                 ./src/stun/turn_client_ctx.h
    63                 # Util
    64                 ./src/util/cb_args.c
    65                 ./src/util/cb_args.h
    66                 ./src/util/ice_util.c
    67                 ./src/util/ice_util.h
    68                 ./src/util/mbslen.c
    69                 ./src/util/mbslen.h

mercurial