summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* logger: port to the new private apiwip/withprivateIgnacio Casal Quinteiro2016-11-101-27/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* io-stream: port to the new private apiIgnacio Casal Quinteiro2016-11-101-6/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* filter-input-stream: port to the new private apiIgnacio Casal Quinteiro2016-11-101-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* cookie-jar-text: port to the new private apiIgnacio Casal Quinteiro2016-11-101-9/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* cookie-jar-db: port to the new private apiIgnacio Casal Quinteiro2016-11-101-11/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* cookie-jar: port to the new private apiIgnacio Casal Quinteiro2016-11-101-25/+25
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* converter-wrapper: port to the new private apiIgnacio Casal Quinteiro2016-11-101-11/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* content-sniffer-stream: port to the new private apiIgnacio Casal Quinteiro2016-11-101-11/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* content-decoder: port to the new private apiIgnacio Casal Quinteiro2016-11-101-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* connection: port to the new private apiIgnacio Casal Quinteiro2016-11-101-30/+37
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* connection-auth: port to the new private apiIgnacio Casal Quinteiro2016-11-101-5/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* client-input-stream: port to the new private apiIgnacio Casal Quinteiro2016-11-101-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* cache-input-stream: port to the new private apiIgnacio Casal Quinteiro2016-11-101-11/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* cache: port to the new private apiIgnacio Casal Quinteiro2016-11-101-8/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* body-output-stream: port to the new private apiIgnacio Casal Quinteiro2016-11-101-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* body-input-stream: port to the new private apiIgnacio Casal Quinteiro2016-11-101-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth-ntlm: port to the new private apiIgnacio Casal Quinteiro2016-11-101-12/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth-negotiate: port to the new private apiIgnacio Casal Quinteiro2016-11-101-26/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth-manager: port to the new private apiIgnacio Casal Quinteiro2016-11-101-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth-domain-digest: port to the new private apiIgnacio Casal Quinteiro2016-11-101-10/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth-domain: port to the new private apiIgnacio Casal Quinteiro2016-11-101-18/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth-domain-basic: port to the new private apiIgnacio Casal Quinteiro2016-11-101-10/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth-digest: port to the new private apiIgnacio Casal Quinteiro2016-11-101-11/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth: port to the new private apiIgnacio Casal Quinteiro2016-11-101-10/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* auth-basic: port to use the new private apiIgnacio Casal Quinteiro2016-11-101-9/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* address: port to use the new private apiIgnacio Casal Quinteiro2016-11-101-33/+37
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774189
* Update Friulian translationFabio Tomat2016-11-041-25/+24
|
* websocket: add api to add a keepalive intervalIgnacio Casal Quinteiro2016-11-032-0/+121
| | | | | | | This will send ping messages in that interval of time so the connection is kept alive. https://bugzilla.gnome.org/show_bug.cgi?id=773253
* Update Hungarian translationGábor Kelemen2016-10-301-33/+41
|
* Updated Czech translationMarek Černocký2016-10-281-23/+25
|
* Update Swedish translationAnders Jonsson2016-10-271-29/+29
|
* Update Polish translationPiotr Drąg2016-10-271-10/+10
|
* Use Unicode in translatable stringsPiotr Drąg2016-10-275-8/+8
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772217
* SoupSession: give password to GSimpleProxyResolverJonathan Lebon2016-10-274-5/+9
| | | | | | | | | | | | | | | | | | | | After setting the "proxy-uri" property on a SoupSession with embedded basic auth (e.g. http://user:pass@example.com), libsoup does not make use of the auth and ends up emitting an "authenticate" signal on receiving 407. Calling soup_auth_anthenticate() with the same credentials then works, but it should've made use of the auth from the beginning to avoid the round trip. This seems to be a regression from fb09bf93 (https://bugzilla.gnome.org/show_bug.cgi?id=680273), during the transition to GSimpleProxyResolver. The issue is that libsoup uses `soup_uri_to_string_internal`, which doesn't embed the password in the resulting string. The attached patch changes this, making sure to retain the previous behaviour in all other cases. https://bugzilla.gnome.org/show_bug.cgi?id=772932
* Add 2.58 version macrosIgnacio Casal Quinteiro2016-10-271-0/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=773251
* vala: replace [Deprecated] annotations with [Version]Evan Nemerson2016-10-271-27/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=773177
* Remove soup-install.props's on re-generationChun-wei Fan2016-10-191-0/+3
| | | | | This is to ensure that the changes in the generated build/win32/vs10/soup-install.props is applied to the soup-install.props's in build/win32/vs[11|12|14].
* build/: Force MSVC project file generation on Makefile.am changesChun-wei Fan2016-10-192-3/+10
| | | | | | | | | | | Make the Makefile.am targets for generating the Visual Studio projects re-generate the project files and the header listings whenever the Makefile.am's that include build/Makefile.msvcproj changes, so that whenever a source/header is added, they will be reflected in the projects and in the property sheets that are used to copy the headers. Also ensure that these are applied to the vs11, vs12 and vs14 projects when this happens, as they are copied and processed from the Visual Studio 2010 projects.
* websocket-connection: log when getting a pong messageIgnacio Casal Quinteiro2016-10-181-0/+1
|
* Updated Norwegian bokmål translation.Kjartan Maraas2016-10-151-14/+14
|
* uri: better document that host can be NULLMichael Catanzaro2016-10-131-1/+1
| | | | | | | The current documentation is extremely misleading, implying here that the host portion of the URI is always nonnull, which isn't true. https://bugzilla.gnome.org/show_bug.cgi?id=772891
* 2.56.02.56.0Dan Winship2016-09-192-2/+18
|
* tests/tld-test: update for changed TLD rulesDan Winship2016-09-191-4/+4
|
* Update British English translationDavid King2016-09-181-20/+112
|
* build: Introspect built version headerRico Tzschichholz2016-09-141-1/+1
| | | | | | We need the version header file when generating the introspection data. https://bugzilla.gnome.org/show_bug.cgi?id=771439
* Updated Greek translationTom Tryfonidis2016-09-111-17/+17
|
* Update public suffix listMichael Catanzaro2016-08-291-795/+5104
|
* Add max-incoming-payload-size property to the websocket connection.Ignacio Casal Quinteiro2016-08-223-4/+101
| | | | | | | This allows to change the limit for the payload of websocket packets. Also add the corresponding unit test. https://bugzilla.gnome.org/show_bug.cgi?id=770022
* Updated Polish translationPiotr Drąg2016-08-161-21/+17
|
* 2.55.902.55.90Dan Winship2016-08-152-1/+31
|