[libsoup] (93 commits) Non-fast-forward update to branch wip/meson



The branch 'wip/meson' 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:

  da18311... Initial meson support
  64cc3eb... Add support for GSSAPI and NTLM
  91e5501... Update the libsoup version in meson.build
  ddefdde... Implement glib-networking check for TLS support
  4679d97... Don't produce library named liblibsoup
  c72df97... Add visual separators to the main meson.build file
  e5d7317... Implement detecting of dependencies needed for tests
  3bd332e... APACHE_HTTPD is supposed to hold path to httpd and not its 
  3e358bf... Move APACHE_HTTPD to configuration data
  a76d14b... Compile the unit tests
  1d4442a... Implement the GNOME support
  b168c29... Remove trailing dot
  089b36b... Change the shell script for getting the Apache module dirs 
  0d499a4... Reformat the meson options file
  1526044... Build GObject introspection files for libsoup
  0e375fc... Install additional missing headers for GNOME support
  d27a925... Build introspection files for GNOME support
  0bd5790... Build Vala bindings
  1113dfd... Soup enums are not generated early
  80e89bb... Set the right project version
  efd1e35... Add support for building the documentation
  e324135... Fix the module name for the gnome.gtkdoc()
  6851ec2... Fix indentation in tests/meson.build
  e7794e6... Generate gresource bundle for tests
  00c611b... Simplify how the tests are build
  efe9861... Update the Automake unit tests names after they were for Me
  f7b2b93... Test utility library in named liblibtest
  5a98917... Fix unit tests that don't need apache to run
  d9cdf8c... Partially fix Apache based tests - at least they start now
  c241679... Fix main meson.build indentation
  62963d3... Put tests compilation behind the 'enable-tests' option
  e606f9f... Fix unit tests based on Apache
  e63503e... Disable parallelism for Apache based tests
  3b0b540... Force C89 standard and also turn some minimal warnings on
  2b907f8... Build the internationalization files
  aaa24f6... Update the Meson options names
  65edb80... meson: Force-include msvc_recommended_pragms.h on Visual St
  bd8a21a... meson: Add fallback discovery for libxml2 and sqlite3 on MS
  b2c0822... soup-enum-types: Make sure items are exported properly
  de4c725... meson: Check whether we are building libsoup-gnome properly
  40cfa90... meson: Re-word TLS check
  98ed6e7... meson: Improve check for MIT Kerberos on Visual Studio
  e2794e0... meson: Fix build in cases when we don't have Apache install
  17fbdef... meson: Build test utility library as static on MSVC builds
  5ab536d... tests: Fix build on Visual Studio
  4744dca... Add APACHE_HTTPD as s project argument in main Meson build 
  2d32b6f... Add Meson port files to the Autotools EXTRA_DIST
  26e3e34... Fix release version
  0514976... Enable extra warnings if compiler supports them
  24e4e44... Don't enable the extra warnings for msvc
  28227d5... Fix a comment typo
  fe96f69... Address review comments from Iñigo Martínez
  840b728... Check for presence of g-ir-scanner and vala if they're enab
  194f79d... Build libsoup and libsoup-gnome as shared libraries

