summaryrefslogtreecommitdiff
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* net: Check if URL has query parametersJuan A. Suarez Romero2013-09-081-7/+12
* net: Pull some leaksJuan A. Suarez Romero2013-09-011-0/+4
* net: Do not leak content from mockupsJuan A. Suarez Romero2013-09-011-15/+15
* build: Switch to git.mk to keep the .gitignore file updatedEmanuele Aina2013-08-242-13/+4
* doc: Updates and fixesEmanuele Aina2013-08-231-2/+3
* net: Handle invalid URLsJuan A. Suarez Romero2013-08-091-2/+17
* net: plug some leaksJuan A. Suarez Romero2013-06-171-0/+7
* net: re-structure codeJuan A. Suarez Romero2013-06-176-635/+466
* net: Remove old codeJuan A. Suarez Romero2013-06-173-221/+6
* net: use different function to check cacheJuan A. Suarez Romero2013-05-161-1/+1
* net: ensure cache is created with the proper sizeJuan A. Suarez Romero2013-05-151-5/+11
* net: use a different cache per sessionSergio Villar Senin2013-05-151-18/+35
* net: properly set the SoupCache max sizeSergio Villar Senin2013-05-151-3/+1
* i18n: Add support for internationalizationJuan A. Suarez Romero2013-03-215-15/+19
* net: SoupRequester is deprecated for libsoup >= 2.41.3Juan A. Suarez Romero2013-01-153-1/+23
* Fix compilation with gcc 4.2Jasper Lievisse Adriaanse2012-11-081-1/+2
* build: Handle grl-net-mock-private.h fileJuan A. Suarez Romero2012-11-041-1/+2
* net: Enable proper log domain for mockingMathias Hasselmann2012-10-221-0/+1
* net: Call init_mock_requester before init_requesterMathias Hasselmann2012-10-221-1/+1
* net: Add version field to captured mock configMathias Hasselmann2012-10-223-4/+8
* net: Don't capture while mocking is enabledMathias Hasselmann2012-10-221-0/+6
* net: Use MD5 sum instead of URL in capture filesMathias Hasselmann2012-10-221-5/+6
* net: Remove bogus assignmentMathias Hasselmann2012-10-221-2/+0
* net: Update author tagMathias Hasselmann2012-10-223-0/+3
* net: Don't fallback to "grl-net-mock-data.ini"Mathias Hasselmann2012-10-221-14/+9
* net: Don't check GRL_NET_MOCKED for boolean valuesMathias Hasselmann2012-10-221-13/+6
* net: Simplify GRL_NET_MOCKED variableMathias Hasselmann2012-10-223-50/+13
* net: Always dipatch requests trough event loopMathias Hasselmann2012-10-221-25/+27
* net: -Rename grl-net-mock.h to grl-net-mock-private.hMathias Hasselmann2012-10-223-5/+5
* net: Put the timestamp before the URL in the captured fileMathias Hasselmann2012-10-221-2/+2
* net: Add PID to captured .ini file, as grl-net-mock-data-%PID.iniMathias Hasselmann2012-10-221-6/+9
* net: Set config file and throttling via GRL_NET_MOCKEDMathias Hasselmann2012-10-223-62/+78
* net: Parse GRL_NET_MOCKED only once upon initializationMathias Hasselmann2012-10-222-8/+16
* net: Use GRL_NET_CAPTURE_DIR instead of GRL_WEB_CAPTURE_DIRMathias Hasselmann2012-10-222-1/+4
* net: Print warning when the dump directory can't be initializedMathias Hasselmann2012-10-221-1/+4
* net: Move G_GNUC_INTERNAL declaration to follow documented advice.Mathias Hasselmann2012-10-222-7/+17
* log: Don't barf about missing grl-mock-data.ini all the timeMathias Hasselmann2012-10-221-1/+3
* net: Permit unthrottled mock sessions.Mathias Hasselmann2012-10-223-2/+13
* net: Move mocking docs into API docsMathias Hasselmann2012-10-221-39/+0
* net: Build grl-mock-data.ini from captured web requests.Mathias Hasselmann2012-10-221-11/+28
* net: Use g_build_filename() for building capture file name.Mathias Hasselmann2012-10-222-15/+23
* net: Sanitize GRL_WEB_CAPTURE_DIR handlingMathias Hasselmann2012-10-221-9/+5
* net: Make GRL_NET_MOCKED more intuitiveMathias Hasselmann2012-10-223-7/+17
* net: Change ignore-parameters into ignored-parametersMathias Hasselmann2012-10-221-12/+48
* net: Set proper logging domainMathias Hasselmann2012-10-222-1/+3
* net: Support mocking of network answersJens Georg2012-10-228-6/+390
* object-introspection: reference libgrilo-0.2.la while building GrlNet.girDominique Leuenberger2012-10-181-1/+2
* Release 0.2.2grilo-0.2.2Juan A. Suarez Romero2012-10-041-0/+4
* net: Check if headers are NULLJuan A. Suarez Romero2012-09-251-2/+4
* net: Add possibility to add arbitrary HTTP headersJens Georg2012-09-185-3/+143