Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-21 | fixed sqlite option | Anas Nashif | 5 | -15/+14 | |
2014-11-21 | do not require typelib w/o gnome enabled | Anas Nashif | 1 | -0/+2 | |
2014-11-21 | changes | Anas Nashif | 1 | -0/+4 | |
2014-11-21 | cleanup spec | Anas Nashif | 1 | -6/+6 | |
2014-11-21 | require glib-2.0 >= 2.35.0 | Anas Nashif | 1 | -1/+1 | |
2014-11-21 | update to 2.41.2 | Anas Nashif | 1 | -1/+1 | |
2014-11-21 | add missing slash in %configure | Anas Nashif | 2 | -1/+4 | |
Change-Id: I38c77165fcf394756af6bbde09fee16e17839162 | |||||
2014-11-21 | add changelog | Anas Nashif | 1 | -0/+3 | |
2014-11-21 | for gnome, require gnome-keyring-1 | Anas Nashif | 1 | -0/+1 | |
2014-11-21 | make gnome builds optional | Anas Nashif | 1 | -5/+5 | |
2014-11-21 | disable gtkdoc | Anas Nashif | 4 | -5/+2 | |
2014-11-21 | make introspection depend on gnome | Anas Nashif | 1 | -4/+6 | |
2014-11-21 | require gnome-common | Anas Nashif | 1 | -8/+20 | |
2014-11-21 | fixed Makefile.am for sqlite support | Anas Nashif | 1 | -4/+5 | |
2014-11-21 | fixed packaging | Anas Nashif | 1 | -0/+1 | |
2014-11-21 | fixed packaging | Anas Nashif | 1 | -1/+2 | |
2014-11-21 | fixed packaging | Anas Nashif | 2 | -0/+104 | |
2014-11-21 | adapt configure script | Anas Nashif | 1 | -0/+24 | |
2014-11-21 | sqlite support | Anas Nashif | 1 | -0/+14 | |
2014-11-04 | Imported Upstream version 2.46.0upstream/2.46.0 | Zhang zhengguang | 288 | -52525/+103157 | |
2013-04-19 | build: update Makefile.glib | Dan Winship | 1 | -11/+11 | |
If a SOURCES variable changes, we need to recheck the generated files, since a file may have been removed from SOURCES, but still be referenced in a previously-generated -enum-types.c file, etc. So make these generated files depend on Makefile. Also, update spacing of silent rules to match current automake. | |||||
2013-04-19 | Fix build on Windows, deprecate soup-portability.h | Dan Winship | 5 | -5/+10 | |
soup-portability.h created portability problems (ha!) because the windows headers do "#define interface struct", conflicting with variable names elsewhere. The only thing that needed soup-portability.h in the public headers was soup-address.h, which uses struct sockaddr. But we can just do a forward declaration of that type rather than actually pulling in the headers. Then soup-address.h can stop including soup-portability.h, and we can use gio/gnetworking.h in the handful of other places that need networking-related includes. This may possibly break some other modules that depended on implicitly getting network includes as a side effect of including soup.h... https://bugzilla.gnome.org/show_bug.cgi?id=692134 | |||||
2013-04-18 | misc-test: skip the IPv6 server test if there's no IPv6 support | Dan Winship | 1 | -0/+5 | |
https://bugzilla.gnome.org/show_bug.cgi?id=698220 | |||||
2013-04-18 | soup-address: fix proxy enumerator implementation | Dan Winship | 3 | -17/+27 | |
When creating a GProxyAddressEnumerator, the destination URI passed to it must include the port number, or the proxy may end up trying to connect to port 0. libsoup was omitting the port number when it was the default for the protocol. https://bugzilla.gnome.org/show_bug.cgi?id=698163 | |||||
2013-04-17 | tests: fix to pass when glib-networking TLS isn't available | Dan Winship | 3 | -20/+43 | |
2013-04-17 | soup-message-queue: add a priority system to the message queue | Sergio Villar Senin | 8 | -4/+200 | |
Clients can specify a priority for each message added to the SoupSession, which will determine the order in which it is processed by the session's message processing queue. https://bugzilla.gnome.org/show_bug.cgi?id=696277 | |||||
2013-04-17 | Added version 2.44 defines | Sergio Villar Senin | 2 | -0/+19 | |
2013-04-16 | bump version to 2.43.0 | Dan Winship | 1 | -2/+2 | |
2013-04-16 | 2.42.1LIBSOUP_2_42_12.42.1 | Dan Winship | 2 | -1/+17 | |
2013-04-10 | tests: fix ntlm-test when built without ntlm_auth support | Dan Winship | 2 | -1/+5 | |
Don't try to use external NTLM auth if built without support for that. https://bugzilla.gnome.org/show_bug.cgi?id=697510 | |||||
2013-04-10 | [l10n] Updated Turkish translation | Ozan Çağlayan | 1 | -25/+58 | |
2013-04-08 | configure: require glib 2.36 (not just 2.35.x) | Dan Winship | 1 | -1/+1 | |
2013-04-03 | soup-connection: fix SoupProxyResolverDefault breakage | Dan Winship | 1 | -1/+2 | |
It got broken at the last minute when adding SoupSession:proxy-resolver support. https://bugzilla.gnome.org/show_bug.cgi?id=697028 | |||||
2013-03-26 | soup-session: fix memory leak | Xan Lopez | 1 | -1/+1 | |
Do not steal the stream from the GTask, otherwise its destruction method will never run and it will be leaked. https://bugzilla.gnome.org/show_bug.cgi?id=696594 | |||||
2013-03-26 | Added Basque language\nAdded 'eu' (Basque) to LINGUAS | Inaki Larranaga Murgoitio | 2 | -0/+107 | |
2013-03-25 | win32: link with ws2_32 for htons | Kalev Lember | 1 | -0/+5 | |
https://bugzilla.gnome.org/show_bug.cgi?id=696354 | |||||
2013-03-25 | 2.42.0upstream/2.42.0LIBSOUP_2_42_02.42.0 | Dan Winship | 2 | -4/+13 | |
2013-03-25 | Updated Telugu Translations | Krishnababu Krothapalli | 1 | -16/+43 | |
2013-03-25 | Tamil Translations Updated | Shantha kumar | 1 | -18/+47 | |
2013-03-25 | Completed for Malayalam | Ani Peter | 1 | -10/+15 | |
2013-03-24 | Updated kn translations | Shankar Prasad | 1 | -15/+42 | |
2013-03-23 | L10N: Updated Persian Translation | Arash Mousavi | 1 | -16/+52 | |
2013-03-22 | Updated Odia Language along with FUEL implementation | ManojKumar Giri | 1 | -15/+42 | |
2013-03-22 | Updated Korean translation | Changwoo Ryu | 1 | -26/+61 | |
2013-03-20 | requester-test: fix a printf format compiler warning | Kalev Lember | 1 | -1/+2 | |
Could use G_GSIZE_FORMAT here, but casting to gulong is simpler. | |||||
2013-03-20 | hindi translation | Rajesh Ranjan | 1 | -18/+45 | |
2013-03-20 | Updated Marathi Translations | Sandeep Sheshrao Shedmake | 1 | -16/+43 | |
2013-03-19 | [l10n] Added Tadjik translation | Victor Ibragimov | 2 | -0/+108 | |
2013-03-18 | 2.41.92upstream/2.41.92LIBSOUP_2_41_922.41.92 | Dan Winship | 2 | -1/+30 | |
2013-03-17 | Updated Latvian translation | Rūdolfs Mazurs | 1 | -16/+44 | |