View Git repositories

Telegram Desktop hosts its code at https://github.com/telegramdesktop/tdesktop.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:telegram-desktop

See all merge proposals.

Telegram Desktop has 15 active branches owned by 1 person. There were 3 commits by 2 people in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:telegram-desktop
Series: trunk
1 Development 2017-03-08 21:10:32 UTC
1284. Alpha 1.0.20: fix crash in old Window...

Author: John Preston
Revision Date: 2017-03-08 21:10:32 UTC

Alpha 1.0.20: fix crash in old Windows versions.

A shell32 method SHCreateItemFromParsingName was used without
checking if it was successfully loaded from shell32.dll (Vista+).

lp:~itachi-san/telegram-desktop/breakpad 1 Development 2024-05-31 12:05:33 UTC
2181. Wait for SIGSTOP during attach, reinj...

Author: Martin Kurbanov
Revision Date: 2024-05-31 12:05:33 UTC

Wait for SIGSTOP during attach, reinjecting unrelated signals

PTRACE_ATTACH sends SIGSTOP to this thread. However, on waitpid() we may
receive some other pending signal sooner than this SIGSTOP. Therefore,
we need to call waitpid() until we receive SIGSTOP.

Signals other than SIGSTOP that are received need to be reinjected with
PTRACE_CONT, or they will otherwise get lost.

If we do not wait for the SIGSTOP signal in waitpid(), this signal will
be delivered after PTRACE_DETACH, and the thread will enter the
"T (stopped)" state.

See ptrace(2) manpage, under the section "Attaching and detaching".

Change-Id: Ifcc89cc34086988d496cd31f5dc63e9fceebcaf6
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/5582149
Reviewed-by: Mike Frysinger <vapier@chromium.org>

lp:~itachi-san/telegram-desktop/gyp 1 Development 2024-02-07 13:51:09 UTC
2174. Make gyp.el conform to conventional l...

Author: Allen Li
Revision Date: 2024-02-07 13:51:09 UTC

Make gyp.el conform to conventional library format

Makes it play better with Emacs ecosystem generally (e.g., builtin package.el support)

Change-Id: Ifb48baf85fcfdd71052e1a0098dc0b845417dc86
Reviewed-on: https://chromium-review.googlesource.com/c/external/gyp/+/5276479
Reviewed-by: Mark Mentovai <mark@chromium.org>

lp:~itachi-san/telegram-desktop/breakpad-lss 1 Development 2024-02-01 01:26:39 UTC
85. Fix compiler error on riscv64 Fixes ...

Author: kxxt
Revision Date: 2024-02-01 01:26:39 UTC

Fix compiler error on riscv64

Fixes the following error when cross compiling for riscv64:

../../third_party/lss/linux_syscall_support.h:3638:51: error: implicit conversion changes signedness: 'int' to 'uint64_t' (aka 'unsigned long') [-Werror,-Wsign-conversion]
 3638 | register uint64_t __flags __asm__("a0") = flags;
      | ~~~~~~~ ^~~~~
1 error generated.

Change-Id: I61b3113c94eae71ed376cc691011a4773d783a59
Reviewed-on: https://chromium-review.googlesource.com/c/linux-syscall-support/+/5239652
Reviewed-by: Mike Frysinger <vapier@chromium.org>

lp:~itachi-san/telegram-desktop/googletest 1 Development 2017-09-01 19:20:54 UTC
644. Merge pull request #900 from Gallaeci...

Author: Gennadiy Civil
Revision Date: 2017-09-01 19:20:54 UTC

Merge pull request #900 from Gallaecio/patch-1

Fix WhenSorted() documentation example

lp:~itachi-san/telegram-desktop/dev 1 Development 2017-03-08 21:10:32 UTC
1284. Alpha 1.0.20: fix crash in old Window...

Author: John Preston
Revision Date: 2017-03-08 21:10:32 UTC

Alpha 1.0.20: fix crash in old Windows versions.

A shell32 method SHCreateItemFromParsingName was used without
checking if it was successfully loaded from shell32.dll (Vista+).

lp:~itachi-san/telegram-desktop/package-structure 1 Development 2016-12-19 13:47:12 UTC
3. Rework for QT 5.6.2

Author: Giovanni Santini
Revision Date: 2016-12-19 13:47:12 UTC

Rework for QT 5.6.2

lp:~itachi-san/telegram-desktop/qtwayland 1 Development 2016-12-19 12:45:27 UTC
1. Initial commit Uploading version 5.6.2

Author: Giovanni Santini
Revision Date: 2016-12-19 12:43:32 UTC

Initial commit
Uploading version 5.6.2

lp:~itachi-san/telegram-desktop/qtimageformats 1 Development 2016-12-19 12:41:49 UTC
3. Uploading version 5.6.2

Author: Giovanni Santini
Revision Date: 2016-12-19 12:41:49 UTC

Uploading version 5.6.2

lp:~itachi-san/telegram-desktop/qtbase 1 Development 2016-12-19 12:38:32 UTC
3. Uploading version 5.6.2

Author: Giovanni Santini
Revision Date: 2016-12-19 12:38:32 UTC

Uploading version 5.6.2

lp:~itachi-san/telegram-desktop/packaging 1 Development 2016-06-02 17:24:27 UTC
19. debian/patches/skip-dbus-tests.patch:...

Author: Giovanni Santini
Revision Date: 2016-06-02 17:24:27 UTC

debian/patches/skip-dbus-tests.patch:
Dirty way to allow us to 'make distclean'. We don't even
build tests.

lp:~itachi-san/telegram-desktop/qt5 1 Development 2016-05-04 13:35:45 UTC
1. Import of QT5, version 5.5.1.

Author: Giovanni Santini
Revision Date: 2016-05-04 13:33:08 UTC

Import of QT5, version 5.5.1.

lp:~itachi-san/telegram-desktop/packaging-dev 1 Development 2016-03-31 08:36:57 UTC
10. This is dev

Author: Giovanni Santini
Revision Date: 2016-03-31 08:36:57 UTC

This is dev

lp:~itachi-san/telegram-desktop/packaging-bin 1 Development 2016-03-28 17:20:23 UTC
5. * Package renaming * Upstream changes...

Author: Giovanni Santini
Revision Date: 2016-03-28 17:20:23 UTC

* Package renaming
* Upstream changes, reported here as
  version channel release_date
* 0.9.33 stable 16.03.16
  - Linux version critical bug fixed
* 0.9.32 stable 14.03.16
  - Bug fixes and other minor improvements
* 0.9.31 stable 14.03.16
  - Supergroups can now have 5,000 members (up from 1,000)
  - Groups of any size may be converted to supergroups
  - Make your supergroup public by setting up a public link – anyone will be able to view the chat and join it
  - Pin messages to keep important updates visible and notify all members
  - Select messages to delete, report as spam, block users, or remove all messages from a user
* 0.9.30 dev 03.03.16
  - Bug fixes and other minor improvements
* 0.9.29 dev 01.03.16
  - Ctrl+W or Ctrl+F4 for close window (Cmd in OS X)
  - Ctrl+L to lock Telegram if you use a local passcode (Cmd in OS X)
  - Bug fixes and other minor improvements

lp:~itachi-san/telegram-desktop/libraries 1 Development 2016-03-27 23:58:05 UTC
1. Adding external libraries needed for ...

Author: Giovanni Santini
Revision Date: 2016-03-27 23:51:45 UTC

Adding external libraries needed for Telegram Desktop builds

115 of 15 results
You can't create new branches for Telegram Desktop.