summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wipwip/http2Dan Winship2014-11-025-78/+204
|
* move cleanup/abort code from session to hostDan Winship2014-11-023-53/+91
|
* get rid of SoupSessionPrivate->conns hashDan Winship2014-11-023-66/+108
|
* SoupSessionHost: split from SoupSessionDan Winship2014-11-028-165/+387
| | | | | | | | | HTTP/2.0 will need to do connection management differently, so let's split SoupSessionHost out of soup-session.c in preparation for making it more complicated. (The split is a little bit awkward at the moment but will hopefully be cleaned up some.)
* drop soup_session_get_queue(), add soup_session_lookup_queue_item()Dan Winship2014-11-023-20/+12
|
* SoupAuthManager: simplify, don't depend on SoupMessageQueueDan Winship2014-11-021-11/+5
| | | | | Rather than calling soup_session_get_queue() and getting the message's connection via its' queue item, just call soup_message_get_connection().
* Add SoupHTTPOutputStream, implement SoupHTTP1OutputStreamDan Winship2014-11-0213-132/+601
| | | | | Abstract out some HTTP/1.x-specific generating/writing bits from soup-message-io, etc, into a new HTTP/1.x-specific class.
* Add SoupHTTPInputStream, implement SoupHTTP1InputStreamDan Winship2014-11-0210-207/+569
| | | | | Abstract out some HTTP/1.x-specific reading/parsing bits from soup-message-io, etc, into a new HTTP/1.x-specific class.
* rename SoupIOStream to SoupSocketIOStreamDan Winship2014-11-026-260/+234
|
* soup-session: clarify default session featuresDan Winship2014-11-021-4/+23
| | | | | | | Document what features exist on a SoupSession by default. Suggested by Michael Catanzaro. https://bugzilla.gnome.org/show_bug.cgi?id=737689
* Fix build on WindowsKalev Lember2014-10-201-1/+1
| | | | | | | Avoid the use of 'interface' variable name in public headers to avoid conflicting with the "#define interface struct" that Windows headers do. https://bugzilla.gnome.org/show_bug.cgi?id=738551
* Updated Ukrainian translationDaniel Korostil2014-10-181-25/+73
|
* soup_message_get_https_status(): Improved documentationTristan Van Berkom2014-10-141-0/+3
| | | | | Added a note that this API is only meaningful in the context of a SoupSession (i.e. it's not meaningful for a SoupServer).
* libsoup-2.4.sym: Added missing symbolTristan Van Berkom2014-10-141-0/+1
| | | | Added missing symbol soup_server_set_ssl_cert_file()
* Added missing symbol soup_server_get_uris() to the documentation.Tristan Van Berkom2014-10-141-0/+1
|
* Updated Latvian translationRūdolfs Mazurs2014-10-071-23/+43
|
* Updated Bengali (India) translationSaibal Ray2014-10-071-29/+49
|
* libsoup: only do the libsoup-2.4.sym check on linuxDan Winship2014-10-062-0/+11
|
* libsoup: add a "make check" rule to verify libsoup-2.4.symDan Winship2014-10-062-33/+41
| | | | | Add a "make check" rule to verify libsoup-2.4.sym (which requires fixing some incorrect sorting as well).
* libsoup-2.4.sym: remove nonexistent symbolKouhei Sutou2014-10-061-1/+0
| | | | | | It was added accidentally at 1c71cb223b00eaa5c776229d9e0312ba852ef87a https://bugzilla.gnome.org/show_bug.cgi?id=738003
* Updated Italian translationMilo Casagrande2014-10-051-24/+47
|
* Updated Serbian translationМирослав Николић2014-09-242-52/+94
|
* Updated Telugu translationKrishnababu Krothapalli2014-09-231-23/+42
|
* update zh_CN translationIris Gou2014-09-231-14/+35
|
* 2.48.02.48.0Dan Winship2014-09-222-2/+7
|
* Updated Hindi translationRajesh Ranjan2014-09-221-22/+42
|
* Updated Kannada translationShankar Prasad2014-09-221-28/+48
|
* Updated German translationBernd Homuth2014-09-211-22/+43
|
* update Punjabi Translation for 3.14 releaseA S Alam2014-09-211-22/+41
|
* Updated Danish translationAsk H. Larsen2014-09-201-22/+43
|
* Updated Bengali (India) translationSaibal Ray2014-09-171-20/+48
|
* 2.47.922.47.92Dan Winship2014-09-152-1/+12
|
* Updated Oriya translationManoj Kumar Giri2014-09-151-22/+41
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2014-09-151-22/+41
|
* Updated Swedish translationMattias Eriksson2014-09-141-21/+74
|
* Updated Tamil translationShantha kumar2014-09-131-31/+52
|
* Updated gujarati translationsSweta Kothari2014-09-121-22/+41
|
* Updated Hungarian translationBalázs Úr2014-09-111-22/+42
|
* Updated Polish translationPiotr Drąg2014-09-071-21/+42
|
* Updated Korean translationChangwoo Ryu2014-09-051-21/+43
|
* Updated Indonesian translationAndika Triwidada2014-09-031-15/+36
|
* Updated French translationClaude Paroz2014-08-221-20/+42
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-08-212-42/+86
|
* Updated Assamese translationngoswami2014-08-181-21/+42
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2014-08-171-21/+41
|
* [l10n] Updated Catalan translationGil Forcada2014-08-171-21/+41
|
* Updated Basque languageInaki Larranaga Murgoitio2014-08-071-23/+47
|
* doap: add <programming-language>Piotr Drąg2014-07-311-1/+2
|
* doap category coreOlav Vitters2014-07-301-1/+1
|
* soup-cache: don't crash on invalid Cache-Control headerRaveendra Karu2014-07-241-1/+1
| | | | | | | | If a response had a Cache-Control header with a "max-age" attribute with no value (which is invalid), SoupCache would end up dereferencing a NULL pointer. https://bugzilla.gnome.org/show_bug.cgi?id=733587