Commits added to the branch:

  228941d... Update the public-suffix list (*)
  3bd2f3e... soup-tld: fix an erroneous documentation comment (*)
  b715361... Update Estonian translation (*)
  77362e9... Update Brazilian Portuguese translation (*)
  683dc5c... Update German translation (*)
  b63e621... Updated Spanish translation (*)
  bb7b5bc... Updated Czech translation (*)
  d6e5dc4... Update Serbian translation (*)
  dcc9867... Update Serbian Latin translation (*)
  8e5641c... Update Dutch translation (*)
  a2a3c13... Update Hungarian translation (*)
  50d9055... Update Korean translation (*)
  4d1ebd1... Update Latvian translation (*)
  e1152a7... Update Italian translation (*)
  d1d8690... Update Scottish Gaelic translation (*)
  ea2d869... Update French translation (*)
  d04a7f9... Updated Lithuanian translation (*)
  15abc70... Revert "cookie-jar: use base domain to decide if cookie is  (*)
  3b8ac3d... 2.61.91 (*)
  2b08eb3... Update Greek translation (*)
  dd2daab... Updated Danish translation (*)
  a6d8690... Update Chinese (Taiwan) translation (*)
  b3b8cc9... Updated Slovenian translation (*)
  e0882c6... Update Turkish translation (*)
  0007d16... 2.62.0 (*)
  fedaa0f... SoupAuthDomainDigest: Fix authentication with encoded uris (*)
  eaea5da... Add Croatian translation (*)
  e1cc712... Update Slovak translation (*)
  c2aaac0... WebSockets: Avoid unaligned memory access (*)
  d5952f2... cookie-jar: use base domain to decide if cookie is third pa (*)
  f7760e8... Update zh_CN translation (*)
  d28962f... Crash under soup_socket_new() (*)
  9d7559d... soup-tld: use libpsl instead of our own copy of the public  (*)
  abe6ad3... soup-tld: improve handling of the psl context (*)
  6e0a172... Update Italian translation (*)
  186fd99... SoupCookie: fix the instrospection annotation for get_expir (*)
  d6ea55c... Remove a leftover reference to already removed soup-tld-pri (*)
  66d03a6... Fix a GCC 8.1 warning by using the memcpy instead of strncp (*)
  942c9ab... Initial meson support
  6b30be1... Add support for GSSAPI and NTLM
  a88ce96... Update the libsoup version in meson.build
  c147fd0... Implement glib-networking check for TLS support
  35e9e23... Don't produce library named liblibsoup
  ef0eacb... Add visual separators to the main meson.build file
  ba600cb... Implement detecting of dependencies needed for tests
  2f5c1f3... APACHE_HTTPD is supposed to hold path to httpd and not its 
  b161f54... Move APACHE_HTTPD to configuration data
  c506950... Compile the unit tests
  415eee7... Implement the GNOME support
  7149c48... Remove trailing dot
  19a19ae... Change the shell script for getting the Apache module dirs 
  3dd3bd9... Reformat the meson options file
  14e0beb... Build GObject introspection files for libsoup
  f67aa47... Install additional missing headers for GNOME support
  e7cd281... Build introspection files for GNOME support
  3b2d83e... Build Vala bindings
  4a6ec92... Soup enums are not generated early
  8737298... Set the right project version
  f0b4815... Add support for building the documentation
  72d25d2... Fix the module name for the gnome.gtkdoc()
  21630dc... Fix indentation in tests/meson.build
  6bafae4... Generate gresource bundle for tests
  3036bb4... Simplify how the tests are build
  746f8fc... Update the Automake unit tests names after they were for Me
  3cbe543... Test utility library in named liblibtest
  2437bdf... Fix unit tests that don't need apache to run
  4f4110d... Partially fix Apache based tests - at least they start now
  8ab7c08... Fix main meson.build indentation
  a2db5fe... Put tests compilation behind the 'enable-tests' option
  5aaad40... Fix unit tests based on Apache
  5c1eea7... Disable parallelism for Apache based tests
  1d9fc6b... Force C89 standard and also turn some minimal warnings on
  2b2e721... Build the internationalization files
  6aa3cf7... Update the Meson options names
  11094ba... meson: Force-include msvc_recommended_pragms.h on Visual St
  cecb5de... meson: Add fallback discovery for libxml2 and sqlite3 on MS
  89f8d81... soup-enum-types: Make sure items are exported properly
  0c8f69b... meson: Check whether we are building libsoup-gnome properly
  b4923f8... meson: Re-word TLS check
  193d718... meson: Improve check for MIT Kerberos on Visual Studio
  8ca4cb1... meson: Fix build in cases when we don't have Apache install
  b81e799... meson: Build test utility library as static on MSVC builds
  507f258... tests: Fix build on Visual Studio
  04f8957... Add APACHE_HTTPD as s project argument in main Meson build 
  af5186f... Add Meson port files to the Autotools EXTRA_DIST
  9194a24... Fix release version
  c3e5a61... Enable extra warnings if compiler supports them
  0b32e90... Don't enable the extra warnings for msvc
  62624e4... Fix a comment typo
  63de523... Address review comments from Iñigo Martínez
  05d543f... Check for presence of g-ir-scanner and vala if they're enab
  6e59438... Build libsoup and libsoup-gnome as shared libraries
  6d5923c... Add support for libpsl

(*) 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]