[libsoup] (75 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:

  39cd0a4... Initial meson support
  486c3b2... Add support for GSSAPI and NTLM
  3d30764... Update the libsoup version in meson.build
  af630a2... Implement glib-networking check for TLS support
  62c39d1... Don't produce library named liblibsoup
  1ab77dc... Add visual separators to the main meson.build file
  f52adee... Implement detecting of dependencies needed for tests
  0658b49... APACHE_HTTPD is supposed to hold path to httpd and not its 
  1f8c88e... Move APACHE_HTTPD to configuration data
  228f933... Compile the unit tests
  68feef3... Implement the GNOME support
  e5b8e6b... Remove trailing dot
  a1c0656... Change the shell script for getting the Apache module dirs 
  b5e65b3... Reformat the meson options file
  a6145a8... Build GObject introspection files for libsoup
  46c3b8a... Install additional missing headers for GNOME support
  3301acc... Build introspection files for GNOME support
  a9670a3... Build Vala bindings
  1315be6... Soup enums are not generated early
  68a4fe3... Set the right project version
  ae71e66... Add support for building the documentation
  6dbec1a... Fix the module name for the gnome.gtkdoc()
  6cedbd5... Fix indentation in tests/meson.build
  9c1f6b5... Generate gresource bundle for tests
  9113c07... Simplify how the tests are build
  c10c5b5... Update the Automake unit tests names after they were for Me
  b5380f9... Test utility library in named liblibtest
  5d40ae8... Fix unit tests that don't need apache to run
  81abc0e... Partially fix Apache based tests - at least they start now
  b25bed3... Fix main meson.build indentation
  ec0c4ad... Put tests compilation behind the 'enable-tests' option
  3bfbbbc... Fix unit tests based on Apache
  7be6a99... Disable parallelism for Apache based tests
  9434624... Force C89 standard and also turn some minimal warnings on
  57acb6c... Build the internationalization files
  ad3ff75... Update the Meson options names
  1940229... meson: Force-include msvc_recommended_pragms.h on Visual St
  1ea9790... meson: Add fallback discovery for libxml2 and sqlite3 on MS
  75c0876... soup-enum-types: Make sure items are exported properly
  d15750c... meson: Check whether we are building libsoup-gnome properly
  df8cb2f... meson: Re-word TLS check
  5ef4444... meson: Improve check for MIT Kerberos on Visual Studio
  c7d4d82... SoupCache: fix the timestamp for responses
  e4ef1fb... meson: Fix build in cases when we don't have Apache install
  c1cf208... meson: Build test utility library as static on MSVC builds
  8bb0199... tests: Fix build on Visual Studio
  039c36d... Add APACHE_HTTPD as s project argument in main Meson build 
  814167e... Add Meson port files to the Autotools EXTRA_DIST

Commits added to the branch:

  a500e1f... SoupCache: fix the timestamp for responses (*)
  555466d... gobject: explicitly cast on g_object_ref/unref() calls (*)
  7c685b6... 2.61.1 (*)
  e24abee... session: don't request Keep-Alive for upgraded connections (*)
  3dae7b7... 2.61.2 (*)
  17a682e... soup-headers: accept any 3 digit number as message status c (*)
  14c3397... Fix big control message payload (*)
  3eadca3... Fix reserved bit (*)
  5dec678... Fix reserved opcode (*)
  03c6006... Fix invalid UTF8 close payload (*)
  910d67c... Fix payload close (*)
  d3abf0c... configure: Don't declare functions in AC_TRY_COMPILE (*)
  d17d5ee... Fix order control frame (*)
  e7c827d... websocket-connection: do not send new frames until the prev (*)
  0366756... Fix invalid close code (*)
  f8adddd... Fix UTF8 message (*)
  d852881... Add new API to create a new connection from a SoupSession (*)
  8fafda6... Fix the build (*)
  20a8463... cookie-jar: use base domain to decide if cookie is third pa (*)
  7a83392... 2.61.90 (*)
  f33de90... add limit on maximum header size to avoid DOS (bug #792173) (*)
  df43bad... Update Swedish translation (*)
  70f5ad4... Update Friulian translation (*)
  725e3d9... Update Polish translation (*)
  ee55c4f... Update Galician translation (*)
  b071dc4... Update Indonesian translation (*)
  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

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