summaryrefslogtreecommitdiffstats
path: root/src/wocky-http-proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjust to GLib 2.36Pavel Grunt2016-03-181-1/+0
| | | | | | | | Dependency since 8693e7d3f7de1ff102082212fa6e35fb1a252ef7 Remove glib-compat files and most of GLIB_CHECK_VERSION guards Acked-by: Victor Toso <victortoso@redhat.com>
* wocky-http-proxy: Use GTask instead of GSimpleAsyncResultFabiano Fidêncio2016-03-141-31/+17
| | | | | | | | Instead of using GSimpleAsyncResult, use the new GTask API, which is much more straightforward. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
* Remove GSLice usageFabiano Fidêncio2016-01-221-2/+2
| | | | | It's being slowly deprecated in glib https://bugzilla.gnome.org/show_bug.cgi?id=754687
* Move gtk/ -> src/Marc-André Lureau2015-06-081-0/+537
For historical reasons, the code was placed under gtk/ subdirectory. If it was always bugging you, bug no more!