View Git repositories
You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:whoopsie

Whoopsie has 4 active reviews. See all merge proposals.

Whoopsie has 16 active branches owned by 10 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:whoopsie
Series: trunk
bug 1 Development 2022-11-14 19:11:19 UTC
726. Move to https://code.launchpad.net/~u...

Author: Brian Murray
Revision Date: 2022-11-14 19:11:19 UTC

Move to https://code.launchpad.net/~ubuntu-core-dev/whoopsie/+git/main

lp:~crisdel/whoopsie/whoopsie bug 1 Development 2022-10-29 04:39:30 UTC
726. Adding a description to the package

Author: Cristian Delgado
Revision Date: 2022-10-29 04:35:14 UTC

Adding a description to the package

lp:~ogayot/whoopsie/whoopsie bug(Has a merge proposal) 1 Development 2022-02-15 16:00:24 UTC
725. Bump version number to 0.2.77

Author: Olivier Gayot
Revision Date: 2022-02-15 16:00:24 UTC

Bump version number to 0.2.77

lp:~alexmurray/whoopsie/whoopsie bug(Has a merge proposal) 1 Development 2019-07-09 03:51:19 UTC
707. src/utils.c: Don't use strncpy where ...

Author: Alex Murray
Revision Date: 2019-07-09 02:14:40 UTC

src/utils.c: Don't use strncpy where strcpy will suffice

The code is already very careful to allocate a buffer large enough for the
length of the filename extension so there is no need to use strncpy to
append this to the new filename - instead can just use strcpy.

With the previous code, whoopsie would FTBFS against gcc 8.3.0 due to the
following error as a result of this use of strncpy - so changing to strcpy
fixes the build:

In file included from /usr/include/string.h:494,
                 from src/utils.c:19:
In function ‘strncpy’,
    inlined from ‘change_file_extension’ at src/utils.c:92:5,
    inlined from ‘change_file_extension’ at src/utils.c:67:1:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation]
  106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/utils.c: In function ‘change_file_extension’:
src/utils.c:89:15: note: length computed here
   89 | ext_len = strlen (extension);
      | ^~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

lp:~mjblenner/whoopsie/whoopsie bug(Has a merge proposal) 1 Development 2015-03-07 08:20:11 UTC
663. Set the WAIT_STATE to get the desired...

Author: Michael Blennerhassett
Revision Date: 2015-03-07 08:15:50 UTC

Set the WAIT_STATE to get the desired effect.

lp:~didrocks/whoopsie/systemd-tweaks bug 1 Development 2014-11-07 10:30:54 UTC
655. releasing package whoopsie version 0....

Author: Didier Roche-Tolomelli
Revision Date: 2014-11-07 10:30:54 UTC

releasing package whoopsie version 0.2.42

lp:~didrocks/whoopsie/with-init-script 1 Development 2014-11-06 16:37:43 UTC
652. Intermediate commit: with an init scr...

Author: Didier Roche-Tolomelli
Revision Date: 2014-11-06 16:36:38 UTC

Intermediate commit: with an init script, but chicken and egg issue:
invoke-rc.d can't be called in preinst as we just introduce the init script
there, and we only know about the disable status in preinst.

lp:~didrocks/whoopsie/0.2.41 1 Development 2014-11-06 10:31:28 UTC
648. releasing package whoopsie version 0....

Author: Didier Roche-Tolomelli
Revision Date: 2014-11-06 10:31:02 UTC

releasing package whoopsie version 0.2.41

lp:~xnox/whoopsie/guard-const 1 Development 2014-08-05 13:38:38 UTC
627. Do not try to realloc string literals...

Author: Dimitri John Ledkov
Revision Date: 2014-06-10 02:53:58 UTC

Do not try to realloc string literals.

Make a failing test-case, then fix code to use strdup (safe) instead
of doing realloc.

lp:~ted/whoopsie/full-recoverable-error 1 Development 2014-06-26 00:12:11 UTC
615. If we have a recoverable error upload...

Author: Ted Gould
Revision Date: 2014-06-26 00:11:28 UTC

If we have a recoverable error upload the full report

lp:~xnox/whoopsie/fix-realloc (Has a merge proposal) 1 Development 2014-06-10 02:56:04 UTC
611. Do not try to realloc string literals...

Author: Dimitri John Ledkov
Revision Date: 2014-06-10 02:53:58 UTC

Do not try to realloc string literals.

Make a failing test-case, then fix code to use strdup (safe) instead
of doing realloc.

lp:~laney/whoopsie/no-double-source-remove 1 Development 2013-12-20 12:03:35 UTC
587. Use one function to quit the main loo...

Author: Iain Lane
Revision Date: 2013-12-20 12:03:08 UTC

Use one function to quit the main loop & fail tests

lp:~ev/whoopsie/android-serial (Has a merge proposal) 1 Development 2013-08-02 14:42:36 UTC
571. update the docstring one last time.

Author: Evan
Revision Date: 2013-08-02 14:42:36 UTC

update the docstring one last time.

lp:~ev/whoopsie/exponential-backoff (Has a merge proposal) 1 Development 2013-06-20 13:45:38 UTC
560. Back off exponentially.

Author: Evan
Revision Date: 2013-06-20 13:45:33 UTC

Back off exponentially.

lp:~ev/whoopsie/dead-code-test (Has a merge proposal) 1 Development 2013-03-02 18:58:03 UTC
561. Add a small script to point tarmac at.

Author: Evan
Revision Date: 2013-03-02 18:58:03 UTC

Add a small script to point tarmac at.

lp:~smagoun/whoopsie/whoopsie-lp1017637 1 Development 2012-06-25 18:58:05 UTC
490. Remove copyright assertion for backen...

Author: Steve Magoun
Revision Date: 2012-06-25 18:55:31 UTC

Remove copyright assertion for backend/, which has moved to lp:daisy. (LP: #1017637)

116 of 16 results
You can't create new branches for Whoopsie.