summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Portuguese translationDuarte Loreto2012-09-121-7/+14
|
* Updated Marathi TranslationsSandeep Sheshrao Shedmake2012-09-121-6/+14
|
* Updated Galician translationsFran Diéguez2012-09-121-2/+2
|
* Updated Galician translationsFran Diéguez2012-09-121-19/+25
|
* Updated Slovenian translationMartin Srebotnjak2012-09-111-16/+23
|
* Updated Indonesian translationAndika Triwidada2012-09-111-8/+16
|
* Assamese translation updatedNilamdyuti Goswami2012-09-111-15/+23
|
* [l10n] Updated Italian translation.Milo Casagrande2012-09-101-7/+15
|
* Updated Greek translationTom Tryfonidis2012-09-101-19/+24
|
* Czech translationMarek Černocký2012-09-101-4/+12
|
* Updated Spanish translationDaniel Mustieles2012-09-101-15/+23
|
* Updated Polish translationPiotr Drąg2012-09-101-5/+13
|
* SoupBodyInputStream: make it seekableSergio Villar Senin2012-09-103-8/+136
| | | | | | | | SoupBodyInputStream implements now the GSeekable interface. It does not longer require a SoupFilterInputStream as base stream unless the encoding is SOUP_ENCODING_CHUNKED. https://bugzilla.gnome.org/show_bug.cgi?id=665884
* SoupSession: when freeing an "unused" host, make sure it's still unusedDan Winship2012-09-091-0/+9
| | | | | | | | In a multithreaded session, it's possible that a new connection will be opened on a host while free_unused_host() is waiting to get conn_lock. So check for that before freeing it. https://bugzilla.gnome.org/show_bug.cgi?id=682923
* SoupSession: ensure that no new connections are created after dispose()Dan Winship2012-09-091-2/+8
|
* SoupSession: add a missing signal disconnectionDan Winship2012-09-091-0/+4
| | | | Need to disconnect from notify::state when removing a connection.
* Czech translationMarek Černocký2012-09-091-0/+75
|
* Added Czech languageMarek Černocký2012-09-091-0/+1
|
* Updated Portuguese translationDuarte Loreto2012-09-092-0/+74
|
* Added Brazilian Portuguese translation, reviewed by Enrico Nicoletto ↵Gabriel F. Vilar2012-09-072-0/+74
| | | | <liverig@gmail.com>
* l10n: Updated Persian translationArash Mousavi2012-09-081-0/+1
|
* l10n: Updated Persian translationArash Mousavi2012-09-081-0/+73
|
* Updated Belarusian translation.Ihar Hrachyshka2012-09-071-16/+20
|
* [l10n] Added Italian translation.Milo Casagrande2012-09-062-0/+74
|
* Added hu to LINGUASGabor Kelemen2012-09-061-0/+1
|
* Initial Hungarian translation addedGabor Kelemen2012-09-061-0/+75
|
* Updated Indonesian translationDirgita2012-09-061-18/+26
|
* soup-cache: check for empy Cache-Control headersSergio Villar Senin2012-09-051-2/+2
| | | | | | Some sites return empty "Cache-Control" headers. We should add an emptiness check to the existing NULL checks before trying to do things like soup_header_parse_param_list().
* Added British English translationBruce Cowan2012-09-052-0/+76
|
* Updated Polish translationPiotr Drąg2012-09-041-2/+4
|
* 2.39.91LIBSOUP_2_39_91Dan Winship2012-09-042-1/+20
|
* Fix the win32 buildKalev Lember2012-09-031-3/+4
| | | | | | Make sure glib.h is included before using G_OS_WIN32 ifdef. https://bugzilla.gnome.org/show_bug.cgi?id=683200
* Updated Lithuanian translationAurimas Černius2012-09-021-7/+11
|
* Added Swedish translationDaniel Nylander2012-09-022-0/+76
|
* Added ta translationDr.T.Vasudevan2012-09-021-0/+1
|
* updated Tamil translationDr.T.Vasudevan2012-09-021-0/+76
|
* Updated French translationClaude Paroz2012-09-011-13/+30
|
* Add new Japanese translationTakayuki KUSANO2012-08-272-0/+74
|
* Add Korean translationeukim2012-08-262-0/+75
|
* SoupSessionAsync: move more logic into process_queue_item()Dan Winship2012-08-251-71/+50
| | | | | Move various logic from the post-connect and post-tunnel callbacks into process_queue_item().
* SoupSession: merge AWAITING_CONNECTION state into STARTINGDan Winship2012-08-253-13/+4
| | | | | The only thing STARTING did was move directly into AWAITING_CONNECTION, so there's no need for two separate states.
* SoupSession: move all connection tracking into the base classDan Winship2012-08-253-19/+18
| | | | | | Since SoupConnection:state is more reliable now, SoupSession can keep track of when connections are available itself, rather than the subclasses trying to guess when connections are available.
* SoupConnection: fix up ::event signal emissionsDan Winship2012-08-252-26/+140
| | | | | And add a test to make sure that all expected events are emitted, in the correct order.
* SoupConnection: fix up states during connectionDan Winship2012-08-253-10/+142
| | | | | In particular, when doing an https CONNECT, make sure the connection never observably switches to the "IDLE" state. Add a test for this.
* SoupSession: clean up message response when queueingDan Winship2012-08-252-1/+2
| | | | | | | To handle messages that get reused, we were calling soup_message_cleanup_response() from soup_message_send_request(). But it's better to do it sooner than that, like in soup_session_append_queue_item().
* SoupSessionAsync: rename vars to make tunnel_msg vs real msg clearerDan Winship2012-08-251-30/+34
|
* Avoid double free of hash keyAlexander Larsson2012-08-241-1/+1
| | | | | | | | When soup_message_headers_get_content_disposition re-inserts the new filename we need to g_strdup the key or otherwise it will be freed by the hashtable key destroy func. https://bugzilla.gnome.org/show_bug.cgi?id=682569
* Added Latvian translationRūdolfs Mazurs2012-08-242-0/+78
|
* Add missing transfer full annotation to soup_cookie_jar_add_cookieDaniel Drake2012-08-231-2/+2
| | | | | | | | | | | | | Adding a cookie to a jar from Python (via introspection) wasn't working right, since the cookie was being freed as soon as the python object went out of scope, but soup_cookie_jar_add_cookie() explicitly states that freeing shouldn't happen. Add a missing annotation to fix this. Thanks to Benjamin Berg for the suggestion. Fixes http://bugs.sugarlabs.org/ticket/3825 https://bugzilla.gnome.org/show_bug.cgi?id=682554
* update Punjabi TranslationA S Alam2012-08-221-13/+29
|