lp:gtk-gnutella
- Get this branch:
- bzr branch lp:gtk-gnutella
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://github.com/gtk-gnutella/gtk-gnutella.git.
Last successful import was 4 hours ago.
Recent revisions
- 18504. By Raphael Manfredi on 2021-02-20
-
mutex: supply more context on lock errors.
Moreover, mutex_is_valid() now checks that the magic number of the
embedded spinlock is correct (to possibly detect an inner memory
corruption). - 18503. By Raphael Manfredi on 2021-02-12
-
main(): do not set a crash dir if not running for long.
When invoked with --ping or --shell, there is little need to set a
crash directory as we are only running for a brief period of time, and
any crashing output would be displayed immediately. - 18501. By Raphael Manfredi on 2021-02-12
-
Windows: no need to dump stack again if no gdb.
This is already done earlier when we enter that specific block run on
Windows platform, hence there is no need to repeat the operation when
the spopenlp() call fails! - 18500. By Raphael Manfredi on 2021-02-10
-
ev_unlink(): added list consistency assertions.
Also clear the next and previous list pointers from the unlinked
event, to make sure we do not attempt to ev_link() an event twice! - 18498. By Raphael Manfredi on 2021-02-10
-
CQ: explicitly flag triggered events.
The purpose is to more easily spot inconsistencies with assertions.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)