| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-15 | [pkg] vendor update | kali kaneko (leap communications) | |
| 2022-07-25 | [feat] private bridges via env vars | kali kaneko (leap communications) | |
| 2022-06-26 | [pkg] add vendor back | kali kaneko (leap communications) | |
| 2022-03-15 | Remove vendor from git | Sam Whited | |
| Previously we saved the vendor tree in version control, making any commit that changed a dependency rather large. Go Modules gives us most of the advantages of vendoring except that if a dependency which is not stored on the proxy is deleted we would lose access to it. For now, we can remove the vendor tree and when we get CI working again we can possibly generate and save the vendor tree as a build artifact. Signed-off-by: Sam Whited <sam@samwhited.com> | |||
| 2021-11-29 | [pkg] update vendor | kali kaneko (leap communications) | |
| 2021-04-14 | [pkg] go mod vendor to build debian/ubuntu packages | kali kaneko (leap communications) | |
| 2019-08-08 | [pkg] remove vendor | Kali Kaneko (leap communications) | |
| 2019-01-18 | [test] fix ci builds after the refactor | Ruben Pollan | |
| 2019-01-17 | [pkg] all your deps are vendored to us | Kali Kaneko (leap communications) | |
| 2018-11-29 | [pkg] vendor fix for the separator in windows0.18.11 | Kali Kaneko (leap communications) | |
| 2018-11-23 | [feat] set a bigger icon in darwin | Kali Kaneko (leap communications) | |
| 2018-11-14 | [pkg] add temporary vendoring of getlantern/systray to fix win bug | Kali Kaneko (leap communications) | |
| this adds upstream PR #74 | |||
| 2018-10-25 | [pkg] remove vendoring of getlantern/systray | Kali Kaneko (leap communications) | |
| after https://github.com/getlantern/systray/commit/5fb0feca3c0677e9fa31e579ff69631f49a379a2 was merged, we don't need to keep using the vendoring of systray. there is some flickering with the stop/start/cancel menu items chening their orderning that still needs to be solved. | |||
| 2018-10-25 | [feat] store temporary icons in /var/tmp | Ruben Pollan | |
| - Resolves: #26 | |||
| 2018-10-25 | [bug] let's not delete the icons until they are not used anymore | Ruben Pollan | |
| 2018-10-10 | [feat] systray linux: unlink temp files as soon as they are in use | Ruben Pollan | |
| Stop generating one file in /tmp for each icon change. Let's move the clean up to the set icon instead of waiting for the quit clean up. Unlink will remove the file from /tmp, but app_indicator will hold a descriptor until it finishes with it. This is a cherry-pick from a pull-request upstream: https://github.com/getlantern/systray/pull/63 - Resolves: #60 | |||
| 2018-09-26 | [pkg] vendor getlantern/systray | kali | |
| this is a workaround for riseup_vpn#28 | |||
