[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-relays] How to change Tor's source code
- To: tor-relays@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [tor-relays] How to change Tor's source code
- From: Dmitrii Tcvetkov <demfloro@xxxxxxxxxxx>
- Date: Tue, 29 May 2018 11:59:36 +0300
- Arc-authentication-results: i=1; mx.demfloro.ru; auth=pass smtp.auth=demfloro smtp.mailfrom=demfloro@xxxxxxxxxxx
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=demfloro.ru; s=arc052018; t=1527584378; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=x7PiYMiFEgRXfprb1aywkLH4yMBtrvt/YpcyxVP+3xo=; b=0c/NeE7QkmQCvDk2giDDDbfL+kk5zzehcLiOHSpjSKTn0R2RPLvDcj9nL0CfZqxK3SUtUo Tg4WuCIETVYEtIixZhcFSNrQGC9VsX9ZukcYZZVy1zWvHrnljDDYeIBbg+Z7dJJ4A8EmmV dsfbV6kDgUCGGIQQBsifkgqN8bCYcoKV8er8svbou7ueSLeibdCfQ6wdPmIB8SyFwV1w7e ogcq24SuFbGZbyvPQANXWTy2Nub2SVQara4cjwPWHRrskbPdxcSLaSOoq8/JX5Q6n9c7t9 Np4P3Lr6JhCgGvOG/S6w/o9TgJdOPa5wa1LqzjGjbMC3wyzdRc/O6oI9Sn11mg==
- Arc-seal: i=1; s=arc052018; d=demfloro.ru; t=1527584378; a=rsa-sha256; cv=none; b=Z5Iyw7yIFnhdAoS3d+LN3MTPt6fordJClQGKg6/BD22nnqSyT3PYQOQucZDx+uHX82jNwIp+kN2WwiznkKR0Ujm2X2xQ2EXt6dlsU7PT6c/C7nPO7b8h57ZlBi/vyMbiDL6eOWDt+Ccpsv50rqRRYaYrOVKOkaIZ2cYCoxijE80Sd19YGscbjwAzqhRnploueQ5QAlSacHZWJ+Q77Rj90JA8+U+4uK4RfQg6YNMaceWCDBgy/EFLoZcIpTpbtclg47JvyCzb9kuWpzQZbU2CRdzfldZjXiO3x9ZGGYhgWNl1VBtrYzvgnpPxPv6SCqJJdp16bKruM3/ohfcU41Wlqg==
- Delivered-to: archiver@xxxxxxxx
- Delivery-date: Tue, 29 May 2018 05:07:42 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=demfloro.ru; s=052018; t=1527584378; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=x7PiYMiFEgRXfprb1aywkLH4yMBtrvt/YpcyxVP+3xo=; b=2Y3iAW56xx9lxR/Z5tvQd/8opBL8DrD7ICtv4xeQzvGgsgN/ytGqRxOrUveXwIlBFU28iY PNPV/mVKX66ri1I6uC/A6ySSI2Wp4OaOUDei3cnrKQQdivNMpy/RFdIAhiZ7ncIVhOneXF 2iJn2D4L5pkWE7kTR9W4Ka3YA2HJ3jWz03A+hWvr8YJoAuRIAefJbFgEm4IGvGc6JbUrBZ d0ppsL8qEQfM0qe+Ao6aloyCXXbkVHmttaHLsCLPOdFr+tEvr34S3OWMmReCBGm4QqilWx 7zCPALxiZ2CUIVjVNR313O+H2kS/e4Ex9jYn8pebD8OsxeeC6DirJjdohXFjLg==
- In-reply-to: <CADG92iZNYeqpyRUcUjbTO=6un39gf+oJg9AZHJRG=wJkH00VrQ@mail.gmail.com>
- List-archive: <http://lists.torproject.org/pipermail/tor-relays/>
- List-help: <mailto:tor-relays-request@lists.torproject.org?subject=help>
- List-id: "support and questions about running Tor relays \(exit, non-exit, bridge\)" <tor-relays.lists.torproject.org>
- List-post: <mailto:tor-relays@lists.torproject.org>
- List-subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays>, <mailto:tor-relays-request@lists.torproject.org?subject=subscribe>
- List-unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-relays>, <mailto:tor-relays-request@lists.torproject.org?subject=unsubscribe>
- References: <CADG92iZNYeqpyRUcUjbTO=6un39gf+oJg9AZHJRG=wJkH00VrQ@mail.gmail.com>
- Reply-to: tor-relays@xxxxxxxxxxxxxxxxxxxx
- Sender: "tor-relays" <tor-relays-bounces@xxxxxxxxxxxxxxxxxxxx>
On Tue, 29 May 2018 11:33:46 +0300
"dave` dave" <daved7082@xxxxxxxxx> wrote:
> I saw that i have this site
> https://gitweb.torproject.org/tor-browser.git which have Tor's source
> code, i don't understand how it works. i want to change the source
> code in my computer, can/how i do that?
At the bottom of the page you've linked there are clone links. You can
use them to clone git repo to your computer, you can read this good
book about working with Git[1].
After you've cloned the repository you can find instructions in
README.txt inside the repo.
[1] https://git-scm.com/book/en/v2
_______________________________________________
tor-relays mailing list
tor-relays@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays