~singpolyma/biboumi

5ffd976d — louiz’ 7 years ago
CONTRIBUTING.rst formatting and a typo
e5aaf7f8 — louiz 7 years ago
Merge branch 'fix_tests_encoding' into 'master'

Fix test encoding by setting LANG and LC_ALL to C.UTF-8

Because we don’t want to rely on each projet setting their own variable LC_ALL and LANG in gitlab’s CI preferences.

See merge request !4
b141f3dd — louiz’ 7 years ago
Explicitely use the docker runner on some builds
4359680f — louiz’ 7 years ago
Fix test encoding by setting LANG and LC_ALL to C.UTF-8
fed21b7e — louiz’ 7 years ago
ci: Rename the test archive
00a2e8dd — louiz’ 7 years ago
Suggest adding tests when contributing
7b2215b8 — louiz’ 7 years ago
Add a CONTRIBUTING file
5990a8bf — louiz’ 7 years ago
Correctly handle the nick change inside the virtual channel
c3bb9fe2 — louiz’ 7 years ago
Handle forced-join by just sending an invitation

fix #3116
00eb18ba — louiz’ 7 years ago
Refactor channel->parting to a new location
8b8bbcee — louiz’ 7 years ago
Revert "Use ensure_future instead of async"

This reverts commit a4d67ce041f50e0d25e2b47d04cc25bdad86a048.
ac32d257 — louiz’ 7 years ago
Fix the broken commit 4388b9c
82a6fa6d — louiz’ 7 years ago
e2e: Fix some logic in check_list_of_xpath
a4d67ce0 — louiz’ 7 years ago
Use ensure_future instead of async
4388b9c3 — louiz’ 7 years ago
Remove an unused variable in e2e
479708c8 — louiz’ 7 years ago
Add an other kewl badge
52f0aca2 — louiz’ 7 years ago
Coverity upload is allowed to fail and is manual. Also name the artifacts
aa425522 — louiz’ 7 years ago
Optimize tcp_socket::on_send by using vector::erase() only once per call
ce06c25e — louiz’ 7 years ago
Very little optimization by using a simpler scope_guard when possible

The version with the vector, that can be disabled etc, is “very” slow, so we
use unique_ptr when we don’t need to disable it, and when it only contains
one function
6b4d2e8e — louiz’ 7 years ago
Use expect_unordered in a few more places
Next