[glib-networking] (55 commits) Non-fast-forward update to branch mcatanzaro/base-rebase



The branch 'mcatanzaro/base-rebase' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  bd9d7e8... base: purge tabs
  9f14093... base: update license headers and add modelines
  d23ac86... openssl: purge tabs
  43641ce... openssl: add modelines
  8a5fca6... base: remove obsolete version check
  bedc2c1... base: add initial DTLS support
  9230b4f... base: Implement vectored I/O support for TLS and DTLS
  446f124... base, openssl: support per-operation timeouts
  71d15a6... base: Support timeouts for implicit handshakes
  22703e5... base: Use non-GClosure dummy callback
  37668db... base: Fix uninitialized memory use on cancellation
  1092bcb... base: don't list headers in meson.build
  e4be9d2... base: Rename the streams to GTls[Input,Output]Stream
  f83efcd... gtlsinputstream: use G_DECLARE_FINAL_TYPE
  ae8e2fb... gtlsoutputstream: Use G_DECLARE_FINAL_TYPE
  45786f1... gtlscertificate-openssl: use G_DECLARE_FINAL_TYPE
  fc13295... gtlsdatabase-openssl: Use G_DECLARE_DERIVABLE_TYPE
  a32eba1... gtlsfiledatabase-openssl: use G_DECLARE_FINAL_TYPE
  0904d9a... gtlsconnection-base: use G_DECLARE_DERIVABLE_TYPE
  86fd3cc... gtlsconnection-openssl: use G_DECLARE_DERIVABLE_TYPE
  2bf33c2... gtlsclientconnection-openssl: use G_DECLARE_FINAL_TYPE
  20b0292... openssl: use G_DECLARE_FINAL_TYPE
  fc4e13c... gtlsinputstream: fix code style issues
  809c617... gtlsconnection-base: improve comments
  c4a5007... base: TLS streams should expect to outlast the GTlsConnecti
  47ac74d... base, openssl: use consistent code style for casts
  54c0f0b... base: remove a couple hot calls to gettext()
  323f61b... base: add GTLS_DEBUG to ease debugging
  f90141f... base: never accept a missing certificate
  85516bb... gtlsbackend-openssl: use G_DECLARE_FINAL_TYPE
  accf6c5... Properly guard GCC-specific pragmas
  2079412... Make the GnuTLS backend use the base classes
  141ba2d... openssl: remove vargs from end_openssl_io
  fee64d3... base: Reject new sync ops when handshake is in progress
  3242487... Allow to get the openssl connection out of the ssl object
  0563f11... Setup peer certificate at the time of the verify callback
  9af059c... Do not leak peer certificate on gnutls
  6896105... base: fix build
  f2f1083... openssl: go back to verify peer certificate after handshake
  65a8520... Use v3 of the CI
  63f4420... openssl: add missing call to set_missing_requested_client_c
  bebb19c... Properly disable broken tests, without triggering -Werror
  bbe25a7... gnutls: fix leak of ALPN protocols
  5d1540d... base: fix leak in g_tls_connection_base_create_source()
  12831bb... openssl: fix shutdown error
  64622a9... fixup! openssl: fix shutdown error
  f17e189... openssl: handle SSL_R_CERTIFICATE_VERIFY_FAILED
  43050f1... Fix GSource leak in test_async_implicit_handshake()
  d07de65... openssl: clarify the req_mode switch case
  59f72ae... tests: Simplify on_server_close_finish
  ce8f47a... tests: Remove bad assertion from client-auth-failure test
  4ed352c... tests: Remove expected_client_closed_error
  9607c58... tests: Remove expected_server_error and manually wait inste
  eadd34d... tests: Unskip socket client test

Commits added to the branch:

  c3f6aba... proxy/gnome: remove unused method (*)
  35f4dc1... base: purge tabs
  23ff1c0... base: update license headers and add modelines
  cd33970... openssl: purge tabs
  0b5d27a... openssl: add modelines
  9476c6c... base: remove obsolete version check
  fdc91df... base: add initial DTLS support
  844cd29... base: Implement vectored I/O support for TLS and DTLS
  9c45b2b... base, openssl: support per-operation timeouts
  71fa41c... base: Support timeouts for implicit handshakes
  ab429d3... base: Use non-GClosure dummy callback
  a88480f... base: Fix uninitialized memory use on cancellation
  63ad454... base: don't list headers in meson.build
  510ccdf... base: Rename the streams to GTls[Input,Output]Stream
  61abbe5... gtlsinputstream: use G_DECLARE_FINAL_TYPE
  f5d67a1... gtlsoutputstream: Use G_DECLARE_FINAL_TYPE
  7c2309b... gtlscertificate-openssl: use G_DECLARE_FINAL_TYPE
  cdf04dd... gtlsdatabase-openssl: Use G_DECLARE_DERIVABLE_TYPE
  f2f4ade... gtlsfiledatabase-openssl: use G_DECLARE_FINAL_TYPE
  f9e7ba4... gtlsconnection-base: use G_DECLARE_DERIVABLE_TYPE
  c0de832... gtlsconnection-openssl: use G_DECLARE_DERIVABLE_TYPE
  494adc0... gtlsclientconnection-openssl: use G_DECLARE_FINAL_TYPE
  5f60513... openssl: use G_DECLARE_FINAL_TYPE
  1f2546d... gtlsinputstream: fix code style issues
  51305b3... gtlsconnection-base: improve comments
  1cb85cc... base: TLS streams should expect to outlast the GTlsConnecti
  ac7fe7b... base, openssl: use consistent code style for casts
  60abf46... base: remove a couple hot calls to gettext()
  6bf9da8... base: add GTLS_DEBUG to ease debugging
  a88a969... base: never accept a missing certificate
  97a854b... gtlsbackend-openssl: use G_DECLARE_FINAL_TYPE
  5a203f1... Properly guard GCC-specific pragmas
  0e94c20... Make the GnuTLS backend use the base classes
  ade8c56... openssl: remove vargs from end_openssl_io
  e14918c... base: Reject new sync ops when handshake is in progress
  a57fd9d... Allow to get the openssl connection out of the ssl object
  07e0a6b... Setup peer certificate at the time of the verify callback
  507b230... Do not leak peer certificate on gnutls
  a34d1f6... base: fix build
  ab41207... openssl: go back to verify peer certificate after handshake
  d447110... Use v3 of the CI
  9de0cc7... openssl: add missing call to set_missing_requested_client_c
  8ed5ada... Properly disable broken tests, without triggering -Werror
  2ae7033... gnutls: fix leak of ALPN protocols
  ebc14bf... base: fix leak in g_tls_connection_base_create_source()
  c6cba2e... openssl: fix shutdown error
  606b0e1... fixup! openssl: fix shutdown error
  c17c610... openssl: handle SSL_R_CERTIFICATE_VERIFY_FAILED
  c8cb2ba... Fix GSource leak in test_async_implicit_handshake()
  ec1febd... openssl: clarify the req_mode switch case
  c48671b... tests: Simplify on_server_close_finish
  6ad99a3... tests: Remove bad assertion from client-auth-failure test
  598931d... tests: Remove expected_client_closed_error
  26eba47... tests: Remove expected_server_error and manually wait inste
  cac3c30... tests: Unskip socket client test

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]