summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Turkish translationEmin Tufan Çetin2018-08-121-49/+51
|
* Update doap fileClaudio Saavedra2018-08-101-0/+7
|
* Add some tests for trailing dots in domainsClaudio Saavedra2018-08-102-3/+66
|
* Simplify soup_host_matches_host()Claudio Saavedra2018-08-101-10/+1
| | | | | There is no need for a hand-written iteration finding a suffix. Use g_str_has_suffix() instead which is cleaner.
* 2.63.902.63.90Claudio Saavedra2018-08-093-2/+16
|
* Update French translationCharles Monzat2018-08-091-47/+49
|
* Updated Lithuanian translationAurimas Černius2018-08-051-48/+50
|
* Update German translationTim Sabsch2018-08-051-47/+50
|
* Update Polish translationPiotr Drąg2018-08-041-44/+47
|
* examples/simple-httpd.c: Fix handling of directoriesMooffie2018-07-011-1/+6
| | | | | | | | | | | | A bug introduced in commit 53a3dd24e5b572fafa79e7cc4cdc4eb17d193e3e (a copy/paste mistake has replaced a variable name) causes the example httpd to not handle directories correctly. Additionally, we add a comment recommending programmers to provide a descriptive error message. This could give users and programmers a hint as to what went wrong. Fixes #2
* Update Catalan translationJordi Mas2018-07-011-47/+52
|
* Add soup_cookie_jar_get_cookies with empty hostname testMichael Catanzaro2018-06-281-0/+19
| | | | | | | | This test checks the behavior that occurs wehn soup_cookie_jar_get_cookies is called with a SoupURI that contains an empty host component. This verifies the fix for #3.
* cookie-jar: bail if hostname is an empty stringMichael Catanzaro2018-06-281-1/+1
| | | | | | | There are several other ways to fix the problem with this function, but skipping over all of the code is probably the simplest. Fixes #3
* soup-auth-manager: Workaround false-positive FORWARD_NULL Coverity Scan warningMilan Crha2018-06-251-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781771
* soup-message-headers: Add sanity check into content_type_setter()Milan Crha2018-06-251-6/+8
| | | | | | To address a Coverity Scan/clang warning. https://bugzilla.gnome.org/show_bug.cgi?id=781771
* soup-auth-digest: Fix buffer size issue found by Coverity Scan and clangMilan Crha2018-06-251-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781771
* test-utils: Fix uninitialized value issue found by Coverity Scan and clangMilan Crha2018-06-251-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781771
* soup-status: Fix include recursion issue found by Coverity Scan and clangMilan Crha2018-06-251-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781771
* soup: Fix nonnull parameter issues found by Coverity Scan and clangMilan Crha2018-06-252-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781771
* soup-body-output-stream: Fix unused value issues found by Coverity Scan and ↵Milan Crha2018-06-251-3/+0
| | | | | | clang https://bugzilla.gnome.org/show_bug.cgi?id=781771
* soup-address: Fix some issues found by Coverity Scan and clangMilan Crha2018-06-251-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781771
* soup-auth: Fix use-after-free found by Coverity Scan and clangMilan Crha2018-06-251-4/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781771
* soup: Use atomic integers for refcountingEdward Hervey2018-06-233-20/+23
| | | | | | | For SoupBuffer, SoupMessageBody, SoupMessageHeaders and SoupClientContext https://bugzilla.gnome.org/show_bug.cgi?id=785110
* socket-properties: Implement MT-safe refcountingEdward Hervey2018-06-201-2/+2
| | | | | | Use atomic integer operation when dealing with refcounting, otherwise one could very easily end-up in leaked (bad) properties or double-freed (really bad) properties.
* Remove many custom Vala bindingsCorentin Noël2018-06-132-161/+3
|
* SoupURI: make soup_uri_new_with_base a constructorCorentin Noël2018-06-131-2/+2
| | | | It is currently described as a method as it takes a SoupURI as first parameter when typically functions foo_bar_new* are constructors.
* SoupAuthDomain: assign right types to subclass methods and fix introspectionCorentin Noël2018-06-135-19/+36
|
* SoupProxyResolver: add this deprecated class to the introspectionCorentin Noël2018-06-135-18/+40
|
* Do not include the header exclusion guards in the introspectionCorentin Noël2018-06-1376-228/+228
|
* Merge branch 'bug-1' into 'master'Carlos Garcia Campos2018-06-132-0/+12
|\ | | | | | | | | | | | | Set default cookie path when origin is NULL and value not present in parsed text Closes #1 See merge request GNOME/libsoup!5
| * Set default cookie path when origin is NULL and value not present in parsed textAdrian Perez de Castro2018-06-132-0/+12
| | | | | | | | | | | | | | | | | | This patch makes the implementation of soup_cookie_parse() match the behaviour described in the API reference documentation, which reads: If origin is NULL, path will default to "/", but domain will be left as NULL. Fixes #1
* | Update Chinese (Taiwan) translationYi-Jyun Pan2018-06-131-44/+47
|/
* 2.63.22.63.2Claudio Saavedra2018-05-213-2/+12
|
* Update Chinese (China) translationMingcong Bai2018-05-211-45/+49
|
* Update Indonesian translationKukuh Syafaat2018-05-121-45/+48
|
* Updated Spanish translationDaniel Mustieles2018-04-251-43/+46
|
* Updated Czech translationMarek Cernocky2018-04-241-43/+46
|
* Updated Slovenian translationMatej Urbančič2018-04-231-44/+47
|
* Update Friulian translationFabio Tomat2018-04-231-44/+47
|
* Update Romanian translationDaniel Șerbănescu2018-04-221-43/+46
|
* soup-socket: fix critical warning when the peer-certificate changes after ↵Carlos Garcia Campos2018-04-201-0/+1
| | | | | | | | | disconnect (process:15586): GLib-GIO-CRITICAL **: 12:14:39.627: g_tls_connection_get_peer_certificate_errors: assertion 'G_IS_TLS_CONNECTION (conn)' failed We should disconnect the signal on disconnect_internal before clearing the connection object.
* meson: Use os.path.join for paths instead of string manipulationTomas Popela2018-04-181-7/+7
|
* meson: Better use the output of get_apache_module_dirs.pyTomas Popela2018-04-181-10/+9
| | | | | | | | | | * Use join_paths() for appending to path * Avoid creating a local variables for directories by saving the script output that is split by the separator Suggested by Iñigo Martínez. https://bugzilla.gnome.org/show_bug.cgi?id=795324
* meson: Only compile and install test the have all the prerequisitesTomas Popela2018-04-181-41/+52
| | | | | | | | This is to avoid situations when you don't have Apache, but the test that require Apache will be compiled and installed, the same applies for xmlrpc. https://bugzilla.gnome.org/show_bug.cgi?id=795324
* meson: Move one of the have_apache check to get_apache_module_dirs scriptTomas Popela2018-04-182-2/+6
| | | | | | | Fail already in get_apache_module_dirs.py when it failed to found Apache module directory or Apache mod_ssl directory. https://bugzilla.gnome.org/show_bug.cgi?id=795324
* Update Romanian translationDaniel Șerbănescu2018-04-171-21/+144
| | | | (cherry picked from commit 9f76d9943a8380f7c1398b07af75e2a7e22450ee)
* meson: Fix typo in assertTomas Popela2018-04-171-1/+1
|
* tests: Remove extra whitespaceTomas Popela2018-04-171-1/+1
|
* tests: Configure PHP to load the XMLRPC extension if presentJan Alexander Steffens (heftig)2018-04-176-3/+26
| | | | | | | This is needed when the system PHP configuration does not already load the extension. https://bugzilla.gnome.org/show_bug.cgi?id=782410
* build: Check php-xmlrpc in a more robust wayJan Alexander Steffens (heftig)2018-04-172-4/+4
| | | | | | | | | | The old way was dependent on parsing PHP's output, which might depend on the locale (but does not seem to at this time). The check was completely broken in meson, which was missing the output parsing. https://bugzilla.gnome.org/show_bug.cgi?id=782410