summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2015-12-16net: Better error message when a mock file is absentBastien Nocera1-4/+3
2015-12-16core: merge GrlMediaBox into GrlMediaJuan A. Suarez Romero1-12/+11
2015-12-16core: merge GrlMediaAudio into GrlMediaJuan A. Suarez Romero1-5/+4
2015-09-23pls: annotate that filter_func can be NULLXavier Claessens1-3/+3
2015-09-23net: Remove support for libsoup < 2.42Bastien Nocera2-28/+2
2015-07-17core: Generate .gitgnore in libs/pls tooMathieu Duponchelle1-0/+2
2015-07-17introspection: Install to the correct placesMathieu Duponchelle2-4/+4
2015-07-10pls: Avoid NULL dereferenceBastien Nocera1-1/+1
2015-02-17pls: Support older versions of totem-pl-parserBastien Nocera1-0/+5
2015-02-17pls: Export the "audio-track" playlist attributeBastien Nocera1-0/+4
2015-02-17core: Rename GrlOperationOptions "flags" to "resolution-flags"Bastien Nocera1-2/+2
2014-11-18net: Check object before increasing refcountJuan A. Suarez Romero1-1/+1
2014-11-17net: add GIR annotations for grl_net_wc_request_finish()Marc-André Lureau1-2/+2
2014-11-17net: define C include for GIRMarc-André Lureau1-0/+1
2014-11-17net: avoid request_async() crash on cancellable unrefMarc-André Lureau1-1/+2
2014-07-21net: Fix double-free using the Jamendo pluginBastien Nocera1-3/+3
2014-05-07net: Do guard check after variable declarationBastien Nocera1-2/+2
2014-04-24grl_pls_browse: Document that it can take NULL filter funcXavier Claessens1-3/+3
2014-04-24GrlPlsFilterFunc: Document how the refcounting worksXavier Claessens1-2/+5
2014-04-08net: Avoid creating multiple cachesBastien Nocera1-2/+2
2014-03-28pls: Use new "title-from-filename" propertyBastien Nocera1-0/+3
2014-03-19pls: Set file size attributeBastien Nocera1-0/+4
2014-03-06core: Use g_clear_pointer/object when possibleJuan A. Suarez Romero3-57/+22
2014-03-02core: Add names to all the timeouts and idlesBastien Nocera2-1/+5
2014-02-23pls: Fix build with grilo never installedBastien Nocera1-1/+1
2014-02-21pls: Fix redefinition of compiler argsBastien Nocera1-1/+0
2014-02-18pls: Return an error when the entry media is of the wrong typeBastien Nocera1-0/+10
2014-02-18pls: C89 compilation fixesBastien Nocera1-2/+3
2014-02-18net: Fix introspection scanner warningBastien Nocera1-3/+1
2014-02-14build: Avoid self-dependeny in plsColin Walters1-1/+3
2014-02-10Release 0.2.8grilo-0.2.8Juan A. Suarez Romero1-0/+6
2014-02-09pls: Include src/ in introspectionJuan A. Suarez Romero1-1/+2
2014-02-09pls: Add new Grilo Playlist libMateu Batle4-1/+1526
2013-11-01net: mockup requester should be initialized/finalized onceJuan A. Suarez Romero1-7/+20
2013-09-13net: unref stream after using itJuan A. Suarez Romero1-0/+1
2013-09-08net: Check if URL has query parametersJuan A. Suarez Romero1-7/+12
2013-09-01net: Pull some leaksJuan A. Suarez Romero1-0/+4
2013-09-01net: Do not leak content from mockupsJuan A. Suarez Romero1-15/+15
2013-08-24build: Switch to git.mk to keep the .gitignore file updatedEmanuele Aina2-13/+4
2013-08-23doc: Updates and fixesEmanuele Aina1-2/+3
2013-08-09net: Handle invalid URLsJuan A. Suarez Romero1-2/+17
2013-06-17net: plug some leaksJuan A. Suarez Romero1-0/+7
2013-06-17net: re-structure codeJuan A. Suarez Romero6-635/+466
2013-06-17net: Remove old codeJuan A. Suarez Romero3-221/+6
2013-05-16net: use different function to check cacheJuan A. Suarez Romero1-1/+1
2013-05-15net: ensure cache is created with the proper sizeJuan A. Suarez Romero1-5/+11
2013-05-15net: use a different cache per sessionSergio Villar Senin1-18/+35
2013-05-15net: properly set the SoupCache max sizeSergio Villar Senin1-3/+1
2013-03-21i18n: Add support for internationalizationJuan A. Suarez Romero5-15/+19
2013-01-15net: SoupRequester is deprecated for libsoup >= 2.41.3Juan A. Suarez Romero3-1/+23