summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ignoresgoaRoss Burton2012-01-131-0/+1
|
* examples: add Tweet example using GOARoss Burton2012-01-132-1/+112
|
* goa: add very rough GOA integration pointRoss Burton2012-01-133-5/+121
|
* build: check for gnome-online-accountsRoss Burton2012-01-131-0/+1
|
* build: Post-release version bumpRob Bradford2011-11-101-1/+1
|
* proxy: Force all SSL certificates to be trustedlibrest-0.7.12Rob Bradford2011-11-101-0/+10
| | | | | | | By setting the CA file we make it a certificate error if the certificate is self-signed. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663783
* build: Detect CA file locationRob Bradford2011-11-101-0/+24
| | | | | | | | | It will autodetect and also allow the setting of the CA file by a configure option. This code was stolen from glib-networking's configure.ac Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663783
* Fix source URL in configure.acRoss Burton2011-11-041-1/+1
|
* build: Post-release version bumpRob Bradford2011-10-271-1/+1
|
* misc: Remove NEWS file - we don't use itlibrest-0.7.11Rob Bradford2011-10-271-6/+0
|
* build: Link examples against gthread explicitlyEmmanuele Bassi2011-10-261-2/+2
|
* gitignore: Ignore glib-mkenums generated filesDamien Lespiau2011-09-051-0/+3
|
* build: Make libtool generate DLLs on windowsDamien Lespiau2011-09-052-0/+2
| | | | | | libtool needs -no-undefined to generate DLLs on windows. As that flag can't hurt (on the contrary) for other platforms, just add it to the LDFLAGS.
* build: Make it possible to autogen without gtk-docDamien Lespiau2011-09-052-1/+14
| | | | | On Windows, I don't want to go through installing gtk-doc just to get some DLLs compiled.
* build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGSDamien Lespiau2011-09-051-1/+1
| | | | | | | | | | | | | ACLOCAL_FLAGS allow you to define extra directories to look for m4 macros. autoreconf parses Makefile.am to add ACLOCAL_AMFLAGS when invoking aclocal. Adding ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS make autoreconf grab flags from the environment. librest already had something to deal with it in autogen.sh, however having it in autogen.sh does not help when regenerating the configure script automatically (as automake now has rules to rebuild configure whenever configure.ac changes, ie by-passing autogen.sh)
* oauth-proxy: Fix format string warningDamien Lespiau2011-09-051-1/+1
| | | | | gcc complains about %lli here. Glib happens to define convinience macros around gint64, let's use them.
* oauth: Add property for signature typeRoss Burton2011-07-111-1/+14
|
* oauth: Add GType for OAuthSignatureMethod enumRoss Burton2011-07-112-0/+21
|
* build: Generate GLib enum typesRoss Burton2011-07-111-1/+33
|
* build: Check for glib-mkenumsRoss Burton2011-07-111-0/+2
|
* Bump glib dependencyAlexandre Franke2011-06-161-1/+1
|
* doap: Update DOAP file to refer to new glorious GNOME bugzilla!Rob Bradford2011-04-291-0/+1
|
* Post-release version bumpRob Bradford2011-04-211-1/+1
|
* Merge branch 'upload-progress'librest-0.7.10Eitan Isaacson2011-04-135-12/+205
|\ | | | | | | Fixes: https://bugs.meego.com/show_bug.cgi?id=15086
| * Added documentation to rest_proxy_call_upload.Eitan Isaacson2011-04-131-0/+22
| |
| * youtube-proxy: Added upload progress callbacks.Eitan Isaacson2011-04-132-12/+40
| |
| * Introduce rest_proxy_call_upload to provide progress feedback.Eitan Isaacson2011-04-133-0/+143
|/
* Update .gitignoreRoss Burton2011-04-131-12/+15
|
* tests: Add test case for custom serializationMichal Mhr2011-04-132-1/+166
|
* proxy-call: Allow customisation of data serialization (BMC#13746)Michal Mhr2011-04-132-2/+65
|
* add tarball name to DOAP fileOlav Vitters2011-04-011-0/+1
|
* Post-release version bumpRob Bradford2011-03-311-1/+1
|
* Add "disable-cookies" construction property to RestProxy.librest-0.7.9Eitan Isaacson2011-03-291-7/+33
| | | | | | | This is neccessary for Vimeo because of a bug where we get a 500 error if we pass along the cookie it provides. Fixes: https://bugs.meego.com/show_bug.cgi?id=15015
* Post-release version bumpRoss Burton2011-03-221-1/+1
|
* youtube-proxy: Added incomplete option.librest-0.7.8Eitan Isaacson2011-03-222-2/+7
|
* youtube-proxy: Added youtube_proxy_set_user_authEitan Isaacson2011-03-222-1/+14
|
* Added Youtube proxy for uploading videos.Eitan Isaacson2011-03-224-2/+508
| | | | Fixes: BMC#14749
* build: Fix introspection failure if pc file is not yet installedMichal Hruby2011-03-181-1/+2
|
* Post-release version bumpRob Bradford2011-03-161-1/+1
|
* build: Fix scanner library flags to fix distchecklibrest-0.7.7Rob Bradford2011-03-161-1/+3
|
* oauth-proxy: Added 'signature-host' property.Eitan Isaacson2011-03-075-3/+80
| | | | | | | | | This enables signing with a different hostname than the one in the endpoint. The case in point is Photobucket: It has "silo" URLs that are used for certain types of operations, such as api123.photobucket.com, yet the signature still expects to use api.photobucket.com in the base string. Fixes: https://bugs.meego.com/show_bug.cgi?id=14192
* oauth-proxy: Use POST method doe OAuth 1.0 authentication.Eitan Isaacson2011-03-071-0/+4
| | | | Fixes: https://bugs.meego.com/show_bug.cgi?id=13843
* tests: mark the XML test as known to failRoss Burton2011-02-241-0/+2
|
* Fix a few introspection issuesMichal Hruby2011-02-231-1/+5
| | | | Fixes: https://bugs.meego.com/show_bug.cgi?id=13745
* Post-release version bumpRob Bradford2011-02-221-1/+1
|
* Update NEWS filelibrest-0.7.6Rob Bradford2011-02-221-0/+3
|
* proxy-call: Fix memory leaks in multipart form REST calls.Eitan Isaacson2011-02-221-0/+4
| | | | https://bugs.meego.com/show_bug.cgi?id=13726
* xml-node: API for manually constructing and outputting XMLTomas Frydrych2011-02-108-248/+574
| | | | | | | | | | | | | Split out RestXmlNode into separate source files and added simple API for manually constructing tree of RextXmlNodes and converting such a tree to a string: * xml_node_add_child() * xml_node_add_attribute() * xml_node_set_content() * xml_node_print() Includes xml test for make check
* Post release bumpBastien Nocera2010-11-091-1/+1
|
* 0.7.5librest-0.7.5Bastien Nocera2010-11-091-0/+3
|